diff --git a/application/config/autoload.php b/application/config/autoload.php index 186fe94c5..d606ae0dd 100644 --- a/application/config/autoload.php +++ b/application/config/autoload.php @@ -98,6 +98,7 @@ $autoload['config'] = array('cloudlog', 'bands', 'lotw'); $autoload['language'] = array( 'account', + 'adif', 'admin', 'contesting', 'eqsl', diff --git a/application/controllers/Adif.php b/application/controllers/Adif.php index 5adbcbde9..b8464d8fa 100644 --- a/application/controllers/Adif.php +++ b/application/controllers/Adif.php @@ -211,6 +211,7 @@ class adif extends CI_Controller { } $data['adif_errors'] = $custom_errors; + $data['skip_dupes'] = $this->input->post('skipDuplicate'); $data['page_title'] = "ADIF Imported"; diff --git a/application/language/bulgarian/adif_lang.php b/application/language/bulgarian/adif_lang.php new file mode 100644 index 000000000..a8b979d1c --- /dev/null +++ b/application/language/bulgarian/adif_lang.php @@ -0,0 +1,99 @@ + 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 all QSO's of the ADIF, regardless if they match to the chosen station-location."; + +$lang['adif_upload'] = "Upload"; + +/* +___________________________________________________________________________________________ +ADIF Export +___________________________________________________________________________________________ +*/ + +$lang['adif_export_take_it_anywhere'] = "Take your logbook file anywhere!"; +$lang['adif_export_take_it_anywhere_hint'] = "Exporting ADIFs allows you to import contacts into third party applications like LoTW, Awards or just for keeping a backup."; + + +$lang['adif_mark_exported_lotw'] = "Mark exported QSOs as uploaded to LoTW"; +$lang['adif_mark_exported_no_lotw'] = "Export QSOs not uploaded to LoTW"; + +$lang['adif_export_qso'] = "Export QSO's"; + +$lang['adif_export_sat_only_qso'] = "Export Satellite-Only QSOs"; +$lang['adif_export_sat_only_qso_all'] = "Export All Satellite QSOs"; +$lang['adif_export_sat_only_qso_lotw'] = "Export All Satellite QSOs Confirmed on LoTW"; + +/* +___________________________________________________________________________________________ +Logbook of the World +___________________________________________________________________________________________ +*/ + +$lang['adif_lotw_export_if_selected'] = "If a date range is not selected then all QSOs will be marked!"; +$lang['adif_mark_qso_as_exported_to_lotw'] = "Mark QSOs as exported to LoTW"; + +$lang['adif_qso_marked'] = "QSOs marked"; +$lang['adif_yay_its_done'] = "Yay, its done!"; +$lang['adif_qso_lotw_marked_confirm'] = "The QSOs are marked as exported to LoTW."; + + +/* +___________________________________________________________________________________________ +Import Success +___________________________________________________________________________________________ +*/ + +$lang['adif_imported'] = "ADIF Imported"; +$lang['adif_yay_its_imported'] = "Yay, its imported!"; +$lang['adif_import_confirm'] = "The ADIF File has been imported."; + +$lang['adif_import_dupes_inserted'] = " Dupes were inserted!"; +$lang['adif_import_dupes_skipped'] = " Dupes were skipped."; + +$lang['adif_import_errors'] = "ADIF Errors"; +$lang['adif_import_errors_hint'] = "You have ADIF errors, the QSOs have still been added but these fields have not been populated."; diff --git a/application/language/bulgarian/general_words_lang.php b/application/language/bulgarian/general_words_lang.php index db348b613..d3e8069a9 100644 --- a/application/language/bulgarian/general_words_lang.php +++ b/application/language/bulgarian/general_words_lang.php @@ -7,6 +7,8 @@ $lang['error_no_active_station_profile'] = 'Внимание: трябва да $lang['notice_turn_the_radio_on'] = 'Днес не сте правили QSO; време е да включите радиото!'; $lang['general_word_important'] = 'Важно'; +$lang['general_word_warning'] = 'Warning'; +$lang['general_word_danger'] = 'DANGER'; $lang['general_word_maintenance'] = 'Maintenance'; $lang['general_word_info'] = 'Инфо'; $lang['general_word_choose_file'] = 'Изберете файл'; @@ -81,7 +83,6 @@ $lang['general_lookup_hamqth'] = 'Lookup on HamQTH'; $lang['general_total_distance'] = 'Общо разстояние'; // PHP Upload Warning -$lang['general_word_warning'] = 'Warning'; $lang['gen_max_file_upload_size'] = 'Maximum file upload size is '; // Cloudlog Terms @@ -158,6 +159,7 @@ $lang['dashboard_you_have_had'] = 'Вие сте имали'; $lang['dashboard_qsos_today'] = 'QSO-та днес!'; $lang['dashboard_qso_breakdown'] = 'Разбивка на QSO-тата'; $lang['dashboard_countries_breakdown'] = 'Разбивка по държави'; +$lang['gen_to_date'] = 'To date'; $lang['gen_from_date'] = 'От дата'; diff --git a/application/language/bulgarian/options_lang.php b/application/language/bulgarian/options_lang.php index f41ee4a9a..29199d744 100644 --- a/application/language/bulgarian/options_lang.php +++ b/application/language/bulgarian/options_lang.php @@ -69,5 +69,6 @@ $lang['options_dxcluster_maxage_hint'] = 'The Age in Minutes of spots, that will $lang['options_dxcluster_decont'] = 'Show spots which are spotted from following continent'; $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; +$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; $lang['options_save'] = 'Save'; diff --git a/application/language/chinese_simplified/adif_lang.php b/application/language/chinese_simplified/adif_lang.php new file mode 100644 index 000000000..a8b979d1c --- /dev/null +++ b/application/language/chinese_simplified/adif_lang.php @@ -0,0 +1,99 @@ + 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 all QSO's of the ADIF, regardless if they match to the chosen station-location."; + +$lang['adif_upload'] = "Upload"; + +/* +___________________________________________________________________________________________ +ADIF Export +___________________________________________________________________________________________ +*/ + +$lang['adif_export_take_it_anywhere'] = "Take your logbook file anywhere!"; +$lang['adif_export_take_it_anywhere_hint'] = "Exporting ADIFs allows you to import contacts into third party applications like LoTW, Awards or just for keeping a backup."; + + +$lang['adif_mark_exported_lotw'] = "Mark exported QSOs as uploaded to LoTW"; +$lang['adif_mark_exported_no_lotw'] = "Export QSOs not uploaded to LoTW"; + +$lang['adif_export_qso'] = "Export QSO's"; + +$lang['adif_export_sat_only_qso'] = "Export Satellite-Only QSOs"; +$lang['adif_export_sat_only_qso_all'] = "Export All Satellite QSOs"; +$lang['adif_export_sat_only_qso_lotw'] = "Export All Satellite QSOs Confirmed on LoTW"; + +/* +___________________________________________________________________________________________ +Logbook of the World +___________________________________________________________________________________________ +*/ + +$lang['adif_lotw_export_if_selected'] = "If a date range is not selected then all QSOs will be marked!"; +$lang['adif_mark_qso_as_exported_to_lotw'] = "Mark QSOs as exported to LoTW"; + +$lang['adif_qso_marked'] = "QSOs marked"; +$lang['adif_yay_its_done'] = "Yay, its done!"; +$lang['adif_qso_lotw_marked_confirm'] = "The QSOs are marked as exported to LoTW."; + + +/* +___________________________________________________________________________________________ +Import Success +___________________________________________________________________________________________ +*/ + +$lang['adif_imported'] = "ADIF Imported"; +$lang['adif_yay_its_imported'] = "Yay, its imported!"; +$lang['adif_import_confirm'] = "The ADIF File has been imported."; + +$lang['adif_import_dupes_inserted'] = " Dupes were inserted!"; +$lang['adif_import_dupes_skipped'] = " Dupes were skipped."; + +$lang['adif_import_errors'] = "ADIF Errors"; +$lang['adif_import_errors_hint'] = "You have ADIF errors, the QSOs have still been added but these fields have not been populated."; diff --git a/application/language/chinese_simplified/general_words_lang.php b/application/language/chinese_simplified/general_words_lang.php index 6ff215f4c..1ba39a62f 100644 --- a/application/language/chinese_simplified/general_words_lang.php +++ b/application/language/chinese_simplified/general_words_lang.php @@ -7,6 +7,8 @@ $lang['error_no_active_station_profile'] = '注意:你需要设置一个活动 $lang['notice_turn_the_radio_on'] = '你今天还没有 QSO,是时候打开你的电台了!'; $lang['general_word_important'] = '重要'; +$lang['general_word_warning'] = 'Warning'; +$lang['general_word_danger'] = 'DANGER'; $lang['general_word_maintenance'] = 'Maintenance'; $lang['general_word_info'] = '消息'; $lang['general_word_choose_file'] = '选择文件'; @@ -81,7 +83,6 @@ $lang['general_lookup_hamqth'] = 'Lookup on HamQTH'; $lang['general_total_distance'] = '总计距离'; // PHP Upload Warning -$lang['general_word_warning'] = 'Warning'; $lang['gen_max_file_upload_size'] = 'Maximum file upload size is '; // Cloudlog Terms @@ -158,6 +159,7 @@ $lang['dashboard_you_have_had'] = '今天你有'; $lang['dashboard_qsos_today'] = '个 QSO!'; $lang['dashboard_qso_breakdown'] = 'QSO 分析'; $lang['dashboard_countries_breakdown'] = 'DXCC 实体分析'; +$lang['gen_to_date'] = 'To date'; $lang['gen_from_date'] = '起始日期'; diff --git a/application/language/chinese_simplified/options_lang.php b/application/language/chinese_simplified/options_lang.php index aab67a5b9..878d9bc40 100644 --- a/application/language/chinese_simplified/options_lang.php +++ b/application/language/chinese_simplified/options_lang.php @@ -69,5 +69,6 @@ $lang['options_dxcluster_maxage_hint'] = 'The Age in Minutes of spots, that will $lang['options_dxcluster_decont'] = 'Show spots which are spotted from following continent'; $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; +$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; $lang['options_save'] = 'Save'; diff --git a/application/language/czech/adif_lang.php b/application/language/czech/adif_lang.php new file mode 100644 index 000000000..a8b979d1c --- /dev/null +++ b/application/language/czech/adif_lang.php @@ -0,0 +1,99 @@ + 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 all QSO's of the ADIF, regardless if they match to the chosen station-location."; + +$lang['adif_upload'] = "Upload"; + +/* +___________________________________________________________________________________________ +ADIF Export +___________________________________________________________________________________________ +*/ + +$lang['adif_export_take_it_anywhere'] = "Take your logbook file anywhere!"; +$lang['adif_export_take_it_anywhere_hint'] = "Exporting ADIFs allows you to import contacts into third party applications like LoTW, Awards or just for keeping a backup."; + + +$lang['adif_mark_exported_lotw'] = "Mark exported QSOs as uploaded to LoTW"; +$lang['adif_mark_exported_no_lotw'] = "Export QSOs not uploaded to LoTW"; + +$lang['adif_export_qso'] = "Export QSO's"; + +$lang['adif_export_sat_only_qso'] = "Export Satellite-Only QSOs"; +$lang['adif_export_sat_only_qso_all'] = "Export All Satellite QSOs"; +$lang['adif_export_sat_only_qso_lotw'] = "Export All Satellite QSOs Confirmed on LoTW"; + +/* +___________________________________________________________________________________________ +Logbook of the World +___________________________________________________________________________________________ +*/ + +$lang['adif_lotw_export_if_selected'] = "If a date range is not selected then all QSOs will be marked!"; +$lang['adif_mark_qso_as_exported_to_lotw'] = "Mark QSOs as exported to LoTW"; + +$lang['adif_qso_marked'] = "QSOs marked"; +$lang['adif_yay_its_done'] = "Yay, its done!"; +$lang['adif_qso_lotw_marked_confirm'] = "The QSOs are marked as exported to LoTW."; + + +/* +___________________________________________________________________________________________ +Import Success +___________________________________________________________________________________________ +*/ + +$lang['adif_imported'] = "ADIF Imported"; +$lang['adif_yay_its_imported'] = "Yay, its imported!"; +$lang['adif_import_confirm'] = "The ADIF File has been imported."; + +$lang['adif_import_dupes_inserted'] = " Dupes were inserted!"; +$lang['adif_import_dupes_skipped'] = " Dupes were skipped."; + +$lang['adif_import_errors'] = "ADIF Errors"; +$lang['adif_import_errors_hint'] = "You have ADIF errors, the QSOs have still been added but these fields have not been populated."; diff --git a/application/language/czech/general_words_lang.php b/application/language/czech/general_words_lang.php index 57b8d667a..ddf2b921a 100644 --- a/application/language/czech/general_words_lang.php +++ b/application/language/czech/general_words_lang.php @@ -7,6 +7,8 @@ $lang['error_no_active_station_profile'] = 'Pozor: musíte nastavit aktivní um $lang['notice_turn_the_radio_on'] = 'Dnes jste neudělali žádná QSO spojení; je čas zapnout rádio!'; $lang['general_word_important'] = 'Důležité'; +$lang['general_word_warning'] = 'Warning'; +$lang['general_word_danger'] = 'DANGER'; $lang['general_word_maintenance'] = 'Maintenance'; $lang['general_word_info'] = 'Info'; $lang['general_word_choose_file'] = 'Vybrat soubor'; @@ -81,7 +83,6 @@ $lang['general_lookup_hamqth'] = 'Lookup on HamQTH'; $lang['general_total_distance'] = 'Celková vzdálenost'; // PHP Upload Warning -$lang['general_word_warning'] = 'Warning'; $lang['gen_max_file_upload_size'] = 'Maximum file upload size is '; // Cloudlog Terms @@ -158,6 +159,7 @@ $lang['dashboard_you_have_had'] = 'Máte'; $lang['dashboard_qsos_today'] = 'QSO spojení dnes!'; $lang['dashboard_qso_breakdown'] = 'Počet QSO spojení'; $lang['dashboard_countries_breakdown'] = 'Počet zemí'; +$lang['gen_to_date'] = 'To date'; $lang['gen_from_date'] = 'Od data'; diff --git a/application/language/czech/options_lang.php b/application/language/czech/options_lang.php index 4608f719d..95f232e00 100644 --- a/application/language/czech/options_lang.php +++ b/application/language/czech/options_lang.php @@ -69,5 +69,6 @@ $lang['options_dxcluster_maxage_hint'] = 'The Age in Minutes of spots, that will $lang['options_dxcluster_decont'] = 'Show spots which are spotted from following continent'; $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; +$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; $lang['options_save'] = 'Uložit'; diff --git a/application/language/dutch/adif_lang.php b/application/language/dutch/adif_lang.php new file mode 100644 index 000000000..a8b979d1c --- /dev/null +++ b/application/language/dutch/adif_lang.php @@ -0,0 +1,99 @@ + 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 all QSO's of the ADIF, regardless if they match to the chosen station-location."; + +$lang['adif_upload'] = "Upload"; + +/* +___________________________________________________________________________________________ +ADIF Export +___________________________________________________________________________________________ +*/ + +$lang['adif_export_take_it_anywhere'] = "Take your logbook file anywhere!"; +$lang['adif_export_take_it_anywhere_hint'] = "Exporting ADIFs allows you to import contacts into third party applications like LoTW, Awards or just for keeping a backup."; + + +$lang['adif_mark_exported_lotw'] = "Mark exported QSOs as uploaded to LoTW"; +$lang['adif_mark_exported_no_lotw'] = "Export QSOs not uploaded to LoTW"; + +$lang['adif_export_qso'] = "Export QSO's"; + +$lang['adif_export_sat_only_qso'] = "Export Satellite-Only QSOs"; +$lang['adif_export_sat_only_qso_all'] = "Export All Satellite QSOs"; +$lang['adif_export_sat_only_qso_lotw'] = "Export All Satellite QSOs Confirmed on LoTW"; + +/* +___________________________________________________________________________________________ +Logbook of the World +___________________________________________________________________________________________ +*/ + +$lang['adif_lotw_export_if_selected'] = "If a date range is not selected then all QSOs will be marked!"; +$lang['adif_mark_qso_as_exported_to_lotw'] = "Mark QSOs as exported to LoTW"; + +$lang['adif_qso_marked'] = "QSOs marked"; +$lang['adif_yay_its_done'] = "Yay, its done!"; +$lang['adif_qso_lotw_marked_confirm'] = "The QSOs are marked as exported to LoTW."; + + +/* +___________________________________________________________________________________________ +Import Success +___________________________________________________________________________________________ +*/ + +$lang['adif_imported'] = "ADIF Imported"; +$lang['adif_yay_its_imported'] = "Yay, its imported!"; +$lang['adif_import_confirm'] = "The ADIF File has been imported."; + +$lang['adif_import_dupes_inserted'] = " Dupes were inserted!"; +$lang['adif_import_dupes_skipped'] = " Dupes were skipped."; + +$lang['adif_import_errors'] = "ADIF Errors"; +$lang['adif_import_errors_hint'] = "You have ADIF errors, the QSOs have still been added but these fields have not been populated."; diff --git a/application/language/dutch/general_words_lang.php b/application/language/dutch/general_words_lang.php index 332805373..c4a681932 100644 --- a/application/language/dutch/general_words_lang.php +++ b/application/language/dutch/general_words_lang.php @@ -7,6 +7,8 @@ $lang['error_no_active_station_profile'] = 'Let op: Activeer een station profiel $lang['notice_turn_the_radio_on'] = 'Je hebt vandaag nog geen QSOs gemaakt. Tijd om de set aan te zetten!'; $lang['general_word_important'] = 'Belangrijk'; +$lang['general_word_warning'] = 'Warning'; +$lang['general_word_danger'] = 'DANGER'; $lang['general_word_maintenance'] = 'Maintenance'; $lang['general_word_info'] = 'Info'; $lang['general_word_choose_file'] = 'Choose file'; @@ -81,7 +83,6 @@ $lang['general_lookup_hamqth'] = 'Lookup on HamQTH'; $lang['general_total_distance'] = 'Total Distance'; // PHP Upload Warning -$lang['general_word_warning'] = 'Warning'; $lang['gen_max_file_upload_size'] = 'Maximum file upload size is '; // Cloudlog Terms @@ -158,6 +159,7 @@ $lang['dashboard_you_have_had'] = 'Je hebt'; $lang['dashboard_qsos_today'] = 'QSOs vandaag!'; $lang['dashboard_qso_breakdown'] = 'QSOs overzicht'; $lang['dashboard_countries_breakdown'] = 'Landen overzicht'; +$lang['gen_to_date'] = 'To date'; $lang['gen_from_date'] = 'From date'; diff --git a/application/language/dutch/options_lang.php b/application/language/dutch/options_lang.php index 58ddf7a05..5c55b09ae 100644 --- a/application/language/dutch/options_lang.php +++ b/application/language/dutch/options_lang.php @@ -69,5 +69,6 @@ $lang['options_dxcluster_maxage_hint'] = 'The Age in Minutes of spots, that will $lang['options_dxcluster_decont'] = 'Show spots which are spotted from following continent'; $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; +$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; $lang['options_save'] = 'Save'; diff --git a/application/language/english/adif_lang.php b/application/language/english/adif_lang.php new file mode 100644 index 000000000..a8b979d1c --- /dev/null +++ b/application/language/english/adif_lang.php @@ -0,0 +1,99 @@ + 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 all QSO's of the ADIF, regardless if they match to the chosen station-location."; + +$lang['adif_upload'] = "Upload"; + +/* +___________________________________________________________________________________________ +ADIF Export +___________________________________________________________________________________________ +*/ + +$lang['adif_export_take_it_anywhere'] = "Take your logbook file anywhere!"; +$lang['adif_export_take_it_anywhere_hint'] = "Exporting ADIFs allows you to import contacts into third party applications like LoTW, Awards or just for keeping a backup."; + + +$lang['adif_mark_exported_lotw'] = "Mark exported QSOs as uploaded to LoTW"; +$lang['adif_mark_exported_no_lotw'] = "Export QSOs not uploaded to LoTW"; + +$lang['adif_export_qso'] = "Export QSO's"; + +$lang['adif_export_sat_only_qso'] = "Export Satellite-Only QSOs"; +$lang['adif_export_sat_only_qso_all'] = "Export All Satellite QSOs"; +$lang['adif_export_sat_only_qso_lotw'] = "Export All Satellite QSOs Confirmed on LoTW"; + +/* +___________________________________________________________________________________________ +Logbook of the World +___________________________________________________________________________________________ +*/ + +$lang['adif_lotw_export_if_selected'] = "If a date range is not selected then all QSOs will be marked!"; +$lang['adif_mark_qso_as_exported_to_lotw'] = "Mark QSOs as exported to LoTW"; + +$lang['adif_qso_marked'] = "QSOs marked"; +$lang['adif_yay_its_done'] = "Yay, its done!"; +$lang['adif_qso_lotw_marked_confirm'] = "The QSOs are marked as exported to LoTW."; + + +/* +___________________________________________________________________________________________ +Import Success +___________________________________________________________________________________________ +*/ + +$lang['adif_imported'] = "ADIF Imported"; +$lang['adif_yay_its_imported'] = "Yay, its imported!"; +$lang['adif_import_confirm'] = "The ADIF File has been imported."; + +$lang['adif_import_dupes_inserted'] = " Dupes were inserted!"; +$lang['adif_import_dupes_skipped'] = " Dupes were skipped."; + +$lang['adif_import_errors'] = "ADIF Errors"; +$lang['adif_import_errors_hint'] = "You have ADIF errors, the QSOs have still been added but these fields have not been populated."; diff --git a/application/language/english/general_words_lang.php b/application/language/english/general_words_lang.php index 539e6b730..677fa46f3 100644 --- a/application/language/english/general_words_lang.php +++ b/application/language/english/general_words_lang.php @@ -7,6 +7,8 @@ $lang['error_no_active_station_profile'] = 'Attention: you need to set an active $lang['notice_turn_the_radio_on'] = 'You have made no QSOs today; time to turn on the radio!'; $lang['general_word_important'] = 'Important'; +$lang['general_word_warning'] = 'Warning'; +$lang['general_word_danger'] = 'DANGER'; $lang['general_word_maintenance'] = 'Maintenance'; $lang['general_word_info'] = 'Info'; $lang['general_word_choose_file'] = 'Choose file'; @@ -81,7 +83,6 @@ $lang['general_lookup_hamqth'] = 'Lookup on HamQTH'; $lang['general_total_distance'] = 'Total Distance'; // PHP Upload Warning -$lang['general_word_warning'] = 'Warning'; $lang['gen_max_file_upload_size'] = 'Maximum file upload size is '; // Cloudlog Terms @@ -158,6 +159,7 @@ $lang['dashboard_qso_breakdown'] = 'QSOs Breakdown'; $lang['dashboard_countries_breakdown'] = 'Countries Breakdown'; $lang['gen_from_date'] = 'From date'; +$lang['gen_to_date'] = 'To date'; $lang['gen_this_qso_was_confirmed_on'] = 'This QSO was confirmed on'; diff --git a/application/language/english/options_lang.php b/application/language/english/options_lang.php index da12f681d..466314e25 100644 --- a/application/language/english/options_lang.php +++ b/application/language/english/options_lang.php @@ -69,5 +69,6 @@ $lang['options_dxcluster_maxage_hint'] = 'The Age in Minutes of spots, that will $lang['options_dxcluster_decont'] = 'Show spots which are spotted from following continent'; $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; +$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; $lang['options_save'] = 'Save'; diff --git a/application/language/finnish/adif_lang.php b/application/language/finnish/adif_lang.php new file mode 100644 index 000000000..a8b979d1c --- /dev/null +++ b/application/language/finnish/adif_lang.php @@ -0,0 +1,99 @@ + 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 all QSO's of the ADIF, regardless if they match to the chosen station-location."; + +$lang['adif_upload'] = "Upload"; + +/* +___________________________________________________________________________________________ +ADIF Export +___________________________________________________________________________________________ +*/ + +$lang['adif_export_take_it_anywhere'] = "Take your logbook file anywhere!"; +$lang['adif_export_take_it_anywhere_hint'] = "Exporting ADIFs allows you to import contacts into third party applications like LoTW, Awards or just for keeping a backup."; + + +$lang['adif_mark_exported_lotw'] = "Mark exported QSOs as uploaded to LoTW"; +$lang['adif_mark_exported_no_lotw'] = "Export QSOs not uploaded to LoTW"; + +$lang['adif_export_qso'] = "Export QSO's"; + +$lang['adif_export_sat_only_qso'] = "Export Satellite-Only QSOs"; +$lang['adif_export_sat_only_qso_all'] = "Export All Satellite QSOs"; +$lang['adif_export_sat_only_qso_lotw'] = "Export All Satellite QSOs Confirmed on LoTW"; + +/* +___________________________________________________________________________________________ +Logbook of the World +___________________________________________________________________________________________ +*/ + +$lang['adif_lotw_export_if_selected'] = "If a date range is not selected then all QSOs will be marked!"; +$lang['adif_mark_qso_as_exported_to_lotw'] = "Mark QSOs as exported to LoTW"; + +$lang['adif_qso_marked'] = "QSOs marked"; +$lang['adif_yay_its_done'] = "Yay, its done!"; +$lang['adif_qso_lotw_marked_confirm'] = "The QSOs are marked as exported to LoTW."; + + +/* +___________________________________________________________________________________________ +Import Success +___________________________________________________________________________________________ +*/ + +$lang['adif_imported'] = "ADIF Imported"; +$lang['adif_yay_its_imported'] = "Yay, its imported!"; +$lang['adif_import_confirm'] = "The ADIF File has been imported."; + +$lang['adif_import_dupes_inserted'] = " Dupes were inserted!"; +$lang['adif_import_dupes_skipped'] = " Dupes were skipped."; + +$lang['adif_import_errors'] = "ADIF Errors"; +$lang['adif_import_errors_hint'] = "You have ADIF errors, the QSOs have still been added but these fields have not been populated."; diff --git a/application/language/finnish/general_words_lang.php b/application/language/finnish/general_words_lang.php index aef377480..8aa4b7413 100644 --- a/application/language/finnish/general_words_lang.php +++ b/application/language/finnish/general_words_lang.php @@ -7,6 +7,8 @@ $lang['error_no_active_station_profile'] = 'Varoitus: sinun täytyy valita aktii $lang['notice_turn_the_radio_on'] = 'Ei kusoja tänään - siis radio päälle ja bandeille!'; $lang['general_word_important'] = 'Tärkeää'; +$lang['general_word_warning'] = 'Warning'; +$lang['general_word_danger'] = 'DANGER'; $lang['general_word_maintenance'] = 'Maintenance'; $lang['general_word_info'] = 'Info'; $lang['general_word_choose_file'] = 'Valitse tiedosto'; @@ -81,7 +83,6 @@ $lang['general_lookup_hamqth'] = 'Lookup on HamQTH'; $lang['general_total_distance'] = 'Kokonaismatka'; // PHP Upload Warning -$lang['general_word_warning'] = 'Warning'; $lang['gen_max_file_upload_size'] = 'Maximum file upload size is '; // Cloudlog Terms @@ -158,6 +159,7 @@ $lang['dashboard_you_have_had'] = 'Olet pitänyt'; $lang['dashboard_qsos_today'] = 'yhteyttä tänään!'; $lang['dashboard_qso_breakdown'] = 'Yhteystilasto'; $lang['dashboard_countries_breakdown'] = 'Maatilasto'; +$lang['gen_to_date'] = 'To date'; $lang['gen_from_date'] = 'päivämäärästä'; diff --git a/application/language/finnish/options_lang.php b/application/language/finnish/options_lang.php index 99184f596..47176711b 100644 --- a/application/language/finnish/options_lang.php +++ b/application/language/finnish/options_lang.php @@ -69,5 +69,6 @@ $lang['options_dxcluster_maxage_hint'] = 'The Age in Minutes of spots, that will $lang['options_dxcluster_decont'] = 'Show spots which are spotted from following continent'; $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; +$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; $lang['options_save'] = 'Save'; diff --git a/application/language/french/adif_lang.php b/application/language/french/adif_lang.php new file mode 100644 index 000000000..a8b979d1c --- /dev/null +++ b/application/language/french/adif_lang.php @@ -0,0 +1,99 @@ + 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 all QSO's of the ADIF, regardless if they match to the chosen station-location."; + +$lang['adif_upload'] = "Upload"; + +/* +___________________________________________________________________________________________ +ADIF Export +___________________________________________________________________________________________ +*/ + +$lang['adif_export_take_it_anywhere'] = "Take your logbook file anywhere!"; +$lang['adif_export_take_it_anywhere_hint'] = "Exporting ADIFs allows you to import contacts into third party applications like LoTW, Awards or just for keeping a backup."; + + +$lang['adif_mark_exported_lotw'] = "Mark exported QSOs as uploaded to LoTW"; +$lang['adif_mark_exported_no_lotw'] = "Export QSOs not uploaded to LoTW"; + +$lang['adif_export_qso'] = "Export QSO's"; + +$lang['adif_export_sat_only_qso'] = "Export Satellite-Only QSOs"; +$lang['adif_export_sat_only_qso_all'] = "Export All Satellite QSOs"; +$lang['adif_export_sat_only_qso_lotw'] = "Export All Satellite QSOs Confirmed on LoTW"; + +/* +___________________________________________________________________________________________ +Logbook of the World +___________________________________________________________________________________________ +*/ + +$lang['adif_lotw_export_if_selected'] = "If a date range is not selected then all QSOs will be marked!"; +$lang['adif_mark_qso_as_exported_to_lotw'] = "Mark QSOs as exported to LoTW"; + +$lang['adif_qso_marked'] = "QSOs marked"; +$lang['adif_yay_its_done'] = "Yay, its done!"; +$lang['adif_qso_lotw_marked_confirm'] = "The QSOs are marked as exported to LoTW."; + + +/* +___________________________________________________________________________________________ +Import Success +___________________________________________________________________________________________ +*/ + +$lang['adif_imported'] = "ADIF Imported"; +$lang['adif_yay_its_imported'] = "Yay, its imported!"; +$lang['adif_import_confirm'] = "The ADIF File has been imported."; + +$lang['adif_import_dupes_inserted'] = " Dupes were inserted!"; +$lang['adif_import_dupes_skipped'] = " Dupes were skipped."; + +$lang['adif_import_errors'] = "ADIF Errors"; +$lang['adif_import_errors_hint'] = "You have ADIF errors, the QSOs have still been added but these fields have not been populated."; diff --git a/application/language/french/general_words_lang.php b/application/language/french/general_words_lang.php index c4aeb577c..aae52ca19 100644 --- a/application/language/french/general_words_lang.php +++ b/application/language/french/general_words_lang.php @@ -7,6 +7,8 @@ $lang['error_no_active_station_profile'] = 'Attention: vous devez activer le pro $lang['notice_turn_the_radio_on'] = 'Vous n\'avez fait aucun QSOs aujourd\'hui. Il est temps d\'allumer la radio!'; $lang['general_word_important'] = 'Important'; +$lang['general_word_warning'] = 'Warning'; +$lang['general_word_danger'] = 'DANGER'; $lang['general_word_maintenance'] = 'Maintenance'; $lang['general_word_info'] = 'Information'; $lang['general_word_choose_file'] = 'Choose file'; @@ -81,7 +83,6 @@ $lang['general_lookup_hamqth'] = 'Lookup on HamQTH'; $lang['general_total_distance'] = 'Total Distance'; // PHP Upload Warning -$lang['general_word_warning'] = 'Warning'; $lang['gen_max_file_upload_size'] = 'Maximum file upload size is '; // Cloudlog Terms @@ -158,6 +159,7 @@ $lang['dashboard_you_have_had'] = 'Vous avez eu'; $lang['dashboard_qsos_today'] = 'QSOs aujourd\'hui!'; $lang['dashboard_qso_breakdown'] = 'QSOs Breakdown'; $lang['dashboard_countries_breakdown'] = 'Pays Breakdown'; +$lang['gen_to_date'] = 'To date'; $lang['gen_from_date'] = 'depuis la date'; diff --git a/application/language/french/options_lang.php b/application/language/french/options_lang.php index da12f681d..466314e25 100644 --- a/application/language/french/options_lang.php +++ b/application/language/french/options_lang.php @@ -69,5 +69,6 @@ $lang['options_dxcluster_maxage_hint'] = 'The Age in Minutes of spots, that will $lang['options_dxcluster_decont'] = 'Show spots which are spotted from following continent'; $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; +$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; $lang['options_save'] = 'Save'; diff --git a/application/language/german/adif_lang.php b/application/language/german/adif_lang.php new file mode 100644 index 000000000..6ca8681c2 --- /dev/null +++ b/application/language/german/adif_lang.php @@ -0,0 +1,99 @@ + 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 alle 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'] = " Duplikate wurden ebenfalls importiert!"; +$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."; diff --git a/application/language/german/general_words_lang.php b/application/language/german/general_words_lang.php index f8ba979a9..3bad33597 100644 --- a/application/language/german/general_words_lang.php +++ b/application/language/german/general_words_lang.php @@ -7,6 +7,8 @@ $lang['error_no_active_station_profile'] = 'Achtung: Du musst ein aktives Statio $lang['notice_turn_the_radio_on'] = 'Du hast heute noch keine QSOs gemacht; Zeit, das Funkgerät einzuschalten!'; $lang['general_word_important'] = 'Wichtig'; +$lang['general_word_warning'] = 'Warnung'; +$lang['general_word_danger'] = 'GEFAHR'; $lang['general_word_maintenance'] = 'Wartung'; $lang['general_word_info'] = 'Info'; $lang['general_word_choose_file'] = 'Datei wählen'; @@ -81,7 +83,6 @@ $lang['general_lookup_hamqth'] = 'Nachschlagen auf HamQTH'; $lang['general_total_distance'] = 'Entfernung'; // PHP Upload Warning -$lang['general_word_warning'] = 'Warnung'; $lang['gen_max_file_upload_size'] = 'Die max. Dateigrösse für Uploads beträgt '; // Cloudlog Terms @@ -158,6 +159,7 @@ $lang['dashboard_qso_breakdown'] = 'QSO-Übersicht'; $lang['dashboard_countries_breakdown'] = 'Länderübersicht'; $lang['gen_from_date'] = 'Ab Datum'; +$lang['gen_to_date'] = 'To date'; $lang['gen_this_qso_was_confirmed_on'] = 'Dieses QSO wurde bestätigt am'; diff --git a/application/language/german/options_lang.php b/application/language/german/options_lang.php index 4f64ecc52..10d8ea00d 100644 --- a/application/language/german/options_lang.php +++ b/application/language/german/options_lang.php @@ -69,5 +69,6 @@ $lang['options_dxcluster_maxage_hint'] = 'Das Alter von Spots in Minuten, welche $lang['options_dxcluster_decont'] = 'Nur Spots berücksichtigen, die in folgendem Kontinent erfasst wurden'; $lang['options_dxcluster_maxage_changed_to']='Maximales Spot-Alter geändert auf '; $lang['options_dxcluster_decont_changed_to']='Spotterkontinent geändert auf '; +$lang['options_dxcluster_decont_hint']='Nur Spots von Spottern dieses Kontinents werden angezeigt'; $lang['options_save'] = 'Speichern'; diff --git a/application/language/greek/adif_lang.php b/application/language/greek/adif_lang.php new file mode 100644 index 000000000..a8b979d1c --- /dev/null +++ b/application/language/greek/adif_lang.php @@ -0,0 +1,99 @@ + 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 all QSO's of the ADIF, regardless if they match to the chosen station-location."; + +$lang['adif_upload'] = "Upload"; + +/* +___________________________________________________________________________________________ +ADIF Export +___________________________________________________________________________________________ +*/ + +$lang['adif_export_take_it_anywhere'] = "Take your logbook file anywhere!"; +$lang['adif_export_take_it_anywhere_hint'] = "Exporting ADIFs allows you to import contacts into third party applications like LoTW, Awards or just for keeping a backup."; + + +$lang['adif_mark_exported_lotw'] = "Mark exported QSOs as uploaded to LoTW"; +$lang['adif_mark_exported_no_lotw'] = "Export QSOs not uploaded to LoTW"; + +$lang['adif_export_qso'] = "Export QSO's"; + +$lang['adif_export_sat_only_qso'] = "Export Satellite-Only QSOs"; +$lang['adif_export_sat_only_qso_all'] = "Export All Satellite QSOs"; +$lang['adif_export_sat_only_qso_lotw'] = "Export All Satellite QSOs Confirmed on LoTW"; + +/* +___________________________________________________________________________________________ +Logbook of the World +___________________________________________________________________________________________ +*/ + +$lang['adif_lotw_export_if_selected'] = "If a date range is not selected then all QSOs will be marked!"; +$lang['adif_mark_qso_as_exported_to_lotw'] = "Mark QSOs as exported to LoTW"; + +$lang['adif_qso_marked'] = "QSOs marked"; +$lang['adif_yay_its_done'] = "Yay, its done!"; +$lang['adif_qso_lotw_marked_confirm'] = "The QSOs are marked as exported to LoTW."; + + +/* +___________________________________________________________________________________________ +Import Success +___________________________________________________________________________________________ +*/ + +$lang['adif_imported'] = "ADIF Imported"; +$lang['adif_yay_its_imported'] = "Yay, its imported!"; +$lang['adif_import_confirm'] = "The ADIF File has been imported."; + +$lang['adif_import_dupes_inserted'] = " Dupes were inserted!"; +$lang['adif_import_dupes_skipped'] = " Dupes were skipped."; + +$lang['adif_import_errors'] = "ADIF Errors"; +$lang['adif_import_errors_hint'] = "You have ADIF errors, the QSOs have still been added but these fields have not been populated."; diff --git a/application/language/greek/general_words_lang.php b/application/language/greek/general_words_lang.php index 3d3b3e0e3..840397525 100644 --- a/application/language/greek/general_words_lang.php +++ b/application/language/greek/general_words_lang.php @@ -7,6 +7,8 @@ $lang['error_no_active_station_profile'] = 'Προσοχή: πρέπει να ο $lang['notice_turn_the_radio_on'] = 'Δεν έχετε κάνει κανένα QSO σήμερα. ώρα να ανοίξετε τον ασύρματο!'; $lang['general_word_important'] = 'Σημαντικό'; +$lang['general_word_warning'] = 'Warning'; +$lang['general_word_danger'] = 'DANGER'; $lang['general_word_maintenance'] = 'Maintenance'; $lang['general_word_info'] = 'Πληροφορίες'; $lang['general_word_choose_file'] = 'Επιλογή αρχείου'; @@ -81,7 +83,6 @@ $lang['general_lookup_hamqth'] = 'Lookup on HamQTH'; $lang['general_total_distance'] = 'Συνολική Απόσταση'; // PHP Upload Warning -$lang['general_word_warning'] = 'Warning'; $lang['gen_max_file_upload_size'] = 'Maximum file upload size is '; // Cloudlog Terms @@ -158,6 +159,7 @@ $lang['dashboard_you_have_had'] = 'Έχετε'; $lang['dashboard_qsos_today'] = 'Σημερινά QSOs '; $lang['dashboard_qso_breakdown'] = 'QSOs Αναλυτικά'; $lang['dashboard_countries_breakdown'] = 'Χώρες Αναλυτικά'; +$lang['gen_to_date'] = 'To date'; $lang['gen_from_date'] = 'Από την ημερομηνία'; diff --git a/application/language/greek/options_lang.php b/application/language/greek/options_lang.php index da12f681d..466314e25 100644 --- a/application/language/greek/options_lang.php +++ b/application/language/greek/options_lang.php @@ -69,5 +69,6 @@ $lang['options_dxcluster_maxage_hint'] = 'The Age in Minutes of spots, that will $lang['options_dxcluster_decont'] = 'Show spots which are spotted from following continent'; $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; +$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; $lang['options_save'] = 'Save'; diff --git a/application/language/italian/adif_lang.php b/application/language/italian/adif_lang.php new file mode 100644 index 000000000..a8b979d1c --- /dev/null +++ b/application/language/italian/adif_lang.php @@ -0,0 +1,99 @@ + 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 all QSO's of the ADIF, regardless if they match to the chosen station-location."; + +$lang['adif_upload'] = "Upload"; + +/* +___________________________________________________________________________________________ +ADIF Export +___________________________________________________________________________________________ +*/ + +$lang['adif_export_take_it_anywhere'] = "Take your logbook file anywhere!"; +$lang['adif_export_take_it_anywhere_hint'] = "Exporting ADIFs allows you to import contacts into third party applications like LoTW, Awards or just for keeping a backup."; + + +$lang['adif_mark_exported_lotw'] = "Mark exported QSOs as uploaded to LoTW"; +$lang['adif_mark_exported_no_lotw'] = "Export QSOs not uploaded to LoTW"; + +$lang['adif_export_qso'] = "Export QSO's"; + +$lang['adif_export_sat_only_qso'] = "Export Satellite-Only QSOs"; +$lang['adif_export_sat_only_qso_all'] = "Export All Satellite QSOs"; +$lang['adif_export_sat_only_qso_lotw'] = "Export All Satellite QSOs Confirmed on LoTW"; + +/* +___________________________________________________________________________________________ +Logbook of the World +___________________________________________________________________________________________ +*/ + +$lang['adif_lotw_export_if_selected'] = "If a date range is not selected then all QSOs will be marked!"; +$lang['adif_mark_qso_as_exported_to_lotw'] = "Mark QSOs as exported to LoTW"; + +$lang['adif_qso_marked'] = "QSOs marked"; +$lang['adif_yay_its_done'] = "Yay, its done!"; +$lang['adif_qso_lotw_marked_confirm'] = "The QSOs are marked as exported to LoTW."; + + +/* +___________________________________________________________________________________________ +Import Success +___________________________________________________________________________________________ +*/ + +$lang['adif_imported'] = "ADIF Imported"; +$lang['adif_yay_its_imported'] = "Yay, its imported!"; +$lang['adif_import_confirm'] = "The ADIF File has been imported."; + +$lang['adif_import_dupes_inserted'] = " Dupes were inserted!"; +$lang['adif_import_dupes_skipped'] = " Dupes were skipped."; + +$lang['adif_import_errors'] = "ADIF Errors"; +$lang['adif_import_errors_hint'] = "You have ADIF errors, the QSOs have still been added but these fields have not been populated."; diff --git a/application/language/italian/general_words_lang.php b/application/language/italian/general_words_lang.php index 69a1f32d4..5a3fbebac 100644 --- a/application/language/italian/general_words_lang.php +++ b/application/language/italian/general_words_lang.php @@ -7,6 +7,8 @@ $lang['error_no_active_station_profile'] = 'Attenzione: devi impostare un luogo $lang['notice_turn_the_radio_on'] = 'Non hai fatto QSO oggi; è ora di accendere la radio!'; $lang['general_word_important'] = 'Importante'; +$lang['general_word_warning'] = 'Warning'; +$lang['general_word_danger'] = 'DANGER'; $lang['general_word_maintenance'] = 'Maintenance'; $lang['general_word_info'] = 'Info'; $lang['general_word_choose_file'] = 'Scegli file'; @@ -81,7 +83,6 @@ $lang['general_lookup_hamqth'] = 'Lookup on HamQTH'; $lang['general_total_distance'] = 'Distanza Totale'; // PHP Upload Warning -$lang['general_word_warning'] = 'Warning'; $lang['gen_max_file_upload_size'] = 'Maximum file upload size is '; // Cloudlog Terms @@ -158,6 +159,7 @@ $lang['dashboard_you_have_had'] = 'Hai fatto'; $lang['dashboard_qsos_today'] = 'QSO oggi!'; $lang['dashboard_qso_breakdown'] = 'Riepilogo QSO'; $lang['dashboard_countries_breakdown'] = 'Riepilogo Paesi'; +$lang['gen_to_date'] = 'To date'; $lang['gen_from_date'] = 'Dalla data'; diff --git a/application/language/italian/options_lang.php b/application/language/italian/options_lang.php index da12f681d..466314e25 100644 --- a/application/language/italian/options_lang.php +++ b/application/language/italian/options_lang.php @@ -69,5 +69,6 @@ $lang['options_dxcluster_maxage_hint'] = 'The Age in Minutes of spots, that will $lang['options_dxcluster_decont'] = 'Show spots which are spotted from following continent'; $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; +$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; $lang['options_save'] = 'Save'; diff --git a/application/language/polish/adif_lang.php b/application/language/polish/adif_lang.php new file mode 100644 index 000000000..a8b979d1c --- /dev/null +++ b/application/language/polish/adif_lang.php @@ -0,0 +1,99 @@ + 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 all QSO's of the ADIF, regardless if they match to the chosen station-location."; + +$lang['adif_upload'] = "Upload"; + +/* +___________________________________________________________________________________________ +ADIF Export +___________________________________________________________________________________________ +*/ + +$lang['adif_export_take_it_anywhere'] = "Take your logbook file anywhere!"; +$lang['adif_export_take_it_anywhere_hint'] = "Exporting ADIFs allows you to import contacts into third party applications like LoTW, Awards or just for keeping a backup."; + + +$lang['adif_mark_exported_lotw'] = "Mark exported QSOs as uploaded to LoTW"; +$lang['adif_mark_exported_no_lotw'] = "Export QSOs not uploaded to LoTW"; + +$lang['adif_export_qso'] = "Export QSO's"; + +$lang['adif_export_sat_only_qso'] = "Export Satellite-Only QSOs"; +$lang['adif_export_sat_only_qso_all'] = "Export All Satellite QSOs"; +$lang['adif_export_sat_only_qso_lotw'] = "Export All Satellite QSOs Confirmed on LoTW"; + +/* +___________________________________________________________________________________________ +Logbook of the World +___________________________________________________________________________________________ +*/ + +$lang['adif_lotw_export_if_selected'] = "If a date range is not selected then all QSOs will be marked!"; +$lang['adif_mark_qso_as_exported_to_lotw'] = "Mark QSOs as exported to LoTW"; + +$lang['adif_qso_marked'] = "QSOs marked"; +$lang['adif_yay_its_done'] = "Yay, its done!"; +$lang['adif_qso_lotw_marked_confirm'] = "The QSOs are marked as exported to LoTW."; + + +/* +___________________________________________________________________________________________ +Import Success +___________________________________________________________________________________________ +*/ + +$lang['adif_imported'] = "ADIF Imported"; +$lang['adif_yay_its_imported'] = "Yay, its imported!"; +$lang['adif_import_confirm'] = "The ADIF File has been imported."; + +$lang['adif_import_dupes_inserted'] = " Dupes were inserted!"; +$lang['adif_import_dupes_skipped'] = " Dupes were skipped."; + +$lang['adif_import_errors'] = "ADIF Errors"; +$lang['adif_import_errors_hint'] = "You have ADIF errors, the QSOs have still been added but these fields have not been populated."; diff --git a/application/language/polish/general_words_lang.php b/application/language/polish/general_words_lang.php index 319bc4555..8bc8d39fb 100644 --- a/application/language/polish/general_words_lang.php +++ b/application/language/polish/general_words_lang.php @@ -7,6 +7,8 @@ $lang['error_no_active_station_profile'] = 'Uwaga: musisz ustawić aktywną loka $lang['notice_turn_the_radio_on'] = 'Nie zrobiłeś dziś łączności; czas włączyć radio!'; $lang['general_word_important'] = 'Ważne'; +$lang['general_word_warning'] = 'Warning'; +$lang['general_word_danger'] = 'DANGER'; $lang['general_word_maintenance'] = 'Maintenance'; $lang['general_word_info'] = 'Informacja'; $lang['general_word_choose_file'] = 'Wybież plik'; @@ -81,7 +83,6 @@ $lang['general_lookup_hamqth'] = 'Lookup on HamQTH'; $lang['general_total_distance'] = 'Suma odległości'; // PHP Upload Warning -$lang['general_word_warning'] = 'Warning'; $lang['gen_max_file_upload_size'] = 'Maximum file upload size is '; // Cloudlog Terms @@ -158,6 +159,7 @@ $lang['dashboard_you_have_had'] = 'Już miałeś'; $lang['dashboard_qsos_today'] = 'QSOs Today!'; $lang['dashboard_qso_breakdown'] = 'Rozkład QSO'; $lang['dashboard_countries_breakdown'] = 'Rozkład na kraje'; +$lang['gen_to_date'] = 'To date'; $lang['gen_from_date'] = 'Od daty'; diff --git a/application/language/polish/options_lang.php b/application/language/polish/options_lang.php index da12f681d..466314e25 100644 --- a/application/language/polish/options_lang.php +++ b/application/language/polish/options_lang.php @@ -69,5 +69,6 @@ $lang['options_dxcluster_maxage_hint'] = 'The Age in Minutes of spots, that will $lang['options_dxcluster_decont'] = 'Show spots which are spotted from following continent'; $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; +$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; $lang['options_save'] = 'Save'; diff --git a/application/language/russian/adif_lang.php b/application/language/russian/adif_lang.php new file mode 100644 index 000000000..a8b979d1c --- /dev/null +++ b/application/language/russian/adif_lang.php @@ -0,0 +1,99 @@ + 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 all QSO's of the ADIF, regardless if they match to the chosen station-location."; + +$lang['adif_upload'] = "Upload"; + +/* +___________________________________________________________________________________________ +ADIF Export +___________________________________________________________________________________________ +*/ + +$lang['adif_export_take_it_anywhere'] = "Take your logbook file anywhere!"; +$lang['adif_export_take_it_anywhere_hint'] = "Exporting ADIFs allows you to import contacts into third party applications like LoTW, Awards or just for keeping a backup."; + + +$lang['adif_mark_exported_lotw'] = "Mark exported QSOs as uploaded to LoTW"; +$lang['adif_mark_exported_no_lotw'] = "Export QSOs not uploaded to LoTW"; + +$lang['adif_export_qso'] = "Export QSO's"; + +$lang['adif_export_sat_only_qso'] = "Export Satellite-Only QSOs"; +$lang['adif_export_sat_only_qso_all'] = "Export All Satellite QSOs"; +$lang['adif_export_sat_only_qso_lotw'] = "Export All Satellite QSOs Confirmed on LoTW"; + +/* +___________________________________________________________________________________________ +Logbook of the World +___________________________________________________________________________________________ +*/ + +$lang['adif_lotw_export_if_selected'] = "If a date range is not selected then all QSOs will be marked!"; +$lang['adif_mark_qso_as_exported_to_lotw'] = "Mark QSOs as exported to LoTW"; + +$lang['adif_qso_marked'] = "QSOs marked"; +$lang['adif_yay_its_done'] = "Yay, its done!"; +$lang['adif_qso_lotw_marked_confirm'] = "The QSOs are marked as exported to LoTW."; + + +/* +___________________________________________________________________________________________ +Import Success +___________________________________________________________________________________________ +*/ + +$lang['adif_imported'] = "ADIF Imported"; +$lang['adif_yay_its_imported'] = "Yay, its imported!"; +$lang['adif_import_confirm'] = "The ADIF File has been imported."; + +$lang['adif_import_dupes_inserted'] = " Dupes were inserted!"; +$lang['adif_import_dupes_skipped'] = " Dupes were skipped."; + +$lang['adif_import_errors'] = "ADIF Errors"; +$lang['adif_import_errors_hint'] = "You have ADIF errors, the QSOs have still been added but these fields have not been populated."; diff --git a/application/language/russian/general_words_lang.php b/application/language/russian/general_words_lang.php index 4df868e13..82e585940 100644 --- a/application/language/russian/general_words_lang.php +++ b/application/language/russian/general_words_lang.php @@ -7,6 +7,8 @@ $lang['error_no_active_station_profile'] = 'Внимание: вам нужно $lang['notice_turn_the_radio_on'] = 'За сегодня ни одного QSO, время вернуться к радио!'; $lang['general_word_important'] = 'Важно'; +$lang['general_word_warning'] = 'Warning'; +$lang['general_word_danger'] = 'DANGER'; $lang['general_word_maintenance'] = 'Maintenance'; $lang['general_word_info'] = 'Информация'; $lang['general_word_choose_file'] = 'Выберите файл'; @@ -82,7 +84,6 @@ $lang['general_lookup_hamqth'] = 'Lookup on HamQTH'; $lang['general_total_distance'] = 'Суммарная дистанция'; // PHP Upload Warning -$lang['general_word_warning'] = 'Warning'; $lang['gen_max_file_upload_size'] = 'Maximum file upload size is '; // Cloudlog Terms @@ -158,6 +159,7 @@ $lang['gen_find_zone_part3'] = ' to find it!'; $lang['dashboard_you_have_had'] = ''; $lang['dashboard_qsos_today'] = 'QSOs сегодня!'; $lang['dashboard_qso_breakdown'] = 'Статистика QSO'; +$lang['gen_to_date'] = 'To date'; $lang['dashboard_countries_breakdown'] = 'Статистика по странам'; $lang['gen_from_date'] = 'Начиная с даты'; diff --git a/application/language/russian/options_lang.php b/application/language/russian/options_lang.php index fdb50673d..acea44385 100644 --- a/application/language/russian/options_lang.php +++ b/application/language/russian/options_lang.php @@ -69,5 +69,6 @@ $lang['options_dxcluster_maxage_hint'] = 'Возраст спотов, кото $lang['options_dxcluster_decont'] = 'Отображать споты, которые присланы с континента '; $lang['options_dxcluster_maxage_changed_to']='Максимальный возраст спотов изменён на '; $lang['options_dxcluster_decont_changed_to']='континент изменён на '; +$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; $lang['options_save'] = 'Сохранить'; diff --git a/application/language/spanish/adif_lang.php b/application/language/spanish/adif_lang.php new file mode 100644 index 000000000..a8b979d1c --- /dev/null +++ b/application/language/spanish/adif_lang.php @@ -0,0 +1,99 @@ + 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 all QSO's of the ADIF, regardless if they match to the chosen station-location."; + +$lang['adif_upload'] = "Upload"; + +/* +___________________________________________________________________________________________ +ADIF Export +___________________________________________________________________________________________ +*/ + +$lang['adif_export_take_it_anywhere'] = "Take your logbook file anywhere!"; +$lang['adif_export_take_it_anywhere_hint'] = "Exporting ADIFs allows you to import contacts into third party applications like LoTW, Awards or just for keeping a backup."; + + +$lang['adif_mark_exported_lotw'] = "Mark exported QSOs as uploaded to LoTW"; +$lang['adif_mark_exported_no_lotw'] = "Export QSOs not uploaded to LoTW"; + +$lang['adif_export_qso'] = "Export QSO's"; + +$lang['adif_export_sat_only_qso'] = "Export Satellite-Only QSOs"; +$lang['adif_export_sat_only_qso_all'] = "Export All Satellite QSOs"; +$lang['adif_export_sat_only_qso_lotw'] = "Export All Satellite QSOs Confirmed on LoTW"; + +/* +___________________________________________________________________________________________ +Logbook of the World +___________________________________________________________________________________________ +*/ + +$lang['adif_lotw_export_if_selected'] = "If a date range is not selected then all QSOs will be marked!"; +$lang['adif_mark_qso_as_exported_to_lotw'] = "Mark QSOs as exported to LoTW"; + +$lang['adif_qso_marked'] = "QSOs marked"; +$lang['adif_yay_its_done'] = "Yay, its done!"; +$lang['adif_qso_lotw_marked_confirm'] = "The QSOs are marked as exported to LoTW."; + + +/* +___________________________________________________________________________________________ +Import Success +___________________________________________________________________________________________ +*/ + +$lang['adif_imported'] = "ADIF Imported"; +$lang['adif_yay_its_imported'] = "Yay, its imported!"; +$lang['adif_import_confirm'] = "The ADIF File has been imported."; + +$lang['adif_import_dupes_inserted'] = " Dupes were inserted!"; +$lang['adif_import_dupes_skipped'] = " Dupes were skipped."; + +$lang['adif_import_errors'] = "ADIF Errors"; +$lang['adif_import_errors_hint'] = "You have ADIF errors, the QSOs have still been added but these fields have not been populated."; diff --git a/application/language/spanish/general_words_lang.php b/application/language/spanish/general_words_lang.php index 354e918f6..2ac9fa17b 100644 --- a/application/language/spanish/general_words_lang.php +++ b/application/language/spanish/general_words_lang.php @@ -7,6 +7,8 @@ $lang['error_no_active_station_profile'] = 'Attention: you need to set an active $lang['notice_turn_the_radio_on'] = 'No has realizado ninguna QSO hoy...¡Hora de encender la radio!'; $lang['general_word_important'] = 'Importante'; +$lang['general_word_warning'] = 'Warning'; +$lang['general_word_danger'] = 'DANGER'; $lang['general_word_maintenance'] = 'Maintenance'; $lang['general_word_info'] = 'Información'; $lang['general_word_choose_file'] = 'Elegir archivo'; @@ -81,7 +83,6 @@ $lang['general_lookup_hamqth'] = 'Lookup on HamQTH'; $lang['general_total_distance'] = 'Distancia total'; // PHP Upload Warning -$lang['general_word_warning'] = 'Warning'; $lang['gen_max_file_upload_size'] = 'Maximum file upload size is '; // Cloudlog Terms @@ -158,6 +159,7 @@ $lang['dashboard_you_have_had'] = 'Has tenido'; $lang['dashboard_qsos_today'] = 'QSOs hoy!'; $lang['dashboard_qso_breakdown'] = 'Desglose de QSO'; $lang['dashboard_countries_breakdown'] = 'Desglose por Países'; +$lang['gen_to_date'] = 'To date'; $lang['gen_from_date'] = 'Desde la fecha:'; diff --git a/application/language/spanish/options_lang.php b/application/language/spanish/options_lang.php index da12f681d..466314e25 100644 --- a/application/language/spanish/options_lang.php +++ b/application/language/spanish/options_lang.php @@ -69,5 +69,6 @@ $lang['options_dxcluster_maxage_hint'] = 'The Age in Minutes of spots, that will $lang['options_dxcluster_decont'] = 'Show spots which are spotted from following continent'; $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; +$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; $lang['options_save'] = 'Save'; diff --git a/application/language/swedish/adif_lang.php b/application/language/swedish/adif_lang.php new file mode 100644 index 000000000..a8b979d1c --- /dev/null +++ b/application/language/swedish/adif_lang.php @@ -0,0 +1,99 @@ + 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 all QSO's of the ADIF, regardless if they match to the chosen station-location."; + +$lang['adif_upload'] = "Upload"; + +/* +___________________________________________________________________________________________ +ADIF Export +___________________________________________________________________________________________ +*/ + +$lang['adif_export_take_it_anywhere'] = "Take your logbook file anywhere!"; +$lang['adif_export_take_it_anywhere_hint'] = "Exporting ADIFs allows you to import contacts into third party applications like LoTW, Awards or just for keeping a backup."; + + +$lang['adif_mark_exported_lotw'] = "Mark exported QSOs as uploaded to LoTW"; +$lang['adif_mark_exported_no_lotw'] = "Export QSOs not uploaded to LoTW"; + +$lang['adif_export_qso'] = "Export QSO's"; + +$lang['adif_export_sat_only_qso'] = "Export Satellite-Only QSOs"; +$lang['adif_export_sat_only_qso_all'] = "Export All Satellite QSOs"; +$lang['adif_export_sat_only_qso_lotw'] = "Export All Satellite QSOs Confirmed on LoTW"; + +/* +___________________________________________________________________________________________ +Logbook of the World +___________________________________________________________________________________________ +*/ + +$lang['adif_lotw_export_if_selected'] = "If a date range is not selected then all QSOs will be marked!"; +$lang['adif_mark_qso_as_exported_to_lotw'] = "Mark QSOs as exported to LoTW"; + +$lang['adif_qso_marked'] = "QSOs marked"; +$lang['adif_yay_its_done'] = "Yay, its done!"; +$lang['adif_qso_lotw_marked_confirm'] = "The QSOs are marked as exported to LoTW."; + + +/* +___________________________________________________________________________________________ +Import Success +___________________________________________________________________________________________ +*/ + +$lang['adif_imported'] = "ADIF Imported"; +$lang['adif_yay_its_imported'] = "Yay, its imported!"; +$lang['adif_import_confirm'] = "The ADIF File has been imported."; + +$lang['adif_import_dupes_inserted'] = " Dupes were inserted!"; +$lang['adif_import_dupes_skipped'] = " Dupes were skipped."; + +$lang['adif_import_errors'] = "ADIF Errors"; +$lang['adif_import_errors_hint'] = "You have ADIF errors, the QSOs have still been added but these fields have not been populated."; diff --git a/application/language/swedish/general_words_lang.php b/application/language/swedish/general_words_lang.php index e46f24353..bde8621e4 100644 --- a/application/language/swedish/general_words_lang.php +++ b/application/language/swedish/general_words_lang.php @@ -7,6 +7,8 @@ $lang['error_no_active_station_profile'] = 'OBS! Du behöver ange en aktiv stati $lang['notice_turn_the_radio_on'] = 'Inga QSOn idag - dags att slå på radion!'; $lang['general_word_important'] = 'Viktigt'; +$lang['general_word_warning'] = 'Warning'; +$lang['general_word_danger'] = 'DANGER'; $lang['general_word_maintenance'] = 'Maintenance'; $lang['general_word_info'] = 'Info'; $lang['general_word_choose_file'] = 'Välj fil'; @@ -81,7 +83,6 @@ $lang['general_lookup_hamqth'] = 'Lookup on HamQTH'; $lang['general_total_distance'] = 'Totalt avstånd'; // PHP Upload Warning -$lang['general_word_warning'] = 'Warning'; $lang['gen_max_file_upload_size'] = 'Maximum file upload size is '; // Cloudlog Terms @@ -140,7 +141,7 @@ $lang['gen_hamradio_sota'] = 'SOTA'; $lang['gen_hamradio_wwff'] = 'WWFF'; $lang['gen_hamradio_pota'] = 'POTA'; $lang['gen_hamradio_gridsquare'] = 'Lokator/Gridsquare'; -$lang['gen_hamradio_get_gridsquare'] = 'Get Gridsquare'; +$lang['gen_hamradio_get_gridsquare'] = 'Get Gridsquare'; $lang['gen_hamradio_distance'] = 'Distance'; $lang['gen_hamradio_operator'] = 'Operatör'; @@ -158,6 +159,7 @@ $lang['dashboard_you_have_had'] = 'Du har kört'; $lang['dashboard_qsos_today'] = 'QSOs idag!'; $lang['dashboard_qso_breakdown'] = 'QSOs Breakdown'; $lang['dashboard_countries_breakdown'] = 'Länder Breakdown'; +$lang['gen_to_date'] = 'To date'; $lang['gen_from_date'] = 'Från datum'; diff --git a/application/language/swedish/options_lang.php b/application/language/swedish/options_lang.php index 0c68e1325..dc66d2f47 100644 --- a/application/language/swedish/options_lang.php +++ b/application/language/swedish/options_lang.php @@ -69,5 +69,6 @@ $lang['options_dxcluster_maxage_hint'] = 'Åldern i minuter av fläckar, som kom $lang['options_dxcluster_decont'] = 'Visa fläckar som ses från följande kontinent'; $lang['options_dxcluster_maxage_changed_to']='Maximal ålder för fläckar ändrad till '; $lang['options_dxcluster_decont_changed_to']='kontinenten ändrats till '; +$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; $lang['options_save'] = 'Spara'; diff --git a/application/language/turkish/adif_lang.php b/application/language/turkish/adif_lang.php new file mode 100644 index 000000000..a8b979d1c --- /dev/null +++ b/application/language/turkish/adif_lang.php @@ -0,0 +1,99 @@ + 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 all QSO's of the ADIF, regardless if they match to the chosen station-location."; + +$lang['adif_upload'] = "Upload"; + +/* +___________________________________________________________________________________________ +ADIF Export +___________________________________________________________________________________________ +*/ + +$lang['adif_export_take_it_anywhere'] = "Take your logbook file anywhere!"; +$lang['adif_export_take_it_anywhere_hint'] = "Exporting ADIFs allows you to import contacts into third party applications like LoTW, Awards or just for keeping a backup."; + + +$lang['adif_mark_exported_lotw'] = "Mark exported QSOs as uploaded to LoTW"; +$lang['adif_mark_exported_no_lotw'] = "Export QSOs not uploaded to LoTW"; + +$lang['adif_export_qso'] = "Export QSO's"; + +$lang['adif_export_sat_only_qso'] = "Export Satellite-Only QSOs"; +$lang['adif_export_sat_only_qso_all'] = "Export All Satellite QSOs"; +$lang['adif_export_sat_only_qso_lotw'] = "Export All Satellite QSOs Confirmed on LoTW"; + +/* +___________________________________________________________________________________________ +Logbook of the World +___________________________________________________________________________________________ +*/ + +$lang['adif_lotw_export_if_selected'] = "If a date range is not selected then all QSOs will be marked!"; +$lang['adif_mark_qso_as_exported_to_lotw'] = "Mark QSOs as exported to LoTW"; + +$lang['adif_qso_marked'] = "QSOs marked"; +$lang['adif_yay_its_done'] = "Yay, its done!"; +$lang['adif_qso_lotw_marked_confirm'] = "The QSOs are marked as exported to LoTW."; + + +/* +___________________________________________________________________________________________ +Import Success +___________________________________________________________________________________________ +*/ + +$lang['adif_imported'] = "ADIF Imported"; +$lang['adif_yay_its_imported'] = "Yay, its imported!"; +$lang['adif_import_confirm'] = "The ADIF File has been imported."; + +$lang['adif_import_dupes_inserted'] = " Dupes were inserted!"; +$lang['adif_import_dupes_skipped'] = " Dupes were skipped."; + +$lang['adif_import_errors'] = "ADIF Errors"; +$lang['adif_import_errors_hint'] = "You have ADIF errors, the QSOs have still been added but these fields have not been populated."; diff --git a/application/language/turkish/general_words_lang.php b/application/language/turkish/general_words_lang.php index ef9df61e7..0438ba66c 100644 --- a/application/language/turkish/general_words_lang.php +++ b/application/language/turkish/general_words_lang.php @@ -7,6 +7,8 @@ $lang['error_no_active_station_profile'] = 'Dikkat: aktif bir istasyon konumu ay $lang['notice_turn_the_radio_on'] = 'Bu gün hiç bir QSO yapmadınız. Telsizi açmanın zamanı geldi!'; $lang['general_word_important'] = 'Önemli'; +$lang['general_word_warning'] = 'Warning'; +$lang['general_word_danger'] = 'DANGER'; $lang['general_word_maintenance'] = 'Maintenance'; $lang['general_word_info'] = 'Bilgiler'; $lang['general_word_choose_file'] = 'Dosya seç'; @@ -81,7 +83,6 @@ $lang['general_lookup_hamqth'] = 'Lookup on HamQTH'; $lang['general_total_distance'] = 'Topam mesafe'; // PHP Upload Warning -$lang['general_word_warning'] = 'Warning'; $lang['gen_max_file_upload_size'] = 'Maximum file upload size is '; // Cloudlog Terms @@ -158,6 +159,7 @@ $lang['dashboard_you_have_had'] = 'Bu gün'; $lang['dashboard_qsos_today'] = 'QSO Yaptınız!'; $lang['dashboard_qso_breakdown'] = 'QSO\'ların Analizi'; $lang['dashboard_countries_breakdown'] = 'Ülke Analizi'; +$lang['gen_to_date'] = 'To date'; $lang['gen_from_date'] = 'Tarihten itibaren'; diff --git a/application/language/turkish/options_lang.php b/application/language/turkish/options_lang.php index da12f681d..466314e25 100644 --- a/application/language/turkish/options_lang.php +++ b/application/language/turkish/options_lang.php @@ -69,5 +69,6 @@ $lang['options_dxcluster_maxage_hint'] = 'The Age in Minutes of spots, that will $lang['options_dxcluster_decont'] = 'Show spots which are spotted from following continent'; $lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; $lang['options_dxcluster_decont_changed_to']='de continent changed to '; +$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown'; $lang['options_save'] = 'Save'; diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 23787e0a7..c0b3f6849 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -3229,7 +3229,7 @@ function check_if_callsign_worked_in_logbook($callsign, $StationLocationsArray = if (isset($record['call'])){ $this->db->where('COL_CALL', $record['call']); } - $this->db->where('COL_TIME_ON', $time_on); + $this->db->where("DATE_FORMAT(COL_TIME_ON, '%Y-%m-%d %H:%i') = DATE_FORMAT(\"".$time_on."\", '%Y-%m-%d %H:%i')"); $this->db->where('COL_BAND', $band); $this->db->where('COL_MODE', $input_mode); $this->db->where('station_id', $station_id); diff --git a/application/views/adif/import.php b/application/views/adif/import.php index 053853463..35c1a2234 100644 --- a/application/views/adif/import.php +++ b/application/views/adif/import.php @@ -6,13 +6,13 @@
@@ -27,24 +27,24 @@ -

Important Log files must have the file type .adi

-

Warning Maximum file upload size is B.

+

+

B.

- +
- +
@@ -53,9 +53,9 @@
- +
-
Select if ADIF being imported does not contain this information.
+
@@ -63,9 +63,9 @@
- +
-
Select if ADIF being imported does not contain this information.
+
@@ -73,9 +73,9 @@
- +
-
Select if ADIF being imported does not contain this information.
+
@@ -83,9 +83,9 @@
- +
-
Select if ADIF being imported does not contain this information.
+
@@ -93,9 +93,9 @@
- +
-
If not selected, Cloudlog will attempt to determine DXCC information automatically.
+
@@ -103,7 +103,7 @@
- +
@@ -112,28 +112,28 @@
- +
-
If selected, Cloudlog will try to import all QSOs of the ADIF, regardless if they match to the chosen station-location.
+
- +
-
Take your logbook file anywhere!
-

Exporting ADIFs allows you to import contacts into third party applications like LoTW, Awards or just for keeping a backup.

+
+

-

From date:

+

@@ -143,7 +143,7 @@
-

To date:

+

@@ -157,7 +157,7 @@
- +
@@ -165,33 +165,33 @@
- +
- +


-
Export Satellite-Only QSOs
-

Export All Satellite QSOs

+
+

-

Export All Satellite QSOs Confirmed on LoTW

+

-

Warning If a date range is not selected then all QSOs will be marked!

-

From date:

+

+

@@ -200,7 +200,7 @@
-

To date:

+

@@ -210,7 +210,7 @@

- + diff --git a/application/views/adif/import_success.php b/application/views/adif/import_success.php index e6909a43a..573767093 100644 --- a/application/views/adif/import_success.php +++ b/application/views/adif/import_success.php @@ -9,14 +9,20 @@
- ADIF Imported +
-

Yay, its imported!

-

The ADIF File has been imported, and any dupes skipped.

+

+

+ +

-

ADIF Errors

-

You have ADIF errors, the QSOs have still been added but these fields have not been populated.

+

+

diff --git a/application/views/adif/mark_lotw.php b/application/views/adif/mark_lotw.php index f40da4322..9a7fbf077 100644 --- a/application/views/adif/mark_lotw.php +++ b/application/views/adif/mark_lotw.php @@ -9,11 +9,11 @@
- QSOs marked +
-

Yay, it's done!

-

The QSOs are marked as exported to LoTW.

+

+