mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
update lang
This commit is contained in:
16
lang/it/lang_shoutbox.php
Normal file
16
lang/it/lang_shoutbox.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
$lang_shoutbox = array
|
||||
(
|
||||
'text_del' => "del",
|
||||
'std_access_denied' => "Accesso Negato.",
|
||||
'std_access_denied_note' => "Non è consentito agli ospiti vedere questa pagina.",
|
||||
'text_to_guest' => " ad <b>Ospite</b>",
|
||||
'text_guest' => "<b>Ospite</b>",
|
||||
'text_ago' => " fa",
|
||||
'text_helpbox_disabled' => "La casella di aiuto è attualmente disabilitata. Come l'inferno arrivi qui?",
|
||||
'text_no_permission_to_shoutbox' => "Non hai i permessi per inviare messaggi a gridare. Come l'inferno arrivi qui?",
|
||||
"speaking_too_often" => "Parlare troppo spesso!",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user