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

20 lines
835 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_polls = array
(
'std_error' => "Σφάλμα",
'std_permission_denied' => "Άρνηση άδειας.",
'std_delete_poll' => "Διαγραφή δημοσκόπησης",
'std_delete_poll_confirmation' => "Θέλετε πραγματικά να διαγράψετε μια δημοσκόπηση? Κάντε κλικ\n",
'std_here_if_sure' => "<b>εδώ</b></a> αν είστε σίγουροι.",
'std_sorry' => "Sorry...",
'std_no_polls' => "Δεν υπάρχουν δημοσκοπήσεις!",
'head_previous_polls' => "Προηγούμενες δημοσκοπήσεις",
'text_previous_polls' => "Προηγούμενες δημοσκοπήσεις",
'text_ago' => " πριν",
'text_edit' => "Επεξεργασία",
'text_delete' => "Διαγραφή",
'text_votes' => "Ψηφοφορίες: "
);
?>