diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-26 01:55:36 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-26 01:55:36 -0400 |
commit | 790c0e8e7ccc44fc859cfa5b97ef2d8aa1df87d7 (patch) | |
tree | 30dc69cb3f624dc89c607246f65a4b298f9d2570 /apps/user_webdavauth | |
parent | 5fa67a4fb0f5e9bd2413336e3de5a02e41215d19 (diff) | |
download | nextcloud-server-790c0e8e7ccc44fc859cfa5b97ef2d8aa1df87d7.tar.gz nextcloud-server-790c0e8e7ccc44fc859cfa5b97ef2d8aa1df87d7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/tr.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/tr.php b/apps/user_webdavauth/l10n/tr.php index 6f4b60a18ff..6c6b0c5c9d4 100644 --- a/apps/user_webdavauth/l10n/tr.php +++ b/apps/user_webdavauth/l10n/tr.php @@ -1,7 +1,7 @@ <?php $TRANSLATIONS = array( "WebDAV Authentication" => "WebDAV Kimlik Doğrulaması", -"Address: " => "Adres:", +"Address: " => "WebDAV Kimlik Doğrulaması", "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);"; |