summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-04-23 02:00:31 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-04-23 02:00:31 +0200
commit05ab9d2de7f2c5181eda2174a2e2adb1cc214196 (patch)
treede5dae9fb67699e7ed558273f75d0c043ac2aaee /apps/user_webdavauth
parentedd37c779d6e6ef79589912c85f382138ff54a7a (diff)
downloadnextcloud-server-05ab9d2de7f2c5181eda2174a2e2adb1cc214196.tar.gz
nextcloud-server-05ab9d2de7f2c5181eda2174a2e2adb1cc214196.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/tr.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/tr.php b/apps/user_webdavauth/l10n/tr.php
index 4a2f6d2403b..c495a39dce5 100644
--- a/apps/user_webdavauth/l10n/tr.php
+++ b/apps/user_webdavauth/l10n/tr.php
@@ -1,4 +1,5 @@
<?php $TRANSLATIONS = array(
"WebDAV Authentication" => "WebDAV Kimlik doğrulaması",
-"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 deneyme kullanicin URLe gonderecek. Bu toplan cepaplama muayene edecek ve status kodeci HTTPden 401 ve 403 deneyi gecerli ve hepsi baska cevaplamari mantekli gibi yorumlacak. "
);