mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
update lang
This commit is contained in:
24
lang/el/lang_makepoll.php
Normal file
24
lang/el/lang_makepoll.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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' => " απαιτείται"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user