diff options
author | swiergot <swiergot> | 2005-09-02 14:51:49 +0000 |
---|---|---|
committer | swiergot <swiergot> | 2005-09-02 14:51:49 +0000 |
commit | 8f25d155b3b24b3d170278798048473c48206c2f (patch) | |
tree | 46fdfaf5910c84049a7a44969a82e4ef84c654a9 /web/lang/it/acctfuncs_po.inc | |
parent | 33132c0485ab073c9525d805a2e6e6a8405c379d (diff) |
added Italian translation from voidnull
Diffstat (limited to 'web/lang/it/acctfuncs_po.inc')
-rw-r--r-- | web/lang/it/acctfuncs_po.inc | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/web/lang/it/acctfuncs_po.inc b/web/lang/it/acctfuncs_po.inc new file mode 100644 index 0000000..fc13702 --- /dev/null +++ b/web/lang/it/acctfuncs_po.inc @@ -0,0 +1,84 @@ +<? +# Italian (Italiano) translation +# Translators: Giovanni Scafora <linuxmania@gmail.com> and Pierluigi Picciau <pierluigi88@gmail.com> + +include_once("translator.inc"); +global $_t; + +$_t["it"]["Missing a required field."] = "Manca un campo richiesto."; + +$_t["it"]["Search'"] = "Ricerca'"; + +$_t["it"]["The account, %h%s%h, has been successfully created."] = "L'account, %h%s%h, è stato creato con successo."; + +$_t["it"]["Error trying to modify account, %h%s%h: %s."] = "Errore durante la modifica dell'account, %h%s%h: %s."; + +$_t["it"]["The email address is invalid."] = "L'indirizzo email non risulta valido."; + +$_t["it"]["Error trying to create account, %h%s%h: %s."] = "Errore durante la creazione dell'account, %h%s%h: %s."; + +$_t["it"]["The username, %h%s%h, is already in use."] = "Il nome utente, %h%s%h, è già in uso."; + +$_t["it"]["Account Type"] = "Tipo di Account"; + +$_t["it"]["The account, %h%s%h, has been successfully modified."] = "L'account, %h%s%h, è stato modificato con successo."; + +$_t["it"]["Account Suspended"] = "Account Sospeso"; + +$_t["it"]["Status"] = "Stato"; + +$_t["it"]["New Package Notify"] = "Notifica dei Nuovi Pacchetti"; + +$_t["it"]["IRC Nick"] = "IRC Nick"; + +$_t["it"]["Trusted user"] = "Trusted user"; + +$_t["it"]["No results matched your search criteria."] = "Nessun pacchetto corrisponde ai criteri della tua ricerca."; + +$_t["it"]["Normal user"] = "Utente normale"; + +$_t["it"]["Never"] = "Mai"; + +$_t["it"]["User"] = "Utente"; + +$_t["it"]["Active"] = "Attivo"; + +$_t["it"]["Last Voted"] = "Ultimo Votato"; + +$_t["it"]["Real Name"] = "Nome Reale"; + +$_t["it"]["Edit Account"] = "Digita l'Account"; + +$_t["it"]["Password fields do not match."] = "I campi password non corrispondono."; + +$_t["it"]["Language"] = "Lingua"; + +$_t["it"]["A Trusted User cannot assign Developer status."] = "Un Trusted User non può assegnare lo stato di Sviluppatore."; + +$_t["it"]["The address, %h%s%h, is already in use."] = "L'indirizzo, %h%s%h, è già in uso."; + +$_t["it"]["No more results to display."] = "Non ci sono ulteriori risultati da visualizzare."; + +$_t["it"]["Type"] = "Tipo"; + +$_t["it"]["Click on the Home link above to login."] = "Clicca su Partenza per autenticarti."; + +$_t["it"]["Sort by"] = "Ordina per"; + +$_t["it"]["Re-type password"] = "Riscrivi la password"; + +$_t["it"]["Language is not currently supported."] = "Lingua attualmente non supportata."; + +$_t["it"]["Any type"] = "Qualsiasi tipo"; + +$_t["it"]["Last vote"] = "Ultimo voto"; + +$_t["it"]["Suspended"] = "Sospeso"; + +$_t["it"]["Trusted User"] = "Trusted User"; + +$_t["it"]["Missing User ID"] = "Manca l'User ID"; + +$_t["it"]["Developer"] = "Sviluppatore"; + +?>
\ No newline at end of file |