application/language/english/lotw_lang.php $lang['darc_dcl'] = "DARC DCL"; /* ___________________________________________________________________________________________ ADIF Import ___________________________________________________________________________________________ */ // $lang['general_word_important'] --> application/language/english/general_words_lang.php $lang['adif_alert_log_files_type'] = "Log Files must have the file type *.adi"; // $lang['general_word_warning'] --> application/language/english/general_words_lang.php "PHP Upload Warning" // $lang['gen_max_file_upload_size'] --> application/language/english/general_words_lang.php "PHP Upload Warning" $lang['adif_select_stationlocation'] = "Select Station Location"; // $lang['gen_hamradio_callsign'] --> application/language/english/general_words_lang.php // The File Input is translated by the Browser $lang['adif_file_label'] = "ADIF File"; $lang['adif_hint_no_info_in_file'] ="Select if ADIF being imported does not contain this information."; $lang['adif_import_dup'] = "Import duplicate QSOs"; $lang['adif_mark_imported_lotw'] = "Mark imported QSOs as uploaded to LoTW"; $lang['adif_mark_imported_hrdlog'] = "Mark imported QSOs as uploaded to HRDLog.net Logbook"; $lang['adif_mark_imported_qrz'] = "Mark imported QSOs as uploaded to QRZ Logbook"; $lang['adif_mark_imported_clublog'] = "Mark imported QSOs as uploaded to Clublog Logbook"; $lang['adif_dxcc_from_adif'] = "Use DXCC information from ADIF"; $lang['adif_dxcc_from_adif_hint'] = "If not selected, Cloudlog will attempt to determine DXCC information automatically."; $lang['adif_always_use_login_call_as_op'] = "Always use login-callsign as operator-name on import"; $lang['adif_ignore_station_call'] = "Ignore Stationcallsign on import"; $lang['adif_ignore_station_call_hint'] = "If selected, Cloudlog will try to import all QSO's of the ADIF, regardless if they match to the chosen station-location."; $lang['adif_upload'] = "Upload"; /* ___________________________________________________________________________________________ ADIF Export ___________________________________________________________________________________________ */ $lang['adif_export_take_it_anywhere'] = "Take your logbook file anywhere!"; $lang['adif_export_take_it_anywhere_hint'] = "Exporting ADIFs allows you to import contacts into third party applications like LoTW, Awards or just for keeping a backup."; $lang['adif_mark_exported_lotw'] = "Mark exported QSOs as uploaded to LoTW"; $lang['adif_mark_exported_no_lotw'] = "Export QSOs not uploaded to LoTW"; $lang['adif_export_qso'] = "Export QSO's"; $lang['adif_export_sat_only_qso'] = "Export Satellite-Only QSOs"; $lang['adif_export_sat_only_qso_all'] = "Export All Satellite QSOs"; $lang['adif_export_sat_only_qso_lotw'] = "Export All Satellite QSOs Confirmed on LoTW"; /* ___________________________________________________________________________________________ Logbook of the World ___________________________________________________________________________________________ */ $lang['adif_lotw_export_if_selected'] = "If a date range is not selected then all QSOs will be marked!"; $lang['adif_mark_qso_as_exported_to_lotw'] = "Mark QSOs as exported to LoTW"; $lang['adif_qso_marked'] = "QSOs marked"; $lang['adif_yay_its_done'] = "Yay, its done!"; $lang['adif_qso_lotw_marked_confirm'] = "The QSOs are marked as exported to LoTW."; /* ___________________________________________________________________________________________ DARC DCL ___________________________________________________________________________________________ */ $lang['adif_dcl_text_pre'] = "Go to"; $lang['adif_dcl_text_post'] = "and export your logbook with confirmed DOKs. To speed up the process you can select only DL QSOs to download (i.e. put \"DL\" into Prefix List). The downloaded ADIF file can be uploaded here in order to update QSOs with DOK info."; $lang['only_confirmed_qsos'] = "Only import DOK data from QSOs confirmed on DCL."; $lang['only_confirmed_qsos_hint'] = "Uncheck if you also want to update DOK with data from unconfirmed QSOs in DCL."; $lang['overwrite_by_dcl'] = "Overwrite exisiting DOK in log by DCL (if different)"; $lang['overwrite_by_dcl_hint'] = "If checked Cloudlog will forcibly overwrite existing DOK with DOK from DCL log."; $lang['ignore_ambiguous'] = "Ignore QSOs that cannot be matched"; $lang['ignore_ambiguous_hint'] = "If unchecked information about QSO which could not be found in Cloudlog will be displayed."; /* ___________________________________________________________________________________________ Import Success ___________________________________________________________________________________________ */ $lang['adif_imported'] = "ADIF Imported"; $lang['adif_yay_its_imported'] = "Yay, its imported!"; $lang['adif_import_confirm'] = "The ADIF File has been imported."; $lang['adif_import_dupes_inserted'] = " Dupes were inserted!"; $lang['adif_import_dupes_skipped'] = " Dupes were skipped."; $lang['adif_import_errors'] = "ADIF Errors"; $lang['adif_import_errors_hint'] = "You have ADIF errors, the QSOs have still been added but these fields have not been populated."; /* ___________________________________________________________________________________________ DCL Success ___________________________________________________________________________________________ */ $lang['dcl_results'] = "Results of DCL DOK Update"; $lang['dcl_info_updated'] = "DCL information for DOKs has been updated."; $lang['dcl_qsos_updated'] = "QSOs updated:"; $lang['dcl_qsos_ignored'] = "QSOs ignored:"; $lang['dcl_no_qsos_updated'] = "No QSOs updated."; $lang['dcl_dok_errors'] = "DOK Errors"; $lang['dcl_dok_errors_details'] = "There is different data for DOK in your log compared to DCL:";