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.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js
index dc08b8ca566..157c2d5615e 100644
--- a/apps/files/l10n/uk.js
+++ b/apps/files/l10n/uk.js
@@ -129,10 +129,10 @@ OC.L10N.register(
"Files and folders you mark as favorite will show up here" : "Файли і теки, які ви позначили як улюблені, з’являться тут",
"Tags" : "Теги",
"Deleted files" : "Видалені файли",
- "Text file" : "Текстовий файл",
- "New text file.txt" : "Новий текстовий файл file.txt",
- "Shared with you" : "Поділились з вами",
"Shared with others" : "Поділились з іншими",
- "Shared by link" : "Доступне за посиланням"
+ "Shared with you" : "Поділились з вами",
+ "Shared by link" : "Доступне за посиланням",
+ "Text file" : "Текстовий файл",
+ "New text file.txt" : "Новий текстовий файл file.txt"
},
"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);");