diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-13 19:33:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-13 19:33:40 +0000 |
commit | 55b923e1fdc76df77084a45b3a85d820f807936d (patch) | |
tree | 30fc4937cfaab2aa0cfa61aa96c11bfe629be27c /apps/dav/l10n/uk.js | |
parent | 0c67de31092e7c2868cd27b439f18e6d98af93ba (diff) | |
download | nextcloud-server-55b923e1fdc76df77084a45b3a85d820f807936d.tar.gz nextcloud-server-55b923e1fdc76df77084a45b3a85d820f807936d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dav/l10n/uk.js')
-rw-r--r-- | apps/dav/l10n/uk.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/dav/l10n/uk.js b/apps/dav/l10n/uk.js index 3db3e3ccfb7..90fd0614afe 100644 --- a/apps/dav/l10n/uk.js +++ b/apps/dav/l10n/uk.js @@ -100,10 +100,6 @@ OC.L10N.register( "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:" : "Коли:", - "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." : "Сповіщення будуть надсилатися у фонових завданнях, тож вони мають запускатися достатньо часто." + "When:" : "Коли:" }, "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);"); |