Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-10-17 09:11:20 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-10-17 09:11:20 +0300
commitb21ef4a0e29c825de74ea17a8ea86c32568447a3 (patch)
treedd3a9e432ead288cba5334f925a091bf3e132d42
parent04ea87564ec5e3daf6d346b32bc926482a8812af (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/de.js1
-rw-r--r--l10n/de.json1
-rw-r--r--l10n/de.php1
-rw-r--r--l10n/nl.js2
-rw-r--r--l10n/nl.json2
-rw-r--r--l10n/nl.php2
6 files changed, 9 insertions, 0 deletions
diff --git a/l10n/de.js b/l10n/de.js
index 43fddb2..a32e16c 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -4,6 +4,7 @@ OC.L10N.register(
"This file is too big to be opened. Please download the file instead." : "Diese Datei ist zu groß. Bitte lade die Datei stattdessen herunter.",
"Cannot read the file." : "Datei kann nicht gelesen werden",
"Invalid file path supplied." : "Ungültiger Dateipfad angegeben.",
+ "An internal server error occurred." : "Es ist ein interner Fehler aufgetreten.",
"Cannot save file as it has been modified since opening" : "Die Datei konnte nicht gespeichert werden, weil sie seit dem Öffnen verändert worden ist",
"Insufficient permissions" : "Nicht ausreichende Berechtigungen",
"File path not supplied" : "Dateipfad nicht angegeben",
diff --git a/l10n/de.json b/l10n/de.json
index 526a361..99465b6 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -2,6 +2,7 @@
"This file is too big to be opened. Please download the file instead." : "Diese Datei ist zu groß. Bitte lade die Datei stattdessen herunter.",
"Cannot read the file." : "Datei kann nicht gelesen werden",
"Invalid file path supplied." : "Ungültiger Dateipfad angegeben.",
+ "An internal server error occurred." : "Es ist ein interner Fehler aufgetreten.",
"Cannot save file as it has been modified since opening" : "Die Datei konnte nicht gespeichert werden, weil sie seit dem Öffnen verändert worden ist",
"Insufficient permissions" : "Nicht ausreichende Berechtigungen",
"File path not supplied" : "Dateipfad nicht angegeben",
diff --git a/l10n/de.php b/l10n/de.php
index aee67f3..c777079 100644
--- a/l10n/de.php
+++ b/l10n/de.php
@@ -3,6 +3,7 @@ $TRANSLATIONS = array(
"This file is too big to be opened. Please download the file instead." => "Diese Datei ist zu groß. Bitte lade die Datei stattdessen herunter.",
"Cannot read the file." => "Datei kann nicht gelesen werden",
"Invalid file path supplied." => "Ungültiger Dateipfad angegeben.",
+"An internal server error occurred." => "Es ist ein interner Fehler aufgetreten.",
"Cannot save file as it has been modified since opening" => "Die Datei konnte nicht gespeichert werden, weil sie seit dem Öffnen verändert worden ist",
"Insufficient permissions" => "Nicht ausreichende Berechtigungen",
"File path not supplied" => "Dateipfad nicht angegeben",
diff --git a/l10n/nl.js b/l10n/nl.js
index 95b17df..47e3653 100644
--- a/l10n/nl.js
+++ b/l10n/nl.js
@@ -1,8 +1,10 @@
OC.L10N.register(
"files_texteditor",
{
+ "This file is too big to be opened. Please download the file instead." : "Dit bestand is te groot om te worden geopend. Download het bestand om het te bewerken.",
"Cannot read the file." : "Kan het bestand niet lezen.",
"Invalid file path supplied." : "Ongeldig pad opgegeven.",
+ "An internal server error occurred." : "Er heeft zich een interne serverfout voorgedaan.",
"Cannot save file as it has been modified since opening" : "Kan het bestand niet opslaan omdat het is gewijzigd na het openen",
"Insufficient permissions" : "Onvoldoende rechten",
"File path not supplied" : "Bestandspad niet opgegeven",
diff --git a/l10n/nl.json b/l10n/nl.json
index ffd21da..8c40867 100644
--- a/l10n/nl.json
+++ b/l10n/nl.json
@@ -1,6 +1,8 @@
{ "translations": {
+ "This file is too big to be opened. Please download the file instead." : "Dit bestand is te groot om te worden geopend. Download het bestand om het te bewerken.",
"Cannot read the file." : "Kan het bestand niet lezen.",
"Invalid file path supplied." : "Ongeldig pad opgegeven.",
+ "An internal server error occurred." : "Er heeft zich een interne serverfout voorgedaan.",
"Cannot save file as it has been modified since opening" : "Kan het bestand niet opslaan omdat het is gewijzigd na het openen",
"Insufficient permissions" : "Onvoldoende rechten",
"File path not supplied" : "Bestandspad niet opgegeven",
diff --git a/l10n/nl.php b/l10n/nl.php
index 87fc1ef..7f55711 100644
--- a/l10n/nl.php
+++ b/l10n/nl.php
@@ -1,7 +1,9 @@
<?php
$TRANSLATIONS = array(
+"This file is too big to be opened. Please download the file instead." => "Dit bestand is te groot om te worden geopend. Download het bestand om het te bewerken.",
"Cannot read the file." => "Kan het bestand niet lezen.",
"Invalid file path supplied." => "Ongeldig pad opgegeven.",
+"An internal server error occurred." => "Er heeft zich een interne serverfout voorgedaan.",
"Cannot save file as it has been modified since opening" => "Kan het bestand niet opslaan omdat het is gewijzigd na het openen",
"Insufficient permissions" => "Onvoldoende rechten",
"File path not supplied" => "Bestandspad niet opgegeven",