update lang

This commit is contained in:
xiaomlove
2025-05-05 21:27:48 +07:00
parent fb88455323
commit 6814e3ca4d
664 changed files with 28724 additions and 6738 deletions
+17
View File
@@ -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!"
);
?>