File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
application/language/spanish Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
* Spanish language
5
5
*/
6
6
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 ' ;
9
9
$ lang ['text_rest_ip_denied ' ] = 'IP denegada ' ;
10
10
$ lang ['text_rest_ip_unauthorized ' ] = 'IP no autorizada ' ;
11
11
$ 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 ' ;
13
13
$ lang ['text_rest_api_key_unauthorized ' ] = 'Esta clave de API no tiene acceso al controlador solicitado ' ;
14
14
$ lang ['text_rest_api_key_permissions ' ] = 'Esta clave de API no tiene suficientes permisos ' ;
15
15
$ 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 ' ;
18
18
$ lang ['text_rest_unsupported ' ] = 'Protocolo no soportado ' ;
You can’t perform that action at this time.
0 commit comments