diff --git a/application/language/bulgarian/adif_lang.php b/application/language/bulgarian/adif_lang.php new file mode 100644 index 00000000..a8b979d1 --- /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/chinese_simplified/adif_lang.php b/application/language/chinese_simplified/adif_lang.php new file mode 100644 index 00000000..a8b979d1 --- /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/czech/adif_lang.php b/application/language/czech/adif_lang.php new file mode 100644 index 00000000..a8b979d1 --- /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/dutch/adif_lang.php b/application/language/dutch/adif_lang.php new file mode 100644 index 00000000..a8b979d1 --- /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/english/adif_lang.php b/application/language/english/adif_lang.php index 1207d040..a8b979d1 100644 --- a/application/language/english/adif_lang.php +++ b/application/language/english/adif_lang.php @@ -20,7 +20,7 @@ ADIF Import ___________________________________________________________________________________________ */ -$lang['adif_alert_important'] = "Important"; +// $lang['general_word_important'] --> application/language/english/general_words_lang.php $lang['adif_alert_log_files_type'] = "Log Files must have the file type *.adi"; // $lang['general_word_warning'] --> application/language/english/general_words_lang.php "PHP Upload Warning" // $lang['gen_max_file_upload_size'] --> application/language/english/general_words_lang.php "PHP Upload Warning" @@ -29,5 +29,71 @@ $lang['adif_select_stationlocation'] = "Select Station Location"; // $lang['gen_hamradio_callsign'] --> application/language/english/general_words_lang.php // The File Input is translated by the Browser +$lang['aif_file_label'] = "ADIF File"; + +$lang['adif_hint_no_info_in_file'] ="Select if ADIF being imported does not contain this information."; $lang['adif_import_dup'] = "Import duplicate QSOs"; +$lang['adif_mark_imported_lotw'] = "Mark imported QSOs as uploaded to LoTW"; +$lang['adif_mark_imported_hrdlog'] = "Mark imported QSOs as uploaded to HRDLog.net Logbook"; +$lang['adif_mark_imported_qrz'] = "Mark imported QSOs as uploaded to QRZ Logbook"; +$lang['adif_mark_imported_clublog'] = "Mark imported QSOs as uploaded to Clublog Logbook"; + +$lang['adif_dxcc_from_adif'] = "Use DXCC information from ADIF"; +$lang['adif_dxcc_from_adif_hint'] = "If not selected, Cloudlog will attempt to determine DXCC information automatically."; + +$lang['adif_always_use_login_call_as_op'] = "Always use login-callsign as operator-name on import"; + +$lang['adif_ignore_station_call'] = "Ignore Stationcallsign on import"; +$lang['adif_ignore_station_call_hint'] = "If selected, Cloudlog will try to import 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/adif_lang.php b/application/language/finnish/adif_lang.php new file mode 100644 index 00000000..a8b979d1 --- /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/french/adif_lang.php b/application/language/french/adif_lang.php new file mode 100644 index 00000000..a8b979d1 --- /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/german/adif_lang.php b/application/language/german/adif_lang.php new file mode 100644 index 00000000..6ca8681c --- /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/greek/adif_lang.php b/application/language/greek/adif_lang.php new file mode 100644 index 00000000..a8b979d1 --- /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/italian/adif_lang.php b/application/language/italian/adif_lang.php new file mode 100644 index 00000000..a8b979d1 --- /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/polish/adif_lang.php b/application/language/polish/adif_lang.php new file mode 100644 index 00000000..a8b979d1 --- /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/russian/adif_lang.php b/application/language/russian/adif_lang.php new file mode 100644 index 00000000..a8b979d1 --- /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/spanish/adif_lang.php b/application/language/spanish/adif_lang.php new file mode 100644 index 00000000..a8b979d1 --- /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/swedish/adif_lang.php b/application/language/swedish/adif_lang.php new file mode 100644 index 00000000..a8b979d1 --- /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/turkish/adif_lang.php b/application/language/turkish/adif_lang.php new file mode 100644 index 00000000..a8b979d1 --- /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/views/adif/import.php b/application/views/adif/import.php index 05385346..35c1a223 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 6c3b8c9e..57376709 100644 --- a/application/views/adif/import_success.php +++ b/application/views/adif/import_success.php @@ -9,20 +9,20 @@
- ADIF Imported +
-

Yay, its imported!

-

The ADIF File has been imported. +

+

Dupes were inserted!'; + echo lang('adif_import_dupes_inserted'); } else { - echo ' Dupes were skipped.'; + echo lang('adif_import_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 f40da432..9a7fbf07 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.

+

+