EVOLUTION-NINJA
Edit File: rest_controller_lang.php
<?php /* * Spanish language */ $lang['text_rest_invalid_api_key'] = 'API key %s No valida'; // %s is the REST API key $lang['text_rest_invalid_credentials'] = 'Credenciales Invalidas'; $lang['text_rest_ip_denied'] = 'IP denegada'; $lang['text_rest_ip_unauthorized'] = 'IP no autorizada'; $lang['text_rest_unauthorized'] = 'Acceso no autorizado'; $lang['text_rest_ajax_only'] = 'Solo peticiones ajax permitidas'; $lang['text_rest_api_key_unauthorized'] = 'This API key does not have access to the requested controller'; $lang['text_rest_api_key_permissions'] = 'This API key does not have enough permissions'; $lang['text_rest_api_key_time_limit'] = 'This API key has reached the time limit for this method'; $lang['text_rest_unknown_method'] = 'metodo desconocido'; $lang['text_rest_unsupported'] = 'Protocolo no soportado';