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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/uk.js')
-rw-r--r--l10n/uk.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10n/uk.js b/l10n/uk.js
index 71a1a6a0a..f04f8e3ec 100644
--- a/l10n/uk.js
+++ b/l10n/uk.js
@@ -25,7 +25,6 @@ OC.L10N.register(
"Ordered list" : "Впорядкований список",
"Blockquote" : "Цитування",
"Code block" : "Код",
- "Insert image" : "Додати зображення",
"Show rich workspaces" : "Показувати робочі області",
"Add notes, lists or links …" : "Додавайте нотатки, створюйте списки та посилання...",
"Edit" : "Редашувати",
@@ -37,6 +36,7 @@ OC.L10N.register(
"Heading 4" : "Заголовок 4",
"Heading 5" : "Заголовок 5",
"ToDo list" : "Список завдань",
+ "Insert image" : "Додати зображення",
"_and %n other editor_::_and %n other editors_" : ["та %n інший дописувач","та %n інших дописувачів","та %n інших дописувачів","та %n інших дописувачів"]
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");