summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-18 01:54:43 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-18 01:54:43 -0400
commit80983f5853ffdfd59c74e9ad550ac4f709dd4544 (patch)
treee331fce2714e07450f21c8b87180da622390c264 /apps/user_webdavauth
parentf92b5a2507f427288f2d606d42149c0a249c9ad4 (diff)
downloadnextcloud-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.php6
-rw-r--r--apps/user_webdavauth/l10n/lt_LT.php1
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. "
);