summaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-10-19 01:54:36 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-10-19 01:54:36 -0400
commit245ae7e07116b1d4942479f4a935dac63b10a2f4 (patch)
tree0fe48a225c465920b1d7813adfb415e7368dbd6d /apps/files_external/l10n
parent68dd1edbfedd238e39234ff6304eeaba90217155 (diff)
downloadnextcloud-server-245ae7e07116b1d4942479f4a935dac63b10a2f4.tar.gz
nextcloud-server-245ae7e07116b1d4942479f4a935dac63b10a2f4.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n')
-rw-r--r--apps/files_external/l10n/uk.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/files_external/l10n/uk.php b/apps/files_external/l10n/uk.php
index 0674d3f6175..4a761d5c676 100644
--- a/apps/files_external/l10n/uk.php
+++ b/apps/files_external/l10n/uk.php
@@ -8,6 +8,10 @@ $TRANSLATIONS = array(
"Host" => "Хост",
"Username" => "Ім'я користувача",
"Password" => "Пароль",
+"OpenStack Object Storage" => "OpenStack Object Storage",
+"Region (optional for OpenStack Object Storage)" => "Регіон (опціонально для OpenStack Object Storage)",
+"Password (required for OpenStack Object Storage)" => "Пароль (обов’язково для OpenStack Object Storage)",
+"Service Name (required for OpenStack Object Storage)" => "Назва сервісу (обов’язково для OpenStack Object Storage)",
"Share" => "Поділитися",
"URL" => "URL",
"Access granted" => "Доступ дозволено",
@@ -15,12 +19,15 @@ $TRANSLATIONS = array(
"Grant access" => "Дозволити доступ",
"Error configuring Google Drive storage" => "Помилка при налаштуванні сховища Google Drive",
"Personal" => "Особисте",
+"You don't have any external storages" => "У вас немає зовнішніх сховищ",
"Name" => "Ім'я",
+"Storage type" => "Тип сховища",
"External Storage" => "Зовнішні сховища",
"Folder name" => "Ім'я теки",
"Configuration" => "Налаштування",
"Add storage" => "Додати сховище",
"Delete" => "Видалити",
-"Enable User External Storage" => "Активувати користувацькі зовнішні сховища"
+"Enable User External Storage" => "Активувати користувацькі зовнішні сховища",
+"Allow users to mount the following external storage" => "Дозволити користувачам монтувати наступні зовнішні сховища"
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";