server/apps/files_external/l10n/uk.php
2014-10-19 01:54:36 -04:00

33 lines
2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

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(
"Please provide a valid Dropbox app key and secret." => "Будь ласка, надайте дійсний ключ та пароль Dropbox.",
"External storage" => "Зовнішнє сховище",
"Location" => "Місце",
"Port" => "Порт",
"Region" => "Регіон",
"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" => "Доступ дозволено",
"Error configuring Dropbox storage" => "Помилка при налаштуванні сховища Dropbox",
"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" => "Активувати користувацькі зовнішні сховища",
"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);";