From 8f25d155b3b24b3d170278798048473c48206c2f Mon Sep 17 00:00:00 2001 From: swiergot Date: Fri, 2 Sep 2005 14:51:49 +0000 Subject: added Italian translation from voidnull --- web/lang/it/submit_po.inc | 86 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 web/lang/it/submit_po.inc (limited to 'web/lang/it/submit_po.inc') diff --git a/web/lang/it/submit_po.inc b/web/lang/it/submit_po.inc new file mode 100644 index 0000000..eb4b9c3 --- /dev/null +++ b/web/lang/it/submit_po.inc @@ -0,0 +1,86 @@ + and Pierluigi Picciau + +include_once("translator.inc"); +global $_t; + +$_t["it"]["Missing build function in PKGBUILD."] = "Manca la funzione build nel PKGBUILD."; + +$_t["it"]["Could not change directory to %s."] = "Impossibile cambiare la directory in %s."; + +$_t["it"]["No"] = "No"; + +$_t["it"]["Missing pkgdesc variable in PKGBUILD."] = "Manca la variabile pkgdesc nel PKGBUILD."; + +$_t["it"]["Error trying to upload file - please try again."] = "Errore nell'invio del file - riprovare."; + +$_t["it"]["Error exec'ing the mv command."] = "Errore nell'esecuzione del comando mv."; + +$_t["it"]["You must create an account before you can upload packages."] = "Devi creare un account prima di poter inviare i pacchetti."; + +$_t["it"]["Package upload successful."] = "Invio completato con successo."; + +$_t["it"]["Overwrite existing package?"] = "Sovrascrivere il pacchetto esistente?"; + +$_t["it"]["You did not specify a package name."] = "Non hai specificato un nome per il pacchetto."; + +$_t["it"]["Error trying to unpack upload - PKGBUILD does not exist."] = "Errore nello scompattare il file inviato. - Non esiste il PKGBUILD."; + +$_t["it"]["Could not create incoming directory: %s."] = "Impossibile creare la directory: %s."; + +$_t["it"]["Upload package file"] = "Pacchetto da inviare"; + +$_t["it"]["Package Location"] = "Posizione del Pacchetto"; + +$_t["it"]["Missing url variable in PKGBUILD."] = "Manca la variabile url nel PKGBUILD."; + +$_t["it"]["Package names do not match."] = "Il nome del pacchetto non corrisponde."; + +$_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"]["Invalid name: only lowercase letters are allowed."] = "Nome non valido: sono ammesse solo lettere minuscole."; + +$_t["it"]["Missing pkgver variable in PKGBUILD."] = "Manca la variabile pkgver nel PKGBUILD."; + +$_t["it"]["Package name"] = "Nome del pacchetto"; + +$_t["it"]["Upload"] = "Invio"; + +$_t["it"]["Missing md5sums variable in PKGBUILD."] = "Manca la variabile md5sums nel PKGBUILD."; + +$_t["it"]["Missing pkgrel variable in PKGBUILD."] = "Manca la variabile pkgrel nel PKGBUILD."; + +$_t["it"]["Missing pkgname variable in PKGBUILD."] = "Manca la variabile pkgname nel PKGBUILD."; + +$_t["it"]["Error - No file uploaded"] = "Errore - Nessun file inviato"; + +$_t["it"]["You are not allowed to overwrite the %h%s%h package."] = "Non sei autorizzato a sovrascrivere il pacchetto %h%s%h."; + +$_t["it"]["Select Location"] = "Seleziona la Posizione"; + +$_t["it"]["Select Category"] = "Seleziona la Categoria"; + +$_t["it"]["Comment"] = "Commento"; + +$_t["it"]["Could not create directory %s."] = "Impossibile creare la directory %s."; + +$_t["it"]["Unknown file format for uploaded file."] = "Il file inviato ha un formato sconosciuto."; + +$_t["it"]["Missing source variable in PKGBUILD."] = "Manca la variabile source nel PKGBUILD."; + +$_t["it"]["Sorry, uploads are not permitted by this server."] = "Spiacente, gli invii non sono permessi da questo server."; + +$_t["it"]["You must supply a comment for this upload/change."] = "Devi aggiungere un commento per questo cambiamento/invio."; + +$_t["it"]["Yes"] = "Si"; + +$_t["it"]["Package URL is missing a protocol (ie. http:// ,ftp://)"] = "Manca un protocollo nell'URL del pacchetto (es. http:// ,ftp://)"; + +$_t["it"]["Could not re-tar"] = "Impossibile ri-archiviare"; + +?> \ No newline at end of file -- cgit v1.2.3-54-g00ecf