server/apps/user_webdavauth/l10n/es_AR.php

5 lines
425 B
PHP
Raw Normal View History

2012-11-12 23:07:19 +00:00
<?php $TRANSLATIONS = array(
2012-12-29 23:05:52 +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 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-12 23:07:19 +00:00
);