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:
authorNextcloud bot <bot@nextcloud.com>2018-04-24 03:22:30 +0300
committerNextcloud bot <bot@nextcloud.com>2018-04-24 03:22:30 +0300
commitc2129363a85e9276b141b1dc6db7ff4973e8e678 (patch)
tree0aeb28fe83f8cb8f8ca5f874fb44118d09376dc0
parent86a40b87b64f7905dc823edce8deb411362b0a1c (diff)
[tx-robot] updated from transifexv12.0.7
-rw-r--r--l10n/en_GB.js3
-rw-r--r--l10n/en_GB.json3
-rw-r--r--l10n/fr.js2
-rw-r--r--l10n/fr.json2
4 files changed, 10 insertions, 0 deletions
diff --git a/l10n/en_GB.js b/l10n/en_GB.js
index 3ed4c8b..04d6351 100644
--- a/l10n/en_GB.js
+++ b/l10n/en_GB.js
@@ -23,6 +23,9 @@ OC.L10N.register(
"Insufficient permissions" : "Insufficient permissions",
"File path not supplied" : "File path not supplied",
"File mtime not supplied" : "File mtime not supplied",
+ "Share not found" : "Share not found",
+ "You are not authorized to open this share" : "You are not authorised to open this share",
+ "Invalid range request" : "Invalid range request",
"Text editor" : "Text editor"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/en_GB.json b/l10n/en_GB.json
index 8d576b6..97b3ffe 100644
--- a/l10n/en_GB.json
+++ b/l10n/en_GB.json
@@ -21,6 +21,9 @@
"Insufficient permissions" : "Insufficient permissions",
"File path not supplied" : "File path not supplied",
"File mtime not supplied" : "File mtime not supplied",
+ "Share not found" : "Share not found",
+ "You are not authorized to open this share" : "You are not authorised to open this share",
+ "Invalid range request" : "Invalid range request",
"Text editor" : "Text editor"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/fr.js b/l10n/fr.js
index f04d558..2b13e72 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -24,6 +24,8 @@ OC.L10N.register(
"File path not supplied" : "Chemin du fichier non fourni",
"File mtime not supplied" : "mtime du fichier non fourni",
"Share not found" : "Partage non trouvé",
+ "You are not authorized to open this share" : "Vous n'êtes pas autorisé à ouvrir ce partage",
+ "Invalid range request" : "Demande de plage non valide",
"Text editor" : "Éditeur de texte"
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/fr.json b/l10n/fr.json
index a9cb377..438d54f 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -22,6 +22,8 @@
"File path not supplied" : "Chemin du fichier non fourni",
"File mtime not supplied" : "mtime du fichier non fourni",
"Share not found" : "Partage non trouvé",
+ "You are not authorized to open this share" : "Vous n'êtes pas autorisé à ouvrir ce partage",
+ "Invalid range request" : "Demande de plage non valide",
"Text editor" : "Éditeur de texte"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file