diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-29 14:10:40 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-29 14:10:40 -0500 |
commit | 1b18c5a047e451b77a777f94602603761d9f6816 (patch) | |
tree | 3e967c8bb181fbef0a32063b62cbdc818a6ad2b6 /apps/files_sharing/l10n | |
parent | 3c62de90fd7223562401241466d41fad4002c538 (diff) | |
download | nextcloud-server-1b18c5a047e451b77a777f94602603761d9f6816.tar.gz nextcloud-server-1b18c5a047e451b77a777f94602603761d9f6816.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r-- | apps/files_sharing/l10n/uk.php | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/uk.php b/apps/files_sharing/l10n/uk.php index dea1ee68507..842b4b8d961 100644 --- a/apps/files_sharing/l10n/uk.php +++ b/apps/files_sharing/l10n/uk.php @@ -1,11 +1,20 @@ <?php $TRANSLATIONS = array( +"This share is password-protected" => "Цей ресурс обміну захищений паролем", +"The password is wrong. Try again." => "Невірний пароль. Спробуйте ще раз.", "Password" => "Пароль", +"Sorry, this link doesn’t 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." => "Для отримання додаткової інформації, будь ласка, зверніться до особи, яка надіслала це посилання.", "%s shared the folder %s with you" => "%s опублікував каталог %s для Вас", "%s shared the file %s with you" => "%s опублікував файл %s для Вас", "Download" => "Завантажити", "Upload" => "Вивантажити", "Cancel upload" => "Перервати завантаження", -"No preview available for" => "Попередній перегляд недоступний для" +"No preview available for" => "Попередній перегляд недоступний для", +"Direct link" => "Пряме посилання" ); $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);"; |