nextcloud/apps/user_webdavauth/l10n/gl.php

5 lines
401 B
PHP
Raw Normal View History

2012-11-21 03:02:33 +04:00
<?php $TRANSLATIONS = array(
2013-01-01 03:04:42 +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á as credenciais do usuario a este URL, http 401 e http 403 interpretanse como credenciais incorrectas e todos os outros códigos como credenciais correctas."
2012-11-21 03:02:33 +04:00
);