From 63b4f4dee082ad7757f4016c5e44764c26e080dc Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:07:54 +0300 Subject: [PATCH] New translations button.php (Greek) --- .../profile-module/resources/lang/el/button.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 62685c95e..27eff47c2 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/el/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/el/button.php @@ -4,12 +4,12 @@ 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', + 'update_password' => 'Ενημέρωση κωδικού πρόσβασης', + 'update_profile' => 'Ανανέωση προφίλ', + 'delete' => 'Διαγράφω', + 'extend' => 'Επεκτείνω', + 'extend_all' => 'Επέκταση όλων', + 'edit' => 'Επεξεργασία', + 'go_profile' => 'Μεταβείτε στη Λεπτομέρεια προφίλ', + 'go_user' => 'Μεταβείτε στη Λεπτομέρεια χρήστη', ];