mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
added Italian translation from voidnull
This commit is contained in:
parent
33132c0485
commit
8f25d155b3
29 changed files with 646 additions and 0 deletions
30
web/lang/it/common_po.inc
Normal file
30
web/lang/it/common_po.inc
Normal file
|
@ -0,0 +1,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"] = "richiesto";
|
||||
|
||||
$_t["it"]["Update"] = "Aggiorna";
|
||||
|
||||
$_t["it"]["Submit"] = "Invia";
|
||||
|
||||
$_t["it"]["Password"] = "Password";
|
||||
|
||||
$_t["it"]["Create"] = "Crea";
|
||||
|
||||
$_t["it"]["More"] = "Successivo";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue