From 85edebb79a594d1c22b4725feb39fdb687765687 Mon Sep 17 00:00:00 2001 From: abarrau Date: Wed, 29 Nov 2023 14:56:10 +0100 Subject: [PATCH] add language : dutch, finnish --- application/language/czech/qso_lang.php | 2 ++ application/language/czech/station_lang.php | 2 ++ application/language/dutch/qso_lang.php | 2 ++ application/language/dutch/station_lang.php | 2 ++ 4 files changed, 8 insertions(+) diff --git a/application/language/czech/qso_lang.php b/application/language/czech/qso_lang.php index 37a69017..83a90af0 100644 --- a/application/language/czech/qso_lang.php +++ b/application/language/czech/qso_lang.php @@ -26,6 +26,8 @@ $lang['qso_dok_helptext'] = 'Příklad: Q03'; $lang['qso_notes_helptext'] = 'Obsah je užíván pouze Cloudlogu a není exportován do dalších služeb.'; $lang['qsl_notes_helptext'] = 'This note content is exported to QSL services like eqsl.cc.'; +$lang['qso_eqsl_qslmsg_helptext'] = "Get the default message for eQSL, for this station."; + // Button Text on /qso Display $lang['qso_btn_reset_qso'] = 'Vymazat'; diff --git a/application/language/czech/station_lang.php b/application/language/czech/station_lang.php index 7d4576d5..44ad31fd 100644 --- a/application/language/czech/station_lang.php +++ b/application/language/czech/station_lang.php @@ -94,6 +94,8 @@ $lang['station_location_signature_name_hint'] = "Station Signature (e.g. GMA).." $lang['station_location_signature_info'] = "Signature Information"; $lang['station_location_signature_info_hint'] = "Station Signature Info (e.g. DA/NW-357)."; $lang['station_location_eqsl_hint'] = 'The QTH Nickname which is configured in your eQSL Profile'; +$lang['station_location_eqsl_defaultqslmsg'] = "Default QSLMSG"; +$lang['station_location_eqsl_defaultqslmsg_hint'] = "You can define a default message that will be populated and sent for each QSO for this station location. Max length:"; $lang['station_location_qrz_subscription'] = 'Subscription Required'; $lang['station_location_qrz_hint'] = "Find your API key on the QRZ.com Logbook settings page"; $lang['station_location_qrz_realtime_upload'] = 'QRZ.com Logbook Realtime Upload'; diff --git a/application/language/dutch/qso_lang.php b/application/language/dutch/qso_lang.php index a01117d8..0c9703ad 100644 --- a/application/language/dutch/qso_lang.php +++ b/application/language/dutch/qso_lang.php @@ -26,6 +26,8 @@ $lang['qso_dok_helptext'] = 'Bijvoorbeeld: Q03'; $lang['qso_notes_helptext'] = 'Notities worden alleen in Cloudlog gebruikt en worden niet geexporteerd naar andere diensten.'; $lang['qsl_notes_helptext'] = 'This note content is exported to QSL services like eqsl.cc.'; +$lang['qso_eqsl_qslmsg_helptext'] = "Get the default message for eQSL, for this station."; + // Button Text on /qso Display $lang['qso_btn_reset_qso'] = 'Wis QSO'; diff --git a/application/language/dutch/station_lang.php b/application/language/dutch/station_lang.php index 7d4576d5..44ad31fd 100644 --- a/application/language/dutch/station_lang.php +++ b/application/language/dutch/station_lang.php @@ -94,6 +94,8 @@ $lang['station_location_signature_name_hint'] = "Station Signature (e.g. GMA).." $lang['station_location_signature_info'] = "Signature Information"; $lang['station_location_signature_info_hint'] = "Station Signature Info (e.g. DA/NW-357)."; $lang['station_location_eqsl_hint'] = 'The QTH Nickname which is configured in your eQSL Profile'; +$lang['station_location_eqsl_defaultqslmsg'] = "Default QSLMSG"; +$lang['station_location_eqsl_defaultqslmsg_hint'] = "You can define a default message that will be populated and sent for each QSO for this station location. Max length:"; $lang['station_location_qrz_subscription'] = 'Subscription Required'; $lang['station_location_qrz_hint'] = "Find your API key on the QRZ.com Logbook settings page"; $lang['station_location_qrz_realtime_upload'] = 'QRZ.com Logbook Realtime Upload';