mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
16 lines
637 B
PHP
16 lines
637 B
PHP
<?php
|
|
|
|
return [
|
|
'new_profile' => 'Νέο προφίλ',
|
|
'new_adress' => 'Νέα διεύθυνση',
|
|
'show' => 'Εμφάνιση διευθύνσεων',
|
|
'update_password' => 'Ενημέρωση κωδικού πρόσβασης',
|
|
'update_profile' => 'Ανανέωση προφίλ',
|
|
'delete' => 'Διαγράφω',
|
|
'extend' => 'Επεκτείνω',
|
|
'extend_all' => 'Επέκταση όλων',
|
|
'edit' => 'Επεξεργασία',
|
|
'go_profile' => 'Μεταβείτε στη Λεπτομέρεια προφίλ',
|
|
'go_user' => 'Μεταβείτε στη Λεπτομέρεια χρήστη',
|
|
];
|