mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Update Italian Translation for the AUR 1.5.3
Signed-off-by: Giovanni Scafora <giovanni@archlinux.org> Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
186abc852a
commit
219da2d9a1
13 changed files with 176 additions and 32 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
# Italian (Italiano) translation
|
||||
# Translators: Giovanni Scafora <linuxmania@gmail.com> and Pierluigi Picciau <pierluigi88@gmail.com>
|
||||
# Translators: Giovanni Scafora <giovanni@archlinux.org> and Pierluigi Picciau <pierluigi88@gmail.com>
|
||||
|
||||
include_once("translator.inc");
|
||||
global $_t;
|
||||
|
@ -21,11 +21,11 @@ $_t["it"]["You must create an account before you can upload packages."] = "Devi
|
|||
|
||||
$_t["it"]["Package upload successful."] = "Invio completato con successo.";
|
||||
|
||||
$_t["it"]["Overwrite existing package?"] = "Sovrascrivi il pacchetto esistente?";
|
||||
$_t["it"]["Overwrite existing package?"] = "Vuoi sovrascrivere il pacchetto esistente?";
|
||||
|
||||
$_t["it"]["You did not specify a package name."] = "Non hai inserito il nome del pacchetto.";
|
||||
|
||||
$_t["it"]["Error trying to unpack upload - PKGBUILD does not exist."] = "Errore nello scompattare il file inviato. Non esiste il PKGBUILD.";
|
||||
$_t["it"]["Error trying to unpack upload - PKGBUILD does not exist."] = "Si è verificato un errore nello scompattare il file inviato. Non esiste il PKGBUILD.";
|
||||
|
||||
$_t["it"]["Could not create incoming directory: %s."] = "Impossibile creare la directory %s.";
|
||||
|
||||
|
@ -41,7 +41,7 @@ $_t["it"]["Package Category"] = "Categoria del pacchetto";
|
|||
|
||||
$_t["it"]["Could not change to directory %s."] = "Impossibile cambiare la directory in %s.";
|
||||
|
||||
$_t["it"]["You did not tag the 'overwrite' checkbox."] = "Non hai selezionato l'opzione 'sovrascrivi'.";
|
||||
$_t["it"]["You did not tag the 'overwrite' checkbox."] = "Non hai selezionato l'opzione 'sovrascrivere'.";
|
||||
|
||||
$_t["it"]["Invalid name: only lowercase letters are allowed."] = "Nome non valido: sono consentite solo lettere minuscole.";
|
||||
|
||||
|
@ -89,3 +89,7 @@ $_t["it"]["Missing arch variable in PKGBUILD."] = "Nel PKGBUILD manca la variabi
|
|||
|
||||
$_t["it"]["Missing license variable in PKGBUILD."] = "Nel PKGBUILD manca la variabile license.";
|
||||
|
||||
$_t["it"]["Could not chmod directory %s."] = "Impossibile modificare i permessi della directory %s.";
|
||||
|
||||
$_t["it"]["Missing "] = "Mancante";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue