diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-18 01:54:43 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-18 01:54:43 -0400 |
commit | 80983f5853ffdfd59c74e9ad550ac4f709dd4544 (patch) | |
tree | e331fce2714e07450f21c8b87180da622390c264 /apps/user_webdavauth | |
parent | f92b5a2507f427288f2d606d42149c0a249c9ad4 (diff) | |
download | nextcloud-server-80983f5853ffdfd59c74e9ad550ac4f709dd4544.tar.gz nextcloud-server-80983f5853ffdfd59c74e9ad550ac4f709dd4544.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/bg_BG.php | 6 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/lt_LT.php | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/apps/user_webdavauth/l10n/bg_BG.php b/apps/user_webdavauth/l10n/bg_BG.php index 639bc9ebf6d..8b47194fc28 100644 --- a/apps/user_webdavauth/l10n/bg_BG.php +++ b/apps/user_webdavauth/l10n/bg_BG.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( -"WebDAV Authentication" => "WebDAV идентификация", -"Save" => "Запис" +"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 като невалидни, а всички останали като потвърдена идентификация." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/user_webdavauth/l10n/lt_LT.php b/apps/user_webdavauth/l10n/lt_LT.php index 29e0b7821d6..921f62b82bf 100644 --- a/apps/user_webdavauth/l10n/lt_LT.php +++ b/apps/user_webdavauth/l10n/lt_LT.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "WebDAV Authentication" => "WebDAV autentikacija", +"Address:" => "Adresas:", "Save" => "Išsaugoti", "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." => "Naudotojo duomenys bus nusiųsti šiuo adresu. Šis įskiepis patikrins gautą atsakymą ir interpretuos HTTP būsenos kodą 401 ir 403 kaip negaliojančius duomenis, ir visus kitus gautus atsakymus kaip galiojančius duomenis. " ); |