diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-01-19 16:31:04 -0500 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-01-19 16:31:04 -0500 |
commit | 87828ae08b4e37189bd3e78a35df24975f00c633 (patch) | |
tree | daeced659d35f2f3dc970dbed2fb1e8b75aba17a /web/lang/it/common_po.inc | |
parent | 2ee327634831ec36df5fd74ccc35dfcedfdbe07b (diff) | |
download | aurweb-87828ae08b4e37189bd3e78a35df24975f00c633.tar.xz |
Remove obsolete translation files.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/lang/it/common_po.inc')
-rw-r--r-- | web/lang/it/common_po.inc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/web/lang/it/common_po.inc b/web/lang/it/common_po.inc deleted file mode 100644 index eb23fa0..0000000 --- a/web/lang/it/common_po.inc +++ /dev/null @@ -1,29 +0,0 @@ -<?php -# Italian (Italiano) translation -# Translators: Giovanni Scafora <giovanni@archlinux.org> 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"] = "obbligatorio"; - -$_t["it"]["Update"] = "Aggiorna"; - -$_t["it"]["Submit"] = "Invia"; - -$_t["it"]["Password"] = "Password"; - -$_t["it"]["Create"] = "Crea"; - -$_t["it"]["More"] = "Successivo"; - |