server/apps/user_webdavauth/l10n/cs_CZ.php

5 lines
436 B
PHP
Raw Normal View History

2012-11-10 23:02:42 +00:00
<?php $TRANSLATIONS = array(
2012-12-20 23:11:31 +00: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-10 23:02:42 +00:00
);