apollo_developers/api/application/language/spanish/rest_controller_lang.php
venbatechnologies@gmail.com 1809bcf9c9 fixed table for student details
2018-04-23 18:34:11 +05:30

19 lines
965 B
PHP
Executable File

<?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'] = 'Esta clave de API no tiene acceso al controlador solicitado';
$lang['text_rest_api_key_permissions'] = 'Esta clave de API no tiene suficientes permisos';
$lang['text_rest_api_key_time_limit'] = 'Esta clave de API ha alcanzado el límite de tiempo para este método';
$lang['text_rest_ip_address_time_limit'] = 'This IP Address has reached the time limit for this method';//todo translate
$lang['text_rest_unknown_method'] = 'método desconocido';
$lang['text_rest_unsupported'] = 'Protocolo no soportado';