nextcloud/apps/user_webdavauth/l10n/tr.php

6 lines
524 B
PHP
Raw Normal View History

2012-12-05 03:04:55 +04:00
<?php $TRANSLATIONS = array(
2013-02-19 03:06:51 +04:00
"WebDAV Authentication" => "WebDAV Kimlik doğrulaması",
2013-04-23 04:00:31 +04:00
"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. "
2012-12-05 03:04:55 +04:00
);