mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
update lang
This commit is contained in:
20
lang/el/lang_users.php
Normal file
20
lang/el/lang_users.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
$lang_users = array
|
||||
(
|
||||
'head_users' => "Χρήστες",
|
||||
'text_users' => "<h1>Χρήστες</h1>",
|
||||
'text_search' => "Αναζήτηση:",
|
||||
'select_any_class' => "(οποιαδήποτε κατηγορία)",
|
||||
'submit_okay' => "Εντάξει",
|
||||
'text_prev' => "Προηγ.",
|
||||
'text_next' => "Επόμενο",
|
||||
'col_user_name' => "Όνομα χρήστη",
|
||||
'col_registered' => "Εγγεγραμμένος",
|
||||
'col_last_access' => "Τελευταία πρόσβαση",
|
||||
'col_class' => "Κλάση",
|
||||
'col_country' => "Χώρα",
|
||||
'select_any_country'=> "(οποιαδήποτε χώρα)",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user