diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-08-15 02:14:49 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-08-15 02:14:49 +0000 |
commit | a8a5594dbe2d612cf6e7b3ddc2c58e4d1c2501d9 (patch) | |
tree | ecab02491d88194c61ac6590d728b50439b93614 /lib/l10n/uk.js | |
parent | c1ac4836b16a96399dd81aa2ac2fc057a3cbbffe (diff) | |
download | nextcloud-server-a8a5594dbe2d612cf6e7b3ddc2c58e4d1c2501d9.tar.gz nextcloud-server-a8a5594dbe2d612cf6e7b3ddc2c58e4d1c2501d9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/uk.js')
-rw-r--r-- | lib/l10n/uk.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js index 4926dc61592..b6bb876bfc9 100644 --- a/lib/l10n/uk.js +++ b/lib/l10n/uk.js @@ -85,6 +85,7 @@ OC.L10N.register( "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Це, ймовірно, обумовлено використанням кеша/прискорювача такого як Zend OPcache або eAccelerator.", "PHP modules have been installed, but they are still listed as missing?" : "Модулі PHP були встановлені, але вони все ще перераховані як відсутні?", "Please ask your server administrator to restart the web server." : "Будь ласка, зверніться до адміністратора, щоб перезавантажити сервер.", + "PostgreSQL >= 9 required" : "Потрібно PostgreSQL> = 9", "Please upgrade your database version" : "Оновіть версію бази даних", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Змініть права доступу на 0770, щоб інші користувачі не могли отримати список файлів цього каталогу.", "Check the value of \"datadirectory\" in your configuration" : "Перевірте значення \"datadirectory\" у своїй конфігурації", @@ -118,7 +119,6 @@ OC.L10N.register( "%s shared »%s« with you" : "%s поділився »%s« з вами", "%s shared »%s« with you." : "%s надав Вам доступ до »%s«.", "%s via %s" : "%s за допомогою %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Додаток \"%s\" не може бути встановлений, так як наступні залежності не виконано: %s", - "PostgreSQL >= 9 required" : "Потрібно PostgreSQL> = 9" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Додаток \"%s\" не може бути встановлений, так як наступні залежності не виконано: %s" }, "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);"); |