summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-05-25 01:54:35 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-05-25 01:54:35 -0400
commit3029029afd4745ddf18db66051df27c8548ef368 (patch)
tree61071096819a0854b78d567da499f44415f9119a /apps/user_webdavauth
parent1b215b01311ecba1455bd7fa867c43d765da2295 (diff)
downloadnextcloud-server-3029029afd4745ddf18db66051df27c8548ef368.tar.gz
nextcloud-server-3029029afd4745ddf18db66051df27c8548ef368.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/tr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/tr.php b/apps/user_webdavauth/l10n/tr.php
index 0ca8b0ad55f..6f4b60a18ff 100644
--- a/apps/user_webdavauth/l10n/tr.php
+++ b/apps/user_webdavauth/l10n/tr.php
@@ -1,6 +1,6 @@
<?php
$TRANSLATIONS = array(
-"WebDAV Authentication" => "WebDAV Kimlik doğrulaması",
+"WebDAV Authentication" => "WebDAV Kimlik Doğrulaması",
"Address: " => "Adres:",
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Kullanıcı kimlik bilgileri bu adrese gönderilecek. Bu eklenti yanıtı kontrol edecek ve 401 ile 403 HTTP durum kodlarını geçersiz kimlik bilgileri olarak, diğer yanıtları ise doğru kimlik bilgileri olarak algılayacaktır."
);