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,20 @@
|
||||
<?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' => "Ψηφοφορίες: "
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user