diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-20 01:54:34 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-20 01:54:34 -0400 |
commit | 87da62072b6df177bceb0c78c350458e0df86d0a (patch) | |
tree | 14f407909e8361896d97f3a80d150f5b2ade603f /apps/user_webdavauth | |
parent | 245ae7e07116b1d4942479f4a935dac63b10a2f4 (diff) | |
download | nextcloud-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.php | 1 |
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, як неправильні облікові дані, а всі інші відповіді, вважатимуться правильними." ); |