diff options
author | Giovanni Scafora <giovanni@archlinux.org> | 2008-12-11 19:51:55 -0800 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-12-11 14:31:21 -0500 |
commit | 219da2d9a14a9fe44f101bcb7a2d99552d86be89 (patch) | |
tree | 6199a2f7ce6bf0fabb687eac85945119cec81811 /web/lang/it/index_po.inc | |
parent | 186abc852a9f442d94cf7fdf44f394993173ccd1 (diff) | |
download | aurweb-219da2d9a14a9fe44f101bcb7a2d99552d86be89.tar.xz |
Update Italian Translation for the AUR 1.5.3
Signed-off-by: Giovanni Scafora <giovanni@archlinux.org>
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/lang/it/index_po.inc')
-rw-r--r-- | web/lang/it/index_po.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/web/lang/it/index_po.inc b/web/lang/it/index_po.inc index 1770470..d2f5b52 100644 --- a/web/lang/it/index_po.inc +++ b/web/lang/it/index_po.inc @@ -1,17 +1,17 @@ <?php # Italian (Italiano) translation -# Translators: Giovanni Scafora <linuxmania@gmail.com> and Pierluigi Picciau <pierluigi88@gmail.com> +# Translators: Giovanni Scafora <giovanni@archlinux.org> and Pierluigi Picciau <pierluigi88@gmail.com> include_once("translator.inc"); global $_t; -$_t["it"]["You must supply a password."] = "È necessario inserire una password."; +$_t["it"]["You must supply a password."] = "È necessario inserire la password."; $_t["it"]["You must supply a username."] = "È necessario inserire il nome utente."; $_t["it"]["After that, this can be filled in with more meaningful text."] = "Dopotutto, questo potrebbe essere riempito con un messaggio più significativo."; -$_t["it"]["Logged-in as: %h%s%h"] = "Autenticato con il nome utente: %h%s%h"; +$_t["it"]["Logged-in as: %h%s%h"] = "Connesso con il nome utente: %h%s%h"; $_t["it"]["Your account has been suspended."] = "L'account è stato sospeso."; @@ -33,9 +33,9 @@ $_t["it"]["It's more important to get the login functionality finished."] = "È $_t["it"]["Login"] = "Entra"; -$_t["it"]["Though we can't vouch for their contents, we provide a %hlist of user repositories%h for your convenience."] = "Nonostante che non possiamo assicurarvi il loro contenuto, mettiamo a disposizione una %hlista di repositories degli utenti%h per vostra comodità"; +$_t["it"]["Though we can't vouch for their contents, we provide a %hlist of user repositories%h for your convenience."] = "Nonostante che non possiamo assicurarvi il loro contenuto, per vostra comodità mettiamo a disposizione una %hlista di repository degli utenti%h"; -$_t["it"]["If you have feedback about the AUR, please leave it in %hFlyspray%h."] = "Se avete delle osservazioni da fare in merito al sistema AUR, potete lasciarle nel %hFlyspray%h."; +$_t["it"]["If you have feedback about the AUR, please leave it in %hFlyspray%h."] = "Se avete delle osservazioni da fare in merito al sistema AUR, potete segnalarle sul %hFlyspray%h."; $_t["it"]["Latest Packages:"] = "Ultimi pacchetti:"; @@ -49,7 +49,7 @@ $_t["it"]["Community"] = "Community"; $_t["it"]["Package Counts"] = "Conteggio dei pacchetti"; -$_t["it"]["Welcome to the AUR! Please read the %hAUR User Guidelines%h and %hAUR TU Guidelines%h for more information."] = "Benvenuto in AUR! Per ottenere maggiori informazioni, leggi le %hAUR User Guidelines%h e %hAUR TU Guidelines%h."; +$_t["it"]["Welcome to the AUR! Please read the %hAUR User Guidelines%h and %hAUR TU Guidelines%h for more information."] = "Benvenuto in AUR! Per ottenere maggiori informazioni, leggi le %hAUR User Guidelines%h e le %hAUR TU Guidelines%h."; $_t["it"]["Unsupported"] = "Unsupported"; |