mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
version tag 1.2.7
This commit is contained in:
parent
a83b210bf4
commit
7a312ef6ef
12 changed files with 32 additions and 19 deletions
|
@ -9,19 +9,19 @@ $_t["it"]["Missing a required field."] = "Manca un campo obbligatorio.";
|
|||
|
||||
$_t["it"]["Search'"] = "Cerca'";
|
||||
|
||||
$_t["it"]["The account, %h%s%h, has been successfully created."] = "L'account, %h%s%h, è stato creato con successo.";
|
||||
$_t["it"]["The account, %h%s%h, has been successfully created."] = "L'account %h%s%h è stato creato con successo.";
|
||||
|
||||
$_t["it"]["Error trying to modify account, %h%s%h: %s."] = "Errore durante la modifica dell'account, %h%s%h: %s.";
|
||||
$_t["it"]["Error trying to modify account, %h%s%h: %s."] = "Errore durante la modifica dell'account %h%s%h: %s.";
|
||||
|
||||
$_t["it"]["The email address is invalid."] = "L'indirizzo email non risulta valido.";
|
||||
|
||||
$_t["it"]["Error trying to create account, %h%s%h: %s."] = "Errore durante la creazione dell'account, %h%s%h: %s.";
|
||||
$_t["it"]["Error trying to create account, %h%s%h: %s."] = "Errore durante la creazione dell'account %h%s%h: %s.";
|
||||
|
||||
$_t["it"]["The username, %h%s%h, is already in use."] = "Il nome utente, %h%s%h, è già in uso.";
|
||||
$_t["it"]["The username, %h%s%h, is already in use."] = "Il nome utente %h%s%h è già in uso.";
|
||||
|
||||
$_t["it"]["Account Type"] = "Tipo di account";
|
||||
|
||||
$_t["it"]["The account, %h%s%h, has been successfully modified."] = "L'account, %h%s%h, è stato modificato con successo.";
|
||||
$_t["it"]["The account, %h%s%h, has been successfully modified."] = "L'account %h%s%h è stato modificato con successo.";
|
||||
|
||||
$_t["it"]["Account Suspended"] = "Account sospeso";
|
||||
|
||||
|
@ -29,11 +29,11 @@ $_t["it"]["Status"] = "Stato";
|
|||
|
||||
$_t["it"]["New Package Notify"] = "Notifica dei nuovi pacchetti";
|
||||
|
||||
$_t["it"]["IRC Nick"] = "IRC nick";
|
||||
$_t["it"]["IRC Nick"] = "Nick IRC";
|
||||
|
||||
$_t["it"]["Trusted user"] = "Trusted user";
|
||||
|
||||
$_t["it"]["No results matched your search criteria."] = "Nessun pacchetto corrisponde ai criteri della tua ricerca.";
|
||||
$_t["it"]["No results matched your search criteria."] = "Nessun pacchetto corrisponde ai criteri della ricerca.";
|
||||
|
||||
$_t["it"]["Normal user"] = "Utente normale";
|
||||
|
||||
|
@ -55,7 +55,7 @@ $_t["it"]["Language"] = "Lingua";
|
|||
|
||||
$_t["it"]["A Trusted User cannot assign Developer status."] = "Un Trusted User non può assegnare lo stato di Sviluppatore.";
|
||||
|
||||
$_t["it"]["The address, %h%s%h, is already in use."] = "L'indirizzo, %h%s%h, è già in uso.";
|
||||
$_t["it"]["The address, %h%s%h, is already in use."] = "L'indirizzo %h%s%h è già in uso.";
|
||||
|
||||
$_t["it"]["No more results to display."] = "Non vi sono ulteriori risultati da visualizzare.";
|
||||
|
||||
|
@ -81,4 +81,6 @@ $_t["it"]["Missing User ID"] = "Manca l'User ID";
|
|||
|
||||
$_t["it"]["Developer"] = "Sviluppatore";
|
||||
|
||||
$_t["it"]["View this user's packages"] = "Visualizza i pacchetti di quest'utente";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue