From 245ae7e07116b1d4942479f4a935dac63b10a2f4 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Sun, 19 Oct 2014 01:54:36 -0400 Subject: [PATCH] [tx-robot] updated from transifex --- apps/files/l10n/uk.php | 3 +++ apps/files_external/l10n/uk.php | 9 ++++++- apps/user_ldap/l10n/da.php | 4 +++ core/l10n/da.php | 1 + core/l10n/uk.php | 38 ++++++++++++++++++++++++++++- l10n/templates/core.pot | 2 +- l10n/templates/files.pot | 2 +- l10n/templates/files_encryption.pot | 2 +- l10n/templates/files_external.pot | 2 +- l10n/templates/files_sharing.pot | 2 +- l10n/templates/files_trashbin.pot | 2 +- l10n/templates/files_versions.pot | 2 +- l10n/templates/lib.pot | 2 +- l10n/templates/private.pot | 2 +- l10n/templates/settings.pot | 2 +- l10n/templates/user_ldap.pot | 2 +- l10n/templates/user_webdavauth.pot | 2 +- settings/l10n/uk.php | 1 + 18 files changed, 66 insertions(+), 14 deletions(-) diff --git a/apps/files/l10n/uk.php b/apps/files/l10n/uk.php index dc9e4b64c14..626c713eca5 100644 --- a/apps/files/l10n/uk.php +++ b/apps/files/l10n/uk.php @@ -1,5 +1,7 @@ "Сховище не доступне", +"Storage invalid" => "Неправильне сховище", "Unknown error" => "Невідома помилка", "Could not move %s - File with this name already exists" => "Не вдалося перемістити %s - Файл з таким ім'ям вже існує", "Could not move %s" => "Не вдалося перемістити %s", @@ -41,6 +43,7 @@ $TRANSLATIONS = array( "Error fetching URL" => "Помилка отримання URL", "Share" => "Поділитися", "Delete" => "Видалити", +"Disconnect storage" => "Від’єднати сховище", "Unshare" => "Закрити доступ", "Delete permanently" => "Видалити назавжди", "Rename" => "Перейменувати", 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);"; diff --git a/apps/user_ldap/l10n/da.php b/apps/user_ldap/l10n/da.php index 31dbd08d1b3..d76395ab3ba 100644 --- a/apps/user_ldap/l10n/da.php +++ b/apps/user_ldap/l10n/da.php @@ -47,6 +47,7 @@ $TRANSLATIONS = array( "Edit raw filter instead" => "Redigér det rå filter i stedet", "Raw LDAP filter" => "Råt LDAP-filter", "The filter specifies which LDAP groups shall have access to the %s instance." => "Filteret angiver hvilke LDAP-grupper, der skal have adgang til instansen %s.", +"Test Filter" => "Testfilter", "groups found" => "grupper blev fundet", "Users login with this attribute:" => "Brugeres login med dette attribut:", "LDAP Username:" => "LDAP-brugernavn:", @@ -66,9 +67,12 @@ $TRANSLATIONS = array( "For anonymous access, leave DN and Password empty." => "For anonym adgang, skal du lade DN og Adgangskode tomme.", "One Base DN per line" => "Ét Base DN per linje", "You can specify Base DN for users and groups in the Advanced tab" => "You can specify Base DN for users and groups in the Advanced tab", +"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Undgår automatiske LDAP-forespørgsler. Bedre på større opsætninger, men kræver en del LDAP-kendskab.", +"Manually enter LDAP filters (recommended for large directories)" => "Angiv LDAP-filtre manuelt (anbefales til større kataloger)", "Limit %s access to users meeting these criteria:" => "Begræns %s-adgangen til brugere som imødekommer disse kriterier:", "The filter specifies which LDAP users shall have access to the %s instance." => "Filteret angiver hvilke LDAP-brugere, der skal have adgang til %s-instansen.", "users found" => "brugere blev fundet", +"Saving" => "Gemmer", "Back" => "Tilbage", "Continue" => "Videre", "Expert" => "Ekspert", diff --git a/core/l10n/da.php b/core/l10n/da.php index 8eace7d1662..ce415eca549 100644 --- a/core/l10n/da.php +++ b/core/l10n/da.php @@ -150,6 +150,7 @@ $TRANSLATIONS = array( "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hej med dig\n\nDette blot for at lade dig vide, at %s har delt %s med dig.\nSe det her: %s\n\n", "The share will expire on %s." => "Delingen vil udløbe om %s.", "Cheers!" => "Hej!", +"Internal Server Error" => "Intern serverfejl", "The server encountered an internal error and was unable to complete your request." => "Servern stødte på en intern fejl og var ikke i stand til at fuldføre din forespørgsel.", "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Kontakt venligst serveradministratoren, hvis denne fejl gentager sig flere gange - medtag venligst de tekniske detaljer nedenfor i din rapport.", "More details can be found in the server log." => "Flere detaljer kan fås i serverloggen.", diff --git a/core/l10n/uk.php b/core/l10n/uk.php index ce15a2b2e9a..baebf63cae0 100644 --- a/core/l10n/uk.php +++ b/core/l10n/uk.php @@ -4,6 +4,10 @@ $TRANSLATIONS = array( "Turned on maintenance mode" => "Увімкнено захищений режим", "Turned off maintenance mode" => "Вимкнено захищений режим", "Updated database" => "Базу даних оновлено", +"Checked database schema update" => "Перевірено оновлення схеми бази даних", +"Checked database schema update for apps" => "Перевірено оновлення схеми бази даних для додатків", +"Updated \"%s\" to %s" => "Оновлено \"%s\" до %s", +"Disabled incompatible apps: %s" => "Вимкнені несумісні додатки: %s", "No image or file provided" => "Немає наданого зображення або файлу", "Unknown filetype" => "Невідомий тип файлу", "Invalid image" => "Невірне зображення", @@ -31,8 +35,15 @@ $TRANSLATIONS = array( "Settings" => "Налаштування", "File" => "Файл", "Folder" => "Тека", +"Image" => "Зображення", +"Audio" => "Аудіо", "Saving..." => "Зберігаю...", +"Couldn't send reset email. Please contact your administrator." => "Не можу надіслати email для скидання. Будь ласка, зверніться до вашого адміністратора.", +"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." => "Посилання для скидання вашого пароль було надіслано на ваш email. Якщо ви не отримали його найближчим часом, перевірте теку зі спамом.
Якщо і там немає, спитайте вашого місцевого адміністратора.", +"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.
If you are not sure what to do, please contact your administrator before you continue.
Do you really want to continue?" => "Ваші файли зашифровані. Якщо ви не зробили ключ відновлення, після скидання паролю відновити ваші дані буде неможливо.
Якщо ви не знаєте, що робити, будь ласка, зверніться до адміністратора перед продовженням.
Ви дійсно хочете продовжити?", +"I know what I'm doing" => "Я знаю що роблю", "Reset password" => "Скинути пароль", +"Password can not be changed. Please contact your administrator." => "Пароль не може бути змінено. Будь ласка, зверніться до вашого адміністратора", "No" => "Ні", "Yes" => "Так", "Choose" => "Обрати", @@ -42,6 +53,7 @@ $TRANSLATIONS = array( "_{count} file conflict_::_{count} file conflicts_" => array("{count} файловий конфлікт","{count} файлових конфліктів","{count} файлових конфліктів"), "One file conflict" => "Один файловий конфлікт", "New Files" => "Нових Файлів", +"Already existing files" => "Файли що вже існують", "Which files do you want to keep?" => "Які файли ви хочете залишити?", "If you select both versions, the copied file will have a number added to its name." => "Якщо ви оберете обидві версії, скопійований файл буде мати номер, доданий у його ім'я.", "Cancel" => "Відмінити", @@ -51,10 +63,14 @@ $TRANSLATIONS = array( "Error loading file exists template" => "Помилка при завантаженні файлу існуючого шаблону", "Very weak password" => "Дуже слабкий пароль", "Weak password" => "Слабкий пароль", +"So-so password" => "Такий собі пароль", "Good password" => "Добрий пароль", "Strong password" => "Надійний пароль", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Ваш Web-сервер ще не налаштований належним чином для того, щоб дозволити синхронізацію файлів, через те що інтерфейс WebDAV, здається, зламаний.", +"This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Цей сервер не має під'єднання до Інтернету. Це означає, що деякі функції, такі як монтування зовнішніх сховищ, повідомлення про оновлення або встановлення допоміжних програм не будуть працювати. Віддалений доступ до файлів та надсилання повідомлень електронною поштою також може не працювати. Ми пропонуємо увімкнути під'єднання до Інтернету для даного сервера, якщо ви хочете мати всі можливості ownCloud.", +"Error occurred while checking server setup" => "При перевірці налаштувань серверу сталася помилка", "Shared" => "Опубліковано", +"Shared with {recipients}" => "Опубліковано для {recipients}", "Share" => "Поділитися", "Error" => "Помилка", "Error while sharing" => "Помилка під час публікації", @@ -64,12 +80,15 @@ $TRANSLATIONS = array( "Shared with you by {owner}" => "{owner} опублікував для Вас", "Share with user or group …" => "Поділитися з користувачем або групою ...", "Share link" => "Опублікувати посилання", +"The public link will expire no later than {days} days after it is created" => "Доступ до опублікованого посилання буде припинено не пізніше ніж через {days} днів з моменту створення", "Password protect" => "Захистити паролем", +"Choose a password for the public link" => "Оберіть пароль для опублікованого посилання", "Allow Public Upload" => "Дозволити Публічне Завантаження", "Email link to person" => "Ел. пошта належить Пану", "Send" => "Надіслати", "Set expiration date" => "Встановити термін дії", "Expiration date" => "Термін дії", +"Adding user..." => "Додавання користувача...", "group" => "група", "Resharing is not allowed" => "Пере-публікація не дозволяється", "Shared in {item} with {user}" => "Опубліковано {item} для {user}", @@ -95,6 +114,7 @@ $TRANSLATIONS = array( "Error loading dialog template: {error}" => "Помилка при завантаженні шаблону діалогу: {error}", "No tags selected for deletion." => "Жодних тегів не обрано для видалення.", "Please reload the page." => "Будь ласка, перезавантажте сторінку.", +"The update was unsuccessful." => "Оновлення завершилось невдачею.", "The update was successful. Redirecting you to ownCloud now." => "Оновлення виконалось успішно. Перенаправляємо вас на ownCloud.", "%s password reset" => "%s пароль скинуто", "Use the following link to reset your password: {link}" => "Використовуйте наступне посилання для скидання пароля: {link}", @@ -104,7 +124,9 @@ $TRANSLATIONS = array( "Yes, I really want to reset my password now" => "Так, я справді бажаю скинути мій пароль зараз", "Reset" => "Перевстановити", "New password" => "Новий пароль", +"New Password" => "Новий пароль", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X не підтримується і %s не буде коректно працювати на цій платформі. Випробовуєте на свій риск!", +"For the best results, please consider using a GNU/Linux server instead." => "Для кращих результатів розгляньте можливість використання GNU/Linux серверу", "Personal" => "Особисте", "Users" => "Користувачі", "Apps" => "Додатки", @@ -118,9 +140,21 @@ $TRANSLATIONS = array( "Error favoriting" => "Помилка позначення улюблених", "Error unfavoriting" => "Помилка зняття позначки улюблених", "Access forbidden" => "Доступ заборонено", +"File not found" => "Файл не знайдено", +"The specified document has not been found on the server." => "Не вдалось знайти вказаний документ на сервері.", +"You can click here to return to %s." => "Ви можете натиснути тут для повернення до %s.", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Агов,\n\nпросто щоб ви знали, що %s поділився %s з вами.\nПодивіться: %s\n\n", "The share will expire on %s." => "Доступ до спільних даних вичерпається %s.", "Cheers!" => "Будьмо!", +"Internal Server Error" => "Внутрішня помилка серверу", +"More details can be found in the server log." => "Більше деталей може бути в журналі серверу.", +"Technical details" => "Технічні деталі", +"Remote Address: %s" => "Віддалена Адреса: %s", +"Code: %s" => "Код: %s", +"Message: %s" => "Повідомлення: %s", +"File: %s" => "Файл: %s", +"Line: %s" => "Рядок: %s", +"Trace" => "Трасування", "Security Warning" => "Попередження про небезпеку", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Ваша версія PHP вразлива для атак NULL Byte (CVE-2006-7243)", "Please update your PHP installation to use %s securely." => "Будь ласка, оновіть вашу інсталяцію PHP для використання %s безпеки.", @@ -128,6 +162,7 @@ $TRANSLATIONS = array( "For information how to properly configure your server, please see the documentation." => "Для отримання інформації, як правильно налаштувати сервер, див. документацію.", "Create an admin account" => "Створити обліковий запис адміністратора", "Password" => "Пароль", +"Storage & database" => "Сховище і база даних", "Data folder" => "Каталог даних", "Configure the database" => "Налаштування бази даних", "Database user" => "Користувач бази даних", @@ -148,6 +183,7 @@ $TRANSLATIONS = array( "This ownCloud instance is currently in single user mode." => "Цей екземпляр OwnCloud зараз працює в монопольному режимі одного користувача", "This means only administrators can use the instance." => "Це означає, що лише адміністратори можуть використовувати цей екземпляр.", "Contact your system administrator if this message persists or appeared unexpectedly." => "Зверніться до системного адміністратора, якщо це повідомлення зберігається або з'являєтья несподівано.", -"Thank you for your patience." => "Дякуємо за ваше терпіння." +"Thank you for your patience." => "Дякуємо за ваше терпіння.", +"Start update" => "Почати оновлення" ); $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);"; diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index 94749ff90c5..3bba1296947 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-18 01:54-0400\n" +"POT-Creation-Date: 2014-10-19 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index 3f8c9bcd765..7adfeb95da1 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-18 01:54-0400\n" +"POT-Creation-Date: 2014-10-19 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index 5fa921b478f..2d341eb565c 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-18 01:54-0400\n" +"POT-Creation-Date: 2014-10-19 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot index 57acac707cc..8a993abc4bf 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-18 01:54-0400\n" +"POT-Creation-Date: 2014-10-19 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot index 2c46f6bac7a..43bd6b45e91 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-18 01:54-0400\n" +"POT-Creation-Date: 2014-10-19 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot index f1f574596cb..e75d735984e 100644 --- a/l10n/templates/files_trashbin.pot +++ b/l10n/templates/files_trashbin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-18 01:54-0400\n" +"POT-Creation-Date: 2014-10-19 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot index 70596151d88..8e1741c07d6 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-18 01:54-0400\n" +"POT-Creation-Date: 2014-10-19 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot index 1090f6ab6d6..b3ba8672954 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-18 01:54-0400\n" +"POT-Creation-Date: 2014-10-19 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/private.pot b/l10n/templates/private.pot index 3c0326285e7..af19f30661d 100644 --- a/l10n/templates/private.pot +++ b/l10n/templates/private.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-18 01:54-0400\n" +"POT-Creation-Date: 2014-10-19 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot index c992afe6c8f..2efc1482e8d 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-18 01:54-0400\n" +"POT-Creation-Date: 2014-10-19 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index 11102d14b00..0b50fd56cdb 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-18 01:54-0400\n" +"POT-Creation-Date: 2014-10-19 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/user_webdavauth.pot b/l10n/templates/user_webdavauth.pot index 0a434a5797a..de6a8934a69 100644 --- a/l10n/templates/user_webdavauth.pot +++ b/l10n/templates/user_webdavauth.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-18 01:54-0400\n" +"POT-Creation-Date: 2014-10-19 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/settings/l10n/uk.php b/settings/l10n/uk.php index 8b26272e6e6..7cf556cab9f 100644 --- a/settings/l10n/uk.php +++ b/settings/l10n/uk.php @@ -23,6 +23,7 @@ $TRANSLATIONS = array( "Updated" => "Оновлено", "Very weak password" => "Дуже слабкий пароль", "Weak password" => "Слабкий пароль", +"So-so password" => "Такий собі пароль", "Good password" => "Добрий пароль", "Strong password" => "Надійний пароль", "Delete" => "Видалити", -- 2.39.5