blob: defdecfa9174f6ea284326df62413054841ae87f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?
# Italian (Italiano) translation
# Translators: Giovanni Scafora <linuxmania@gmail.com> and Pierluigi Picciau <pierluigi88@gmail.com>
include_once("translator.inc");
global $_t;
$_t["it"]["Reset"] = "Cancella";
$_t["it"]["Username"] = "Nome utente";
$_t["it"]["Email Address"] = "Indirizzo email";
$_t["it"]["Less"] = "Precedente";
$_t["it"]["Clear"] = "Pulisci";
$_t["it"]["required"] = "obbligatorio";
$_t["it"]["Update"] = "Aggiorna";
$_t["it"]["Submit"] = "Invia";
$_t["it"]["Password"] = "Password";
$_t["it"]["Create"] = "Crea";
$_t["it"]["More"] = "Successivo";
?>
|