nextcloud/apps/user_webdavauth/l10n/sl.php

5 lines
410 B
PHP
Raw Normal View History

2012-11-20 03:02:08 +04:00
<?php $TRANSLATIONS = array(
2013-01-02 03:05:14 +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 bo poslal uporabniška poverila temu URL naslovu. Pri tem bo interpretiral http 401 in http 403 odgovor kot spodletelo avtentikacijo ter vse ostale http odgovore kot uspešne."
2012-11-20 03:02:08 +04:00
);