nextcloud/apps/user_webdavauth/l10n/cs_CZ.php

5 lines
436 B
PHP
Raw Normal View History

2012-11-11 03:02:42 +04:00
<?php $TRANSLATIONS = array(
2012-12-21 03:11:31 +04:00
"URL: http://" => "URL: http://",
"ownCloud will send the user credentials to this URL is interpret http 401 and http 403 as credentials wrong and all other codes as credentials correct." => "ownCloud odešle přihlašovací údaje uživatele na URL a z návratové hodnoty určí stav přihlášení. Http 401 a 403 vyhodnotí jako neplatné údaje a všechny ostatní jako úspěšné přihlášení."
2012-11-11 03:02:42 +04:00
);