summaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/cs_CZ.js1
-rw-r--r--lib/l10n/cs_CZ.json1
-rw-r--r--lib/l10n/de.js1
-rw-r--r--lib/l10n/de.json1
-rw-r--r--lib/l10n/de_DE.js1
-rw-r--r--lib/l10n/de_DE.json1
-rw-r--r--lib/l10n/es.js1
-rw-r--r--lib/l10n/es.json1
-rw-r--r--lib/l10n/fi_FI.js1
-rw-r--r--lib/l10n/fi_FI.json1
-rw-r--r--lib/l10n/fr.js1
-rw-r--r--lib/l10n/fr.json1
-rw-r--r--lib/l10n/gl.js1
-rw-r--r--lib/l10n/gl.json1
-rw-r--r--lib/l10n/it.js1
-rw-r--r--lib/l10n/it.json1
-rw-r--r--lib/l10n/ja.js6
-rw-r--r--lib/l10n/ja.json6
-rw-r--r--lib/l10n/pl.js6
-rw-r--r--lib/l10n/pl.json6
-rw-r--r--lib/l10n/pt_PT.js1
-rw-r--r--lib/l10n/pt_PT.json1
-rw-r--r--lib/l10n/ru.js1
-rw-r--r--lib/l10n/ru.json1
-rw-r--r--lib/l10n/tr.js4
-rw-r--r--lib/l10n/tr.json4
26 files changed, 52 insertions, 0 deletions
diff --git a/lib/l10n/cs_CZ.js b/lib/l10n/cs_CZ.js
index 327c44bb63b..6702c2ff05a 100644
--- a/lib/l10n/cs_CZ.js
+++ b/lib/l10n/cs_CZ.js
@@ -43,6 +43,7 @@ OC.L10N.register(
"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",
"File name contains at least one invalid character" : "Jméno souboru obsahuje nejméně jeden neplatný znak",
+ "File name is too long" : "Jméno souboru je moc dlouhé",
"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 f821284c58f..a629c66e99b 100644
--- a/lib/l10n/cs_CZ.json
+++ b/lib/l10n/cs_CZ.json
@@ -41,6 +41,7 @@
"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",
"File name contains at least one invalid character" : "Jméno souboru obsahuje nejméně jeden neplatný znak",
+ "File name is too long" : "Jméno souboru je moc dlouhé",
"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/de.js b/lib/l10n/de.js
index 8234fc14d1f..fc71d1fb6d5 100644
--- a/lib/l10n/de.js
+++ b/lib/l10n/de.js
@@ -43,6 +43,7 @@ OC.L10N.register(
"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",
"File name contains at least one invalid character" : "Der Dateiname enthält mindestens ein ungültiges Zeichen",
+ "File name is too long" : "Dateiname ist zu lang",
"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 47a35645186..f10d3578fb3 100644
--- a/lib/l10n/de.json
+++ b/lib/l10n/de.json
@@ -41,6 +41,7 @@
"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",
"File name contains at least one invalid character" : "Der Dateiname enthält mindestens ein ungültiges Zeichen",
+ "File name is too long" : "Dateiname ist zu lang",
"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 8d5887b37ef..823fde2d789 100644
--- a/lib/l10n/de_DE.js
+++ b/lib/l10n/de_DE.js
@@ -43,6 +43,7 @@ OC.L10N.register(
"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",
"File name contains at least one invalid character" : "Der Dateiname enthält mindestens ein ungültiges Zeichen",
+ "File name is too long" : "Dateiname ist zu lang",
"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 f9f9165f9b9..42b6d72303e 100644
--- a/lib/l10n/de_DE.json
+++ b/lib/l10n/de_DE.json
@@ -41,6 +41,7 @@
"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",
"File name contains at least one invalid character" : "Der Dateiname enthält mindestens ein ungültiges Zeichen",
+ "File name is too long" : "Dateiname ist zu lang",
"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/es.js b/lib/l10n/es.js
index 8a71a222a7d..a31f215d094 100644
--- a/lib/l10n/es.js
+++ b/lib/l10n/es.js
@@ -43,6 +43,7 @@ OC.L10N.register(
"4-byte characters are not supported in file names" : " No están permitidos caractéres de 4-bytes",
"File name is a reserved word" : "El nombre de archivo es una palabra reservada",
"File name contains at least one invalid character" : "El nombre del archivo contiene al menos un carácter inválido",
+ "File name is too long" : "El nombre del archivo es demasiado largo",
"App directory already exists" : "El directorio de la aplicación ya existe",
"Can't create app folder. Please fix permissions. %s" : "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s",
"No source specified when installing app" : "No se ha especificado origen cuando se ha instalado la aplicación",
diff --git a/lib/l10n/es.json b/lib/l10n/es.json
index cdb5a99a543..52f7cbfd5e5 100644
--- a/lib/l10n/es.json
+++ b/lib/l10n/es.json
@@ -41,6 +41,7 @@
"4-byte characters are not supported in file names" : " No están permitidos caractéres de 4-bytes",
"File name is a reserved word" : "El nombre de archivo es una palabra reservada",
"File name contains at least one invalid character" : "El nombre del archivo contiene al menos un carácter inválido",
+ "File name is too long" : "El nombre del archivo es demasiado largo",
"App directory already exists" : "El directorio de la aplicación ya existe",
"Can't create app folder. Please fix permissions. %s" : "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s",
"No source specified when installing app" : "No se ha especificado origen cuando se ha instalado la aplicación",
diff --git a/lib/l10n/fi_FI.js b/lib/l10n/fi_FI.js
index dbc8ba97129..9f688ba8075 100644
--- a/lib/l10n/fi_FI.js
+++ b/lib/l10n/fi_FI.js
@@ -40,6 +40,7 @@ OC.L10N.register(
"Empty filename is not allowed" : "Tiedostonimi ei voi olla tyhjä",
"Dot files are not allowed" : "Pistetiedostot eivät ole sallittuja",
"File name contains at least one invalid character" : "Tiedoston nimi sisältää ainakin yhden virheellisen merkin",
+ "File name is too long" : "Tiedoston nimi on liian pitkä",
"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 fef6a8625c6..1ecab62af28 100644
--- a/lib/l10n/fi_FI.json
+++ b/lib/l10n/fi_FI.json
@@ -38,6 +38,7 @@
"Empty filename is not allowed" : "Tiedostonimi ei voi olla tyhjä",
"Dot files are not allowed" : "Pistetiedostot eivät ole sallittuja",
"File name contains at least one invalid character" : "Tiedoston nimi sisältää ainakin yhden virheellisen merkin",
+ "File name is too long" : "Tiedoston nimi on liian pitkä",
"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/fr.js b/lib/l10n/fr.js
index ecbdeeae339..574f8e53998 100644
--- a/lib/l10n/fr.js
+++ b/lib/l10n/fr.js
@@ -43,6 +43,7 @@ OC.L10N.register(
"4-byte characters are not supported in file names" : "Les caractères sur 4 octets ne sont pas pris en charge dans les noms de fichiers",
"File name is a reserved word" : "Ce nom de fichier est un mot réservé",
"File name contains at least one invalid character" : "Le nom de fichier contient un (des) caractère(s) non valide(s)",
+ "File name is too long" : "Nom de fichier trop long",
"App directory already exists" : "Le dossier de l'application existe déjà",
"Can't create app folder. Please fix permissions. %s" : "Impossible de créer le dossier de l'application. Corrigez les droits d'accès. %s",
"No source specified when installing app" : "Aucune source spécifiée pour installer l'application",
diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json
index cc5a917940e..3107d0b3e69 100644
--- a/lib/l10n/fr.json
+++ b/lib/l10n/fr.json
@@ -41,6 +41,7 @@
"4-byte characters are not supported in file names" : "Les caractères sur 4 octets ne sont pas pris en charge dans les noms de fichiers",
"File name is a reserved word" : "Ce nom de fichier est un mot réservé",
"File name contains at least one invalid character" : "Le nom de fichier contient un (des) caractère(s) non valide(s)",
+ "File name is too long" : "Nom de fichier trop long",
"App directory already exists" : "Le dossier de l'application existe déjà",
"Can't create app folder. Please fix permissions. %s" : "Impossible de créer le dossier de l'application. Corrigez les droits d'accès. %s",
"No source specified when installing app" : "Aucune source spécifiée pour installer l'application",
diff --git a/lib/l10n/gl.js b/lib/l10n/gl.js
index 1b4b622fdda..cb908f4f619 100644
--- a/lib/l10n/gl.js
+++ b/lib/l10n/gl.js
@@ -43,6 +43,7 @@ OC.L10N.register(
"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",
"File name contains at least one invalid character" : "O nome de ficheiro contén algún carácter incorrecto",
+ "File name is too long" : "O nome de ficheiro é longo de máis",
"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 0e98c0606fa..0fd5fe083e6 100644
--- a/lib/l10n/gl.json
+++ b/lib/l10n/gl.json
@@ -41,6 +41,7 @@
"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",
"File name contains at least one invalid character" : "O nome de ficheiro contén algún carácter incorrecto",
+ "File name is too long" : "O nome de ficheiro é longo de máis",
"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/it.js b/lib/l10n/it.js
index e1af5c17e61..4d1ab41bd55 100644
--- a/lib/l10n/it.js
+++ b/lib/l10n/it.js
@@ -43,6 +43,7 @@ OC.L10N.register(
"4-byte characters are not supported in file names" : "I caratteri di 4 byte non sono supportati nei nomi dei file",
"File name is a reserved word" : "Il nome del file è una parola riservata",
"File name contains at least one invalid character" : "Il nome del file contiene almeno un carattere non valido",
+ "File name is too long" : "Il nome del file è troppo lungo",
"App directory already exists" : "La cartella dell'applicazione esiste già",
"Can't create app folder. Please fix permissions. %s" : "Impossibile creare la cartella dell'applicazione. Correggi i permessi. %s",
"No source specified when installing app" : "Nessuna fonte specificata durante l'installazione dell'applicazione",
diff --git a/lib/l10n/it.json b/lib/l10n/it.json
index 22b6bd40bb8..f4e34cc9f33 100644
--- a/lib/l10n/it.json
+++ b/lib/l10n/it.json
@@ -41,6 +41,7 @@
"4-byte characters are not supported in file names" : "I caratteri di 4 byte non sono supportati nei nomi dei file",
"File name is a reserved word" : "Il nome del file è una parola riservata",
"File name contains at least one invalid character" : "Il nome del file contiene almeno un carattere non valido",
+ "File name is too long" : "Il nome del file è troppo lungo",
"App directory already exists" : "La cartella dell'applicazione esiste già",
"Can't create app folder. Please fix permissions. %s" : "Impossibile creare la cartella dell'applicazione. Correggi i permessi. %s",
"No source specified when installing app" : "Nessuna fonte specificata durante l'installazione dell'applicazione",
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js
index dc30767863f..ff781afc8d0 100644
--- a/lib/l10n/ja.js
+++ b/lib/l10n/ja.js
@@ -36,6 +36,12 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["%n 分前"],
"seconds ago" : "数秒前",
"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" : "ファイル名が予約された単語です",
+ "File name contains at least one invalid character" : "ファイル名に1文字以上の無効な文字が含まれています",
+ "File name is too long" : "ファイル名が長すぎます",
"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/ja.json b/lib/l10n/ja.json
index 5e16fe42010..f9dc5322c0c 100644
--- a/lib/l10n/ja.json
+++ b/lib/l10n/ja.json
@@ -34,6 +34,12 @@
"_%n minute ago_::_%n minutes ago_" : ["%n 分前"],
"seconds ago" : "数秒前",
"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" : "ファイル名が予約された単語です",
+ "File name contains at least one invalid character" : "ファイル名に1文字以上の無効な文字が含まれています",
+ "File name is too long" : "ファイル名が長すぎます",
"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/pl.js b/lib/l10n/pl.js
index 4042179b895..0be4d823a0d 100644
--- a/lib/l10n/pl.js
+++ b/lib/l10n/pl.js
@@ -8,9 +8,15 @@ OC.L10N.register(
"Sample configuration detected" : "Wykryto przykładową konfigurację",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Wykryto skopiowanie przykładowej konfiguracji. To może popsuć Twoją instalację i nie jest wspierane. Proszę przeczytać dokumentację przed dokonywaniem zmian w config.php",
"PHP %s or higher is required." : "PHP %s lub wyższe jest wymagane.",
+ "PHP with a version lower than %s is required." : "Wersja PHP jest niższa niż %s, która jest wymagana.",
"Following databases are supported: %s" : "Obsługiwane są następujące bazy danych: %s",
+ "The command line tool %s could not be found" : "Narzędzie konsoli %s nie zostało znalezione",
"The library %s is not available." : "Biblioteka %s nie jest dostępna.",
+ "Library %s with a version higher than %s is required - available version %s." : "Biblioteka %s w wersji wyższej niż %s, która jest wymagana - dostępna wersja %s.",
+ "Library %s with a version lower than %s is required - available version %s." : "Biblioteka w wersji %s jest niższa niż %s, która jest wymagana - dostępna wersja %s.",
"Following platforms are supported: %s" : "Obsługiwane są następujące platformy: %s",
+ "ownCloud %s or higher is required." : "ownCloud %s jest w wersji wyższej niż wymagana.",
+ "ownCloud with a version lower than %s is required." : "ownCloud jest w wersji niższej niż wymagana wersja %s",
"Help" : "Pomoc",
"Personal" : "Osobiste",
"Users" : "Użytkownicy",
diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json
index 548cb703097..12de24755d6 100644
--- a/lib/l10n/pl.json
+++ b/lib/l10n/pl.json
@@ -6,9 +6,15 @@
"Sample configuration detected" : "Wykryto przykładową konfigurację",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Wykryto skopiowanie przykładowej konfiguracji. To może popsuć Twoją instalację i nie jest wspierane. Proszę przeczytać dokumentację przed dokonywaniem zmian w config.php",
"PHP %s or higher is required." : "PHP %s lub wyższe jest wymagane.",
+ "PHP with a version lower than %s is required." : "Wersja PHP jest niższa niż %s, która jest wymagana.",
"Following databases are supported: %s" : "Obsługiwane są następujące bazy danych: %s",
+ "The command line tool %s could not be found" : "Narzędzie konsoli %s nie zostało znalezione",
"The library %s is not available." : "Biblioteka %s nie jest dostępna.",
+ "Library %s with a version higher than %s is required - available version %s." : "Biblioteka %s w wersji wyższej niż %s, która jest wymagana - dostępna wersja %s.",
+ "Library %s with a version lower than %s is required - available version %s." : "Biblioteka w wersji %s jest niższa niż %s, która jest wymagana - dostępna wersja %s.",
"Following platforms are supported: %s" : "Obsługiwane są następujące platformy: %s",
+ "ownCloud %s or higher is required." : "ownCloud %s jest w wersji wyższej niż wymagana.",
+ "ownCloud with a version lower than %s is required." : "ownCloud jest w wersji niższej niż wymagana wersja %s",
"Help" : "Pomoc",
"Personal" : "Osobiste",
"Users" : "Użytkownicy",
diff --git a/lib/l10n/pt_PT.js b/lib/l10n/pt_PT.js
index f9e78265ece..7d586b4d628 100644
--- a/lib/l10n/pt_PT.js
+++ b/lib/l10n/pt_PT.js
@@ -43,6 +43,7 @@ OC.L10N.register(
"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",
"File name contains at least one invalid character" : "Nome de ficheiro contém pelo menos um caráter inválido",
+ "File name is too long" : "Nome do ficheiro demasiado longo",
"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 8e9f37f4589..444e8ff4b1f 100644
--- a/lib/l10n/pt_PT.json
+++ b/lib/l10n/pt_PT.json
@@ -41,6 +41,7 @@
"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",
"File name contains at least one invalid character" : "Nome de ficheiro contém pelo menos um caráter inválido",
+ "File name is too long" : "Nome do ficheiro demasiado longo",
"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 74a2feaffcb..82ab53bdf03 100644
--- a/lib/l10n/ru.js
+++ b/lib/l10n/ru.js
@@ -43,6 +43,7 @@ OC.L10N.register(
"4-byte characters are not supported in file names" : "4-х байтовые символы в имени файлов не допускаются",
"File name is a reserved word" : "Имя файла является зарезервированным словом",
"File name contains at least one invalid character" : "Имя файла содержит по крайней мере один некорректный символ",
+ "File name is too long" : "Имя файла слишком длинное.",
"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 b11ff4d72f9..8bf4786e7f6 100644
--- a/lib/l10n/ru.json
+++ b/lib/l10n/ru.json
@@ -41,6 +41,7 @@
"4-byte characters are not supported in file names" : "4-х байтовые символы в имени файлов не допускаются",
"File name is a reserved word" : "Имя файла является зарезервированным словом",
"File name contains at least one invalid character" : "Имя файла содержит по крайней мере один некорректный символ",
+ "File name is too long" : "Имя файла слишком длинное.",
"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/tr.js b/lib/l10n/tr.js
index f4e48570d54..8987e7726af 100644
--- a/lib/l10n/tr.js
+++ b/lib/l10n/tr.js
@@ -40,6 +40,10 @@ OC.L10N.register(
"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",
+ "4-byte characters are not supported in file names" : "4-bayt karakterler dosya adlarında desteklenmez",
+ "File name is a reserved word" : "Dosya adı ayrılmış bir sözcüktür",
+ "File name contains at least one invalid character" : "Dosya adı en az bir geçersiz karakter içeriyor",
+ "File name is too long" : "Dosya adı çok uzun",
"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 7b170e3e5b7..95a4c7e48d9 100644
--- a/lib/l10n/tr.json
+++ b/lib/l10n/tr.json
@@ -38,6 +38,10 @@
"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",
+ "4-byte characters are not supported in file names" : "4-bayt karakterler dosya adlarında desteklenmez",
+ "File name is a reserved word" : "Dosya adı ayrılmış bir sözcüktür",
+ "File name contains at least one invalid character" : "Dosya adı en az bir geçersiz karakter içeriyor",
+ "File name is too long" : "Dosya adı çok uzun",
"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",