From 4c5f4486f81b1ae779c48709113263ed695263a6 Mon Sep 17 00:00:00 2001 From: phl0 Date: Tue, 6 Feb 2024 17:48:50 +0100 Subject: [PATCH 1/3] Make clearer that overview filters on logbook rather than locations --- application/language/bulgarian/general_words_lang.php | 1 + application/language/chinese_simplified/general_words_lang.php | 1 + application/language/czech/general_words_lang.php | 1 + application/language/dutch/general_words_lang.php | 1 + application/language/english/general_words_lang.php | 1 + application/language/finnish/general_words_lang.php | 1 + application/language/french/general_words_lang.php | 1 + application/language/german/general_words_lang.php | 1 + application/language/greek/general_words_lang.php | 1 + application/language/italian/general_words_lang.php | 1 + application/language/polish/general_words_lang.php | 1 + application/language/russian/general_words_lang.php | 1 + application/language/spanish/general_words_lang.php | 1 + application/language/swedish/general_words_lang.php | 1 + application/language/turkish/general_words_lang.php | 1 + application/views/view_log/index.php | 2 +- 16 files changed, 16 insertions(+), 1 deletion(-) diff --git a/application/language/bulgarian/general_words_lang.php b/application/language/bulgarian/general_words_lang.php index 069f1ce8c..55aebefa1 100644 --- a/application/language/bulgarian/general_words_lang.php +++ b/application/language/bulgarian/general_words_lang.php @@ -155,6 +155,7 @@ $lang['gen_hamradio_satellite_name'] = 'Име на сателита'; $lang['gen_hamradio_satellite_mode'] = 'Режим на сателита'; $lang['gen_hamradio_logbook'] = 'Дневник'; +$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/chinese_simplified/general_words_lang.php b/application/language/chinese_simplified/general_words_lang.php index e2a286e74..f8e9bedad 100644 --- a/application/language/chinese_simplified/general_words_lang.php +++ b/application/language/chinese_simplified/general_words_lang.php @@ -155,6 +155,7 @@ $lang['gen_hamradio_satellite_name'] = '卫星名称'; $lang['gen_hamradio_satellite_mode'] = '卫星模式'; $lang['gen_hamradio_logbook'] = '日志簿'; +$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; $lang['gen_hamradio_award'] = "奖项"; $lang['gen_hamradio_zones'] = '分区'; diff --git a/application/language/czech/general_words_lang.php b/application/language/czech/general_words_lang.php index b9e7542ae..276cd6413 100644 --- a/application/language/czech/general_words_lang.php +++ b/application/language/czech/general_words_lang.php @@ -155,6 +155,7 @@ $lang['gen_hamradio_satellite_name'] = 'Název satelitu'; $lang['gen_hamradio_satellite_mode'] = 'Režim satelitu'; $lang['gen_hamradio_logbook'] = 'Logbook'; +$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/dutch/general_words_lang.php b/application/language/dutch/general_words_lang.php index 725e26bcf..da4f08750 100644 --- a/application/language/dutch/general_words_lang.php +++ b/application/language/dutch/general_words_lang.php @@ -155,6 +155,7 @@ $lang['gen_hamradio_satellite_name'] = 'Satelliet Naam'; $lang['gen_hamradio_satellite_mode'] = 'Satelliet Mode'; $lang['gen_hamradio_logbook'] = 'Logboek'; +$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/english/general_words_lang.php b/application/language/english/general_words_lang.php index 36287942b..3b5cfa4c7 100644 --- a/application/language/english/general_words_lang.php +++ b/application/language/english/general_words_lang.php @@ -155,6 +155,7 @@ $lang['gen_hamradio_satellite_name'] = 'Satellite Name'; $lang['gen_hamradio_satellite_mode'] = 'Satellite Mode'; $lang['gen_hamradio_logbook'] = 'Logbook'; +$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/finnish/general_words_lang.php b/application/language/finnish/general_words_lang.php index 0963cfe05..f74bf7f43 100644 --- a/application/language/finnish/general_words_lang.php +++ b/application/language/finnish/general_words_lang.php @@ -155,6 +155,7 @@ $lang['gen_hamradio_satellite_name'] = 'Satelliitti'; $lang['gen_hamradio_satellite_mode'] = 'Satelliitin Mode'; $lang['gen_hamradio_logbook'] = 'Lokikirja'; +$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/french/general_words_lang.php b/application/language/french/general_words_lang.php index dc5b2961f..0fdba278d 100644 --- a/application/language/french/general_words_lang.php +++ b/application/language/french/general_words_lang.php @@ -155,6 +155,7 @@ $lang['gen_hamradio_satellite_name'] = "Nom du Satellite"; $lang['gen_hamradio_satellite_mode'] = "Mode du Satellite"; $lang['gen_hamradio_logbook'] = "Journal de trafic"; +$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = "Zones"; diff --git a/application/language/german/general_words_lang.php b/application/language/german/general_words_lang.php index 0d28c5d5f..2f6b6ab52 100644 --- a/application/language/german/general_words_lang.php +++ b/application/language/german/general_words_lang.php @@ -155,6 +155,7 @@ $lang['gen_hamradio_satellite_name'] = 'Satellit'; $lang['gen_hamradio_satellite_mode'] = 'Satellitenmodus'; $lang['gen_hamradio_logbook'] = 'Logbuch'; +$lang['gen_hamradio_show_active_station_logbook'] = 'Zeigt QSOs der Standorte deines aktiven Stationslogbuchs'; $lang['gen_hamradio_award'] = "Diplom"; $lang['gen_hamradio_zones'] = 'Zonen'; diff --git a/application/language/greek/general_words_lang.php b/application/language/greek/general_words_lang.php index e28c2c380..f046b192d 100644 --- a/application/language/greek/general_words_lang.php +++ b/application/language/greek/general_words_lang.php @@ -155,6 +155,7 @@ $lang['gen_hamradio_satellite_name'] = 'Όνομα δορυφόρου'; $lang['gen_hamradio_satellite_mode'] = 'Λειτουργία δορυφόρου'; $lang['gen_hamradio_logbook'] = 'Αρχείο επαφών'; +$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/italian/general_words_lang.php b/application/language/italian/general_words_lang.php index be073d51d..7ae0d06df 100644 --- a/application/language/italian/general_words_lang.php +++ b/application/language/italian/general_words_lang.php @@ -155,6 +155,7 @@ $lang['gen_hamradio_satellite_name'] = 'Nome Satellite'; $lang['gen_hamradio_satellite_mode'] = 'Modo Satellite'; $lang['gen_hamradio_logbook'] = 'Logbook'; +$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/polish/general_words_lang.php b/application/language/polish/general_words_lang.php index 5c7a0bcf2..06fbfc183 100644 --- a/application/language/polish/general_words_lang.php +++ b/application/language/polish/general_words_lang.php @@ -155,6 +155,7 @@ $lang['gen_hamradio_satellite_name'] = 'Nazwa satelity'; $lang['gen_hamradio_satellite_mode'] = 'modulacja satelity'; $lang['gen_hamradio_logbook'] = 'Log'; +$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/russian/general_words_lang.php b/application/language/russian/general_words_lang.php index 92c5305cb..53b160fb5 100644 --- a/application/language/russian/general_words_lang.php +++ b/application/language/russian/general_words_lang.php @@ -157,6 +157,7 @@ $lang['gen_hamradio_satellite_mode'] = 'Режим работы спутника $lang['gen_hamradio_award'] = "Диплом"; $lang['gen_hamradio_logbook'] = 'Журнал'; +$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; $lang['gen_hamradio_zones'] = 'Зоны'; $lang['gen_hamradio_itu_zone'] = 'Зона ITU'; diff --git a/application/language/spanish/general_words_lang.php b/application/language/spanish/general_words_lang.php index cb326841b..4769c36bf 100644 --- a/application/language/spanish/general_words_lang.php +++ b/application/language/spanish/general_words_lang.php @@ -156,6 +156,7 @@ $lang['gen_hamradio_satellite_name'] = 'Nombre del Satélite'; $lang['gen_hamradio_satellite_mode'] = 'Modo del Satélite'; $lang['gen_hamradio_logbook'] = 'Libro de Guardia'; +$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; $lang['gen_hamradio_award'] = "Premio"; $lang['gen_hamradio_zones'] = 'Zonas'; diff --git a/application/language/swedish/general_words_lang.php b/application/language/swedish/general_words_lang.php index 91391f286..8101d7b69 100644 --- a/application/language/swedish/general_words_lang.php +++ b/application/language/swedish/general_words_lang.php @@ -157,6 +157,7 @@ $lang['gen_hamradio_satellite_mode'] = 'Satellite-mode'; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_logbook'] = 'Loggbok'; +$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; $lang['gen_hamradio_zones'] = 'Zones'; $lang['gen_hamradio_cq_zone'] = 'CQ Zone'; diff --git a/application/language/turkish/general_words_lang.php b/application/language/turkish/general_words_lang.php index 47f2eee90..96c00265a 100644 --- a/application/language/turkish/general_words_lang.php +++ b/application/language/turkish/general_words_lang.php @@ -155,6 +155,7 @@ $lang['gen_hamradio_satellite_name'] = 'Uydu Adı'; $lang['gen_hamradio_satellite_mode'] = 'Uydu Modu'; $lang['gen_hamradio_logbook'] = 'Kayıt defteri'; +$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/views/view_log/index.php b/application/views/view_log/index.php index 5cd0afa11..332b2a769 100644 --- a/application/views/view_log/index.php +++ b/application/views/view_log/index.php @@ -1,7 +1,7 @@ From 5bb8c6cbdbd1628d3f01f289709edf656dcf3807 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Tue, 6 Feb 2024 20:07:00 +0100 Subject: [PATCH 2/3] active logbook hint --- .../language/bulgarian/general_words_lang.php | 3 ++- .../chinese_simplified/general_words_lang.php | 3 ++- .../language/czech/general_words_lang.php | 3 ++- .../language/dutch/general_words_lang.php | 3 ++- .../language/english/general_words_lang.php | 3 ++- .../language/finnish/general_words_lang.php | 3 ++- .../language/french/general_words_lang.php | 3 ++- .../language/german/general_words_lang.php | 3 ++- .../language/greek/general_words_lang.php | 3 ++- .../language/italian/general_words_lang.php | 3 ++- .../language/polish/general_words_lang.php | 3 ++- .../language/russian/general_words_lang.php | 3 ++- .../language/spanish/general_words_lang.php | 3 ++- .../language/swedish/general_words_lang.php | 11 +++++---- .../language/turkish/general_words_lang.php | 3 ++- application/views/view_log/index.php | 24 +++++++++---------- 16 files changed, 46 insertions(+), 31 deletions(-) diff --git a/application/language/bulgarian/general_words_lang.php b/application/language/bulgarian/general_words_lang.php index 55aebefa1..78d64c362 100644 --- a/application/language/bulgarian/general_words_lang.php +++ b/application/language/bulgarian/general_words_lang.php @@ -155,7 +155,8 @@ $lang['gen_hamradio_satellite_name'] = 'Име на сателита'; $lang['gen_hamradio_satellite_mode'] = 'Режим на сателита'; $lang['gen_hamradio_logbook'] = 'Дневник'; -$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; +$lang['gen_hamradio_active_logbook'] = 'Active Logbook'; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/chinese_simplified/general_words_lang.php b/application/language/chinese_simplified/general_words_lang.php index f8e9bedad..472004816 100644 --- a/application/language/chinese_simplified/general_words_lang.php +++ b/application/language/chinese_simplified/general_words_lang.php @@ -155,7 +155,8 @@ $lang['gen_hamradio_satellite_name'] = '卫星名称'; $lang['gen_hamradio_satellite_mode'] = '卫星模式'; $lang['gen_hamradio_logbook'] = '日志簿'; -$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; +$lang['gen_hamradio_active_logbook'] = 'Active Logbook'; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; $lang['gen_hamradio_award'] = "奖项"; $lang['gen_hamradio_zones'] = '分区'; diff --git a/application/language/czech/general_words_lang.php b/application/language/czech/general_words_lang.php index 276cd6413..7c2994b5a 100644 --- a/application/language/czech/general_words_lang.php +++ b/application/language/czech/general_words_lang.php @@ -155,7 +155,8 @@ $lang['gen_hamradio_satellite_name'] = 'Název satelitu'; $lang['gen_hamradio_satellite_mode'] = 'Režim satelitu'; $lang['gen_hamradio_logbook'] = 'Logbook'; -$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; +$lang['gen_hamradio_active_logbook'] = 'Active Logbook'; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/dutch/general_words_lang.php b/application/language/dutch/general_words_lang.php index da4f08750..82042cea0 100644 --- a/application/language/dutch/general_words_lang.php +++ b/application/language/dutch/general_words_lang.php @@ -155,7 +155,8 @@ $lang['gen_hamradio_satellite_name'] = 'Satelliet Naam'; $lang['gen_hamradio_satellite_mode'] = 'Satelliet Mode'; $lang['gen_hamradio_logbook'] = 'Logboek'; -$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; +$lang['gen_hamradio_active_logbook'] = 'Active Logbook'; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/english/general_words_lang.php b/application/language/english/general_words_lang.php index 3b5cfa4c7..b1886f9d9 100644 --- a/application/language/english/general_words_lang.php +++ b/application/language/english/general_words_lang.php @@ -155,7 +155,8 @@ $lang['gen_hamradio_satellite_name'] = 'Satellite Name'; $lang['gen_hamradio_satellite_mode'] = 'Satellite Mode'; $lang['gen_hamradio_logbook'] = 'Logbook'; -$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; +$lang['gen_hamradio_active_logbook'] = 'Active Logbook'; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/finnish/general_words_lang.php b/application/language/finnish/general_words_lang.php index f74bf7f43..89b8cad37 100644 --- a/application/language/finnish/general_words_lang.php +++ b/application/language/finnish/general_words_lang.php @@ -155,7 +155,8 @@ $lang['gen_hamradio_satellite_name'] = 'Satelliitti'; $lang['gen_hamradio_satellite_mode'] = 'Satelliitin Mode'; $lang['gen_hamradio_logbook'] = 'Lokikirja'; -$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; +$lang['gen_hamradio_active_logbook'] = 'Active Logbook'; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/french/general_words_lang.php b/application/language/french/general_words_lang.php index 0fdba278d..023f4378f 100644 --- a/application/language/french/general_words_lang.php +++ b/application/language/french/general_words_lang.php @@ -155,7 +155,8 @@ $lang['gen_hamradio_satellite_name'] = "Nom du Satellite"; $lang['gen_hamradio_satellite_mode'] = "Mode du Satellite"; $lang['gen_hamradio_logbook'] = "Journal de trafic"; -$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; +$lang['gen_hamradio_active_logbook'] = 'Active Logbook'; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = "Zones"; diff --git a/application/language/german/general_words_lang.php b/application/language/german/general_words_lang.php index 2f6b6ab52..3125521b9 100644 --- a/application/language/german/general_words_lang.php +++ b/application/language/german/general_words_lang.php @@ -155,7 +155,8 @@ $lang['gen_hamradio_satellite_name'] = 'Satellit'; $lang['gen_hamradio_satellite_mode'] = 'Satellitenmodus'; $lang['gen_hamradio_logbook'] = 'Logbuch'; -$lang['gen_hamradio_show_active_station_logbook'] = 'Zeigt QSOs der Standorte deines aktiven Stationslogbuchs'; +$lang['gen_hamradio_active_logbook'] = 'Aktives Logbuch'; +$lang['gen_hamradio_active_logbook_hint'] = "Es werden alle QSO von Stationsstandorten angezeigt, welche mit diesem Logbuch verknüpft sind."; $lang['gen_hamradio_award'] = "Diplom"; $lang['gen_hamradio_zones'] = 'Zonen'; diff --git a/application/language/greek/general_words_lang.php b/application/language/greek/general_words_lang.php index f046b192d..836c8c46b 100644 --- a/application/language/greek/general_words_lang.php +++ b/application/language/greek/general_words_lang.php @@ -155,7 +155,8 @@ $lang['gen_hamradio_satellite_name'] = 'Όνομα δορυφόρου'; $lang['gen_hamradio_satellite_mode'] = 'Λειτουργία δορυφόρου'; $lang['gen_hamradio_logbook'] = 'Αρχείο επαφών'; -$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; +$lang['gen_hamradio_active_logbook'] = 'Active Logbook'; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/italian/general_words_lang.php b/application/language/italian/general_words_lang.php index 7ae0d06df..c9e20e7e2 100644 --- a/application/language/italian/general_words_lang.php +++ b/application/language/italian/general_words_lang.php @@ -155,7 +155,8 @@ $lang['gen_hamradio_satellite_name'] = 'Nome Satellite'; $lang['gen_hamradio_satellite_mode'] = 'Modo Satellite'; $lang['gen_hamradio_logbook'] = 'Logbook'; -$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; +$lang['gen_hamradio_active_logbook'] = 'Active Logbook'; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/polish/general_words_lang.php b/application/language/polish/general_words_lang.php index 06fbfc183..8217c014e 100644 --- a/application/language/polish/general_words_lang.php +++ b/application/language/polish/general_words_lang.php @@ -155,7 +155,8 @@ $lang['gen_hamradio_satellite_name'] = 'Nazwa satelity'; $lang['gen_hamradio_satellite_mode'] = 'modulacja satelity'; $lang['gen_hamradio_logbook'] = 'Log'; -$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; +$lang['gen_hamradio_active_logbook'] = 'Active Logbook'; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/russian/general_words_lang.php b/application/language/russian/general_words_lang.php index 53b160fb5..528374f12 100644 --- a/application/language/russian/general_words_lang.php +++ b/application/language/russian/general_words_lang.php @@ -156,8 +156,9 @@ $lang['gen_hamradio_satellite_name'] = 'Название спутника'; $lang['gen_hamradio_satellite_mode'] = 'Режим работы спутника'; $lang['gen_hamradio_award'] = "Диплом"; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; $lang['gen_hamradio_logbook'] = 'Журнал'; -$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; +$lang['gen_hamradio_active_logbook'] = 'Active Logbook'; $lang['gen_hamradio_zones'] = 'Зоны'; $lang['gen_hamradio_itu_zone'] = 'Зона ITU'; diff --git a/application/language/spanish/general_words_lang.php b/application/language/spanish/general_words_lang.php index 4769c36bf..c6acbccc7 100644 --- a/application/language/spanish/general_words_lang.php +++ b/application/language/spanish/general_words_lang.php @@ -156,7 +156,8 @@ $lang['gen_hamradio_satellite_name'] = 'Nombre del Satélite'; $lang['gen_hamradio_satellite_mode'] = 'Modo del Satélite'; $lang['gen_hamradio_logbook'] = 'Libro de Guardia'; -$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; +$lang['gen_hamradio_active_logbook'] = 'Active Logbook'; $lang['gen_hamradio_award'] = "Premio"; $lang['gen_hamradio_zones'] = 'Zonas'; diff --git a/application/language/swedish/general_words_lang.php b/application/language/swedish/general_words_lang.php index 8101d7b69..53f234baf 100644 --- a/application/language/swedish/general_words_lang.php +++ b/application/language/swedish/general_words_lang.php @@ -17,7 +17,7 @@ $lang['general_word_choose_file'] = 'Välj fil'; $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; $lang['general_word_not_display'] = "Not display"; -$lang['general_word_show'] = "Show"; +$lang['general_word_show'] = "Show"; $lang['general_word_icon'] = "Icon"; $lang['general_word_cancel'] = "Cancel"; @@ -52,9 +52,9 @@ $lang['general_word_city'] = 'City'; $lang['general_word_total'] = 'Totalt'; $lang['general_word_day'] = "Day"; $lang['general_word_days'] = "Days"; -$lang['general_word_period'] = "Period"; -$lang['general_word_yearly'] = "Yearly"; -$lang['general_word_monthly'] = "Monthly"; +$lang['general_word_period'] = "Period"; +$lang['general_word_yearly'] = "Yearly"; +$lang['general_word_monthly'] = "Monthly"; $lang['general_word_year'] = 'I år'; $lang['general_word_month'] = 'Denna månad'; @@ -156,8 +156,9 @@ $lang['gen_hamradio_satellite_name'] = 'Satellitnamn'; $lang['gen_hamradio_satellite_mode'] = 'Satellite-mode'; $lang['gen_hamradio_award'] = "Award"; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; $lang['gen_hamradio_logbook'] = 'Loggbok'; -$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; +$lang['gen_hamradio_active_logbook'] = 'Active Logbook'; $lang['gen_hamradio_zones'] = 'Zones'; $lang['gen_hamradio_cq_zone'] = 'CQ Zone'; diff --git a/application/language/turkish/general_words_lang.php b/application/language/turkish/general_words_lang.php index 96c00265a..a05616c98 100644 --- a/application/language/turkish/general_words_lang.php +++ b/application/language/turkish/general_words_lang.php @@ -155,7 +155,8 @@ $lang['gen_hamradio_satellite_name'] = 'Uydu Adı'; $lang['gen_hamradio_satellite_mode'] = 'Uydu Modu'; $lang['gen_hamradio_logbook'] = 'Kayıt defteri'; -$lang['gen_hamradio_show_active_station_logbook'] = 'Showing QSOs from locations in your active station logbook'; +$lang['gen_hamradio_active_logbook'] = 'Active Logbook'; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/views/view_log/index.php b/application/views/view_log/index.php index 332b2a769..8ae47a94f 100644 --- a/application/views/view_log/index.php +++ b/application/views/view_log/index.php @@ -1,25 +1,25 @@

- session->flashdata('notice')) { ?> - + session->flashdata('notice')) { ?> +
- -optionslib->get_option('logbook_map') != "false") { ?> + +optionslib->get_option('logbook_map') != "false") { ?>
- load->view('view_log/partial/log_ajax') ?> + load->view('view_log/partial/log_ajax') ?> \ No newline at end of file From f3f023697b46bc312b2b9f9dd86004c275488edf Mon Sep 17 00:00:00 2001 From: phl0 Date: Tue, 6 Feb 2024 23:24:43 +0100 Subject: [PATCH 3/3] Minor wording --- application/language/bulgarian/general_words_lang.php | 2 +- application/language/chinese_simplified/general_words_lang.php | 2 +- application/language/czech/general_words_lang.php | 2 +- application/language/dutch/general_words_lang.php | 2 +- application/language/english/general_words_lang.php | 2 +- application/language/finnish/general_words_lang.php | 2 +- application/language/french/general_words_lang.php | 2 +- application/language/greek/general_words_lang.php | 2 +- application/language/italian/general_words_lang.php | 2 +- application/language/polish/general_words_lang.php | 2 +- application/language/russian/general_words_lang.php | 2 +- application/language/spanish/general_words_lang.php | 2 +- application/language/swedish/general_words_lang.php | 2 +- application/language/turkish/general_words_lang.php | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/application/language/bulgarian/general_words_lang.php b/application/language/bulgarian/general_words_lang.php index 78d64c362..fcace92d1 100644 --- a/application/language/bulgarian/general_words_lang.php +++ b/application/language/bulgarian/general_words_lang.php @@ -156,7 +156,7 @@ $lang['gen_hamradio_satellite_mode'] = 'Режим на сателита'; $lang['gen_hamradio_logbook'] = 'Дневник'; $lang['gen_hamradio_active_logbook'] = 'Active Logbook'; -$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs of station locations which are linked to this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/chinese_simplified/general_words_lang.php b/application/language/chinese_simplified/general_words_lang.php index 472004816..e87f803d7 100644 --- a/application/language/chinese_simplified/general_words_lang.php +++ b/application/language/chinese_simplified/general_words_lang.php @@ -156,7 +156,7 @@ $lang['gen_hamradio_satellite_mode'] = '卫星模式'; $lang['gen_hamradio_logbook'] = '日志簿'; $lang['gen_hamradio_active_logbook'] = 'Active Logbook'; -$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs of station locations which are linked to this logbook"; $lang['gen_hamradio_award'] = "奖项"; $lang['gen_hamradio_zones'] = '分区'; diff --git a/application/language/czech/general_words_lang.php b/application/language/czech/general_words_lang.php index 7c2994b5a..a694de08a 100644 --- a/application/language/czech/general_words_lang.php +++ b/application/language/czech/general_words_lang.php @@ -156,7 +156,7 @@ $lang['gen_hamradio_satellite_mode'] = 'Režim satelitu'; $lang['gen_hamradio_logbook'] = 'Logbook'; $lang['gen_hamradio_active_logbook'] = 'Active Logbook'; -$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs of station locations which are linked to this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/dutch/general_words_lang.php b/application/language/dutch/general_words_lang.php index 82042cea0..79185bdd4 100644 --- a/application/language/dutch/general_words_lang.php +++ b/application/language/dutch/general_words_lang.php @@ -156,7 +156,7 @@ $lang['gen_hamradio_satellite_mode'] = 'Satelliet Mode'; $lang['gen_hamradio_logbook'] = 'Logboek'; $lang['gen_hamradio_active_logbook'] = 'Active Logbook'; -$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs of station locations which are linked to this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/english/general_words_lang.php b/application/language/english/general_words_lang.php index b1886f9d9..16e83857f 100644 --- a/application/language/english/general_words_lang.php +++ b/application/language/english/general_words_lang.php @@ -156,7 +156,7 @@ $lang['gen_hamradio_satellite_mode'] = 'Satellite Mode'; $lang['gen_hamradio_logbook'] = 'Logbook'; $lang['gen_hamradio_active_logbook'] = 'Active Logbook'; -$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs of station locations which are linked to this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/finnish/general_words_lang.php b/application/language/finnish/general_words_lang.php index 89b8cad37..8b73153e0 100644 --- a/application/language/finnish/general_words_lang.php +++ b/application/language/finnish/general_words_lang.php @@ -156,7 +156,7 @@ $lang['gen_hamradio_satellite_mode'] = 'Satelliitin Mode'; $lang['gen_hamradio_logbook'] = 'Lokikirja'; $lang['gen_hamradio_active_logbook'] = 'Active Logbook'; -$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs of station locations which are linked to this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/french/general_words_lang.php b/application/language/french/general_words_lang.php index 023f4378f..9603ec113 100644 --- a/application/language/french/general_words_lang.php +++ b/application/language/french/general_words_lang.php @@ -156,7 +156,7 @@ $lang['gen_hamradio_satellite_mode'] = "Mode du Satellite"; $lang['gen_hamradio_logbook'] = "Journal de trafic"; $lang['gen_hamradio_active_logbook'] = 'Active Logbook'; -$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs of station locations which are linked to this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = "Zones"; diff --git a/application/language/greek/general_words_lang.php b/application/language/greek/general_words_lang.php index 836c8c46b..5a6bb9031 100644 --- a/application/language/greek/general_words_lang.php +++ b/application/language/greek/general_words_lang.php @@ -156,7 +156,7 @@ $lang['gen_hamradio_satellite_mode'] = 'Λειτουργία δορυφόρου' $lang['gen_hamradio_logbook'] = 'Αρχείο επαφών'; $lang['gen_hamradio_active_logbook'] = 'Active Logbook'; -$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs of station locations which are linked to this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/italian/general_words_lang.php b/application/language/italian/general_words_lang.php index c9e20e7e2..af5a8258e 100644 --- a/application/language/italian/general_words_lang.php +++ b/application/language/italian/general_words_lang.php @@ -156,7 +156,7 @@ $lang['gen_hamradio_satellite_mode'] = 'Modo Satellite'; $lang['gen_hamradio_logbook'] = 'Logbook'; $lang['gen_hamradio_active_logbook'] = 'Active Logbook'; -$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs of station locations which are linked to this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/polish/general_words_lang.php b/application/language/polish/general_words_lang.php index 8217c014e..1f0cc8130 100644 --- a/application/language/polish/general_words_lang.php +++ b/application/language/polish/general_words_lang.php @@ -156,7 +156,7 @@ $lang['gen_hamradio_satellite_mode'] = 'modulacja satelity'; $lang['gen_hamradio_logbook'] = 'Log'; $lang['gen_hamradio_active_logbook'] = 'Active Logbook'; -$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs of station locations which are linked to this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; diff --git a/application/language/russian/general_words_lang.php b/application/language/russian/general_words_lang.php index 528374f12..f7175d582 100644 --- a/application/language/russian/general_words_lang.php +++ b/application/language/russian/general_words_lang.php @@ -156,7 +156,7 @@ $lang['gen_hamradio_satellite_name'] = 'Название спутника'; $lang['gen_hamradio_satellite_mode'] = 'Режим работы спутника'; $lang['gen_hamradio_award'] = "Диплом"; -$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs of station locations which are linked to this logbook"; $lang['gen_hamradio_logbook'] = 'Журнал'; $lang['gen_hamradio_active_logbook'] = 'Active Logbook'; $lang['gen_hamradio_zones'] = 'Зоны'; diff --git a/application/language/spanish/general_words_lang.php b/application/language/spanish/general_words_lang.php index c6acbccc7..9c9f0e532 100644 --- a/application/language/spanish/general_words_lang.php +++ b/application/language/spanish/general_words_lang.php @@ -156,7 +156,7 @@ $lang['gen_hamradio_satellite_name'] = 'Nombre del Satélite'; $lang['gen_hamradio_satellite_mode'] = 'Modo del Satélite'; $lang['gen_hamradio_logbook'] = 'Libro de Guardia'; -$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs of station locations which are linked to this logbook"; $lang['gen_hamradio_active_logbook'] = 'Active Logbook'; $lang['gen_hamradio_award'] = "Premio"; diff --git a/application/language/swedish/general_words_lang.php b/application/language/swedish/general_words_lang.php index 53f234baf..4f30b0e34 100644 --- a/application/language/swedish/general_words_lang.php +++ b/application/language/swedish/general_words_lang.php @@ -156,7 +156,7 @@ $lang['gen_hamradio_satellite_name'] = 'Satellitnamn'; $lang['gen_hamradio_satellite_mode'] = 'Satellite-mode'; $lang['gen_hamradio_award'] = "Award"; -$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs of station locations which are linked to this logbook"; $lang['gen_hamradio_logbook'] = 'Loggbok'; $lang['gen_hamradio_active_logbook'] = 'Active Logbook'; diff --git a/application/language/turkish/general_words_lang.php b/application/language/turkish/general_words_lang.php index a05616c98..581f5c804 100644 --- a/application/language/turkish/general_words_lang.php +++ b/application/language/turkish/general_words_lang.php @@ -156,7 +156,7 @@ $lang['gen_hamradio_satellite_mode'] = 'Uydu Modu'; $lang['gen_hamradio_logbook'] = 'Kayıt defteri'; $lang['gen_hamradio_active_logbook'] = 'Active Logbook'; -$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs from station locations which are linked with this logbook"; +$lang['gen_hamradio_active_logbook_hint'] = "Displaying all QSOs of station locations which are linked to this logbook"; $lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones';