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,34 @@
|
||||
<?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' => "Παρακαλώ εισάγετε κάτι!",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user