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>2017-06-06 03:14:37 +0300
committerNextcloud bot <bot@nextcloud.com>2017-06-06 03:14:37 +0300
commitcca40c83d7c9d31fd9ed4e4785b87651dbb764a8 (patch)
treea5e5bcc3af10bc00094c4c035b232fe83f6e58aa
parent04fe762671cd9c2dcb120ffe32b6e114d6c8b12a (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/en_GB.js3
-rw-r--r--l10n/en_GB.json3
-rw-r--r--l10n/es_MX.js3
-rw-r--r--l10n/es_MX.json3
-rw-r--r--l10n/ru.js3
-rw-r--r--l10n/ru.json3
6 files changed, 12 insertions, 6 deletions
diff --git a/l10n/en_GB.js b/l10n/en_GB.js
index 8d882f7..a9db120 100644
--- a/l10n/en_GB.js
+++ b/l10n/en_GB.js
@@ -23,6 +23,7 @@ OC.L10N.register(
"Preview" : "Preview",
"New text file" : "New text file",
"New text file.txt" : "New text file.txt",
- "Text editor" : "Text editor"
+ "Text editor" : "Text editor",
+ "Text file" : "Text file"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/en_GB.json b/l10n/en_GB.json
index 0c92836..fe8da61 100644
--- a/l10n/en_GB.json
+++ b/l10n/en_GB.json
@@ -21,6 +21,7 @@
"Preview" : "Preview",
"New text file" : "New text file",
"New text file.txt" : "New text file.txt",
- "Text editor" : "Text editor"
+ "Text editor" : "Text editor",
+ "Text file" : "Text file"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/es_MX.js b/l10n/es_MX.js
index 843d2bb..cd2b32c 100644
--- a/l10n/es_MX.js
+++ b/l10n/es_MX.js
@@ -23,6 +23,7 @@ OC.L10N.register(
"Preview" : "Previsualizar",
"New text file" : "Nuevo archivo de texto",
"New text file.txt" : "Nuevo archivo de texto.txt",
- "Text editor" : "Editor de texto"
+ "Text editor" : "Editor de texto",
+ "Text file" : "Archivo de texto"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_MX.json b/l10n/es_MX.json
index cea2965..c5247a5 100644
--- a/l10n/es_MX.json
+++ b/l10n/es_MX.json
@@ -21,6 +21,7 @@
"Preview" : "Previsualizar",
"New text file" : "Nuevo archivo de texto",
"New text file.txt" : "Nuevo archivo de texto.txt",
- "Text editor" : "Editor de texto"
+ "Text editor" : "Editor de texto",
+ "Text file" : "Archivo de texto"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/ru.js b/l10n/ru.js
index b2af48c..249b667 100644
--- a/l10n/ru.js
+++ b/l10n/ru.js
@@ -23,6 +23,7 @@ OC.L10N.register(
"Preview" : "Предварительный просмотр",
"New text file" : "Новый текстовый файл",
"New text file.txt" : "Новый текстовый документ.txt",
- "Text editor" : "Редактор текста"
+ "Text editor" : "Редактор текста",
+ "Text file" : "Текстовый файл"
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
diff --git a/l10n/ru.json b/l10n/ru.json
index 5c2caa4..4b133f3 100644
--- a/l10n/ru.json
+++ b/l10n/ru.json
@@ -21,6 +21,7 @@
"Preview" : "Предварительный просмотр",
"New text file" : "Новый текстовый файл",
"New text file.txt" : "Новый текстовый документ.txt",
- "Text editor" : "Редактор текста"
+ "Text editor" : "Редактор текста",
+ "Text file" : "Текстовый файл"
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
} \ No newline at end of file