diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-13 20:33:30 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-13 20:33:30 -0400 |
commit | f3336f8877771e53d303f6f939f0005fa9692b7a (patch) | |
tree | c5f0495eac0d3e946df517709d5a4ad9d0ec4227 /core/l10n/uk.php | |
parent | e8bede5e0d67e036e8e42279df3a2dd8c83e08e8 (diff) | |
download | nextcloud-server-f3336f8877771e53d303f6f939f0005fa9692b7a.tar.gz nextcloud-server-f3336f8877771e53d303f6f939f0005fa9692b7a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/uk.php')
-rw-r--r-- | core/l10n/uk.php | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/core/l10n/uk.php b/core/l10n/uk.php index 6bd6901815d..64e79abcdd0 100644 --- a/core/l10n/uk.php +++ b/core/l10n/uk.php @@ -1,14 +1,6 @@ <?php $TRANSLATIONS = array( "group" => "група", -"Category type not provided." => "Не вказано тип категорії.", -"No category to add?" => "Відсутні категорії для додавання?", -"This category already exists: %s" => "Ця категорія вже існує: %s", -"Object type not provided." => "Не вказано тип об'єкту.", -"%s ID not provided." => "%s ID не вказано.", -"Error adding %s to favorites." => "Помилка при додаванні %s до обраного.", -"No categories selected for deletion." => "Жодної категорії не обрано для видалення.", -"Error removing %s from favorites." => "Помилка при видалені %s із обраного.", "Sunday" => "Неділя", "Monday" => "Понеділок", "Tuesday" => "Вівторок", @@ -46,12 +38,9 @@ $TRANSLATIONS = array( "Ok" => "Ok", "_{count} file conflict_::_{count} file conflicts_" => array("","",""), "Cancel" => "Відмінити", -"The object type is not specified." => "Не визначено тип об'єкту.", -"Error" => "Помилка", -"The app name is not specified." => "Не визначено ім'я програми.", -"The required file {file} is not installed!" => "Необхідний файл {file} не встановлено!", "Shared" => "Опубліковано", "Share" => "Поділитися", +"Error" => "Помилка", "Error while sharing" => "Помилка під час публікації", "Error while unsharing" => "Помилка під час відміни публікації", "Error while changing permissions" => "Помилка при зміні повноважень", @@ -82,6 +71,9 @@ $TRANSLATIONS = array( "Sending ..." => "Надсилання...", "Email sent" => "Ел. пошта надіслана", "Warning" => "Попередження", +"The object type is not specified." => "Не визначено тип об'єкту.", +"Delete" => "Видалити", +"Add" => "Додати", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "Оновлення виконалось неуспішно. Будь ласка, повідомте про цю проблему в <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">спільноті ownCloud</a>.", "The update was successful. Redirecting you to ownCloud now." => "Оновлення виконалось успішно. Перенаправляємо вас на ownCloud.", "Use the following link to reset your password: {link}" => "Використовуйте наступне посилання для скидання пароля: {link}", @@ -99,8 +91,6 @@ $TRANSLATIONS = array( "Help" => "Допомога", "Access forbidden" => "Доступ заборонено", "Cloud not found" => "Cloud не знайдено", -"Edit categories" => "Редагувати категорії", -"Add" => "Додати", "Security Warning" => "Попередження про небезпеку", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Ваша версія PHP вразлива для атак NULL Byte (CVE-2006-7243)", "No secure random number generator is available, please enable the PHP OpenSSL extension." => "Не доступний безпечний генератор випадкових чисел, будь ласка, активуйте PHP OpenSSL додаток.", |