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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/uk.js')
-rw-r--r--apps/files/l10n/uk.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js
index 83d3e0a5482..e2525160ab7 100644
--- a/apps/files/l10n/uk.js
+++ b/apps/files/l10n/uk.js
@@ -189,8 +189,6 @@ OC.L10N.register(
"A new file or folder has been <strong>created</strong>" : "Новий файл або теку було <strong>створено</strong>",
"A file or folder has been <strong>deleted</strong>" : "Файл або теку було <strong>вилучено</strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Обмежити повідомлення про створення та зміни в ваших <strong>улюблених файлах</strong>\n<em>(Тількі потік)</em>",
- "A file or folder has been <strong>restored</strong>" : "Файл або теку було <strong> відновлено </strong>",
- "Cannot transfter ownership of a file or folder you don't own" : "Неможливо передати права власності на файл або теку, що вам не належить",
- "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Адреса для <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">доступу до файлів через WebDAV</a>"
+ "A file or folder has been <strong>restored</strong>" : "Файл або теку було <strong> відновлено </strong>"
},
"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);");