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

25 lines
986 B
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_makepoll = array
(
'std_error' => "Σφάλμα",
'std_no_poll_id' => "Δεν βρέθηκε δημοσκόπηση με αυτό το ID",
'std_missing_form_data' => "Ελλείψει δεδομένων φόρμας!",
'head_edit_poll' => "Επεξεργασία Δημοσκόπησης",
'text_edit_poll' => "Επεξεργασία Δημοσκόπησης",
'head_new_poll' => "Νέα Δημοσκόπηση",
'text_day' => " ημέρα",
'text_hour' => " ώρα",
'text_current_poll' => "Σημείωση: Η τρέχουσα δημοσκόπηση ",
'text_is_only' => " είναι μόνο ",
'text_old' => " παλιά.",
'text_make_poll' => "Κάντε δημοσκόπηση",
'text_question' => "Ερώτηση",
'text_option' => "Επιλογή ",
'submit_edit_poll' => "Επεξεργασία Δημοσκόπησης",
'submit_create_poll' => "Δημιουργία Δημοσκόπησης",
'text_required' => " απαιτείται"
);
?>