diff options
author | Giovanni Scafora <giovanni@archlinux.org> | 2008-12-12 07:20:43 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-12-11 23:42:38 +0100 |
commit | f75b824ad80cb52c187c809227aed6d4b0e83510 (patch) | |
tree | 53542761231cc81d0810bb5c86bcc824fd034a61 | |
parent | 219da2d9a14a9fe44f101bcb7a2d99552d86be89 (diff) | |
download | aur-f75b824ad80cb52c187c809227aed6d4b0e83510.tar.gz aur-f75b824ad80cb52c187c809227aed6d4b0e83510.tar.xz |
Italian translation: small fixes and improvements
Signed-off-by: Giovanni Scafora <giovanni@archlinux.org>
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-rw-r--r-- | web/lang/it/pkgfuncs_po.inc | 2 | ||||
-rw-r--r-- | web/lang/it/submit_po.inc | 2 | ||||
-rw-r--r-- | web/lang/it/tu_po.inc | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/web/lang/it/pkgfuncs_po.inc b/web/lang/it/pkgfuncs_po.inc index d9c756a1..066c69d7 100644 --- a/web/lang/it/pkgfuncs_po.inc +++ b/web/lang/it/pkgfuncs_po.inc @@ -95,7 +95,7 @@ $_t["it"]["Vote"] = "Vota"; $_t["it"]["Adopt Packages"] = "Adotta il pacchetto"; -$_t["it"]["Yes"] = "Si"; +$_t["it"]["Yes"] = "Sì"; $_t["it"]["Package Listing"] = "Lista dei pacchetti"; diff --git a/web/lang/it/submit_po.inc b/web/lang/it/submit_po.inc index fbc6395e..761a252e 100644 --- a/web/lang/it/submit_po.inc +++ b/web/lang/it/submit_po.inc @@ -77,7 +77,7 @@ $_t["it"]["Sorry, uploads are not permitted by this server."] = "Spiacente, gli $_t["it"]["You must supply a comment for this upload/change."] = "Devi inserire un commento."; -$_t["it"]["Yes"] = "Si"; +$_t["it"]["Yes"] = "Sì"; $_t["it"]["Package URL is missing a protocol (ie. http:// ,ftp://)"] = "Manca un protocollo nell'url del pacchetto (es. http:// ,ftp://)"; diff --git a/web/lang/it/tu_po.inc b/web/lang/it/tu_po.inc index 7a5f6aae..b82a686d 100644 --- a/web/lang/it/tu_po.inc +++ b/web/lang/it/tu_po.inc @@ -5,7 +5,7 @@ include_once("translator.inc"); global $_t; -$_t["it"]["Proposal:"] = "Proposta"; +$_t["it"]["Proposal:"] = "Proposta:"; $_t["it"]["No"] = "No"; @@ -25,11 +25,11 @@ $_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"]["Voting is closed for this proposal."] = "Non puoi più votare 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"]["%s already has proposal running for them."] = "%s ha già avviato una proposta per loro."; $_t["it"]["Length must be a number."] = "La durata deve essere un numero."; |