nextcloud/apps/user_ldap/l10n/uk.php

65 lines
6.2 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"Failed to delete the server configuration" => "Не вдалося видалити конфігурацію сервера",
"The configuration is valid and the connection could be established!" => "Конфігурація вірна і зв'язок може бути встановлений !",
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Конфігурація вірна, але встановити зв'язок не вдалося. Будь ласка, перевірте налаштування сервера і облікові дані.",
"Deletion failed" => "Видалення не було виконано",
"Take over settings from recent server configuration?" => "Застосувати налаштування з останньої конфігурації сервера ?",
"Keep settings?" => "Зберегти налаштування ?",
"Cannot add server configuration" => "Неможливо додати конфігурацію сервера",
"Success" => "Успіх",
"Error" => "Помилка",
"Select groups" => "Оберіть групи",
"Connection test succeeded" => "Перевірка з'єднання пройшла успішно",
"Connection test failed" => "Перевірка з'єднання завершилась неуспішно",
"Do you really want to delete the current Server Configuration?" => "Ви дійсно бажаєте видалити поточну конфігурацію сервера ?",
"Confirm Deletion" => "Підтвердіть Видалення",
"_%s group found_::_%s groups found_" => array("","",""),
"_%s user found_::_%s users found_" => array("","",""),
"Save" => "Зберегти",
"Test Configuration" => "Тестове налаштування",
"Help" => "Допомога",
"Add Server Configuration" => "Додати налаштування Сервера",
"Host" => "Хост",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Можна не вказувати протокол, якщо вам не потрібен SSL. Тоді почніть з ldaps://",
"Port" => "Порт",
"User DN" => "DN Користувача",
"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "DN клієнтського користувача для прив'язки, наприклад: uid=agent,dc=example,dc=com. Для анонімного доступу, залиште DN і Пароль порожніми.",
"Password" => "Пароль",
"For anonymous access, leave DN and Password empty." => "Для анонімного доступу, залиште DN і Пароль порожніми.",
"One Base DN per line" => "Один Base DN на одній строчці",
"You can specify Base DN for users and groups in the Advanced tab" => "Ви можете задати Базовий DN для користувачів і груп на вкладинці Додатково",
"Back" => "Назад",
"Continue" => "Продовжити",
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Увага:</ b> Потрібний модуль PHP LDAP не встановлено, базова програма працювати не буде. Будь ласка, зверніться до системного адміністратора, щоб встановити його.",
"Connection Settings" => "Налаштування З'єднання",
"Configuration Active" => "Налаштування Активне",
"When unchecked, this configuration will be skipped." => "Якщо \"галочка\" знята, ця конфігурація буде пропущена.",
"Backup (Replica) Host" => "Сервер для резервних копій",
"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Вкажіть додатковий резервний сервер. Він повинен бути копією головного LDAP/AD сервера.",
"Backup (Replica) Port" => "Порт сервера для резервних копій",
"Disable Main Server" => "Вимкнути Головний Сервер",
"Turn off SSL certificate validation." => "Вимкнути перевірку SSL сертифіката.",
"Cache Time-To-Live" => "Час актуальності Кеша",
"in seconds. A change empties the cache." => "в секундах. Зміна очищує кеш.",
"Directory Settings" => "Налаштування Каталога",
"User Display Name Field" => "Поле, яке відображає Ім'я Користувача",
"Base User Tree" => "Основне Дерево Користувачів",
"One User Base DN per line" => "Один Користувач Base DN на одній строчці",
"User Search Attributes" => "Пошукові Атрибути Користувача",
"Optional; one attribute per line" => "Додатково; один атрибут на строчку",
"Group Display Name Field" => "Поле, яке відображає Ім'я Групи",
"Base Group Tree" => "Основне Дерево Груп",
"One Group Base DN per line" => "Одна Група Base DN на одній строчці",
"Group Search Attributes" => "Пошукові Атрибути Групи",
"Group-Member association" => "Асоціація Група-Член",
"Special Attributes" => "Спеціальні Атрибути",
"Quota Field" => "Поле Квоти",
"Quota Default" => "Квота за замовчанням",
"in bytes" => "в байтах",
"Email Field" => "Поле Ел. пошти",
"User Home Folder Naming Rule" => "Правило іменування домашньої теки користувача",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Залиште порожнім для імені користувача (за замовчанням). Інакше, вкажіть атрибут LDAP/AD."
);
$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);";