mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
12 lines
No EOL
405 B
PHP
12 lines
No EOL
405 B
PHP
<?php
|
|
# Italian (Italiano) translation
|
|
# Translators: Giovanni Scafora <linuxmania@gmail.com> and Pierluigi Picciau <pierluigi88@gmail.com>
|
|
|
|
include_once("translator.inc");
|
|
global $_t;
|
|
|
|
$_t["it"]["Click on the Home link above to log in."] = "Clicca su Inizio per autenticarti.";
|
|
|
|
$_t["it"]["Your session has timed out. You must log in again."] = "La sessione è scaduta. Devi autenticarti di nuovo.";
|
|
|
|
?>
|