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.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/dav/l10n/uk.js b/apps/dav/l10n/uk.js
index d461bb03fdf..06d7b10c919 100644
--- a/apps/dav/l10n/uk.js
+++ b/apps/dav/l10n/uk.js
@@ -94,11 +94,6 @@ OC.L10N.register(
"Are you accepting the invitation?" : "Чи приймаєте ви запрошення?",
"Tentative" : "Попередній",
"Save" : "Зберегти",
- "Your attendance was updated successfully." : "Ваша участь успішно оновлена.",
- "Hello %s," : "Вітаємо %s,",
- "The meeting »%1$s« with %2$s was canceled." : "Зустріч »%1$s« з %2$s була скасована.",
- "The meeting »%1$s« with %2$s was updated." : "Зустріч »%1$s« з %2$s була оновлена.",
- "%1$s invited you to »%2$s«" : "%1$s запрошує вас на »%2$s«",
- "When:" : "Коли:"
+ "Your attendance was updated successfully." : "Ваша участь успішно оновлена."
},
"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);");