Files
nexusphp/lang/el/lang_takecontact.php
2025-05-05 21:27:48 +07:00

17 lines
698 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang_takecontact = array
(
'std_error' => "Σφάλμα",
'std_method' => "Μέθοδος",
'std_please_enter_something' => "Παρακαλώ εισάγετε κάτι!",
'std_please_define_subject' => "Πρέπει να ορίσετε το θέμα!",
'std_message_flooding' => "Δεν επιτρέπονται πλημμύρες μηνυμάτων. Παρακαλώ περιμένετε ",
'std_second' => " δευτερόλεπτο",
'std_s' => "ίνα",
'std_before_sending_pm' => " πριν από την αποστολή PM στο STAFF.",
'std_succeeded' => "Επιτυχής",
'std_message_succesfully_sent' => "Το μήνυμα στάλθηκε επιτυχώς!"
);
?>