diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-30 00:06:29 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-30 00:06:29 +0100 |
commit | 5e74ec26a89df22a487e1e11cb764e8d4b4e3d9c (patch) | |
tree | 322bef34a3890b8251c2d369502278a613810c81 /apps/user_webdavauth/l10n/lt_LT.php | |
parent | 86ac30c596868b581d0d1f103807ab48cac0041a (diff) | |
download | nextcloud-server-5e74ec26a89df22a487e1e11cb764e8d4b4e3d9c.tar.gz nextcloud-server-5e74ec26a89df22a487e1e11cb764e8d4b4e3d9c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n/lt_LT.php')
-rw-r--r-- | apps/user_webdavauth/l10n/lt_LT.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/lt_LT.php b/apps/user_webdavauth/l10n/lt_LT.php new file mode 100644 index 00000000000..8d0492ae487 --- /dev/null +++ b/apps/user_webdavauth/l10n/lt_LT.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"WebDAV Authentication" => "WebDAV autorizavimas", +"URL: http://" => "Adresas: http://", +"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud išsiųs naudotojo duomenis į šį WWW adresą. Š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. " +); |