diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-20 00:02:08 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-20 00:02:08 +0100 |
commit | 568def2b61e45d51d4506ad08723c3e2173481b4 (patch) | |
tree | 2a7a515b0a15b3778c2b0a160c99c7a513a66ecd /apps/files_external/l10n/uk.php | |
parent | 8fa7d6a48a6d164809def0a5eb2b4f434f9683ce (diff) | |
download | nextcloud-server-568def2b61e45d51d4506ad08723c3e2173481b4.tar.gz nextcloud-server-568def2b61e45d51d4506ad08723c3e2173481b4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/uk.php')
-rw-r--r-- | apps/files_external/l10n/uk.php | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/apps/files_external/l10n/uk.php b/apps/files_external/l10n/uk.php index 79920b9014a..ea8f2b26657 100644 --- a/apps/files_external/l10n/uk.php +++ b/apps/files_external/l10n/uk.php @@ -1,5 +1,23 @@ <?php $TRANSLATIONS = array( +"Access granted" => "Доступ дозволено", +"Error configuring Dropbox storage" => "Помилка при налаштуванні сховища Dropbox", +"Grant access" => "Дозволити доступ", +"Fill out all required fields" => "Заповніть всі обов'язкові поля", +"Please provide a valid Dropbox app key and secret." => "Будь ласка, надайте дійсний ключ та пароль Dropbox.", +"Error configuring Google Drive storage" => "Помилка при налаштуванні сховища Google Drive", +"External Storage" => "Зовнішні сховища", +"Mount point" => "Точка монтування", +"Backend" => "Backend", +"Configuration" => "Налаштування", +"Options" => "Опції", +"Add mount point" => "Додати точку монтування", +"None set" => "Не встановлено", +"All Users" => "Усі користувачі", "Groups" => "Групи", "Users" => "Користувачі", -"Delete" => "Видалити" +"Delete" => "Видалити", +"Enable User External Storage" => "Активувати користувацькі зовнішні сховища", +"Allow users to mount their own external storage" => "Дозволити користувачам монтувати власні зовнішні сховища", +"SSL root certificates" => "SSL корневі сертифікати", +"Import Root Certificate" => "Імпортувати корневі сертифікати" ); |