diff --git a/addons/default/visiosoft/profile-module/resources/lang/el/button.php b/addons/default/visiosoft/profile-module/resources/lang/el/button.php index a0e10d6de..62685c95e 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/el/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/el/button.php @@ -1,7 +1,15 @@ "Νέο προφίλ", - "new_adress" =>"Νέα διεύθυνση", - "show" =>"Εμφάνιση διευθύνσεων" -]; \ No newline at end of file +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', +];