Skip to content

Commit dfb0a4f

Browse files
BlakSneilchriskacerguis
authored andcommitted
Add italian language (chriskacerguis#733)
* added italian translation * Create index.html
1 parent 15a08e7 commit dfb0a4f

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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';

0 commit comments

Comments
 (0)