mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?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!"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user