diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-27 00:05:17 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-27 00:05:17 +0100 |
commit | 27f9ea2abbe4ae34696ce6a2bb91d09455e39a9a (patch) | |
tree | edca35afadd0c0572525c803106996324c23acb2 /apps/user_webdavauth | |
parent | b7257b25249fbe562a64bc0675b50b097fe68907 (diff) | |
download | nextcloud-server-27f9ea2abbe4ae34696ce6a2bb91d09455e39a9a.tar.gz nextcloud-server-27f9ea2abbe4ae34696ce6a2bb91d09455e39a9a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/ro.php | 4 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/ru.php | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/ro.php b/apps/user_webdavauth/l10n/ro.php new file mode 100644 index 00000000000..17157da044d --- /dev/null +++ b/apps/user_webdavauth/l10n/ro.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"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 va trimite acreditatile de utilizator pentru a interpreta aceasta pagina. Http 401 si Http 403 are acreditarile si orice alt cod gresite ca acreditarile corecte" +); diff --git a/apps/user_webdavauth/l10n/ru.php b/apps/user_webdavauth/l10n/ru.php index 9bd32954b05..245a5101341 100644 --- a/apps/user_webdavauth/l10n/ru.php +++ b/apps/user_webdavauth/l10n/ru.php @@ -1,3 +1,3 @@ <?php $TRANSLATIONS = array( -"WebDAV URL: http://" => "WebDAV URL: http://" +"URL: http://" => "URL: http://" ); |