From c5eafc9552881a64d50894d933a114549091ea0d Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Fri, 5 Jan 2024 16:49:23 +0100 Subject: [PATCH] Add missing translations --- application/language/arabic/translations_lang.php | 3 +++ application/language/bulgarian/translations_lang.php | 3 +++ application/language/catalan/translations_lang.php | 3 +++ application/language/chinese/translations_lang.php | 3 +++ application/language/croatian/translations_lang.php | 3 +++ application/language/czech/translations_lang.php | 3 +++ application/language/danish/translations_lang.php | 3 +++ application/language/dutch/translations_lang.php | 3 +++ application/language/english/translations_lang.php | 3 +++ application/language/estonian/translations_lang.php | 3 +++ application/language/finnish/translations_lang.php | 3 +++ application/language/french/translations_lang.php | 3 +++ application/language/german/translations_lang.php | 3 +++ application/language/greek/translations_lang.php | 3 +++ application/language/hebrew/translations_lang.php | 3 +++ application/language/hindi/translations_lang.php | 3 +++ application/language/hungarian/translations_lang.php | 3 +++ application/language/italian/translations_lang.php | 3 +++ application/language/japanese/translations_lang.php | 3 +++ application/language/luxembourgish/translations_lang.php | 3 +++ application/language/marathi/translations_lang.php | 3 +++ application/language/persian/translations_lang.php | 3 +++ application/language/polish/translations_lang.php | 3 +++ application/language/portuguese-br/translations_lang.php | 3 +++ application/language/portuguese/translations_lang.php | 3 +++ application/language/romanian/translations_lang.php | 3 +++ application/language/russian/translations_lang.php | 3 +++ application/language/serbian/translations_lang.php | 3 +++ application/language/slovak/translations_lang.php | 3 +++ application/language/spanish/translations_lang.php | 3 +++ application/language/swedish/translations_lang.php | 3 +++ application/language/turkish/translations_lang.php | 3 +++ 32 files changed, 96 insertions(+) diff --git a/application/language/arabic/translations_lang.php b/application/language/arabic/translations_lang.php index 2d473dc8..fa919fc1 100755 --- a/application/language/arabic/translations_lang.php +++ b/application/language/arabic/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/bulgarian/translations_lang.php b/application/language/bulgarian/translations_lang.php index c76cfeaf..2cd079f6 100755 --- a/application/language/bulgarian/translations_lang.php +++ b/application/language/bulgarian/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/catalan/translations_lang.php b/application/language/catalan/translations_lang.php index 6b68fe9e..ff2315ea 100644 --- a/application/language/catalan/translations_lang.php +++ b/application/language/catalan/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/chinese/translations_lang.php b/application/language/chinese/translations_lang.php index 0c2d8efe..ab76491c 100755 --- a/application/language/chinese/translations_lang.php +++ b/application/language/chinese/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/croatian/translations_lang.php b/application/language/croatian/translations_lang.php index 21244e59..b2fc177f 100644 --- a/application/language/croatian/translations_lang.php +++ b/application/language/croatian/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/czech/translations_lang.php b/application/language/czech/translations_lang.php index 30c868d4..67bee642 100644 --- a/application/language/czech/translations_lang.php +++ b/application/language/czech/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/danish/translations_lang.php b/application/language/danish/translations_lang.php index efc43a86..4588eee1 100755 --- a/application/language/danish/translations_lang.php +++ b/application/language/danish/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/dutch/translations_lang.php b/application/language/dutch/translations_lang.php index ad03ef53..c39a12fe 100755 --- a/application/language/dutch/translations_lang.php +++ b/application/language/dutch/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/english/translations_lang.php b/application/language/english/translations_lang.php index d721dffd..22f9cec8 100755 --- a/application/language/english/translations_lang.php +++ b/application/language/english/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/estonian/translations_lang.php b/application/language/estonian/translations_lang.php index 63a8d36f..5a91c4b0 100644 --- a/application/language/estonian/translations_lang.php +++ b/application/language/estonian/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/finnish/translations_lang.php b/application/language/finnish/translations_lang.php index 6ee251e8..eed35ec0 100755 --- a/application/language/finnish/translations_lang.php +++ b/application/language/finnish/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/french/translations_lang.php b/application/language/french/translations_lang.php index f7448097..b71b3575 100755 --- a/application/language/french/translations_lang.php +++ b/application/language/french/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/german/translations_lang.php b/application/language/german/translations_lang.php index 745fa458..102aaf2c 100755 --- a/application/language/german/translations_lang.php +++ b/application/language/german/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/greek/translations_lang.php b/application/language/greek/translations_lang.php index 99588172..fc3b14f6 100755 --- a/application/language/greek/translations_lang.php +++ b/application/language/greek/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/hebrew/translations_lang.php b/application/language/hebrew/translations_lang.php index fd575159..6176e465 100644 --- a/application/language/hebrew/translations_lang.php +++ b/application/language/hebrew/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/hindi/translations_lang.php b/application/language/hindi/translations_lang.php index 97df25f2..f6f6ea79 100755 --- a/application/language/hindi/translations_lang.php +++ b/application/language/hindi/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/hungarian/translations_lang.php b/application/language/hungarian/translations_lang.php index 2e79f03d..8a24068c 100755 --- a/application/language/hungarian/translations_lang.php +++ b/application/language/hungarian/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/italian/translations_lang.php b/application/language/italian/translations_lang.php index 93d6b75a..8a60a06d 100755 --- a/application/language/italian/translations_lang.php +++ b/application/language/italian/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/japanese/translations_lang.php b/application/language/japanese/translations_lang.php index 7467722d..71fa41f9 100755 --- a/application/language/japanese/translations_lang.php +++ b/application/language/japanese/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/luxembourgish/translations_lang.php b/application/language/luxembourgish/translations_lang.php index 3a2ef359..a5008281 100755 --- a/application/language/luxembourgish/translations_lang.php +++ b/application/language/luxembourgish/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/marathi/translations_lang.php b/application/language/marathi/translations_lang.php index 3a733535..9ae094be 100644 --- a/application/language/marathi/translations_lang.php +++ b/application/language/marathi/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/persian/translations_lang.php b/application/language/persian/translations_lang.php index e3e8d9df..e09e27da 100644 --- a/application/language/persian/translations_lang.php +++ b/application/language/persian/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/polish/translations_lang.php b/application/language/polish/translations_lang.php index 6579b25d..4114b9b0 100755 --- a/application/language/polish/translations_lang.php +++ b/application/language/polish/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/portuguese-br/translations_lang.php b/application/language/portuguese-br/translations_lang.php index 2a7c8c95..9f40686b 100755 --- a/application/language/portuguese-br/translations_lang.php +++ b/application/language/portuguese-br/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/portuguese/translations_lang.php b/application/language/portuguese/translations_lang.php index 26af230b..01564c11 100755 --- a/application/language/portuguese/translations_lang.php +++ b/application/language/portuguese/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/romanian/translations_lang.php b/application/language/romanian/translations_lang.php index 76499148..ea4ffaad 100755 --- a/application/language/romanian/translations_lang.php +++ b/application/language/romanian/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/russian/translations_lang.php b/application/language/russian/translations_lang.php index 51e9c291..f97095ae 100644 --- a/application/language/russian/translations_lang.php +++ b/application/language/russian/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/serbian/translations_lang.php b/application/language/serbian/translations_lang.php index e0569d02..8cbfb136 100644 --- a/application/language/serbian/translations_lang.php +++ b/application/language/serbian/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/slovak/translations_lang.php b/application/language/slovak/translations_lang.php index 7cd6b86b..96f66230 100755 --- a/application/language/slovak/translations_lang.php +++ b/application/language/slovak/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/spanish/translations_lang.php b/application/language/spanish/translations_lang.php index 30a70e75..6ee70279 100755 --- a/application/language/spanish/translations_lang.php +++ b/application/language/spanish/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/swedish/translations_lang.php b/application/language/swedish/translations_lang.php index f99f6a6b..c9af9406 100644 --- a/application/language/swedish/translations_lang.php +++ b/application/language/swedish/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End diff --git a/application/language/turkish/translations_lang.php b/application/language/turkish/translations_lang.php index 7bd07f72..e84e61e6 100755 --- a/application/language/turkish/translations_lang.php +++ b/application/language/turkish/translations_lang.php @@ -449,4 +449,7 @@ $lang['blocked_periods_hint'] = 'Define periods of time where public bookings wi $lang['custom_field'] = 'Custom Field'; $lang['custom_fields'] = 'Custom Fields'; $lang['label'] = 'Label'; +$lang['webhook_saved'] = 'Webhook saved successfully.'; +$lang['webhook_deleted'] = 'Webhook deleted successfully.'; +$lang['delete_webhook'] = 'Delete Webhook'; // End