Adif Import/Export Multilanguage Support
这个提交包含在:
父节点
5aa5d4668b
当前提交
8687ffe117
共有 18 个文件被更改,包括 1504 次插入 和 52 次删除
|
|
@ -0,0 +1,99 @@
|
|||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
Topbar
|
||||
___________________________________________________________________________________________
|
||||
*/
|
||||
|
||||
$lang['adif_import'] = "ADIF Import";
|
||||
$lang['adif_export'] = "ADIF Export";
|
||||
// $lang['lotw_title'] --> application/language/english/lotw_lang.php
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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['aif_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 <b>all</b> 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.";
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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'] = " <b>Dupes were inserted!</b>";
|
||||
$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.";
|
||||
|
|
@ -0,0 +1,99 @@
|
|||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
Topbar
|
||||
___________________________________________________________________________________________
|
||||
*/
|
||||
|
||||
$lang['adif_import'] = "ADIF Import";
|
||||
$lang['adif_export'] = "ADIF Export";
|
||||
// $lang['lotw_title'] --> application/language/english/lotw_lang.php
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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['aif_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 <b>all</b> 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.";
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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'] = " <b>Dupes were inserted!</b>";
|
||||
$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.";
|
||||
|
|
@ -0,0 +1,99 @@
|
|||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
Topbar
|
||||
___________________________________________________________________________________________
|
||||
*/
|
||||
|
||||
$lang['adif_import'] = "ADIF Import";
|
||||
$lang['adif_export'] = "ADIF Export";
|
||||
// $lang['lotw_title'] --> application/language/english/lotw_lang.php
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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['aif_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 <b>all</b> 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.";
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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'] = " <b>Dupes were inserted!</b>";
|
||||
$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.";
|
||||
|
|
@ -0,0 +1,99 @@
|
|||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
Topbar
|
||||
___________________________________________________________________________________________
|
||||
*/
|
||||
|
||||
$lang['adif_import'] = "ADIF Import";
|
||||
$lang['adif_export'] = "ADIF Export";
|
||||
// $lang['lotw_title'] --> application/language/english/lotw_lang.php
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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['aif_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 <b>all</b> 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.";
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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'] = " <b>Dupes were inserted!</b>";
|
||||
$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.";
|
||||
|
|
@ -20,7 +20,7 @@ ADIF Import
|
|||
___________________________________________________________________________________________
|
||||
*/
|
||||
|
||||
$lang['adif_alert_important'] = "Important";
|
||||
// $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"
|
||||
|
|
@ -29,5 +29,71 @@ $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['aif_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 <b>all</b> 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.";
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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'] = " <b>Dupes were inserted!</b>";
|
||||
$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.";
|
||||
|
|
|
|||
|
|
@ -0,0 +1,99 @@
|
|||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
Topbar
|
||||
___________________________________________________________________________________________
|
||||
*/
|
||||
|
||||
$lang['adif_import'] = "ADIF Import";
|
||||
$lang['adif_export'] = "ADIF Export";
|
||||
// $lang['lotw_title'] --> application/language/english/lotw_lang.php
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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['aif_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 <b>all</b> 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.";
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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'] = " <b>Dupes were inserted!</b>";
|
||||
$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.";
|
||||
|
|
@ -0,0 +1,99 @@
|
|||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
Topbar
|
||||
___________________________________________________________________________________________
|
||||
*/
|
||||
|
||||
$lang['adif_import'] = "ADIF Import";
|
||||
$lang['adif_export'] = "ADIF Export";
|
||||
// $lang['lotw_title'] --> application/language/english/lotw_lang.php
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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['aif_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 <b>all</b> 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.";
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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'] = " <b>Dupes were inserted!</b>";
|
||||
$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.";
|
||||
|
|
@ -0,0 +1,99 @@
|
|||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
Topbar
|
||||
___________________________________________________________________________________________
|
||||
*/
|
||||
|
||||
$lang['adif_import'] = "ADIF Import";
|
||||
$lang['adif_export'] = "ADIF Export";
|
||||
// $lang['lotw_title'] --> application/language/english/lotw_lang.php
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
ADIF Import
|
||||
___________________________________________________________________________________________
|
||||
*/
|
||||
|
||||
// $lang['general_word_important'] --> application/language/english/general_words_lang.php
|
||||
$lang['adif_alert_log_files_type'] = "Die Log Datei muss im *.adi Format vorliegen.";
|
||||
// $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'] = "Wähle Stationsstandort";
|
||||
// $lang['gen_hamradio_callsign'] --> application/language/english/general_words_lang.php
|
||||
|
||||
// The File Input is translated by the Browser
|
||||
$lang['aif_file_label'] = "ADIF Datei";
|
||||
|
||||
$lang['adif_hint_no_info_in_file'] ="Wähle dies aus, wenn die hochgeladene ADIF-Datei diese Information nicht enthält.";
|
||||
|
||||
$lang['adif_import_dup'] = "Doppelte QSO hochladen";
|
||||
$lang['adif_mark_imported_lotw'] = "Markiere hochgeladene QSO als bereits zu LoTW hochgeladen";
|
||||
$lang['adif_mark_imported_hrdlog'] = "Markiere hochgeladene QSO als bereits zu HRDlog.net hochgeladen";
|
||||
$lang['adif_mark_imported_qrz'] = "Markiere hochgeladene QSO als bereits zu QRZ.com hochgeladen";
|
||||
$lang['adif_mark_imported_clublog'] = "Markiere hochgeladene QSO als bereits zu Clublog hochgeladen";
|
||||
|
||||
$lang['adif_dxcc_from_adif'] = "Benutze die DXCC Informationen aus der ADIF Datei";
|
||||
$lang['adif_dxcc_from_adif_hint'] = "Wenn diese Option nicht ausgewählt ist, wird Cloudlog versuchen die DXCC Informationen automatisch zu ermitteln.";
|
||||
|
||||
$lang['adif_always_use_login_call_as_op'] = "Nutze während des Import immer das eingeloggte Rufzeichen als Operator-Name";
|
||||
|
||||
$lang['adif_ignore_station_call'] = "Ignoriere das Stations Rufzeichen beim Import";
|
||||
$lang['adif_ignore_station_call_hint'] = "Wenn diese Option ausgewählt ist, wirdCloudlog versuchen <b>alle</b> QSO hochzuladen, unabhängig davon, ob sie mit dem aktiven Stationsstandort zusammenpassen.";
|
||||
|
||||
$lang['adif_upload'] = "Hochladen";
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
ADIF Export
|
||||
___________________________________________________________________________________________
|
||||
*/
|
||||
|
||||
$lang['adif_export_take_it_anywhere'] = "Exportiere deine Logs überall hin!";
|
||||
$lang['adif_export_take_it_anywhere_hint'] = "Deine ADIF Logbücher zu exportieren bietet dir die Möglichkeite diese zum Beispiel in Drittanbieter Software (z.B. LoTW) einzubinden oder sie einfach nur als Backup zu speichern.";
|
||||
|
||||
|
||||
$lang['adif_mark_exported_lotw'] = "Markiere die exportierten QSO als 'zu LoTW hochgeladen'";
|
||||
$lang['adif_mark_exported_no_lotw'] = "Markiere die exportierten QSO als 'zu LoTW nicht hochgeladen'";
|
||||
|
||||
$lang['adif_export_qso'] = "Exportiere QSO's";
|
||||
|
||||
$lang['adif_export_sat_only_qso'] = "Exportiere nur Satelliten QSO";
|
||||
$lang['adif_export_sat_only_qso_all'] = "Exportiere ALLE Satelliten QSO";
|
||||
$lang['adif_export_sat_only_qso_lotw'] = "Exportiere nur die Satelliten QSO, welche auf LoTW bestätigt sind.";
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
Logbook of the World
|
||||
___________________________________________________________________________________________
|
||||
*/
|
||||
|
||||
$lang['adif_lotw_export_if_selected'] = "Wenn kein Datum gewählt ist, werden alle QSO markiert!";
|
||||
$lang['adif_mark_qso_as_exported_to_lotw'] = "Markiere die QSO als 'zu LoTW hochgeladen'";
|
||||
|
||||
$lang['adif_qso_marked'] = "QSO's markiert";
|
||||
$lang['adif_yay_its_done'] = "Yay, geschafft!";
|
||||
$lang['adif_qso_lotw_marked_confirm'] = "Die QSO wurden als 'zu LoTW hochgeladen' markiert";
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
Import Success
|
||||
___________________________________________________________________________________________
|
||||
*/
|
||||
|
||||
$lang['adif_imported'] = "ADIF Importiert";
|
||||
$lang['adif_yay_its_imported'] = "Yay, Datei importiert!";
|
||||
$lang['adif_import_confirm'] = "Die ADIF Datei wurde importiert.";
|
||||
|
||||
$lang['adif_import_dupes_inserted'] = " <b>Duplikate wurden ebenfalls importiert!</b>";
|
||||
$lang['adif_import_dupes_skipped'] = " Duplikate wurden übersprungen.";
|
||||
|
||||
$lang['adif_import_errors'] = "ADIF Fehler";
|
||||
$lang['adif_import_errors_hint'] = "Es gibt ADIF Fehler. Die QSO wurden hinzugefügt, jedoch wurden die fehlerhaften Felder nicht ausgefüllt.";
|
||||
|
|
@ -0,0 +1,99 @@
|
|||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
Topbar
|
||||
___________________________________________________________________________________________
|
||||
*/
|
||||
|
||||
$lang['adif_import'] = "ADIF Import";
|
||||
$lang['adif_export'] = "ADIF Export";
|
||||
// $lang['lotw_title'] --> application/language/english/lotw_lang.php
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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['aif_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 <b>all</b> 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.";
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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'] = " <b>Dupes were inserted!</b>";
|
||||
$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.";
|
||||
|
|
@ -0,0 +1,99 @@
|
|||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
Topbar
|
||||
___________________________________________________________________________________________
|
||||
*/
|
||||
|
||||
$lang['adif_import'] = "ADIF Import";
|
||||
$lang['adif_export'] = "ADIF Export";
|
||||
// $lang['lotw_title'] --> application/language/english/lotw_lang.php
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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['aif_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 <b>all</b> 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.";
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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'] = " <b>Dupes were inserted!</b>";
|
||||
$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.";
|
||||
|
|
@ -0,0 +1,99 @@
|
|||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
Topbar
|
||||
___________________________________________________________________________________________
|
||||
*/
|
||||
|
||||
$lang['adif_import'] = "ADIF Import";
|
||||
$lang['adif_export'] = "ADIF Export";
|
||||
// $lang['lotw_title'] --> application/language/english/lotw_lang.php
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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['aif_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 <b>all</b> 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.";
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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'] = " <b>Dupes were inserted!</b>";
|
||||
$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.";
|
||||
|
|
@ -0,0 +1,99 @@
|
|||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
Topbar
|
||||
___________________________________________________________________________________________
|
||||
*/
|
||||
|
||||
$lang['adif_import'] = "ADIF Import";
|
||||
$lang['adif_export'] = "ADIF Export";
|
||||
// $lang['lotw_title'] --> application/language/english/lotw_lang.php
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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['aif_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 <b>all</b> 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.";
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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'] = " <b>Dupes were inserted!</b>";
|
||||
$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.";
|
||||
|
|
@ -0,0 +1,99 @@
|
|||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
Topbar
|
||||
___________________________________________________________________________________________
|
||||
*/
|
||||
|
||||
$lang['adif_import'] = "ADIF Import";
|
||||
$lang['adif_export'] = "ADIF Export";
|
||||
// $lang['lotw_title'] --> application/language/english/lotw_lang.php
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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['aif_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 <b>all</b> 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.";
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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'] = " <b>Dupes were inserted!</b>";
|
||||
$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.";
|
||||
|
|
@ -0,0 +1,99 @@
|
|||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
Topbar
|
||||
___________________________________________________________________________________________
|
||||
*/
|
||||
|
||||
$lang['adif_import'] = "ADIF Import";
|
||||
$lang['adif_export'] = "ADIF Export";
|
||||
// $lang['lotw_title'] --> application/language/english/lotw_lang.php
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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['aif_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 <b>all</b> 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.";
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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'] = " <b>Dupes were inserted!</b>";
|
||||
$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.";
|
||||
|
|
@ -0,0 +1,99 @@
|
|||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
Topbar
|
||||
___________________________________________________________________________________________
|
||||
*/
|
||||
|
||||
$lang['adif_import'] = "ADIF Import";
|
||||
$lang['adif_export'] = "ADIF Export";
|
||||
// $lang['lotw_title'] --> application/language/english/lotw_lang.php
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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['aif_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 <b>all</b> 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.";
|
||||
|
||||
|
||||
/*
|
||||
___________________________________________________________________________________________
|
||||
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'] = " <b>Dupes were inserted!</b>";
|
||||
$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.";
|
||||
|
|
@ -6,13 +6,13 @@
|
|||
<div class="card-header">
|
||||
<ul class="nav nav-tabs card-header-tabs pull-right" role="tablist">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" id="import-tab" data-toggle="tab" href="#import" role="tab" aria-controls="import" aria-selected="true">ADIF Import</a>
|
||||
<a class="nav-link active" id="import-tab" data-toggle="tab" href="#import" role="tab" aria-controls="import" aria-selected="true"><?php echo lang('adif_import')?></a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" id="export-tab" data-toggle="tab" href="#export" role="tab" aria-controls="export" aria-selected="false">ADIF Export</a>
|
||||
<a class="nav-link" id="export-tab" data-toggle="tab" href="#export" role="tab" aria-controls="export" aria-selected="false"><?php echo lang('adif_export')?></a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" id="lotw-tab" data-toggle="tab" href="#lotw" role="tab" aria-controls="lotw" aria-selected="false">Logbook Of The World</a>
|
||||
<a class="nav-link" id="lotw-tab" data-toggle="tab" href="#lotw" role="tab" aria-controls="lotw" aria-selected="false"><?php echo lang('lotw_title')?></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -27,24 +27,24 @@
|
|||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<p><span class="badge badge-warning">Important</span> Log files must have the file type .adi</p>
|
||||
<p><span class="badge badge-warning">Warning</span> Maximum file upload size is <?php echo $max_upload; ?>B.</p>
|
||||
<p><span class="badge badge-warning"><?php echo lang('general_word_important')?></span> <?php echo lang('adif_alert_log_files_type')?></p>
|
||||
<p><span class="badge badge-warning"><?php echo lang('general_word_warning')?></span> <?php echo lang('gen_max_file_upload_size')?><?php echo $max_upload; ?>B.</p>
|
||||
|
||||
<form class="form" action="<?php echo site_url('adif/import'); ?>" method="post" enctype="multipart/form-data">
|
||||
<select name="station_profile" class="custom-select mb-2 mr-sm-2" style="width: 20%;">
|
||||
<option value="0">Select Station Location</option>
|
||||
<option value="0"><?php echo lang('adif_select_stationlocation')?></option>
|
||||
<?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>
|
||||
<label class="sr-only" for="inlineFormInputName2">ADIF file</label>
|
||||
<label class="sr-only" for="inlineFormInputName2"><?php echo lang('aif_file_label')?></label>
|
||||
<input class="file-input mb-2 mr-sm-2" type="file" name="userfile" size="20" />
|
||||
|
||||
<div class="form-group row">
|
||||
<div class="col-md-10">
|
||||
<div class="form-check-inline">
|
||||
<input class="form-check-input" type="checkbox" name="skipDuplicate" value="1" id="skipDuplicate">
|
||||
<label class="form-check-label" for="skipDuplicate">Import duplicate QSOs</label>
|
||||
<label class="form-check-label" for="skipDuplicate"><?php echo lang('adif_import_dup')?></label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -53,9 +53,9 @@
|
|||
<div class="col-md-10">
|
||||
<div class="form-check-inline">
|
||||
<input class="form-check-input" type="checkbox" name="markLotw" value="1" id="markLotwImport">
|
||||
<label class="form-check-label" for="markLotwImport">Mark imported QSOs as uploaded to LoTW</label>
|
||||
<label class="form-check-label" for="markLotwImport"><?php echo lang('adif_mark_imported_lotw')?></label>
|
||||
</div>
|
||||
<div class="small form-text text-muted">Select if ADIF being imported does not contain this information.</div>
|
||||
<div class="small form-text text-muted"><?php echo lang('adif_hint_no_info_in_file')?></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -63,9 +63,9 @@
|
|||
<div class="col-md-10">
|
||||
<div class="form-check-inline">
|
||||
<input class="form-check-input" type="checkbox" name="markHrd" value="1" id="markHrdImport">
|
||||
<label class="form-check-label" for="markHrdImport">Mark imported QSOs as uploaded to HRDLog.net Logbook</label>
|
||||
<label class="form-check-label" for="markHrdImport"><?php echo lang('adif_mark_imported_hrdlog')?></label>
|
||||
</div>
|
||||
<div class="small form-text text-muted">Select if ADIF being imported does not contain this information.</div>
|
||||
<div class="small form-text text-muted"><?php echo lang('adif_hint_no_info_in_file')?></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -73,9 +73,9 @@
|
|||
<div class="col-md-10">
|
||||
<div class="form-check-inline">
|
||||
<input class="form-check-input" type="checkbox" name="markQrz" value="1" id="markQrzImport">
|
||||
<label class="form-check-label" for="markQrzImport">Mark imported QSOs as uploaded to QRZ Logbook</label>
|
||||
<label class="form-check-label" for="markQrzImport"><?php echo lang('adif_mark_imported_qrz')?></label>
|
||||
</div>
|
||||
<div class="small form-text text-muted">Select if ADIF being imported does not contain this information.</div>
|
||||
<div class="small form-text text-muted"><?php echo lang('adif_hint_no_info_in_file')?></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -83,9 +83,9 @@
|
|||
<div class="col-md-10">
|
||||
<div class="form-check-inline">
|
||||
<input class="form-check-input" type="checkbox" name="markClublog" value="1" id="markClublogImport">
|
||||
<label class="form-check-label" for="markClublogImport">Mark imported QSOs as uploaded to Clublog Logbook</label>
|
||||
<label class="form-check-label" for="markClublogImport"><?php echo lang('adif_mark_imported_clublog')?></label>
|
||||
</div>
|
||||
<div class="small form-text text-muted">Select if ADIF being imported does not contain this information.</div>
|
||||
<div class="small form-text text-muted"><?php echo lang('adif_hint_no_info_in_file')?></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -93,9 +93,9 @@
|
|||
<div class="col-md-10">
|
||||
<div class="form-check-inline">
|
||||
<input class="form-check-input" type="checkbox" name="dxccAdif" value="1" id="dxccAdif">
|
||||
<label class="form-check-label" for="dxccAdif">Use DXCC information from ADIF</label>
|
||||
<label class="form-check-label" for="dxccAdif"><?php echo lang('adif_dxcc_from_adif')?></label>
|
||||
</div>
|
||||
<div class="small form-text text-muted">If not selected, Cloudlog will attempt to determine DXCC information automatically.</div>
|
||||
<div class="small form-text text-muted"><?php echo lang('adif_dxcc_from_adif_hint')?></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -103,7 +103,7 @@
|
|||
<div class="col-md-10">
|
||||
<div class="form-check-inline">
|
||||
<input class="form-check-input" type="checkbox" name="operatorName" value="1" id="operatorName">
|
||||
<label class="form-check-label" for="operatorName">Always use login-callsign as operator-name on import</label>
|
||||
<label class="form-check-label" for="operatorName"><?php echo lang('adif_always_use_login_call_as_op')?></label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -112,28 +112,28 @@
|
|||
<div class="col-md-10">
|
||||
<div class="form-check-inline">
|
||||
<input class="form-check-input" type="checkbox" name="skipStationCheck" value="1" id="skipStationCheck">
|
||||
<label class="form-check-label" for="skipStationCheck"><span class="badge badge-warning">DANGER</span> Ignore Stationcallsign on import</label>
|
||||
<label class="form-check-label" for="skipStationCheck"><span class="badge badge-warning"><?php echo lang('general_word_danger')?></span> <?php echo lang('adif_ignore_station_call')?></label>
|
||||
</div>
|
||||
<div class="small form-text text-muted">If selected, Cloudlog will try to import <b>all</b> QSOs of the ADIF, regardless if they match to the chosen station-location.</div>
|
||||
<div class="small form-text text-muted"><?php echo lang('adif_ignore_station_call_hint')?></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="btn-sm btn-primary mb-2" value="Upload">Upload</button>
|
||||
<button type="submit" class="btn-sm btn-primary mb-2" value="Upload"><?php echo lang('adif_upload')?></button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="tab-pane fade" id="export" role="tabpanel" aria-labelledby="home-tab">
|
||||
|
||||
<form class="form" action="<?php echo site_url('adif/export_custom'); ?>" method="post" enctype="multipart/form-data">
|
||||
<h5 class="card-title">Take your logbook file anywhere!</h5>
|
||||
<p class="card-text">Exporting ADIFs allows you to import contacts into third party applications like LoTW, Awards or just for keeping a backup.</p>
|
||||
<h5 class="card-title"><?php echo lang('adif_export_take_it_anywhere')?> </h5>
|
||||
<p class="card-text"><?php echo lang('adif_export_take_it_anywhere_hint')?> </p>
|
||||
<select name="station_profile" class="custom-select mb-2 mr-sm-2" style="width: 20%;">
|
||||
<option value="0">Select Station Location</option>
|
||||
<option value="0"><?php echo lang('adif_select_stationlocation')?></option>
|
||||
<?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>
|
||||
<p class="card-text">From date:</p>
|
||||
<p class="card-text"><?php echo lang('gen_from_date') . ": "?></p>
|
||||
<div class="row">
|
||||
<div class="input-group date col-md-3" id="datetimepicker1" data-target-input="nearest">
|
||||
<input name="from" type="text" placeholder="DD/MM/YYYY" class="form-control datetimepicker-input" data-target="#datetimepicker1"/>
|
||||
|
|
@ -143,7 +143,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<p class="card-text">To date:</p>
|
||||
<p class="card-text"><?php echo lang('gen_to_date') . ": "?></p>
|
||||
<div class="row">
|
||||
<div class="input-group date col-md-3" id="datetimepicker2" data-target-input="nearest">
|
||||
<input name="to" "totype="text" placeholder="DD/MM/YYYY" class="form-control datetimepicker-input" data-target="#datetimepicker2"/>
|
||||
|
|
@ -157,7 +157,7 @@
|
|||
<div class="col-md-10">
|
||||
<div class="form-check-inline">
|
||||
<input class="form-check-input" type="checkbox" name="markLotw" value="1" id="markLotwExport">
|
||||
<label class="form-check-label" for="markLotwExport">Mark exported QSOs as uploaded to LoTW</label>
|
||||
<label class="form-check-label" for="markLotwExport"><?php echo lang('adif_mark_exported_lotw')?></label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -165,33 +165,33 @@
|
|||
<div class="col-md-10">
|
||||
<div class="form-check-inline">
|
||||
<input class="form-check-input" type="checkbox" name="exportLotw" value="1" id="exportLotw">
|
||||
<label class="form-check-label" for="exportLotw">Export QSOs not uploaded to LoTW</label>
|
||||
<label class="form-check-label" for="exportLotw"><?php echo lang('adif_mark_exported_no_lotw')?></label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="btn-sm btn-primary" value="Export">Export QSOs</button>
|
||||
<button type="submit" class="btn-sm btn-primary" value="Export"><?php echo lang('adif_export_qso')?></button>
|
||||
</form>
|
||||
|
||||
<br><br>
|
||||
|
||||
<h5>Export Satellite-Only QSOs</h5>
|
||||
<p><a href="<?php echo site_url('adif/exportsat'); ?>" title="Export All Satellite Contacts" target="_blank" class="btn-sm btn-primary">Export All Satellite QSOs</a></p>
|
||||
<h5><?php echo lang('adif_export_sat_only_qso')?></h5>
|
||||
<p><a href="<?php echo site_url('adif/exportsat'); ?>" title="Export All Satellite Contacts" target="_blank" class="btn-sm btn-primary"><?php echo lang('adif_export_sat_only_qso_all')?></a></p>
|
||||
|
||||
<p><a href="<?php echo site_url('adif/exportsatlotw'); ?>" title="Export All Satellite QSOs Confirmed on LoTW" target="_blank" class="btn-sm btn-primary">Export All Satellite QSOs Confirmed on LoTW</a></p>
|
||||
<p><a href="<?php echo site_url('adif/exportsatlotw'); ?>" title="Export All Satellite QSOs Confirmed on LoTW" target="_blank" class="btn-sm btn-primary"><?php echo lang('adif_export_sat_only_qso_lotw')?></a></p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="tab-pane fade" id="lotw" role="tabpanel" aria-labelledby="home-tab">
|
||||
<form class="form" action="<?php echo site_url('adif/mark_lotw'); ?>" method="post" enctype="multipart/form-data">
|
||||
<select name="station_profile" class="custom-select mb-2 mr-sm-2" style="width: 20%;">
|
||||
<option value="0">Select Station Location</option>
|
||||
<option value="0"><?php echo lang('adif_select_stationlocation')?></option>
|
||||
<?php foreach ($station_profile->result() as $station) { ?>
|
||||
<option value="<?php echo $station->station_id; ?>">Callsign: <?php echo $station->station_callsign; ?> (<?php echo $station->station_profile_name; ?>)</option>
|
||||
<option value="<?php echo $station->station_id; ?>"><?php echo lang('gen_hamradio_callsign') . ": "?><?php echo $station->station_callsign; ?> (<?php echo $station->station_profile_name; ?>)</option>
|
||||
<?php } ?>
|
||||
</select>
|
||||
<p><span class="badge badge-warning">Warning</span> If a date range is not selected then all QSOs will be marked!</p>
|
||||
<p class="card-text">From date:</p>
|
||||
<p><span class="badge badge-warning"><?php echo lang('general_word_warning')?></span> <?php echo lang('adif_lotw_export_if_selected')?></p>
|
||||
<p class="card-text"><?php echo lang('gen_from_date') . ": "?></p>
|
||||
<div class="row">
|
||||
<div class="input-group date col-md-3" id="datetimepicker3" data-target-input="nearest">
|
||||
<input name="from" type="text" placeholder="DD/MM/YYYY" class="form-control datetimepicker-input" data-target="#datetimepicker1"/>
|
||||
|
|
@ -200,7 +200,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p class="card-text">To date:</p>
|
||||
<p class="card-text"><?php echo lang('gen_to_date') . ": "?></p>
|
||||
<div class="row">
|
||||
<div class="input-group date col-md-3" id="datetimepicker4" data-target-input="nearest">
|
||||
<input name="to" "totype="text" placeholder="DD/MM/YYYY" class="form-control datetimepicker-input" data-target="#datetimepicker2"/>
|
||||
|
|
@ -210,7 +210,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<button type="submit" class="btn-sm btn-primary" value="Export">Mark QSOs as exported to LoTW</button>
|
||||
<button type="submit" class="btn-sm btn-primary" value="Export"><?php echo lang('adif_mark_qso_as_exported_to_lotw')?></button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -9,20 +9,20 @@
|
|||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
ADIF Imported
|
||||
<?php echo lang('adif_imported')?>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<h3 class="card-title">Yay, its imported!</h3>
|
||||
<p class="card-text">The ADIF File has been imported.
|
||||
<h3 class="card-title"><?php echo lang('adif_yay_its_imported')?></h3>
|
||||
<p class="card-text"><?php echo lang('adif_import_confirm')?>
|
||||
<?php if(isset($skip_dupes)) {
|
||||
echo ' <b>Dupes were inserted!</b>';
|
||||
echo lang('adif_import_dupes_inserted');
|
||||
} else {
|
||||
echo ' Dupes were skipped.';
|
||||
echo lang('adif_import_dupes_skipped');
|
||||
} ?>
|
||||
</p>
|
||||
<?php if($adif_errors) { ?>
|
||||
<h3>ADIF Errors</h3>
|
||||
<p>You have ADIF errors, the QSOs have still been added but these fields have not been populated.</p>
|
||||
<h3><?php echo lang('adif_import_errors')?></h3>
|
||||
<p><?php echo lang('adif_import_errors_hint')?></p>
|
||||
<p class="card-text"><?php echo $adif_errors; ?></p>
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -9,11 +9,11 @@
|
|||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
QSOs marked
|
||||
<?php echo lang('adif_qso_marked')?>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<h3 class="card-title">Yay, it's done!</h3>
|
||||
<p class="card-text">The QSOs are marked as exported to LoTW.</p>
|
||||
<h3 class="card-title"><?php echo lang('adif_yay_its_done')?></h3>
|
||||
<p class="card-text"><?php echo lang('adif_qso_lotw_marked_confirm')?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用