add lang de/pl/pt/ro/ru/sv

This commit is contained in:
xiaomlove
2025-04-22 19:35:05 +07:00
parent ca33cbacfe
commit 2b970305a5
940 changed files with 48796 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
<?php
$lang_takecontact = array
(
'std_error' => "Error",
'std_method' => "Método",
'std_please_enter_something' => "¡Por favor, introduzca algo!",
'std_please_define_subject' => "¡Necesitas definir el tema!",
'std_message_flooding' => "No se permite la afluencia de mensajes. Por favor espere ",
'std_second' => " segundo",
'std_s' => "s",
'std_before_sending_pm' => " antes de enviar PM a STAFF.",
'std_succeeded' => "Éxito",
'std_message_succesfully_sent' => "¡El mensaje fue enviado con éxito!"
);
?>