From 3e0f7e5452590d29730ae7da00c21ed2470e2e95 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 11 May 2024 18:00:52 +0200 Subject: [PATCH] Rename the private switch label for more clarity --- application/language/arabic/translations_lang.php | 5 +---- application/language/bulgarian/translations_lang.php | 5 +---- application/language/catalan/translations_lang.php | 5 +---- application/language/chinese/translations_lang.php | 5 +---- application/language/croatian/translations_lang.php | 5 +---- application/language/czech/translations_lang.php | 5 +---- application/language/danish/translations_lang.php | 5 +---- application/language/dutch/translations_lang.php | 5 +---- application/language/english/translations_lang.php | 5 +---- application/language/estonian/translations_lang.php | 5 +---- application/language/finnish/translations_lang.php | 1 + application/language/french/translations_lang.php | 1 + application/language/german/translations_lang.php | 5 +---- application/language/greek/translations_lang.php | 5 +---- application/language/hebrew/translations_lang.php | 5 +---- application/language/hindi/translations_lang.php | 5 +---- application/language/hungarian/translations_lang.php | 5 +---- application/language/italian/translations_lang.php | 5 +---- application/language/japanese/translations_lang.php | 5 +---- application/language/luxembourgish/translations_lang.php | 5 +---- application/language/marathi/translations_lang.php | 5 +---- application/language/persian/translations_lang.php | 5 +---- application/language/polish/translations_lang.php | 5 +---- application/language/portuguese-br/translations_lang.php | 5 +---- application/language/portuguese/translations_lang.php | 5 +---- application/language/romanian/translations_lang.php | 5 +---- application/language/russian/translations_lang.php | 5 +---- application/language/serbian/translations_lang.php | 5 +---- application/language/slovak/translations_lang.php | 1 + application/language/spanish/translations_lang.php | 5 +---- application/language/swedish/translations_lang.php | 5 +---- application/language/thai/translations_lang.php | 5 +---- application/language/turkish/translations_lang.php | 5 +---- application/views/pages/providers.php | 2 +- application/views/pages/services.php | 2 +- 35 files changed, 35 insertions(+), 122 deletions(-) diff --git a/application/language/arabic/translations_lang.php b/application/language/arabic/translations_lang.php index a0bd3a5e..50022e9e 100755 --- a/application/language/arabic/translations_lang.php +++ b/application/language/arabic/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/bulgarian/translations_lang.php b/application/language/bulgarian/translations_lang.php index c7098328..59b56e34 100755 --- a/application/language/bulgarian/translations_lang.php +++ b/application/language/bulgarian/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/catalan/translations_lang.php b/application/language/catalan/translations_lang.php index 2442f380..cbbad7b8 100644 --- a/application/language/catalan/translations_lang.php +++ b/application/language/catalan/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/chinese/translations_lang.php b/application/language/chinese/translations_lang.php index cd7bdcab..6c1cd6c7 100755 --- a/application/language/chinese/translations_lang.php +++ b/application/language/chinese/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/croatian/translations_lang.php b/application/language/croatian/translations_lang.php index 8e8765f1..d8d32e05 100644 --- a/application/language/croatian/translations_lang.php +++ b/application/language/croatian/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/czech/translations_lang.php b/application/language/czech/translations_lang.php index 6a9f18a0..8365924d 100644 --- a/application/language/czech/translations_lang.php +++ b/application/language/czech/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/danish/translations_lang.php b/application/language/danish/translations_lang.php index 97567b04..aff427ac 100755 --- a/application/language/danish/translations_lang.php +++ b/application/language/danish/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/dutch/translations_lang.php b/application/language/dutch/translations_lang.php index 2bb51780..b810e656 100755 --- a/application/language/dutch/translations_lang.php +++ b/application/language/dutch/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/english/translations_lang.php b/application/language/english/translations_lang.php index b92e1f59..b4bee64a 100755 --- a/application/language/english/translations_lang.php +++ b/application/language/english/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/estonian/translations_lang.php b/application/language/estonian/translations_lang.php index 756d6ed3..ad868c8d 100644 --- a/application/language/estonian/translations_lang.php +++ b/application/language/estonian/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/finnish/translations_lang.php b/application/language/finnish/translations_lang.php index d0602c22..0ddcae72 100755 --- a/application/language/finnish/translations_lang.php +++ b/application/language/finnish/translations_lang.php @@ -453,4 +453,5 @@ $lang['webhook_saved'] = 'Webhook tallennettu onnistuneesti.'; $lang['webhook_deleted'] = 'Webhook poistettu onnistuneesti.'; $lang['delete_webhook'] = 'Poista Webhook'; $lang['contact_info'] = 'Yhteystiedot'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/french/translations_lang.php b/application/language/french/translations_lang.php index 71f39e3b..22f1feaf 100755 --- a/application/language/french/translations_lang.php +++ b/application/language/french/translations_lang.php @@ -453,4 +453,5 @@ $lang['webhook_saved'] = 'Webhook enregistré avec succès.'; $lang['webhook_deleted'] = 'Webhook supprimé avec succès.'; $lang['delete_webhook'] = 'Supprimer le webhook'; $lang['contact_info'] = 'Coordonnées'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/german/translations_lang.php b/application/language/german/translations_lang.php index 58fa0fc0..46d56526 100755 --- a/application/language/german/translations_lang.php +++ b/application/language/german/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/greek/translations_lang.php b/application/language/greek/translations_lang.php index 097ca11c..eb6b242d 100755 --- a/application/language/greek/translations_lang.php +++ b/application/language/greek/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/hebrew/translations_lang.php b/application/language/hebrew/translations_lang.php index e06cd11f..1ee34cc5 100644 --- a/application/language/hebrew/translations_lang.php +++ b/application/language/hebrew/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/hindi/translations_lang.php b/application/language/hindi/translations_lang.php index ceb03e45..477c7a1a 100755 --- a/application/language/hindi/translations_lang.php +++ b/application/language/hindi/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/hungarian/translations_lang.php b/application/language/hungarian/translations_lang.php index 33b21d4f..5de61b87 100755 --- a/application/language/hungarian/translations_lang.php +++ b/application/language/hungarian/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/italian/translations_lang.php b/application/language/italian/translations_lang.php index 3e259d2c..4ca0ebf7 100755 --- a/application/language/italian/translations_lang.php +++ b/application/language/italian/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/japanese/translations_lang.php b/application/language/japanese/translations_lang.php index 6bde7eb8..2c50ae13 100755 --- a/application/language/japanese/translations_lang.php +++ b/application/language/japanese/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/luxembourgish/translations_lang.php b/application/language/luxembourgish/translations_lang.php index e9ba5007..7b129db5 100755 --- a/application/language/luxembourgish/translations_lang.php +++ b/application/language/luxembourgish/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/marathi/translations_lang.php b/application/language/marathi/translations_lang.php index b78050b0..bcde8c4a 100644 --- a/application/language/marathi/translations_lang.php +++ b/application/language/marathi/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/persian/translations_lang.php b/application/language/persian/translations_lang.php index c9dd3b51..5adf9fa9 100644 --- a/application/language/persian/translations_lang.php +++ b/application/language/persian/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/polish/translations_lang.php b/application/language/polish/translations_lang.php index a17a1762..5832fdaa 100755 --- a/application/language/polish/translations_lang.php +++ b/application/language/polish/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/portuguese-br/translations_lang.php b/application/language/portuguese-br/translations_lang.php index 3097a7c5..b493d538 100755 --- a/application/language/portuguese-br/translations_lang.php +++ b/application/language/portuguese-br/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/portuguese/translations_lang.php b/application/language/portuguese/translations_lang.php index de80b7cf..e6743030 100755 --- a/application/language/portuguese/translations_lang.php +++ b/application/language/portuguese/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/romanian/translations_lang.php b/application/language/romanian/translations_lang.php index a56f3c67..07f7a210 100755 --- a/application/language/romanian/translations_lang.php +++ b/application/language/romanian/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/russian/translations_lang.php b/application/language/russian/translations_lang.php index aa53efc1..640819d1 100644 --- a/application/language/russian/translations_lang.php +++ b/application/language/russian/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/serbian/translations_lang.php b/application/language/serbian/translations_lang.php index 4fc84d83..3491e149 100644 --- a/application/language/serbian/translations_lang.php +++ b/application/language/serbian/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/slovak/translations_lang.php b/application/language/slovak/translations_lang.php index 3c155bf3..1a833008 100755 --- a/application/language/slovak/translations_lang.php +++ b/application/language/slovak/translations_lang.php @@ -453,4 +453,5 @@ $lang['webhook_saved'] = 'Webhook bol úspešne uložený.'; $lang['webhook_deleted'] = 'Webhook bol úspešne odstránený.'; $lang['delete_webhook'] = 'Odstrániť webhook'; $lang['contact_info'] = 'Kontaktné informácie'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/spanish/translations_lang.php b/application/language/spanish/translations_lang.php index ca4a4912..e11229d3 100755 --- a/application/language/spanish/translations_lang.php +++ b/application/language/spanish/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/swedish/translations_lang.php b/application/language/swedish/translations_lang.php index 44ae8b45..4171dad0 100644 --- a/application/language/swedish/translations_lang.php +++ b/application/language/swedish/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/thai/translations_lang.php b/application/language/thai/translations_lang.php index 55894c5b..67ad0841 100644 --- a/application/language/thai/translations_lang.php +++ b/application/language/thai/translations_lang.php @@ -454,8 +454,5 @@ $lang['sync_method_prompt'] = 'คุณต้องการใช้วิธ $lang['caldav_server'] = 'เซิร์ฟเวอร์ CalDAV'; $lang['caldav_connection_info_prompt'] = 'โปรดป้อนข้อมูลการเชื่อมต่อของเซิร์ฟเวอร์ CalDAV เป้าหมาย'; $lang['connect'] = 'เชื่อมต่อ'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/language/turkish/translations_lang.php b/application/language/turkish/translations_lang.php index a66d7c80..b976f435 100755 --- a/application/language/turkish/translations_lang.php +++ b/application/language/turkish/translations_lang.php @@ -453,8 +453,5 @@ $lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['delete_webhook'] = 'Delete Webhook'; $lang['contact_info'] = 'Contact Info'; -$lang['default_timezone'] = 'Default Timezone'; -$lang['default_timezone_hint'] = 'This will be the Default Timezome for new Users, new Customers and new Appointments'; -$lang['default_language'] = 'Default Language'; -$lang['default_language_hint'] = 'This will be the Default Language for new Users and new Customers'; +$lang['hide_from_public'] = 'Hide From Public'; // End diff --git a/application/views/pages/providers.php b/application/views/pages/providers.php index 3bee14a6..2aa21cc1 100755 --- a/application/views/pages/providers.php +++ b/application/views/pages/providers.php @@ -240,7 +240,7 @@
diff --git a/application/views/pages/services.php b/application/views/pages/services.php index d5625042..2799e268 100755 --- a/application/views/pages/services.php +++ b/application/views/pages/services.php @@ -150,7 +150,7 @@