Skip to content

Commit 0ad0310

Browse files
tampikochriskacerguis
authored andcommitted
update translate (chriskacerguis#871)
i translate the todo line, and put some changes in a words of the service, I hope it helps, thanks.
1 parent 5a4467b commit 0ad0310

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

application/language/spanish/rest_controller_lang.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
* Spanish language
55
*/
66

7-
$lang['text_rest_invalid_api_key'] = 'API key %s No valida'; // %s is the REST API key
8-
$lang['text_rest_invalid_credentials'] = 'Credenciales Invalidas';
7+
$lang['text_rest_invalid_api_key'] = 'API key %s No válida'; // %s is the REST API key
8+
$lang['text_rest_invalid_credentials'] = 'Credenciales Inválidas';
99
$lang['text_rest_ip_denied'] = 'IP denegada';
1010
$lang['text_rest_ip_unauthorized'] = 'IP no autorizada';
1111
$lang['text_rest_unauthorized'] = 'Acceso no autorizado';
12-
$lang['text_rest_ajax_only'] = 'Solo peticiones ajax permitidas';
12+
$lang['text_rest_ajax_only'] = 'Sólo peticiones ajax permitidas';
1313
$lang['text_rest_api_key_unauthorized'] = 'Esta clave de API no tiene acceso al controlador solicitado';
1414
$lang['text_rest_api_key_permissions'] = 'Esta clave de API no tiene suficientes permisos';
1515
$lang['text_rest_api_key_time_limit'] = 'Esta clave de API ha alcanzado el límite de tiempo para este método';
16-
$lang['text_rest_ip_address_time_limit'] = 'This IP Address has reached the time limit for this method';//todo translate
17-
$lang['text_rest_unknown_method'] = 'método desconocido';
16+
$lang['text_rest_ip_address_time_limit'] = 'Esta dirección IP ha alcanzado el límite de tiempo para este método';//todo translate
17+
$lang['text_rest_unknown_method'] = 'Método desconocido';
1818
$lang['text_rest_unsupported'] = 'Protocolo no soportado';

0 commit comments

Comments
 (0)