summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-10-16 00:31:48 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-10-16 00:31:48 -0400
commit630be99ddf8508dd5d4b84bd5b9493bf84cc2e6a (patch)
tree388d3a25609a938e98ca5e632b09b247363ec4f5 /apps/user_webdavauth/l10n
parent04ea419f50746fb07ab6861b9b14610f564e7827 (diff)
downloadnextcloud-server-630be99ddf8508dd5d4b84bd5b9493bf84cc2e6a.tar.gz
nextcloud-server-630be99ddf8508dd5d4b84bd5b9493bf84cc2e6a.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n')
-rw-r--r--apps/user_webdavauth/l10n/tr.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/tr.php b/apps/user_webdavauth/l10n/tr.php
index 907fb88b864..0ca8b0ad55f 100644
--- a/apps/user_webdavauth/l10n/tr.php
+++ b/apps/user_webdavauth/l10n/tr.php
@@ -1,5 +1,7 @@
<?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."
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";