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:
Diffstat (limited to 'l10n/oc.js')
-rw-r--r--l10n/oc.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10n/oc.js b/l10n/oc.js
index 74cdd9f..7afc14f 100644
--- a/l10n/oc.js
+++ b/l10n/oc.js
@@ -1,7 +1,6 @@
OC.L10N.register(
"files_texteditor",
{
- "saving..." : "enregistrament...",
"saved!" : "enregistrat !",
"failed!" : "fracàs !",
"Saved" : "Enregistrat",
@@ -17,6 +16,7 @@ OC.L10N.register(
"Cannot save file as it has been modified since opening" : "Impossible de salvar lo fichièr, es estat modificat entre temps",
"Insufficient permissions" : "Permissions insufisentas",
"File path not supplied" : "Camin del fichièr pas provesit",
- "File mtime not supplied" : "mtime del fichièr pas provesit"
+ "File mtime not supplied" : "mtime del fichièr pas provesit",
+ "saving..." : "enregistrament..."
},
"nplurals=2; plural=(n > 1);");