File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
application/language/italian Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < title > 403 Forbidden</ title >
5+ </ head >
6+ < body >
7+
8+ < p > Directory access is forbidden.</ p >
9+
10+ </ body >
11+ </ html >
Original file line number Diff line number Diff line change 1+ <?php
2+ /*
3+ * Italian language
4+ */
5+ $ lang ['text_rest_invalid_api_key ' ] = 'API key %s non valida ' ; // %s is the REST API key
6+ $ lang ['text_rest_invalid_credentials ' ] = 'Credenziali non valide ' ;
7+ $ lang ['text_rest_ip_denied ' ] = 'IP non consentito ' ;
8+ $ lang ['text_rest_ip_unauthorized ' ] = 'IP non autorizzato ' ;
9+ $ lang ['text_rest_unauthorized ' ] = 'Non autorizzato ' ;
10+ $ lang ['text_rest_ajax_only ' ] = 'Sono ammesse solo richieste AJAX ' ;
11+ $ lang ['text_rest_api_key_unauthorized ' ] = 'Questa API key non ha accesso al controller richiesto ' ;
12+ $ lang ['text_rest_api_key_permissions ' ] = 'Questa API key non dispone di autorizzazioni sufficienti ' ;
13+ $ lang ['text_rest_api_key_time_limit ' ] = 'Questa API key ha raggiunto il limite di tempo per questo metodo ' ;
14+ $ lang ['text_rest_ip_address_time_limit ' ] = 'Questo indirizzo IP ha raggiunto il limite di tempo per questo metodo ' ;
15+ $ lang ['text_rest_unknown_method ' ] = 'Metodo sconosciuto ' ;
16+ $ lang ['text_rest_unsupported ' ] = 'Protocollo non supportato ' ;
You can’t perform that action at this time.
0 commit comments