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.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js
index 1e4889472dd..dc08b8ca566 100644
--- a/apps/files/l10n/uk.js
+++ b/apps/files/l10n/uk.js
@@ -6,13 +6,13 @@ OC.L10N.register(
"Unknown error" : "Невідома помилка",
"All files" : "Усі файли",
"Recent" : "Останні",
+ "Favorites" : "Улюблені",
"File could not be found" : "Файл не знайдено",
"Move or copy" : "Перенести або копіювати",
"Download" : "Завантажити",
"Delete" : "Видалити",
"Home" : "Домівка",
"Close" : "Закрити",
- "Favorites" : "Улюблені",
"Could not create folder \"{dir}\"" : "Неможливо створити каталог \"{dir}\"",
"Upload cancelled." : "Вивантаження скасовано.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Неможливо вивантажити {filename}, оскільки це каталог або файл має розмір 0 байт.",
@@ -127,12 +127,12 @@ OC.L10N.register(
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Файли,що ви намагаєтесь вивантажити перевищують максимальний дозволений розмір файлів на цьому сервері.",
"No favorites yet" : "Ще немає улюблених",
"Files and folders you mark as favorite will show up here" : "Файли і теки, які ви позначили як улюблені, з’являться тут",
- "Shared with you" : "Поділились з вами",
- "Shared with others" : "Поділились з іншими",
- "Shared by link" : "Доступне за посиланням",
"Tags" : "Теги",
"Deleted files" : "Видалені файли",
"Text file" : "Текстовий файл",
- "New text file.txt" : "Новий текстовий файл file.txt"
+ "New text file.txt" : "Новий текстовий файл file.txt",
+ "Shared with you" : "Поділились з вами",
+ "Shared with others" : "Поділились з іншими",
+ "Shared by link" : "Доступне за посиланням"
},
"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);");