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/pkgedit_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/pkgedit_po.inc')
-rw-r--r-- | web/lang/it/pkgedit_po.inc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/web/lang/it/pkgedit_po.inc b/web/lang/it/pkgedit_po.inc deleted file mode 100644 index 8928eb5..0000000 --- a/web/lang/it/pkgedit_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"]["Missing package ID."] = "Manca l'ID del pacchetto."; - -$_t["it"]["Invalid category ID."] = "L'ID della categoria non è valido."; - -$_t["it"]["Enter your comment below."] = "Inserisci un commento qui sotto."; - -$_t["it"]["You are not allowed to delete this comment."] = "Non puoi cancellare questo commento."; - -$_t["it"]["Missing comment ID."] = "Manca l'ID del commento."; - -$_t["it"]["Package category updated."] = "La categoria del pacchetto è stata aggiornata."; - -$_t["it"]["You must be logged in before you can edit package information."] = "Devi autenticarti prima di poter modificare le informazioni del pacchetto."; - -$_t["it"]["Comment has been deleted."] = "Il commento è stato rimosso."; - -$_t["it"]["You've found a bug if you see this...."] = "Se vedi questo, hai appena trovato un bug...."; - -$_t["it"]["Comment has been added."] = "Il commento è stato inserito."; - -$_t["it"]["Select new category"] = "Seleziona una nuova categoria"; - |