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/dav/l10n/uk.js')
-rw-r--r--apps/dav/l10n/uk.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/dav/l10n/uk.js b/apps/dav/l10n/uk.js
index daac4588826..81b719662b7 100644
--- a/apps/dav/l10n/uk.js
+++ b/apps/dav/l10n/uk.js
@@ -80,9 +80,6 @@ OC.L10N.register(
"Configures a CardDAV account" : "Налаштовує обліковий запис CardDAV",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Точка доступу WebDAV",
- "Technical details" : "Технічні подробиці",
- "Remote Address: %s" : "Віддалена Адреса: %s",
- "Request ID: %s" : "ID запиту: %s",
"There was an error updating your attendance status." : "Виникла помилка при оновленні вашого статусу учасника.",
"Please contact the organizer directly." : "Будь-ласка повідомте організатора.",
"Are you accepting the invitation?" : "Чи приймаєте ви запрошення?",
@@ -99,6 +96,9 @@ OC.L10N.register(
"Send notifications for events" : "Відправити сповіщення для подій",
"Notifications are sent via background jobs, so these must occur often enough." : "Сповіщення надсилаються у фонових завданнях, тож вони мають запускатися достатньо часто.",
"Enable notifications for events via push" : "Увімкнути push-сповіщення для подій",
+ "Technical details" : "Технічні подробиці",
+ "Remote Address: %s" : "Віддалена Адреса: %s",
+ "Request ID: %s" : "ID запиту: %s",
"Notifications will be send through background jobs, so these need to happen often enough." : "Сповіщення будуть надсилатися у фонових завданнях, тож вони мають запускатися достатньо часто."
},
"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);");