New translations button.php (Greek)

This commit is contained in:
Fatih Alp 2020-05-12 13:07:27 +03:00
parent 16877f4ab6
commit 13677af1a6

View File

@ -1,7 +1,15 @@
<?php
return[
"new_profile" =>"Νέο προφίλ",
"new_adress" =>"Νέα διεύθυνση",
"show" =>"Εμφάνιση διευθύνσεων"
];
return [
'new_profile' => 'Νέο προφίλ',
'new_adress' => 'Νέα διεύθυνση',
'show' => 'Εμφάνιση διευθύνσεων',
'update_password' => 'Update Password',
'update_profile' => 'Update Profile',
'delete' => 'Delete',
'extend' => 'Extend',
'extend_all' => 'Extend All',
'edit' => 'Edit',
'go_profile' => 'Go to Profile Detail',
'go_user' => 'Go to User Detail',
];