nextcloud/apps/user_webdavauth/l10n/es_AR.php

5 lines
425 B
PHP
Raw Normal View History

2012-11-13 03:07:19 +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á las credenciales a esta dirección, si son interpretadas como http 401 o http 403 las credenciales son erroneas; todos los otros códigos indican que las credenciales son correctas."
2012-11-13 03:07:19 +04:00
);