From 219da2d9a14a9fe44f101bcb7a2d99552d86be89 Mon Sep 17 00:00:00 2001 From: Giovanni Scafora Date: Thu, 11 Dec 2008 19:51:55 -0800 Subject: Update Italian Translation for the AUR 1.5.3 Signed-off-by: Giovanni Scafora Signed-off-by: Loui Chang --- web/lang/it/tu_po.inc | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 web/lang/it/tu_po.inc (limited to 'web/lang/it/tu_po.inc') diff --git a/web/lang/it/tu_po.inc b/web/lang/it/tu_po.inc new file mode 100644 index 00000000..7a5f6aae --- /dev/null +++ b/web/lang/it/tu_po.inc @@ -0,0 +1,61 @@ + + +include_once("translator.inc"); +global $_t; + +$_t["it"]["Proposal:"] = "Proposta"; + +$_t["it"]["No"] = "No"; + +$_t["it"]["Username does not exist."] = "Il nome utente non esiste."; + +$_t["it"]["Next"] = "Successivo"; + +$_t["it"]["Add"] = "Aggiungi"; + +$_t["it"]["Length must be at least 1."] = "La durata deve essere almeno pari ad 1."; + +$_t["it"]["(defaults to 7 if empty)"] = "(se vuoto, di default è impostata a 7)"; + +$_t["it"]["Proposal cannot be empty."] = "La proposta non può essere vuota."; + +$_t["it"]["Vote ID not valid."] = "L'ID del voto non è valido."; + +$_t["it"]["(empty if not applicable)"] = "(vuoto se non applicabile)"; + +$_t["it"]["Voting is closed for this proposal."] = "Il voto è concluso per questa proposta."; + +$_t["it"]["New proposal submitted."] = "Nuova proposta inviata."; + +$_t["it"]["%s already has proposal running for them."] = "%s ha già avviato la proposta per loro."; + +$_t["it"]["Length must be a number."] = "La durata deve essere un numero."; + +$_t["it"]["You've already voted for this proposal."] = "Hai già votato per questa proposta."; + +$_t["it"]["Current Votes"] = "Voti attuali"; + +$_t["it"]["You've already voted in this proposal."] = "Hai già votato per questa proposta."; + +$_t["it"]["You cannot vote in an proposal about you."] = "Non puoi votare per una proposta che ti riguarda in prima persona."; + +$_t["it"]["Abstain"] = "Astenuto"; + +$_t["it"]["You are not allowed to access this area."] = "Non puoi accedere a quest'area."; + +$_t["it"]["Length in days:"] = "Durata in giorni:"; + +$_t["it"]["Back"] = "Indietro"; + +$_t["it"]["Submit a proposal to vote on."] = "Invia una proposta di voto."; + +$_t["it"]["All Votes"] = "Tutti i voti"; + +$_t["it"]["Could not retrieve proposal details."] = "Impossibile recuperare i dettagli della proposta."; + +$_t["it"]["Yes"] = "Sì"; + +$_t["it"]["Applicant/TU:"] = "Candidato/TU:"; + -- cgit v1.2.3-24-g4f1b