nextcloud/apps/files_sharing/l10n/uk.php

19 lines
1.2 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-03-12 09:57:17 +04:00
"Shared by {owner}" => "Опублікував {owner}",
2014-06-01 09:55:19 +04:00
"Shared by" => "Опубліковано",
2013-11-29 23:10:40 +04:00
"This share is password-protected" => "Цей ресурс обміну захищений паролем",
"The password is wrong. Try again." => "Невірний пароль. Спробуйте ще раз.",
2012-09-11 04:03:53 +04:00
"Password" => "Пароль",
2014-06-01 09:55:19 +04:00
"Name" => "Ім'я",
2013-11-29 23:10:40 +04:00
"Sorry, this link doesnt seem to work anymore." => "На жаль, посилання більше не працює.",
"Reasons might be:" => "Можливі причини:",
"the item was removed" => "цей пункт був вилучений",
"the link expired" => "посилання застаріло",
"sharing is disabled" => "обмін заборонений",
"For more info, please ask the person who sent this link." => "Для отримання додаткової інформації, будь ласка, зверніться до особи, яка надіслала це посилання.",
2014-05-04 09:56:15 +04:00
"Download" => "Завантажити",
2014-06-14 09:55:24 +04:00
"Direct link" => "Пряме посилання"
2012-09-11 04:03:53 +04:00
);
2013-08-09 16:06:31 +04:00
$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);";