mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
added Italian translation from voidnull
This commit is contained in:
parent
33132c0485
commit
8f25d155b3
29 changed files with 646 additions and 0 deletions
30
web/lang/it/pkgedit_po.inc
Normal file
30
web/lang/it/pkgedit_po.inc
Normal file
|
@ -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"]["Missing package ID."] = "Manca l'ID del pacchetto.";
|
||||
|
||||
$_t["it"]["Invalid category ID."] = "ID della categoria non valido.";
|
||||
|
||||
$_t["it"]["Enter your comment below."] = "Inserisci il tuo commento qui sotto.";
|
||||
|
||||
$_t["it"]["You are not allowed to delete this comment."] = "Non sei autorizzato a 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 essere autenticato prima di poter modificare le informazioni sul pacchetto.";
|
||||
|
||||
$_t["it"]["Comment has been deleted."] = "Il commento è stato cancellato.";
|
||||
|
||||
$_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 aggiunto.";
|
||||
|
||||
$_t["it"]["Select new category"] = "Seleziona una nuova categoria";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue