nextcloud/apps/user_webdavauth/l10n/hu_HU.php

5 lines
462 B
PHP
Raw Normal View History

2012-12-31 03:05:31 +04:00
<?php $TRANSLATIONS = array(
"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." => "Az ownCloud rendszer erre a címre fogja elküldeni a felhasználók bejelentkezési adatait. Ha 401-es vagy 403-as http kódot kap vissza, azt sikertelen azonosításként fogja értelmezni, minden más kódot sikeresnek fog tekinteni."
);