mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
17 lines
509 B
PHP
17 lines
509 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_takecontact = array
|
||
|
|
(
|
||
|
|
'std_error' => "Errore",
|
||
|
|
'std_method' => "Metodo",
|
||
|
|
'std_please_enter_something' => "Inserisci qualcosa!",
|
||
|
|
'std_please_define_subject' => "Devi definire l'oggetto!",
|
||
|
|
'std_message_flooding' => "Inondazioni dei messaggi non consentite. Attendere prego ",
|
||
|
|
'std_second' => " secondo",
|
||
|
|
'std_s' => "s",
|
||
|
|
'std_before_sending_pm' => " prima di inviare PM allo STAFF.",
|
||
|
|
'std_succeeded' => "Riuscito",
|
||
|
|
'std_message_succesfully_sent' => "Messaggio inviato con successo!"
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|