nextcloud/apps/files_external/l10n/uk.php

30 lines
1.5 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" => "Місце",
"Host" => "Хост",
"Username" => "Ім'я користувача",
"Password" => "Пароль",
"Share" => "Поділитися",
"URL" => "URL",
"Access granted" => "Доступ дозволено",
"Error configuring Dropbox storage" => "Помилка при налаштуванні сховища Dropbox",
"Grant access" => "Дозволити доступ",
"Error configuring Google Drive storage" => "Помилка при налаштуванні сховища Google Drive",
"Personal" => "Особисте",
"Name" => "Ім'я",
"External Storage" => "Зовнішні сховища",
"Folder name" => "Ім'я теки",
"Configuration" => "Налаштування",
"Add storage" => "Додати сховище",
"All Users" => "Усі користувачі",
"Groups" => "Групи",
"Users" => "Користувачі",
"Delete" => "Видалити",
"Enable User External Storage" => "Активувати користувацькі зовнішні сховища",
"SSL root certificates" => "SSL корневі сертифікати",
"Import Root Certificate" => "Імпортувати корневі сертифікати"
);
$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);";