nextcloud/apps/user_webdavauth/l10n/es.php

5 lines
359 B
PHP
Raw Normal View History

2012-11-10 03:02:29 +04:00
<?php $TRANSLATIONS = array(
2012-12-30 03:05:52 +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 enviará al usuario las interpretaciones 401 y 403 a esta URL como incorrectas y todas las otras credenciales como correctas"
2012-11-10 03:02:29 +04:00
);