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

35 lines
1.3 KiB
PHP
Raw Permalink 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_staffbox = array
(
'head_staff_pm' => "Μ.Μ. Του Προσωπικού",
'text_staff_pm' => "Μ.Μ. Του Προσωπικού",
'std_sorry' => "Συγνώμη",
'std_no_messages_yet' => "Κανένα μήνυμα ακόμα!",
'col_subject' => "Θέμα",
'col_sender' => "Αποστολέας",
'col_added' => "Προστέθηκε",
'col_answered' => "Απαντήθηκε",
'col_action' => "Πράξη.",
'text_yes' => "Ναι",
'text_no' => "Όχι",
'submit_set_answered' => "Ορισμός Απαντήθηκε",
'submit_delete' => "Διαγραφή",
'text_system' => "Σύστημα",
'head_view_staff_pm' => "Προβολή Μ.Μ. Προσωπικού",
'col_from' => "Από",
'col_date' => "Ημερομηνία",
'col_answered_by' => "Απαντήθηκε από",
'text_reply' => "Απάντηση",
'text_mark_answered' => "Σημείωση Απαντήσεων",
'text_delete' => "Διαγραφή",
'std_error' => "Σφάλμα",
'std_no_user_id' => "Κανένας χρήστης με αυτό το ID.",
'head_answer_to_staff_pm' => "Απάντηση σε προσωπικό PM",
'text_answering_to' => "Απάντηση σε ",
'text_sent_by' => " στάλθηκε από ",
'std_body_is_empty' => "Παρακαλώ εισάγετε κάτι!",
);
?>