diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-04-09 00:07:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-04-09 00:07:40 +0000 |
commit | 16091f4424b44d9d8ab6076f1cf9218b1d25da4d (patch) | |
tree | 9893eda7c6032a36e76e991bfdaa939c81c8ef04 /lib | |
parent | 4b0f50c456e0acac7202b498f484fed4e7d294c5 (diff) | |
download | nextcloud-server-16091f4424b44d9d8ab6076f1cf9218b1d25da4d.tar.gz nextcloud-server-16091f4424b44d9d8ab6076f1cf9218b1d25da4d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/de.js | 1 | ||||
-rw-r--r-- | lib/l10n/de.json | 1 | ||||
-rw-r--r-- | lib/l10n/de_DE.js | 1 | ||||
-rw-r--r-- | lib/l10n/de_DE.json | 1 | ||||
-rw-r--r-- | lib/l10n/fr.js | 1 | ||||
-rw-r--r-- | lib/l10n/fr.json | 1 | ||||
-rw-r--r-- | lib/l10n/it.js | 2 | ||||
-rw-r--r-- | lib/l10n/it.json | 2 | ||||
-rw-r--r-- | lib/l10n/pl.js | 1 | ||||
-rw-r--r-- | lib/l10n/pl.json | 1 | ||||
-rw-r--r-- | lib/l10n/pt_BR.js | 1 | ||||
-rw-r--r-- | lib/l10n/pt_BR.json | 1 | ||||
-rw-r--r-- | lib/l10n/ru.js | 1 | ||||
-rw-r--r-- | lib/l10n/ru.json | 1 | ||||
-rw-r--r-- | lib/l10n/tr.js | 1 | ||||
-rw-r--r-- | lib/l10n/tr.json | 1 |
16 files changed, 18 insertions, 0 deletions
diff --git a/lib/l10n/de.js b/lib/l10n/de.js index 44c9dff322e..743ea8d6c15 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -42,6 +42,7 @@ OC.L10N.register( "File name is too long" : "Dateiname ist zu lang", "Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt", "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt", + "This is an automatically generated email, please do not reply." : "Dies ist eine automatisch generierte E-Mail, bitte nicht antworten.", "Help" : "Hilfe", "Apps" : "Apps", "Personal" : "Persönlich", diff --git a/lib/l10n/de.json b/lib/l10n/de.json index 3807767b325..b73974d01da 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -40,6 +40,7 @@ "File name is too long" : "Dateiname ist zu lang", "Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt", "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt", + "This is an automatically generated email, please do not reply." : "Dies ist eine automatisch generierte E-Mail, bitte nicht antworten.", "Help" : "Hilfe", "Apps" : "Apps", "Personal" : "Persönlich", diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index b839b324121..d78657ab3ec 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -42,6 +42,7 @@ OC.L10N.register( "File name is too long" : "Dateiname ist zu lang", "Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt", "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt", + "This is an automatically generated email, please do not reply." : "Dies ist eine automatisch generierte E-Mail, bitte nicht antworten.", "Help" : "Hilfe", "Apps" : "Apps", "Personal" : "Persönlich", diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index efdb9e7bcab..7329362bab2 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -40,6 +40,7 @@ "File name is too long" : "Dateiname ist zu lang", "Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt", "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt", + "This is an automatically generated email, please do not reply." : "Dies ist eine automatisch generierte E-Mail, bitte nicht antworten.", "Help" : "Hilfe", "Apps" : "Apps", "Personal" : "Persönlich", diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index d007950d9c9..117e7a62393 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -42,6 +42,7 @@ OC.L10N.register( "File name is too long" : "Nom de fichier trop long", "Dot files are not allowed" : "Le nom de fichier ne peut pas commencer par un point", "Empty filename is not allowed" : "Le nom de fichier ne peut pas être vide", + "This is an automatically generated email, please do not reply." : "Ceci est un email généré automatiquement, veuillez ne pas y répondre.", "Help" : "Aide", "Apps" : "Applications", "Personal" : "Personnel", diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index 150b566dffe..d8da83269ec 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -40,6 +40,7 @@ "File name is too long" : "Nom de fichier trop long", "Dot files are not allowed" : "Le nom de fichier ne peut pas commencer par un point", "Empty filename is not allowed" : "Le nom de fichier ne peut pas être vide", + "This is an automatically generated email, please do not reply." : "Ceci est un email généré automatiquement, veuillez ne pas y répondre.", "Help" : "Aide", "Apps" : "Applications", "Personal" : "Personnel", diff --git a/lib/l10n/it.js b/lib/l10n/it.js index d149024690b..528166650c4 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -45,12 +45,14 @@ OC.L10N.register( "Help" : "Aiuto", "Apps" : "Applicazioni", "Personal" : "Personale", + "Log out" : "Esci", "Users" : "Utenti", "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Server settings" : "Impostazioni server", "Sharing" : "Condivisione", + "Security" : "Sicurezza", "Encryption" : "Cifratura", "Additional settings" : "Impostazioni aggiuntive", "Tips & tricks" : "Suggerimenti e trucchi", diff --git a/lib/l10n/it.json b/lib/l10n/it.json index eddd6b71dbe..df2d1b9bdb3 100644 --- a/lib/l10n/it.json +++ b/lib/l10n/it.json @@ -43,12 +43,14 @@ "Help" : "Aiuto", "Apps" : "Applicazioni", "Personal" : "Personale", + "Log out" : "Esci", "Users" : "Utenti", "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", "Server settings" : "Impostazioni server", "Sharing" : "Condivisione", + "Security" : "Sicurezza", "Encryption" : "Cifratura", "Additional settings" : "Impostazioni aggiuntive", "Tips & tricks" : "Suggerimenti e trucchi", diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index 881b04ccc30..1d1aabd96d3 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -42,6 +42,7 @@ OC.L10N.register( "File name is too long" : "Nazwa pliku zbyt długa", "Dot files are not allowed" : "Pliki z kropką są nie dozwolone", "Empty filename is not allowed" : "Pusta nazwa nie jest dozwolona.", + "This is an automatically generated email, please do not reply." : "To jest wygenerowany automatycznie e-mail, proszę nie odpowiadaj na niego.", "Help" : "Pomoc", "Apps" : "Aplikacje", "Personal" : "Osobiste", diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index 19bc38b3705..0868d53c49f 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -40,6 +40,7 @@ "File name is too long" : "Nazwa pliku zbyt długa", "Dot files are not allowed" : "Pliki z kropką są nie dozwolone", "Empty filename is not allowed" : "Pusta nazwa nie jest dozwolona.", + "This is an automatically generated email, please do not reply." : "To jest wygenerowany automatycznie e-mail, proszę nie odpowiadaj na niego.", "Help" : "Pomoc", "Apps" : "Aplikacje", "Personal" : "Osobiste", diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index 94f90321708..5f7c52f48e6 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -42,6 +42,7 @@ OC.L10N.register( "File name is too long" : "O nome do arquivo é muito longo", "Dot files are not allowed" : "Arquivos Dot não são permitidos", "Empty filename is not allowed" : "Nome de arquivo vazio não é permitido.", + "This is an automatically generated email, please do not reply." : "Este é um e-mail gerado automaticamente, por favor, não responda.", "Help" : "Ajuda", "Apps" : "Aplicações", "Personal" : "Pessoal", diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json index f518a494e98..739bf250a2b 100644 --- a/lib/l10n/pt_BR.json +++ b/lib/l10n/pt_BR.json @@ -40,6 +40,7 @@ "File name is too long" : "O nome do arquivo é muito longo", "Dot files are not allowed" : "Arquivos Dot não são permitidos", "Empty filename is not allowed" : "Nome de arquivo vazio não é permitido.", + "This is an automatically generated email, please do not reply." : "Este é um e-mail gerado automaticamente, por favor, não responda.", "Help" : "Ajuda", "Apps" : "Aplicações", "Personal" : "Pessoal", diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index b8b41791fde..2e68be3063e 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -42,6 +42,7 @@ OC.L10N.register( "File name is too long" : "Имя файла слишком длинное.", "Dot files are not allowed" : "Файлы начинающиеся с точки не допускаются", "Empty filename is not allowed" : "Пустое имя файла не допускается", + "This is an automatically generated email, please do not reply." : "Это соощение создано автоматически, пожалуйста, не отвечайте на него.", "Help" : "Помощь", "Apps" : "Приложения", "Personal" : "Личное", diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json index dccbd74db2f..b01ffd34904 100644 --- a/lib/l10n/ru.json +++ b/lib/l10n/ru.json @@ -40,6 +40,7 @@ "File name is too long" : "Имя файла слишком длинное.", "Dot files are not allowed" : "Файлы начинающиеся с точки не допускаются", "Empty filename is not allowed" : "Пустое имя файла не допускается", + "This is an automatically generated email, please do not reply." : "Это соощение создано автоматически, пожалуйста, не отвечайте на него.", "Help" : "Помощь", "Apps" : "Приложения", "Personal" : "Личное", diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index 51ebb4bc213..92624ef19f1 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -42,6 +42,7 @@ OC.L10N.register( "File name is too long" : "Dosya adı çok uzun", "Dot files are not allowed" : "Nokta dosyalarına izin verilmiyor", "Empty filename is not allowed" : "Boş dosya adına izin verilmiyor", + "This is an automatically generated email, please do not reply." : "Bu ileti otomatik olarak oluşturulduğundan lütfen yanıtlamayın.", "Help" : "Yardım", "Apps" : "Uygulamalar", "Personal" : "Kişisel", diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json index 899f1603d19..9f460e45f13 100644 --- a/lib/l10n/tr.json +++ b/lib/l10n/tr.json @@ -40,6 +40,7 @@ "File name is too long" : "Dosya adı çok uzun", "Dot files are not allowed" : "Nokta dosyalarına izin verilmiyor", "Empty filename is not allowed" : "Boş dosya adına izin verilmiyor", + "This is an automatically generated email, please do not reply." : "Bu ileti otomatik olarak oluşturulduğundan lütfen yanıtlamayın.", "Help" : "Yardım", "Apps" : "Uygulamalar", "Personal" : "Kişisel", |