diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-06-07 02:17:50 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-06-07 02:17:50 +0200 |
commit | 67c085417cb8766814960e522d8a0fdd0a636147 (patch) | |
tree | bc50ea881c8a0386c6f54559fde179084e51e981 /apps/user_webdavauth | |
parent | 705ab358d8dfb7426a8677a7e76068a610fb950c (diff) | |
download | nextcloud-server-67c085417cb8766814960e522d8a0fdd0a636147.tar.gz nextcloud-server-67c085417cb8766814960e522d8a0fdd0a636147.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/he.php | 5 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/is.php | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/he.php b/apps/user_webdavauth/l10n/he.php new file mode 100644 index 00000000000..9ab6b83bc7c --- /dev/null +++ b/apps/user_webdavauth/l10n/he.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"WebDAV Authentication" => "הזדהות מול WebDAV", +"URL: http://" => "כתובת: 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 תשלח את פרטי המשתמש לכתובת זו. התוסף יבדוק את התגובה ויתרגם את הקודים 401 ו־403 כתגובה לציון פרטי גישה שגויים ואת כל שאר התגובות כפרטי גישה נכונים." +); diff --git a/apps/user_webdavauth/l10n/is.php b/apps/user_webdavauth/l10n/is.php index 8fe0d974b32..bb59ef5e445 100644 --- a/apps/user_webdavauth/l10n/is.php +++ b/apps/user_webdavauth/l10n/is.php @@ -1,3 +1,4 @@ <?php $TRANSLATIONS = array( +"WebDAV Authentication" => "WebDAV Auðkenni", "URL: http://" => "Vefslóð: http://" ); |