diff options
Diffstat (limited to 'web/lang/it/common_po.inc')
-rw-r--r-- | web/lang/it/common_po.inc | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/web/lang/it/common_po.inc b/web/lang/it/common_po.inc new file mode 100644 index 0000000..9a7a8f8 --- /dev/null +++ b/web/lang/it/common_po.inc @@ -0,0 +1,30 @@ +<? +# Italian (Italiano) translation +# Translators: Giovanni Scafora <linuxmania@gmail.com> and Pierluigi Picciau <pierluigi88@gmail.com> + +include_once("translator.inc"); +global $_t; + +$_t["it"]["Reset"] = "Cancella"; + +$_t["it"]["Username"] = "Nome utente"; + +$_t["it"]["Email Address"] = "Indirizzo Email"; + +$_t["it"]["Less"] = "Precedente"; + +$_t["it"]["Clear"] = "Pulisci"; + +$_t["it"]["required"] = "richiesto"; + +$_t["it"]["Update"] = "Aggiorna"; + +$_t["it"]["Submit"] = "Invia"; + +$_t["it"]["Password"] = "Password"; + +$_t["it"]["Create"] = "Crea"; + +$_t["it"]["More"] = "Successivo"; + +?>
\ No newline at end of file |