Merge pull request #2638 from HB9HIL/cabrillo-multilanguage

Cabrillo Multilanguage
这个提交包含在:
Andreas Kristiansen 2023-10-31 09:04:20 +01:00 提交者 GitHub
当前提交 d15a00e559
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有 32 个文件被更改,包括 859 次插入254 次删除

查看文件

@ -34,3 +34,42 @@ $lang['export_sota_header'] = "SOTA CSV Export";
$lang['export_sota_description'] = "Export your logbook for SOTA uploads.";
$lang['export_sota_info_warning'] = "Only QSOs with SOTA information will be exported!";
/*
___________________________________________________________________________________________
Cabrillo Export
___________________________________________________________________________________________
*/
$lang['export_cabrillo_header'] = "Cabrillo Export";
$lang['export_cabrillo_description'] = "Export a contest to a Cabrillo log";
$lang['export_cabrillo_select_station'] = "Select Station Location:";
$lang['export_cabrillo_proceed'] = "Proceed";
$lang['export_cabrillo_select_year'] = "Select Year";
$lang['export_cabrillo_select_contest'] = "Select Contest";
$lang['export_cabrillo_select_date_range'] = "Select Date Range";
$lang['export_cabrillo_club'] = "Club";
$lang['export_cabrillo_cat_operator'] = "Category Operator";
$lang['export_cabrillo_cat_operator_single_op'] = "Single Operator";
$lang['export_cabrillo_cat_operator_multi_op'] = "Multi Operator";
$lang['export_cabrillo_cat_operator_checklog'] = "Checklog";
$lang['export_cabrillo_cat_assisted'] = "Category Assisted";
$lang['export_cabrillo_cat_assisted_not_ass'] = "Not Assisted";
$lang['export_cabrillo_cat_assisted_ass'] = "Assisted";
$lang['export_cabrillo_cat_band'] = "Category Band";
$lang['export_cabrillo_cat_band_arrl_vhf'] = "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)";
$lang['export_cabrillo_cat_mode'] = "Category Mode";
$lang['export_cabrillo_cat_power'] = "Category Power";
$lang['export_cabrillo_cat_station'] = "Category Station";
$lang['export_cabrillo_cat_transmitter'] = "Category Transmitter";
$lang['export_cabrillo_cat_overlay'] = "Category Overlay";
$lang['export_cabrillo_operators'] = "Operators";
$lang['export_cabrillo_soapbox'] = "Soapbox";
$lang['export_cabrillo_address'] = "Address";
$lang['export_cabrillo_address_city'] = "Address City";
$lang['export_cabrillo_address_state_province'] = "Address State/Province";
$lang['export_cabrillo_address_postalcode'] = "Address Postalcode";
$lang['export_cabrillo_address_country'] = "Address Country";
$lang['export_cabrillo_no_contests_in_log'] = "No contests were found in your log.";
$lang['export_cabrillo_no_contests_for_stationlocation'] = "No contests were found for this station location!";

查看文件

@ -38,6 +38,7 @@ $lang['general_word_year'] = 'Година';
$lang['general_word_month'] = 'Месец';
$lang['general_word_colors'] = "Colors";
$lang['general_word_light'] = "Light/Laser";
$lang['general_word_worked'] = 'Работени';
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";

查看文件

@ -34,3 +34,42 @@ $lang['export_sota_header'] = "SOTA CSV Export";
$lang['export_sota_description'] = "Export your logbook for SOTA uploads.";
$lang['export_sota_info_warning'] = "Only QSOs with SOTA information will be exported!";
/*
___________________________________________________________________________________________
Cabrillo Export
___________________________________________________________________________________________
*/
$lang['export_cabrillo_header'] = "Cabrillo Export";
$lang['export_cabrillo_description'] = "Export a contest to a Cabrillo log";
$lang['export_cabrillo_select_station'] = "Select Station Location:";
$lang['export_cabrillo_proceed'] = "Proceed";
$lang['export_cabrillo_select_year'] = "Select Year";
$lang['export_cabrillo_select_contest'] = "Select Contest";
$lang['export_cabrillo_select_date_range'] = "Select Date Range";
$lang['export_cabrillo_club'] = "Club";
$lang['export_cabrillo_cat_operator'] = "Category Operator";
$lang['export_cabrillo_cat_operator_single_op'] = "Single Operator";
$lang['export_cabrillo_cat_operator_multi_op'] = "Multi Operator";
$lang['export_cabrillo_cat_operator_checklog'] = "Checklog";
$lang['export_cabrillo_cat_assisted'] = "Category Assisted";
$lang['export_cabrillo_cat_assisted_not_ass'] = "Not Assisted";
$lang['export_cabrillo_cat_assisted_ass'] = "Assisted";
$lang['export_cabrillo_cat_band'] = "Category Band";
$lang['export_cabrillo_cat_band_arrl_vhf'] = "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)";
$lang['export_cabrillo_cat_mode'] = "Category Mode";
$lang['export_cabrillo_cat_power'] = "Category Power";
$lang['export_cabrillo_cat_station'] = "Category Station";
$lang['export_cabrillo_cat_transmitter'] = "Category Transmitter";
$lang['export_cabrillo_cat_overlay'] = "Category Overlay";
$lang['export_cabrillo_operators'] = "Operators";
$lang['export_cabrillo_soapbox'] = "Soapbox";
$lang['export_cabrillo_address'] = "Address";
$lang['export_cabrillo_address_city'] = "Address City";
$lang['export_cabrillo_address_state_province'] = "Address State/Province";
$lang['export_cabrillo_address_postalcode'] = "Address Postalcode";
$lang['export_cabrillo_address_country'] = "Address Country";
$lang['export_cabrillo_no_contests_in_log'] = "No contests were found in your log.";
$lang['export_cabrillo_no_contests_for_stationlocation'] = "No contests were found for this station location!";

查看文件

@ -38,6 +38,7 @@ $lang['general_word_year'] = '年';
$lang['general_word_month'] = '月';
$lang['general_word_colors'] = "Colors";
$lang['general_word_light'] = "Light/Laser";
$lang['general_word_worked'] = '已通联';
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";

查看文件

@ -34,3 +34,42 @@ $lang['export_sota_header'] = "SOTA CSV Export";
$lang['export_sota_description'] = "Export your logbook for SOTA uploads.";
$lang['export_sota_info_warning'] = "Only QSOs with SOTA information will be exported!";
/*
___________________________________________________________________________________________
Cabrillo Export
___________________________________________________________________________________________
*/
$lang['export_cabrillo_header'] = "Cabrillo Export";
$lang['export_cabrillo_description'] = "Export a contest to a Cabrillo log";
$lang['export_cabrillo_select_station'] = "Select Station Location:";
$lang['export_cabrillo_proceed'] = "Proceed";
$lang['export_cabrillo_select_year'] = "Select Year";
$lang['export_cabrillo_select_contest'] = "Select Contest";
$lang['export_cabrillo_select_date_range'] = "Select Date Range";
$lang['export_cabrillo_club'] = "Club";
$lang['export_cabrillo_cat_operator'] = "Category Operator";
$lang['export_cabrillo_cat_operator_single_op'] = "Single Operator";
$lang['export_cabrillo_cat_operator_multi_op'] = "Multi Operator";
$lang['export_cabrillo_cat_operator_checklog'] = "Checklog";
$lang['export_cabrillo_cat_assisted'] = "Category Assisted";
$lang['export_cabrillo_cat_assisted_not_ass'] = "Not Assisted";
$lang['export_cabrillo_cat_assisted_ass'] = "Assisted";
$lang['export_cabrillo_cat_band'] = "Category Band";
$lang['export_cabrillo_cat_band_arrl_vhf'] = "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)";
$lang['export_cabrillo_cat_mode'] = "Category Mode";
$lang['export_cabrillo_cat_power'] = "Category Power";
$lang['export_cabrillo_cat_station'] = "Category Station";
$lang['export_cabrillo_cat_transmitter'] = "Category Transmitter";
$lang['export_cabrillo_cat_overlay'] = "Category Overlay";
$lang['export_cabrillo_operators'] = "Operators";
$lang['export_cabrillo_soapbox'] = "Soapbox";
$lang['export_cabrillo_address'] = "Address";
$lang['export_cabrillo_address_city'] = "Address City";
$lang['export_cabrillo_address_state_province'] = "Address State/Province";
$lang['export_cabrillo_address_postalcode'] = "Address Postalcode";
$lang['export_cabrillo_address_country'] = "Address Country";
$lang['export_cabrillo_no_contests_in_log'] = "No contests were found in your log.";
$lang['export_cabrillo_no_contests_for_stationlocation'] = "No contests were found for this station location!";

查看文件

@ -38,6 +38,7 @@ $lang['general_word_year'] = 'Rok';
$lang['general_word_month'] = 'Měsíc';
$lang['general_word_colors'] = "Colors";
$lang['general_word_light'] = "Light/Laser";
$lang['general_word_worked'] = 'Spojeno';
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";

查看文件

@ -34,3 +34,42 @@ $lang['export_sota_header'] = "SOTA CSV Export";
$lang['export_sota_description'] = "Export your logbook for SOTA uploads.";
$lang['export_sota_info_warning'] = "Only QSOs with SOTA information will be exported!";
/*
___________________________________________________________________________________________
Cabrillo Export
___________________________________________________________________________________________
*/
$lang['export_cabrillo_header'] = "Cabrillo Export";
$lang['export_cabrillo_description'] = "Export a contest to a Cabrillo log";
$lang['export_cabrillo_select_station'] = "Select Station Location:";
$lang['export_cabrillo_proceed'] = "Proceed";
$lang['export_cabrillo_select_year'] = "Select Year";
$lang['export_cabrillo_select_contest'] = "Select Contest";
$lang['export_cabrillo_select_date_range'] = "Select Date Range";
$lang['export_cabrillo_club'] = "Club";
$lang['export_cabrillo_cat_operator'] = "Category Operator";
$lang['export_cabrillo_cat_operator_single_op'] = "Single Operator";
$lang['export_cabrillo_cat_operator_multi_op'] = "Multi Operator";
$lang['export_cabrillo_cat_operator_checklog'] = "Checklog";
$lang['export_cabrillo_cat_assisted'] = "Category Assisted";
$lang['export_cabrillo_cat_assisted_not_ass'] = "Not Assisted";
$lang['export_cabrillo_cat_assisted_ass'] = "Assisted";
$lang['export_cabrillo_cat_band'] = "Category Band";
$lang['export_cabrillo_cat_band_arrl_vhf'] = "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)";
$lang['export_cabrillo_cat_mode'] = "Category Mode";
$lang['export_cabrillo_cat_power'] = "Category Power";
$lang['export_cabrillo_cat_station'] = "Category Station";
$lang['export_cabrillo_cat_transmitter'] = "Category Transmitter";
$lang['export_cabrillo_cat_overlay'] = "Category Overlay";
$lang['export_cabrillo_operators'] = "Operators";
$lang['export_cabrillo_soapbox'] = "Soapbox";
$lang['export_cabrillo_address'] = "Address";
$lang['export_cabrillo_address_city'] = "Address City";
$lang['export_cabrillo_address_state_province'] = "Address State/Province";
$lang['export_cabrillo_address_postalcode'] = "Address Postalcode";
$lang['export_cabrillo_address_country'] = "Address Country";
$lang['export_cabrillo_no_contests_in_log'] = "No contests were found in your log.";
$lang['export_cabrillo_no_contests_for_stationlocation'] = "No contests were found for this station location!";

查看文件

@ -38,6 +38,7 @@ $lang['general_word_year'] = 'Jaar';
$lang['general_word_month'] = 'Maand';
$lang['general_word_colors'] = "Colors";
$lang['general_word_light'] = "Light/Laser";
$lang['general_word_worked'] = 'Gewerkt';
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";

查看文件

@ -34,3 +34,42 @@ $lang['export_sota_header'] = "SOTA CSV Export";
$lang['export_sota_description'] = "Export your logbook for SOTA uploads.";
$lang['export_sota_info_warning'] = "Only QSOs with SOTA information will be exported!";
/*
___________________________________________________________________________________________
Cabrillo Export
___________________________________________________________________________________________
*/
$lang['export_cabrillo_header'] = "Cabrillo Export";
$lang['export_cabrillo_description'] = "Export a contest to a Cabrillo log";
$lang['export_cabrillo_select_station'] = "Select Station Location:";
$lang['export_cabrillo_proceed'] = "Proceed";
$lang['export_cabrillo_select_year'] = "Select Year";
$lang['export_cabrillo_select_contest'] = "Select Contest";
$lang['export_cabrillo_select_date_range'] = "Select Date Range";
$lang['export_cabrillo_club'] = "Club";
$lang['export_cabrillo_cat_operator'] = "Category Operator";
$lang['export_cabrillo_cat_operator_single_op'] = "Single Operator";
$lang['export_cabrillo_cat_operator_multi_op'] = "Multi Operator";
$lang['export_cabrillo_cat_operator_checklog'] = "Checklog";
$lang['export_cabrillo_cat_assisted'] = "Category Assisted";
$lang['export_cabrillo_cat_assisted_not_ass'] = "Not Assisted";
$lang['export_cabrillo_cat_assisted_ass'] = "Assisted";
$lang['export_cabrillo_cat_band'] = "Category Band";
$lang['export_cabrillo_cat_band_arrl_vhf'] = "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)";
$lang['export_cabrillo_cat_mode'] = "Category Mode";
$lang['export_cabrillo_cat_power'] = "Category Power";
$lang['export_cabrillo_cat_station'] = "Category Station";
$lang['export_cabrillo_cat_transmitter'] = "Category Transmitter";
$lang['export_cabrillo_cat_overlay'] = "Category Overlay";
$lang['export_cabrillo_operators'] = "Operators";
$lang['export_cabrillo_soapbox'] = "Soapbox";
$lang['export_cabrillo_address'] = "Address";
$lang['export_cabrillo_address_city'] = "Address City";
$lang['export_cabrillo_address_state_province'] = "Address State/Province";
$lang['export_cabrillo_address_postalcode'] = "Address Postalcode";
$lang['export_cabrillo_address_country'] = "Address Country";
$lang['export_cabrillo_no_contests_in_log'] = "No contests were found in your log.";
$lang['export_cabrillo_no_contests_for_stationlocation'] = "No contests were found for this station location!";

查看文件

@ -38,6 +38,7 @@ $lang['general_word_year'] = 'Year';
$lang['general_word_month'] = 'Month';
$lang['general_word_colors'] = "Colors";
$lang['general_word_light'] = "Light/Laser";
$lang['general_word_worked'] = 'Worked';
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";

查看文件

@ -34,3 +34,42 @@ $lang['export_sota_header'] = "SOTA CSV Export";
$lang['export_sota_description'] = "Export your logbook for SOTA uploads.";
$lang['export_sota_info_warning'] = "Only QSOs with SOTA information will be exported!";
/*
___________________________________________________________________________________________
Cabrillo Export
___________________________________________________________________________________________
*/
$lang['export_cabrillo_header'] = "Cabrillo Export";
$lang['export_cabrillo_description'] = "Export a contest to a Cabrillo log";
$lang['export_cabrillo_select_station'] = "Select Station Location:";
$lang['export_cabrillo_proceed'] = "Proceed";
$lang['export_cabrillo_select_year'] = "Select Year";
$lang['export_cabrillo_select_contest'] = "Select Contest";
$lang['export_cabrillo_select_date_range'] = "Select Date Range";
$lang['export_cabrillo_club'] = "Club";
$lang['export_cabrillo_cat_operator'] = "Category Operator";
$lang['export_cabrillo_cat_operator_single_op'] = "Single Operator";
$lang['export_cabrillo_cat_operator_multi_op'] = "Multi Operator";
$lang['export_cabrillo_cat_operator_checklog'] = "Checklog";
$lang['export_cabrillo_cat_assisted'] = "Category Assisted";
$lang['export_cabrillo_cat_assisted_not_ass'] = "Not Assisted";
$lang['export_cabrillo_cat_assisted_ass'] = "Assisted";
$lang['export_cabrillo_cat_band'] = "Category Band";
$lang['export_cabrillo_cat_band_arrl_vhf'] = "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)";
$lang['export_cabrillo_cat_mode'] = "Category Mode";
$lang['export_cabrillo_cat_power'] = "Category Power";
$lang['export_cabrillo_cat_station'] = "Category Station";
$lang['export_cabrillo_cat_transmitter'] = "Category Transmitter";
$lang['export_cabrillo_cat_overlay'] = "Category Overlay";
$lang['export_cabrillo_operators'] = "Operators";
$lang['export_cabrillo_soapbox'] = "Soapbox";
$lang['export_cabrillo_address'] = "Address";
$lang['export_cabrillo_address_city'] = "Address City";
$lang['export_cabrillo_address_state_province'] = "Address State/Province";
$lang['export_cabrillo_address_postalcode'] = "Address Postalcode";
$lang['export_cabrillo_address_country'] = "Address Country";
$lang['export_cabrillo_no_contests_in_log'] = "No contests were found in your log.";
$lang['export_cabrillo_no_contests_for_stationlocation'] = "No contests were found for this station location!";

查看文件

@ -38,6 +38,7 @@ $lang['general_word_year'] = 'Vuosi';
$lang['general_word_month'] = 'Kuukausi';
$lang['general_word_colors'] = "Colors";
$lang['general_word_light'] = "Light/Laser";
$lang['general_word_worked'] = 'Workittu';
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";

查看文件

@ -34,3 +34,42 @@ $lang['export_sota_header'] = "SOTA CSV Export";
$lang['export_sota_description'] = "Export your logbook for SOTA uploads.";
$lang['export_sota_info_warning'] = "Only QSOs with SOTA information will be exported!";
/*
___________________________________________________________________________________________
Cabrillo Export
___________________________________________________________________________________________
*/
$lang['export_cabrillo_header'] = "Cabrillo Export";
$lang['export_cabrillo_description'] = "Export a contest to a Cabrillo log";
$lang['export_cabrillo_select_station'] = "Select Station Location:";
$lang['export_cabrillo_proceed'] = "Proceed";
$lang['export_cabrillo_select_year'] = "Select Year";
$lang['export_cabrillo_select_contest'] = "Select Contest";
$lang['export_cabrillo_select_date_range'] = "Select Date Range";
$lang['export_cabrillo_club'] = "Club";
$lang['export_cabrillo_cat_operator'] = "Category Operator";
$lang['export_cabrillo_cat_operator_single_op'] = "Single Operator";
$lang['export_cabrillo_cat_operator_multi_op'] = "Multi Operator";
$lang['export_cabrillo_cat_operator_checklog'] = "Checklog";
$lang['export_cabrillo_cat_assisted'] = "Category Assisted";
$lang['export_cabrillo_cat_assisted_not_ass'] = "Not Assisted";
$lang['export_cabrillo_cat_assisted_ass'] = "Assisted";
$lang['export_cabrillo_cat_band'] = "Category Band";
$lang['export_cabrillo_cat_band_arrl_vhf'] = "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)";
$lang['export_cabrillo_cat_mode'] = "Category Mode";
$lang['export_cabrillo_cat_power'] = "Category Power";
$lang['export_cabrillo_cat_station'] = "Category Station";
$lang['export_cabrillo_cat_transmitter'] = "Category Transmitter";
$lang['export_cabrillo_cat_overlay'] = "Category Overlay";
$lang['export_cabrillo_operators'] = "Operators";
$lang['export_cabrillo_soapbox'] = "Soapbox";
$lang['export_cabrillo_address'] = "Address";
$lang['export_cabrillo_address_city'] = "Address City";
$lang['export_cabrillo_address_state_province'] = "Address State/Province";
$lang['export_cabrillo_address_postalcode'] = "Address Postalcode";
$lang['export_cabrillo_address_country'] = "Address Country";
$lang['export_cabrillo_no_contests_in_log'] = "No contests were found in your log.";
$lang['export_cabrillo_no_contests_for_stationlocation'] = "No contests were found for this station location!";

查看文件

@ -38,6 +38,7 @@ $lang['general_word_year'] = 'Année';
$lang['general_word_month'] = 'Mois';
$lang['general_word_colors'] = "Colors";
$lang['general_word_light'] = "Light/Laser";
$lang['general_word_worked'] = 'Réalisés';
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";

查看文件

@ -32,4 +32,44 @@ ________________________________________________________________________________
$lang['export_sota_header'] = "SOTA CSV Export";
$lang['export_sota_description'] = "Exportiere dein Logbuch um es in SOTA hochzuladen.";
$lang['export_sota_info_warning'] = "Es werden nur QSO exportiert, welche SOTA Informationen enthalten!";
$lang['export_sota_info_warning'] = "Es werden nur QSO exportiert, welche SOTA Informationen enthalten!";
/*
___________________________________________________________________________________________
Cabrillo Export
___________________________________________________________________________________________
*/
$lang['export_cabrillo_header'] = "Cabrillo Export";
$lang['export_cabrillo_description'] = "Exportiere einen Contest im Cabrillo Format";
$lang['export_cabrillo_select_station'] = "Wähle einen Stationsstandort:";
$lang['export_cabrillo_proceed'] = "Weiter";
$lang['export_cabrillo_select_year'] = "Wähle Jahr";
$lang['export_cabrillo_select_contest'] = "Wähle Contest";
$lang['export_cabrillo_select_date_range'] = "Wähle Zeitraum";
$lang['export_cabrillo_club'] = "Club";
$lang['export_cabrillo_cat_operator'] = "Kategorie Operator";
$lang['export_cabrillo_cat_operator_single_op'] = "Einzel Operator";
$lang['export_cabrillo_cat_operator_multi_op'] = "Multi/Team Operator";
$lang['export_cabrillo_cat_operator_checklog'] = "Checklog";
$lang['export_cabrillo_cat_assisted'] = "Kategorie 'Assisted'";
$lang['export_cabrillo_cat_assisted_not_ass'] = "Nicht 'Assisted'";
$lang['export_cabrillo_cat_assisted_ass'] = "'Assisted'";
$lang['export_cabrillo_cat_band'] = "Kategorie Band";
$lang['export_cabrillo_cat_band_arrl_vhf'] = "VHF-3-BAND und VHF-FM-ONLY (nur ARRL VHF Contests)";
$lang['export_cabrillo_cat_mode'] = "Kategorie Mode";
$lang['export_cabrillo_cat_power'] = "Kategorie Sendeleistung";
$lang['export_cabrillo_cat_station'] = "Kategorie Station";
$lang['export_cabrillo_cat_transmitter'] = "Kategorie Sender";
$lang['export_cabrillo_cat_overlay'] = "Kategorie Overlay";
$lang['export_cabrillo_operators'] = "Operatoren";
$lang['export_cabrillo_soapbox'] = "Soapbox";
$lang['export_cabrillo_address'] = "Addresse";
$lang['export_cabrillo_address_city'] = "Addresse Stadt";
$lang['export_cabrillo_address_state_province'] = "Addresse Staat/Provinz";
$lang['export_cabrillo_address_postalcode'] = "Addresse Postleitzahl";
$lang['export_cabrillo_address_country'] = "Addresse Land";
$lang['export_cabrillo_no_contests_in_log'] = "Es wurden keine Contests in deinem Log gefunden.";
$lang['export_cabrillo_no_contests_for_stationlocation'] = "Für diesen Stationsstandort wurden keine vorhandenen Contests gefunden!";

查看文件

@ -38,6 +38,7 @@ $lang['general_word_year'] = 'Jahr';
$lang['general_word_month'] = 'Monat';
$lang['general_word_colors'] = "Farben";
$lang['general_word_light'] = "Licht/Laser";
$lang['general_word_worked'] = 'Gearbeitet';
$lang['general_word_worked_not_confirmed'] = "Gearbeitet, nicht bestätigt";
$lang['general_word_not_worked'] = "Nicht gearbeitet";

查看文件

@ -34,3 +34,42 @@ $lang['export_sota_header'] = "SOTA CSV Export";
$lang['export_sota_description'] = "Export your logbook for SOTA uploads.";
$lang['export_sota_info_warning'] = "Only QSOs with SOTA information will be exported!";
/*
___________________________________________________________________________________________
Cabrillo Export
___________________________________________________________________________________________
*/
$lang['export_cabrillo_header'] = "Cabrillo Export";
$lang['export_cabrillo_description'] = "Export a contest to a Cabrillo log";
$lang['export_cabrillo_select_station'] = "Select Station Location:";
$lang['export_cabrillo_proceed'] = "Proceed";
$lang['export_cabrillo_select_year'] = "Select Year";
$lang['export_cabrillo_select_contest'] = "Select Contest";
$lang['export_cabrillo_select_date_range'] = "Select Date Range";
$lang['export_cabrillo_club'] = "Club";
$lang['export_cabrillo_cat_operator'] = "Category Operator";
$lang['export_cabrillo_cat_operator_single_op'] = "Single Operator";
$lang['export_cabrillo_cat_operator_multi_op'] = "Multi Operator";
$lang['export_cabrillo_cat_operator_checklog'] = "Checklog";
$lang['export_cabrillo_cat_assisted'] = "Category Assisted";
$lang['export_cabrillo_cat_assisted_not_ass'] = "Not Assisted";
$lang['export_cabrillo_cat_assisted_ass'] = "Assisted";
$lang['export_cabrillo_cat_band'] = "Category Band";
$lang['export_cabrillo_cat_band_arrl_vhf'] = "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)";
$lang['export_cabrillo_cat_mode'] = "Category Mode";
$lang['export_cabrillo_cat_power'] = "Category Power";
$lang['export_cabrillo_cat_station'] = "Category Station";
$lang['export_cabrillo_cat_transmitter'] = "Category Transmitter";
$lang['export_cabrillo_cat_overlay'] = "Category Overlay";
$lang['export_cabrillo_operators'] = "Operators";
$lang['export_cabrillo_soapbox'] = "Soapbox";
$lang['export_cabrillo_address'] = "Address";
$lang['export_cabrillo_address_city'] = "Address City";
$lang['export_cabrillo_address_state_province'] = "Address State/Province";
$lang['export_cabrillo_address_postalcode'] = "Address Postalcode";
$lang['export_cabrillo_address_country'] = "Address Country";
$lang['export_cabrillo_no_contests_in_log'] = "No contests were found in your log.";
$lang['export_cabrillo_no_contests_for_stationlocation'] = "No contests were found for this station location!";

查看文件

@ -38,6 +38,7 @@ $lang['general_word_year'] = 'Ετος';
$lang['general_word_month'] = 'Μήνας';
$lang['general_word_colors'] = "Colors";
$lang['general_word_light'] = "Light/Laser";
$lang['general_word_worked'] = 'Worked';
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";

查看文件

@ -34,3 +34,42 @@ $lang['export_sota_header'] = "SOTA CSV Export";
$lang['export_sota_description'] = "Export your logbook for SOTA uploads.";
$lang['export_sota_info_warning'] = "Only QSOs with SOTA information will be exported!";
/*
___________________________________________________________________________________________
Cabrillo Export
___________________________________________________________________________________________
*/
$lang['export_cabrillo_header'] = "Cabrillo Export";
$lang['export_cabrillo_description'] = "Export a contest to a Cabrillo log";
$lang['export_cabrillo_select_station'] = "Select Station Location:";
$lang['export_cabrillo_proceed'] = "Proceed";
$lang['export_cabrillo_select_year'] = "Select Year";
$lang['export_cabrillo_select_contest'] = "Select Contest";
$lang['export_cabrillo_select_date_range'] = "Select Date Range";
$lang['export_cabrillo_club'] = "Club";
$lang['export_cabrillo_cat_operator'] = "Category Operator";
$lang['export_cabrillo_cat_operator_single_op'] = "Single Operator";
$lang['export_cabrillo_cat_operator_multi_op'] = "Multi Operator";
$lang['export_cabrillo_cat_operator_checklog'] = "Checklog";
$lang['export_cabrillo_cat_assisted'] = "Category Assisted";
$lang['export_cabrillo_cat_assisted_not_ass'] = "Not Assisted";
$lang['export_cabrillo_cat_assisted_ass'] = "Assisted";
$lang['export_cabrillo_cat_band'] = "Category Band";
$lang['export_cabrillo_cat_band_arrl_vhf'] = "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)";
$lang['export_cabrillo_cat_mode'] = "Category Mode";
$lang['export_cabrillo_cat_power'] = "Category Power";
$lang['export_cabrillo_cat_station'] = "Category Station";
$lang['export_cabrillo_cat_transmitter'] = "Category Transmitter";
$lang['export_cabrillo_cat_overlay'] = "Category Overlay";
$lang['export_cabrillo_operators'] = "Operators";
$lang['export_cabrillo_soapbox'] = "Soapbox";
$lang['export_cabrillo_address'] = "Address";
$lang['export_cabrillo_address_city'] = "Address City";
$lang['export_cabrillo_address_state_province'] = "Address State/Province";
$lang['export_cabrillo_address_postalcode'] = "Address Postalcode";
$lang['export_cabrillo_address_country'] = "Address Country";
$lang['export_cabrillo_no_contests_in_log'] = "No contests were found in your log.";
$lang['export_cabrillo_no_contests_for_stationlocation'] = "No contests were found for this station location!";

查看文件

@ -38,6 +38,7 @@ $lang['general_word_year'] = 'Anno';
$lang['general_word_month'] = 'Mese';
$lang['general_word_colors'] = "Colors";
$lang['general_word_light'] = "Light/Laser";
$lang['general_word_worked'] = 'Lavorato';
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";

查看文件

@ -34,3 +34,42 @@ $lang['export_sota_header'] = "SOTA CSV Export";
$lang['export_sota_description'] = "Export your logbook for SOTA uploads.";
$lang['export_sota_info_warning'] = "Only QSOs with SOTA information will be exported!";
/*
___________________________________________________________________________________________
Cabrillo Export
___________________________________________________________________________________________
*/
$lang['export_cabrillo_header'] = "Cabrillo Export";
$lang['export_cabrillo_description'] = "Export a contest to a Cabrillo log";
$lang['export_cabrillo_select_station'] = "Select Station Location:";
$lang['export_cabrillo_proceed'] = "Proceed";
$lang['export_cabrillo_select_year'] = "Select Year";
$lang['export_cabrillo_select_contest'] = "Select Contest";
$lang['export_cabrillo_select_date_range'] = "Select Date Range";
$lang['export_cabrillo_club'] = "Club";
$lang['export_cabrillo_cat_operator'] = "Category Operator";
$lang['export_cabrillo_cat_operator_single_op'] = "Single Operator";
$lang['export_cabrillo_cat_operator_multi_op'] = "Multi Operator";
$lang['export_cabrillo_cat_operator_checklog'] = "Checklog";
$lang['export_cabrillo_cat_assisted'] = "Category Assisted";
$lang['export_cabrillo_cat_assisted_not_ass'] = "Not Assisted";
$lang['export_cabrillo_cat_assisted_ass'] = "Assisted";
$lang['export_cabrillo_cat_band'] = "Category Band";
$lang['export_cabrillo_cat_band_arrl_vhf'] = "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)";
$lang['export_cabrillo_cat_mode'] = "Category Mode";
$lang['export_cabrillo_cat_power'] = "Category Power";
$lang['export_cabrillo_cat_station'] = "Category Station";
$lang['export_cabrillo_cat_transmitter'] = "Category Transmitter";
$lang['export_cabrillo_cat_overlay'] = "Category Overlay";
$lang['export_cabrillo_operators'] = "Operators";
$lang['export_cabrillo_soapbox'] = "Soapbox";
$lang['export_cabrillo_address'] = "Address";
$lang['export_cabrillo_address_city'] = "Address City";
$lang['export_cabrillo_address_state_province'] = "Address State/Province";
$lang['export_cabrillo_address_postalcode'] = "Address Postalcode";
$lang['export_cabrillo_address_country'] = "Address Country";
$lang['export_cabrillo_no_contests_in_log'] = "No contests were found in your log.";
$lang['export_cabrillo_no_contests_for_stationlocation'] = "No contests were found for this station location!";

查看文件

@ -38,6 +38,7 @@ $lang['general_word_year'] = 'Rok';
$lang['general_word_month'] = 'Miesiąc';
$lang['general_word_colors'] = "Colors";
$lang['general_word_light'] = "Light/Laser";
$lang['general_word_worked'] = 'Pracowane';
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";

查看文件

@ -34,3 +34,42 @@ $lang['export_sota_header'] = "SOTA CSV Export";
$lang['export_sota_description'] = "Export your logbook for SOTA uploads.";
$lang['export_sota_info_warning'] = "Only QSOs with SOTA information will be exported!";
/*
___________________________________________________________________________________________
Cabrillo Export
___________________________________________________________________________________________
*/
$lang['export_cabrillo_header'] = "Cabrillo Export";
$lang['export_cabrillo_description'] = "Export a contest to a Cabrillo log";
$lang['export_cabrillo_select_station'] = "Select Station Location:";
$lang['export_cabrillo_proceed'] = "Proceed";
$lang['export_cabrillo_select_year'] = "Select Year";
$lang['export_cabrillo_select_contest'] = "Select Contest";
$lang['export_cabrillo_select_date_range'] = "Select Date Range";
$lang['export_cabrillo_club'] = "Club";
$lang['export_cabrillo_cat_operator'] = "Category Operator";
$lang['export_cabrillo_cat_operator_single_op'] = "Single Operator";
$lang['export_cabrillo_cat_operator_multi_op'] = "Multi Operator";
$lang['export_cabrillo_cat_operator_checklog'] = "Checklog";
$lang['export_cabrillo_cat_assisted'] = "Category Assisted";
$lang['export_cabrillo_cat_assisted_not_ass'] = "Not Assisted";
$lang['export_cabrillo_cat_assisted_ass'] = "Assisted";
$lang['export_cabrillo_cat_band'] = "Category Band";
$lang['export_cabrillo_cat_band_arrl_vhf'] = "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)";
$lang['export_cabrillo_cat_mode'] = "Category Mode";
$lang['export_cabrillo_cat_power'] = "Category Power";
$lang['export_cabrillo_cat_station'] = "Category Station";
$lang['export_cabrillo_cat_transmitter'] = "Category Transmitter";
$lang['export_cabrillo_cat_overlay'] = "Category Overlay";
$lang['export_cabrillo_operators'] = "Operators";
$lang['export_cabrillo_soapbox'] = "Soapbox";
$lang['export_cabrillo_address'] = "Address";
$lang['export_cabrillo_address_city'] = "Address City";
$lang['export_cabrillo_address_state_province'] = "Address State/Province";
$lang['export_cabrillo_address_postalcode'] = "Address Postalcode";
$lang['export_cabrillo_address_country'] = "Address Country";
$lang['export_cabrillo_no_contests_in_log'] = "No contests were found in your log.";
$lang['export_cabrillo_no_contests_for_stationlocation'] = "No contests were found for this station location!";

查看文件

@ -38,6 +38,7 @@ $lang['general_word_year'] = 'Год';
$lang['general_word_month'] = 'Месяц';
$lang['general_word_colors'] = "Colors";
$lang['general_word_light'] = "Light/Laser";
$lang['general_word_worked'] = 'Сработано';
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";

查看文件

@ -34,3 +34,42 @@ $lang['export_sota_header'] = "SOTA CSV Export";
$lang['export_sota_description'] = "Export your logbook for SOTA uploads.";
$lang['export_sota_info_warning'] = "Only QSOs with SOTA information will be exported!";
/*
___________________________________________________________________________________________
Cabrillo Export
___________________________________________________________________________________________
*/
$lang['export_cabrillo_header'] = "Cabrillo Export";
$lang['export_cabrillo_description'] = "Export a contest to a Cabrillo log";
$lang['export_cabrillo_select_station'] = "Select Station Location:";
$lang['export_cabrillo_proceed'] = "Proceed";
$lang['export_cabrillo_select_year'] = "Select Year";
$lang['export_cabrillo_select_contest'] = "Select Contest";
$lang['export_cabrillo_select_date_range'] = "Select Date Range";
$lang['export_cabrillo_club'] = "Club";
$lang['export_cabrillo_cat_operator'] = "Category Operator";
$lang['export_cabrillo_cat_operator_single_op'] = "Single Operator";
$lang['export_cabrillo_cat_operator_multi_op'] = "Multi Operator";
$lang['export_cabrillo_cat_operator_checklog'] = "Checklog";
$lang['export_cabrillo_cat_assisted'] = "Category Assisted";
$lang['export_cabrillo_cat_assisted_not_ass'] = "Not Assisted";
$lang['export_cabrillo_cat_assisted_ass'] = "Assisted";
$lang['export_cabrillo_cat_band'] = "Category Band";
$lang['export_cabrillo_cat_band_arrl_vhf'] = "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)";
$lang['export_cabrillo_cat_mode'] = "Category Mode";
$lang['export_cabrillo_cat_power'] = "Category Power";
$lang['export_cabrillo_cat_station'] = "Category Station";
$lang['export_cabrillo_cat_transmitter'] = "Category Transmitter";
$lang['export_cabrillo_cat_overlay'] = "Category Overlay";
$lang['export_cabrillo_operators'] = "Operators";
$lang['export_cabrillo_soapbox'] = "Soapbox";
$lang['export_cabrillo_address'] = "Address";
$lang['export_cabrillo_address_city'] = "Address City";
$lang['export_cabrillo_address_state_province'] = "Address State/Province";
$lang['export_cabrillo_address_postalcode'] = "Address Postalcode";
$lang['export_cabrillo_address_country'] = "Address Country";
$lang['export_cabrillo_no_contests_in_log'] = "No contests were found in your log.";
$lang['export_cabrillo_no_contests_for_stationlocation'] = "No contests were found for this station location!";

查看文件

@ -38,6 +38,7 @@ $lang['general_word_year'] = 'Año';
$lang['general_word_month'] = 'Mes';
$lang['general_word_colors'] = "Colors";
$lang['general_word_light'] = "Light/Laser";
$lang['general_word_worked'] = 'Realizados';
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";

查看文件

@ -34,3 +34,42 @@ $lang['export_sota_header'] = "SOTA CSV Export";
$lang['export_sota_description'] = "Export your logbook for SOTA uploads.";
$lang['export_sota_info_warning'] = "Only QSOs with SOTA information will be exported!";
/*
___________________________________________________________________________________________
Cabrillo Export
___________________________________________________________________________________________
*/
$lang['export_cabrillo_header'] = "Cabrillo Export";
$lang['export_cabrillo_description'] = "Export a contest to a Cabrillo log";
$lang['export_cabrillo_select_station'] = "Select Station Location:";
$lang['export_cabrillo_proceed'] = "Proceed";
$lang['export_cabrillo_select_year'] = "Select Year";
$lang['export_cabrillo_select_contest'] = "Select Contest";
$lang['export_cabrillo_select_date_range'] = "Select Date Range";
$lang['export_cabrillo_club'] = "Club";
$lang['export_cabrillo_cat_operator'] = "Category Operator";
$lang['export_cabrillo_cat_operator_single_op'] = "Single Operator";
$lang['export_cabrillo_cat_operator_multi_op'] = "Multi Operator";
$lang['export_cabrillo_cat_operator_checklog'] = "Checklog";
$lang['export_cabrillo_cat_assisted'] = "Category Assisted";
$lang['export_cabrillo_cat_assisted_not_ass'] = "Not Assisted";
$lang['export_cabrillo_cat_assisted_ass'] = "Assisted";
$lang['export_cabrillo_cat_band'] = "Category Band";
$lang['export_cabrillo_cat_band_arrl_vhf'] = "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)";
$lang['export_cabrillo_cat_mode'] = "Category Mode";
$lang['export_cabrillo_cat_power'] = "Category Power";
$lang['export_cabrillo_cat_station'] = "Category Station";
$lang['export_cabrillo_cat_transmitter'] = "Category Transmitter";
$lang['export_cabrillo_cat_overlay'] = "Category Overlay";
$lang['export_cabrillo_operators'] = "Operators";
$lang['export_cabrillo_soapbox'] = "Soapbox";
$lang['export_cabrillo_address'] = "Address";
$lang['export_cabrillo_address_city'] = "Address City";
$lang['export_cabrillo_address_state_province'] = "Address State/Province";
$lang['export_cabrillo_address_postalcode'] = "Address Postalcode";
$lang['export_cabrillo_address_country'] = "Address Country";
$lang['export_cabrillo_no_contests_in_log'] = "No contests were found in your log.";
$lang['export_cabrillo_no_contests_for_stationlocation'] = "No contests were found for this station location!";

查看文件

@ -1,197 +1,198 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['error_no_active_station_profile'] = 'OBS! Du behöver ange en aktiv station location.';
$lang['notice_turn_the_radio_on'] = 'Inga QSOn idag - dags att slå på radion!';
$lang['general_word_important'] = 'Viktigt';
$lang['general_word_warning'] = 'Warning';
$lang['general_word_danger'] = 'DANGER';
$lang['general_word_maintenance'] = 'Maintenance';
$lang['general_word_info'] = 'Info';
$lang['general_word_choose_file'] = 'Välj fil';
$lang['general_word_next'] = 'Next';
$lang['general_word_previous'] = 'Previous';
$lang['general_word_enabled'] = "Enabled";
$lang['general_word_disabled'] = "Disabled";
$lang['general_word_export'] = "Export";
$lang['general_word_import'] = "Import";
$lang['general_word_date'] = 'Datum';
$lang['general_word_time'] = 'Tid';
$lang['general_word_datetime'] = 'Datum/Tid';
$lang['general_word_none'] = 'Ingen';
$lang['general_word_name'] = 'Namn';
$lang['general_word_location'] = 'QTH';
$lang['general_word_comment'] = 'Notering';
$lang['general_word_general'] = 'Allmänt';
$lang['general_word_satellite'] = 'Satellit';
$lang['general_word_satellite_short'] = 'Sat';
$lang['general_word_notes'] = 'Anteckningar';
$lang['general_word_country'] = 'Land';
$lang['general_word_city'] = 'City';
$lang['general_word_total'] = 'Totalt';
$lang['general_word_year'] = 'I år';
$lang['general_word_month'] = 'Denna månad';
$lang['general_word_colors'] = "Colors";
$lang['general_word_worked'] = 'Körda';
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";
$lang['general_word_confirmed'] = 'Bekräftade';
$lang['general_word_needed'] = 'Behövs';
$lang['general_word_all'] = 'All';
$lang['general_word_no'] = 'Nej';
$lang['general_word_yes'] = 'Ja';
$lang['general_word_method'] = 'Metod';
$lang['general_word_sent'] = 'Skickad';
$lang['general_word_received'] = 'Mottagen';
$lang['general_word_requested'] = 'Begärd';
$lang['general_word_queued'] = 'Köad';
$lang['general_word_table'] = "Table";
$lang['general_word_invalid_ignore'] = 'Invalid (Ignore)';
$lang['general_word_qslcard'] = 'QSL-kort';
$lang['general_word_qslcard_management'] = 'QSL Management';
$lang['general_word_qslcards'] = 'QSL-kort';
$lang['general_word_qslcard_direct'] = 'Direkt';
$lang['general_word_qslcard_bureau'] = 'Byrå';
$lang['general_word_qslcard_electronic'] = 'Elektronisk';
$lang['general_word_qslcard_manager'] = 'Manager';
$lang['general_word_qslcard_via'] = 'Via';
$lang['general_word_eqslcard'] = 'eQSL Card';
$lang['general_word_eqslcards'] = 'eQSL Cards';
$lang['general_word_lotw'] = 'Logbook of the World';
$lang['general_word_lotw_short'] = 'LoTW';
$lang['general_word_details'] = 'Details';
$lang['general_word_qso_data'] = 'QSO Data';
$lang['general_edit_qso'] = 'Redigera QSO';
$lang['general_mark_qsl_rx_bureau'] = 'Ange QSL mottagen (Byrå)';
$lang['general_mark_qsl_rx_direct'] = 'Ange QSL mottagen (Direkt)';
$lang['general_mark_qsl_rx_electronic'] = 'Ange QSL mottagen (Elektronisk)';
$lang['general_mark_qsl_tx_bureau'] = 'Ange QSL skickad (Byrå)';
$lang['general_mark_qsl_tx_direct'] = 'Ange QSL skickad (Direkt)';
$lang['general_mark_qsl_requested'] = 'Ange QSL Karta Begärda';
$lang['general_mark_qsl_requested_bureau'] = 'Ange QSL Karta Begärda (Byrå)';
$lang['general_mark_qsl_requested_direct'] = 'Ange QSL Karta Begärda (Direkt)';
$lang['general_mark_qsl_not_required'] = 'Ange QSL Karta Inte Nödvändig';
$lang['general_delete_qso'] = 'Radera QSO';
$lang['general_more_qso'] = 'More QSOs';
$lang['general_lookup_qrz'] = 'Lookup on QRZ.com';
$lang['general_lookup_hamqth'] = 'Lookup on HamQTH';
$lang['general_total_distance'] = 'Totalt avstånd';
// PHP Upload Warning
$lang['gen_max_file_upload_size'] = 'Maximum file upload size is ';
// Cloudlog Terms
$lang['cloudlog_station_profile'] = 'Stationsplats';
// ham radio terms
$lang['gen_hamradio_cq'] = "CQ";
$lang['gen_hamradio_qso'] = 'QSO';
$lang['gen_hamradio_station'] = 'Station';
$lang['gen_hamradio_call'] = 'Signal';
$lang['gen_hamradio_callsign'] = 'Signal';
$lang['gen_hamradio_de'] = 'De';
$lang['gen_hamradio_dx'] = 'Dx';
$lang['gen_hamradio_mode'] = 'Mode';
$lang['gen_hamradio_rst_sent'] = 'Skickat';
$lang['gen_hamradio_rst_rcvd'] = 'Mottagen\'d';
$lang['gen_hamradio_band'] = 'Band';
$lang['gen_hamradio_bandgroup'] = "Bandgroup";
$lang['gen_hamradio_band_rx'] = 'Band (RX)';
$lang['gen_hamradio_frequency'] = 'Frekvens';
$lang['gen_hamradio_frequency_rx'] = 'Frekvens (RX)';
$lang['gen_hamradio_radio'] = 'Radio';
$lang['gen_hamradio_rsts'] = 'RST (S)';
$lang['gen_hamradio_rstr'] = 'RST (R)';
$lang['gen_hamradio_refs'] = 'Refs';
$lang['gen_hamradio_myrefs'] = 'My Refs';
$lang['gen_hamradio_exchange_sent_short'] = 'Exch (S)';
$lang['gen_hamradio_exchange_rcvd_short'] = 'Exch (R)';
$lang['gen_hamradio_qsl'] = 'QSL';
$lang['gen_hamradio_qsltype'] = "QSL Type";
$lang['gen_hamradio_qslvia'] = 'QSL via';
$lang['gen_hamradio_qslmsg'] = 'QSL Msg';
$lang['gen_hamradio_locator'] = 'Lokator';
$lang['gen_hamradio_transmit_power'] = 'Effekt (W)';
$lang['gen_hamradio_propagation_mode'] = 'Propagation Mode';
$lang['gen_hamradio_satellite_name'] = 'Satellitnamn';
$lang['gen_hamradio_satellite_mode'] = 'Satellite-mode';
$lang['gen_hamradio_logbook'] = 'Loggbok';
$lang['gen_hamradio_zones'] = 'Zones';
$lang['gen_hamradio_cq_zone'] = 'CQ Zone';
$lang['gen_hamradio_itu_zone'] = 'ITU Zone';
$lang['gen_hamradio_dxcc'] = 'DXCC';
$lang['gen_hamradio_deleted_dxcc'] = 'Struket DXCC';
$lang['gen_hamradio_continent'] = 'Kontinent';
$lang['gen_hamradio_usa_state'] = 'USA State';
$lang['gen_hamradio_county_reference'] = 'USA County';
$lang['gen_hamradio_iota_reference'] = 'IOTA Reference';
$lang['gen_hamradio_sota_reference'] = 'SOTA Reference';
$lang['gen_hamradio_wwff_reference'] = 'WWFF Reference';
$lang['gen_hamradio_pota_reference'] = 'POTA Reference';
$lang['gen_hamradio_dok'] = 'DOK';
$lang['gen_hamradio_state'] = 'State';
$lang['gen_hamradio_iota'] = 'IOTA';
$lang['gen_hamradio_sota'] = 'SOTA';
$lang['gen_hamradio_wwff'] = 'WWFF';
$lang['gen_hamradio_pota'] = 'POTA';
$lang['gen_hamradio_gridsquare'] = 'Lokator/Gridsquare';
$lang['gen_hamradio_get_gridsquare'] = 'Get Gridsquare';
$lang['gen_hamradio_distance'] = 'Distance';
$lang['gen_hamradio_operator'] = 'Operatör';
$lang['gen_hamradio_sig'] = 'Sig';
$lang['gen_hamradio_sig_info'] = 'Sig Info';
// Find your CQ/ITU Zone
$lang['gen_find_zone_cq_part1'] = "If you don't know your CQ Zone then ";
$lang['gen_find_zone_itu_part1'] = "If you don't know your ITU Zone then ";
$lang['gen_find_zone_part2'] = 'click here';
$lang['gen_find_zone_part3'] = ' to find it!';
// Dashboard Words
$lang['dashboard_you_have_had'] = 'Du har kört';
$lang['dashboard_qsos_today'] = 'QSOs idag!';
$lang['dashboard_qso_breakdown'] = 'QSOs Breakdown';
$lang['dashboard_countries_breakdown'] = 'Länder Breakdown';
$lang['gen_to_date'] = 'To date';
$lang['gen_from_date'] = 'Från datum';
$lang['gen_this_qso_was_confirmed_on'] = 'Detta QSO blev konfirmerat';
$lang['error_no_logbook_found'] = 'Ingen loggbok hittades. Du måste konfigurera en loggbok under Station Logbooks. Gör det här:';
$lang['copy_to_clipboard'] = 'Kopiera till clipboard';
$lang['africa'] = 'Afrika';
$lang['antarctica'] = 'Antarktis';
$lang['asia'] = 'Asien';
$lang['europe'] = 'Europa';
$lang['northamerica'] = 'Nordamerika';
$lang['oceania'] = 'Oceanien';
$lang['southamerica'] = 'Sydamerika';
$lang['gen_band_selection'] = 'Band val';
$lang['general_word_today'] = 'Today';
$lang['dashboard_php_version_warning'] = 'You need to upgrade your PHP version. Minimum version is 7.4. Your version is';
$lang['dashboard_country_files_warning'] = 'You need to update country files! Go <a href="'.site_url('update').'">here</a> to do it!';
$lang['dashboard_locations_warning'] = 'You have no station locations. Go <a href="'. site_url('station') . '">here</a> to create it!';
$lang['dashboard_logbooks_warning'] = 'You have no station logbook. Go <a href="'. site_url('logbooks') . '">here</a> to create it!';
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['error_no_active_station_profile'] = 'OBS! Du behöver ange en aktiv station location.';
$lang['notice_turn_the_radio_on'] = 'Inga QSOn idag - dags att slå på radion!';
$lang['general_word_important'] = 'Viktigt';
$lang['general_word_warning'] = 'Warning';
$lang['general_word_danger'] = 'DANGER';
$lang['general_word_maintenance'] = 'Maintenance';
$lang['general_word_info'] = 'Info';
$lang['general_word_choose_file'] = 'Välj fil';
$lang['general_word_next'] = 'Next';
$lang['general_word_previous'] = 'Previous';
$lang['general_word_enabled'] = "Enabled";
$lang['general_word_disabled'] = "Disabled";
$lang['general_word_export'] = "Export";
$lang['general_word_import'] = "Import";
$lang['general_word_date'] = 'Datum';
$lang['general_word_time'] = 'Tid';
$lang['general_word_datetime'] = 'Datum/Tid';
$lang['general_word_none'] = 'Ingen';
$lang['general_word_name'] = 'Namn';
$lang['general_word_location'] = 'QTH';
$lang['general_word_comment'] = 'Notering';
$lang['general_word_general'] = 'Allmänt';
$lang['general_word_satellite'] = 'Satellit';
$lang['general_word_satellite_short'] = 'Sat';
$lang['general_word_notes'] = 'Anteckningar';
$lang['general_word_country'] = 'Land';
$lang['general_word_city'] = 'City';
$lang['general_word_total'] = 'Totalt';
$lang['general_word_year'] = 'I år';
$lang['general_word_month'] = 'Denna månad';
$lang['general_word_colors'] = "Colors";
$lang['general_word_light'] = "Light/Laser";
$lang['general_word_worked'] = 'Körda';
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";
$lang['general_word_confirmed'] = 'Bekräftade';
$lang['general_word_needed'] = 'Behövs';
$lang['general_word_all'] = 'All';
$lang['general_word_no'] = 'Nej';
$lang['general_word_yes'] = 'Ja';
$lang['general_word_method'] = 'Metod';
$lang['general_word_sent'] = 'Skickad';
$lang['general_word_received'] = 'Mottagen';
$lang['general_word_requested'] = 'Begärd';
$lang['general_word_queued'] = 'Köad';
$lang['general_word_table'] = "Table";
$lang['general_word_invalid_ignore'] = 'Invalid (Ignore)';
$lang['general_word_qslcard'] = 'QSL-kort';
$lang['general_word_qslcard_management'] = 'QSL Management';
$lang['general_word_qslcards'] = 'QSL-kort';
$lang['general_word_qslcard_direct'] = 'Direkt';
$lang['general_word_qslcard_bureau'] = 'Byrå';
$lang['general_word_qslcard_electronic'] = 'Elektronisk';
$lang['general_word_qslcard_manager'] = 'Manager';
$lang['general_word_qslcard_via'] = 'Via';
$lang['general_word_eqslcard'] = 'eQSL Card';
$lang['general_word_eqslcards'] = 'eQSL Cards';
$lang['general_word_lotw'] = 'Logbook of the World';
$lang['general_word_lotw_short'] = 'LoTW';
$lang['general_word_details'] = 'Details';
$lang['general_word_qso_data'] = 'QSO Data';
$lang['general_edit_qso'] = 'Redigera QSO';
$lang['general_mark_qsl_rx_bureau'] = 'Ange QSL mottagen (Byrå)';
$lang['general_mark_qsl_rx_direct'] = 'Ange QSL mottagen (Direkt)';
$lang['general_mark_qsl_rx_electronic'] = 'Ange QSL mottagen (Elektronisk)';
$lang['general_mark_qsl_tx_bureau'] = 'Ange QSL skickad (Byrå)';
$lang['general_mark_qsl_tx_direct'] = 'Ange QSL skickad (Direkt)';
$lang['general_mark_qsl_requested'] = 'Ange QSL Karta Begärda';
$lang['general_mark_qsl_requested_bureau'] = 'Ange QSL Karta Begärda (Byrå)';
$lang['general_mark_qsl_requested_direct'] = 'Ange QSL Karta Begärda (Direkt)';
$lang['general_mark_qsl_not_required'] = 'Ange QSL Karta Inte Nödvändig';
$lang['general_delete_qso'] = 'Radera QSO';
$lang['general_more_qso'] = 'More QSOs';
$lang['general_lookup_qrz'] = 'Lookup on QRZ.com';
$lang['general_lookup_hamqth'] = 'Lookup on HamQTH';
$lang['general_total_distance'] = 'Totalt avstånd';
// PHP Upload Warning
$lang['gen_max_file_upload_size'] = 'Maximum file upload size is ';
// Cloudlog Terms
$lang['cloudlog_station_profile'] = 'Stationsplats';
// ham radio terms
$lang['gen_hamradio_cq'] = "CQ";
$lang['gen_hamradio_qso'] = 'QSO';
$lang['gen_hamradio_station'] = 'Station';
$lang['gen_hamradio_call'] = 'Signal';
$lang['gen_hamradio_callsign'] = 'Signal';
$lang['gen_hamradio_de'] = 'De';
$lang['gen_hamradio_dx'] = 'Dx';
$lang['gen_hamradio_mode'] = 'Mode';
$lang['gen_hamradio_rst_sent'] = 'Skickat';
$lang['gen_hamradio_rst_rcvd'] = 'Mottagen\'d';
$lang['gen_hamradio_band'] = 'Band';
$lang['gen_hamradio_bandgroup'] = "Bandgroup";
$lang['gen_hamradio_band_rx'] = 'Band (RX)';
$lang['gen_hamradio_frequency'] = 'Frekvens';
$lang['gen_hamradio_frequency_rx'] = 'Frekvens (RX)';
$lang['gen_hamradio_radio'] = 'Radio';
$lang['gen_hamradio_rsts'] = 'RST (S)';
$lang['gen_hamradio_rstr'] = 'RST (R)';
$lang['gen_hamradio_refs'] = 'Refs';
$lang['gen_hamradio_myrefs'] = 'My Refs';
$lang['gen_hamradio_exchange_sent_short'] = 'Exch (S)';
$lang['gen_hamradio_exchange_rcvd_short'] = 'Exch (R)';
$lang['gen_hamradio_qsl'] = 'QSL';
$lang['gen_hamradio_qsltype'] = "QSL Type";
$lang['gen_hamradio_qslvia'] = 'QSL via';
$lang['gen_hamradio_qslmsg'] = 'QSL Msg';
$lang['gen_hamradio_locator'] = 'Lokator';
$lang['gen_hamradio_transmit_power'] = 'Effekt (W)';
$lang['gen_hamradio_propagation_mode'] = 'Propagation Mode';
$lang['gen_hamradio_satellite_name'] = 'Satellitnamn';
$lang['gen_hamradio_satellite_mode'] = 'Satellite-mode';
$lang['gen_hamradio_logbook'] = 'Loggbok';
$lang['gen_hamradio_zones'] = 'Zones';
$lang['gen_hamradio_cq_zone'] = 'CQ Zone';
$lang['gen_hamradio_itu_zone'] = 'ITU Zone';
$lang['gen_hamradio_dxcc'] = 'DXCC';
$lang['gen_hamradio_deleted_dxcc'] = 'Struket DXCC';
$lang['gen_hamradio_continent'] = 'Kontinent';
$lang['gen_hamradio_usa_state'] = 'USA State';
$lang['gen_hamradio_county_reference'] = 'USA County';
$lang['gen_hamradio_iota_reference'] = 'IOTA Reference';
$lang['gen_hamradio_sota_reference'] = 'SOTA Reference';
$lang['gen_hamradio_wwff_reference'] = 'WWFF Reference';
$lang['gen_hamradio_pota_reference'] = 'POTA Reference';
$lang['gen_hamradio_dok'] = 'DOK';
$lang['gen_hamradio_state'] = 'State';
$lang['gen_hamradio_iota'] = 'IOTA';
$lang['gen_hamradio_sota'] = 'SOTA';
$lang['gen_hamradio_wwff'] = 'WWFF';
$lang['gen_hamradio_pota'] = 'POTA';
$lang['gen_hamradio_gridsquare'] = 'Lokator/Gridsquare';
$lang['gen_hamradio_get_gridsquare'] = 'Get Gridsquare';
$lang['gen_hamradio_distance'] = 'Distance';
$lang['gen_hamradio_operator'] = 'Operatör';
$lang['gen_hamradio_sig'] = 'Sig';
$lang['gen_hamradio_sig_info'] = 'Sig Info';
// Find your CQ/ITU Zone
$lang['gen_find_zone_cq_part1'] = "If you don't know your CQ Zone then ";
$lang['gen_find_zone_itu_part1'] = "If you don't know your ITU Zone then ";
$lang['gen_find_zone_part2'] = 'click here';
$lang['gen_find_zone_part3'] = ' to find it!';
// Dashboard Words
$lang['dashboard_you_have_had'] = 'Du har kört';
$lang['dashboard_qsos_today'] = 'QSOs idag!';
$lang['dashboard_qso_breakdown'] = 'QSOs Breakdown';
$lang['dashboard_countries_breakdown'] = 'Länder Breakdown';
$lang['gen_to_date'] = 'To date';
$lang['gen_from_date'] = 'Från datum';
$lang['gen_this_qso_was_confirmed_on'] = 'Detta QSO blev konfirmerat';
$lang['error_no_logbook_found'] = 'Ingen loggbok hittades. Du måste konfigurera en loggbok under Station Logbooks. Gör det här:';
$lang['copy_to_clipboard'] = 'Kopiera till clipboard';
$lang['africa'] = 'Afrika';
$lang['antarctica'] = 'Antarktis';
$lang['asia'] = 'Asien';
$lang['europe'] = 'Europa';
$lang['northamerica'] = 'Nordamerika';
$lang['oceania'] = 'Oceanien';
$lang['southamerica'] = 'Sydamerika';
$lang['gen_band_selection'] = 'Band val';
$lang['general_word_today'] = 'Today';
$lang['dashboard_php_version_warning'] = 'You need to upgrade your PHP version. Minimum version is 7.4. Your version is';
$lang['dashboard_country_files_warning'] = 'You need to update country files! Go <a href="'.site_url('update').'">here</a> to do it!';
$lang['dashboard_locations_warning'] = 'You have no station locations. Go <a href="'. site_url('station') . '">here</a> to create it!';
$lang['dashboard_logbooks_warning'] = 'You have no station logbook. Go <a href="'. site_url('logbooks') . '">here</a> to create it!';

查看文件

@ -34,3 +34,42 @@ $lang['export_sota_header'] = "SOTA CSV Export";
$lang['export_sota_description'] = "Export your logbook for SOTA uploads.";
$lang['export_sota_info_warning'] = "Only QSOs with SOTA information will be exported!";
/*
___________________________________________________________________________________________
Cabrillo Export
___________________________________________________________________________________________
*/
$lang['export_cabrillo_header'] = "Cabrillo Export";
$lang['export_cabrillo_description'] = "Export a contest to a Cabrillo log";
$lang['export_cabrillo_select_station'] = "Select Station Location:";
$lang['export_cabrillo_proceed'] = "Proceed";
$lang['export_cabrillo_select_year'] = "Select Year";
$lang['export_cabrillo_select_contest'] = "Select Contest";
$lang['export_cabrillo_select_date_range'] = "Select Date Range";
$lang['export_cabrillo_club'] = "Club";
$lang['export_cabrillo_cat_operator'] = "Category Operator";
$lang['export_cabrillo_cat_operator_single_op'] = "Single Operator";
$lang['export_cabrillo_cat_operator_multi_op'] = "Multi Operator";
$lang['export_cabrillo_cat_operator_checklog'] = "Checklog";
$lang['export_cabrillo_cat_assisted'] = "Category Assisted";
$lang['export_cabrillo_cat_assisted_not_ass'] = "Not Assisted";
$lang['export_cabrillo_cat_assisted_ass'] = "Assisted";
$lang['export_cabrillo_cat_band'] = "Category Band";
$lang['export_cabrillo_cat_band_arrl_vhf'] = "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)";
$lang['export_cabrillo_cat_mode'] = "Category Mode";
$lang['export_cabrillo_cat_power'] = "Category Power";
$lang['export_cabrillo_cat_station'] = "Category Station";
$lang['export_cabrillo_cat_transmitter'] = "Category Transmitter";
$lang['export_cabrillo_cat_overlay'] = "Category Overlay";
$lang['export_cabrillo_operators'] = "Operators";
$lang['export_cabrillo_soapbox'] = "Soapbox";
$lang['export_cabrillo_address'] = "Address";
$lang['export_cabrillo_address_city'] = "Address City";
$lang['export_cabrillo_address_state_province'] = "Address State/Province";
$lang['export_cabrillo_address_postalcode'] = "Address Postalcode";
$lang['export_cabrillo_address_country'] = "Address Country";
$lang['export_cabrillo_no_contests_in_log'] = "No contests were found in your log.";
$lang['export_cabrillo_no_contests_for_stationlocation'] = "No contests were found for this station location!";

查看文件

@ -38,6 +38,7 @@ $lang['general_word_year'] = 'Yıl';
$lang['general_word_month'] = 'Ay';
$lang['general_word_colors'] = "Colors";
$lang['general_word_light'] = "Light/Laser";
$lang['general_word_worked'] = 'Çalışılanlar';
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";

查看文件

@ -1,3 +1,7 @@
<script>
var lang_export_cabrillo_proceed = '<?php echo lang('export_cabrillo_proceed') ?>';
var lang_export_cabrillo_no_contests_for_stationlocation = '<?php echo lang('export_cabrillo_no_contests_for_stationlocation') ?>';
</script>
<div class="container">
<br>
@ -6,7 +10,7 @@
<div class="card">
<div class="card-header">
Export a contest to a Cabrillo log
<?php echo lang('export_cabrillo_description'); ?>
</div>
<div class="card-body">
@ -18,13 +22,13 @@
<form class="form" action="<?php echo site_url('cabrillo/export'); ?>" method="post" enctype="multipart/form-data">
<div class="form-group form-inline row">
<div class="col-md-3 control-label" for="station_id">Select Station Location: </div>
<div class="col-md-3 control-label" for="station_id"><?php echo lang('export_cabrillo_select_station'); ?> </div>
<select id="station_id" name="station_id" class="custom-select my-1 mr-sm-2 col-md-4">
<?php foreach ($station_profile->result() as $station) { ?>
<option value="<?php echo $station->station_id; ?>" <?php if ($station->station_id == $this->stations->find_active()) { echo " selected =\"selected\""; } ?>>Callsign: <?php echo $station->station_callsign; ?> (<?php echo $station->station_profile_name; ?>)</option>
<option value="<?php echo $station->station_id; ?>" <?php if ($station->station_id == $this->stations->find_active()) { echo " selected =\"selected\""; } ?>><?php echo lang('gen_hamradio_callsign') ?>: <?php echo $station->station_callsign; ?> (<?php echo $station->station_profile_name; ?>)</option>
<?php } ?>
</select>
<button id="button1id" type="button" onclick="loadYears();" name="button1id" class="btn btn-sm btn-primary"> Proceed</button>
<button id="button1id" type="button" onclick="loadYears();" name="button1id" class="btn btn-sm btn-primary"> <?php echo lang('export_cabrillo_proceed') ?></button>
</div>
<div class="form-group form-inline row contestyear">
@ -38,53 +42,53 @@
<input class="form-control my-1 mr-sm-2 col-md-4" id="soapbox" type="soapbox" name="soapbox" aria-label="soapbox">
</div>
<div hidden="true" class="form-group form-inline row additionalinfo">
<div class="col-md-3 control-label" for="categoryoperator">Category-operator: </div>
<div class="col-md-3 control-label" for="categoryoperator"><?php echo lang('export_cabrillo_cat_operator') ?>: </div>
<select class="custom-select my-1 mr-sm-2 col-md-4" id="categoryoperator" name="categoryoperator">
<option value="SINGLE-OP">Single-OP</option>
<option value="MULTI-OP">Mulit-OP</option>
<option value="CHECKLOG">Checklog</option>
<option value="SINGLE-OP"><?php echo lang('export_cabrillo_cat_operator_single_op') ?></option>
<option value="MULTI-OP"><?php echo lang('export_cabrillo_cat_operator_multi_op') ?></option>
<option value="CHECKLOG"><?php echo lang('export_cabrillo_cat_operator_checklog') ?></option>
</select>
</div>
<div hidden="true" class="form-group form-inline row additionalinfo">
<div class="col-md-3 control-label" for="categoryassisted">Category-assisted: </div>
<div class="col-md-3 control-label" for="categoryassisted"><?php echo lang('export_cabrillo_cat_assisted') ?>: </div>
<select class="custom-select my-1 mr-sm-2 col-md-4" id="categoryassisted" name="categoryassisted">
<option value="NON-ASSISTED">Non-assisted</option>
<option value="ASSISTED">Assisted</option>
<option value="NON-ASSISTED"><?php echo lang('export_cabrillo_cat_assisted_not_ass') ?></option>
<option value="ASSISTED"><?php echo lang('export_cabrillo_cat_assisted_ass') ?></option>
</select>
</div>
<div hidden="true" class="form-group form-inline row additionalinfo">
<div class="col-md-3 control-label" for="categoryband">Category-band: </div>
<div class="col-md-3 control-label" for="categoryband"><?php echo lang('export_cabrillo_cat_band') ?>: </div>
<select class="custom-select my-1 mr-sm-2 col-md-4" id="categoryband" name="categoryband">
<option value="ALL">ALL</option>
<option value="160M">160M</option>
<option value="80M">80M</option>
<option value="40M">40M</option>
<option value="20M">20M</option>
<option value="15M">15M</option>
<option value="10M">10M</option>
<option value="6M">6M</option>
<option value="4M">4M</option>
<option value="2M">2M</option>
<option value="222">222</option>
<option value="432">432</option>
<option value="902">902</option>
<option value="1.2G">1.2G</option>
<option value="2.3G">2.3G</option>
<option value="3.4G">3.4G</option>
<option value="5.7G">5.7G</option>
<option value="10G">10G</option>
<option value="24G">24G</option>
<option value="47G">47G</option>
<option value="75G">75G</option>
<option value="122G">122G</option>
<option value="134G">134G</option>
<option value="241G">241G</option>
<option value="Light">Light</option>
<option value="VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)">VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)</option>
<option value="ALL"><?php echo lang('general_word_all') ?></option>
<option value="160M">160 M</option>
<option value="80M">80 M</option>
<option value="40M">40 M</option>
<option value="20M">20 M</option>
<option value="15M">15 M</option>
<option value="10M">10 M</option>
<option value="6M">6 M</option>
<option value="4M">4 M</option>
<option value="2M">2 M</option>
<option value="222">222 MHz (1.25 M)</option>
<option value="432">432 MHz (70 CM)</option>
<option value="902">902 MHz (33 CM)</option>
<option value="1.2G">1.2 GHz</option>
<option value="2.3G">2.3 GHz</option>
<option value="3.4G">3.4 GHz</option>
<option value="5.7G">5.7 GHz</option>
<option value="10G">10 GHz</option>
<option value="24G">24 GHz</option>
<option value="47G">47 GHz</option>
<option value="75G">75 GHz</option>
<option value="122G">122 GHz</option>
<option value="134G">134 GHz</option>
<option value="241G">241 GHz</option>
<option value="Light"><?php echo lang('general_word_light') ?></option>
<option value="VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"><?php echo lang('export_cabrillo_cat_band_arrl_vhf') ?></option>
</select>
</div>
<div hidden="true" class="form-group form-inline row additionalinfo">
<div class="col-md-3 control-label" for="categorymode">Category-mode: </div>
<div class="col-md-3 control-label" for="categorymode"><?php echo lang('export_cabrillo_cat_mode') ?>: </div>
<select class="custom-select my-1 mr-sm-2 col-md-4" id="categorymode" name="categorymode">
<option value="MIXED">MIXED</option>
<option value="CW">CW</option>
@ -95,7 +99,7 @@
</select>
</div>
<div hidden="true" class="form-group form-inline row additionalinfo">
<div class="col-md-3 control-label" for="categorypower">Category-power: </div>
<div class="col-md-3 control-label" for="categorypower"><?php echo lang('export_cabrillo_cat_power') ?>: </div>
<select class="custom-select my-1 mr-sm-2 col-md-4" id="categorypower" name="categorypower">
<option value="LOW">LOW</option>
<option value="HIGH">HIGH</option>
@ -103,7 +107,7 @@
</select>
</div>
<div hidden="true" class="form-group form-inline row additionalinfo">
<div class="col-md-3 control-label" for="categorystation">Category-station: </div>
<div class="col-md-3 control-label" for="categorystation"><?php echo lang('export_cabrillo_cat_station') ?>: </div>
<select class="custom-select my-1 mr-sm-2 col-md-4" id="categorystation" name="categorystation">
<option value="FIXED">FIXED</option>
<option value="DISTRIBUTED">DISTRIBUTED</option>
@ -119,7 +123,7 @@
</select>
</div>
<div hidden="true" class="form-group form-inline row additionalinfo">
<div class="col-md-3 control-label" for="categorytransmitter">Category-transmitter: </div>
<div class="col-md-3 control-label" for="categorytransmitter"><?php echo lang('export_cabrillo_cat_transmitter') ?>: </div>
<select class="custom-select my-1 mr-sm-2 col-md-4" id="categorytransmitter" name="categorytransmitter">
<option value="ONE">ONE</option>
<option value="TWO">TWO</option>
@ -129,7 +133,7 @@
</select>
</div>
<div hidden="true" class="form-group form-inline row additionalinfo">
<div class="col-md-3 control-label" for="categoryoverlay">Category-overlay: </div>
<div class="col-md-3 control-label" for="categoryoverlay"><?php echo lang('export_cabrillo_cat_overlay') ?>: </div>
<select class="custom-select my-1 mr-sm-2 col-md-4" id="categoryoverlay" name="categoryoverlay">
<option value="CLASSIC">CLASSIC</option>
<option value="ROOKIE">ROOKIE</option>
@ -140,43 +144,43 @@
</select>
</div>
<div hidden="true" class="form-group form-inline row additionalinfo">
<div class="col-md-3 control-label" for="operators">Operators: </div>
<div class="col-md-3 control-label" for="operators"><?php echo lang('export_cabrillo_operators') ?>: </div>
<input class="form-control my-1 mr-sm-2 col-md-4" id="operators" type="operators" name="operators" aria-label="operators">
</select>
</div>
<div hidden="true" class="form-group form-inline row additionalinfo">
<div class="col-md-3 control-label" for="soapbox">Soapbox: </div>
<div class="col-md-3 control-label" for="soapbox"><?php echo lang('export_cabrillo_soapbox') ?>: </div>
<input class="form-control my-1 mr-sm-2 col-md-4" id="soapbox" type="text" name="soapbox" aria-label="soapbox">
</div>
<div hidden="true" class="form-group form-inline row additionalinfo">
<div class="col-md-3 control-label" for="address">Address: </div>
<div class="col-md-3 control-label" for="address"><?php echo lang('export_cabrillo_address') ?>: </div>
<input class="form-control my-1 mr-sm-2 col-md-4" id="address" type="text" name="address" aria-label="address">
</div>
<div hidden="true" class="form-group form-inline row additionalinfo">
<div class="col-md-3 control-label" for="addresscity">Address-city: </div>
<div class="col-md-3 control-label" for="addresscity"><?php echo lang('export_cabrillo_address_city') ?>: </div>
<input class="form-control my-1 mr-sm-2 col-md-4" id="addresscity" type="text" name="addresscity" aria-label="addresscity">
</div>
<div hidden="true" class="form-group form-inline row additionalinfo">
<div class="col-md-3 control-label" for="addressstateprovince">Address-state-province: </div>
<div class="col-md-3 control-label" for="addressstateprovince"><?php echo lang('export_cabrillo_address_state_province') ?>: </div>
<input class="form-control my-1 mr-sm-2 col-md-4" id="addressstateprovince" type="text" name="addressstateprovince" aria-label="addressstateprovince">
</div>
<div hidden="true" class="form-group form-inline row additionalinfo">
<div class="col-md-3 control-label" for="addresspostalcode">Address-postalcode: </div>
<div class="col-md-3 control-label" for="addresspostalcode"><?php echo lang('export_cabrillo_address_postalcode') ?>: </div>
<input class="form-control my-1 mr-sm-2 col-md-4" id="addresspostalcode" type="text" name="addresspostalcode" aria-label="addresspostalcode">
</div>
<div hidden="true" class="form-group form-inline row additionalinfo">
<div class="col-md-3 control-label" for="addresscountry">Address-country: </div>
<div class="col-md-3 control-label" for="addresscountry"><?php echo lang('export_cabrillo_address_country') ?>: </div>
<input class="form-control my-1 mr-sm-2 col-md-4" id="addresscountry" type="text" name="addresscountry" aria-label="addresscountry">
</div>
<div hidden="true" class="form-group form-inline row additionalinfo">
<div class="col-md-3 control-label" for="button1id"></div>
<button id="button1id" type="submit" name="button1id" class="btn btn-sm btn-primary"> Export</button>
<button id="button1id" type="submit" name="button1id" class="btn btn-sm btn-primary"> <?php echo lang('general_word_export') ?></button>
</div>
</form>
<?php }
else {
echo 'No contests were found in your log.';
echo lang('export_cabrillo_no_contests_in_log');
}
?>

查看文件

@ -12,7 +12,7 @@ function loadYears() {
$(".contestyear").append('<div class="col-md-3 control-label" for="year">Select year: </div>' +
'<select id="year" class="custom-select my-1 mr-sm-2 col-md-2" name="year">' +
'</select>' +
' <button onclick="loadContests();" class="btn btn-sm btn-primary" type="button">Proceed</button>');
' <button onclick="loadContests();" class="btn btn-sm btn-primary" type="button">' + lang_export_cabrillo_proceed + '</button>');
$.each(data, function(key, value) {
$('#year')
@ -21,7 +21,7 @@ function loadYears() {
.text(value.year));
});
} else {
$(".contestyear").append("No contests were found for this station location!");
$(".contestyear").append(lang_export_cabrillo_no_contests_for_stationlocation);
}
}
});
@ -40,7 +40,7 @@ function loadContests() {
$(".contestname").append('<div class="col-md-3 control-label" for="contestid">Select contest: </div>' +
'<select class="custom-select my-1 mr-sm-2 col-md-4" id="contestid" name="contestid">' +
'</select>' +
' <button onclick="loadContestDates();" class="btn btn-sm btn-primary" type="button">Proceed</button>');
' <button onclick="loadContestDates();" class="btn btn-sm btn-primary" type="button">' + lang_export_cabrillo_proceed + '</button>');
$.each(data, function(key, value) {
$('#contestid')
@ -66,7 +66,7 @@ function loadContestDates() {
'</select>' +
'<select class="custom-select my-1 mr-sm-2 col-md-2" id="contestdatesto" name="contestdatesto">' +
'</select>' +
' <button class="btn btn-sm btn-primary" onclick="addAdditionalInfo();" type="button">Proceed</button>');
' <button class="btn btn-sm btn-primary" onclick="addAdditionalInfo();" type="button">' + lang_export_cabrillo_proceed + '</button>');
$.each(data, function(key, value) {
$('#contestdatesfrom')