diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-03-12 01:55:59 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-03-12 01:55:59 -0400 |
commit | 454a2563bca2867fc1fce4fef80cc05ef0b74591 (patch) | |
tree | 321f0f2536a1f5a41833a1a2a45aed329451eaf0 /lib/l10n | |
parent | 84a5d43ed60dd588b84071d7eda396cd72f58abf (diff) | |
download | nextcloud-server-454a2563bca2867fc1fce4fef80cc05ef0b74591.tar.gz nextcloud-server-454a2563bca2867fc1fce4fef80cc05ef0b74591.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/cs_CZ.js | 4 | ||||
-rw-r--r-- | lib/l10n/cs_CZ.json | 4 | ||||
-rw-r--r-- | lib/l10n/da.js | 4 | ||||
-rw-r--r-- | lib/l10n/da.json | 4 | ||||
-rw-r--r-- | lib/l10n/de.js | 4 | ||||
-rw-r--r-- | lib/l10n/de.json | 4 | ||||
-rw-r--r-- | lib/l10n/de_DE.js | 4 | ||||
-rw-r--r-- | lib/l10n/de_DE.json | 4 | ||||
-rw-r--r-- | lib/l10n/en_GB.js | 4 | ||||
-rw-r--r-- | lib/l10n/en_GB.json | 4 | ||||
-rw-r--r-- | lib/l10n/fi_FI.js | 2 | ||||
-rw-r--r-- | lib/l10n/fi_FI.json | 2 | ||||
-rw-r--r-- | lib/l10n/gl.js | 4 | ||||
-rw-r--r-- | lib/l10n/gl.json | 4 | ||||
-rw-r--r-- | lib/l10n/nl.js | 4 | ||||
-rw-r--r-- | lib/l10n/nl.json | 4 | ||||
-rw-r--r-- | lib/l10n/pt_BR.js | 4 | ||||
-rw-r--r-- | lib/l10n/pt_BR.json | 4 | ||||
-rw-r--r-- | lib/l10n/pt_PT.js | 4 | ||||
-rw-r--r-- | lib/l10n/pt_PT.json | 4 | ||||
-rw-r--r-- | lib/l10n/ru.js | 4 | ||||
-rw-r--r-- | lib/l10n/ru.json | 4 | ||||
-rw-r--r-- | lib/l10n/sl.js | 2 | ||||
-rw-r--r-- | lib/l10n/sl.json | 2 | ||||
-rw-r--r-- | lib/l10n/tr.js | 2 | ||||
-rw-r--r-- | lib/l10n/tr.json | 2 |
26 files changed, 92 insertions, 0 deletions
diff --git a/lib/l10n/cs_CZ.js b/lib/l10n/cs_CZ.js index e23ac25dee2..099b8335f27 100644 --- a/lib/l10n/cs_CZ.js +++ b/lib/l10n/cs_CZ.js @@ -40,6 +40,10 @@ OC.L10N.register( "Database Error" : "Chyba databáze", "Please contact your system administrator." : "Kontaktujte prosím svého správce systému.", "web services under your control" : "webové služby pod Vaší kontrolou", + "Empty filename is not allowed" : "Prázdné jméno souboru není povoleno", + "Dot files are not allowed" : "Jména souborů začínající tečkou nejsou povolena", + "4-byte characters are not supported in file names" : "4-bytové znaky nejsou podporovány ve jménech souborů", + "File name is a reserved word" : "Jméno souboru je rezervované slovo", "App directory already exists" : "Adresář aplikace již existuje", "Can't create app folder. Please fix permissions. %s" : "Nelze vytvořit složku aplikace. Opravte práva souborů. %s", "No source specified when installing app" : "Nebyl zadán zdroj při instalaci aplikace", diff --git a/lib/l10n/cs_CZ.json b/lib/l10n/cs_CZ.json index 9e1cac97496..780d43e9324 100644 --- a/lib/l10n/cs_CZ.json +++ b/lib/l10n/cs_CZ.json @@ -38,6 +38,10 @@ "Database Error" : "Chyba databáze", "Please contact your system administrator." : "Kontaktujte prosím svého správce systému.", "web services under your control" : "webové služby pod Vaší kontrolou", + "Empty filename is not allowed" : "Prázdné jméno souboru není povoleno", + "Dot files are not allowed" : "Jména souborů začínající tečkou nejsou povolena", + "4-byte characters are not supported in file names" : "4-bytové znaky nejsou podporovány ve jménech souborů", + "File name is a reserved word" : "Jméno souboru je rezervované slovo", "App directory already exists" : "Adresář aplikace již existuje", "Can't create app folder. Please fix permissions. %s" : "Nelze vytvořit složku aplikace. Opravte práva souborů. %s", "No source specified when installing app" : "Nebyl zadán zdroj při instalaci aplikace", diff --git a/lib/l10n/da.js b/lib/l10n/da.js index fd99586cc1e..7c7cccbad40 100644 --- a/lib/l10n/da.js +++ b/lib/l10n/da.js @@ -40,6 +40,10 @@ OC.L10N.register( "Database Error" : "Databasefejl", "Please contact your system administrator." : "Kontakt venligst din systemadministrator.", "web services under your control" : "Webtjenester under din kontrol", + "Empty filename is not allowed" : "Tomme filnavne er ikke tilladt", + "Dot files are not allowed" : "Filer med punktummer er ikke tilladt", + "4-byte characters are not supported in file names" : "Tegn med 4-byte understøttes ikke i filnavne", + "File name is a reserved word" : "Filnavnet er et reserveret ord", "App directory already exists" : "App-mappe findes allerede", "Can't create app folder. Please fix permissions. %s" : "Kan ikke oprette app-mappe. Ret tilladelser. %s", "No source specified when installing app" : "Ingen kilde angivet under installation af app", diff --git a/lib/l10n/da.json b/lib/l10n/da.json index eb0132d0e4c..b4e7ec27688 100644 --- a/lib/l10n/da.json +++ b/lib/l10n/da.json @@ -38,6 +38,10 @@ "Database Error" : "Databasefejl", "Please contact your system administrator." : "Kontakt venligst din systemadministrator.", "web services under your control" : "Webtjenester under din kontrol", + "Empty filename is not allowed" : "Tomme filnavne er ikke tilladt", + "Dot files are not allowed" : "Filer med punktummer er ikke tilladt", + "4-byte characters are not supported in file names" : "Tegn med 4-byte understøttes ikke i filnavne", + "File name is a reserved word" : "Filnavnet er et reserveret ord", "App directory already exists" : "App-mappe findes allerede", "Can't create app folder. Please fix permissions. %s" : "Kan ikke oprette app-mappe. Ret tilladelser. %s", "No source specified when installing app" : "Ingen kilde angivet under installation af app", diff --git a/lib/l10n/de.js b/lib/l10n/de.js index 20a8d4f7d89..292ae2c406a 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -40,6 +40,10 @@ OC.L10N.register( "Database Error" : "Datenbankfehler", "Please contact your system administrator." : "Bitte kontaktiere Deinen Systemadministrator.", "web services under your control" : "Web-Dienste unter Deiner Kontrolle", + "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt", + "Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt", + "4-byte characters are not supported in file names" : "4-Byte Zeichen sind in Dateinamen nicht erlaubt", + "File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort", "App directory already exists" : "Das Applikationsverzeichnis existiert bereits", "Can't create app folder. Please fix permissions. %s" : "Es kann kein Applikationsordner erstellt werden. Bitte passe die Berechtigungen an. %s", "No source specified when installing app" : "Für die Installation der Applikation wurde keine Quelle angegeben", diff --git a/lib/l10n/de.json b/lib/l10n/de.json index e90e388b2ea..d103e626299 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -38,6 +38,10 @@ "Database Error" : "Datenbankfehler", "Please contact your system administrator." : "Bitte kontaktiere Deinen Systemadministrator.", "web services under your control" : "Web-Dienste unter Deiner Kontrolle", + "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt", + "Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt", + "4-byte characters are not supported in file names" : "4-Byte Zeichen sind in Dateinamen nicht erlaubt", + "File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort", "App directory already exists" : "Das Applikationsverzeichnis existiert bereits", "Can't create app folder. Please fix permissions. %s" : "Es kann kein Applikationsordner erstellt werden. Bitte passe die Berechtigungen an. %s", "No source specified when installing app" : "Für die Installation der Applikation wurde keine Quelle angegeben", diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index e98aa9d3fb3..7c61ee9c1e8 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -40,6 +40,10 @@ OC.L10N.register( "Database Error" : "Datenbankfehler", "Please contact your system administrator." : "Bitte kontaktieren Sie Ihren Systemadministrator.", "web services under your control" : "Web-Dienste unter Ihrer Kontrolle", + "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt", + "Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt", + "4-byte characters are not supported in file names" : "4-Byte-Zeichen werden in Dateinamen nicht unterstützt", + "File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort", "App directory already exists" : "Der Ordner für die App ist bereits vorhanden.", "Can't create app folder. Please fix permissions. %s" : "Der Ordner für die App konnte nicht angelegt werden. Bitte überprüfen Sie die Ordner- und Dateirechte und passen Sie diese entsprechend an. %s", "No source specified when installing app" : "Für die Installation der Applikation wurde keine Quelle angegeben", diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index 973f3bf7761..4c36aad751f 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -38,6 +38,10 @@ "Database Error" : "Datenbankfehler", "Please contact your system administrator." : "Bitte kontaktieren Sie Ihren Systemadministrator.", "web services under your control" : "Web-Dienste unter Ihrer Kontrolle", + "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt", + "Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt", + "4-byte characters are not supported in file names" : "4-Byte-Zeichen werden in Dateinamen nicht unterstützt", + "File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort", "App directory already exists" : "Der Ordner für die App ist bereits vorhanden.", "Can't create app folder. Please fix permissions. %s" : "Der Ordner für die App konnte nicht angelegt werden. Bitte überprüfen Sie die Ordner- und Dateirechte und passen Sie diese entsprechend an. %s", "No source specified when installing app" : "Für die Installation der Applikation wurde keine Quelle angegeben", diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 9dfedaa889d..347f41190f2 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -40,6 +40,10 @@ OC.L10N.register( "Database Error" : "Database Error", "Please contact your system administrator." : "Please contact your system administrator.", "web services under your control" : "web services under your control", + "Empty filename is not allowed" : "Empty filename is not allowed", + "Dot files are not allowed" : "Dot files are not allowed", + "4-byte characters are not supported in file names" : "4-byte characters are not supported in file names", + "File name is a reserved word" : "File name is a reserved word", "App directory already exists" : "App directory already exists", "Can't create app folder. Please fix permissions. %s" : "Can't create app folder. Please fix permissions. %s", "No source specified when installing app" : "No source specified when installing app", diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index 739d5dd1702..ea0f63ecd56 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -38,6 +38,10 @@ "Database Error" : "Database Error", "Please contact your system administrator." : "Please contact your system administrator.", "web services under your control" : "web services under your control", + "Empty filename is not allowed" : "Empty filename is not allowed", + "Dot files are not allowed" : "Dot files are not allowed", + "4-byte characters are not supported in file names" : "4-byte characters are not supported in file names", + "File name is a reserved word" : "File name is a reserved word", "App directory already exists" : "App directory already exists", "Can't create app folder. Please fix permissions. %s" : "Can't create app folder. Please fix permissions. %s", "No source specified when installing app" : "No source specified when installing app", diff --git a/lib/l10n/fi_FI.js b/lib/l10n/fi_FI.js index 51cc0b0d761..f2596431b81 100644 --- a/lib/l10n/fi_FI.js +++ b/lib/l10n/fi_FI.js @@ -39,6 +39,8 @@ OC.L10N.register( "Database Error" : "Tietokantavirhe", "Please contact your system administrator." : "Ole yhteydessä järjestelmän ylläpitäjään.", "web services under your control" : "verkkopalvelut hallinnassasi", + "Empty filename is not allowed" : "Tiedostonimi ei voi olla tyhjä", + "Dot files are not allowed" : "Pistetiedostot eivät ole sallittuja", "App directory already exists" : "Sovelluskansio on jo olemassa", "Can't create app folder. Please fix permissions. %s" : "Sovelluskansion luominen ei onnistu. Korjaa käyttöoikeudet. %s", "No source specified when installing app" : "Lähdettä ei määritelty sovellusta asennettaessa", diff --git a/lib/l10n/fi_FI.json b/lib/l10n/fi_FI.json index b3450642c4e..a5b19681d65 100644 --- a/lib/l10n/fi_FI.json +++ b/lib/l10n/fi_FI.json @@ -37,6 +37,8 @@ "Database Error" : "Tietokantavirhe", "Please contact your system administrator." : "Ole yhteydessä järjestelmän ylläpitäjään.", "web services under your control" : "verkkopalvelut hallinnassasi", + "Empty filename is not allowed" : "Tiedostonimi ei voi olla tyhjä", + "Dot files are not allowed" : "Pistetiedostot eivät ole sallittuja", "App directory already exists" : "Sovelluskansio on jo olemassa", "Can't create app folder. Please fix permissions. %s" : "Sovelluskansion luominen ei onnistu. Korjaa käyttöoikeudet. %s", "No source specified when installing app" : "Lähdettä ei määritelty sovellusta asennettaessa", diff --git a/lib/l10n/gl.js b/lib/l10n/gl.js index 165d42c58b0..2c8e378b9d5 100644 --- a/lib/l10n/gl.js +++ b/lib/l10n/gl.js @@ -40,6 +40,10 @@ OC.L10N.register( "Database Error" : "Produciuse un erro na base de datos", "Please contact your system administrator." : "Contacte co administrador.", "web services under your control" : "servizos web baixo o seu control", + "Empty filename is not allowed" : "Non está permitido deixar baleiro o nome de ficheiro", + "Dot files are not allowed" : "Non se admiten os ficheiros con punto", + "4-byte characters are not supported in file names" : "Non se admiten os caracteres de 4 bytes nos nomes de ficheiro", + "File name is a reserved word" : "O nome de ficheiro é unha palabra reservada", "App directory already exists" : "Xa existe o directorio da aplicación", "Can't create app folder. Please fix permissions. %s" : "Non é posíbel crear o cartafol de aplicacións. Corrixa os permisos. %s", "No source specified when installing app" : "Non foi especificada ningunha orixe ao instalar a aplicación", diff --git a/lib/l10n/gl.json b/lib/l10n/gl.json index 71083dd66e1..c4a7ee243cb 100644 --- a/lib/l10n/gl.json +++ b/lib/l10n/gl.json @@ -38,6 +38,10 @@ "Database Error" : "Produciuse un erro na base de datos", "Please contact your system administrator." : "Contacte co administrador.", "web services under your control" : "servizos web baixo o seu control", + "Empty filename is not allowed" : "Non está permitido deixar baleiro o nome de ficheiro", + "Dot files are not allowed" : "Non se admiten os ficheiros con punto", + "4-byte characters are not supported in file names" : "Non se admiten os caracteres de 4 bytes nos nomes de ficheiro", + "File name is a reserved word" : "O nome de ficheiro é unha palabra reservada", "App directory already exists" : "Xa existe o directorio da aplicación", "Can't create app folder. Please fix permissions. %s" : "Non é posíbel crear o cartafol de aplicacións. Corrixa os permisos. %s", "No source specified when installing app" : "Non foi especificada ningunha orixe ao instalar a aplicación", diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js index 53114a5582b..0cd38c89440 100644 --- a/lib/l10n/nl.js +++ b/lib/l10n/nl.js @@ -40,6 +40,10 @@ OC.L10N.register( "Database Error" : "Database fout", "Please contact your system administrator." : "Neem contact op met uw systeembeheerder.", "web services under your control" : "Webdiensten in eigen beheer", + "Empty filename is not allowed" : "Een lege bestandsnaam is niet toegestaan", + "Dot files are not allowed" : "Punt bestanden zijn niet toegestaan", + "4-byte characters are not supported in file names" : "4-byte tekens in bestandsnamen worden niet ondersteund", + "File name is a reserved word" : "Bestandsnaam is een gereserveerd woord", "App directory already exists" : "App directory bestaat al", "Can't create app folder. Please fix permissions. %s" : "Kan de app map niet aanmaken, Herstel de permissies. %s", "No source specified when installing app" : "Geen bron opgegeven bij installatie van de app", diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json index 46bf53ac4fe..af179e8b03d 100644 --- a/lib/l10n/nl.json +++ b/lib/l10n/nl.json @@ -38,6 +38,10 @@ "Database Error" : "Database fout", "Please contact your system administrator." : "Neem contact op met uw systeembeheerder.", "web services under your control" : "Webdiensten in eigen beheer", + "Empty filename is not allowed" : "Een lege bestandsnaam is niet toegestaan", + "Dot files are not allowed" : "Punt bestanden zijn niet toegestaan", + "4-byte characters are not supported in file names" : "4-byte tekens in bestandsnamen worden niet ondersteund", + "File name is a reserved word" : "Bestandsnaam is een gereserveerd woord", "App directory already exists" : "App directory bestaat al", "Can't create app folder. Please fix permissions. %s" : "Kan de app map niet aanmaken, Herstel de permissies. %s", "No source specified when installing app" : "Geen bron opgegeven bij installatie van de app", diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index ec1e84a09b7..e35ea7282c6 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -40,6 +40,10 @@ OC.L10N.register( "Database Error" : "Erro no Banco de Dados", "Please contact your system administrator." : "Por favor cotactar seu administrador do sistema.", "web services under your control" : "serviços web sob seu controle", + "Empty filename is not allowed" : "Um nome de arquivo vazio não é permitido.", + "Dot files are not allowed" : "Dot arquivos não são permitidos", + "4-byte characters are not supported in file names" : "Caracteres de 4-bytes não são suportados em nomes de arquivos", + "File name is a reserved word" : "O nome do arquivo é uma palavra reservada", "App directory already exists" : "Diretório App já existe", "Can't create app folder. Please fix permissions. %s" : "Não é possível criar pasta app. Corrija as permissões. %s", "No source specified when installing app" : "Nenhuma fonte foi especificada enquanto instalava o aplicativo", diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json index 39aaac7f814..aa1c2b7d1e3 100644 --- a/lib/l10n/pt_BR.json +++ b/lib/l10n/pt_BR.json @@ -38,6 +38,10 @@ "Database Error" : "Erro no Banco de Dados", "Please contact your system administrator." : "Por favor cotactar seu administrador do sistema.", "web services under your control" : "serviços web sob seu controle", + "Empty filename is not allowed" : "Um nome de arquivo vazio não é permitido.", + "Dot files are not allowed" : "Dot arquivos não são permitidos", + "4-byte characters are not supported in file names" : "Caracteres de 4-bytes não são suportados em nomes de arquivos", + "File name is a reserved word" : "O nome do arquivo é uma palavra reservada", "App directory already exists" : "Diretório App já existe", "Can't create app folder. Please fix permissions. %s" : "Não é possível criar pasta app. Corrija as permissões. %s", "No source specified when installing app" : "Nenhuma fonte foi especificada enquanto instalava o aplicativo", diff --git a/lib/l10n/pt_PT.js b/lib/l10n/pt_PT.js index 3762ea93e2d..a4e5a154e16 100644 --- a/lib/l10n/pt_PT.js +++ b/lib/l10n/pt_PT.js @@ -40,6 +40,10 @@ OC.L10N.register( "Database Error" : "Erro da Base de Dados", "Please contact your system administrator." : "Por favor contacte o administrador do sistema.", "web services under your control" : "serviços web sob o seu controlo", + "Empty filename is not allowed" : "Não é permitido um ficheiro sem nome", + "Dot files are not allowed" : "Ficheiros dot não são permitidos", + "4-byte characters are not supported in file names" : "Carateres 4-byte não são suportados como nome de ficheiros", + "File name is a reserved word" : "Nome de ficheiro é uma palavra reservada", "App directory already exists" : "A directoria da aplicação já existe", "Can't create app folder. Please fix permissions. %s" : "Não foi possível criar a pasta da aplicação. Por favor verifique as permissões. %s", "No source specified when installing app" : "Não foi especificada uma fonte de instalação desta aplicação", diff --git a/lib/l10n/pt_PT.json b/lib/l10n/pt_PT.json index a95a308a6e3..a871ea62abf 100644 --- a/lib/l10n/pt_PT.json +++ b/lib/l10n/pt_PT.json @@ -38,6 +38,10 @@ "Database Error" : "Erro da Base de Dados", "Please contact your system administrator." : "Por favor contacte o administrador do sistema.", "web services under your control" : "serviços web sob o seu controlo", + "Empty filename is not allowed" : "Não é permitido um ficheiro sem nome", + "Dot files are not allowed" : "Ficheiros dot não são permitidos", + "4-byte characters are not supported in file names" : "Carateres 4-byte não são suportados como nome de ficheiros", + "File name is a reserved word" : "Nome de ficheiro é uma palavra reservada", "App directory already exists" : "A directoria da aplicação já existe", "Can't create app folder. Please fix permissions. %s" : "Não foi possível criar a pasta da aplicação. Por favor verifique as permissões. %s", "No source specified when installing app" : "Não foi especificada uma fonte de instalação desta aplicação", diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index 648a17e1fcf..f8381edb21d 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -40,6 +40,10 @@ OC.L10N.register( "Database Error" : "Ошибка базы данных", "Please contact your system administrator." : "Пожалуйста, свяжитесь с вашим администратором.", "web services under your control" : "веб-сервисы под вашим управлением", + "Empty filename is not allowed" : "Пустые имена файлов не допускаются", + "Dot files are not allowed" : "Файлы начинающиеся с точки не допускаются", + "4-byte characters are not supported in file names" : "4-х байтовые символы в имени файлов не допускаются", + "File name is a reserved word" : "Имя файла является зарезервированным словом", "App directory already exists" : "Каталог приложения уже существует", "Can't create app folder. Please fix permissions. %s" : "Не удалось создать каталог. Исправьте права доступа. %s", "No source specified when installing app" : "Не указан источник при установке приложения", diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json index 9e28c7115ce..48a02947888 100644 --- a/lib/l10n/ru.json +++ b/lib/l10n/ru.json @@ -38,6 +38,10 @@ "Database Error" : "Ошибка базы данных", "Please contact your system administrator." : "Пожалуйста, свяжитесь с вашим администратором.", "web services under your control" : "веб-сервисы под вашим управлением", + "Empty filename is not allowed" : "Пустые имена файлов не допускаются", + "Dot files are not allowed" : "Файлы начинающиеся с точки не допускаются", + "4-byte characters are not supported in file names" : "4-х байтовые символы в имени файлов не допускаются", + "File name is a reserved word" : "Имя файла является зарезервированным словом", "App directory already exists" : "Каталог приложения уже существует", "Can't create app folder. Please fix permissions. %s" : "Не удалось создать каталог. Исправьте права доступа. %s", "No source specified when installing app" : "Не указан источник при установке приложения", diff --git a/lib/l10n/sl.js b/lib/l10n/sl.js index d934e56df4f..3cf7c551a6d 100644 --- a/lib/l10n/sl.js +++ b/lib/l10n/sl.js @@ -38,6 +38,8 @@ OC.L10N.register( "Database Error" : "Napaka podatkovne zbirke", "Please contact your system administrator." : "Stopite v stik s skrbnikom sistema.", "web services under your control" : "spletne storitve pod vašim nadzorom", + "Empty filename is not allowed" : "Prazno polje imena datoteke ni dovoljeno.", + "Dot files are not allowed" : "Skrite datoteke niso dovoljene", "App directory already exists" : "Programska mapa že obstaja", "Can't create app folder. Please fix permissions. %s" : "Programske mape ni mogoče ustvariti. Ni ustreznih dovoljenj. %s", "No source specified when installing app" : "Ni podanega vira med nameščenjem programa", diff --git a/lib/l10n/sl.json b/lib/l10n/sl.json index 714b2770fb5..41942399cd1 100644 --- a/lib/l10n/sl.json +++ b/lib/l10n/sl.json @@ -36,6 +36,8 @@ "Database Error" : "Napaka podatkovne zbirke", "Please contact your system administrator." : "Stopite v stik s skrbnikom sistema.", "web services under your control" : "spletne storitve pod vašim nadzorom", + "Empty filename is not allowed" : "Prazno polje imena datoteke ni dovoljeno.", + "Dot files are not allowed" : "Skrite datoteke niso dovoljene", "App directory already exists" : "Programska mapa že obstaja", "Can't create app folder. Please fix permissions. %s" : "Programske mape ni mogoče ustvariti. Ni ustreznih dovoljenj. %s", "No source specified when installing app" : "Ni podanega vira med nameščenjem programa", diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index 748b6c19e9b..c1eadf2328c 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -40,6 +40,8 @@ OC.L10N.register( "Database Error" : "Veritabanı Hatası", "Please contact your system administrator." : "Lütfen sistem yöneticiniz ile iletişime geçin.", "web services under your control" : "denetiminizdeki web hizmetleri", + "Empty filename is not allowed" : "Boş dasya adına izin verilmiyor", + "Dot files are not allowed" : "Nokta dosyalarına izin verilmiyor", "App directory already exists" : "Uygulama dizini zaten mevcut", "Can't create app folder. Please fix permissions. %s" : "Uygulama dizini oluşturulamıyor. Lütfen izinleri düzeltin. %s", "No source specified when installing app" : "Uygulama kurulurken bir kaynak belirtilmedi", diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json index b62d07f3ac0..7cb732257c0 100644 --- a/lib/l10n/tr.json +++ b/lib/l10n/tr.json @@ -38,6 +38,8 @@ "Database Error" : "Veritabanı Hatası", "Please contact your system administrator." : "Lütfen sistem yöneticiniz ile iletişime geçin.", "web services under your control" : "denetiminizdeki web hizmetleri", + "Empty filename is not allowed" : "Boş dasya adına izin verilmiyor", + "Dot files are not allowed" : "Nokta dosyalarına izin verilmiyor", "App directory already exists" : "Uygulama dizini zaten mevcut", "Can't create app folder. Please fix permissions. %s" : "Uygulama dizini oluşturulamıyor. Lütfen izinleri düzeltin. %s", "No source specified when installing app" : "Uygulama kurulurken bir kaynak belirtilmedi", |