Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default settings for language and timezone #1483

Merged
merged 7 commits into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions application/controllers/Admins.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ public function index()
'role_slug' => $role_slug,
'timezones' => $this->timezones->to_array(),
'min_password_length' => MIN_PASSWORD_LENGTH,
'default_language' => setting('default_language'),
'default_timezone' => setting('default_timezone'),
]);

html_vars([
Expand Down
2 changes: 2 additions & 0 deletions application/controllers/Booking.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ public function index()
'appointment_data' => $appointment,
'provider_data' => $provider,
'customer_data' => $customer,
'default_language' => setting('default_language'),
'default_timezone' => setting('default_timezone'),
]);

html_vars([
Expand Down
2 changes: 2 additions & 0 deletions application/controllers/Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ public function index(string $appointment_hash = '')
'secretary_providers' => $secretary_providers,
'edit_appointment' => $edit_appointment,
'customers' => $this->customers_model->get(null, 50, null, 'update_datetime DESC'),
'default_language' => setting('default_language'),
'default_timezone' => setting('default_timezone'),
]);

html_vars([
Expand Down
2 changes: 2 additions & 0 deletions application/controllers/Customers.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ public function index()
'time_format' => $time_format,
'timezones' => $this->timezones->to_array(),
'secretary_providers' => $secretary_providers,
'default_language' => setting('default_language'),
'default_timezone' => setting('default_timezone'),
]);

html_vars([
Expand Down
3 changes: 3 additions & 0 deletions application/controllers/General_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public function __construct()
$this->load->model('settings_model');

$this->load->library('accounts');
$this->load->library('timezones');
}

/**
Expand Down Expand Up @@ -62,13 +63,15 @@ public function index()
script_vars([
'user_id' => $user_id,
'role_slug' => $role_slug,
'timezones' => $this->timezones->to_array(),
'general_settings' => $this->settings_model->get(),
]);

html_vars([
'page_title' => lang('settings'),
'active_menu' => PRIV_SYSTEM_SETTINGS,
'user_display_name' => $this->accounts->get_user_display_name($user_id),
'grouped_timezones' => $this->timezones->to_grouped_array(),
'available_themes' => $available_themes,
]);

Expand Down
2 changes: 2 additions & 0 deletions application/controllers/Providers.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ public function index()
'min_password_length' => MIN_PASSWORD_LENGTH,
'timezones' => $this->timezones->to_array(),
'services' => $services,
'default_language' => setting('default_language'),
'default_timezone' => setting('default_timezone'),
]);

html_vars([
Expand Down
2 changes: 2 additions & 0 deletions application/controllers/Secretaries.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ public function index()
'timezones' => $this->timezones->to_array(),
'min_password_length' => MIN_PASSWORD_LENGTH,
'providers' => $providers,
'default_language' => setting('default_language'),
'default_timezone' => setting('default_timezone'),
]);

html_vars([
Expand Down
4 changes: 4 additions & 0 deletions application/language/arabic/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/bulgarian/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/catalan/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/chinese/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/croatian/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/czech/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/danish/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/dutch/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/english/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/estonian/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/finnish/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$lang['webhook_deleted'] = 'Webhook deleted successfully.';
$lang['delete_webhook'] = 'Delete Webhook';
$lang['contact_info'] = 'Contact Info';
$lang['default_timezone'] = 'Oletusaikavyöhyke';
$lang['default_timezone_hint'] = 'Tämä tulee uusien käyttäjien ja varausten oletusaikavyöhykkeeksi';
$lang['default_language'] = 'Oletuskieli';
$lang['default_language_hint'] = 'Tämä tulee uusien käyttäjien oletuskieleksi';
// End
4 changes: 4 additions & 0 deletions application/language/french/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/german/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/greek/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/hebrew/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/hindi/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/hungarian/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/italian/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/japanese/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/luxembourgish/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/marathi/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/persian/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/polish/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/portuguese-br/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/portuguese/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/romanian/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/russian/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/serbian/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/slovak/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/spanish/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/swedish/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/thai/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -454,4 +454,8 @@
$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';
// End
4 changes: 4 additions & 0 deletions application/language/turkish/translations_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,8 @@
$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';
// End