From 9ad660836b4d8635d040a790a19f4718efdbfc04 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 11 May 2024 19:33:45 +0200 Subject: [PATCH] Update translations for new timezone and language settings --- application/language/arabic/translations_lang.php | 4 ++++ application/language/bulgarian/translations_lang.php | 4 ++++ application/language/catalan/translations_lang.php | 4 ++++ application/language/chinese/translations_lang.php | 4 ++++ application/language/croatian/translations_lang.php | 4 ++++ application/language/czech/translations_lang.php | 4 ++++ application/language/danish/translations_lang.php | 4 ++++ application/language/dutch/translations_lang.php | 4 ++++ application/language/english/translations_lang.php | 4 ++++ application/language/estonian/translations_lang.php | 4 ++++ application/language/finnish/translations_lang.php | 4 ++++ application/language/french/translations_lang.php | 4 ++++ application/language/german/translations_lang.php | 4 ++++ application/language/greek/translations_lang.php | 4 ++++ application/language/hebrew/translations_lang.php | 4 ++++ application/language/hindi/translations_lang.php | 4 ++++ application/language/hungarian/translations_lang.php | 4 ++++ application/language/italian/translations_lang.php | 4 ++++ application/language/japanese/translations_lang.php | 4 ++++ application/language/luxembourgish/translations_lang.php | 4 ++++ application/language/marathi/translations_lang.php | 4 ++++ application/language/persian/translations_lang.php | 4 ++++ application/language/polish/translations_lang.php | 4 ++++ application/language/portuguese-br/translations_lang.php | 4 ++++ application/language/portuguese/translations_lang.php | 4 ++++ application/language/romanian/translations_lang.php | 4 ++++ application/language/russian/translations_lang.php | 4 ++++ application/language/serbian/translations_lang.php | 4 ++++ application/language/slovak/translations_lang.php | 4 ++++ application/language/spanish/translations_lang.php | 4 ++++ application/language/swedish/translations_lang.php | 4 ++++ application/language/thai/translations_lang.php | 4 ++++ application/language/turkish/translations_lang.php | 4 ++++ 33 files changed, 132 insertions(+) diff --git a/application/language/arabic/translations_lang.php b/application/language/arabic/translations_lang.php index 13c20502..749eeda2 100755 --- a/application/language/arabic/translations_lang.php +++ b/application/language/arabic/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/bulgarian/translations_lang.php b/application/language/bulgarian/translations_lang.php index 80f591db..db6e4fb4 100755 --- a/application/language/bulgarian/translations_lang.php +++ b/application/language/bulgarian/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/catalan/translations_lang.php b/application/language/catalan/translations_lang.php index 80e6af36..839648eb 100644 --- a/application/language/catalan/translations_lang.php +++ b/application/language/catalan/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/chinese/translations_lang.php b/application/language/chinese/translations_lang.php index 4ef22ac8..84fe6aa4 100755 --- a/application/language/chinese/translations_lang.php +++ b/application/language/chinese/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/croatian/translations_lang.php b/application/language/croatian/translations_lang.php index 497fd887..4d2a519f 100644 --- a/application/language/croatian/translations_lang.php +++ b/application/language/croatian/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/czech/translations_lang.php b/application/language/czech/translations_lang.php index a2a3431b..670e6f7f 100644 --- a/application/language/czech/translations_lang.php +++ b/application/language/czech/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/danish/translations_lang.php b/application/language/danish/translations_lang.php index 07a1f748..ebf52a5c 100755 --- a/application/language/danish/translations_lang.php +++ b/application/language/danish/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/dutch/translations_lang.php b/application/language/dutch/translations_lang.php index a0f95ad8..8abb59b9 100755 --- a/application/language/dutch/translations_lang.php +++ b/application/language/dutch/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/english/translations_lang.php b/application/language/english/translations_lang.php index cc542de6..0e84e0d0 100755 --- a/application/language/english/translations_lang.php +++ b/application/language/english/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/estonian/translations_lang.php b/application/language/estonian/translations_lang.php index 67e825d5..f3b01646 100644 --- a/application/language/estonian/translations_lang.php +++ b/application/language/estonian/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/finnish/translations_lang.php b/application/language/finnish/translations_lang.php index 95fe24be..e69534eb 100755 --- a/application/language/finnish/translations_lang.php +++ b/application/language/finnish/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Yhteystiedot'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/french/translations_lang.php b/application/language/french/translations_lang.php index ba717a10..5549acd0 100755 --- a/application/language/french/translations_lang.php +++ b/application/language/french/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Coordonnées'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/german/translations_lang.php b/application/language/german/translations_lang.php index 71324023..76f01fa1 100755 --- a/application/language/german/translations_lang.php +++ b/application/language/german/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/greek/translations_lang.php b/application/language/greek/translations_lang.php index 6a1041a3..00a8f0a3 100755 --- a/application/language/greek/translations_lang.php +++ b/application/language/greek/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/hebrew/translations_lang.php b/application/language/hebrew/translations_lang.php index 701e042b..64a22fcb 100644 --- a/application/language/hebrew/translations_lang.php +++ b/application/language/hebrew/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/hindi/translations_lang.php b/application/language/hindi/translations_lang.php index 1956aa1d..68588f89 100755 --- a/application/language/hindi/translations_lang.php +++ b/application/language/hindi/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/hungarian/translations_lang.php b/application/language/hungarian/translations_lang.php index 4be0a400..f5d8269c 100755 --- a/application/language/hungarian/translations_lang.php +++ b/application/language/hungarian/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/italian/translations_lang.php b/application/language/italian/translations_lang.php index 5efc4f3b..abada81e 100755 --- a/application/language/italian/translations_lang.php +++ b/application/language/italian/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/japanese/translations_lang.php b/application/language/japanese/translations_lang.php index 1a0caea0..b50d5119 100755 --- a/application/language/japanese/translations_lang.php +++ b/application/language/japanese/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/luxembourgish/translations_lang.php b/application/language/luxembourgish/translations_lang.php index 4393f8eb..5fcce889 100755 --- a/application/language/luxembourgish/translations_lang.php +++ b/application/language/luxembourgish/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/marathi/translations_lang.php b/application/language/marathi/translations_lang.php index 469cafb2..7df6c13d 100644 --- a/application/language/marathi/translations_lang.php +++ b/application/language/marathi/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/persian/translations_lang.php b/application/language/persian/translations_lang.php index 4596a68c..ee6c36ff 100644 --- a/application/language/persian/translations_lang.php +++ b/application/language/persian/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/polish/translations_lang.php b/application/language/polish/translations_lang.php index 0a11a196..db7a8042 100755 --- a/application/language/polish/translations_lang.php +++ b/application/language/polish/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/portuguese-br/translations_lang.php b/application/language/portuguese-br/translations_lang.php index 011b92bb..1ba9c5c7 100755 --- a/application/language/portuguese-br/translations_lang.php +++ b/application/language/portuguese-br/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/portuguese/translations_lang.php b/application/language/portuguese/translations_lang.php index 13c30ea6..c86b612d 100755 --- a/application/language/portuguese/translations_lang.php +++ b/application/language/portuguese/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/romanian/translations_lang.php b/application/language/romanian/translations_lang.php index 87de9421..a4143b3c 100755 --- a/application/language/romanian/translations_lang.php +++ b/application/language/romanian/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/russian/translations_lang.php b/application/language/russian/translations_lang.php index 0bba063e..a66bc54c 100644 --- a/application/language/russian/translations_lang.php +++ b/application/language/russian/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/serbian/translations_lang.php b/application/language/serbian/translations_lang.php index eef11550..2448f706 100644 --- a/application/language/serbian/translations_lang.php +++ b/application/language/serbian/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/slovak/translations_lang.php b/application/language/slovak/translations_lang.php index e9386089..bcc7e700 100755 --- a/application/language/slovak/translations_lang.php +++ b/application/language/slovak/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Kontaktné informácie'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/spanish/translations_lang.php b/application/language/spanish/translations_lang.php index d2d5c584..fd893f61 100755 --- a/application/language/spanish/translations_lang.php +++ b/application/language/spanish/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/swedish/translations_lang.php b/application/language/swedish/translations_lang.php index 1562f011..0272eda3 100644 --- a/application/language/swedish/translations_lang.php +++ b/application/language/swedish/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/thai/translations_lang.php b/application/language/thai/translations_lang.php index bbe0cc57..a8bd5efd 100644 --- a/application/language/thai/translations_lang.php +++ b/application/language/thai/translations_lang.php @@ -457,4 +457,8 @@ $lang['connect'] = 'เชื่อมต่อ'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End diff --git a/application/language/turkish/translations_lang.php b/application/language/turkish/translations_lang.php index 18f84dba..6702a6f5 100755 --- a/application/language/turkish/translations_lang.php +++ b/application/language/turkish/translations_lang.php @@ -456,4 +456,8 @@ $lang['contact_info'] = 'Contact Info'; $lang['hide_from_public'] = 'Hide From Public'; $lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; +$lang['default_timezone'] = 'Default Timezone'; +$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; +$lang['default_language'] = 'Default Language'; +$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; // End