mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Signed-off-by: Giovanni Scafora <linuxmania@gmail.com> Signed-off-by: Simo Leone <simo@archlinux.org>
12 lines
No EOL
431 B
PHP
12 lines
No EOL
431 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"]["Your session id is invalid."] = "L'id della sessione non è valido.";
|
|
|
|
$_t["it"]["If this problem persists, please contact the site administrator."] = "Se questo problema dovesse persistere, contattare l'amministratore del sito.";
|
|
|
|
?>
|