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

27 lines
1.3 KiB
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_moforums = array
(
'head_overforum_management' => "Διαχείριση Overforum",
'text_forum_management' => "Διαχείριση Φόρουμ",
'text_overforum_management' => "Διαχείριση Overforum",
'col_name' => "Όνομα",
'col_viewed_by' => "Προβλήθηκε Από",
'col_modify' => "Τροποποίηση",
'text_edit' => "Επεξεργασία",
'text_delete' => "Διαγραφή",
'js_sure_to_delete_overforum' => "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το overforum?",
'text_no_records_found' => "Λυπούμαστε, δεν βρέθηκαν εγγραφές!",
'text_new_overforum' => "Νέα Overforum",
'text_overforum_name' => "Όνομα Overforum",
'text_overforum_description' => "Περιγραφή υπερφόρουμ",
'text_minimum_view_permission' => "Ελάχιστη προβολή δικαιωμάτων",
'text_overforum_order' => "Overforum παραγγελία",
'text_overforum_order_note' => "Ταξινόμηση κατά αύξοντα αριθμό. Δηλαδή, 0 δείχνει στην κορυφή",
'submit_make_overforum' => "Κάνε Overforum",
'text_edit_overforum' => "Επεξεργασία Overforum",
'submit_edit_overforum' => "Επεξεργασία Overforum"
);
?>