summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-10-20 01:54:34 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-10-20 01:54:34 -0400
commit87da62072b6df177bceb0c78c350458e0df86d0a (patch)
tree14f407909e8361896d97f3a80d150f5b2ade603f /apps/user_webdavauth
parent245ae7e07116b1d4942479f4a935dac63b10a2f4 (diff)
downloadnextcloud-server-87da62072b6df177bceb0c78c350458e0df86d0a.tar.gz
nextcloud-server-87da62072b6df177bceb0c78c350458e0df86d0a.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/uk.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/uk.php b/apps/user_webdavauth/l10n/uk.php
index b548b01951b..1b1463e5b75 100644
--- a/apps/user_webdavauth/l10n/uk.php
+++ b/apps/user_webdavauth/l10n/uk.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"WebDAV Authentication" => "Аутентифікація WebDAV",
+"Address:" => "Адреси:",
"Save" => "Зберегти",
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Облікові дані користувача буде надіслано на цю адресу. Цей плагін перевіряє відповідь і буде інтерпретувати коди статусу HTTP 401 і 403, як неправильні облікові дані, а всі інші відповіді, вважатимуться правильними."
);