diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/cs.js | 1 | ||||
-rw-r--r-- | lib/l10n/cs.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/pl.js | 1 | ||||
-rw-r--r-- | lib/l10n/pl.json | 1 | ||||
-rw-r--r-- | lib/l10n/zh_CN.js | 1 | ||||
-rw-r--r-- | lib/l10n/zh_CN.json | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index eea1b6b3387..c0da2d90851 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -72,6 +72,7 @@ OC.L10N.register( "Empty file" : "Prázdný soubor", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul s identifikátorem: %s neexistuje. Povolte ho v nastavení aplikací, nebo se obraťte na správce.", "File already exists" : "Soubor už existuje", + "Invalid path" : "Neplatný popis umístění", "Failed to create file from template" : "Vytvoření souboru ze šablony selhalo", "Templates" : "Šablony", "File name is a reserved word" : "Název souboru je rezervované slovo", diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index f44a8844655..5cefde42ff7 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -70,6 +70,7 @@ "Empty file" : "Prázdný soubor", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul s identifikátorem: %s neexistuje. Povolte ho v nastavení aplikací, nebo se obraťte na správce.", "File already exists" : "Soubor už existuje", + "Invalid path" : "Neplatný popis umístění", "Failed to create file from template" : "Vytvoření souboru ze šablony selhalo", "Templates" : "Šablony", "File name is a reserved word" : "Název souboru je rezervované slovo", diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index 4bb2342e6c8..384fa4e6841 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -72,6 +72,7 @@ OC.L10N.register( "Empty file" : "Leere Datei", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID: %s existiert nicht. Bitte aktivieren Sie es in Ihren Einstellungen oder kontaktieren Sie Ihren Administrator.", "File already exists" : "Datei bereits vorhanden", + "Invalid path" : "Ungültiger Pfad", "Failed to create file from template" : "Fehler beim Erstellen der Datei aus Vorlage", "Templates" : "Vorlagen", "File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort", diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index 8ea41565c2c..4e27e993e22 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -70,6 +70,7 @@ "Empty file" : "Leere Datei", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID: %s existiert nicht. Bitte aktivieren Sie es in Ihren Einstellungen oder kontaktieren Sie Ihren Administrator.", "File already exists" : "Datei bereits vorhanden", + "Invalid path" : "Ungültiger Pfad", "Failed to create file from template" : "Fehler beim Erstellen der Datei aus Vorlage", "Templates" : "Vorlagen", "File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort", diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index c4f71208ff8..9ca953f08b1 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -72,6 +72,7 @@ OC.L10N.register( "Empty file" : "Pusty plik", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Moduł o ID: %s nie istnieje. Włącz go w ustawieniach aplikacji lub skontaktuj się z administratorem.", "File already exists" : "Plik już istnieje", + "Invalid path" : "Niewłaściwa ścieżka", "Failed to create file from template" : "Nie udało się utworzyć pliku z szablonu", "Templates" : "Szablony", "File name is a reserved word" : "Nazwa pliku jest zarezerwowana", diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index f23657942bc..1b46b19f2b7 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -70,6 +70,7 @@ "Empty file" : "Pusty plik", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Moduł o ID: %s nie istnieje. Włącz go w ustawieniach aplikacji lub skontaktuj się z administratorem.", "File already exists" : "Plik już istnieje", + "Invalid path" : "Niewłaściwa ścieżka", "Failed to create file from template" : "Nie udało się utworzyć pliku z szablonu", "Templates" : "Szablony", "File name is a reserved word" : "Nazwa pliku jest zarezerwowana", diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 68d9011d6a4..4bfef592636 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -72,6 +72,7 @@ OC.L10N.register( "Empty file" : "空文件", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "模块:%s不存在。请在 App 设置中开启或联系管理员。", "File already exists" : "文件已存在", + "Invalid path" : "无效的路径", "Failed to create file from template" : "从模板创建文件失败", "Templates" : "模板", "File name is a reserved word" : "文件名包含敏感字符", diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index 5282d453531..66c2349e3b3 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -70,6 +70,7 @@ "Empty file" : "空文件", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "模块:%s不存在。请在 App 设置中开启或联系管理员。", "File already exists" : "文件已存在", + "Invalid path" : "无效的路径", "Failed to create file from template" : "从模板创建文件失败", "Templates" : "模板", "File name is a reserved word" : "文件名包含敏感字符", |