diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-22 00:26:25 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-22 00:26:25 +0100 |
commit | 05fda76776890a449366b3a4a766080e61ffabb6 (patch) | |
tree | 869774c275f7f2331aa1107d1dcf2ae3c02d7b97 /apps/user_webdavauth/l10n/it.php | |
parent | 3e39c39d6a106af08898d52e1015142d9c411365 (diff) | |
download | nextcloud-server-05fda76776890a449366b3a4a766080e61ffabb6.tar.gz nextcloud-server-05fda76776890a449366b3a4a766080e61ffabb6.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n/it.php')
-rw-r--r-- | apps/user_webdavauth/l10n/it.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/it.php b/apps/user_webdavauth/l10n/it.php index a5b7e56771f..b0abf2f2082 100644 --- a/apps/user_webdavauth/l10n/it.php +++ b/apps/user_webdavauth/l10n/it.php @@ -1,3 +1,4 @@ <?php $TRANSLATIONS = array( -"WebDAV URL: http://" => "URL WebDAV: http://" +"URL: http://" => "URL: http://", +"ownCloud will send the user credentials to this URL is interpret http 401 and http 403 as credentials wrong and all other codes as credentials correct." => "ownCloud invierà le credenziali dell'utente a questo URL. Interpreta i codici http 401 e http 403 come credenziali errate e tutti gli altri codici come credenziali corrette." ); |