diff --git a/application/language/bulgarian/qso_lang.php b/application/language/bulgarian/qso_lang.php index 0fdcbf2f..f7acf26d 100644 --- a/application/language/bulgarian/qso_lang.php +++ b/application/language/bulgarian/qso_lang.php @@ -36,3 +36,48 @@ $lang['qso_details'] = 'Подробности за QSO'; $lang['fav_add'] = 'Add Band/Mode to Favs'; $lang['qso_operator_callsign'] = 'Operator Callsign'; + +// Simple FLE (FastLogEntry) + +$lang['qso_simplefle_info'] = "What is that?"; +$lang['qso_simplefle_info_ln1'] = "Simple Fast Log Entry (FLE)"; +$lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system to log QSOs very quickly and efficiently. Due to its syntax, only a minimum of input is required to log many QSOs with as little effort as possible."; +$lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; +$lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; +$lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_list'] = "QSO List"; +$lang['qso_simplefle_qso_list_total'] = "Total"; +$lang['qso_simplefle_qso_date'] = "QSO Date"; +$lang['qso_simplefle_operator'] = "Operator"; +$lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; +$lang['qso_simplefle_station_call_location'] = "Station Call/Location"; +$lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_enter_the_data'] = "Enter the Data"; +$lang['qso_simplefle_reload'] = "Reload QSO List"; +$lang['qso_simplefle_save'] = "Save in Cloudlog"; +$lang['qso_simplefle_clear'] = "Clear Logging Session"; + +$lang['qso_simplefle_error_band'] = "Band is missing!"; +$lang['qso_simplefle_error_mode'] = "Mode is missing!"; +$lang['qso_simplefle_error_time'] = "Time is not set!"; +$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_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!"; +$lang['qso_simplefle_success_save_to_log'] = "The QSO were successfully logged in the logbook!"; +$lang['qso_simplefle_error_date'] = "Invalid date"; + +$lang['qso_simplefle_syntax_help_button'] = "Syntax Help"; +$lang['qso_simplefle_syntax_help_title'] = "Syntax for FLE"; +$lang['qso_simplefle_syntax_help_ln1'] = "Before starting to log a QSO, please note the basic rules."; +$lang['qso_simplefle_syntax_help_ln2'] = "- Each new QSO should be on a new line."; +$lang['qso_simplefle_syntax_help_ln3'] = "- On each new line, only write data that has changed from the previous QSO."; +$lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already filled in the form on the left with the date, station call, and operator's call. The main data includes the band (or QRG in MHz, e.g., '7.145'), mode, and time. After the time, you provide the first QSO, which is essentially the callsign."; +$lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; +$lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; +$lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; + diff --git a/application/language/chinese_simplified/qso_lang.php b/application/language/chinese_simplified/qso_lang.php index 338f6c79..1f6af442 100644 --- a/application/language/chinese_simplified/qso_lang.php +++ b/application/language/chinese_simplified/qso_lang.php @@ -36,3 +36,48 @@ $lang['qso_details'] = 'QSO 详情'; $lang['fav_add'] = 'Add Band/Mode to Favs'; $lang['qso_operator_callsign'] = 'Operator Callsign'; + +// Simple FLE (FastLogEntry) + +$lang['qso_simplefle_info'] = "What is that?"; +$lang['qso_simplefle_info_ln1'] = "Simple Fast Log Entry (FLE)"; +$lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system to log QSOs very quickly and efficiently. Due to its syntax, only a minimum of input is required to log many QSOs with as little effort as possible."; +$lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; +$lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; +$lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_list'] = "QSO List"; +$lang['qso_simplefle_qso_list_total'] = "Total"; +$lang['qso_simplefle_qso_date'] = "QSO Date"; +$lang['qso_simplefle_operator'] = "Operator"; +$lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; +$lang['qso_simplefle_station_call_location'] = "Station Call/Location"; +$lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_enter_the_data'] = "Enter the Data"; +$lang['qso_simplefle_reload'] = "Reload QSO List"; +$lang['qso_simplefle_save'] = "Save in Cloudlog"; +$lang['qso_simplefle_clear'] = "Clear Logging Session"; + +$lang['qso_simplefle_error_band'] = "Band is missing!"; +$lang['qso_simplefle_error_mode'] = "Mode is missing!"; +$lang['qso_simplefle_error_time'] = "Time is not set!"; +$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_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!"; +$lang['qso_simplefle_success_save_to_log'] = "The QSO were successfully logged in the logbook!"; +$lang['qso_simplefle_error_date'] = "Invalid date"; + +$lang['qso_simplefle_syntax_help_button'] = "Syntax Help"; +$lang['qso_simplefle_syntax_help_title'] = "Syntax for FLE"; +$lang['qso_simplefle_syntax_help_ln1'] = "Before starting to log a QSO, please note the basic rules."; +$lang['qso_simplefle_syntax_help_ln2'] = "- Each new QSO should be on a new line."; +$lang['qso_simplefle_syntax_help_ln3'] = "- On each new line, only write data that has changed from the previous QSO."; +$lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already filled in the form on the left with the date, station call, and operator's call. The main data includes the band (or QRG in MHz, e.g., '7.145'), mode, and time. After the time, you provide the first QSO, which is essentially the callsign."; +$lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; +$lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; +$lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; + diff --git a/application/language/czech/qso_lang.php b/application/language/czech/qso_lang.php index b276233c..b0b1a64e 100644 --- a/application/language/czech/qso_lang.php +++ b/application/language/czech/qso_lang.php @@ -36,3 +36,48 @@ $lang['qso_details'] = 'Detail spojení'; $lang['fav_add'] = 'Add Band/Mode to Favs'; $lang['qso_operator_callsign'] = 'Operator Callsign'; + +// Simple FLE (FastLogEntry) + +$lang['qso_simplefle_info'] = "What is that?"; +$lang['qso_simplefle_info_ln1'] = "Simple Fast Log Entry (FLE)"; +$lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system to log QSOs very quickly and efficiently. Due to its syntax, only a minimum of input is required to log many QSOs with as little effort as possible."; +$lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; +$lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; +$lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_list'] = "QSO List"; +$lang['qso_simplefle_qso_list_total'] = "Total"; +$lang['qso_simplefle_qso_date'] = "QSO Date"; +$lang['qso_simplefle_operator'] = "Operator"; +$lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; +$lang['qso_simplefle_station_call_location'] = "Station Call/Location"; +$lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_enter_the_data'] = "Enter the Data"; +$lang['qso_simplefle_reload'] = "Reload QSO List"; +$lang['qso_simplefle_save'] = "Save in Cloudlog"; +$lang['qso_simplefle_clear'] = "Clear Logging Session"; + +$lang['qso_simplefle_error_band'] = "Band is missing!"; +$lang['qso_simplefle_error_mode'] = "Mode is missing!"; +$lang['qso_simplefle_error_time'] = "Time is not set!"; +$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_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!"; +$lang['qso_simplefle_success_save_to_log'] = "The QSO were successfully logged in the logbook!"; +$lang['qso_simplefle_error_date'] = "Invalid date"; + +$lang['qso_simplefle_syntax_help_button'] = "Syntax Help"; +$lang['qso_simplefle_syntax_help_title'] = "Syntax for FLE"; +$lang['qso_simplefle_syntax_help_ln1'] = "Before starting to log a QSO, please note the basic rules."; +$lang['qso_simplefle_syntax_help_ln2'] = "- Each new QSO should be on a new line."; +$lang['qso_simplefle_syntax_help_ln3'] = "- On each new line, only write data that has changed from the previous QSO."; +$lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already filled in the form on the left with the date, station call, and operator's call. The main data includes the band (or QRG in MHz, e.g., '7.145'), mode, and time. After the time, you provide the first QSO, which is essentially the callsign."; +$lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; +$lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; +$lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; + diff --git a/application/language/dutch/qso_lang.php b/application/language/dutch/qso_lang.php index cbaab061..1ef1f502 100644 --- a/application/language/dutch/qso_lang.php +++ b/application/language/dutch/qso_lang.php @@ -36,3 +36,48 @@ $lang['qso_details'] = 'QSO Details'; $lang['fav_add'] = 'Add Band/Mode to Favs'; $lang['qso_operator_callsign'] = 'Operator Callsign'; + +// Simple FLE (FastLogEntry) + +$lang['qso_simplefle_info'] = "What is that?"; +$lang['qso_simplefle_info_ln1'] = "Simple Fast Log Entry (FLE)"; +$lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system to log QSOs very quickly and efficiently. Due to its syntax, only a minimum of input is required to log many QSOs with as little effort as possible."; +$lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; +$lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; +$lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_list'] = "QSO List"; +$lang['qso_simplefle_qso_list_total'] = "Total"; +$lang['qso_simplefle_qso_date'] = "QSO Date"; +$lang['qso_simplefle_operator'] = "Operator"; +$lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; +$lang['qso_simplefle_station_call_location'] = "Station Call/Location"; +$lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_enter_the_data'] = "Enter the Data"; +$lang['qso_simplefle_reload'] = "Reload QSO List"; +$lang['qso_simplefle_save'] = "Save in Cloudlog"; +$lang['qso_simplefle_clear'] = "Clear Logging Session"; + +$lang['qso_simplefle_error_band'] = "Band is missing!"; +$lang['qso_simplefle_error_mode'] = "Mode is missing!"; +$lang['qso_simplefle_error_time'] = "Time is not set!"; +$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_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!"; +$lang['qso_simplefle_success_save_to_log'] = "The QSO were successfully logged in the logbook!"; +$lang['qso_simplefle_error_date'] = "Invalid date"; + +$lang['qso_simplefle_syntax_help_button'] = "Syntax Help"; +$lang['qso_simplefle_syntax_help_title'] = "Syntax for FLE"; +$lang['qso_simplefle_syntax_help_ln1'] = "Before starting to log a QSO, please note the basic rules."; +$lang['qso_simplefle_syntax_help_ln2'] = "- Each new QSO should be on a new line."; +$lang['qso_simplefle_syntax_help_ln3'] = "- On each new line, only write data that has changed from the previous QSO."; +$lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already filled in the form on the left with the date, station call, and operator's call. The main data includes the band (or QRG in MHz, e.g., '7.145'), mode, and time. After the time, you provide the first QSO, which is essentially the callsign."; +$lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; +$lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; +$lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; + diff --git a/application/language/english/qso_lang.php b/application/language/english/qso_lang.php index 87482b26..d800cfe1 100644 --- a/application/language/english/qso_lang.php +++ b/application/language/english/qso_lang.php @@ -39,12 +39,45 @@ $lang['qso_operator_callsign'] = 'Operator Callsign'; // Simple FLE (FastLogEntry) -$lang['simplefle_info'] = "What is that?"; -$lang['simplefle_info_ln1'] = "Simple Fast Log Entry (FLE)"; -$lang['simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system to log QSOs very quickly and efficiently. Due to its syntax, only a minimum of input is required to log many QSOs with as little effort as possible."; -$lang['simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; -$lang['simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; +$lang['qso_simplefle_info'] = "What is that?"; +$lang['qso_simplefle_info_ln1'] = "Simple Fast Log Entry (FLE)"; +$lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system to log QSOs very quickly and efficiently. Due to its syntax, only a minimum of input is required to log many QSOs with as little effort as possible."; +$lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; +$lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; +$lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_list'] = "QSO List"; +$lang['qso_simplefle_qso_list_total'] = "Total"; +$lang['qso_simplefle_qso_date'] = "QSO Date"; +$lang['qso_simplefle_operator'] = "Operator"; +$lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; +$lang['qso_simplefle_station_call_location'] = "Station Call/Location"; +$lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_enter_the_data'] = "Enter the Data"; +$lang['qso_simplefle_reload'] = "Reload QSO List"; +$lang['qso_simplefle_save'] = "Save in Cloudlog"; +$lang['qso_simplefle_clear'] = "Clear Logging Session"; -$lang['simplefle_syntax_help_button'] = "Syntax Help"; -$lang['simplefle_syntax_help_title'] = "Syntax for FLE"; +$lang['qso_simplefle_error_band'] = "Band is missing!"; +$lang['qso_simplefle_error_mode'] = "Mode is missing!"; +$lang['qso_simplefle_error_time'] = "Time is not set!"; +$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_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!"; +$lang['qso_simplefle_success_save_to_log'] = "The QSO were successfully logged in the logbook!"; +$lang['qso_simplefle_error_date'] = "Invalid date"; + +$lang['qso_simplefle_syntax_help_button'] = "Syntax Help"; +$lang['qso_simplefle_syntax_help_title'] = "Syntax for FLE"; +$lang['qso_simplefle_syntax_help_ln1'] = "Before starting to log a QSO, please note the basic rules."; +$lang['qso_simplefle_syntax_help_ln2'] = "- Each new QSO should be on a new line."; +$lang['qso_simplefle_syntax_help_ln3'] = "- On each new line, only write data that has changed from the previous QSO."; +$lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already filled in the form on the left with the date, station call, and operator's call. The main data includes the band (or QRG in MHz, e.g., '7.145'), mode, and time. After the time, you provide the first QSO, which is essentially the callsign."; +$lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; +$lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; +$lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; diff --git a/application/language/finnish/qso_lang.php b/application/language/finnish/qso_lang.php index 573d2626..1ef7188a 100644 --- a/application/language/finnish/qso_lang.php +++ b/application/language/finnish/qso_lang.php @@ -36,3 +36,48 @@ $lang['qso_details'] = 'QSO:n tiedot'; $lang['fav_add'] = 'Add Band/Mode to Favs'; $lang['qso_operator_callsign'] = 'Operator Callsign'; + +// Simple FLE (FastLogEntry) + +$lang['qso_simplefle_info'] = "What is that?"; +$lang['qso_simplefle_info_ln1'] = "Simple Fast Log Entry (FLE)"; +$lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system to log QSOs very quickly and efficiently. Due to its syntax, only a minimum of input is required to log many QSOs with as little effort as possible."; +$lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; +$lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; +$lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_list'] = "QSO List"; +$lang['qso_simplefle_qso_list_total'] = "Total"; +$lang['qso_simplefle_qso_date'] = "QSO Date"; +$lang['qso_simplefle_operator'] = "Operator"; +$lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; +$lang['qso_simplefle_station_call_location'] = "Station Call/Location"; +$lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_enter_the_data'] = "Enter the Data"; +$lang['qso_simplefle_reload'] = "Reload QSO List"; +$lang['qso_simplefle_save'] = "Save in Cloudlog"; +$lang['qso_simplefle_clear'] = "Clear Logging Session"; + +$lang['qso_simplefle_error_band'] = "Band is missing!"; +$lang['qso_simplefle_error_mode'] = "Mode is missing!"; +$lang['qso_simplefle_error_time'] = "Time is not set!"; +$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_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!"; +$lang['qso_simplefle_success_save_to_log'] = "The QSO were successfully logged in the logbook!"; +$lang['qso_simplefle_error_date'] = "Invalid date"; + +$lang['qso_simplefle_syntax_help_button'] = "Syntax Help"; +$lang['qso_simplefle_syntax_help_title'] = "Syntax for FLE"; +$lang['qso_simplefle_syntax_help_ln1'] = "Before starting to log a QSO, please note the basic rules."; +$lang['qso_simplefle_syntax_help_ln2'] = "- Each new QSO should be on a new line."; +$lang['qso_simplefle_syntax_help_ln3'] = "- On each new line, only write data that has changed from the previous QSO."; +$lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already filled in the form on the left with the date, station call, and operator's call. The main data includes the band (or QRG in MHz, e.g., '7.145'), mode, and time. After the time, you provide the first QSO, which is essentially the callsign."; +$lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; +$lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; +$lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; + diff --git a/application/language/french/qso_lang.php b/application/language/french/qso_lang.php index 6601bbdc..822ef5ef 100644 --- a/application/language/french/qso_lang.php +++ b/application/language/french/qso_lang.php @@ -36,3 +36,48 @@ $lang['qso_details'] = 'QSO Details'; $lang['fav_add'] = 'Add Band/Mode to Favs'; $lang['qso_operator_callsign'] = 'Operator Callsign'; + +// Simple FLE (FastLogEntry) + +$lang['qso_simplefle_info'] = "What is that?"; +$lang['qso_simplefle_info_ln1'] = "Simple Fast Log Entry (FLE)"; +$lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system to log QSOs very quickly and efficiently. Due to its syntax, only a minimum of input is required to log many QSOs with as little effort as possible."; +$lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; +$lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; +$lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_list'] = "QSO List"; +$lang['qso_simplefle_qso_list_total'] = "Total"; +$lang['qso_simplefle_qso_date'] = "QSO Date"; +$lang['qso_simplefle_operator'] = "Operator"; +$lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; +$lang['qso_simplefle_station_call_location'] = "Station Call/Location"; +$lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_enter_the_data'] = "Enter the Data"; +$lang['qso_simplefle_reload'] = "Reload QSO List"; +$lang['qso_simplefle_save'] = "Save in Cloudlog"; +$lang['qso_simplefle_clear'] = "Clear Logging Session"; + +$lang['qso_simplefle_error_band'] = "Band is missing!"; +$lang['qso_simplefle_error_mode'] = "Mode is missing!"; +$lang['qso_simplefle_error_time'] = "Time is not set!"; +$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_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!"; +$lang['qso_simplefle_success_save_to_log'] = "The QSO were successfully logged in the logbook!"; +$lang['qso_simplefle_error_date'] = "Invalid date"; + +$lang['qso_simplefle_syntax_help_button'] = "Syntax Help"; +$lang['qso_simplefle_syntax_help_title'] = "Syntax for FLE"; +$lang['qso_simplefle_syntax_help_ln1'] = "Before starting to log a QSO, please note the basic rules."; +$lang['qso_simplefle_syntax_help_ln2'] = "- Each new QSO should be on a new line."; +$lang['qso_simplefle_syntax_help_ln3'] = "- On each new line, only write data that has changed from the previous QSO."; +$lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already filled in the form on the left with the date, station call, and operator's call. The main data includes the band (or QRG in MHz, e.g., '7.145'), mode, and time. After the time, you provide the first QSO, which is essentially the callsign."; +$lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; +$lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; +$lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; + diff --git a/application/language/german/qso_lang.php b/application/language/german/qso_lang.php index bdc29eda..cc553da9 100644 --- a/application/language/german/qso_lang.php +++ b/application/language/german/qso_lang.php @@ -36,3 +36,48 @@ $lang['qso_details'] = 'QSO Details'; $lang['fav_add'] = 'Band/Mode zu Favoriten hinzufügen'; $lang['qso_operator_callsign']='Operator Rufzeichen'; + +// Simple FLE (FastLogEntry) + +$lang['qso_simplefle_info'] = "Was ist das?"; +$lang['qso_simplefle_info_ln1'] = "Einfaches Fast Log Entry (FLE)"; +$lang['qso_simplefle_info_ln2'] = "'Fast Log Entry' oder einfach 'FLE' ist ein System um QSO sehr schnell und effizient zu loggen. Aufgrund seiner Syntax sind nur minimale Eingaben erforderlich, um mit möglichst geringem Aufwand viele QSOs zu erfassen."; +$lang['qso_simplefle_info_ln3'] = "FLE wurde ursprünglich von DF3CB geschrieben. Auf seiner Website bietet er ein Programm für Windows an. Simple FLE wurde von OK2CQR auf Basis des FLE von DF3CB geschrieben und bietet eine Webapplikation zum Erfassen von QSOs."; +$lang['qso_simplefle_info_ln4'] = "Ein üblicher Anwendungsfall ist, wenn Sie Ihre Papier-Logbücher von einer Outdoor-Aktion erfassen müssen und SimpleFLE nun auch in Cloudlog verfügbar. Informationen über die allgemeine Syntax und Handhabung gibt es hier."; +$lang['qso_simplefle_qso_data'] = "QSO Daten"; +$lang['qso_simplefle_qso_list'] = "QSO Liste"; +$lang['qso_simplefle_qso_list_total'] = "Total"; +$lang['qso_simplefle_qso_date'] = "QSO Datum"; +$lang['qso_simplefle_operator'] = "Operator"; +$lang['qso_simplefle_operator_hint'] = "z.B. OK2CQR"; +$lang['qso_simplefle_station_call_location'] = "Stationsstandort"; +$lang['qso_simplefle_station_call_location_hint'] = "Falls du von einem neuen Standort oder mit einem neuen Rufzeichen gefunkt hast, erstelle erst einen neuen Stationsstandort"; +$lang['qso_simplefle_enter_the_data'] = "Gibt hier die Daten ein"; +$lang['qso_simplefle_reload'] = "Aktualisiere QSO Liste"; +$lang['qso_simplefle_save'] = "Speichere in Cloudlog"; +$lang['qso_simplefle_clear'] = "Lösche QSO Daten"; + +$lang['qso_simplefle_error_band'] = "Band fehlt!"; +$lang['qso_simplefle_error_mode'] = "Mode fehlt!"; +$lang['qso_simplefle_error_time'] = "Zeit nicht gesetzt!"; +$lang['qso_simplefle_error_stationcall'] = "Stationsstandort nicht ausgewählt"; +$lang['qso_simplefle_error_operator'] = "'Operator' Feld ist leer"; +$lang['qso_simplefle_warning_reset'] = "Warnung! Willst du wirklich alles zurücksetzen?"; +$lang['qso_simplefle_warning_missing_band_mode'] = "Warnung! Du kannst die QSO Liste nicht loggen, da bei manchen QSO das Band und/oder der Mode fehlt!"; +$lang['qso_simplefle_confirm_save_to_log'] = "Bist du dir sicher, dass du diese QSO loggen und die Eingabe zurücksetzen willst?"; +$lang['qso_simplefle_success_save_to_log_header'] = "QSO geloggt!"; +$lang['qso_simplefle_success_save_to_log'] = "Die QSO wurden erfolgreich im Logbuch gespeichert!"; +$lang['qso_simplefle_error_date'] = "Ungültiges Datum"; + +$lang['qso_simplefle_syntax_help_button'] = "Syntax Hilfe"; +$lang['qso_simplefle_syntax_help_title'] = "Syntax für FLE"; +$lang['qso_simplefle_syntax_help_ln1'] = "Bevor du ein QSO loggst, beachte bitte die grundlegenden Regeln."; +$lang['qso_simplefle_syntax_help_ln2'] = "- Jedes neue QSO sollte in einer neuen Zeile stehen."; +$lang['qso_simplefle_syntax_help_ln3'] = "- In jeder neuen Zeile schreibst du nur Daten, die sich vom vorherigen QSO geändert haben."; +$lang['qso_simplefle_syntax_help_ln4'] = "Um zu beginnen, stelle sicher, dass du die Felder auf der linken Seite bereits mit Datum, Stationsrufzeichen/-standort und Rufzeichen des Operators ausgefüllt hast. Die wichtigsten Daten umfassen das Band (oder QRG in MHz, z.B. '7.145'), Mode und Zeit. Nach der Zeit gibst du das erste QSO an, was im wesentlichen das Rufzeichen ist."; +$lang['qso_simplefle_syntax_help_ln5'] = "Zum Beispiel ein QSO um 21:34 Uhr (UTC) mit 2M0SQL auf 20m SSB."; +$lang['qso_simplefle_syntax_help_ln6'] = "Wenn du keine RST-Informationen angibst, verwendet die Syntax 59 (599 für Daten). Unser nächstes QSO war nicht auf beiden Seiten 59, also geben wir die Informationen zuerst mit gesendeter RST an. Es war 2 Minuten später als das erste QSO."; +$lang['qso_simplefle_syntax_help_ln7'] = "Das erste QSO war um 21:34 Uhr, und das zweite 2 Minuten später um 21:36 Uhr. Wir schreiben '6' für die geänderte Minute, da dies die einzige geänderte Information ist. Die Eingaben zum Band und Mode haben sich nicht geändert, daher entfallen diese Daten hier."; +$lang['qso_simplefle_syntax_help_ln8'] = "Für unser nächstes QSO um 21:40 Uhr haben wir das Band auf 40m geändert, sind aber immer noch auf SSB. Wenn keine RST-Informationen angegeben sind, verwendet die Syntax bei jedem neuen QSO 59. Daher können wir um 21:42 Uhr ein weiteres QSO hinzufügen."; +$lang['qso_simplefle_syntax_help_ln9'] = "Für weitere Informationen zur Syntax siehe die Website von DF3CB hier."; + diff --git a/application/language/greek/qso_lang.php b/application/language/greek/qso_lang.php index 148e6c5e..4bce9503 100644 --- a/application/language/greek/qso_lang.php +++ b/application/language/greek/qso_lang.php @@ -36,3 +36,48 @@ $lang['qso_details'] = 'Στοιχεία QSO'; $lang['fav_add'] = 'Add Band/Mode to Favs'; $lang['qso_operator_callsign'] = 'Operator Callsign'; + +// Simple FLE (FastLogEntry) + +$lang['qso_simplefle_info'] = "What is that?"; +$lang['qso_simplefle_info_ln1'] = "Simple Fast Log Entry (FLE)"; +$lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system to log QSOs very quickly and efficiently. Due to its syntax, only a minimum of input is required to log many QSOs with as little effort as possible."; +$lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; +$lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; +$lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_list'] = "QSO List"; +$lang['qso_simplefle_qso_list_total'] = "Total"; +$lang['qso_simplefle_qso_date'] = "QSO Date"; +$lang['qso_simplefle_operator'] = "Operator"; +$lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; +$lang['qso_simplefle_station_call_location'] = "Station Call/Location"; +$lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_enter_the_data'] = "Enter the Data"; +$lang['qso_simplefle_reload'] = "Reload QSO List"; +$lang['qso_simplefle_save'] = "Save in Cloudlog"; +$lang['qso_simplefle_clear'] = "Clear Logging Session"; + +$lang['qso_simplefle_error_band'] = "Band is missing!"; +$lang['qso_simplefle_error_mode'] = "Mode is missing!"; +$lang['qso_simplefle_error_time'] = "Time is not set!"; +$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_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!"; +$lang['qso_simplefle_success_save_to_log'] = "The QSO were successfully logged in the logbook!"; +$lang['qso_simplefle_error_date'] = "Invalid date"; + +$lang['qso_simplefle_syntax_help_button'] = "Syntax Help"; +$lang['qso_simplefle_syntax_help_title'] = "Syntax for FLE"; +$lang['qso_simplefle_syntax_help_ln1'] = "Before starting to log a QSO, please note the basic rules."; +$lang['qso_simplefle_syntax_help_ln2'] = "- Each new QSO should be on a new line."; +$lang['qso_simplefle_syntax_help_ln3'] = "- On each new line, only write data that has changed from the previous QSO."; +$lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already filled in the form on the left with the date, station call, and operator's call. The main data includes the band (or QRG in MHz, e.g., '7.145'), mode, and time. After the time, you provide the first QSO, which is essentially the callsign."; +$lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; +$lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; +$lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; + diff --git a/application/language/italian/qso_lang.php b/application/language/italian/qso_lang.php index 8b80a585..cda18464 100644 --- a/application/language/italian/qso_lang.php +++ b/application/language/italian/qso_lang.php @@ -36,3 +36,48 @@ $lang['qso_details'] = 'Dettagli QSO'; $lang['fav_add'] = 'Add Band/Mode to Favs'; $lang['qso_operator_callsign'] = 'Operator Callsign'; + +// Simple FLE (FastLogEntry) + +$lang['qso_simplefle_info'] = "What is that?"; +$lang['qso_simplefle_info_ln1'] = "Simple Fast Log Entry (FLE)"; +$lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system to log QSOs very quickly and efficiently. Due to its syntax, only a minimum of input is required to log many QSOs with as little effort as possible."; +$lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; +$lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; +$lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_list'] = "QSO List"; +$lang['qso_simplefle_qso_list_total'] = "Total"; +$lang['qso_simplefle_qso_date'] = "QSO Date"; +$lang['qso_simplefle_operator'] = "Operator"; +$lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; +$lang['qso_simplefle_station_call_location'] = "Station Call/Location"; +$lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_enter_the_data'] = "Enter the Data"; +$lang['qso_simplefle_reload'] = "Reload QSO List"; +$lang['qso_simplefle_save'] = "Save in Cloudlog"; +$lang['qso_simplefle_clear'] = "Clear Logging Session"; + +$lang['qso_simplefle_error_band'] = "Band is missing!"; +$lang['qso_simplefle_error_mode'] = "Mode is missing!"; +$lang['qso_simplefle_error_time'] = "Time is not set!"; +$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_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!"; +$lang['qso_simplefle_success_save_to_log'] = "The QSO were successfully logged in the logbook!"; +$lang['qso_simplefle_error_date'] = "Invalid date"; + +$lang['qso_simplefle_syntax_help_button'] = "Syntax Help"; +$lang['qso_simplefle_syntax_help_title'] = "Syntax for FLE"; +$lang['qso_simplefle_syntax_help_ln1'] = "Before starting to log a QSO, please note the basic rules."; +$lang['qso_simplefle_syntax_help_ln2'] = "- Each new QSO should be on a new line."; +$lang['qso_simplefle_syntax_help_ln3'] = "- On each new line, only write data that has changed from the previous QSO."; +$lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already filled in the form on the left with the date, station call, and operator's call. The main data includes the band (or QRG in MHz, e.g., '7.145'), mode, and time. After the time, you provide the first QSO, which is essentially the callsign."; +$lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; +$lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; +$lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; + diff --git a/application/language/polish/qso_lang.php b/application/language/polish/qso_lang.php index cc751b39..296a8810 100644 --- a/application/language/polish/qso_lang.php +++ b/application/language/polish/qso_lang.php @@ -36,3 +36,48 @@ $lang['qso_details'] = 'Szczegóły QSO'; $lang['fav_add'] = 'Add Band/Mode to Favs'; $lang['qso_operator_callsign'] = 'Operator Callsign'; + +// Simple FLE (FastLogEntry) + +$lang['qso_simplefle_info'] = "What is that?"; +$lang['qso_simplefle_info_ln1'] = "Simple Fast Log Entry (FLE)"; +$lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system to log QSOs very quickly and efficiently. Due to its syntax, only a minimum of input is required to log many QSOs with as little effort as possible."; +$lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; +$lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; +$lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_list'] = "QSO List"; +$lang['qso_simplefle_qso_list_total'] = "Total"; +$lang['qso_simplefle_qso_date'] = "QSO Date"; +$lang['qso_simplefle_operator'] = "Operator"; +$lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; +$lang['qso_simplefle_station_call_location'] = "Station Call/Location"; +$lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_enter_the_data'] = "Enter the Data"; +$lang['qso_simplefle_reload'] = "Reload QSO List"; +$lang['qso_simplefle_save'] = "Save in Cloudlog"; +$lang['qso_simplefle_clear'] = "Clear Logging Session"; + +$lang['qso_simplefle_error_band'] = "Band is missing!"; +$lang['qso_simplefle_error_mode'] = "Mode is missing!"; +$lang['qso_simplefle_error_time'] = "Time is not set!"; +$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_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!"; +$lang['qso_simplefle_success_save_to_log'] = "The QSO were successfully logged in the logbook!"; +$lang['qso_simplefle_error_date'] = "Invalid date"; + +$lang['qso_simplefle_syntax_help_button'] = "Syntax Help"; +$lang['qso_simplefle_syntax_help_title'] = "Syntax for FLE"; +$lang['qso_simplefle_syntax_help_ln1'] = "Before starting to log a QSO, please note the basic rules."; +$lang['qso_simplefle_syntax_help_ln2'] = "- Each new QSO should be on a new line."; +$lang['qso_simplefle_syntax_help_ln3'] = "- On each new line, only write data that has changed from the previous QSO."; +$lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already filled in the form on the left with the date, station call, and operator's call. The main data includes the band (or QRG in MHz, e.g., '7.145'), mode, and time. After the time, you provide the first QSO, which is essentially the callsign."; +$lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; +$lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; +$lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; + diff --git a/application/language/russian/qso_lang.php b/application/language/russian/qso_lang.php index deaa19ad..98efa973 100644 --- a/application/language/russian/qso_lang.php +++ b/application/language/russian/qso_lang.php @@ -36,3 +36,48 @@ $lang['qso_details'] = 'Детали QSO'; $lang['fav_add'] = 'Add Band/Mode to Favs'; $lang['qso_operator_callsign'] = 'Operator Callsign'; + +// Simple FLE (FastLogEntry) + +$lang['qso_simplefle_info'] = "What is that?"; +$lang['qso_simplefle_info_ln1'] = "Simple Fast Log Entry (FLE)"; +$lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system to log QSOs very quickly and efficiently. Due to its syntax, only a minimum of input is required to log many QSOs with as little effort as possible."; +$lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; +$lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; +$lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_list'] = "QSO List"; +$lang['qso_simplefle_qso_list_total'] = "Total"; +$lang['qso_simplefle_qso_date'] = "QSO Date"; +$lang['qso_simplefle_operator'] = "Operator"; +$lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; +$lang['qso_simplefle_station_call_location'] = "Station Call/Location"; +$lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_enter_the_data'] = "Enter the Data"; +$lang['qso_simplefle_reload'] = "Reload QSO List"; +$lang['qso_simplefle_save'] = "Save in Cloudlog"; +$lang['qso_simplefle_clear'] = "Clear Logging Session"; + +$lang['qso_simplefle_error_band'] = "Band is missing!"; +$lang['qso_simplefle_error_mode'] = "Mode is missing!"; +$lang['qso_simplefle_error_time'] = "Time is not set!"; +$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_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!"; +$lang['qso_simplefle_success_save_to_log'] = "The QSO were successfully logged in the logbook!"; +$lang['qso_simplefle_error_date'] = "Invalid date"; + +$lang['qso_simplefle_syntax_help_button'] = "Syntax Help"; +$lang['qso_simplefle_syntax_help_title'] = "Syntax for FLE"; +$lang['qso_simplefle_syntax_help_ln1'] = "Before starting to log a QSO, please note the basic rules."; +$lang['qso_simplefle_syntax_help_ln2'] = "- Each new QSO should be on a new line."; +$lang['qso_simplefle_syntax_help_ln3'] = "- On each new line, only write data that has changed from the previous QSO."; +$lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already filled in the form on the left with the date, station call, and operator's call. The main data includes the band (or QRG in MHz, e.g., '7.145'), mode, and time. After the time, you provide the first QSO, which is essentially the callsign."; +$lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; +$lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; +$lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; + diff --git a/application/language/spanish/qso_lang.php b/application/language/spanish/qso_lang.php index cfa35165..336acbb5 100644 --- a/application/language/spanish/qso_lang.php +++ b/application/language/spanish/qso_lang.php @@ -36,3 +36,48 @@ $lang['qso_details'] = 'Detalles de QSO'; $lang['fav_add'] = 'Add Band/Mode to Favs'; $lang['qso_operator_callsign'] = 'Operator Callsign'; + +// Simple FLE (FastLogEntry) + +$lang['qso_simplefle_info'] = "What is that?"; +$lang['qso_simplefle_info_ln1'] = "Simple Fast Log Entry (FLE)"; +$lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system to log QSOs very quickly and efficiently. Due to its syntax, only a minimum of input is required to log many QSOs with as little effort as possible."; +$lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; +$lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; +$lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_list'] = "QSO List"; +$lang['qso_simplefle_qso_list_total'] = "Total"; +$lang['qso_simplefle_qso_date'] = "QSO Date"; +$lang['qso_simplefle_operator'] = "Operator"; +$lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; +$lang['qso_simplefle_station_call_location'] = "Station Call/Location"; +$lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_enter_the_data'] = "Enter the Data"; +$lang['qso_simplefle_reload'] = "Reload QSO List"; +$lang['qso_simplefle_save'] = "Save in Cloudlog"; +$lang['qso_simplefle_clear'] = "Clear Logging Session"; + +$lang['qso_simplefle_error_band'] = "Band is missing!"; +$lang['qso_simplefle_error_mode'] = "Mode is missing!"; +$lang['qso_simplefle_error_time'] = "Time is not set!"; +$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_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!"; +$lang['qso_simplefle_success_save_to_log'] = "The QSO were successfully logged in the logbook!"; +$lang['qso_simplefle_error_date'] = "Invalid date"; + +$lang['qso_simplefle_syntax_help_button'] = "Syntax Help"; +$lang['qso_simplefle_syntax_help_title'] = "Syntax for FLE"; +$lang['qso_simplefle_syntax_help_ln1'] = "Before starting to log a QSO, please note the basic rules."; +$lang['qso_simplefle_syntax_help_ln2'] = "- Each new QSO should be on a new line."; +$lang['qso_simplefle_syntax_help_ln3'] = "- On each new line, only write data that has changed from the previous QSO."; +$lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already filled in the form on the left with the date, station call, and operator's call. The main data includes the band (or QRG in MHz, e.g., '7.145'), mode, and time. After the time, you provide the first QSO, which is essentially the callsign."; +$lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; +$lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; +$lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; + diff --git a/application/language/swedish/qso_lang.php b/application/language/swedish/qso_lang.php index 06c200cf..36bed414 100644 --- a/application/language/swedish/qso_lang.php +++ b/application/language/swedish/qso_lang.php @@ -28,7 +28,7 @@ $lang['qsl_notes_helptext'] = 'Detta innehåll exporteras till QSL-services som $lang['qso_btn_reset_qso'] = 'Reset'; $lang['qso_btn_save_qso'] = 'Spara QSO'; $lang['qso_btn_edit_qso'] = 'Redigera QSO'; -$lang['qso_delete_warning'] = "Warning! Are you sure you want delete QSO with "; +$lang['qso_delete_warning'] = "Warning! Are you sure you want delete QSO with "; // QSO Details @@ -36,3 +36,48 @@ $lang['qso_details'] = 'QSO-detaljer'; $lang['fav_add'] = 'Add Band/Mode to Favs'; $lang['qso_operator_callsign'] = 'Operator Callsign'; + +// Simple FLE (FastLogEntry) + +$lang['qso_simplefle_info'] = "What is that?"; +$lang['qso_simplefle_info_ln1'] = "Simple Fast Log Entry (FLE)"; +$lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system to log QSOs very quickly and efficiently. Due to its syntax, only a minimum of input is required to log many QSOs with as little effort as possible."; +$lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; +$lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; +$lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_list'] = "QSO List"; +$lang['qso_simplefle_qso_list_total'] = "Total"; +$lang['qso_simplefle_qso_date'] = "QSO Date"; +$lang['qso_simplefle_operator'] = "Operator"; +$lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; +$lang['qso_simplefle_station_call_location'] = "Station Call/Location"; +$lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_enter_the_data'] = "Enter the Data"; +$lang['qso_simplefle_reload'] = "Reload QSO List"; +$lang['qso_simplefle_save'] = "Save in Cloudlog"; +$lang['qso_simplefle_clear'] = "Clear Logging Session"; + +$lang['qso_simplefle_error_band'] = "Band is missing!"; +$lang['qso_simplefle_error_mode'] = "Mode is missing!"; +$lang['qso_simplefle_error_time'] = "Time is not set!"; +$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_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!"; +$lang['qso_simplefle_success_save_to_log'] = "The QSO were successfully logged in the logbook!"; +$lang['qso_simplefle_error_date'] = "Invalid date"; + +$lang['qso_simplefle_syntax_help_button'] = "Syntax Help"; +$lang['qso_simplefle_syntax_help_title'] = "Syntax for FLE"; +$lang['qso_simplefle_syntax_help_ln1'] = "Before starting to log a QSO, please note the basic rules."; +$lang['qso_simplefle_syntax_help_ln2'] = "- Each new QSO should be on a new line."; +$lang['qso_simplefle_syntax_help_ln3'] = "- On each new line, only write data that has changed from the previous QSO."; +$lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already filled in the form on the left with the date, station call, and operator's call. The main data includes the band (or QRG in MHz, e.g., '7.145'), mode, and time. After the time, you provide the first QSO, which is essentially the callsign."; +$lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; +$lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; +$lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; + diff --git a/application/language/turkish/qso_lang.php b/application/language/turkish/qso_lang.php index 797ccdac..118f7239 100644 --- a/application/language/turkish/qso_lang.php +++ b/application/language/turkish/qso_lang.php @@ -36,3 +36,48 @@ $lang['qso_details'] = 'QSO detayları'; $lang['fav_add'] = 'Add Band/Mode to Favs'; $lang['qso_operator_callsign'] = 'Operator Callsign'; + +// Simple FLE (FastLogEntry) + +$lang['qso_simplefle_info'] = "What is that?"; +$lang['qso_simplefle_info_ln1'] = "Simple Fast Log Entry (FLE)"; +$lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system to log QSOs very quickly and efficiently. Due to its syntax, only a minimum of input is required to log many QSOs with as little effort as possible."; +$lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; +$lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; +$lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_list'] = "QSO List"; +$lang['qso_simplefle_qso_list_total'] = "Total"; +$lang['qso_simplefle_qso_date'] = "QSO Date"; +$lang['qso_simplefle_operator'] = "Operator"; +$lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; +$lang['qso_simplefle_station_call_location'] = "Station Call/Location"; +$lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_enter_the_data'] = "Enter the Data"; +$lang['qso_simplefle_reload'] = "Reload QSO List"; +$lang['qso_simplefle_save'] = "Save in Cloudlog"; +$lang['qso_simplefle_clear'] = "Clear Logging Session"; + +$lang['qso_simplefle_error_band'] = "Band is missing!"; +$lang['qso_simplefle_error_mode'] = "Mode is missing!"; +$lang['qso_simplefle_error_time'] = "Time is not set!"; +$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_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!"; +$lang['qso_simplefle_success_save_to_log'] = "The QSO were successfully logged in the logbook!"; +$lang['qso_simplefle_error_date'] = "Invalid date"; + +$lang['qso_simplefle_syntax_help_button'] = "Syntax Help"; +$lang['qso_simplefle_syntax_help_title'] = "Syntax for FLE"; +$lang['qso_simplefle_syntax_help_ln1'] = "Before starting to log a QSO, please note the basic rules."; +$lang['qso_simplefle_syntax_help_ln2'] = "- Each new QSO should be on a new line."; +$lang['qso_simplefle_syntax_help_ln3'] = "- On each new line, only write data that has changed from the previous QSO."; +$lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already filled in the form on the left with the date, station call, and operator's call. The main data includes the band (or QRG in MHz, e.g., '7.145'), mode, and time. After the time, you provide the first QSO, which is essentially the callsign."; +$lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; +$lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; +$lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; + diff --git a/application/views/simplefle/index.php b/application/views/simplefle/index.php index 1070f554..dfe091d7 100644 --- a/application/views/simplefle/index.php +++ b/application/views/simplefle/index.php @@ -8,16 +8,29 @@

- +
session->flashdata('message')) { ?> @@ -44,19 +57,19 @@
- QSO Data +
- +
- +
@@ -66,7 +79,7 @@
- If you did operate from a new location, first create a new '>Station Location +
@@ -89,7 +102,7 @@
-

Enter the data

+

@@ -97,22 +110,22 @@
- QSO list +
- - - - - - - - - + + + + + + + + + @@ -124,16 +137,16 @@
- +
- +
- +
- +
diff --git a/application/views/simplefle/syntax_help.php b/application/views/simplefle/syntax_help.php index fa956e6e..e1fdcbbd 100644 --- a/application/views/simplefle/syntax_help.php +++ b/application/views/simplefle/syntax_help.php @@ -1,26 +1,27 @@ -

Before start logging a qso to notice to basic rules:

-

- Every new QSO get its own new line

-

- At every new line only write data, which changed to the last qso

-

We start with the first data, you already filled the form on the left with the date, wwff/sota info, stationcall and operator call. The main data contains the band, mode and time. After time you provide the first qso (basically the callsign)

+

:

+

+

+

     20m ssb
     2134 2m0sql
 
-

So this QSO started at 21:34 (UTC!) with 2M0SQL on 20m SSB.

-

If you do not provide any RST Information the Syntax will use 59 (599 for data). Out next QSO wasn't 59 on both sides so we provide the information with the sent RST first. And it was 2 Minutes later then the first QSO.

+

+

     20m ssb
     2134 2m0sql
     6 la8aja 47 46
 
-

The first QSO was at 21:34, the second one 2 Minutes later at 21:36 so we write down 6 because this is the only data which changed here. The information about band and mode didn't change. So this data is omitted.

-

For our next QSO at 21:40 we changed band to 40m, but still on SSB. If now RST information is given the syntax will use 59 for every new QSO.

+

+

     20m ssb
     2134 2m0sql
     6 la8aja 47 46
     40m 
     40 dj7nt
+    2 df3et
 
-

For further information about the syntax please check the Website of DF3CB here.

+

diff --git a/assets/js/sections/simplefle.js b/assets/js/sections/simplefle.js index 256a2d41..c34d8515 100644 --- a/assets/js/sections/simplefle.js +++ b/assets/js/sections/simplefle.js @@ -10,16 +10,16 @@ var qsoList = []; $('#simpleFleInfoButton').click(function (event) { var awardInfoLines = [ - lang_simplefle_info_ln2, - lang_simplefle_info_ln3, - lang_simplefle_info_ln4 + lang_qso_simplefle_info_ln2, + lang_qso_simplefle_info_ln3, + lang_qso_simplefle_info_ln4 ]; var simpleFleInfo = ""; awardInfoLines.forEach(function (line) { simpleFleInfo += line + "

"; }); BootstrapDialog.alert({ - title: "

"+lang_simplefle_info_ln1+"

", + title: "

"+lang_qso_simplefle_info_ln1+"

", message: simpleFleInfo, }); }); @@ -31,7 +31,7 @@ $('#js-syntax').click(function (event) { type: 'post', success: function (html) { BootstrapDialog.alert({ - title: "

"+lang_simplefle_syntax_help_title+"

", + title: "

"+lang_qso_simplefle_syntax_help_title+"

", size: BootstrapDialog.SIZE_WIDE, nl2br: false, message: html, @@ -139,17 +139,17 @@ function handleInput() { } if (band === "") { - addErrorMessage("Band is missing!"); + addErrorMessage(lang_qso_simplefle_error_band); } if (mode === "") { - addErrorMessage("Mode is missing"); + addErrorMessage(lang_qso_simplefle_error_mode); } if (qsotime === "") { - addErrorMessage("Time is not set!"); + addErrorMessage(lang_qso_simplefle_error_time); } if (isValidDate(extraQsoDate) === false) { - addErrorMessage("Invalid date " + extraQsoDate); + addErrorMessage(lang_qso_simplefle_error_date + " " + extraQsoDate); extraQsoDate = qsodate; } @@ -203,7 +203,7 @@ function handleInput() { var qsoCount = qsoList.length; if (qsoCount) { - $(".js-qso-count").html("Total: " + qsoCount + " QSO"); + $(".js-qso-count").html("" + lang_qso_simplefle_qso_list_total + ": " + qsoCount + " " + lang_gen_hamradio_qso); } else { $(".js-qso-count").html(""); } @@ -217,7 +217,7 @@ function checkMainFieldsErrors() { if ($("#station-call").val() === '-') { $('#warningStationCall').show(); $('#station-call').css('border', '2px solid rgb(217, 83, 79)'); - $('#warningStationCall').text("Station Call is not selected"); + $('#warningStationCall').text(lang_qso_simplefle_error_stationcall); } else { $('#station-call').css('border', ''); $('#warningStationCall').hide(); @@ -226,7 +226,7 @@ function checkMainFieldsErrors() { if ($("#operator").val() === "") { $('#warningOperatorField').show(); $('#operator').css('border', '2px solid rgb(217, 83, 79)'); - $('#warningOperatorField').text("'Operator' Field is empty"); + $('#warningOperatorField').text(lang_qso_simplefle_error_operator); }else { $('#operator').css('border', ''); $('#warningOperatorField').hide(); @@ -270,11 +270,11 @@ $(".js-reload-qso").click(function () { $(".js-empty-qso").click(function () { BootstrapDialog.confirm({ - title: "WARNING", - message: "Warning! Do you really want to reset everything?", + title: lang_general_word_warning, + message: lang_qso_simplefle_warning_reset, type: BootstrapDialog.TYPE_DANGER, - btnCancelLabel: "Cancel", - btnOKLabel: "OK!", + btnCancelLabel: lang_general_word_cancel, + btnOKLabel: lang_general_word_ok, btnOKClass: "btn-warning", callback: function (result) { if (result) { @@ -625,11 +625,11 @@ $(".js-save-to-log").click(function () { } if (false === isBandModeEntered()) { BootstrapDialog.alert({ - title: "WARNING", - message: "Warning! You can't log the QSO list because some QSO do not have band and/or mode defined!?", + title: lang_general_word_warning, + message: lang_qso_simplefle_warning_missing_band_mode, type: BootstrapDialog.TYPE_DANGER, - btnCancelLabel: "Cancel", - btnOKLabel: "OK!", + btnCancelLabel: lang_general_word_cancel, + btnOKLabel: lang_general_word_ok, btnOKClass: "btn-warning", }); return false; @@ -637,12 +637,12 @@ $(".js-save-to-log").click(function () { else { handleInput(); BootstrapDialog.confirm({ - title: "ATTENTION", + title: lang_general_word_attention, message: - "Are you sure that you want to add these QSO to the Log and clear the session?", + lang_qso_simplefle_confirm_save_to_log, type: BootstrapDialog.TYPE_INFO, - btnCancelLabel: "Cancel", - btnOKLabel: "Log it!", + btnCancelLabel: lang_general_word_cancel, + btnOKLabel: lang_general_word_ok, btnOKClass: "btn-info", callback: function (result) { if (result) { @@ -686,9 +686,9 @@ $(".js-save-to-log").click(function () { clearSession(); BootstrapDialog.alert({ - title: "QSO logged", + title: lang_qso_simplefle_success_save_to_log_header, message: - "The QSO were successfully logged in the logbook!", + lang_qso_simplefle_success_save_to_log, }); } },
DateTimeCallsignBandModeRSRROp.SOTA/WFFSOTA/WWFF