diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-04-10 02:09:39 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-04-10 02:09:39 +0200 |
commit | c06bc81c791ba0dd01c8b5d4757745561a33e662 (patch) | |
tree | 00f9d4aabe7ef9da627060e2e2faab62eff07ab4 /apps/user_webdavauth | |
parent | 51e07a90b7c49641ef93ccc475eed7802fa75b8a (diff) | |
download | nextcloud-server-c06bc81c791ba0dd01c8b5d4757745561a33e662.tar.gz nextcloud-server-c06bc81c791ba0dd01c8b5d4757745561a33e662.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/et_EE.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/et_EE.php b/apps/user_webdavauth/l10n/et_EE.php index f4f74860358..a3b86224ac2 100644 --- a/apps/user_webdavauth/l10n/et_EE.php +++ b/apps/user_webdavauth/l10n/et_EE.php @@ -1,4 +1,5 @@ <?php $TRANSLATIONS = array( "WebDAV Authentication" => "WebDAV autentimine", -"URL: http://" => "URL: http://" +"URL: http://" => "URL: 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 saadab kasutajatunnused sellel aadressil. See vidin kontrollib vastust ning tuvastab HTTP vastuskoodid 401 ja 403 kui vigased, ning kõik teised vastused kui korrektsed kasutajatunnused." ); |