nextcloud/apps/user_webdavauth/l10n/sr.php

6 lines
696 B
PHP
Raw Normal View History

2013-02-03 03:06:15 +04:00
<?php $TRANSLATIONS = array(
"WebDAV Authentication" => "WebDAV провера идентитета",
"URL: http://" => "Адреса: 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 ће послати акредитиве корисника на ову адресу. Овај прикључак проверава одговор и тумачи HTTP статусне кодове 401 и 403 као неисправне акредитиве, а све остале одговоре као исправне."
);