From d111bb81540b366a954271cd464d03e0a949ebd4 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Mon, 14 Dec 2020 17:42:01 +0300 Subject: [PATCH 001/152] New translations field.php (Turkish) --- .../resources/lang/tr/field.php | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/addons/default/visiosoft/profile-module/resources/lang/tr/field.php b/addons/default/visiosoft/profile-module/resources/lang/tr/field.php index 945e70398..5cbda3ca5 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/tr/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/tr/field.php @@ -5,10 +5,10 @@ return [ 'name' => 'Fotoğraflar' ], 'first_name' => [ - 'name' => 'Adınız' + 'name' => 'Ad' ], 'last_name' => [ - 'name' => 'Soyadınız' + 'name' => 'Soyad' ], 'username' => [ 'name' => 'Kullanıcı Adı' @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'Doğum Günü' ], + 'facebook_address' => [ + 'name' => 'Facebook Adresi' + ], + 'google_address' => [ + 'name' => 'Google Adresi' + ], 'education' => [ 'name' => 'Eğitim' ], @@ -74,7 +80,7 @@ return [ 'name' => 'Adres Adı' ], 'adress_first_name' => [ - 'name' => 'İsim' + 'name' => 'Ad' ], 'adress_last_name' => [ 'name' => 'Soyad' @@ -374,12 +380,12 @@ return [ 'password' => [ 'name' => 'Şifre', ], + 'old_password' => [ + 'name' => 'Eski şifre', + ], 'new_password' => [ 'name' => 'Yeni Şifre', ], - 'old_password' => [ - 'name' => 'Eski Şifre', - ], 're_new_password' => [ 'name' => 'Şifre Onayı', ], @@ -461,11 +467,9 @@ return [ // Register page 'accept_terms_label' => 'Koşulları kabul ediyorum.', - 'accept_protection_law_label' => 'Kişisel Verilerin Korunması Kanunu hükümlerini kabul ediyorum.', 'accept_privacy_terms_label' => 'Gizlilik şartlarını kabul ediyorum.', - - 'receive_sms_emails_label' => 'E-posta ve sms almak istiyorum.', + 'receive_sms_emails_label' => 'E-posta ve sms almak istiyorum.', // Register Type 'personal' => [ From 789ecc34026242c973db6231d1cd2d17b69358a9 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 15 Dec 2020 17:32:15 +0300 Subject: [PATCH 002/152] New translations button.php (German) --- .../default/visiosoft/base-theme/resources/lang/de/button.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/default/visiosoft/base-theme/resources/lang/de/button.php b/addons/default/visiosoft/base-theme/resources/lang/de/button.php index cad240a9f..7448da225 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/de/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/de/button.php @@ -2,7 +2,7 @@ return [ 'post_ad' => [ - 'name' => 'Postanzeige', + 'name' => 'Anzeige erstellen', ], 'login' => 'Einloggen', 'register' => 'Registrieren', From 34e7ae043e9df790ac40d67b5d8a790970be38ba Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:49:44 +0300 Subject: [PATCH 003/152] New translations button.php (Romanian) --- addons/default/visiosoft/base-theme/resources/lang/ro/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/ro/button.php b/addons/default/visiosoft/base-theme/resources/lang/ro/button.php index 16223ac8c..29b43cbd4 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/ro/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/ro/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'E-mail', 'phone' => 'Telefon', 'show_all' => 'Arata tot', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From d6be726c1d0e04d60e7b7693cac791d4385ac3b0 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:49:46 +0300 Subject: [PATCH 004/152] New translations stream.php (Kurdish) --- .../profile-module/resources/lang/ku/stream.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 addons/default/visiosoft/profile-module/resources/lang/ku/stream.php diff --git a/addons/default/visiosoft/profile-module/resources/lang/ku/stream.php b/addons/default/visiosoft/profile-module/resources/lang/ku/stream.php new file mode 100644 index 000000000..35f3ad0b9 --- /dev/null +++ b/addons/default/visiosoft/profile-module/resources/lang/ku/stream.php @@ -0,0 +1,16 @@ + [ + 'name' => 'Tengal', + ], + 'adress' => [ + 'name' => 'Navnîşan', + ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], +]; From 0c32a6dac458b5577e735ed42fd5cf1613291d0b Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:49:48 +0300 Subject: [PATCH 005/152] New translations button.php (Romanian) --- .../visiosoft/profile-module/resources/lang/ro/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ro/button.php b/addons/default/visiosoft/profile-module/resources/lang/ro/button.php index eb429f7bc..af819ae71 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ro/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ro/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'Personal', 'corporate' => 'corporativ', 'export' => 'Export', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From 9e8bf40a608fff21a44525e295fb6266c7379d04 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:49:50 +0300 Subject: [PATCH 006/152] New translations field.php (Polish) --- .../profile-module/resources/lang/pl/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/pl/field.php b/addons/default/visiosoft/profile-module/resources/lang/pl/field.php index ea0e73274..2807b67ad 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/pl/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/pl/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'Urodziny' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'Edukacja' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'Użytkownik' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -375,6 +384,9 @@ return [ 'password' => [ 'name' => 'Hasło', ], + 'old_password' => [ + 'name' => 'Stare hasło', + ], 'new_password' => [ 'name' => 'Nowe hasło', ], @@ -467,4 +479,8 @@ return [ 'personal' => [ 'name' => 'Osobisty' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From b576eab5d777f3e392266e6b12d084b78b75f138 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:49:52 +0300 Subject: [PATCH 007/152] New translations button.php (Polish) --- .../visiosoft/profile-module/resources/lang/pl/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/pl/button.php b/addons/default/visiosoft/profile-module/resources/lang/pl/button.php index 72797b1c5..c5d0ef93d 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/pl/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/pl/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'Osobisty', 'corporate' => 'Zbiorowy', 'export' => 'Eksport', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From 5fef413af2cf54b6c53b8b159546f12bf447152e Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:49:53 +0300 Subject: [PATCH 008/152] New translations button.php (Polish) --- addons/default/visiosoft/base-theme/resources/lang/pl/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/pl/button.php b/addons/default/visiosoft/base-theme/resources/lang/pl/button.php index 83eb18729..4c93aa22a 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/pl/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/pl/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'E-mail', 'phone' => 'Telefon', 'show_all' => 'Pokaż wszystko', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From b84c56b569201df6d3d0a7b53f88d10a98cedd89 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:49:55 +0300 Subject: [PATCH 009/152] New translations stream.php (Dutch) --- .../visiosoft/profile-module/resources/lang/nl/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/nl/stream.php b/addons/default/visiosoft/profile-module/resources/lang/nl/stream.php index 0ab4d54fd..92c7c12b3 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/nl/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/nl/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'Een jurk', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From 6e0253690af56faa03e3a5dd8f703d81417bdc56 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:49:57 +0300 Subject: [PATCH 010/152] New translations section.php (Dutch) --- .../visiosoft/profile-module/resources/lang/nl/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/nl/section.php b/addons/default/visiosoft/profile-module/resources/lang/nl/section.php index 4738f4885..fa1893b59 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/nl/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/nl/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'Algemene instellingen', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From f93c6122dca2b1aa9808af95f34fcec341298c6f Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:49:59 +0300 Subject: [PATCH 011/152] New translations permission.php (Dutch) --- .../resources/lang/nl/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/nl/permission.php b/addons/default/visiosoft/profile-module/resources/lang/nl/permission.php index b64b68020..c36695ad9 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/nl/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/nl/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'Kan adres worden verwijderd?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From 86efada02cd37f679f1c128716dcc56295e176e7 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:01 +0300 Subject: [PATCH 012/152] New translations field.php (Dutch) --- .../profile-module/resources/lang/nl/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/nl/field.php b/addons/default/visiosoft/profile-module/resources/lang/nl/field.php index d32c0512d..31093681e 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/nl/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/nl/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'Verjaardag' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'Opleiding' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'Gebruiker' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -377,6 +386,9 @@ return [ 'password' => [ 'name' => 'Wachtwoord', ], + 'old_password' => [ + 'name' => 'Oud Wachtwoord', + ], 'new_password' => [ 'name' => 'Nieuw paswoord', ], @@ -469,4 +481,8 @@ return [ 'personal' => [ 'name' => 'Persoonlijk' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From 0303e5278e8b89f2510dd41e8cb0ac7fd826c37a Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:03 +0300 Subject: [PATCH 013/152] New translations button.php (Dutch) --- .../visiosoft/profile-module/resources/lang/nl/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/nl/button.php b/addons/default/visiosoft/profile-module/resources/lang/nl/button.php index ef45ba19e..cfd457713 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/nl/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/nl/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'Persoonlijk', 'corporate' => 'Zakelijk', 'export' => 'Exporteren', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From 7e565a98a6608dfcbdb47950e1a4a8909db7e6a8 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:05 +0300 Subject: [PATCH 014/152] New translations button.php (Dutch) --- addons/default/visiosoft/base-theme/resources/lang/nl/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/nl/button.php b/addons/default/visiosoft/base-theme/resources/lang/nl/button.php index 7b2b98246..7d72ba280 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/nl/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/nl/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'E-mail', 'phone' => 'Telefoon', 'show_all' => 'Toon alles', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From e5ef2e878653feadb65862bbe2989240d6cf948f Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:06 +0300 Subject: [PATCH 015/152] New translations section.php (Kurdish) --- .../resources/lang/ku/section.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 addons/default/visiosoft/profile-module/resources/lang/ku/section.php diff --git a/addons/default/visiosoft/profile-module/resources/lang/ku/section.php b/addons/default/visiosoft/profile-module/resources/lang/ku/section.php new file mode 100644 index 000000000..55c2a2e52 --- /dev/null +++ b/addons/default/visiosoft/profile-module/resources/lang/ku/section.php @@ -0,0 +1,18 @@ + [ + 'title' => 'Tengal', + ], + 'adress' => [ + 'title' => 'Navnîşan', + ], + 'general_setting' => 'Mîhengên Giştî', + 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], +]; From 7c5deb705e14192bd62f04aba07ac888d3c75520 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:09 +0300 Subject: [PATCH 016/152] New translations stream.php (Polish) --- .../visiosoft/profile-module/resources/lang/pl/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/pl/stream.php b/addons/default/visiosoft/profile-module/resources/lang/pl/stream.php index 27b04fd27..e596efeb6 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/pl/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/pl/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'Adres', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From 3a18fa25336bcc30b88a20f42bc2e7ccb38d81fc Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:10 +0300 Subject: [PATCH 017/152] New translations permission.php (Kurdish) --- .../resources/lang/ku/permission.php | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 addons/default/visiosoft/profile-module/resources/lang/ku/permission.php diff --git a/addons/default/visiosoft/profile-module/resources/lang/ku/permission.php b/addons/default/visiosoft/profile-module/resources/lang/ku/permission.php new file mode 100644 index 000000000..64adf8cfc --- /dev/null +++ b/addons/default/visiosoft/profile-module/resources/lang/ku/permission.php @@ -0,0 +1,36 @@ + [ + 'name' => 'Tengal', + 'option' => [ + 'read' => 'Ma dikare profîlê bixwîne?', + 'write' => 'Ma dikare profîlek çêbike / sererast bike?', + 'delete' => 'Ma dikare profîlê jê bibe?', + ], + ], + 'adress' => [ + 'name' => 'Navnîşan', + 'option' => [ + 'read' => 'Ma dikare navnîşan bixwîne?', + 'write' => 'Ma dikare navnîşan çêbike / sererast bike?', + 'delete' => 'Ma dikare navnîşan were jêbirin?', + ], + ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], +]; From f8af5f5ce42be4bbca43fe887038f7f3afddd306 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:12 +0300 Subject: [PATCH 018/152] New translations field.php (Kurdish) --- .../resources/lang/ku/field.php | 486 ++++++++++++++++++ 1 file changed, 486 insertions(+) create mode 100644 addons/default/visiosoft/profile-module/resources/lang/ku/field.php diff --git a/addons/default/visiosoft/profile-module/resources/lang/ku/field.php b/addons/default/visiosoft/profile-module/resources/lang/ku/field.php new file mode 100644 index 000000000..cfbb62d17 --- /dev/null +++ b/addons/default/visiosoft/profile-module/resources/lang/ku/field.php @@ -0,0 +1,486 @@ + [ + 'name' => 'Photos' + ], + 'first_name' => [ + 'name' => 'Nav' + ], + 'last_name' => [ + 'name' => 'Paşnav' + ], + 'username' => [ + 'name' => 'Navê bikarhêner' + ], + 'display_name' => [ + 'name' => 'Navê Nîşan bide' + ], + 'email' => [ + 'name' => 'Navnîşana E-nameyê' + ], + 'sitename' => [ + 'name' => 'sitename' + ], + 'activated' => [ + 'name' => 'Bikarhêner Çalak' + ], + 'enabled' => [ + 'name' => 'Bikarhêner Çalak bike' + ], + 'country' => [ + 'name' => 'Welat' + ], + 'city' => [ + 'name' => 'Bajar' + ], + 'district' => [ + 'name' => 'Herêm' + ], + 'neighborhood' => [ + 'name' => 'Cînarî' + ], + 'village' => [ + 'name' => 'Gûnd' + ], + 'gsm_phone' => [ + 'name' => 'Telefonê GSM' + ], + 'land_phone' => [ + 'name' => 'Telefonê Land' + ], + 'office_phone' => [ + 'name' => 'Telefonê Ofîsê' + ], + 'register_type' => [ + 'name' => 'Register Type' + ], + 'birthday' => [ + 'name' => 'Rojbûn' + ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], + 'education' => [ + 'name' => 'Zanyarî' + ], + 'state_of_education' => [ + 'name' => 'Dewleta Perwerdehiyê' + ], + 'profession' => [ + 'name' => 'Sinet' + ], + 'identification_number' => [ + 'name' => 'Nimara ye kiyîtî' + ], + 'adress_name' => [ + 'name' => 'Navnîşana Navnîşan' + ], + 'adress_first_name' => [ + 'name' => 'Nav' + ], + 'adress_last_name' => [ + 'name' => 'Paşnav' + ], + 'actions' => [ + 'name' => 'Çalakî' + ], + 'adress_content' => [ + 'name' => 'Navnîşana Navnîşan' + ], + 'adress_post_code' => [ + 'name' => 'Koda Postê' + ], + 'adress_gsm_phone' => [ + 'name' => 'Telefonê Gsm' + ], + 'adress_land_phone' => [ + 'name' => 'Telefonê Land' + ], + 'adress_country' => [ + 'name' => 'Welat' + ], + 'adress_city' => [ + 'name' => 'Bajar' + ], + 'adress_district' => [ + 'name' => 'Herêm' + ], + 'adress_neighborhood' => [ + 'name' => 'Cînarî' + ], + 'adress_village' => [ + 'name' => 'Gûnd' + ], + 'messages' => [ + 'name' => 'Messages' + ], + 'user' => [ + 'name' => 'Bikaranîvan' + ], + 'name' => [ + 'name' => 'Name' + ], + + /*Menu Button*/ + 'profile' => [ + 'name' => 'Tengal' + ], + + 'create' => [ + 'name' => 'Xûliqandin' + ], + 'edit' => [ + 'name' => 'Weşandin' + ], + 'delete' => [ + 'name' => 'Jêbirin' + ], + 'list' => [ + 'name' => 'Rêzok' + ], + 'menu_address' => [ + 'name' => 'Navnîşan' + ], + 'menu_orders' => [ + 'name' => 'Ferman' + ], + 'menu_favorites' => [ + 'name' => 'Favorites' + ], + 'menu_archived_ads' => [ + 'name' => 'Reklamên arşîvkirî' + ], + 'menu_pending_ads' => [ + 'name' => 'Li benda pejirandinê ye' + ], + 'menu_delete_account' => [ + 'name' => 'Hesabê bigire' + ], + 'menu_my_ads' => [ + 'name' => 'Reklamên min' + ], + 'menu_fav_ads' => [ + 'name' => 'Reklamên bijare' + ], + 'menu_hello_msg' => [ + 'name' => 'slav' + ], + 'menu_last_msg' => [ + 'name' => 'We herî dawî li' + ], + 'menu_packages' => [ + 'name' => 'Pakêtên min' + ], + 'menu_adv_packages' => [ + 'name' => 'Packages Ads' + ], + 'menu_time_packages' => [ + 'name' => 'Pakêtên Demjimêr' + ], + 'profile_details' => [ + 'name' => 'Profile Details' + ], + 'profile_photo' => [ + 'name' => 'Photo Profile' + ], + 'adv_listing_banner' => [ + 'name' => 'Reklam Lîsteya Rûpelê Banner' + ], + 'approve' => [ + 'name' => 'Destûrdan' + ], + 'approved' => [ + 'name' => 'Pejirandin' + ], + 'pending' => [ + 'name' => 'Nexelas' + ], + 'passive' => [ + 'name' => 'Nejîr' + ], + 'pending_admin' => [ + 'name' => 'Nexelas' + ], + 'menu_messages' => [ + 'name' => 'Messages' + ], + 'menu_my_purchase' => [ + 'name' => 'Kirîna min' + ], + 'menu_my_sales' => [ + 'name' => 'Firotanên min' + ], + + /* Right Dock*/ + 'right_secure_trading_subject' => [ + 'name' => 'Bazirganiya Ewle' + ], + 'right_secure_trading_msg' => [ + 'name' => 'Lorem ipsum dolor rûniştiye amet, elite adetekirina consectetur' + ], + 'right_support_subject' => [ + 'name' => '24/7 Piştgirî' + ], + 'right_support_msg' => [ + 'name' => 'Lorem ipsum dolor rûniştiye amet, elite adetekirina consectetur' + ], + 'right_easy_trading_subject' => [ + 'name' => 'Bazirganiya Hêsan' + ], + 'right_easy_trading_msg' => [ + 'name' => 'Lorem ipsum dolor rûniştiye amet, elite adetekirina consectetur' + ], + 'right_need_help_subject' => [ + 'name' => 'Ma Alîkarî hewce dike?' + ], + 'right_need_help_msg' => [ + 'name' => 'Gazî bikin' + ], + 'disable_account' => [ + 'name' => 'Hesabê Neçalak bikin' + ], + 'disable_account_msg' => [ + 'name' => 'Dê hesabê we bête sekinandin. + Ev operasyon nayê paşve xistin' + ], + + 'message_title' => 'Sernavê peyamê', + 'owner_name' => 'Agah', + + 'favorites' => "Favorites", + 'fav_advs' => 'Reklamên Bijare', + 'fav_sellers' => "Fav Firoşyar", + 'fav_searches' => "Lêgerînên Fav", + 'posted_on' => "Hat şandin", + 'message_details' => "Agahdariyên Peyamê", + 'adv_no' => 'Ad Na', + 'bill_address' => [ + 'name' => 'Navnîşana Bill', + ], + 'delivery_address' => [ + 'name' => 'Navnîşana Radestkirinê', + ], + 'order_total' => [ + 'name' => 'Hemî', + ], + 'order_date' => [ + 'name' => 'Date Order', + ], + 'order_no' => [ + 'name' => 'Nasnameyê rêz bikin', + ], + 'order_detail' => [ + 'name' => 'Detail nîşan bide', + ], + /*Detail Page Order*/ + 'detail' => [ + 'name' => 'Hûrî', + ], + 'back' => [ + 'name' => 'Paş', + ], + 'image' => [ + 'name' => 'Wêne', + ], + 'subject' => [ + 'name' => 'Mijar', + ], + 'price' => [ + 'name' => 'Biha', + ], + 'piece' => [ + 'name' => 'Perçe', + ], + 'commission' => [ + 'name' => 'Simsarî', + ], + 'total' => [ + 'name' => 'Hemî', + ], + 'sub_total' => [ + 'name' => 'Sub Total', + ], + 'sale' => [ + 'name' => 'Firotin', + ], + 'awaiting_tracking_number' => [ + 'name' => 'Li benda Hejmara ckopandinê ne', + ], + 'awaiting_payment_approval' => [ + 'name' => 'Li benda pejirandina drav', + ], + 'paid' => [ + 'name' => 'Pere kirin', + ], + 'cancelled' => [ + 'name' => 'Hat betalkirin', + ], + 'waiting' => [ + 'name' => 'Li bendê ye', + ], + 'awaiting_dispatch' => [ + 'name' => 'Li benda şandinê ye', + ], + 'shipped' => [ + 'name' => 'Ppedandin', + ], + 'delivered' => [ + 'name' => 'Radest kirin', + ], + 'tracking_number' => [ + 'name' => 'Hejmara ckopandinê', + ], + 'was_delivered' => [ + 'name' => 'hate radest kirin', + ], + 'not_delivered' => [ + 'name' => 'teslîm nebûye', + ], + 'show_order_msg1' => [ + 'name' => 'Encama danûstandinê dê bi nameyê were agahdar kirin.', + ], + 'show_order_msg2' => [ + 'name' => 'Ger hilber di nav hefteyekê de neyê radest kirin dê paşve were dayîn.', + ], + 'show_order_msg3' => [ + 'name' => 'Encama danûstendinê ji navnîşana e-nameya weya tomarkirî re hate şandin.', + ], + + 'awaiting_payment' => [ + 'name' => 'Li benda dravdayînê ye', + ], + 'please_entered_tracking_number' => [ + 'name' => 'Ji kerema xwe Hejmara ckopandinê ketin hundir', + ], + 'transport_days' => [ + 'name' => 'Rojên Veguhestinê', + ], + 'product_not_delivered' => [ + 'name' => 'Hilber nehatiye şandin', + ], + 'status' => [ + 'name' => 'Cî', + ], + 'cancel_sale' => [ + 'name' => 'Firotanê Betal Bikin', + ], + 'send_again' => [ + 'name' => 'Ez ê Dîsa Sendandim', + ], + 'content' => [ + 'name' => 'Dilşad', + ], + 'preferences_settings' => [ + 'name' => 'Mîhengên Bijareyan', + ], + + 'corporate_settings' => [ + 'name' => 'Mîhengên Pargîdanî', + ], + 'password' => [ + 'name' => 'Şîfre', + ], + 'old_password' => [ + 'name' => 'Passwordîfreya kevn', + ], + 'new_password' => [ + 'name' => 'Passwordîfreya nû', + ], + 're_new_password' => [ + 'name' => 'Di pêşîyê da em sipas dikin', + ], + 'confirm_password_input' => [ + 'name' => 'Ez guhertina şîfreya xwe piştrast dikim', + ], + 'create_address' => [ + 'name' => 'Navnîşan çêbikin', + ], + 'edit_address' => [ + 'name' => 'Navnîşan Biguherîne', + ], + 'balance_limit' => [ + 'name' => 'Sînora Hevsengiyê', + ], + 'active_ads' => [ + 'name' => 'Reklamên Çalak', + ], + 'subscriptions' => [ + 'name' => 'Abonekirin', + ], + 'go_subscriptions_page' => [ + 'name' => 'Herin Rûpelê Tevlêbûnan', + ], + 'buy_package' => [ + 'name' => 'Pakêtê bikirin', + ], + 'expired_date' => [ + 'name' => 'Date Date', + ], + 'category' => [ + 'name' => 'Liq', + ], + 'ad_limit' => [ + 'name' => 'Sînora Ad', + ], + 'publish_time' => [ + 'name' => 'Wext Weşandin', + ], + 'all_categories' => [ + 'name' => 'Hemî Kategorî', + ], + 'day' => [ + 'name' => 'Roj', + ], + + 'individual' => [ + 'name' => 'şexsî', + ], + 'corporate' => [ + 'name' => 'Pargîdanî', + ], + + 'details' => [ + 'name' => 'Hûrgulî' + ], + 'choose' => [ + 'name' => 'Helbijartin' + ], + 'my_address' => 'Navnîşana min', + + 'company' => [ + 'name' => 'Navê Pargîdanî' + ], + 'tax_office' => [ + 'name' => 'Daîreya Bacê' + ], + 'tax_number' => [ + 'name' => 'Hejmara Bacê' + ], + + // Profile page + 'my_profile' => 'Profîla min', + 'edit_profile' => 'Profîlê Biguherîne', + 'edit_details' => 'Hûrgulî Biguherînin', + 'update' => 'Rojanekirin', + 'change_password' => '.Îfreyê biguherînin', + 'choose_an_option' => 'Vebijarek hilbijêrin ...', + + // Register page + 'accept_terms_label' => 'Ez şertan qebûl dikim.', + 'accept_protection_law_label' => 'Ez şertên Zagona li ser qebûl dikim' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ vala "> Parastina Daneyên Kesane.', + 'accept_privacy_terms_label' => 'Ez qebûl dikim' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ vala "> mercên nepenîtiyê.', + 'receive_sms_emails_label' => 'Ez dixwazim e-name & sms bistînim.', + + // Register Type + 'personal' => [ + 'name' => 'Şexsî' + ], + + 'education_part' => [ + 'name' => 'State of Education' + ], +]; From 72d006cfedf4487463d3d274fa41d813e36abf1d Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:14 +0300 Subject: [PATCH 019/152] New translations button.php (Kurdish) --- .../resources/lang/ku/button.php | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 addons/default/visiosoft/profile-module/resources/lang/ku/button.php diff --git a/addons/default/visiosoft/profile-module/resources/lang/ku/button.php b/addons/default/visiosoft/profile-module/resources/lang/ku/button.php new file mode 100644 index 000000000..7504ec666 --- /dev/null +++ b/addons/default/visiosoft/profile-module/resources/lang/ku/button.php @@ -0,0 +1,20 @@ + 'Profîla Nû', + 'new_adress' => 'Navnîşana Nû', + 'show' => 'Navnîşan nîşan bide', + 'update_password' => 'Passwordîfreyê nûve bikin', + 'update_profile' => 'Nûvekirina Profîlê', + 'delete' => 'Jêbirin', + 'extend' => 'N', + 'extend_all' => 'Hemî Dirêj Bikin', + 'edit' => 'Weşandin', + 'go_profile' => 'Herin Detailê Profîl', + 'go_user' => 'Herin Berfirehiya Bikarhêner', + 'personal' => 'Şexsî', + 'corporate' => 'Pargîdanî', + 'export' => 'Eksport', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', +]; From 588eec259a9fbd9aed4cc6c98d71edaf596cc0c2 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:16 +0300 Subject: [PATCH 020/152] New translations button.php (Kurdish) --- .../base-theme/resources/lang/ku/button.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 addons/default/visiosoft/base-theme/resources/lang/ku/button.php diff --git a/addons/default/visiosoft/base-theme/resources/lang/ku/button.php b/addons/default/visiosoft/base-theme/resources/lang/ku/button.php new file mode 100644 index 000000000..f711419d7 --- /dev/null +++ b/addons/default/visiosoft/base-theme/resources/lang/ku/button.php @@ -0,0 +1,15 @@ + [ + 'name' => 'Post Ad', + ], + 'login' => 'Têkevin', + 'register' => 'Fêhrist', + 'continue' => 'Berdewamkirin', + 'reset_password' => 'Reset Passwordîfreyê', + 'email' => 'E-nameyê bişînin', + 'phone' => 'Telefon', + 'show_all' => 'Hemî nîşan bide', + 'hide_all' => 'Hide All', +]; \ No newline at end of file From 188f1818426254b07c6805e96a215e9089b3d402 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:18 +0300 Subject: [PATCH 021/152] New translations stream.php (Korean) --- .../visiosoft/profile-module/resources/lang/ko/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ko/stream.php b/addons/default/visiosoft/profile-module/resources/lang/ko/stream.php index b87ecc28b..4c20bedae 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ko/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ko/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => '주소', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From 0c105b3fca5a7c3a2f6019202c1e972884b5894b Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:20 +0300 Subject: [PATCH 022/152] New translations section.php (Korean) --- .../visiosoft/profile-module/resources/lang/ko/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ko/section.php b/addons/default/visiosoft/profile-module/resources/lang/ko/section.php index 3aad698e3..b71e95cdd 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ko/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ko/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => '일반 설정', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From 3bdeb3be5bbfc02e309704ce741906ec81187a2a Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:22 +0300 Subject: [PATCH 023/152] New translations permission.php (Korean) --- .../resources/lang/ko/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ko/permission.php b/addons/default/visiosoft/profile-module/resources/lang/ko/permission.php index fcd9ced0e..3d1e31fdb 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ko/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ko/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => '주소를 삭제할 수 있습니까?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From 70175a67f0f26dcd8cad2c219daf4189a0b59712 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:24 +0300 Subject: [PATCH 024/152] New translations field.php (Korean) --- .../profile-module/resources/lang/ko/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ko/field.php b/addons/default/visiosoft/profile-module/resources/lang/ko/field.php index 446a66767..0c5c653d6 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ko/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ko/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => '생신' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => '교육' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => '사용자' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -375,6 +384,9 @@ return [ 'password' => [ 'name' => '암호', ], + 'old_password' => [ + 'name' => '기존 비밀번호', + ], 'new_password' => [ 'name' => '새 비밀번호', ], @@ -467,4 +479,8 @@ return [ 'personal' => [ 'name' => '개인적인' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From 46253dc8f5f59c018e07d68a9dea00594dcd8dce Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:26 +0300 Subject: [PATCH 025/152] New translations button.php (Korean) --- .../visiosoft/profile-module/resources/lang/ko/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ko/button.php b/addons/default/visiosoft/profile-module/resources/lang/ko/button.php index c6eac39c8..a67113abd 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ko/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ko/button.php @@ -15,4 +15,6 @@ return [ 'personal' => '개인적인', 'corporate' => '기업', 'export' => '수출', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From f33d0fd64a2f03a8f13adc661981116f1fcf90ba Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:28 +0300 Subject: [PATCH 026/152] New translations button.php (Korean) --- addons/default/visiosoft/base-theme/resources/lang/ko/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/ko/button.php b/addons/default/visiosoft/base-theme/resources/lang/ko/button.php index 99d467012..b57ab8484 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/ko/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/ko/button.php @@ -11,4 +11,5 @@ return [ 'email' => '이메일', 'phone' => '전화', 'show_all' => '모두 표시', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From c3538b4c38b175d97a55f7a2c98fe05a20de9787 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:30 +0300 Subject: [PATCH 027/152] New translations section.php (Polish) --- .../visiosoft/profile-module/resources/lang/pl/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/pl/section.php b/addons/default/visiosoft/profile-module/resources/lang/pl/section.php index 2197e9257..5e2f29edb 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/pl/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/pl/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'Ustawienia główne', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From cfc49dd74ab00ab6aa21cee353b008269031e509 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:32 +0300 Subject: [PATCH 028/152] New translations button.php (Portuguese) --- addons/default/visiosoft/base-theme/resources/lang/pt/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/pt/button.php b/addons/default/visiosoft/base-theme/resources/lang/pt/button.php index 612ea0312..f0547a7b5 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/pt/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/pt/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'O email', 'phone' => 'telefone', 'show_all' => 'Mostre tudo', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From 6b7c292dc7b46933fde048795b470e7749d0af3d Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:34 +0300 Subject: [PATCH 029/152] New translations section.php (Japanese) --- .../visiosoft/profile-module/resources/lang/ja/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ja/section.php b/addons/default/visiosoft/profile-module/resources/lang/ja/section.php index c2070fd43..54b80ad20 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ja/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ja/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => '一般設定', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From bc445925dbcec421c6002798c199d58880a6fab0 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:36 +0300 Subject: [PATCH 030/152] New translations button.php (Albanian) --- .../visiosoft/profile-module/resources/lang/sq/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/sq/button.php b/addons/default/visiosoft/profile-module/resources/lang/sq/button.php index 652ca64fd..55d3b9f51 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/sq/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/sq/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'personal', 'corporate' => 'i korporatës', 'export' => 'Eksporto', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From 2930097c49cb51760614a063bcac92d0a7470fb5 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:37 +0300 Subject: [PATCH 031/152] New translations stream.php (Swedish) --- .../visiosoft/profile-module/resources/lang/sv/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/sv/stream.php b/addons/default/visiosoft/profile-module/resources/lang/sv/stream.php index 695d2987d..3ab9aa4ce 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/sv/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/sv/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'Adress', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From 12b16174a98b4049dfa2f5f5e6f7911cbdeddc56 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:39 +0300 Subject: [PATCH 032/152] New translations section.php (Swedish) --- .../visiosoft/profile-module/resources/lang/sv/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/sv/section.php b/addons/default/visiosoft/profile-module/resources/lang/sv/section.php index d45dcaa1f..dc3d918b9 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/sv/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/sv/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'Allmänna Inställningar', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From 3bef7b80917beb9ec8ed98fc95a152130da25617 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:41 +0300 Subject: [PATCH 033/152] New translations permission.php (Swedish) --- .../resources/lang/sv/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/sv/permission.php b/addons/default/visiosoft/profile-module/resources/lang/sv/permission.php index 7909a606d..cb415dbdb 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/sv/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/sv/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'Kan radera adress?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From d0375d548c890903e6312d0e6757ae5cb338b311 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:43 +0300 Subject: [PATCH 034/152] New translations field.php (Swedish) --- .../profile-module/resources/lang/sv/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/sv/field.php b/addons/default/visiosoft/profile-module/resources/lang/sv/field.php index 313aa92a6..b1e2de0d1 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/sv/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/sv/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'Födelsedag' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'Utbildning' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'Användare' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -375,6 +384,9 @@ return [ 'password' => [ 'name' => 'Lösenord', ], + 'old_password' => [ + 'name' => 'Gammalt lösenord', + ], 'new_password' => [ 'name' => 'Nytt lösenord', ], @@ -467,4 +479,8 @@ return [ 'personal' => [ 'name' => 'Personlig' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From 4102cd0dd7d08d0dee44db35ad0a75b1afebdf74 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:45 +0300 Subject: [PATCH 035/152] New translations button.php (Swedish) --- .../visiosoft/profile-module/resources/lang/sv/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/sv/button.php b/addons/default/visiosoft/profile-module/resources/lang/sv/button.php index 3d76a7eb6..373dac9b8 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/sv/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/sv/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'Personlig', 'corporate' => 'Företags', 'export' => 'Exportera', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From c3a5e33d1c278224c5107b8317c2fd26752d73fc Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:47 +0300 Subject: [PATCH 036/152] New translations button.php (Swedish) --- addons/default/visiosoft/base-theme/resources/lang/sv/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/sv/button.php b/addons/default/visiosoft/base-theme/resources/lang/sv/button.php index 993410a85..f0b4071f4 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/sv/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/sv/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'E-post', 'phone' => 'Telefon', 'show_all' => 'Visa allt', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From 3ccacd1c1b970e5143fe2441ab592d1633c92209 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:49 +0300 Subject: [PATCH 037/152] New translations stream.php (Albanian) --- .../visiosoft/profile-module/resources/lang/sq/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/sq/stream.php b/addons/default/visiosoft/profile-module/resources/lang/sq/stream.php index 051d0de65..66637ecbd 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/sq/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/sq/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'Adresë', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From 5070b1a1140985541e43edb3386cd5561ab6e943 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:51 +0300 Subject: [PATCH 038/152] New translations section.php (Albanian) --- .../visiosoft/profile-module/resources/lang/sq/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/sq/section.php b/addons/default/visiosoft/profile-module/resources/lang/sq/section.php index a0624474f..d583327fd 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/sq/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/sq/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'Cilësimet e përgjithshme', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From a684a1afb488b7e5b926815353414b7ac642bb72 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:53 +0300 Subject: [PATCH 039/152] New translations permission.php (Albanian) --- .../resources/lang/sq/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/sq/permission.php b/addons/default/visiosoft/profile-module/resources/lang/sq/permission.php index c4b0dfc17..491f876ab 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/sq/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/sq/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'Mund të fshini adresën?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From fdeb43b08913c258a4e8da976390432c305b3024 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:55 +0300 Subject: [PATCH 040/152] New translations field.php (Albanian) --- .../profile-module/resources/lang/sq/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/sq/field.php b/addons/default/visiosoft/profile-module/resources/lang/sq/field.php index 0c1f2f5a7..e6ce9dc62 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/sq/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/sq/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'Ditëlindja' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'Arsimi' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'Perdoruesit' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -375,6 +384,9 @@ return [ 'password' => [ 'name' => 'Fjalëkalimi', ], + 'old_password' => [ + 'name' => 'Fjalëkalimi i vjetër', + ], 'new_password' => [ 'name' => 'Fjalëkalim i ri', ], @@ -467,4 +479,8 @@ return [ 'personal' => [ 'name' => 'Personale' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From 881a5e41dfc6d1803768defb7357fe5eab7f91ab Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:57 +0300 Subject: [PATCH 041/152] New translations button.php (Albanian) --- addons/default/visiosoft/base-theme/resources/lang/sq/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/sq/button.php b/addons/default/visiosoft/base-theme/resources/lang/sq/button.php index 7101af0fd..420d4c7b0 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/sq/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/sq/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'Email', 'phone' => 'Telefon', 'show_all' => 'Shfaq të gjitha', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From a75fe72756d16c4fcab15f691f7a2ebc17dd842e Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:50:59 +0300 Subject: [PATCH 042/152] New translations button.php (Portuguese) --- .../visiosoft/profile-module/resources/lang/pt/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/pt/button.php b/addons/default/visiosoft/profile-module/resources/lang/pt/button.php index 6875db1e0..55eea485f 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/pt/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/pt/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'Pessoal', 'corporate' => 'Corporativo', 'export' => 'Exportar', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From 9e56fee9f9ce8f203a3cd57a2bf43f009d1104fd Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:01 +0300 Subject: [PATCH 043/152] New translations stream.php (Russian) --- .../visiosoft/profile-module/resources/lang/ru/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ru/stream.php b/addons/default/visiosoft/profile-module/resources/lang/ru/stream.php index 17a65c5f1..f4c83b195 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ru/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ru/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'Адрес', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From 1e55e56909dbea6a4932341524be880174efd1b0 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:03 +0300 Subject: [PATCH 044/152] New translations section.php (Russian) --- .../visiosoft/profile-module/resources/lang/ru/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ru/section.php b/addons/default/visiosoft/profile-module/resources/lang/ru/section.php index 132745217..f3348e816 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ru/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ru/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'общие настройки', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From 51d7bec55826766c06120658ce118a8a1227e13c Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:05 +0300 Subject: [PATCH 045/152] New translations permission.php (Russian) --- .../resources/lang/ru/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ru/permission.php b/addons/default/visiosoft/profile-module/resources/lang/ru/permission.php index 509ccf40a..94b9484bd 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ru/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ru/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'Можете удалить адрес?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From 9fa97b90577c1c32e511f3d4506f3ee3ad77d3c8 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:07 +0300 Subject: [PATCH 046/152] New translations field.php (Russian) --- .../profile-module/resources/lang/ru/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ru/field.php b/addons/default/visiosoft/profile-module/resources/lang/ru/field.php index ef5fc602d..a62607c84 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ru/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ru/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'День рождения' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'Образование' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'пользователь' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -376,6 +385,9 @@ return [ 'password' => [ 'name' => 'пароль', ], + 'old_password' => [ + 'name' => 'Прежний пароль', + ], 'new_password' => [ 'name' => 'Новый пароль', ], @@ -468,4 +480,8 @@ return [ 'personal' => [ 'name' => 'Личное' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From 45897f5fe0e1860ebff3ac5ae8db79b728d67123 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:09 +0300 Subject: [PATCH 047/152] New translations button.php (Russian) --- .../visiosoft/profile-module/resources/lang/ru/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ru/button.php b/addons/default/visiosoft/profile-module/resources/lang/ru/button.php index 8f0e1a92e..da86ac34d 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ru/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ru/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'личный', 'corporate' => 'Корпоративный', 'export' => 'Экспорт', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From 60fbad24ad962a166912dedc953151aba91896b9 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:11 +0300 Subject: [PATCH 048/152] New translations button.php (Russian) --- addons/default/visiosoft/base-theme/resources/lang/ru/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/ru/button.php b/addons/default/visiosoft/base-theme/resources/lang/ru/button.php index 68b50f752..e298c0562 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/ru/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/ru/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'Электронное письмо', 'phone' => 'Телефон', 'show_all' => 'Показать все', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From 6b3dc1aed43779e932530e6c81407e0bcc3ee6e5 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:13 +0300 Subject: [PATCH 049/152] New translations stream.php (Portuguese) --- .../visiosoft/profile-module/resources/lang/pt/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/pt/stream.php b/addons/default/visiosoft/profile-module/resources/lang/pt/stream.php index 85e3e8531..b395fdd42 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/pt/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/pt/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'Endereço', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From aa018b42f7bceff04374e0d0b6966f6c67370af6 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:15 +0300 Subject: [PATCH 050/152] New translations section.php (Portuguese) --- .../visiosoft/profile-module/resources/lang/pt/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/pt/section.php b/addons/default/visiosoft/profile-module/resources/lang/pt/section.php index 662440e6e..9f7ad7899 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/pt/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/pt/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'Configurações Gerais', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From 97ee252e79ab0545de228431c3427a2bdd617c94 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:17 +0300 Subject: [PATCH 051/152] New translations permission.php (Portuguese) --- .../resources/lang/pt/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/pt/permission.php b/addons/default/visiosoft/profile-module/resources/lang/pt/permission.php index c6dd7736a..58b0d82cf 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/pt/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/pt/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'Pode excluir o endereço?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From 93f6608cbd0215e2ccbfc1dbd4b18fbcbcaec230 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:19 +0300 Subject: [PATCH 052/152] New translations field.php (Portuguese) --- .../profile-module/resources/lang/pt/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/pt/field.php b/addons/default/visiosoft/profile-module/resources/lang/pt/field.php index 852e12345..952a5952a 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/pt/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/pt/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'Aniversário' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'Educação' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'Do utilizador' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -377,6 +386,9 @@ return [ 'password' => [ 'name' => 'Senha', ], + 'old_password' => [ + 'name' => 'Senha Antiga', + ], 'new_password' => [ 'name' => 'Nova senha', ], @@ -469,4 +481,8 @@ return [ 'personal' => [ 'name' => 'Pessoal' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From 75f5023c8a09f8a8fc9db1c9db57d6b9fba26cc2 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:21 +0300 Subject: [PATCH 053/152] New translations stream.php (Japanese) --- .../visiosoft/profile-module/resources/lang/ja/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ja/stream.php b/addons/default/visiosoft/profile-module/resources/lang/ja/stream.php index 2364e891f..0c3a75c8b 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ja/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ja/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => '住所', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From 0f93624d16b7c3b7230bb268eac0e999f721c08e Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:23 +0300 Subject: [PATCH 054/152] New translations permission.php (Polish) --- .../resources/lang/pl/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/pl/permission.php b/addons/default/visiosoft/profile-module/resources/lang/pl/permission.php index a56f96694..a733ee567 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/pl/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/pl/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'Czy można usunąć adres?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From 1af5ad6d74763c25a37264c2516c75d11e1092db Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:25 +0300 Subject: [PATCH 055/152] New translations permission.php (Japanese) --- .../resources/lang/ja/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ja/permission.php b/addons/default/visiosoft/profile-module/resources/lang/ja/permission.php index 02efc8c5c..bb818fa98 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ja/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ja/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'アドレスを削除できますか?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From ac1d67129fa3f07f5b8c2e1d28fbec2c09973f23 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:27 +0300 Subject: [PATCH 056/152] New translations button.php (Spanish) --- .../visiosoft/profile-module/resources/lang/es/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/es/button.php b/addons/default/visiosoft/profile-module/resources/lang/es/button.php index e088a0475..f0b2a3d59 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/es/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/es/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'Personal', 'corporate' => 'Corporativo', 'export' => 'Exportar', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From 57180e5d866f8731d22ce60beafeea9c852fcf91 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:29 +0300 Subject: [PATCH 057/152] New translations stream.php (Arabic) --- .../visiosoft/profile-module/resources/lang/ar/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ar/stream.php b/addons/default/visiosoft/profile-module/resources/lang/ar/stream.php index ed9f44149..b76c96fdb 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ar/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ar/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'عنوان', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From a3c8c1cf9aaf2a237655112c3c05d7aa643723e1 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:31 +0300 Subject: [PATCH 058/152] New translations section.php (Arabic) --- .../visiosoft/profile-module/resources/lang/ar/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ar/section.php b/addons/default/visiosoft/profile-module/resources/lang/ar/section.php index 79d77bb8d..a8cb29630 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ar/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ar/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'الاعدادات العامة', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From c04da60813725bea9a13568278e7da4aaff00c67 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:33 +0300 Subject: [PATCH 059/152] New translations permission.php (Arabic) --- .../resources/lang/ar/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ar/permission.php b/addons/default/visiosoft/profile-module/resources/lang/ar/permission.php index 23786d7fc..63fcd0cbd 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ar/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ar/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'يمكن حذف العنوان؟', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From 02e8f023591642b5a38ce46840cc5294a28b8913 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:35 +0300 Subject: [PATCH 060/152] New translations field.php (Arabic) --- .../profile-module/resources/lang/ar/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ar/field.php b/addons/default/visiosoft/profile-module/resources/lang/ar/field.php index 78ce5a6d8..78058e12a 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ar/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ar/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'عيد ميلاد' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'التعليم' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'المستعمل' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -374,6 +383,9 @@ return [ 'password' => [ 'name' => 'كلمه السر', ], + 'old_password' => [ + 'name' => 'كلمة المرور القديمة', + ], 'new_password' => [ 'name' => 'كلمة السر الجديدة', ], @@ -466,4 +478,8 @@ return [ 'personal' => [ 'name' => 'شخصي' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From cd9e8ec3f757b6d6f83027065028df46af95e7d6 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:36 +0300 Subject: [PATCH 061/152] New translations button.php (Arabic) --- .../visiosoft/profile-module/resources/lang/ar/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ar/button.php b/addons/default/visiosoft/profile-module/resources/lang/ar/button.php index 3572af540..41299fcc3 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ar/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ar/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'شخصي', 'corporate' => 'الشركات', 'export' => 'تصدير', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From bd59c15e2854a24c0b68c74504578d6a2500afd1 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:38 +0300 Subject: [PATCH 062/152] New translations button.php (Arabic) --- addons/default/visiosoft/base-theme/resources/lang/ar/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/ar/button.php b/addons/default/visiosoft/base-theme/resources/lang/ar/button.php index 80a763ac2..388544daa 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/ar/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/ar/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'البريد الإلكتروني', 'phone' => 'هاتف', 'show_all' => 'عرض الكل', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From c05a54d4257ac390ab247abea0b8946e5f8a4213 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:40 +0300 Subject: [PATCH 063/152] New translations stream.php (Spanish) --- .../visiosoft/profile-module/resources/lang/es/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/es/stream.php b/addons/default/visiosoft/profile-module/resources/lang/es/stream.php index bec3fc025..84f9fe05c 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/es/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/es/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'Dirección', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From 1453e5d4d9c28f1a581ab246ab9241ecc32decde Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:42 +0300 Subject: [PATCH 064/152] New translations section.php (Spanish) --- .../visiosoft/profile-module/resources/lang/es/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/es/section.php b/addons/default/visiosoft/profile-module/resources/lang/es/section.php index 2a5511a4c..88af6c402 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/es/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/es/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'Configuración general', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From f67a35ac14b5337c33a9aefbfc4c7a21c394e345 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:44 +0300 Subject: [PATCH 065/152] New translations permission.php (Spanish) --- .../resources/lang/es/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/es/permission.php b/addons/default/visiosoft/profile-module/resources/lang/es/permission.php index 2aae8c09b..a2c4debb2 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/es/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/es/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => '¿Se puede eliminar la dirección?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From 3e19c273c77dbc7e6f9e0d8c945d3878e519c5c9 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:46 +0300 Subject: [PATCH 066/152] New translations field.php (Spanish) --- .../profile-module/resources/lang/es/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/es/field.php b/addons/default/visiosoft/profile-module/resources/lang/es/field.php index 73423cbf2..14c799152 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/es/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/es/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'Cumpleaños' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'Educación' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'Usuario' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -377,6 +386,9 @@ return [ 'password' => [ 'name' => 'Contraseña', ], + 'old_password' => [ + 'name' => 'Contraseña anterior', + ], 'new_password' => [ 'name' => 'Nueva contraseña', ], @@ -469,4 +481,8 @@ return [ 'personal' => [ 'name' => 'Personal' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From db6f27e12daeb3eda066388775e3541c2e0819eb Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:48 +0300 Subject: [PATCH 067/152] New translations button.php (Spanish) --- addons/default/visiosoft/base-theme/resources/lang/es/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/es/button.php b/addons/default/visiosoft/base-theme/resources/lang/es/button.php index 02ef75923..21fa945cb 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/es/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/es/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'Correo electrónico', 'phone' => 'Teléfono', 'show_all' => 'Mostrar todo', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From 9dfffa51de8640e4a8ec8f531d40c51c138b019e Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:50 +0300 Subject: [PATCH 068/152] New translations button.php (German) --- .../visiosoft/profile-module/resources/lang/de/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/de/button.php b/addons/default/visiosoft/profile-module/resources/lang/de/button.php index ee5436515..b47052df8 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/de/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/de/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'persönlich', 'corporate' => 'Corporate', 'export' => 'Export', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From e75a49cc1024133974d1aaa5bf0045adc3a03bb7 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:52 +0300 Subject: [PATCH 069/152] New translations stream.php (French) --- .../visiosoft/profile-module/resources/lang/fr/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/fr/stream.php b/addons/default/visiosoft/profile-module/resources/lang/fr/stream.php index c6860c42e..329a9ea98 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/fr/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/fr/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'Une robe', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From 17b49ea50ba15616a4a2772f3895cb37d00ec8af Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:54 +0300 Subject: [PATCH 070/152] New translations section.php (French) --- .../visiosoft/profile-module/resources/lang/fr/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/fr/section.php b/addons/default/visiosoft/profile-module/resources/lang/fr/section.php index cd8f6bebd..3ce422042 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/fr/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/fr/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'réglages généraux', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From a307f9dd95db08e97a4721063bddead4d907e963 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:56 +0300 Subject: [PATCH 071/152] New translations permission.php (French) --- .../resources/lang/fr/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/fr/permission.php b/addons/default/visiosoft/profile-module/resources/lang/fr/permission.php index 45c9d5aad..f98d607ea 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/fr/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/fr/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'Peut effacer l\\'adresse?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From d2e815292d301c7e0a4e70e893b446fb0f3b3f2e Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:59 +0300 Subject: [PATCH 072/152] New translations field.php (French) --- .../profile-module/resources/lang/fr/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/fr/field.php b/addons/default/visiosoft/profile-module/resources/lang/fr/field.php index 561478c52..7255d5061 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/fr/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/fr/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'Anniversaire' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'Éducation' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'Utilisateur' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -377,6 +386,9 @@ return [ 'password' => [ 'name' => 'Mot de passe', ], + 'old_password' => [ + 'name' => 'Ancien mot de passe', + ], 'new_password' => [ 'name' => 'Nouveau mot de passe', ], @@ -469,4 +481,8 @@ return [ 'personal' => [ 'name' => 'Personnel' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From 795c3aae94ae150b793ebd8809f51ce6a61b7b67 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:00 +0300 Subject: [PATCH 073/152] New translations button.php (French) --- .../visiosoft/profile-module/resources/lang/fr/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/fr/button.php b/addons/default/visiosoft/profile-module/resources/lang/fr/button.php index 2fc879935..ba31b28c2 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/fr/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/fr/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'Personnel', 'corporate' => 'Entreprise', 'export' => 'Exportation', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From 9bc7b0e1b6eda64c0092d1e74ae77829dcffd8a2 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:03 +0300 Subject: [PATCH 074/152] New translations button.php (French) --- addons/default/visiosoft/base-theme/resources/lang/fr/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/fr/button.php b/addons/default/visiosoft/base-theme/resources/lang/fr/button.php index 97741f836..734f5094f 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/fr/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/fr/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'Email', 'phone' => 'Téléphone', 'show_all' => 'Afficher tout', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From ca3a0b32922794da98eb47fd08ef003ef1ea141a Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:05 +0300 Subject: [PATCH 075/152] New translations stream.php (Romanian) --- .../visiosoft/profile-module/resources/lang/ro/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ro/stream.php b/addons/default/visiosoft/profile-module/resources/lang/ro/stream.php index 47580451f..ae105a4ec 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ro/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ro/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'Abordare', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From 325935d214e7538f053871bf769c06db50ecf986 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:07 +0300 Subject: [PATCH 076/152] New translations section.php (Romanian) --- .../visiosoft/profile-module/resources/lang/ro/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ro/section.php b/addons/default/visiosoft/profile-module/resources/lang/ro/section.php index 168aff6e4..913b858f4 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ro/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ro/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'setari generale', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From e3e1ad181497c55a3e91d5beb83897858229f2de Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:08 +0300 Subject: [PATCH 077/152] New translations permission.php (Romanian) --- .../resources/lang/ro/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ro/permission.php b/addons/default/visiosoft/profile-module/resources/lang/ro/permission.php index 057d30ca8..bf7c5456e 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ro/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ro/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'Se poate șterge adresa?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From e2bd9749ed5bc04036342fca1baea5878749e5da Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:10 +0300 Subject: [PATCH 078/152] New translations field.php (Japanese) --- .../profile-module/resources/lang/ja/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ja/field.php b/addons/default/visiosoft/profile-module/resources/lang/ja/field.php index aeb51d9f1..567c52b36 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ja/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ja/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'お誕生日' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => '教育' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'ユーザー' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -375,6 +384,9 @@ return [ 'password' => [ 'name' => 'パスワード', ], + 'old_password' => [ + 'name' => '以前のパスワード', + ], 'new_password' => [ 'name' => '新しいパスワード', ], @@ -467,4 +479,8 @@ return [ 'personal' => [ 'name' => '個人' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From 4d241a2daae828fe78eea7559c776edaa99594ee Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:12 +0300 Subject: [PATCH 079/152] New translations button.php (German) --- addons/default/visiosoft/base-theme/resources/lang/de/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/de/button.php b/addons/default/visiosoft/base-theme/resources/lang/de/button.php index 7448da225..603b20145 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/de/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/de/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'Email', 'phone' => 'Telefon', 'show_all' => 'Zeige alles', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From b0bd4b1e6003f12a97c8629cd68bb9c2c47609c5 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:14 +0300 Subject: [PATCH 080/152] New translations field.php (Romanian) --- .../profile-module/resources/lang/ro/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ro/field.php b/addons/default/visiosoft/profile-module/resources/lang/ro/field.php index f6e1960e6..8125635b5 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ro/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ro/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'Zi de nastere' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'Educaţie' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'Utilizator' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -375,6 +384,9 @@ return [ 'password' => [ 'name' => 'Parola', ], + 'old_password' => [ + 'name' => 'Parola veche', + ], 'new_password' => [ 'name' => 'Parolă Nouă', ], @@ -467,4 +479,8 @@ return [ 'personal' => [ 'name' => 'Personal' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From ded3c4f589e87aab53e13708697f14e098aa7094 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:16 +0300 Subject: [PATCH 081/152] New translations field.php (German) --- .../profile-module/resources/lang/de/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/de/field.php b/addons/default/visiosoft/profile-module/resources/lang/de/field.php index 324931ccc..9a4f39ee9 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/de/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/de/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'Geburtstag' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'Bildung' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'Nutzer' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -380,6 +389,9 @@ return [ 'password' => [ 'name' => 'Passwort', ], + 'old_password' => [ + 'name' => 'Altes Passwort', + ], 'new_password' => [ 'name' => 'Neues Kennwort', ], @@ -472,4 +484,8 @@ return [ 'personal' => [ 'name' => 'persönlich' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From a481adcd204366400f84dceeada509546b66503e Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:18 +0300 Subject: [PATCH 082/152] New translations permission.php (Hebrew) --- .../resources/lang/he/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/he/permission.php b/addons/default/visiosoft/profile-module/resources/lang/he/permission.php index c501937f8..dcdd19aab 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/he/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/he/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'האם ניתן למחוק כתובת?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From 59051da3836883c3c0f95ca03d5e759c9c73e424 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:20 +0300 Subject: [PATCH 083/152] New translations permission.php (German) --- .../resources/lang/de/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/de/permission.php b/addons/default/visiosoft/profile-module/resources/lang/de/permission.php index db2c0fb91..d6534f897 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/de/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/de/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'Kann Adresse löschen?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From 7f5adc229e07fcb17efdc515233446bfb0b1a7a9 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:22 +0300 Subject: [PATCH 084/152] New translations button.php (Japanese) --- addons/default/visiosoft/base-theme/resources/lang/ja/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/ja/button.php b/addons/default/visiosoft/base-theme/resources/lang/ja/button.php index 744fbf811..6addf89ac 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/ja/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/ja/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'Eメール', 'phone' => '電話', 'show_all' => 'すべて表示する', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From c9d6e9327e15ba773f8a8929fdbac72ed0472166 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:24 +0300 Subject: [PATCH 085/152] New translations stream.php (Italian) --- .../visiosoft/profile-module/resources/lang/it/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/it/stream.php b/addons/default/visiosoft/profile-module/resources/lang/it/stream.php index 7571a5774..6c74ba513 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/it/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/it/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'Un vestito', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From 6574865283ba3ff6d3a3501b13d630b75bb024b4 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:26 +0300 Subject: [PATCH 086/152] New translations section.php (Italian) --- .../visiosoft/profile-module/resources/lang/it/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/it/section.php b/addons/default/visiosoft/profile-module/resources/lang/it/section.php index c7f476e6f..eab2105c3 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/it/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/it/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'impostazioni generali', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From adf395cb5dc34b40438a000a17838991f67fb721 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:28 +0300 Subject: [PATCH 087/152] New translations permission.php (Italian) --- .../resources/lang/it/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/it/permission.php b/addons/default/visiosoft/profile-module/resources/lang/it/permission.php index 3b4c22131..88922b0fe 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/it/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/it/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'È possibile eliminare l\\'indirizzo?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From 72928e36968a248f1a59c21f8c26ab7f22a9becb Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:30 +0300 Subject: [PATCH 088/152] New translations field.php (Italian) --- .../profile-module/resources/lang/it/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/it/field.php b/addons/default/visiosoft/profile-module/resources/lang/it/field.php index d2c6da50d..2bb5d8947 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/it/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/it/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'Compleanno' ], + 'facebook_address' => [ + 'name' => 'Indirizzo di Facebook' + ], + 'google_address' => [ + 'name' => 'Indirizzo Google' + ], 'education' => [ 'name' => 'Formazione scolastica' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'Utente' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -377,6 +386,9 @@ return [ 'password' => [ 'name' => 'Parola d\'ordine', ], + 'old_password' => [ + 'name' => 'Vecchia password', + ], 'new_password' => [ 'name' => 'Nuova password', ], @@ -469,4 +481,8 @@ return [ 'personal' => [ 'name' => 'Personale' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From 3df271f571ebb47b767abef5e09d9c978ce5e9bd Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:32 +0300 Subject: [PATCH 089/152] New translations button.php (Italian) --- .../visiosoft/profile-module/resources/lang/it/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/it/button.php b/addons/default/visiosoft/profile-module/resources/lang/it/button.php index 12ffba620..0df840bd0 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/it/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/it/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'Personale', 'corporate' => 'Corporate', 'export' => 'Esportare', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From 1f32a89eea7b18f69a605caf20154573b4d7150f Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:34 +0300 Subject: [PATCH 090/152] New translations button.php (Italian) --- addons/default/visiosoft/base-theme/resources/lang/it/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/it/button.php b/addons/default/visiosoft/base-theme/resources/lang/it/button.php index b4c7b4754..5d5456772 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/it/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/it/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'E-mail', 'phone' => 'Telefono', 'show_all' => 'Mostra tutto', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From d2946e94f02e3e15b02146b8722689378fc8595c Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:36 +0300 Subject: [PATCH 091/152] New translations stream.php (Hebrew) --- .../visiosoft/profile-module/resources/lang/he/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/he/stream.php b/addons/default/visiosoft/profile-module/resources/lang/he/stream.php index e27f72c40..2cd41adde 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/he/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/he/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'כתובת', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From 8b645639dab0dd63d34720227f5a975c0bab55f4 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:38 +0300 Subject: [PATCH 092/152] New translations section.php (Hebrew) --- .../visiosoft/profile-module/resources/lang/he/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/he/section.php b/addons/default/visiosoft/profile-module/resources/lang/he/section.php index bc1dcadb2..5950f6d74 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/he/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/he/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'הגדרות כלליות', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From 0550eccbdd3cf4ea206a86a89253f2c741aae888 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:41 +0300 Subject: [PATCH 093/152] New translations button.php (Japanese) --- .../visiosoft/profile-module/resources/lang/ja/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ja/button.php b/addons/default/visiosoft/profile-module/resources/lang/ja/button.php index 1a67809a7..e5f0a169d 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ja/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ja/button.php @@ -15,4 +15,6 @@ return [ 'personal' => '個人的な', 'corporate' => 'コーポレート', 'export' => '書き出す', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From 7706f0d74c342d39ab242f375db095fbe3fb5c0b Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:43 +0300 Subject: [PATCH 094/152] New translations field.php (Hebrew) --- .../profile-module/resources/lang/he/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/he/field.php b/addons/default/visiosoft/profile-module/resources/lang/he/field.php index a10bc17d6..932ae3d01 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/he/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/he/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'יום הולדת' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'חינוך' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'משתמש' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -375,6 +384,9 @@ return [ 'password' => [ 'name' => 'סיסמה', ], + 'old_password' => [ + 'name' => 'סיסמה ישנה', + ], 'new_password' => [ 'name' => 'סיסמה חדשה', ], @@ -467,4 +479,8 @@ return [ 'personal' => [ 'name' => 'אישי' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From 859fba8133990c7b8b8f20b29852c6bc860699f8 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:45 +0300 Subject: [PATCH 095/152] New translations button.php (Greek) --- .../visiosoft/profile-module/resources/lang/el/button.php | 2 ++ 1 file changed, 2 insertions(+) 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 1ca2c3e0b..59ba1c76a 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/el/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/el/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'Προσωπικός', 'corporate' => 'Εταιρικός', 'export' => 'Εξαγωγή', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From f5f99f3904d64d2a2a810e9e6abbefd2e7c560aa Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:47 +0300 Subject: [PATCH 096/152] New translations button.php (Hebrew) --- .../visiosoft/profile-module/resources/lang/he/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/he/button.php b/addons/default/visiosoft/profile-module/resources/lang/he/button.php index 757cc1cd0..aeb3fa536 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/he/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/he/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'אישי', 'corporate' => 'תאגידי', 'export' => 'יְצוּא', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From 4f03d0d3c22fa6d40ef1eee45597f76f1083934d Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:48 +0300 Subject: [PATCH 097/152] New translations stream.php (German) --- .../visiosoft/profile-module/resources/lang/de/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/de/stream.php b/addons/default/visiosoft/profile-module/resources/lang/de/stream.php index 4a577a02b..ce288e3ef 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/de/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/de/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'Anschrift', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From aff3f235c5cfd8ec3a7de9b4d272f5120fa69c68 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:50 +0300 Subject: [PATCH 098/152] New translations button.php (Greek) --- addons/default/visiosoft/base-theme/resources/lang/el/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/el/button.php b/addons/default/visiosoft/base-theme/resources/lang/el/button.php index 0f1a4bccd..7a76e9873 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/el/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/el/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ', 'phone' => 'Τηλέφωνο', 'show_all' => 'Προβολή όλων', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From ee39aa9304f9244f2c0a626396d0465290ab5c20 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:52 +0300 Subject: [PATCH 099/152] New translations section.php (German) --- .../visiosoft/profile-module/resources/lang/de/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/de/section.php b/addons/default/visiosoft/profile-module/resources/lang/de/section.php index 81a0ba7fc..3b3f20ea5 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/de/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/de/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'Allgemeine Einstellungen', 'recaptcha' => 'reCaptcha', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From afd8f2a3a05075d91efb8085a4027f687deef760 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:54 +0300 Subject: [PATCH 100/152] New translations field.php (Greek) --- .../profile-module/resources/lang/el/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/el/field.php b/addons/default/visiosoft/profile-module/resources/lang/el/field.php index 44b9e3e74..813644528 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/el/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/el/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'Γενέθλια' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'Εκπαίδευση' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'Χρήστης' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -377,6 +386,9 @@ return [ 'password' => [ 'name' => 'Κωδικός πρόσβασης', ], + 'old_password' => [ + 'name' => 'ΠΑΛΙΟΣ ΚΩΔΙΚΟΣ', + ], 'new_password' => [ 'name' => 'Νέος κωδικός πρόσβασης', ], @@ -469,4 +481,8 @@ return [ 'personal' => [ 'name' => 'Προσωπικός' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From 0c144834eca8f03529872f6eea6f8b25e9a267a1 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:56 +0300 Subject: [PATCH 101/152] New translations permission.php (Greek) --- .../resources/lang/el/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/el/permission.php b/addons/default/visiosoft/profile-module/resources/lang/el/permission.php index a5686d90d..310db69ff 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/el/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/el/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'Μπορεί να διαγράψει τη διεύθυνση;', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From e2384f40277c005246b9221dfd6e11ae789a65d8 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:52:58 +0300 Subject: [PATCH 102/152] New translations section.php (Greek) --- .../visiosoft/profile-module/resources/lang/el/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/el/section.php b/addons/default/visiosoft/profile-module/resources/lang/el/section.php index 855b66a8f..f00736a85 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/el/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/el/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'Γενικές Ρυθμίσεις', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From 540e6646bbdd66232702495adfa8e9840ee233cd Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:00 +0300 Subject: [PATCH 103/152] New translations stream.php (Greek) --- .../visiosoft/profile-module/resources/lang/el/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/el/stream.php b/addons/default/visiosoft/profile-module/resources/lang/el/stream.php index 2e0b73571..11d60b9d6 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/el/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/el/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'Διεύθυνση', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From a9ba8ed7c01d2e057c1a2bb602e5c437000939f1 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:02 +0300 Subject: [PATCH 104/152] New translations button.php (Hebrew) --- addons/default/visiosoft/base-theme/resources/lang/he/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/he/button.php b/addons/default/visiosoft/base-theme/resources/lang/he/button.php index 25bf86fcb..f317acbdc 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/he/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/he/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'אימייל', 'phone' => 'טלפון', 'show_all' => 'תראה הכול', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From c057a68b50c5e36b2753be07d25e790558eb3970 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:04 +0300 Subject: [PATCH 105/152] New translations stream.php (Bengali) --- .../visiosoft/profile-module/resources/lang/bn/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/bn/stream.php b/addons/default/visiosoft/profile-module/resources/lang/bn/stream.php index 440c4bc5d..9179279a8 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/bn/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/bn/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'ঠিকানা', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From 37ca62616b0f9990aef7c0884a360fa1ce82f186 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:06 +0300 Subject: [PATCH 106/152] New translations permission.php (Persian) --- .../resources/lang/fa/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/fa/permission.php b/addons/default/visiosoft/profile-module/resources/lang/fa/permission.php index aebfb5a91..085cb07e0 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/fa/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/fa/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'می توانید آدرس را حذف کنید؟', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From bdaada3e7722ec00442b8f384288024d759b23ab Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:08 +0300 Subject: [PATCH 107/152] New translations section.php (Persian) --- .../visiosoft/profile-module/resources/lang/fa/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/fa/section.php b/addons/default/visiosoft/profile-module/resources/lang/fa/section.php index 683ef9e58..0866e0181 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/fa/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/fa/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'تنظیمات عمومی', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From 99223d437c323a7f895a78f36a4e790c07b93539 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:10 +0300 Subject: [PATCH 108/152] New translations stream.php (Persian) --- .../visiosoft/profile-module/resources/lang/fa/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/fa/stream.php b/addons/default/visiosoft/profile-module/resources/lang/fa/stream.php index 07fdd548f..988317fb1 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/fa/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/fa/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'آدرس', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From 70624527ae82e18b7732ecdfaf2e8119d527e0e2 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:12 +0300 Subject: [PATCH 109/152] New translations button.php (Bengali) --- addons/default/visiosoft/base-theme/resources/lang/bn/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/bn/button.php b/addons/default/visiosoft/base-theme/resources/lang/bn/button.php index 696e27d0f..51b944f33 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/bn/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/bn/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'ইমেইল', 'phone' => 'ফোন', 'show_all' => 'সব দেখাও', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From b1802dba237d535a46916530fbf96457abfa1e80 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:15 +0300 Subject: [PATCH 110/152] New translations button.php (Bengali) --- .../visiosoft/profile-module/resources/lang/bn/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/bn/button.php b/addons/default/visiosoft/profile-module/resources/lang/bn/button.php index aa4f6e333..97955f087 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/bn/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/bn/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'ব্যক্তিগত', 'corporate' => 'কর্পোরেট', 'export' => 'রফতানি', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From 82fe05da1686a7bd502c8d0bd46e5f8b791e13b2 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:17 +0300 Subject: [PATCH 111/152] New translations field.php (Bengali) --- .../profile-module/resources/lang/bn/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/bn/field.php b/addons/default/visiosoft/profile-module/resources/lang/bn/field.php index 76eb84b02..707b1b175 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/bn/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/bn/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'জন্মদিন' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'শিক্ষা' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'ব্যবহারকারী' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -375,6 +384,9 @@ return [ 'password' => [ 'name' => 'পাসওয়ার্ড', ], + 'old_password' => [ + 'name' => 'পুরানো পাসওয়ার্ড', + ], 'new_password' => [ 'name' => 'নতুন পাসওয়ার্ড', ], @@ -467,4 +479,8 @@ return [ 'personal' => [ 'name' => 'ব্যক্তিগত' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From 29c49f466be91783599cce31081b077b80f36e95 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:18 +0300 Subject: [PATCH 112/152] New translations permission.php (Bengali) --- .../resources/lang/bn/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/bn/permission.php b/addons/default/visiosoft/profile-module/resources/lang/bn/permission.php index 9a8f85dc1..043e46b3a 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/bn/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/bn/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'ঠিকানা মুছতে পারেন?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From 95daec696c8d9582cf6b4748d3d0d0f6c4d02636 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:21 +0300 Subject: [PATCH 113/152] New translations section.php (Bengali) --- .../visiosoft/profile-module/resources/lang/bn/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/bn/section.php b/addons/default/visiosoft/profile-module/resources/lang/bn/section.php index 28fb35023..6405fbe44 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/bn/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/bn/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'সাধারণ সেটিংস', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From 5ba36af2adfccb6ca755ef311d683e0733371db3 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:23 +0300 Subject: [PATCH 114/152] New translations field.php (Persian) --- .../profile-module/resources/lang/fa/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/fa/field.php b/addons/default/visiosoft/profile-module/resources/lang/fa/field.php index 259fb9ff7..3a72dfad8 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/fa/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/fa/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'روز تولد' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'تحصیلات' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'کاربر' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -374,6 +383,9 @@ return [ 'password' => [ 'name' => 'کلمه عبور', ], + 'old_password' => [ + 'name' => 'رمز عبور قدیمی', + ], 'new_password' => [ 'name' => 'رمز عبور جدید', ], @@ -466,4 +478,8 @@ return [ 'personal' => [ 'name' => 'شخصی' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From 18da67f2b4393901b95e4b28986d98af3fd44566 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:25 +0300 Subject: [PATCH 115/152] New translations section.php (Azerbaijani) --- .../visiosoft/profile-module/resources/lang/az/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/az/section.php b/addons/default/visiosoft/profile-module/resources/lang/az/section.php index 983000bd7..93f30d567 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/az/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/az/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'Ümumi Ayarlar', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From 34963b0176247e7007009b24778ba7254aa2f12a Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:26 +0300 Subject: [PATCH 116/152] New translations button.php (Azerbaijani) --- addons/default/visiosoft/base-theme/resources/lang/az/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/az/button.php b/addons/default/visiosoft/base-theme/resources/lang/az/button.php index 3fc99faad..90ec2186c 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/az/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/az/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'Elektron poçt', 'phone' => 'Telefon', 'show_all' => 'Hamısını göstər', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From f0225ff5991bf55ec1d32383df42cc2361106f8f Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:28 +0300 Subject: [PATCH 117/152] New translations button.php (Azerbaijani) --- .../visiosoft/profile-module/resources/lang/az/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/az/button.php b/addons/default/visiosoft/profile-module/resources/lang/az/button.php index c95bbdb80..14acb86eb 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/az/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/az/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'Şəxsi', 'corporate' => 'Korporativ', 'export' => 'İxrac', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From 19667330672467ed0df717648d6763d4a4282348 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:30 +0300 Subject: [PATCH 118/152] New translations field.php (Azerbaijani) --- .../profile-module/resources/lang/az/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/az/field.php b/addons/default/visiosoft/profile-module/resources/lang/az/field.php index e63eb3087..b57a768bb 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/az/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/az/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'Ad günü' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'Təhsil' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'İstifadəçi' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -375,6 +384,9 @@ return [ 'password' => [ 'name' => 'Şifrə', ], + 'old_password' => [ + 'name' => 'Köhnə Şifrə', + ], 'new_password' => [ 'name' => 'Yeni şifrə', ], @@ -467,4 +479,8 @@ return [ 'personal' => [ 'name' => 'Şəxsi' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From c79d008dba038bde0f9c87a69d8fd6183997fa40 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:33 +0300 Subject: [PATCH 119/152] New translations permission.php (Azerbaijani) --- .../resources/lang/az/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/az/permission.php b/addons/default/visiosoft/profile-module/resources/lang/az/permission.php index f859fd855..938840c98 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/az/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/az/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'Ünvanı silə bilərsiniz?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From 501e308c1f28e1b1787302dea352812f675a78f2 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:34 +0300 Subject: [PATCH 120/152] New translations stream.php (Azerbaijani) --- .../visiosoft/profile-module/resources/lang/az/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/az/stream.php b/addons/default/visiosoft/profile-module/resources/lang/az/stream.php index e0de6f634..e40bc1f80 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/az/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/az/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'Ünvan', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From d84c44d1e9e5a6c9e6862fe5d3ed20c9e8c4f775 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:36 +0300 Subject: [PATCH 121/152] New translations button.php (Hindi) --- addons/default/visiosoft/base-theme/resources/lang/hi/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/hi/button.php b/addons/default/visiosoft/base-theme/resources/lang/hi/button.php index 3725bc8c3..9948d0edc 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/hi/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/hi/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'ईमेल', 'phone' => 'फ़ोन', 'show_all' => 'सब दिखाओ', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From 04a9bbf154e26d8b3accb15993d35e6589a2f9de Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:38 +0300 Subject: [PATCH 122/152] New translations button.php (Hindi) --- .../visiosoft/profile-module/resources/lang/hi/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/hi/button.php b/addons/default/visiosoft/profile-module/resources/lang/hi/button.php index bc6f1e8f7..bad7272b1 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/hi/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/hi/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'निजी', 'corporate' => 'कॉर्पोरेट', 'export' => 'निर्यात', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From 1d5ddf1ff52f419915a5c31f94176cffc8d4af9a Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:40 +0300 Subject: [PATCH 123/152] New translations field.php (Hindi) --- .../profile-module/resources/lang/hi/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/hi/field.php b/addons/default/visiosoft/profile-module/resources/lang/hi/field.php index 74c82f8c6..9725adfe8 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/hi/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/hi/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'जन्मदिन' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'शिक्षा' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'उपयोगकर्ता' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -375,6 +384,9 @@ return [ 'password' => [ 'name' => 'कुंजिका', ], + 'old_password' => [ + 'name' => 'पुराना पासवर्ड', + ], 'new_password' => [ 'name' => 'नया पासवर्ड', ], @@ -467,4 +479,8 @@ return [ 'personal' => [ 'name' => 'निजी' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From d815d81dfc0a3404000ec6735cbc3c1e0aea2eb1 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:42 +0300 Subject: [PATCH 124/152] New translations permission.php (Hindi) --- .../resources/lang/hi/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/hi/permission.php b/addons/default/visiosoft/profile-module/resources/lang/hi/permission.php index d70eaa868..88a15d69b 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/hi/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/hi/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'हटा सकते हैं एड्रेस?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From c85db7af531dab505bbdc904e43ecf8d8069957a Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:43 +0300 Subject: [PATCH 125/152] New translations section.php (Hindi) --- .../visiosoft/profile-module/resources/lang/hi/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/hi/section.php b/addons/default/visiosoft/profile-module/resources/lang/hi/section.php index 0f0d9a95e..707a5181c 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/hi/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/hi/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'सामान्य सेटिंग्स', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From 38b68d0af990dbe529cc51a2c87fd8a5e7641088 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:46 +0300 Subject: [PATCH 126/152] New translations button.php (Persian) --- addons/default/visiosoft/base-theme/resources/lang/fa/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/fa/button.php b/addons/default/visiosoft/base-theme/resources/lang/fa/button.php index 87d6b35e0..7e6045ba8 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/fa/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/fa/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'پست الکترونیک', 'phone' => 'تلفن', 'show_all' => 'نمایش همه', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From 85d7a1051766bb0da66f0915a483b2e65f03a4d2 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:47 +0300 Subject: [PATCH 127/152] New translations button.php (Persian) --- .../visiosoft/profile-module/resources/lang/fa/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/fa/button.php b/addons/default/visiosoft/profile-module/resources/lang/fa/button.php index 224dc4f24..347e8b5b6 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/fa/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/fa/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'شخصی', 'corporate' => 'شرکت های بزرگ، دارای شخصیت حقوقی', 'export' => 'صادرات', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From d567bcbcb64d400ee6e0f552b6824eb4ea1b665e Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:49 +0300 Subject: [PATCH 128/152] New translations button.php (Urdu (Pakistan)) --- addons/default/visiosoft/base-theme/resources/lang/ur/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/ur/button.php b/addons/default/visiosoft/base-theme/resources/lang/ur/button.php index 4b30b9357..4d28a9c45 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/ur/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/ur/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'ای میل', 'phone' => 'فون', 'show_all' => 'سارے دکھاو', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From 91a8dcaf8a2c8ce9df245a95a266e267f2374c92 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:51 +0300 Subject: [PATCH 129/152] New translations stream.php (Vietnamese) --- .../visiosoft/profile-module/resources/lang/vi/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/vi/stream.php b/addons/default/visiosoft/profile-module/resources/lang/vi/stream.php index 1df8b2c68..5cfa278a3 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/vi/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/vi/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'Địa chỉ', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From 0e38c51b5afd7d25690659ef0e34ae808729fdb9 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:53 +0300 Subject: [PATCH 130/152] New translations permission.php (Ukrainian) --- .../resources/lang/uk/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/uk/permission.php b/addons/default/visiosoft/profile-module/resources/lang/uk/permission.php index 3602d4488..6f7738d00 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/uk/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/uk/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'Чи можна видалити адресу?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From fdbcaac29e2a2aa9958b5cbd1526f7ac2603fe85 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:55 +0300 Subject: [PATCH 131/152] New translations button.php (Turkish) --- .../visiosoft/base-theme/resources/lang/tr/button.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/addons/default/visiosoft/base-theme/resources/lang/tr/button.php b/addons/default/visiosoft/base-theme/resources/lang/tr/button.php index 309dbb297..15586dc4e 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/tr/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/tr/button.php @@ -2,13 +2,14 @@ return [ 'post_ad' => [ - 'name' => 'Ücretsiz İlan Ver', + 'name' => 'İlan Ver', ], 'login' => 'Giriş Yap', 'register' => 'Üye Ol', - 'continue' => 'Devam', + 'continue' => 'Devam Et', 'reset_password' => 'Şifremi Güncelle', 'email' => 'E-posta', 'phone' => 'Telefon', 'show_all' => 'Hepsini Göster ↓', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From 50ad0a4718869a3460117ef887a579072fefada3 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:57 +0300 Subject: [PATCH 132/152] New translations button.php (Turkish) --- .../visiosoft/profile-module/resources/lang/tr/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/tr/button.php b/addons/default/visiosoft/profile-module/resources/lang/tr/button.php index ce96f559a..4339cf225 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/tr/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/tr/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'Kişisel', 'corporate' => 'Kurumsal', 'export' => 'Dışa aktar', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From 370a81dd434113796ebf5f1a05faa8a702a4637b Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:53:59 +0300 Subject: [PATCH 133/152] New translations field.php (Turkish) --- .../visiosoft/profile-module/resources/lang/tr/field.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/tr/field.php b/addons/default/visiosoft/profile-module/resources/lang/tr/field.php index 5cbda3ca5..a64888bf3 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/tr/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/tr/field.php @@ -121,6 +121,9 @@ return [ 'user' => [ 'name' => 'Kullanıcı' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -475,4 +478,8 @@ return [ 'personal' => [ 'name' => 'Bireysel' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From 1803518d1af5fe18ae7be9af9de54afdade14dd4 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:01 +0300 Subject: [PATCH 134/152] New translations permission.php (Turkish) --- .../resources/lang/tr/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/tr/permission.php b/addons/default/visiosoft/profile-module/resources/lang/tr/permission.php index 5b6145c8d..bcaf6f9c4 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/tr/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/tr/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'Adresi silebilir misiniz?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From 4e55af2ead5f0356471c73fbe62caa3929ef2b6f Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:03 +0300 Subject: [PATCH 135/152] New translations section.php (Turkish) --- .../visiosoft/profile-module/resources/lang/tr/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/tr/section.php b/addons/default/visiosoft/profile-module/resources/lang/tr/section.php index 5012f89f3..23f76236f 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/tr/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/tr/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'Genel Ayarlar', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From c21ec5ee1bb5ced18af1dfabae767ee84a98713a Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:05 +0300 Subject: [PATCH 136/152] New translations stream.php (Turkish) --- .../visiosoft/profile-module/resources/lang/tr/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/tr/stream.php b/addons/default/visiosoft/profile-module/resources/lang/tr/stream.php index 27b04fd27..e596efeb6 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/tr/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/tr/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'Adres', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From dabd93d98c36f9a9a469cf89b15bb94dc1fcb4c3 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:07 +0300 Subject: [PATCH 137/152] New translations button.php (Ukrainian) --- addons/default/visiosoft/base-theme/resources/lang/uk/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/uk/button.php b/addons/default/visiosoft/base-theme/resources/lang/uk/button.php index 718b9965d..0d7b08f78 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/uk/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/uk/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'Електронна пошта', 'phone' => 'Телефон', 'show_all' => 'Покажи все', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From 5c5d2e2e0b6e51a1db6b5c478d04be4ed9eb5ccc Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:09 +0300 Subject: [PATCH 138/152] New translations button.php (Ukrainian) --- .../visiosoft/profile-module/resources/lang/uk/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/uk/button.php b/addons/default/visiosoft/profile-module/resources/lang/uk/button.php index 2a3ca2293..77347a995 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/uk/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/uk/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'Особисті', 'corporate' => 'Корпоративний', 'export' => 'Експорт', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From a3e2ed91d1ecf21b6a1a953f21b50c39bf3ba016 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:11 +0300 Subject: [PATCH 139/152] New translations field.php (Ukrainian) --- .../profile-module/resources/lang/uk/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/uk/field.php b/addons/default/visiosoft/profile-module/resources/lang/uk/field.php index 941ac6d4f..061c4b931 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/uk/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/uk/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'День народження' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'Освіта' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'Користувач' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -375,6 +384,9 @@ return [ 'password' => [ 'name' => 'Пароль', ], + 'old_password' => [ + 'name' => 'Старий пароль', + ], 'new_password' => [ 'name' => 'Новий пароль', ], @@ -467,4 +479,8 @@ return [ 'personal' => [ 'name' => 'Особистий' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From afc9bf04401b439f8a5d2bcbd83f87840de73382 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:13 +0300 Subject: [PATCH 140/152] New translations section.php (Ukrainian) --- .../visiosoft/profile-module/resources/lang/uk/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/uk/section.php b/addons/default/visiosoft/profile-module/resources/lang/uk/section.php index 8b9318dec..a1df7c5ba 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/uk/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/uk/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'Загальні налаштування', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From 21cf9d34eef0819f61bd7eda9ce88cdf66997d63 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:15 +0300 Subject: [PATCH 141/152] New translations section.php (Vietnamese) --- .../visiosoft/profile-module/resources/lang/vi/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/vi/section.php b/addons/default/visiosoft/profile-module/resources/lang/vi/section.php index bef940b51..ab2a4f250 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/vi/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/vi/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'Cài đặt chung', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From 80a313f5a00873d995e28f8522e40190727cd31c Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:17 +0300 Subject: [PATCH 142/152] New translations stream.php (Ukrainian) --- .../visiosoft/profile-module/resources/lang/uk/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/uk/stream.php b/addons/default/visiosoft/profile-module/resources/lang/uk/stream.php index e1a800e15..916d4e4fc 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/uk/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/uk/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'Адреса', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From 7ccd0e2dd0cd7f453754754402f1685a2535cd29 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:18 +0300 Subject: [PATCH 143/152] New translations button.php (Urdu (Pakistan)) --- .../visiosoft/profile-module/resources/lang/ur/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ur/button.php b/addons/default/visiosoft/profile-module/resources/lang/ur/button.php index af9e418b5..afe2a0ee1 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ur/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ur/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'ذاتی', 'corporate' => 'کارپوریٹ', 'export' => 'برآمد کریں', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From d23090cb2ebc9ed38e37fc07a4a787eb6900eae6 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:20 +0300 Subject: [PATCH 144/152] New translations field.php (Urdu (Pakistan)) --- .../profile-module/resources/lang/ur/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ur/field.php b/addons/default/visiosoft/profile-module/resources/lang/ur/field.php index 7aa891a81..23deb3e75 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ur/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ur/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'سالگرہ' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'تعلیم' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'صارف' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -375,6 +384,9 @@ return [ 'password' => [ 'name' => 'پاس ورڈ', ], + 'old_password' => [ + 'name' => 'پرانا پاسورڈ', + ], 'new_password' => [ 'name' => 'نیا پاس ورڈ', ], @@ -467,4 +479,8 @@ return [ 'personal' => [ 'name' => 'ذاتی' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From 4de77f552ec07b31c07c73019dc8e40ac6ca88a8 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:22 +0300 Subject: [PATCH 145/152] New translations permission.php (Urdu (Pakistan)) --- .../resources/lang/ur/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ur/permission.php b/addons/default/visiosoft/profile-module/resources/lang/ur/permission.php index 9071aab84..5701d4e64 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ur/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ur/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'ایڈریس کو حذف کرسکتے ہیں؟', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From 184c1329fb148647c02f0e060853cfc9f600cca4 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:24 +0300 Subject: [PATCH 146/152] New translations section.php (Urdu (Pakistan)) --- .../visiosoft/profile-module/resources/lang/ur/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ur/section.php b/addons/default/visiosoft/profile-module/resources/lang/ur/section.php index 0b095e950..c9c78bde7 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ur/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ur/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'عام ترتیبات', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ]; From f1ea0289294720653a09dd4cd0dff9cd66fee4d5 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:26 +0300 Subject: [PATCH 147/152] New translations stream.php (Urdu (Pakistan)) --- .../visiosoft/profile-module/resources/lang/ur/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ur/stream.php b/addons/default/visiosoft/profile-module/resources/lang/ur/stream.php index d95d65b5a..f8e81321b 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ur/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ur/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'پتہ', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ]; From 7436a43a4ba5dd614212e3671915ffd98eaf5334 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:28 +0300 Subject: [PATCH 148/152] New translations button.php (Vietnamese) --- addons/default/visiosoft/base-theme/resources/lang/vi/button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/default/visiosoft/base-theme/resources/lang/vi/button.php b/addons/default/visiosoft/base-theme/resources/lang/vi/button.php index bf07ad18c..d461c2a22 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/vi/button.php +++ b/addons/default/visiosoft/base-theme/resources/lang/vi/button.php @@ -11,4 +11,5 @@ return [ 'email' => 'E-mail', 'phone' => 'Điện thoại', 'show_all' => 'Hiển thị tất cả', + 'hide_all' => 'Hide All', ]; \ No newline at end of file From 0627cba33c8a90e90bac65473c4920a5619d643f Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:30 +0300 Subject: [PATCH 149/152] New translations button.php (Vietnamese) --- .../visiosoft/profile-module/resources/lang/vi/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/vi/button.php b/addons/default/visiosoft/profile-module/resources/lang/vi/button.php index ce6aacf5c..8562a4653 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/vi/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/vi/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'Cá nhân', 'corporate' => 'Công ty', 'export' => 'Xuất khẩu', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ]; From 87ac7ad8c5e4990c7bfd67800e80ed95a6293432 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:32 +0300 Subject: [PATCH 150/152] New translations field.php (Vietnamese) --- .../profile-module/resources/lang/vi/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/vi/field.php b/addons/default/visiosoft/profile-module/resources/lang/vi/field.php index 18e050858..abfa8dbbb 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/vi/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/vi/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'Sinh nhật' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'Giáo dục' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'Người dùng' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -375,6 +384,9 @@ return [ 'password' => [ 'name' => 'Mật khẩu', ], + 'old_password' => [ + 'name' => 'Mật khẩu cũ', + ], 'new_password' => [ 'name' => 'Mật khẩu mới', ], @@ -467,4 +479,8 @@ return [ 'personal' => [ 'name' => 'Cá nhân' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ]; From 810b99ae959e1b72976720b857552b43d9f49c9f Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:34 +0300 Subject: [PATCH 151/152] New translations permission.php (Vietnamese) --- .../resources/lang/vi/permission.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/vi/permission.php b/addons/default/visiosoft/profile-module/resources/lang/vi/permission.php index 2f01bf854..40599495d 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/vi/permission.php +++ b/addons/default/visiosoft/profile-module/resources/lang/vi/permission.php @@ -17,4 +17,20 @@ return [ 'delete' => 'Có thể xóa địa chỉ?', ], ], + 'education' => [ + 'name' => 'Education', + 'option' => [ + 'read' => 'Can read education?', + 'write' => 'Can create/edit education?', + 'delete' => 'Can delete education?', + ], + ], + 'education_part' => [ + 'name' => 'Education part', + 'option' => [ + 'read' => 'Can read education part?', + 'write' => 'Can create/edit education part?', + 'delete' => 'Can delete education part?', + ], + ], ]; From ca03929e91e0c7b948871ffdfd452f097dcc2234 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:54:36 +0300 Subject: [PATCH 152/152] New translations stream.php (Hindi) --- .../visiosoft/profile-module/resources/lang/hi/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/hi/stream.php b/addons/default/visiosoft/profile-module/resources/lang/hi/stream.php index c084fdafc..d1f309854 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/hi/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/hi/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => 'पता', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ];