diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-02-05 01:07:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-02-05 01:07:05 +0000 |
commit | e4a74568e6360c7ceeebaa06ea4fd7e69a4e5a29 (patch) | |
tree | 868dac26f264d6afa816138265aee93848278052 /settings | |
parent | 9ce8437b8b5b3295f10670ee2b1c70cac4dfc0cd (diff) | |
download | nextcloud-server-e4a74568e6360c7ceeebaa06ea4fd7e69a4e5a29.tar.gz nextcloud-server-e4a74568e6360c7ceeebaa06ea4fd7e69a4e5a29.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings')
-rw-r--r-- | settings/l10n/ia.js | 10 | ||||
-rw-r--r-- | settings/l10n/ia.json | 8 | ||||
-rw-r--r-- | settings/l10n/it.js | 3 | ||||
-rw-r--r-- | settings/l10n/it.json | 3 |
4 files changed, 24 insertions, 0 deletions
diff --git a/settings/l10n/ia.js b/settings/l10n/ia.js new file mode 100644 index 00000000000..d5e36dc56dd --- /dev/null +++ b/settings/l10n/ia.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "settings", + { + "Enabled" : "Activate", + "Wrong password" : "Contrasigno incorrecte", + "Saved" : "Salveguardate", + "Authentication error" : "Error in authentication", + "Email sent" : "Message de e-posta inviate" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/ia.json b/settings/l10n/ia.json new file mode 100644 index 00000000000..eb2c0321440 --- /dev/null +++ b/settings/l10n/ia.json @@ -0,0 +1,8 @@ +{ "translations": { + "Enabled" : "Activate", + "Wrong password" : "Contrasigno incorrecte", + "Saved" : "Salveguardate", + "Authentication error" : "Error in authentication", + "Email sent" : "Message de e-posta inviate" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/settings/l10n/it.js b/settings/l10n/it.js index 6aa08ac59e7..727e98fa774 100644 --- a/settings/l10n/it.js +++ b/settings/l10n/it.js @@ -25,6 +25,7 @@ OC.L10N.register( "You need to set your user email before being able to send test emails." : "Devi impostare l'indirizzo del tuo utente prima di poter provare l'invio delle email.", "Invalid request" : "Richiesta non valida", "Invalid mail address" : "Indirizzo email non valido", + "No valid group selected" : "Nessun gruppo valido selezionato", "A user with that name already exists." : "Un utente con quel nome esiste già.", "Unable to create user." : "Impossibile creare l'utente.", "Your %s account was created" : "Il tuo account %s è stato creato", @@ -122,6 +123,8 @@ OC.L10N.register( "undo" : "annulla", "never" : "mai", "deleted {userName}" : "{userName} eliminato", + "Unable to add user to group {group}" : "Impossibile aggiungere l'utente al gruppo {group}", + "Unable to remove user from group {group}" : "Impossibile rimuovere l'utente dal gruppo {group}", "Add group" : "Aggiungi gruppo", "Invalid quota value \"{val}\"" : "Valore di quota \"{val}\" non valido", "no group" : "nessun gruppo", diff --git a/settings/l10n/it.json b/settings/l10n/it.json index 08163eef564..01b584d12d0 100644 --- a/settings/l10n/it.json +++ b/settings/l10n/it.json @@ -23,6 +23,7 @@ "You need to set your user email before being able to send test emails." : "Devi impostare l'indirizzo del tuo utente prima di poter provare l'invio delle email.", "Invalid request" : "Richiesta non valida", "Invalid mail address" : "Indirizzo email non valido", + "No valid group selected" : "Nessun gruppo valido selezionato", "A user with that name already exists." : "Un utente con quel nome esiste già.", "Unable to create user." : "Impossibile creare l'utente.", "Your %s account was created" : "Il tuo account %s è stato creato", @@ -120,6 +121,8 @@ "undo" : "annulla", "never" : "mai", "deleted {userName}" : "{userName} eliminato", + "Unable to add user to group {group}" : "Impossibile aggiungere l'utente al gruppo {group}", + "Unable to remove user from group {group}" : "Impossibile rimuovere l'utente dal gruppo {group}", "Add group" : "Aggiungi gruppo", "Invalid quota value \"{val}\"" : "Valore di quota \"{val}\" non valido", "no group" : "nessun gruppo", |