diff --git a/application/language/swedish/qso_lang.php b/application/language/swedish/qso_lang.php index 80b0dd0b..b2880e9e 100644 --- a/application/language/swedish/qso_lang.php +++ b/application/language/swedish/qso_lang.php @@ -26,6 +26,8 @@ $lang['qso_dok_helptext'] = 'Exempel: Q03'; $lang['qso_notes_helptext'] = 'Detta innehåll används bara inom Cloudlog och kommer inte att exporteras.'; $lang['qsl_notes_helptext'] = 'Detta innehåll exporteras till QSL-services som eqsl etc.'; +$lang['qso_eqsl_qslmsg_helptext'] = "Get the default message for eQSL, for this station."; + // Button Text on /qso Display $lang['qso_btn_reset_qso'] = 'Reset'; @@ -71,7 +73,7 @@ $lang['qso_simplefle_error_stationcall'] = "Station Call is not selected"; $lang['qso_simplefle_error_operator'] = "'Operator' Field is empty"; $lang['qso_simplefle_warning_reset'] = "Warning! Do you really want to reset everything?"; $lang['qso_simplefle_warning_missing_band_mode'] = "Warning! You can't log the QSO List, because some QSO don't have band and/or mode defined!"; -$lang['qso_simplefle_warning_missing_time'] = "Warning! You can't log the QSO List, because some QSO don't have a time defined!"; +$lang['qso_simplefle_warning_missing_time'] = "Warning! You can't log the QSO List, because some QSO don't have a time defined!"; $lang['qso_simplefle_warning_example_data'] = "Attention! The Data Field containes example data. First Clear Logging Session!"; $lang['qso_simplefle_confirm_save_to_log'] = "Are you sure that you want to add these QSO to the Log and clear the session?"; $lang['qso_simplefle_success_save_to_log_header'] = "QSO Logged!"; diff --git a/application/language/swedish/station_lang.php b/application/language/swedish/station_lang.php index 7d4576d5..44ad31fd 100644 --- a/application/language/swedish/station_lang.php +++ b/application/language/swedish/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/turkish/qso_lang.php b/application/language/turkish/qso_lang.php index 3e9516d7..b009f5a6 100644 --- a/application/language/turkish/qso_lang.php +++ b/application/language/turkish/qso_lang.php @@ -26,6 +26,8 @@ $lang['qso_dok_helptext'] = 'Örnek: Q03'; $lang['qso_notes_helptext'] = 'Not içeriği yalnızca Cloudlog içinde kullanılır ve diğer servislere aktarılmaz'; $lang['qsl_notes_helptext'] = 'Bu not içeriği eqsl.cc gibi QSL servislere aktarılır'; +$lang['qso_eqsl_qslmsg_helptext'] = "Get the default message for eQSL, for this station."; + // Button Text on /qso Display $lang['qso_btn_reset_qso'] = 'Baştan başla'; diff --git a/application/language/turkish/station_lang.php b/application/language/turkish/station_lang.php index 7d4576d5..44ad31fd 100644 --- a/application/language/turkish/station_lang.php +++ b/application/language/turkish/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';