diff --git a/application/config/migration.php b/application/config/migration.php index 7756a324..f855e92f 100644 --- a/application/config/migration.php +++ b/application/config/migration.php @@ -22,7 +22,7 @@ $config['migration_enabled'] = TRUE; | */ -$config['migration_version'] = 150; +$config['migration_version'] = 151; /* |-------------------------------------------------------------------------- diff --git a/application/controllers/Distances.php b/application/controllers/Distances.php index 3d57c981..1854fb5b 100644 --- a/application/controllers/Distances.php +++ b/application/controllers/Distances.php @@ -77,7 +77,7 @@ class Distances extends CI_Controller { // Render Page $data['page_title'] = "Log View - " . $distance; - $data['filter'] = "Filtering on QSOs with " . $distance . " and band ".$band; + $data['filter'] = lang('statistics_distances_qsos_with') . " " . $distance . " " . lang('statistics_distances_and_band'). " " . $band; $this->load->view('awards/details', $data); } } diff --git a/application/controllers/User.php b/application/controllers/User.php index 7bb77a03..79b740d9 100644 --- a/application/controllers/User.php +++ b/application/controllers/User.php @@ -91,6 +91,8 @@ class User extends CI_Controller { $data['user_default_band'] = $this->input->post('user_default_band'); $data['user_default_confirmation'] = ($this->input->post('user_default_confirmation_qsl') !== null ? 'Q' : '').($this->input->post('user_default_confirmation_lotw') !== null ? 'L' : '').($this->input->post('user_default_confirmation_eqsl') !== null ? 'E' : ''); $data['user_qso_end_times'] = $this->input->post('user_qso_end_times'); + $data['user_quicklog'] = $this->input->post('user_quicklog'); + $data['user_quicklog_enter'] = $this->input->post('user_quicklog_enter'); $data['language'] = $this->input->post('language'); $this->load->view('user/add', $data); } else { @@ -127,6 +129,8 @@ class User extends CI_Controller { $this->input->post('user_default_band'), ($this->input->post('user_default_confirmation_qsl') !== null ? 'Q' : '').($this->input->post('user_default_confirmation_lotw') !== null ? 'L' : '').($this->input->post('user_default_confirmation_eqsl') !== null ? 'E' : ''), $this->input->post('user_qso_end_times'), + $this->input->post('user_quicklog'), + $this->input->post('user_quicklog_enter'), $this->input->post('language'), )) { // Check for errors @@ -175,6 +179,8 @@ class User extends CI_Controller { $data['user_default_band'] = $this->input->post('user_default_band'); $data['user_default_confirmation'] = ($this->input->post('user_default_confirmation_qsl') !== null ? 'Q' : '').($this->input->post('user_default_confirmation_lotw') !== null ? 'L' : '').($this->input->post('user_default_confirmation_eqsl') !== null ? 'E' : ''); $data['user_qso_end_times'] = $this->input->post('user_qso_end_times'); + $data['user_quicklog'] = $this->input->post('user_quicklog'); + $data['user_quicklog_enter'] = $this->input->post('user_quicklog_enter'); $data['language'] = $this->input->post('language'); $this->load->view('user/add', $data); $this->load->view('interface_assets/footer'); @@ -398,6 +404,18 @@ class User extends CI_Controller { $data['user_qso_end_times'] = $q->user_qso_end_times; } + if($this->input->post('user_quicklog')) { + $data['user_quicklog'] = $this->input->post('user_quicklog', true); + } else { + $data['user_quicklog'] = $q->user_quicklog; + } + + if($this->input->post('user_quicklog_enter')) { + $data['user_quicklog_enter'] = $this->input->post('user_quicklog_enter', true); + } else { + $data['user_quicklog_enter'] = $q->user_quicklog_enter; + } + if($this->input->post('user_show_profile_image')) { $data['user_show_profile_image'] = $this->input->post('user_show_profile_image', false); } else { @@ -539,6 +557,8 @@ class User extends CI_Controller { $data['user_default_band'] = $this->input->post('user_default_band'); $data['user_default_confirmation'] = ($this->input->post('user_default_confirmation_qsl') !== null ? 'Q' : '').($this->input->post('user_default_confirmation_lotw') !== null ? 'L' : '').($this->input->post('user_default_confirmation_eqsl') !== null ? 'E' : ''); $data['user_qso_end_times'] = $this->input->post('user_qso_end_times'); + $data['user_quicklog'] = $this->input->post('user_quicklog'); + $data['user_quicklog_enter'] = $this->input->post('user_quicklog_enter'); $data['language'] = $this->input->post('language'); $data['user_winkey'] = $this->input->post('user_winkey'); $this->load->view('user/edit'); diff --git a/application/language/bulgarian/account_lang.php b/application/language/bulgarian/account_lang.php index 71f8718b..6b714ba4 100644 --- a/application/language/bulgarian/account_lang.php +++ b/application/language/bulgarian/account_lang.php @@ -37,13 +37,19 @@ $lang['account_timezone'] = 'Timezone'; $lang['account_date_format'] = 'Date Format'; $lang['account_log_end_time'] = 'Log End Times for QSOs Separately'; $lang['account_log_end_time_hint'] = 'Choose yes here if you want to log QSO start and end times separately. If set to \'No\' the end time will be the same as start time.'; +$lang['account_quicklog_feature'] = "Quicklog Field"; +$lang['account_quicklog_feature_hint'] = "With this feature, you can log callsigns using the search field in the header."; +$lang['account_quicklog_enter'] = "Quicklog - Action on press Enter"; +$lang['account_quicklog_enter_hint'] = "What action should be performed when Enter is pressed in the quicklog field?"; +$lang['account_quicklog_enter_log'] = "Log Callsign"; +$lang['account_quicklog_enter_search'] = "Search Callsign"; $lang['account_measurement_preferences'] = 'Measurement preference'; $lang['account_select_how_you_would_like_dates_shown_when_logged_into_your_account'] = 'Select how you would like dates shown when logged into your account.'; $lang['account_choose_which_unit_distances_will_be_shown_in'] = 'Choose which unit distances will be shown in'; $lang['account_cloudlog_language'] = 'Cloudlog Language'; $lang['account_choose_cloudlog_language'] = 'Choose Cloudlog language.'; -$lang['account_main_menu'] = 'Main Menu'; +$lang['account_main_menu'] = 'Menu Options'; $lang['account_show_notes_in_the_main_menu'] = 'Show notes in the main menu.'; $lang['account_gridsquare_and_location_autocomplete'] = 'Gridsquare and Location Autocomplete'; diff --git a/application/language/bulgarian/general_words_lang.php b/application/language/bulgarian/general_words_lang.php index f065274a..874f3a63 100644 --- a/application/language/bulgarian/general_words_lang.php +++ b/application/language/bulgarian/general_words_lang.php @@ -21,8 +21,12 @@ $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; $lang['general_word_export'] = "Export"; $lang['general_word_import'] = "Import"; +$lang['general_word_count'] = "Count"; +$lang['general_word_filtering_on'] = "Filtering on"; $lang['general_word_date'] = 'Дата'; +$lang['general_word_startdate'] = "Start Date"; +$lang['general_word_enddate'] = "End Date"; $lang['general_word_time'] = 'Час'; $lang['general_word_time_on'] = 'Time on'; $lang['general_word_time_off'] = 'Time off'; @@ -48,6 +52,7 @@ $lang['general_word_worked'] = 'Работени'; $lang['general_word_worked_not_confirmed'] = "Worked not confirmed"; $lang['general_word_not_worked'] = "Not worked"; $lang['general_word_confirmed'] = 'Потвърдени'; +$lang['general_word_confirmation'] = "Confirmation"; $lang['general_word_needed'] = 'Необходими'; $lang['general_word_all'] = 'All'; @@ -109,6 +114,8 @@ $lang['gen_hamradio_station'] = 'Станция'; $lang['gen_hamradio_call'] = 'Инициал'; $lang['gen_hamradio_callsign'] = 'Инициал'; +$lang['gen_hamradio_prefix'] = "Prefix"; +$lang['gen_hamradio_suffix'] = "Suffix"; $lang['gen_hamradio_de'] = 'De'; $lang['gen_hamradio_dx'] = 'Dx'; $lang['gen_hamradio_mode'] = 'Режим'; @@ -138,6 +145,7 @@ $lang['gen_hamradio_satellite_name'] = 'Име на сателита'; $lang['gen_hamradio_satellite_mode'] = 'Режим на сателита'; $lang['gen_hamradio_logbook'] = 'Дневник'; +$lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; $lang['gen_hamradio_cq_zone'] = 'CQ зона'; @@ -159,6 +167,9 @@ $lang['gen_hamradio_wwff'] = 'WWFF'; $lang['gen_hamradio_pota'] = 'POTA'; $lang['gen_hamradio_gridsquare'] = 'Gridsquare'; $lang['gen_hamradio_get_gridsquare'] = 'Get Gridsquare'; +$lang['gen_hamradio_latitude'] = "Latitude"; +$lang['gen_hamradio_longitude'] = "Longitude"; +$lang['gen_hamradio_bearing'] = "Bearing"; $lang['gen_hamradio_distance'] = 'Distance'; $lang['gen_hamradio_operator'] = 'Operator'; diff --git a/application/language/bulgarian/gridsquares_lang.php b/application/language/bulgarian/gridsquares_lang.php new file mode 100644 index 00000000..07bc32c9 --- /dev/null +++ b/application/language/bulgarian/gridsquares_lang.php @@ -0,0 +1,36 @@ +here."; $lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_date_hint'] = "If you don't choose a date, today's date will be used."; $lang['qso_simplefle_qso_list'] = "QSO List"; $lang['qso_simplefle_qso_list_total'] = "Total"; $lang['qso_simplefle_qso_date'] = "QSO Date"; @@ -52,6 +56,7 @@ $lang['qso_simplefle_operator'] = "Operator"; $lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; $lang['qso_simplefle_station_call_location'] = "Station Call/Location"; $lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_utc_time'] = "Current UTC Time"; $lang['qso_simplefle_enter_the_data'] = "Enter the Data"; $lang['qso_simplefle_syntax_help_close_w_sample'] = "Close and Load Sample Data"; $lang['qso_simplefle_reload'] = "Reload QSO List"; @@ -81,6 +86,6 @@ $lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already fill $lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; $lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; $lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; -$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40 on 14th May, 2021, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. Therefore we can add another QSO which took place at the exact same time two days later. The date must be in format YYYY-MM-DD."; $lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; diff --git a/application/language/bulgarian/statistics_lang.php b/application/language/bulgarian/statistics_lang.php index 9e176a4f..a92ce98c 100644 --- a/application/language/bulgarian/statistics_lang.php +++ b/application/language/bulgarian/statistics_lang.php @@ -7,11 +7,38 @@ $lang['statistics_statistics'] = 'Statistics'; $lang['statistics_explore_the_logbook'] = 'Explore the logbook.'; $lang['statistics_years'] = 'Years'; -$lang['statistics_mode'] = 'Mode'; +$lang['statistics_modes'] = 'Mode'; $lang['statistics_bands'] = 'Bands'; $lang['statistics_qsos'] = 'QSOs'; $lang['statistics_unique_callsigns'] = 'Unique callsigns'; $lang['statistics_total'] = 'Total'; -$lang['statistics_year'] = 'Year'; \ No newline at end of file +$lang['statistics_year'] = 'Year'; + +$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year"; +$lang['statistics_number_of_qso_worked'] = "# of QSO's worked"; + +/* +* +* Distances +* +*/ + +$lang['statistics_distances_worked'] = "Distances Worked"; +$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.
Your furthest contact was with"; +$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare"; +$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was"; +$lang['statistics_distances_number_of_qsos'] = "Number of QSOs"; +$lang['statistics_distances_callsigns_worked'] = "Callsign(s) worked (max 5 shown)"; +$lang['statistics_distances_qsos_with'] = "QSOs with"; +$lang['statistics_distances_and_band'] = "and band"; + +/* +* +* Timeline +* +*/ + +$lang['statistics_timeline'] = "Timeline"; + diff --git a/application/language/chinese_simplified/account_lang.php b/application/language/chinese_simplified/account_lang.php index 00f5116a..ccaaf659 100644 --- a/application/language/chinese_simplified/account_lang.php +++ b/application/language/chinese_simplified/account_lang.php @@ -37,6 +37,12 @@ $lang['account_timezone'] = '时区'; $lang['account_date_format'] = '日期格式'; $lang['account_log_end_time'] = '单独记录QSO结束时间'; $lang['account_log_end_time_hint'] = '如果想分别记录QSO的开始和结束时间,选择\'是\',若选择\'否\'则QSO开始与结束时间相同。'; +$lang['account_quicklog_feature'] = "Quicklog Field"; +$lang['account_quicklog_feature_hint'] = "With this feature, you can log callsigns using the search field in the header."; +$lang['account_quicklog_enter'] = "Quicklog - Action on press Enter"; +$lang['account_quicklog_enter_hint'] = "What action should be performed when Enter is pressed in the quicklog field?"; +$lang['account_quicklog_enter_log'] = "记录呼号"; +$lang['account_quicklog_enter_search'] = "查询呼号"; $lang['account_measurement_preferences'] = '距离单位偏好'; $lang['account_select_how_you_would_like_dates_shown_when_logged_into_your_account'] = '选择您登录账户时要显示的日期格式'; $lang['account_choose_which_unit_distances_will_be_shown_in'] = '选择距离单位'; diff --git a/application/language/chinese_simplified/general_words_lang.php b/application/language/chinese_simplified/general_words_lang.php index eb26c0f9..c68504a3 100644 --- a/application/language/chinese_simplified/general_words_lang.php +++ b/application/language/chinese_simplified/general_words_lang.php @@ -21,8 +21,12 @@ $lang['general_word_enabled'] = "已启用"; $lang['general_word_disabled'] = "已禁用"; $lang['general_word_export'] = "导出"; $lang['general_word_import'] = "导入"; +$lang['general_word_count'] = "数量"; +$lang['general_word_filtering_on'] = "筛选打开"; $lang['general_word_date'] = '日期'; +$lang['general_word_startdate'] = "Start Date"; +$lang['general_word_enddate'] = "End Date"; $lang['general_word_time'] = '时间'; $lang['general_word_time_on'] = 'Time on'; $lang['general_word_time_off'] = 'Time off'; @@ -48,6 +52,7 @@ $lang['general_word_worked'] = '已通联'; $lang['general_word_worked_not_confirmed'] = "已通联未确认"; $lang['general_word_not_worked'] = "未通联"; $lang['general_word_confirmed'] = '已确认'; +$lang['general_word_confirmation'] = "Confirmation"; $lang['general_word_needed'] = '待通联'; $lang['general_word_all'] = '所有'; @@ -109,6 +114,8 @@ $lang['gen_hamradio_station'] = '台站'; $lang['gen_hamradio_call'] = '呼号'; $lang['gen_hamradio_callsign'] = '呼号'; +$lang['gen_hamradio_prefix'] = "Prefix"; +$lang['gen_hamradio_suffix'] = "Suffix"; $lang['gen_hamradio_mode'] = '模式'; $lang['gen_hamradio_dx'] = 'DX'; $lang['gen_hamradio_rst_sent'] = '发'; @@ -137,6 +144,7 @@ $lang['gen_hamradio_satellite_name'] = '卫星名称'; $lang['gen_hamradio_satellite_mode'] = '卫星模式'; $lang['gen_hamradio_logbook'] = '日志簿'; +$lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = '分区'; $lang['gen_hamradio_cq_zone'] = 'CQ 分区'; @@ -158,6 +166,9 @@ $lang['gen_hamradio_wwff'] = 'WWFF'; $lang['gen_hamradio_pota'] = 'POTA'; $lang['gen_hamradio_gridsquare'] = '网格'; $lang['gen_hamradio_get_gridsquare'] = '获取网格座标'; +$lang['gen_hamradio_latitude'] = "纬度"; +$lang['gen_hamradio_longitude'] = "经度"; +$lang['gen_hamradio_bearing'] = "方位角"; $lang['gen_hamradio_distance'] = '距离'; $lang['gen_hamradio_operator'] = '操作员'; diff --git a/application/language/chinese_simplified/gridsquares_lang.php b/application/language/chinese_simplified/gridsquares_lang.php index e3dad892..710b1460 100644 --- a/application/language/chinese_simplified/gridsquares_lang.php +++ b/application/language/chinese_simplified/gridsquares_lang.php @@ -3,6 +3,8 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['gridsquares_gridsquare_map'] = '网格地图'; +$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map"; +$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators"; $lang['gridsquares_confirmed_is_green'] = '已确认的网格是绿色'; $lang['gridsquares_worked_but_not_confirmed_is_red'] = '已工作但未确认的网格是红色'; @@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos $lang['gridsquares_grid_squares'] = '网格'; $lang['gridsquares_total_count'] = '总数'; +$lang['gridsquares_minimum_count'] = "Minimum Count"; +$lang['gridsquares_show_qsos'] = "Show QSO's"; +$lang['gridsquares_show_map'] = "Show Map"; $lang['gridsquares_band'] = '频率'; $lang['gridsquares_mode'] = '模式'; $lang['gridsquares_sat'] = '卫星'; $lang['gridsquares_confirmation'] = '确认'; $lang['gridsquares_button_plot'] = '绘制'; +$lang['gridsquares_button_clear_markers'] = "Clear Markers"; $lang['gridsquares_gridsquares'] = '网格'; $lang['gridsquares_gridsquares_confirmed'] = '已确认的网格'; diff --git a/application/language/chinese_simplified/menu_lang.php b/application/language/chinese_simplified/menu_lang.php index 3eddffe8..76eaa12a 100644 --- a/application/language/chinese_simplified/menu_lang.php +++ b/application/language/chinese_simplified/menu_lang.php @@ -59,8 +59,10 @@ $lang['menu_update_country_files'] = '更新国家文件'; $lang['menu_debug_information'] = '调试信息'; $lang['menu_search_text'] = '搜索呼号'; +$lang['menu_search_text_quicklog'] = "Add/Search Callsign"; $lang['menu_search_button'] = '搜索'; +$lang['menu_search_button_qicksearch_log'] = "Log"; $lang['menu_login_button'] = '登录'; $lang['menu_account'] = '账户'; diff --git a/application/language/chinese_simplified/qso_lang.php b/application/language/chinese_simplified/qso_lang.php index a22c5aa9..c1d2f18f 100644 --- a/application/language/chinese_simplified/qso_lang.php +++ b/application/language/chinese_simplified/qso_lang.php @@ -8,6 +8,9 @@ $lang['qso_title_suggestions'] = '建议'; $lang['qso_title_previous_contacts'] = '先前通联'; $lang['qso_title_image'] = '操作员照片'; +// Quicklog on Dashboard +$lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; + // Input Help Text on the /QSO Display $lang['qso_transmit_power_helptext'] = '以瓦特为单位设置功率值。在输入中仅填写数值。'; @@ -45,6 +48,7 @@ $lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system $lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; $lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; $lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_date_hint'] = "If you don't choose a date, today's date will be used."; $lang['qso_simplefle_qso_list'] = "QSO List"; $lang['qso_simplefle_qso_list_total'] = "Total"; $lang['qso_simplefle_qso_date'] = "QSO Date"; @@ -52,6 +56,7 @@ $lang['qso_simplefle_operator'] = "Operator"; $lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; $lang['qso_simplefle_station_call_location'] = "Station Call/Location"; $lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_utc_time'] = "Current UTC Time"; $lang['qso_simplefle_enter_the_data'] = "Enter the Data"; $lang['qso_simplefle_syntax_help_close_w_sample'] = "Close and Load Sample Data"; $lang['qso_simplefle_reload'] = "Reload QSO List"; @@ -81,6 +86,6 @@ $lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already fill $lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; $lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; $lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; -$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40 on 14th May, 2021, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. Therefore we can add another QSO which took place at the exact same time two days later. The date must be in format YYYY-MM-DD."; $lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; diff --git a/application/language/chinese_simplified/statistics_lang.php b/application/language/chinese_simplified/statistics_lang.php index 8e4dcad3..d1b3e0ec 100644 --- a/application/language/chinese_simplified/statistics_lang.php +++ b/application/language/chinese_simplified/statistics_lang.php @@ -7,11 +7,38 @@ $lang['statistics_statistics'] = '统计'; $lang['statistics_explore_the_logbook'] = '查看日志'; $lang['statistics_years'] = '年'; -$lang['statistics_mode'] = '模式'; +$lang['statistics_modes'] = '模式'; $lang['statistics_bands'] = '波段'; $lang['statistics_qsos'] = 'QSOs'; $lang['statistics_unique_callsigns'] = '呼号'; $lang['statistics_total'] = '总计'; -$lang['statistics_year'] = '年'; \ No newline at end of file +$lang['statistics_year'] = '年'; + +$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year"; +$lang['statistics_number_of_qso_worked'] = "# of QSO's worked"; + +/* +* +* Distances +* +*/ + +$lang['statistics_distances_worked'] = "Distances Worked"; +$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.
Your furthest contact was with"; +$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare"; +$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was"; +$lang['statistics_distances_number_of_qsos'] = "Number of QSOs"; +$lang['statistics_distances_callsigns_worked'] = "Callsign(s) worked (max 5 shown)"; +$lang['statistics_distances_qsos_with'] = "QSOs with"; +$lang['statistics_distances_and_band'] = "and band"; + +/* +* +* Timeline +* +*/ + +$lang['statistics_timeline'] = "Timeline"; + diff --git a/application/language/czech/account_lang.php b/application/language/czech/account_lang.php index c295f5d1..fe962bca 100644 --- a/application/language/czech/account_lang.php +++ b/application/language/czech/account_lang.php @@ -37,6 +37,12 @@ $lang['account_timezone'] = 'Časové pásmo'; $lang['account_date_format'] = 'Formát data'; $lang['account_log_end_time'] = 'Log End Times for QSOs Separately'; $lang['account_log_end_time_hint'] = 'Choose yes here if you want to log QSO start and end times separately. If set to \'No\' the end time will be the same as start time.'; +$lang['account_quicklog_feature'] = "Quicklog Field"; +$lang['account_quicklog_feature_hint'] = "With this feature, you can log callsigns using the search field in the header."; +$lang['account_quicklog_enter'] = "Quicklog - Action on press Enter"; +$lang['account_quicklog_enter_hint'] = "What action should be performed when Enter is pressed in the quicklog field?"; +$lang['account_quicklog_enter_log'] = "Log Callsign"; +$lang['account_quicklog_enter_search'] = "Search Callsign"; $lang['account_measurement_preferences'] = 'Nastavení měření'; $lang['account_select_how_you_would_like_dates_shown_when_logged_into_your_account'] = 'Vyberte, jak chcete, aby byla data zobrazena při přihlášení do vašeho účtu.'; $lang['account_choose_which_unit_distances_will_be_shown_in'] = 'Vyberte, v jakých jednotkách se budou zobrazovat vzdálenosti.'; diff --git a/application/language/czech/general_words_lang.php b/application/language/czech/general_words_lang.php index 65d88d99..11a88145 100644 --- a/application/language/czech/general_words_lang.php +++ b/application/language/czech/general_words_lang.php @@ -21,8 +21,12 @@ $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; $lang['general_word_export'] = "Export"; $lang['general_word_import'] = "Import"; +$lang['general_word_count'] = "Count"; +$lang['general_word_filtering_on'] = "Filtering on"; $lang['general_word_date'] = 'Datum'; +$lang['general_word_startdate'] = "Start Date"; +$lang['general_word_enddate'] = "End Date"; $lang['general_word_time'] = 'Čas'; $lang['general_word_time_on'] = 'Time on'; $lang['general_word_time_off'] = 'Time off'; @@ -48,6 +52,7 @@ $lang['general_word_worked'] = 'Spojeno'; $lang['general_word_worked_not_confirmed'] = "Worked not confirmed"; $lang['general_word_not_worked'] = "Not worked"; $lang['general_word_confirmed'] = 'Potvrzeno'; +$lang['general_word_confirmation'] = "Confirmation"; $lang['general_word_needed'] = 'Potřebuje se'; $lang['general_word_all'] = 'All'; @@ -109,6 +114,8 @@ $lang['gen_hamradio_station'] = 'Stanice'; $lang['gen_hamradio_call'] = 'Značka'; $lang['gen_hamradio_callsign'] = 'Značka'; +$lang['gen_hamradio_prefix'] = "Prefix"; +$lang['gen_hamradio_suffix'] = "Suffix"; $lang['gen_hamradio_de'] = 'De'; $lang['gen_hamradio_dx'] = 'Dx'; $lang['gen_hamradio_mode'] = 'Režim'; @@ -138,6 +145,7 @@ $lang['gen_hamradio_satellite_name'] = 'Název satelitu'; $lang['gen_hamradio_satellite_mode'] = 'Režim satelitu'; $lang['gen_hamradio_logbook'] = 'Logbook'; +$lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; $lang['gen_hamradio_cq_zone'] = 'CQ zóna'; @@ -159,6 +167,9 @@ $lang['gen_hamradio_wwff'] = 'WWFF'; $lang['gen_hamradio_pota'] = 'POTA'; $lang['gen_hamradio_gridsquare'] = 'Lokátor'; $lang['gen_hamradio_get_gridsquare'] = 'Get Gridsquare'; +$lang['gen_hamradio_latitude'] = "Latitude"; +$lang['gen_hamradio_longitude'] = "Longitude"; +$lang['gen_hamradio_bearing'] = "Bearing"; $lang['gen_hamradio_distance'] = 'Vzdálenost'; $lang['gen_hamradio_operator'] = 'Operátor'; diff --git a/application/language/czech/gridsquares_lang.php b/application/language/czech/gridsquares_lang.php index 13ffd30d..ccb19397 100644 --- a/application/language/czech/gridsquares_lang.php +++ b/application/language/czech/gridsquares_lang.php @@ -3,6 +3,8 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['gridsquares_gridsquare_map'] = 'Mapa lokátorů'; +$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map"; +$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators"; $lang['gridsquares_confirmed_is_green'] = 'Potvrzené lokátory jsou zeleně'; $lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Odpracované, ale nepotvrzené lokátory jsou červeně'; @@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos $lang['gridsquares_grid_squares'] = 'lokátor'; $lang['gridsquares_total_count'] = 'Celkový počet'; +$lang['gridsquares_minimum_count'] = "Minimum Count"; +$lang['gridsquares_show_qsos'] = "Show QSO's"; +$lang['gridsquares_show_map'] = "Show Map"; $lang['gridsquares_band'] = 'Pásmo'; $lang['gridsquares_mode'] = 'Režim'; $lang['gridsquares_sat'] = 'Satelit'; $lang['gridsquares_confirmation'] = 'Potvrzení'; $lang['gridsquares_button_plot'] = 'Zobrazit'; +$lang['gridsquares_button_clear_markers'] = "Clear Markers"; $lang['gridsquares_gridsquares'] = 'Lokátory'; $lang['gridsquares_gridsquares_confirmed'] = 'Potvrzené lokátory'; diff --git a/application/language/czech/menu_lang.php b/application/language/czech/menu_lang.php index 0281ab9d..3c2a0056 100644 --- a/application/language/czech/menu_lang.php +++ b/application/language/czech/menu_lang.php @@ -59,8 +59,10 @@ $lang['menu_update_country_files'] = 'Aktualizace souborů'; $lang['menu_debug_information'] = 'Informace pro ladění'; $lang['menu_search_text'] = 'Hledat značku'; +$lang['menu_search_text_quicklog'] = "Add/Search Callsign"; $lang['menu_search_button'] = 'Hledat'; +$lang['menu_search_button_qicksearch_log'] = "Log"; $lang['menu_login_button'] = 'Přihlásit se'; $lang['menu_account'] = 'Účet'; diff --git a/application/language/czech/qso_lang.php b/application/language/czech/qso_lang.php index 7449fe05..edac1748 100644 --- a/application/language/czech/qso_lang.php +++ b/application/language/czech/qso_lang.php @@ -8,6 +8,9 @@ $lang['qso_title_suggestions'] = 'Návrhy'; $lang['qso_title_previous_contacts'] = 'Předchozí spojení'; $lang['qso_title_image'] = 'Profile Picture'; +// Quicklog on Dashboard +$lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; + // Input Help Text on the /QSO Display $lang['qso_transmit_power_helptext'] = 'Zadej výkon ve Wattech. Jsou povolen pouz čísla'; @@ -45,6 +48,7 @@ $lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system $lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; $lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; $lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_date_hint'] = "If you don't choose a date, today's date will be used."; $lang['qso_simplefle_qso_list'] = "QSO List"; $lang['qso_simplefle_qso_list_total'] = "Total"; $lang['qso_simplefle_qso_date'] = "QSO Date"; @@ -52,6 +56,7 @@ $lang['qso_simplefle_operator'] = "Operator"; $lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; $lang['qso_simplefle_station_call_location'] = "Station Call/Location"; $lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_utc_time'] = "Current UTC Time"; $lang['qso_simplefle_enter_the_data'] = "Enter the Data"; $lang['qso_simplefle_syntax_help_close_w_sample'] = "Close and Load Sample Data"; $lang['qso_simplefle_reload'] = "Reload QSO List"; @@ -81,6 +86,6 @@ $lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already fill $lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; $lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; $lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; -$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40 on 14th May, 2021, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. Therefore we can add another QSO which took place at the exact same time two days later. The date must be in format YYYY-MM-DD."; $lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; diff --git a/application/language/czech/statistics_lang.php b/application/language/czech/statistics_lang.php index 7162de48..dabf58d4 100644 --- a/application/language/czech/statistics_lang.php +++ b/application/language/czech/statistics_lang.php @@ -7,11 +7,38 @@ $lang['statistics_statistics'] = 'Statistiky'; $lang['statistics_explore_the_logbook'] = 'Prozkoumejte logbook.'; $lang['statistics_years'] = 'Roky'; -$lang['statistics_mode'] = 'Módy'; +$lang['statistics_modes'] = 'Módy'; $lang['statistics_bands'] = 'Pásma'; $lang['statistics_qsos'] = 'QSO'; $lang['statistics_unique_callsigns'] = 'Jedinečné značky'; $lang['statistics_total'] = 'Celkem'; -$lang['statistics_year'] = 'Rok'; \ No newline at end of file +$lang['statistics_year'] = 'Rok'; + +$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year"; +$lang['statistics_number_of_qso_worked'] = "# of QSO's worked"; + +/* +* +* Distances +* +*/ + +$lang['statistics_distances_worked'] = "Distances Worked"; +$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.
Your furthest contact was with"; +$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare"; +$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was"; +$lang['statistics_distances_number_of_qsos'] = "Number of QSOs"; +$lang['statistics_distances_callsigns_worked'] = "Callsign(s) worked (max 5 shown)"; +$lang['statistics_distances_qsos_with'] = "QSOs with"; +$lang['statistics_distances_and_band'] = "and band"; + +/* +* +* Timeline +* +*/ + +$lang['statistics_timeline'] = "Timeline"; + diff --git a/application/language/dutch/account_lang.php b/application/language/dutch/account_lang.php index 32280eb6..652a9724 100644 --- a/application/language/dutch/account_lang.php +++ b/application/language/dutch/account_lang.php @@ -37,13 +37,19 @@ $lang['account_timezone'] = 'Timezone'; $lang['account_date_format'] = 'Date Format'; $lang['account_log_end_time'] = 'Log End Times for QSOs Separately'; $lang['account_log_end_time_hint'] = 'Choose yes here if you want to log QSO start and end times separately. If set to \'No\' the end time will be the same as start time.'; +$lang['account_quicklog_feature'] = "Quicklog Field"; +$lang['account_quicklog_feature_hint'] = "With this feature, you can log callsigns using the search field in the header."; +$lang['account_quicklog_enter'] = "Quicklog - Action on press Enter"; +$lang['account_quicklog_enter_hint'] = "What action should be performed when Enter is pressed in the quicklog field?"; +$lang['account_quicklog_enter_log'] = "Log Callsign"; +$lang['account_quicklog_enter_search'] = "Search Callsign"; $lang['account_measurement_preferences'] = 'Measurement preference'; $lang['account_select_how_you_would_like_dates_shown_when_logged_into_your_account'] = 'Select how you would like dates shown when logged into your account.'; $lang['account_choose_which_unit_distances_will_be_shown_in'] = 'Choose which unit distances will be shown in'; $lang['account_cloudlog_language'] = 'Cloudlog Language'; $lang['account_choose_cloudlog_language'] = 'Choose Cloudlog language.'; -$lang['account_main_menu'] = 'Main Menu'; +$lang['account_main_menu'] = 'Menu Options'; $lang['account_show_notes_in_the_main_menu'] = 'Show notes in the main menu.'; $lang['account_gridsquare_and_location_autocomplete'] = 'Gridsquare and Location Autocomplete'; diff --git a/application/language/dutch/general_words_lang.php b/application/language/dutch/general_words_lang.php index 1821868b..939a7a9a 100644 --- a/application/language/dutch/general_words_lang.php +++ b/application/language/dutch/general_words_lang.php @@ -21,8 +21,12 @@ $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; $lang['general_word_export'] = "Export"; $lang['general_word_import'] = "Import"; +$lang['general_word_count'] = "Count"; +$lang['general_word_filtering_on'] = "Filtering on"; $lang['general_word_date'] = 'Datum'; +$lang['general_word_startdate'] = "Start Date"; +$lang['general_word_enddate'] = "End Date"; $lang['general_word_time'] = 'Tijd'; $lang['general_word_time_on'] = 'Time on'; $lang['general_word_time_off'] = 'Time off'; @@ -48,6 +52,7 @@ $lang['general_word_worked'] = 'Gewerkt'; $lang['general_word_worked_not_confirmed'] = "Worked not confirmed"; $lang['general_word_not_worked'] = "Not worked"; $lang['general_word_confirmed'] = 'Bevestigd'; +$lang['general_word_confirmation'] = "Confirmation"; $lang['general_word_needed'] = 'Nodig'; $lang['general_word_all'] = 'All'; @@ -109,6 +114,8 @@ $lang['gen_hamradio_station'] = 'Station'; $lang['gen_hamradio_call'] = 'Call'; $lang['gen_hamradio_callsign'] = 'Roepletters'; +$lang['gen_hamradio_prefix'] = "Prefix"; +$lang['gen_hamradio_suffix'] = "Suffix"; $lang['gen_hamradio_de'] = 'De'; $lang['gen_hamradio_dx'] = 'Dx'; $lang['gen_hamradio_mode'] = 'Mode'; @@ -138,6 +145,7 @@ $lang['gen_hamradio_satellite_name'] = 'Satelliet Naam'; $lang['gen_hamradio_satellite_mode'] = 'Satelliet Mode'; $lang['gen_hamradio_logbook'] = 'Logboek'; +$lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; $lang['gen_hamradio_cq_zone'] = 'CQ Zone'; @@ -159,6 +167,9 @@ $lang['gen_hamradio_wwff'] = 'WWFF'; $lang['gen_hamradio_pota'] = 'POTA'; $lang['gen_hamradio_gridsquare'] = 'Gridsquare'; $lang['gen_hamradio_get_gridsquare'] = 'Get Gridsquare'; +$lang['gen_hamradio_latitude'] = "Latitude"; +$lang['gen_hamradio_longitude'] = "Longitude"; +$lang['gen_hamradio_bearing'] = "Bearing"; $lang['gen_hamradio_distance'] = 'Distance'; $lang['gen_hamradio_operator'] = 'Operator'; diff --git a/application/language/dutch/gridsquares_lang.php b/application/language/dutch/gridsquares_lang.php index d8d4a1b7..38f2447f 100644 --- a/application/language/dutch/gridsquares_lang.php +++ b/application/language/dutch/gridsquares_lang.php @@ -2,7 +2,9 @@ defined('BASEPATH') OR exit('Directe toegang tot scripts is niet toegestaan'); -$lang['gridsquares_gridsquare_map'] = 'Gridsquare map'; +$lang['gridsquares_gridsquare_map'] = 'Gridsquare Map'; +$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map"; +$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators"; $lang['gridsquares_confirmed_is_green'] = 'Confirmed is Green'; $lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Worked but not confirmed is Red'; @@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos $lang['gridsquares_grid_squares'] = 'grid square'; $lang['gridsquares_total_count'] = 'Total count'; +$lang['gridsquares_minimum_count'] = "Minimum Count"; +$lang['gridsquares_show_qsos'] = "Show QSO's"; +$lang['gridsquares_show_map'] = "Show Map"; $lang['gridsquares_band'] = 'Band'; $lang['gridsquares_mode'] = 'Mode'; $lang['gridsquares_sat'] = 'Satellite'; $lang['gridsquares_confirmation'] = 'Confirmation'; $lang['gridsquares_button_plot'] = 'Plot'; +$lang['gridsquares_button_clear_markers'] = "Clear Markers"; $lang['gridsquares_gridsquares'] = 'Gridsquares'; $lang['gridsquares_gridsquares_confirmed'] = 'Gridsquares confirmed'; diff --git a/application/language/dutch/menu_lang.php b/application/language/dutch/menu_lang.php index b2abb354..e863dfe3 100644 --- a/application/language/dutch/menu_lang.php +++ b/application/language/dutch/menu_lang.php @@ -59,8 +59,10 @@ $lang['menu_update_country_files'] = 'Update Country Files'; $lang['menu_debug_information'] = 'Debug Information'; $lang['menu_search_text'] = 'Search Callsign'; +$lang['menu_search_text_quicklog'] = "Add/Search Callsign"; $lang['menu_search_button'] = 'Search'; +$lang['menu_search_button_qicksearch_log'] = "Log"; $lang['menu_login_button'] = 'Login'; $lang['menu_account'] = 'Account'; diff --git a/application/language/dutch/qso_lang.php b/application/language/dutch/qso_lang.php index 769f42b3..d66fea75 100644 --- a/application/language/dutch/qso_lang.php +++ b/application/language/dutch/qso_lang.php @@ -8,6 +8,9 @@ $lang['qso_title_suggestions'] = 'Suggesties'; $lang['qso_title_previous_contacts'] = 'Eerdere verbindingen'; $lang['qso_title_image'] = 'Profile Picture'; +// Quicklog on Dashboard +$lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; + // Input Help Text on the /QSO Display $lang['qso_transmit_power_helptext'] = 'Geef vermogen in Watt. Vermeld alleen cijfers.'; @@ -45,6 +48,7 @@ $lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system $lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; $lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; $lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_date_hint'] = "If you don't choose a date, today's date will be used."; $lang['qso_simplefle_qso_list'] = "QSO List"; $lang['qso_simplefle_qso_list_total'] = "Total"; $lang['qso_simplefle_qso_date'] = "QSO Date"; @@ -52,6 +56,7 @@ $lang['qso_simplefle_operator'] = "Operator"; $lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; $lang['qso_simplefle_station_call_location'] = "Station Call/Location"; $lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_utc_time'] = "Current UTC Time"; $lang['qso_simplefle_enter_the_data'] = "Enter the Data"; $lang['qso_simplefle_syntax_help_close_w_sample'] = "Close and Load Sample Data"; $lang['qso_simplefle_reload'] = "Reload QSO List"; @@ -81,6 +86,6 @@ $lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already fill $lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; $lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; $lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; -$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40 on 14th May, 2021, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. Therefore we can add another QSO which took place at the exact same time two days later. The date must be in format YYYY-MM-DD."; $lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; diff --git a/application/language/dutch/statistics_lang.php b/application/language/dutch/statistics_lang.php index 018476a9..4709463c 100644 --- a/application/language/dutch/statistics_lang.php +++ b/application/language/dutch/statistics_lang.php @@ -7,11 +7,38 @@ $lang['statistics_statistics'] = 'Statistics'; $lang['statistics_explore_the_logbook'] = 'Explore the logbook.'; $lang['statistics_years'] = 'Years'; -$lang['statistics_mode'] = 'Mode'; +$lang['statistics_modes'] = 'Mode'; $lang['statistics_bands'] = 'Bands'; $lang['statistics_qsos'] = 'QSOs'; $lang['statistics_unique_callsigns'] = 'Unique callsigns'; $lang['statistics_total'] = 'Total'; -$lang['statistics_year'] = 'Year'; \ No newline at end of file +$lang['statistics_year'] = 'Year'; + +$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year"; +$lang['statistics_number_of_qso_worked'] = "# of QSO's worked"; + +/* +* +* Distances +* +*/ + +$lang['statistics_distances_worked'] = "Distances Worked"; +$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.
Your furthest contact was with"; +$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare"; +$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was"; +$lang['statistics_distances_number_of_qsos'] = "Number of QSOs"; +$lang['statistics_distances_callsigns_worked'] = "Callsign(s) worked (max 5 shown)"; +$lang['statistics_distances_qsos_with'] = "QSOs with"; +$lang['statistics_distances_and_band'] = "and band"; + +/* +* +* Timeline +* +*/ + +$lang['statistics_timeline'] = "Timeline"; + diff --git a/application/language/english/account_lang.php b/application/language/english/account_lang.php index 753a3165..8b809bce 100644 --- a/application/language/english/account_lang.php +++ b/application/language/english/account_lang.php @@ -37,13 +37,19 @@ $lang['account_timezone'] = 'Timezone'; $lang['account_date_format'] = 'Date Format'; $lang['account_log_end_time'] = 'Log End Times for QSOs Separately'; $lang['account_log_end_time_hint'] = 'Choose yes here if you want to log QSO start and end times separately. If set to \'No\' the end time will be the same as start time.'; +$lang['account_quicklog_feature'] = "Quicklog Field"; +$lang['account_quicklog_feature_hint'] = "With this feature, you can log callsigns using the search field in the header."; +$lang['account_quicklog_enter'] = "Quicklog - Action on press Enter"; +$lang['account_quicklog_enter_hint'] = "What action should be performed when Enter is pressed in the quicklog field?"; +$lang['account_quicklog_enter_log'] = "Log Callsign"; +$lang['account_quicklog_enter_search'] = "Search Callsign"; $lang['account_measurement_preferences'] = 'Measurement preference'; $lang['account_select_how_you_would_like_dates_shown_when_logged_into_your_account'] = 'Select how you would like dates shown when logged into your account.'; $lang['account_choose_which_unit_distances_will_be_shown_in'] = 'Choose which unit distances will be shown in'; $lang['account_cloudlog_language'] = 'Cloudlog Language'; $lang['account_choose_cloudlog_language'] = 'Choose Cloudlog language.'; -$lang['account_main_menu'] = 'Main Menu'; +$lang['account_main_menu'] = 'Menu Options'; $lang['account_show_notes_in_the_main_menu'] = 'Show notes in the main menu.'; $lang['account_gridsquare_and_location_autocomplete'] = 'Gridsquare and Location Autocomplete'; diff --git a/application/language/english/general_words_lang.php b/application/language/english/general_words_lang.php index 4d303ba1..5a0e3439 100644 --- a/application/language/english/general_words_lang.php +++ b/application/language/english/general_words_lang.php @@ -21,8 +21,12 @@ $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; $lang['general_word_export'] = "Export"; $lang['general_word_import'] = "Import"; +$lang['general_word_count'] = "Count"; +$lang['general_word_filtering_on'] = "Filtering on"; $lang['general_word_date'] = 'Date'; +$lang['general_word_startdate'] = "Start Date"; +$lang['general_word_enddate'] = "End Date"; $lang['general_word_time'] = 'Time'; $lang['general_word_time_on'] = 'Time on'; $lang['general_word_time_off'] = 'Time off'; @@ -48,6 +52,7 @@ $lang['general_word_worked'] = 'Worked'; $lang['general_word_worked_not_confirmed'] = "Worked not confirmed"; $lang['general_word_not_worked'] = "Not worked"; $lang['general_word_confirmed'] = 'Confirmed'; +$lang['general_word_confirmation'] = "Confirmation"; $lang['general_word_needed'] = 'Needed'; $lang['general_word_all'] = 'All'; @@ -109,6 +114,8 @@ $lang['gen_hamradio_station'] = 'Station'; $lang['gen_hamradio_call'] = 'Call'; $lang['gen_hamradio_callsign'] = 'Callsign'; +$lang['gen_hamradio_prefix'] = "Prefix"; +$lang['gen_hamradio_suffix'] = "Suffix"; $lang['gen_hamradio_de'] = 'De'; $lang['gen_hamradio_dx'] = 'Dx'; $lang['gen_hamradio_mode'] = 'Mode'; @@ -138,6 +145,7 @@ $lang['gen_hamradio_satellite_name'] = 'Satellite Name'; $lang['gen_hamradio_satellite_mode'] = 'Satellite Mode'; $lang['gen_hamradio_logbook'] = 'Logbook'; +$lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; $lang['gen_hamradio_cq_zone'] = 'CQ Zone'; @@ -159,6 +167,9 @@ $lang['gen_hamradio_wwff'] = 'WWFF'; $lang['gen_hamradio_pota'] = 'POTA'; $lang['gen_hamradio_gridsquare'] = 'Gridsquare'; $lang['gen_hamradio_get_gridsquare'] = 'Get Gridsquare'; +$lang['gen_hamradio_latitude'] = "Latitude"; +$lang['gen_hamradio_longitude'] = "Longitude"; +$lang['gen_hamradio_bearing'] = "Bearing"; $lang['gen_hamradio_distance'] = 'Distance'; $lang['gen_hamradio_operator'] = 'Operator'; diff --git a/application/language/english/gridsquares_lang.php b/application/language/english/gridsquares_lang.php index 0b18933e..07bc32c9 100644 --- a/application/language/english/gridsquares_lang.php +++ b/application/language/english/gridsquares_lang.php @@ -2,7 +2,9 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -$lang['gridsquares_gridsquare_map'] = 'Gridsquare map'; +$lang['gridsquares_gridsquare_map'] = 'Gridsquare Map'; +$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map"; +$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators"; $lang['gridsquares_confirmed_is_green'] = 'Confirmed is Green'; $lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Worked but not confirmed is Red'; @@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos $lang['gridsquares_grid_squares'] = 'grid square'; $lang['gridsquares_total_count'] = 'Total count'; +$lang['gridsquares_minimum_count'] = "Minimum Count"; +$lang['gridsquares_show_qsos'] = "Show QSO's"; +$lang['gridsquares_show_map'] = "Show Map"; $lang['gridsquares_band'] = 'Band'; $lang['gridsquares_mode'] = 'Mode'; $lang['gridsquares_sat'] = 'Satellite'; $lang['gridsquares_confirmation'] = 'Confirmation'; $lang['gridsquares_button_plot'] = 'Plot'; +$lang['gridsquares_button_clear_markers'] = "Clear Markers"; $lang['gridsquares_gridsquares'] = 'Gridsquares'; $lang['gridsquares_gridsquares_worked'] = 'Gridsquares worked'; diff --git a/application/language/english/menu_lang.php b/application/language/english/menu_lang.php index 56561034..46a39937 100644 --- a/application/language/english/menu_lang.php +++ b/application/language/english/menu_lang.php @@ -59,8 +59,10 @@ $lang['menu_themes'] = 'Themes'; $lang['menu_backup'] = 'Backup'; $lang['menu_update_country_files'] = 'Update Country Files'; $lang['menu_debug_information'] = 'Debug Information'; +$lang['menu_search_text_quicklog'] = "Add/Search Callsign"; $lang['menu_search_text'] = 'Search Callsign'; +$lang['menu_search_button_qicksearch_log'] = "Log"; $lang['menu_search_button'] = 'Search'; $lang['menu_login_button'] = 'Login'; diff --git a/application/language/english/qso_lang.php b/application/language/english/qso_lang.php index 307429aa..8b1e38ec 100644 --- a/application/language/english/qso_lang.php +++ b/application/language/english/qso_lang.php @@ -8,6 +8,9 @@ $lang['qso_title_suggestions'] = 'Suggestions'; $lang['qso_title_previous_contacts'] = 'Previous Contacts'; $lang['qso_title_image'] = 'Profile Picture'; +// Quicklog on Dashboard +$lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; + // Input Help Text on the /QSO Display $lang['qso_transmit_power_helptext'] = 'Give power value in Watts. Include only numbers in the input.'; @@ -45,6 +48,7 @@ $lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system $lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; $lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; $lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_date_hint'] = "If you don't choose a date, today's date will be used."; $lang['qso_simplefle_qso_list'] = "QSO List"; $lang['qso_simplefle_qso_list_total'] = "Total"; $lang['qso_simplefle_qso_date'] = "QSO Date"; @@ -52,6 +56,7 @@ $lang['qso_simplefle_operator'] = "Operator"; $lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; $lang['qso_simplefle_station_call_location'] = "Station Call/Location"; $lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_utc_time'] = "Current UTC Time"; $lang['qso_simplefle_enter_the_data'] = "Enter the Data"; $lang['qso_simplefle_syntax_help_close_w_sample'] = "Close and Load Sample Data"; $lang['qso_simplefle_reload'] = "Reload QSO List"; @@ -81,6 +86,6 @@ $lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already fill $lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; $lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; $lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; -$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40 on 14th May, 2021, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. Therefore we can add another QSO which took place at the exact same time two days later. The date must be in format YYYY-MM-DD."; $lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; diff --git a/application/language/english/statistics_lang.php b/application/language/english/statistics_lang.php index 78d68b47..50a90e0d 100644 --- a/application/language/english/statistics_lang.php +++ b/application/language/english/statistics_lang.php @@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Statistics'; $lang['statistics_explore_the_logbook'] = 'Explore the logbook.'; $lang['statistics_years'] = 'Years'; -$lang['statistics_mode'] = 'Mode'; +$lang['statistics_modes'] = 'Mode'; $lang['statistics_bands'] = 'Bands'; $lang['statistics_qsos'] = 'QSOs'; $lang['statistics_unique_callsigns'] = 'Unique callsigns'; @@ -15,3 +15,30 @@ $lang['statistics_unique_callsigns'] = 'Unique callsigns'; $lang['statistics_total'] = 'Total'; $lang['statistics_year'] = 'Year'; + +$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year"; +$lang['statistics_number_of_qso_worked'] = "# of QSO's worked"; + +/* +* +* Distances +* +*/ + +$lang['statistics_distances_worked'] = "Distances Worked"; +$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.
Your furthest contact was with"; +$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare"; +$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was"; +$lang['statistics_distances_number_of_qsos'] = "Number of QSOs"; +$lang['statistics_distances_callsigns_worked'] = "Callsign(s) worked (max 5 shown)"; +$lang['statistics_distances_qsos_with'] = "QSOs with"; +$lang['statistics_distances_and_band'] = "and band"; + +/* +* +* Timeline +* +*/ + +$lang['statistics_timeline'] = "Timeline"; + diff --git a/application/language/finnish/account_lang.php b/application/language/finnish/account_lang.php index c680f524..e4c69843 100644 --- a/application/language/finnish/account_lang.php +++ b/application/language/finnish/account_lang.php @@ -37,13 +37,19 @@ $lang['account_timezone'] = 'Aikavyöhyke'; $lang['account_date_format'] = 'Päivämäärämuoto'; $lang['account_log_end_time'] = 'Log End Times for QSOs Separately'; $lang['account_log_end_time_hint'] = 'Choose yes here if you want to log QSO start and end times separately. If set to \'No\' the end time will be the same as start time.'; +$lang['account_quicklog_feature'] = "Quicklog Field"; +$lang['account_quicklog_feature_hint'] = "With this feature, you can log callsigns using the search field in the header."; +$lang['account_quicklog_enter'] = "Quicklog - Action on press Enter"; +$lang['account_quicklog_enter_hint'] = "What action should be performed when Enter is pressed in the quicklog field?"; +$lang['account_quicklog_enter_log'] = "Log Callsign"; +$lang['account_quicklog_enter_search'] = "Search Callsign"; $lang['account_measurement_preferences'] = 'Mittayksikkömuoto'; $lang['account_select_how_you_would_like_dates_shown_when_logged_into_your_account'] = 'Valitse, miten haluat päivämäärät näkyvän, kun olet kirjautunut tilillesi.'; $lang['account_choose_which_unit_distances_will_be_shown_in'] = 'Valitse, mitä mittayksikkömuotoa käytetään'; $lang['account_cloudlog_language'] = 'Cloudlog Language'; $lang['account_choose_cloudlog_language'] = 'Choose Cloudlog language.'; -$lang['account_main_menu'] = 'Main Menu'; +$lang['account_main_menu'] = 'Menu Options'; $lang['account_show_notes_in_the_main_menu'] = 'Näytä "Muistio" päävalikossa.'; $lang['account_gridsquare_and_location_autocomplete'] = 'Gridsquare and Location Autocomplete'; diff --git a/application/language/finnish/general_words_lang.php b/application/language/finnish/general_words_lang.php index ba0ccfb2..3b54c7af 100644 --- a/application/language/finnish/general_words_lang.php +++ b/application/language/finnish/general_words_lang.php @@ -21,8 +21,12 @@ $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; $lang['general_word_export'] = "Export"; $lang['general_word_import'] = "Import"; +$lang['general_word_count'] = "Count"; +$lang['general_word_filtering_on'] = "Filtering on"; $lang['general_word_date'] = 'Päivä'; +$lang['general_word_startdate'] = "Start Date"; +$lang['general_word_enddate'] = "End Date"; $lang['general_word_time'] = 'Aika'; $lang['general_word_time_on'] = 'Time on'; $lang['general_word_time_off'] = 'Time off'; @@ -48,6 +52,7 @@ $lang['general_word_worked'] = 'Workittu'; $lang['general_word_worked_not_confirmed'] = "Worked not confirmed"; $lang['general_word_not_worked'] = "Not worked"; $lang['general_word_confirmed'] = 'Kuitattu'; +$lang['general_word_confirmation'] = "Confirmation"; $lang['general_word_needed'] = 'Tarvittu'; $lang['general_word_all'] = 'All'; @@ -109,6 +114,8 @@ $lang['gen_hamradio_station'] = 'Asema'; $lang['gen_hamradio_call'] = 'Kutsu'; $lang['gen_hamradio_callsign'] = 'Kutsumerkki'; +$lang['gen_hamradio_prefix'] = "Prefix"; +$lang['gen_hamradio_suffix'] = "Suffix"; $lang['gen_hamradio_de'] = 'De'; $lang['gen_hamradio_dx'] = 'Dx'; $lang['gen_hamradio_mode'] = 'Lähetelaji'; @@ -138,6 +145,7 @@ $lang['gen_hamradio_satellite_name'] = 'Satelliitti'; $lang['gen_hamradio_satellite_mode'] = 'Satelliitin Mode'; $lang['gen_hamradio_logbook'] = 'Lokikirja'; +$lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; $lang['gen_hamradio_cq_zone'] = 'CQ Zone'; @@ -159,6 +167,9 @@ $lang['gen_hamradio_wwff'] = 'WWFF'; $lang['gen_hamradio_pota'] = 'POTA'; $lang['gen_hamradio_gridsquare'] = 'Gridsquare'; $lang['gen_hamradio_get_gridsquare'] = 'Get Gridsquare'; +$lang['gen_hamradio_latitude'] = "Latitude"; +$lang['gen_hamradio_longitude'] = "Longitude"; +$lang['gen_hamradio_bearing'] = "Bearing"; $lang['gen_hamradio_distance'] = 'Etäisyys'; $lang['gen_hamradio_operator'] = 'Operator'; diff --git a/application/language/finnish/gridsquares_lang.php b/application/language/finnish/gridsquares_lang.php index af17febc..84a0dfb9 100644 --- a/application/language/finnish/gridsquares_lang.php +++ b/application/language/finnish/gridsquares_lang.php @@ -3,6 +3,8 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['gridsquares_gridsquare_map'] = 'Gridsquare-kartta'; +$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map"; +$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators"; $lang['gridsquares_confirmed_is_green'] = 'Vahvistetut ovat vihreitä'; $lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Workitut, mutta ei vahvistetut ovat punaisena'; @@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos $lang['gridsquares_grid_squares'] = 'grid square'; $lang['gridsquares_total_count'] = 'Total count'; +$lang['gridsquares_minimum_count'] = "Minimum Count"; +$lang['gridsquares_show_qsos'] = "Show QSO's"; +$lang['gridsquares_show_map'] = "Show Map"; $lang['gridsquares_band'] = 'Bandi'; $lang['gridsquares_mode'] = 'Mode'; $lang['gridsquares_sat'] = 'Satelliitti'; $lang['gridsquares_confirmation'] = 'Confirmation'; $lang['gridsquares_button_plot'] = 'Merkitse'; +$lang['gridsquares_button_clear_markers'] = "Clear Markers"; $lang['gridsquares_gridsquares'] = 'Gridsquares'; $lang['gridsquares_gridsquares_confirmed'] = 'Gridsquares confirmed'; diff --git a/application/language/finnish/menu_lang.php b/application/language/finnish/menu_lang.php index 2cf11dcc..17041bb7 100644 --- a/application/language/finnish/menu_lang.php +++ b/application/language/finnish/menu_lang.php @@ -59,8 +59,10 @@ $lang['menu_update_country_files'] = 'Päivitä Country Files'; $lang['menu_debug_information'] = 'Debug Information'; $lang['menu_search_text'] = 'Etsi kutsulla'; +$lang['menu_search_text_quicklog'] = "Add/Search Callsign"; $lang['menu_search_button'] = 'Etsi'; +$lang['menu_search_button_qicksearch_log'] = "Log"; $lang['menu_login_button'] = 'Kirjaudu'; $lang['menu_account'] = 'Käyttäjätili'; diff --git a/application/language/finnish/qso_lang.php b/application/language/finnish/qso_lang.php index b4d43a9b..82bd9aa0 100644 --- a/application/language/finnish/qso_lang.php +++ b/application/language/finnish/qso_lang.php @@ -8,6 +8,9 @@ $lang['qso_title_suggestions'] = 'Kutsumerkkiehdotukset'; $lang['qso_title_previous_contacts'] = 'Edelliset yhteydet'; $lang['qso_title_image'] = 'Profiilikuva'; +// Quicklog on Dashboard +$lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; + // Input Help Text on the /QSO Display $lang['qso_transmit_power_helptext'] = 'Anna teholukema Watteina käyttäen vain numeroita.'; @@ -45,6 +48,7 @@ $lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system $lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; $lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; $lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_date_hint'] = "If you don't choose a date, today's date will be used."; $lang['qso_simplefle_qso_list'] = "QSO List"; $lang['qso_simplefle_qso_list_total'] = "Total"; $lang['qso_simplefle_qso_date'] = "QSO Date"; @@ -52,6 +56,7 @@ $lang['qso_simplefle_operator'] = "Operator"; $lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; $lang['qso_simplefle_station_call_location'] = "Station Call/Location"; $lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_utc_time'] = "Current UTC Time"; $lang['qso_simplefle_enter_the_data'] = "Enter the Data"; $lang['qso_simplefle_syntax_help_close_w_sample'] = "Close and Load Sample Data"; $lang['qso_simplefle_reload'] = "Reload QSO List"; @@ -81,6 +86,6 @@ $lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already fill $lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; $lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; $lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; -$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40 on 14th May, 2021, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. Therefore we can add another QSO which took place at the exact same time two days later. The date must be in format YYYY-MM-DD."; $lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; diff --git a/application/language/finnish/statistics_lang.php b/application/language/finnish/statistics_lang.php index 0fbe9ba9..eb8feb45 100644 --- a/application/language/finnish/statistics_lang.php +++ b/application/language/finnish/statistics_lang.php @@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Tilastot'; $lang['statistics_explore_the_logbook'] = 'Uppoudu lokiisi tarkemmin'; $lang['statistics_years'] = 'Vuodet'; -$lang['statistics_mode'] = 'Modet'; +$lang['statistics_modes'] = 'Modet'; $lang['statistics_bands'] = 'Bandit'; $lang['statistics_qsos'] = 'QSO:t'; $lang['statistics_unique_callsigns'] = 'Erillisiä kutsuja'; @@ -15,3 +15,30 @@ $lang['statistics_unique_callsigns'] = 'Erillisiä kutsuja'; $lang['statistics_total'] = 'Yhteensä'; $lang['statistics_year'] = 'Vuosi'; + +$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year"; +$lang['statistics_number_of_qso_worked'] = "# of QSO's worked"; + +/* +* +* Distances +* +*/ + +$lang['statistics_distances_worked'] = "Distances Worked"; +$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.
Your furthest contact was with"; +$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare"; +$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was"; +$lang['statistics_distances_number_of_qsos'] = "Number of QSOs"; +$lang['statistics_distances_callsigns_worked'] = "Callsign(s) worked (max 5 shown)"; +$lang['statistics_distances_qsos_with'] = "QSOs with"; +$lang['statistics_distances_and_band'] = "and band"; + +/* +* +* Timeline +* +*/ + +$lang['statistics_timeline'] = "Timeline"; + diff --git a/application/language/french/account_lang.php b/application/language/french/account_lang.php index db4d2c02..dd239ac7 100644 --- a/application/language/french/account_lang.php +++ b/application/language/french/account_lang.php @@ -37,6 +37,12 @@ $lang['account_timezone'] = 'Timezone'; $lang['account_date_format'] = 'Format de la date'; $lang['account_log_end_time'] = 'Log End Times for QSOs Separately'; $lang['account_log_end_time_hint'] = 'Choose yes here if you want to log QSO start and end times separately. If set to \'No\' the end time will be the same as start time.'; +$lang['account_quicklog_feature'] = "Quicklog Field"; +$lang['account_quicklog_feature_hint'] = "With this feature, you can log callsigns using the search field in the header."; +$lang['account_quicklog_enter'] = "Quicklog - Action on press Enter"; +$lang['account_quicklog_enter_hint'] = "What action should be performed when Enter is pressed in the quicklog field?"; +$lang['account_quicklog_enter_log'] = "Log Callsign"; +$lang['account_quicklog_enter_search'] = "Search Callsign"; $lang['account_measurement_preferences'] = 'Unité de mesure'; $lang['account_select_how_you_would_like_dates_shown_when_logged_into_your_account'] = '(Sélectionnez le format de date à afficher)'; $lang['account_choose_which_unit_distances_will_be_shown_in'] = '(Choisiez l\'unité de mesure à afficher)'; diff --git a/application/language/french/general_words_lang.php b/application/language/french/general_words_lang.php index 1dadf7a3..74a26604 100644 --- a/application/language/french/general_words_lang.php +++ b/application/language/french/general_words_lang.php @@ -21,8 +21,12 @@ $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; $lang['general_word_export'] = "Export"; $lang['general_word_import'] = "Import"; +$lang['general_word_count'] = "Count"; +$lang['general_word_filtering_on'] = "Filtering on"; $lang['general_word_date'] = 'Date'; +$lang['general_word_startdate'] = "Start Date"; +$lang['general_word_enddate'] = "End Date"; $lang['general_word_time'] = 'Heure'; $lang['general_word_time_on'] = 'Time on'; $lang['general_word_time_off'] = 'Time off'; @@ -48,6 +52,7 @@ $lang['general_word_worked'] = 'Réalisés'; $lang['general_word_worked_not_confirmed'] = "Worked not confirmed"; $lang['general_word_not_worked'] = "Not worked"; $lang['general_word_confirmed'] = 'Confirmés'; +$lang['general_word_confirmation'] = "Confirmation"; $lang['general_word_needed'] = 'Demandés'; $lang['general_word_all'] = 'Tout'; @@ -109,6 +114,8 @@ $lang['gen_hamradio_station'] = 'Station'; $lang['gen_hamradio_call'] = 'QRZ'; $lang['gen_hamradio_callsign'] = 'Indicatif'; +$lang['gen_hamradio_prefix'] = "Prefix"; +$lang['gen_hamradio_suffix'] = "Suffix"; $lang['gen_hamradio_de'] = 'De'; $lang['gen_hamradio_dx'] = 'Dx'; $lang['gen_hamradio_mode'] = 'Mode'; @@ -138,6 +145,7 @@ $lang['gen_hamradio_satellite_name'] = 'Nom du Satellite'; $lang['gen_hamradio_satellite_mode'] = 'Mode du Satellite'; $lang['gen_hamradio_logbook'] = 'Logbook'; +$lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; $lang['gen_hamradio_cq_zone'] = 'Zone CQ '; @@ -159,6 +167,9 @@ $lang['gen_hamradio_wwff'] = 'WWFF'; $lang['gen_hamradio_pota'] = 'POTA'; $lang['gen_hamradio_gridsquare'] = 'Gridsquare'; $lang['gen_hamradio_get_gridsquare'] = 'Get Gridsquare'; +$lang['gen_hamradio_latitude'] = "Latitude"; +$lang['gen_hamradio_longitude'] = "Longitude"; +$lang['gen_hamradio_bearing'] = "Bearing"; $lang['gen_hamradio_distance'] = 'Distance'; $lang['gen_hamradio_operator'] = 'Operateur'; diff --git a/application/language/french/gridsquares_lang.php b/application/language/french/gridsquares_lang.php index d1611bf6..b3e3151b 100644 --- a/application/language/french/gridsquares_lang.php +++ b/application/language/french/gridsquares_lang.php @@ -3,6 +3,8 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['gridsquares_gridsquare_map'] = 'Carte des Locators'; +$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map"; +$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators"; $lang['gridsquares_confirmed_is_green'] = 'Confirmé en Vert'; $lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Contacté, mais non confirmé en Rouge'; @@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos $lang['gridsquares_grid_squares'] = 'Grilles des Locators'; $lang['gridsquares_total_count'] = 'Total'; +$lang['gridsquares_minimum_count'] = "Minimum Count"; +$lang['gridsquares_show_qsos'] = "Show QSO's"; +$lang['gridsquares_show_map'] = "Show Map"; $lang['gridsquares_band'] = 'Bande'; $lang['gridsquares_mode'] = 'Mode'; $lang['gridsquares_sat'] = 'Satellite'; $lang['gridsquares_confirmation'] = 'Confirmé'; $lang['gridsquares_button_plot'] = 'Plot'; +$lang['gridsquares_button_clear_markers'] = "Clear Markers"; $lang['gridsquares_gridsquares'] = 'Locators'; $lang['gridsquares_gridsquares_confirmed'] = 'Locators confirmés'; diff --git a/application/language/french/menu_lang.php b/application/language/french/menu_lang.php index 56561034..46a39937 100644 --- a/application/language/french/menu_lang.php +++ b/application/language/french/menu_lang.php @@ -59,8 +59,10 @@ $lang['menu_themes'] = 'Themes'; $lang['menu_backup'] = 'Backup'; $lang['menu_update_country_files'] = 'Update Country Files'; $lang['menu_debug_information'] = 'Debug Information'; +$lang['menu_search_text_quicklog'] = "Add/Search Callsign"; $lang['menu_search_text'] = 'Search Callsign'; +$lang['menu_search_button_qicksearch_log'] = "Log"; $lang['menu_search_button'] = 'Search'; $lang['menu_login_button'] = 'Login'; diff --git a/application/language/french/qso_lang.php b/application/language/french/qso_lang.php index e104cfc4..fe660b5e 100644 --- a/application/language/french/qso_lang.php +++ b/application/language/french/qso_lang.php @@ -8,6 +8,9 @@ $lang['qso_title_suggestions'] = 'Suggestions'; $lang['qso_title_previous_contacts'] = 'Contacts précédents'; $lang['qso_title_image'] = 'Profile Picture'; +// Quicklog on Dashboard +$lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; + // Input Help Text on the /QSO Display $lang['qso_transmit_power_helptext'] = 'Saisissez la ouissance en Watts en utilisant uniquement des chiffres.'; @@ -45,6 +48,7 @@ $lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system $lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; $lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; $lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_date_hint'] = "If you don't choose a date, today's date will be used."; $lang['qso_simplefle_qso_list'] = "QSO List"; $lang['qso_simplefle_qso_list_total'] = "Total"; $lang['qso_simplefle_qso_date'] = "QSO Date"; @@ -52,6 +56,7 @@ $lang['qso_simplefle_operator'] = "Operator"; $lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; $lang['qso_simplefle_station_call_location'] = "Station Call/Location"; $lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_utc_time'] = "Current UTC Time"; $lang['qso_simplefle_enter_the_data'] = "Enter the Data"; $lang['qso_simplefle_syntax_help_close_w_sample'] = "Close and Load Sample Data"; $lang['qso_simplefle_reload'] = "Reload QSO List"; @@ -81,6 +86,6 @@ $lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already fill $lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; $lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; $lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; -$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40 on 14th May, 2021, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. Therefore we can add another QSO which took place at the exact same time two days later. The date must be in format YYYY-MM-DD."; $lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; diff --git a/application/language/french/statistics_lang.php b/application/language/french/statistics_lang.php index 78d68b47..50a90e0d 100644 --- a/application/language/french/statistics_lang.php +++ b/application/language/french/statistics_lang.php @@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Statistics'; $lang['statistics_explore_the_logbook'] = 'Explore the logbook.'; $lang['statistics_years'] = 'Years'; -$lang['statistics_mode'] = 'Mode'; +$lang['statistics_modes'] = 'Mode'; $lang['statistics_bands'] = 'Bands'; $lang['statistics_qsos'] = 'QSOs'; $lang['statistics_unique_callsigns'] = 'Unique callsigns'; @@ -15,3 +15,30 @@ $lang['statistics_unique_callsigns'] = 'Unique callsigns'; $lang['statistics_total'] = 'Total'; $lang['statistics_year'] = 'Year'; + +$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year"; +$lang['statistics_number_of_qso_worked'] = "# of QSO's worked"; + +/* +* +* Distances +* +*/ + +$lang['statistics_distances_worked'] = "Distances Worked"; +$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.
Your furthest contact was with"; +$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare"; +$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was"; +$lang['statistics_distances_number_of_qsos'] = "Number of QSOs"; +$lang['statistics_distances_callsigns_worked'] = "Callsign(s) worked (max 5 shown)"; +$lang['statistics_distances_qsos_with'] = "QSOs with"; +$lang['statistics_distances_and_band'] = "and band"; + +/* +* +* Timeline +* +*/ + +$lang['statistics_timeline'] = "Timeline"; + diff --git a/application/language/german/account_lang.php b/application/language/german/account_lang.php index 10e65ccf..68ce2814 100644 --- a/application/language/german/account_lang.php +++ b/application/language/german/account_lang.php @@ -37,13 +37,19 @@ $lang['account_timezone'] = 'Zeitzone'; $lang['account_date_format'] = 'Datumsformat'; $lang['account_log_end_time'] = 'Logge Endzeiten für QSOs separat'; $lang['account_log_end_time_hint'] = 'Wenn aktiviert, werden QSO Endzeiten separat erfasst. Falls nicht, ist die QSO Endzeit gleich der Startzeit.'; +$lang['account_quicklog_feature'] = "Quicklog Feld"; +$lang['account_quicklog_feature_hint'] = "Mit dieser Option kannst du Rufzeichen auch direkt aus dem Suchfeld in der Menüleiste heraus loggen."; +$lang['account_quicklog_enter'] = "Quicklog - Aktion mit Enter Taste"; +$lang['account_quicklog_enter_hint'] = "Welche Aktion soll ausgeführt werden, wenn Enter gedrückt wird?"; +$lang['account_quicklog_enter_log'] = "Logge Rufzeichen"; +$lang['account_quicklog_enter_search'] = "Suche Rufzeichen"; $lang['account_measurement_preferences'] = 'Entfernungsformat'; $lang['account_select_how_you_would_like_dates_shown_when_logged_into_your_account'] = 'Wähle, wie Datumsfelder angezeigt werden sollen, wenn du eingeloggt bist.'; $lang['account_choose_which_unit_distances_will_be_shown_in'] = 'Wähle, in welcher Einheit Entfernungen angezeigt werden sollen.'; $lang['account_cloudlog_language'] = 'Cloudlog Sprache'; $lang['account_choose_cloudlog_language'] = 'Wähle eine Sprache für Cloudlog.'; -$lang['account_main_menu'] = 'Hauptmenü'; +$lang['account_main_menu'] = 'Menü Optionen'; $lang['account_show_notes_in_the_main_menu'] = 'Zeige Notizen im Hauptmenü'; $lang['account_gridsquare_and_location_autocomplete'] = 'Vervollständigung von Planquadrat und Lokation'; diff --git a/application/language/german/general_words_lang.php b/application/language/german/general_words_lang.php index 09911984..3d55427c 100644 --- a/application/language/german/general_words_lang.php +++ b/application/language/german/general_words_lang.php @@ -21,8 +21,12 @@ $lang['general_word_enabled'] = "Eingeschaltet"; $lang['general_word_disabled'] = "Ausgeschaltet"; $lang['general_word_export'] = "Exportieren"; $lang['general_word_import'] = "Importieren"; +$lang['general_word_count'] = "Zähler"; +$lang['general_word_filtering_on'] = "Filtern auf"; $lang['general_word_date'] = 'Datum'; +$lang['general_word_startdate'] = "Start Datum"; +$lang['general_word_enddate'] = "End Datum"; $lang['general_word_time'] = 'Zeit'; $lang['general_word_time_on'] = 'Startzeit'; $lang['general_word_time_off'] = 'Endzeit'; @@ -48,6 +52,7 @@ $lang['general_word_worked'] = 'Gearbeitet'; $lang['general_word_worked_not_confirmed'] = "Gearbeitet, nicht bestätigt"; $lang['general_word_not_worked'] = "Nicht gearbeitet"; $lang['general_word_confirmed'] = 'Bestätigt'; +$lang['general_word_confirmation'] = "Bestätigung"; $lang['general_word_needed'] = 'Benötigt'; $lang['general_word_all'] = 'Alle'; @@ -109,6 +114,8 @@ $lang['gen_hamradio_station'] = 'Station'; $lang['gen_hamradio_call'] = 'Call'; $lang['gen_hamradio_callsign'] = 'Rufzeichen'; +$lang['gen_hamradio_prefix'] = "Prefix"; +$lang['gen_hamradio_suffix'] = "Suffix"; $lang['gen_hamradio_de'] = 'De'; $lang['gen_hamradio_dx'] = 'Dx'; $lang['gen_hamradio_mode'] = 'Mode'; @@ -138,6 +145,7 @@ $lang['gen_hamradio_satellite_name'] = 'Satellit'; $lang['gen_hamradio_satellite_mode'] = 'Satellitenmodus'; $lang['gen_hamradio_logbook'] = 'Logbuch'; +$lang['gen_hamradio_award'] = "Diplom"; $lang['gen_hamradio_zones'] = 'Zonen'; $lang['gen_hamradio_cq_zone'] = 'CQ Zone'; @@ -159,6 +167,9 @@ $lang['gen_hamradio_wwff'] = 'WWFF'; $lang['gen_hamradio_pota'] = 'POTA'; $lang['gen_hamradio_gridsquare'] = 'Planquadrat'; $lang['gen_hamradio_get_gridsquare'] = 'Orte mein Planquadrat'; +$lang['gen_hamradio_latitude'] = "Breitengrad"; +$lang['gen_hamradio_longitude'] = "Längengrad"; +$lang['gen_hamradio_bearing'] = "Peilung"; $lang['gen_hamradio_distance'] = 'Entfernung'; $lang['gen_hamradio_operator'] = 'Operator'; @@ -194,3 +205,8 @@ $lang['southamerica'] = 'Südamerika'; $lang['gen_band_selection'] = 'Bandauswahl'; $lang['general_word_today'] = 'Heute'; + +$lang['dashboard_php_version_warning'] = 'Die PHP Version is zu alt. Benötigt wird mindestens die Version 7.4. Die installierte Version ist'; +$lang['dashboard_country_files_warning'] = 'Die Länderlisten müssen aktualisiert werden! Klicke hier, um das zu tun!'; +$lang['dashboard_locations_warning'] = 'Ea wurde kein Stationsstandort angelegt! Klicke hier, um das zu tun!'; +$lang['dashboard_logbooks_warning'] = 'Es wurde kein Stationslogbuch angelegt. Klicke hier, um das zu tun!'; diff --git a/application/language/german/gridsquares_lang.php b/application/language/german/gridsquares_lang.php index 9d9fb621..40eba1c2 100644 --- a/application/language/german/gridsquares_lang.php +++ b/application/language/german/gridsquares_lang.php @@ -3,6 +3,9 @@ defined('BASEPATH') OR exit('Direkter Zugriff auf Skripte ist nicht erlaubt'); $lang['gridsquares_gridsquare_map'] = 'Planquadratkarte'; +$lang['gridsquares_activated_gridsquare_map'] = "Aktivierte Planquadrate Karte"; +$lang['gridsquares_gridsquare_activators'] = "Planquadrat-Aktivierer"; + $lang['gridsquares_confirmed_is_green'] = 'Bestätigt ist grün'; $lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Gearbeitet aber nicht bestätigt ist rot'; @@ -12,6 +15,9 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos $lang['gridsquares_grid_squares'] = 'Planquadrate'; $lang['gridsquares_total_count'] = 'Summe'; +$lang['gridsquares_minimum_count'] = "Minimale Anzahl"; +$lang['gridsquares_show_qsos'] = "Zeige QSO's"; +$lang['gridsquares_show_map'] = "Zeige Karte"; $lang['gridsquares_band'] = 'Band'; $lang['gridsquares_mode'] = 'Mode'; @@ -19,6 +25,7 @@ $lang['gridsquares_sat'] = 'Satellit'; $lang['gridsquares_confirmation'] = 'Bestätigung'; $lang['gridsquares_button_plot'] = 'Kartieren'; +$lang['gridsquares_button_clear_markers'] = "Lösche Markierungen"; $lang['gridsquares_gridsquares'] = 'Planquadrate'; $lang['gridsquares_gridsquares_worked'] = 'Gearbeitete Planquadrate'; diff --git a/application/language/german/menu_lang.php b/application/language/german/menu_lang.php index 8a0c244e..53898632 100644 --- a/application/language/german/menu_lang.php +++ b/application/language/german/menu_lang.php @@ -53,14 +53,16 @@ $lang['menu_user_account'] = 'Benutzerkonten'; $lang['menu_global_options'] = 'Globale Optionen'; $lang['menu_modes'] = 'Modi'; $lang['menu_contests'] = 'Conteste'; -$lang['menu_themes'] = 'Layouts'; +$lang['menu_themes'] = 'Themes'; $lang['menu_backup'] = 'Backup'; $lang['menu_update_country_files'] = 'Update Länderinformationen'; $lang['menu_debug_information'] = 'Debug Informationen'; $lang['menu_search_text'] = 'Rufzeichensuche'; +$lang['menu_search_text_quicklog'] = "Logge/Suche Call"; //"Rufzeichen" wäre zu lang, daher nur "Call". Das wird verstanden. $lang['menu_search_button'] = 'Suche'; +$lang['menu_search_button_qicksearch_log'] = "Logge"; $lang['menu_login_button'] = 'Login'; $lang['menu_account'] = 'Konto'; diff --git a/application/language/german/qso_lang.php b/application/language/german/qso_lang.php index 04e8c77f..7fb52be6 100644 --- a/application/language/german/qso_lang.php +++ b/application/language/german/qso_lang.php @@ -8,6 +8,9 @@ $lang['qso_title_suggestions'] = 'Vorschläge'; $lang['qso_title_previous_contacts'] = 'Vorherige Kontakte'; $lang['qso_title_image'] = 'Profilbild'; +// Quicklog on Dashboard +$lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Rufzeichen'; + // Input Help Text on the /QSO Display $lang['qso_transmit_power_helptext'] = 'Gib die Ausgangsleistung in Watt an. Erfasse nur Zahlen bei der Eingabe.'; @@ -45,6 +48,7 @@ $lang['qso_simplefle_info_ln2'] = "'Fast Log Entry' oder einfach 'FLE' ist ein S $lang['qso_simplefle_info_ln3'] = "FLE wurde ursprünglich von DF3CB geschrieben. Auf seiner Website bietet er ein Programm für Windows an. Simple FLE wurde von OK2CQR auf Basis des FLE von DF3CB geschrieben und bietet eine Webapplikation zum Erfassen von QSOs."; $lang['qso_simplefle_info_ln4'] = "Ein üblicher Anwendungsfall ist, wenn Sie Ihre Papier-Logbücher von einer Outdoor-Aktion erfassen müssen und SimpleFLE nun auch in Cloudlog verfügbar. Informationen über die allgemeine Syntax und Handhabung gibt es hier."; $lang['qso_simplefle_qso_data'] = "QSO Daten"; +$lang['qso_simplefle_qso_date_hint'] = "Wenn du kein Datum auswählst, wird das heutige Datum verwendet."; $lang['qso_simplefle_qso_list'] = "QSO Liste"; $lang['qso_simplefle_qso_list_total'] = "Total"; $lang['qso_simplefle_qso_date'] = "QSO Datum"; @@ -52,6 +56,7 @@ $lang['qso_simplefle_operator'] = "Operator"; $lang['qso_simplefle_operator_hint'] = "z.B. OK2CQR"; $lang['qso_simplefle_station_call_location'] = "Stationsstandort"; $lang['qso_simplefle_station_call_location_hint'] = "Falls du von einem neuen Standort oder mit einem neuen Rufzeichen gefunkt hast, erstelle erst einen neuen Stationsstandort"; +$lang['qso_simplefle_utc_time'] = "Aktuelle UTC Zeit"; $lang['qso_simplefle_enter_the_data'] = "Gibt hier die Daten ein"; $lang['qso_simplefle_syntax_help_close_w_sample'] = "Schliesse und Lade Beispiel Daten"; $lang['qso_simplefle_reload'] = "Aktualisiere QSO Liste"; @@ -81,6 +86,6 @@ $lang['qso_simplefle_syntax_help_ln4'] = "Um zu beginnen, stelle sicher, dass du $lang['qso_simplefle_syntax_help_ln5'] = "Zum Beispiel ein QSO um 21:34 Uhr (UTC) mit 2M0SQL auf 20m SSB."; $lang['qso_simplefle_syntax_help_ln6'] = "Wenn du keine RST-Informationen angibst, verwendet die Syntax 59 (599 für Daten). Unser nächstes QSO war nicht auf beiden Seiten 59, also geben wir die Informationen zuerst mit gesendeter RST an. Es war 2 Minuten später als das erste QSO."; $lang['qso_simplefle_syntax_help_ln7'] = "Das erste QSO war um 21:34 Uhr, und das zweite 2 Minuten später um 21:36 Uhr. Wir schreiben '6' für die geänderte Minute, da dies die einzige geänderte Information ist. Die Eingaben zum Band und Mode haben sich nicht geändert, daher entfallen diese Daten hier."; -$lang['qso_simplefle_syntax_help_ln8'] = "Für unser nächstes QSO um 21:40 Uhr haben wir das Band auf 40m geändert, sind aber immer noch auf SSB. Wenn keine RST-Informationen angegeben sind, verwendet die Syntax bei jedem neuen QSO 59. Daher können wir um 21:42 Uhr ein weiteres QSO hinzufügen."; +$lang['qso_simplefle_syntax_help_ln8'] = "Für unser nächstes QSO um 21:40 Uhr am 14.05.2021 haben wir das Band auf 40m geändert, sind aber immer noch auf SSB. Wenn keine RST-Informationen angegeben sind, verwendet die Syntax bei jedem neuen QSO 59. Daher können wir ein weiteres QSO hinzufügen welches um die exakt selbe Zeit zwei Tage später stattfand. Das Datum muss im Format YYYY-MM-DD eingegeben werden."; $lang['qso_simplefle_syntax_help_ln9'] = "Für weitere Informationen zur Syntax siehe die Website von DF3CB hier."; diff --git a/application/language/german/statistics_lang.php b/application/language/german/statistics_lang.php index 4aeabead..376dfc3b 100644 --- a/application/language/german/statistics_lang.php +++ b/application/language/german/statistics_lang.php @@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Statistiken'; $lang['statistics_explore_the_logbook'] = 'Logbuch untersuchen.'; $lang['statistics_years'] = 'Jahre'; -$lang['statistics_mode'] = 'Modi'; +$lang['statistics_modes'] = 'Modi'; $lang['statistics_bands'] = 'Bänder'; $lang['statistics_qsos'] = 'QSOs'; $lang['statistics_unique_callsigns'] = 'Eindeutige Rufzeichen'; @@ -15,3 +15,30 @@ $lang['statistics_unique_callsigns'] = 'Eindeutige Rufzeichen'; $lang['statistics_total'] = 'Gesamt'; $lang['statistics_year'] = 'Jahr'; + +$lang['statistics_number_of_qso_worked_each_year'] = "Anzahl der QSOs gearbeitet pro Jahr"; +$lang['statistics_number_of_qso_worked'] = "# gearbeitete QSOs"; + +/* +* +* Distances +* +*/ + +$lang['statistics_distances_worked'] = "Gearbeitete Entfernungen"; +$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "Kontakte wurden dargestellt.
Der weiteste Kontakt war"; // make sure'
' stays there +$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "im Planquadrat"; +$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "Die Distanz betrug"; +$lang['statistics_distances_number_of_qsos'] = "Anzahl der QSOs"; +$lang['statistics_distances_callsigns_worked'] = "Gearbeitete(s) Rufzeichen (max 5 werden gezeigt)"; +$lang['statistics_distances_qsos_with'] = "QSOs mit"; +$lang['statistics_distances_and_band'] = "und Band"; + +/* +* +* Timeline +* +*/ + +$lang['statistics_timeline'] = "Zeitleiste"; + diff --git a/application/language/greek/account_lang.php b/application/language/greek/account_lang.php index a4f5d22b..c416f98e 100644 --- a/application/language/greek/account_lang.php +++ b/application/language/greek/account_lang.php @@ -37,13 +37,19 @@ $lang['account_timezone'] = 'Timezone'; $lang['account_date_format'] = 'Date Format'; $lang['account_log_end_time'] = 'Log End Times for QSOs Separately'; $lang['account_log_end_time_hint'] = 'Choose yes here if you want to log QSO start and end times separately. If set to \'No\' the end time will be the same as start time.'; +$lang['account_quicklog_feature'] = "Quicklog Field"; +$lang['account_quicklog_feature_hint'] = "With this feature, you can log callsigns using the search field in the header."; +$lang['account_quicklog_enter'] = "Quicklog - Action on press Enter"; +$lang['account_quicklog_enter_hint'] = "What action should be performed when Enter is pressed in the quicklog field?"; +$lang['account_quicklog_enter_log'] = "Log Callsign"; +$lang['account_quicklog_enter_search'] = "Search Callsign"; $lang['account_measurement_preferences'] = 'Measurement preference'; $lang['account_select_how_you_would_like_dates_shown_when_logged_into_your_account'] = 'Select how you would like dates shown when logged into your account.'; $lang['account_choose_which_unit_distances_will_be_shown_in'] = 'Choose which unit distances will be shown in'; $lang['account_cloudlog_language'] = 'Cloudlog Language'; $lang['account_choose_cloudlog_language'] = 'Choose Cloudlog language.'; -$lang['account_main_menu'] = 'Main Menu'; +$lang['account_main_menu'] = 'Menu Options'; $lang['account_show_notes_in_the_main_menu'] = 'Show notes in the main menu.'; $lang['account_gridsquare_and_location_autocomplete'] = 'Gridsquare and Location Autocomplete'; diff --git a/application/language/greek/general_words_lang.php b/application/language/greek/general_words_lang.php index 30bea22f..550d6166 100644 --- a/application/language/greek/general_words_lang.php +++ b/application/language/greek/general_words_lang.php @@ -21,8 +21,12 @@ $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; $lang['general_word_export'] = "Export"; $lang['general_word_import'] = "Import"; +$lang['general_word_count'] = "Count"; +$lang['general_word_filtering_on'] = "Filtering on"; $lang['general_word_date'] = 'Ημερομηνία'; +$lang['general_word_startdate'] = "Start Date"; +$lang['general_word_enddate'] = "End Date"; $lang['general_word_time'] = 'Ωρα'; $lang['general_word_time_on'] = 'Time on'; $lang['general_word_time_off'] = 'Time off'; @@ -48,6 +52,7 @@ $lang['general_word_worked'] = 'Worked'; $lang['general_word_worked_not_confirmed'] = "Worked not confirmed"; $lang['general_word_not_worked'] = "Not worked"; $lang['general_word_confirmed'] = 'Επιβεβαιωμένο'; +$lang['general_word_confirmation'] = "Confirmation"; $lang['general_word_needed'] = 'Απαιτείται'; $lang['general_word_all'] = 'All'; @@ -109,6 +114,8 @@ $lang['gen_hamradio_station'] = 'Σταθμός'; $lang['gen_hamradio_call'] = 'Δια'; $lang['gen_hamradio_callsign'] = 'Διακριτικό'; +$lang['gen_hamradio_prefix'] = "Prefix"; +$lang['gen_hamradio_suffix'] = "Suffix"; $lang['gen_hamradio_de'] = 'De'; $lang['gen_hamradio_dx'] = 'Dx'; $lang['gen_hamradio_mode'] = 'Τρόπος'; @@ -138,6 +145,7 @@ $lang['gen_hamradio_satellite_name'] = 'Όνομα δορυφόρου'; $lang['gen_hamradio_satellite_mode'] = 'Λειτουργία δορυφόρου'; $lang['gen_hamradio_logbook'] = 'Αρχείο επαφών'; +$lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; $lang['gen_hamradio_cq_zone'] = 'CQ Zone'; @@ -159,6 +167,9 @@ $lang['gen_hamradio_wwff'] = 'WWFF'; $lang['gen_hamradio_pota'] = 'POTA'; $lang['gen_hamradio_gridsquare'] = 'Gridsquare'; $lang['gen_hamradio_get_gridsquare'] = 'Get Gridsquare'; +$lang['gen_hamradio_latitude'] = "Latitude"; +$lang['gen_hamradio_longitude'] = "Longitude"; +$lang['gen_hamradio_bearing'] = "Bearing"; $lang['gen_hamradio_distance'] = 'Distance'; $lang['gen_hamradio_operator'] = 'Χειριστής'; diff --git a/application/language/greek/gridsquares_lang.php b/application/language/greek/gridsquares_lang.php index cecb256c..c049e319 100644 --- a/application/language/greek/gridsquares_lang.php +++ b/application/language/greek/gridsquares_lang.php @@ -2,7 +2,9 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -$lang['gridsquares_gridsquare_map'] = 'Gridsquare map'; +$lang['gridsquares_gridsquare_map'] = 'Gridsquare Map'; +$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map"; +$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators"; $lang['gridsquares_confirmed_is_green'] = 'Confirmed is Green'; $lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Worked but not confirmed is Red'; @@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos $lang['gridsquares_grid_squares'] = 'grid square'; $lang['gridsquares_total_count'] = 'Total count'; +$lang['gridsquares_minimum_count'] = "Minimum Count"; +$lang['gridsquares_show_qsos'] = "Show QSO's"; +$lang['gridsquares_show_map'] = "Show Map"; $lang['gridsquares_band'] = 'Band'; $lang['gridsquares_mode'] = 'Mode'; $lang['gridsquares_sat'] = 'Satellite'; $lang['gridsquares_confirmation'] = 'Confirmation'; $lang['gridsquares_button_plot'] = 'Plot'; +$lang['gridsquares_button_clear_markers'] = "Clear Markers"; $lang['gridsquares_gridsquares'] = 'Gridsquares'; $lang['gridsquares_gridsquares_confirmed'] = 'Gridsquares confirmed'; diff --git a/application/language/greek/menu_lang.php b/application/language/greek/menu_lang.php index ef9418a1..c511cf4b 100644 --- a/application/language/greek/menu_lang.php +++ b/application/language/greek/menu_lang.php @@ -59,8 +59,10 @@ $lang['menu_update_country_files'] = 'Update Country Files'; $lang['menu_debug_information'] = 'Debug Information'; $lang['menu_search_text'] = 'Search Callsign'; +$lang['menu_search_text_quicklog'] = "Add/Search Callsign"; $lang['menu_search_button'] = 'Search'; +$lang['menu_search_button_qicksearch_log'] = "Log"; $lang['menu_login_button'] = 'Login'; $lang['menu_account'] = 'Account'; diff --git a/application/language/greek/qso_lang.php b/application/language/greek/qso_lang.php index ab465310..ac2c9871 100644 --- a/application/language/greek/qso_lang.php +++ b/application/language/greek/qso_lang.php @@ -8,6 +8,9 @@ $lang['qso_title_suggestions'] = 'Εισήγησης'; $lang['qso_title_previous_contacts'] = 'Προηγούμενες Επαφές'; $lang['qso_title_image'] = 'Εικόνα προφίλ'; +// Quicklog on Dashboard +$lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; + // Input Help Text on the /QSO Display $lang['qso_transmit_power_helptext'] = 'Δώστε τιμή ισχύος σε Watts. Συμπεριλάβετε μόνο αριθμούς στην εισαγωγή.'; @@ -45,6 +48,7 @@ $lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system $lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; $lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; $lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_date_hint'] = "If you don't choose a date, today's date will be used."; $lang['qso_simplefle_qso_list'] = "QSO List"; $lang['qso_simplefle_qso_list_total'] = "Total"; $lang['qso_simplefle_qso_date'] = "QSO Date"; @@ -52,6 +56,7 @@ $lang['qso_simplefle_operator'] = "Operator"; $lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; $lang['qso_simplefle_station_call_location'] = "Station Call/Location"; $lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_utc_time'] = "Current UTC Time"; $lang['qso_simplefle_enter_the_data'] = "Enter the Data"; $lang['qso_simplefle_syntax_help_close_w_sample'] = "Close and Load Sample Data"; $lang['qso_simplefle_reload'] = "Reload QSO List"; @@ -81,6 +86,6 @@ $lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already fill $lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; $lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; $lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; -$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40 on 14th May, 2021, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. Therefore we can add another QSO which took place at the exact same time two days later. The date must be in format YYYY-MM-DD."; $lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; diff --git a/application/language/greek/statistics_lang.php b/application/language/greek/statistics_lang.php index 78d68b47..50a90e0d 100644 --- a/application/language/greek/statistics_lang.php +++ b/application/language/greek/statistics_lang.php @@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Statistics'; $lang['statistics_explore_the_logbook'] = 'Explore the logbook.'; $lang['statistics_years'] = 'Years'; -$lang['statistics_mode'] = 'Mode'; +$lang['statistics_modes'] = 'Mode'; $lang['statistics_bands'] = 'Bands'; $lang['statistics_qsos'] = 'QSOs'; $lang['statistics_unique_callsigns'] = 'Unique callsigns'; @@ -15,3 +15,30 @@ $lang['statistics_unique_callsigns'] = 'Unique callsigns'; $lang['statistics_total'] = 'Total'; $lang['statistics_year'] = 'Year'; + +$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year"; +$lang['statistics_number_of_qso_worked'] = "# of QSO's worked"; + +/* +* +* Distances +* +*/ + +$lang['statistics_distances_worked'] = "Distances Worked"; +$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.
Your furthest contact was with"; +$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare"; +$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was"; +$lang['statistics_distances_number_of_qsos'] = "Number of QSOs"; +$lang['statistics_distances_callsigns_worked'] = "Callsign(s) worked (max 5 shown)"; +$lang['statistics_distances_qsos_with'] = "QSOs with"; +$lang['statistics_distances_and_band'] = "and band"; + +/* +* +* Timeline +* +*/ + +$lang['statistics_timeline'] = "Timeline"; + diff --git a/application/language/italian/account_lang.php b/application/language/italian/account_lang.php index 65cad6b6..8cd812b1 100644 --- a/application/language/italian/account_lang.php +++ b/application/language/italian/account_lang.php @@ -37,13 +37,19 @@ $lang['account_timezone'] = 'Timezone'; $lang['account_date_format'] = 'Date Format'; $lang['account_log_end_time'] = 'Log End Times for QSOs Separately'; $lang['account_log_end_time_hint'] = 'Choose yes here if you want to log QSO start and end times separately. If set to \'No\' the end time will be the same as start time.'; +$lang['account_quicklog_feature'] = "Quicklog Field"; +$lang['account_quicklog_feature_hint'] = "With this feature, you can log callsigns using the search field in the header."; +$lang['account_quicklog_enter'] = "Quicklog - Action on press Enter"; +$lang['account_quicklog_enter_hint'] = "What action should be performed when Enter is pressed in the quicklog field?"; +$lang['account_quicklog_enter_log'] = "Log Callsign"; +$lang['account_quicklog_enter_search'] = "Search Callsign"; $lang['account_measurement_preferences'] = 'Measurement preference'; $lang['account_select_how_you_would_like_dates_shown_when_logged_into_your_account'] = 'Select how you would like dates shown when logged into your account.'; $lang['account_choose_which_unit_distances_will_be_shown_in'] = 'Choose which unit distances will be shown in'; $lang['account_cloudlog_language'] = 'Cloudlog Language'; $lang['account_choose_cloudlog_language'] = 'Choose Cloudlog language.'; -$lang['account_main_menu'] = 'Main Menu'; +$lang['account_main_menu'] = 'Menu Options'; $lang['account_show_notes_in_the_main_menu'] = 'Show notes in the main menu.'; $lang['account_gridsquare_and_location_autocomplete'] = 'Gridsquare and Location Autocomplete'; diff --git a/application/language/italian/general_words_lang.php b/application/language/italian/general_words_lang.php index 65284c35..fc8fd0b6 100644 --- a/application/language/italian/general_words_lang.php +++ b/application/language/italian/general_words_lang.php @@ -21,8 +21,12 @@ $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; $lang['general_word_export'] = "Export"; $lang['general_word_import'] = "Import"; +$lang['general_word_count'] = "Count"; +$lang['general_word_filtering_on'] = "Filtering on"; $lang['general_word_date'] = 'Data'; +$lang['general_word_startdate'] = "Start Date"; +$lang['general_word_enddate'] = "End Date"; $lang['general_word_time'] = 'Orario'; $lang['general_word_time_on'] = 'Time on'; $lang['general_word_time_off'] = 'Time off'; @@ -48,6 +52,7 @@ $lang['general_word_worked'] = 'Lavorato'; $lang['general_word_worked_not_confirmed'] = "Worked not confirmed"; $lang['general_word_not_worked'] = "Not worked"; $lang['general_word_confirmed'] = 'Confermato'; +$lang['general_word_confirmation'] = "Confirmation"; $lang['general_word_needed'] = 'Necessario'; $lang['general_word_all'] = 'All'; @@ -109,6 +114,8 @@ $lang['gen_hamradio_station'] = 'Stazione'; $lang['gen_hamradio_call'] = 'Nominativo'; $lang['gen_hamradio_callsign'] = 'Nominativo'; +$lang['gen_hamradio_prefix'] = "Prefix"; +$lang['gen_hamradio_suffix'] = "Suffix"; $lang['gen_hamradio_de'] = 'De'; $lang['gen_hamradio_dx'] = 'Dx'; $lang['gen_hamradio_mode'] = 'Modo'; @@ -138,6 +145,7 @@ $lang['gen_hamradio_satellite_name'] = 'Nome Satellite'; $lang['gen_hamradio_satellite_mode'] = 'Modo Satellite'; $lang['gen_hamradio_logbook'] = 'Logbook'; +$lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; $lang['gen_hamradio_cq_zone'] = 'Zona CQ'; @@ -159,6 +167,9 @@ $lang['gen_hamradio_wwff'] = 'WWFF'; $lang['gen_hamradio_pota'] = 'POTA'; $lang['gen_hamradio_gridsquare'] = 'Quadratone'; $lang['gen_hamradio_get_gridsquare'] = 'Get Gridsquare'; +$lang['gen_hamradio_latitude'] = "Latitude"; +$lang['gen_hamradio_longitude'] = "Longitude"; +$lang['gen_hamradio_bearing'] = "Bearing"; $lang['gen_hamradio_distance'] = 'Distance'; $lang['gen_hamradio_operator'] = 'Operatore'; diff --git a/application/language/italian/gridsquares_lang.php b/application/language/italian/gridsquares_lang.php index cecb256c..c049e319 100644 --- a/application/language/italian/gridsquares_lang.php +++ b/application/language/italian/gridsquares_lang.php @@ -2,7 +2,9 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -$lang['gridsquares_gridsquare_map'] = 'Gridsquare map'; +$lang['gridsquares_gridsquare_map'] = 'Gridsquare Map'; +$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map"; +$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators"; $lang['gridsquares_confirmed_is_green'] = 'Confirmed is Green'; $lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Worked but not confirmed is Red'; @@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos $lang['gridsquares_grid_squares'] = 'grid square'; $lang['gridsquares_total_count'] = 'Total count'; +$lang['gridsquares_minimum_count'] = "Minimum Count"; +$lang['gridsquares_show_qsos'] = "Show QSO's"; +$lang['gridsquares_show_map'] = "Show Map"; $lang['gridsquares_band'] = 'Band'; $lang['gridsquares_mode'] = 'Mode'; $lang['gridsquares_sat'] = 'Satellite'; $lang['gridsquares_confirmation'] = 'Confirmation'; $lang['gridsquares_button_plot'] = 'Plot'; +$lang['gridsquares_button_clear_markers'] = "Clear Markers"; $lang['gridsquares_gridsquares'] = 'Gridsquares'; $lang['gridsquares_gridsquares_confirmed'] = 'Gridsquares confirmed'; diff --git a/application/language/italian/menu_lang.php b/application/language/italian/menu_lang.php index ef9418a1..c511cf4b 100644 --- a/application/language/italian/menu_lang.php +++ b/application/language/italian/menu_lang.php @@ -59,8 +59,10 @@ $lang['menu_update_country_files'] = 'Update Country Files'; $lang['menu_debug_information'] = 'Debug Information'; $lang['menu_search_text'] = 'Search Callsign'; +$lang['menu_search_text_quicklog'] = "Add/Search Callsign"; $lang['menu_search_button'] = 'Search'; +$lang['menu_search_button_qicksearch_log'] = "Log"; $lang['menu_login_button'] = 'Login'; $lang['menu_account'] = 'Account'; diff --git a/application/language/italian/qso_lang.php b/application/language/italian/qso_lang.php index cfa31cd2..76c75453 100644 --- a/application/language/italian/qso_lang.php +++ b/application/language/italian/qso_lang.php @@ -8,6 +8,9 @@ $lang['qso_title_suggestions'] = 'Suggerimenti'; $lang['qso_title_previous_contacts'] = 'Contatti Precedenti'; $lang['qso_title_image'] = 'Immagine Profilo'; +// Quicklog on Dashboard +$lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; + // Input Help Text on the /QSO Display $lang['qso_transmit_power_helptext'] = 'Dare valore di potenza in Watt. Includere solo numeri nell input.'; @@ -45,6 +48,7 @@ $lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system $lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; $lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; $lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_date_hint'] = "If you don't choose a date, today's date will be used."; $lang['qso_simplefle_qso_list'] = "QSO List"; $lang['qso_simplefle_qso_list_total'] = "Total"; $lang['qso_simplefle_qso_date'] = "QSO Date"; @@ -52,6 +56,7 @@ $lang['qso_simplefle_operator'] = "Operator"; $lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; $lang['qso_simplefle_station_call_location'] = "Station Call/Location"; $lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_utc_time'] = "Current UTC Time"; $lang['qso_simplefle_enter_the_data'] = "Enter the Data"; $lang['qso_simplefle_syntax_help_close_w_sample'] = "Close and Load Sample Data"; $lang['qso_simplefle_reload'] = "Reload QSO List"; @@ -81,6 +86,6 @@ $lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already fill $lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; $lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; $lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; -$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40 on 14th May, 2021, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. Therefore we can add another QSO which took place at the exact same time two days later. The date must be in format YYYY-MM-DD."; $lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; diff --git a/application/language/italian/statistics_lang.php b/application/language/italian/statistics_lang.php index 78d68b47..50a90e0d 100644 --- a/application/language/italian/statistics_lang.php +++ b/application/language/italian/statistics_lang.php @@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Statistics'; $lang['statistics_explore_the_logbook'] = 'Explore the logbook.'; $lang['statistics_years'] = 'Years'; -$lang['statistics_mode'] = 'Mode'; +$lang['statistics_modes'] = 'Mode'; $lang['statistics_bands'] = 'Bands'; $lang['statistics_qsos'] = 'QSOs'; $lang['statistics_unique_callsigns'] = 'Unique callsigns'; @@ -15,3 +15,30 @@ $lang['statistics_unique_callsigns'] = 'Unique callsigns'; $lang['statistics_total'] = 'Total'; $lang['statistics_year'] = 'Year'; + +$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year"; +$lang['statistics_number_of_qso_worked'] = "# of QSO's worked"; + +/* +* +* Distances +* +*/ + +$lang['statistics_distances_worked'] = "Distances Worked"; +$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.
Your furthest contact was with"; +$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare"; +$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was"; +$lang['statistics_distances_number_of_qsos'] = "Number of QSOs"; +$lang['statistics_distances_callsigns_worked'] = "Callsign(s) worked (max 5 shown)"; +$lang['statistics_distances_qsos_with'] = "QSOs with"; +$lang['statistics_distances_and_band'] = "and band"; + +/* +* +* Timeline +* +*/ + +$lang['statistics_timeline'] = "Timeline"; + diff --git a/application/language/polish/account_lang.php b/application/language/polish/account_lang.php index 873da71e..6991e02e 100644 --- a/application/language/polish/account_lang.php +++ b/application/language/polish/account_lang.php @@ -37,13 +37,19 @@ $lang['account_timezone'] = 'Timezone'; $lang['account_date_format'] = 'Date Format'; $lang['account_log_end_time'] = 'Log End Times for QSOs Separately'; $lang['account_log_end_time_hint'] = 'Choose yes here if you want to log QSO start and end times separately. If set to \'No\' the end time will be the same as start time.'; +$lang['account_quicklog_feature'] = "Quicklog Field"; +$lang['account_quicklog_feature_hint'] = "With this feature, you can log callsigns using the search field in the header."; +$lang['account_quicklog_enter'] = "Quicklog - Action on press Enter"; +$lang['account_quicklog_enter_hint'] = "What action should be performed when Enter is pressed in the quicklog field?"; +$lang['account_quicklog_enter_log'] = "Log Callsign"; +$lang['account_quicklog_enter_search'] = "Search Callsign"; $lang['account_measurement_preferences'] = 'Measurement preference'; $lang['account_select_how_you_would_like_dates_shown_when_logged_into_your_account'] = 'Select how you would like dates shown when logged into your account.'; $lang['account_choose_which_unit_distances_will_be_shown_in'] = 'Choose which unit distances will be shown in'; $lang['account_cloudlog_language'] = 'Cloudlog Language'; $lang['account_choose_cloudlog_language'] = 'Choose Cloudlog language.'; -$lang['account_main_menu'] = 'Main Menu'; +$lang['account_main_menu'] = 'Menu Options'; $lang['account_show_notes_in_the_main_menu'] = 'Show notes in the main menu.'; $lang['account_gridsquare_and_location_autocomplete'] = 'Gridsquare and Location Autocomplete'; diff --git a/application/language/polish/general_words_lang.php b/application/language/polish/general_words_lang.php index 57ebacbc..3229e46e 100644 --- a/application/language/polish/general_words_lang.php +++ b/application/language/polish/general_words_lang.php @@ -21,8 +21,12 @@ $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; $lang['general_word_export'] = "Export"; $lang['general_word_import'] = "Import"; +$lang['general_word_count'] = "Count"; +$lang['general_word_filtering_on'] = "Filtering on"; $lang['general_word_date'] = 'Data'; +$lang['general_word_startdate'] = "Start Date"; +$lang['general_word_enddate'] = "End Date"; $lang['general_word_time'] = 'Godzina'; $lang['general_word_time_on'] = 'Time on'; $lang['general_word_time_off'] = 'Time off'; @@ -48,6 +52,7 @@ $lang['general_word_worked'] = 'Pracowane'; $lang['general_word_worked_not_confirmed'] = "Worked not confirmed"; $lang['general_word_not_worked'] = "Not worked"; $lang['general_word_confirmed'] = 'Potwierdzone'; +$lang['general_word_confirmation'] = "Confirmation"; $lang['general_word_needed'] = 'Wymagane'; $lang['general_word_all'] = 'All'; @@ -109,6 +114,8 @@ $lang['gen_hamradio_station'] = 'Stacja'; $lang['gen_hamradio_call'] = 'Znak'; $lang['gen_hamradio_callsign'] = 'Znak'; +$lang['gen_hamradio_prefix'] = "Prefix"; +$lang['gen_hamradio_suffix'] = "Suffix"; $lang['gen_hamradio_de'] = 'De'; $lang['gen_hamradio_dx'] = 'Dx'; $lang['gen_hamradio_mode'] = 'Modulacja'; @@ -138,6 +145,7 @@ $lang['gen_hamradio_satellite_name'] = 'Nazwa satelity'; $lang['gen_hamradio_satellite_mode'] = 'modulacja satelity'; $lang['gen_hamradio_logbook'] = 'Log'; +$lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; $lang['gen_hamradio_cq_zone'] = 'Strefa CQ'; @@ -159,6 +167,9 @@ $lang['gen_hamradio_wwff'] = 'WWFF'; $lang['gen_hamradio_pota'] = 'POTA'; $lang['gen_hamradio_gridsquare'] = 'Lokator'; $lang['gen_hamradio_get_gridsquare'] = 'Get Gridsquare'; +$lang['gen_hamradio_latitude'] = "Latitude"; +$lang['gen_hamradio_longitude'] = "Longitude"; +$lang['gen_hamradio_bearing'] = "Bearing"; $lang['gen_hamradio_distance'] = 'Distance'; $lang['gen_hamradio_operator'] = 'Operator'; diff --git a/application/language/polish/gridsquares_lang.php b/application/language/polish/gridsquares_lang.php index cecb256c..c049e319 100644 --- a/application/language/polish/gridsquares_lang.php +++ b/application/language/polish/gridsquares_lang.php @@ -2,7 +2,9 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -$lang['gridsquares_gridsquare_map'] = 'Gridsquare map'; +$lang['gridsquares_gridsquare_map'] = 'Gridsquare Map'; +$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map"; +$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators"; $lang['gridsquares_confirmed_is_green'] = 'Confirmed is Green'; $lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Worked but not confirmed is Red'; @@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos $lang['gridsquares_grid_squares'] = 'grid square'; $lang['gridsquares_total_count'] = 'Total count'; +$lang['gridsquares_minimum_count'] = "Minimum Count"; +$lang['gridsquares_show_qsos'] = "Show QSO's"; +$lang['gridsquares_show_map'] = "Show Map"; $lang['gridsquares_band'] = 'Band'; $lang['gridsquares_mode'] = 'Mode'; $lang['gridsquares_sat'] = 'Satellite'; $lang['gridsquares_confirmation'] = 'Confirmation'; $lang['gridsquares_button_plot'] = 'Plot'; +$lang['gridsquares_button_clear_markers'] = "Clear Markers"; $lang['gridsquares_gridsquares'] = 'Gridsquares'; $lang['gridsquares_gridsquares_confirmed'] = 'Gridsquares confirmed'; diff --git a/application/language/polish/menu_lang.php b/application/language/polish/menu_lang.php index ef9418a1..c511cf4b 100644 --- a/application/language/polish/menu_lang.php +++ b/application/language/polish/menu_lang.php @@ -59,8 +59,10 @@ $lang['menu_update_country_files'] = 'Update Country Files'; $lang['menu_debug_information'] = 'Debug Information'; $lang['menu_search_text'] = 'Search Callsign'; +$lang['menu_search_text_quicklog'] = "Add/Search Callsign"; $lang['menu_search_button'] = 'Search'; +$lang['menu_search_button_qicksearch_log'] = "Log"; $lang['menu_login_button'] = 'Login'; $lang['menu_account'] = 'Account'; diff --git a/application/language/polish/qso_lang.php b/application/language/polish/qso_lang.php index 3033ccb6..b988de26 100644 --- a/application/language/polish/qso_lang.php +++ b/application/language/polish/qso_lang.php @@ -8,6 +8,9 @@ $lang['qso_title_suggestions'] = 'Sugestie'; $lang['qso_title_previous_contacts'] = 'Poprzednie łączności'; $lang['qso_title_image'] = 'Profile Picture'; +// Quicklog on Dashboard +$lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; + // Input Help Text on the /QSO Display $lang['qso_transmit_power_helptext'] = 'Wpisz wartość mocy w watach. W polu podaj same cyfry.'; @@ -45,6 +48,7 @@ $lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system $lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; $lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; $lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_date_hint'] = "If you don't choose a date, today's date will be used."; $lang['qso_simplefle_qso_list'] = "QSO List"; $lang['qso_simplefle_qso_list_total'] = "Total"; $lang['qso_simplefle_qso_date'] = "QSO Date"; @@ -52,6 +56,7 @@ $lang['qso_simplefle_operator'] = "Operator"; $lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; $lang['qso_simplefle_station_call_location'] = "Station Call/Location"; $lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_utc_time'] = "Current UTC Time"; $lang['qso_simplefle_enter_the_data'] = "Enter the Data"; $lang['qso_simplefle_syntax_help_close_w_sample'] = "Close and Load Sample Data"; $lang['qso_simplefle_reload'] = "Reload QSO List"; @@ -81,6 +86,6 @@ $lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already fill $lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; $lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; $lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; -$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40 on 14th May, 2021, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. Therefore we can add another QSO which took place at the exact same time two days later. The date must be in format YYYY-MM-DD."; $lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; diff --git a/application/language/polish/statistics_lang.php b/application/language/polish/statistics_lang.php index 78d68b47..50a90e0d 100644 --- a/application/language/polish/statistics_lang.php +++ b/application/language/polish/statistics_lang.php @@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Statistics'; $lang['statistics_explore_the_logbook'] = 'Explore the logbook.'; $lang['statistics_years'] = 'Years'; -$lang['statistics_mode'] = 'Mode'; +$lang['statistics_modes'] = 'Mode'; $lang['statistics_bands'] = 'Bands'; $lang['statistics_qsos'] = 'QSOs'; $lang['statistics_unique_callsigns'] = 'Unique callsigns'; @@ -15,3 +15,30 @@ $lang['statistics_unique_callsigns'] = 'Unique callsigns'; $lang['statistics_total'] = 'Total'; $lang['statistics_year'] = 'Year'; + +$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year"; +$lang['statistics_number_of_qso_worked'] = "# of QSO's worked"; + +/* +* +* Distances +* +*/ + +$lang['statistics_distances_worked'] = "Distances Worked"; +$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.
Your furthest contact was with"; +$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare"; +$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was"; +$lang['statistics_distances_number_of_qsos'] = "Number of QSOs"; +$lang['statistics_distances_callsigns_worked'] = "Callsign(s) worked (max 5 shown)"; +$lang['statistics_distances_qsos_with'] = "QSOs with"; +$lang['statistics_distances_and_band'] = "and band"; + +/* +* +* Timeline +* +*/ + +$lang['statistics_timeline'] = "Timeline"; + diff --git a/application/language/russian/account_lang.php b/application/language/russian/account_lang.php index 51497241..344fd224 100644 --- a/application/language/russian/account_lang.php +++ b/application/language/russian/account_lang.php @@ -37,6 +37,12 @@ $lang['account_timezone'] = 'Часовой пояс'; $lang['account_date_format'] = 'Формат даты'; $lang['account_log_end_time'] = 'Log End Times for QSOs Separately'; $lang['account_log_end_time_hint'] = 'Choose yes here if you want to log QSO start and end times separately. If set to \'No\' the end time will be the same as start time.'; +$lang['account_quicklog_feature'] = "Quicklog Field"; +$lang['account_quicklog_feature_hint'] = "With this feature, you can log callsigns using the search field in the header."; +$lang['account_quicklog_enter'] = "Quicklog - Action on press Enter"; +$lang['account_quicklog_enter_hint'] = "What action should be performed when Enter is pressed in the quicklog field?"; +$lang['account_quicklog_enter_log'] = "Log Callsign"; +$lang['account_quicklog_enter_search'] = "Search Callsign"; $lang['account_measurement_preferences'] = 'Единицы измерения'; $lang['account_select_how_you_would_like_dates_shown_when_logged_into_your_account'] = 'Выберите представление даты для отображения в вашем аккаунте.'; $lang['account_choose_which_unit_distances_will_be_shown_in'] = 'Выберите единицы измерения расстояния'; diff --git a/application/language/russian/general_words_lang.php b/application/language/russian/general_words_lang.php index b9024fbc..9f2c9b16 100644 --- a/application/language/russian/general_words_lang.php +++ b/application/language/russian/general_words_lang.php @@ -21,8 +21,12 @@ $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; $lang['general_word_export'] = "Export"; $lang['general_word_import'] = "Import"; +$lang['general_word_count'] = "Count"; +$lang['general_word_filtering_on'] = "Filtering on"; $lang['general_word_date'] = 'Дата'; +$lang['general_word_startdate'] = "Start Date"; +$lang['general_word_enddate'] = "End Date"; $lang['general_word_time'] = 'Время'; $lang['general_word_time_on'] = 'Time on'; $lang['general_word_time_off'] = 'Time off'; @@ -48,6 +52,7 @@ $lang['general_word_worked'] = 'Сработано'; $lang['general_word_worked_not_confirmed'] = "Worked not confirmed"; $lang['general_word_not_worked'] = "Not worked"; $lang['general_word_confirmed'] = 'Подтверждено'; +$lang['general_word_confirmation'] = "Confirmation"; $lang['general_word_needed'] = 'Необходимо'; $lang['general_word_all'] = 'All'; @@ -109,6 +114,8 @@ $lang['gen_hamradio_qso'] = 'QSO'; $lang['gen_hamradio_station'] = 'Станция'; $lang['gen_hamradio_call'] = 'Позывной'; +$lang['gen_hamradio_prefix'] = "Prefix"; +$lang['gen_hamradio_suffix'] = "Suffix"; $lang['gen_hamradio_callsign'] = 'Позывной'; $lang['gen_hamradio_de'] = 'De'; $lang['gen_hamradio_dx'] = 'Dx'; @@ -138,6 +145,7 @@ $lang['gen_hamradio_propagation_mode'] = 'Тип прохождения'; $lang['gen_hamradio_satellite_name'] = 'Название спутника'; $lang['gen_hamradio_satellite_mode'] = 'Режим работы спутника'; +$lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_logbook'] = 'Журнал'; $lang['gen_hamradio_zones'] = 'Zones'; @@ -159,6 +167,9 @@ $lang['gen_hamradio_sota'] = 'SOTA'; $lang['gen_hamradio_wwff'] = 'WWFF'; $lang['gen_hamradio_pota'] = 'POTA'; $lang['gen_hamradio_get_gridsquare'] = 'Get Gridsquare'; +$lang['gen_hamradio_latitude'] = "Latitude"; +$lang['gen_hamradio_longitude'] = "Longitude"; +$lang['gen_hamradio_bearing'] = "Bearing"; $lang['gen_hamradio_gridsquare'] = 'Квадрат'; $lang['gen_hamradio_distance'] = 'Дистанция'; $lang['gen_hamradio_operator'] = 'Оператор'; diff --git a/application/language/russian/gridsquares_lang.php b/application/language/russian/gridsquares_lang.php index 3f7ccdd2..6c5e2a5c 100644 --- a/application/language/russian/gridsquares_lang.php +++ b/application/language/russian/gridsquares_lang.php @@ -3,6 +3,8 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['gridsquares_gridsquare_map'] = 'Карта квадратов'; +$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map"; +$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators"; $lang['gridsquares_confirmed_is_green'] = 'Подтверждённые окрашены зелёным'; $lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Сработанные, но не подтверждённые окрвшены красным'; @@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos $lang['gridsquares_grid_squares'] = 'квадрат(/-а/-ов)'; $lang['gridsquares_total_count'] = 'Всего'; +$lang['gridsquares_minimum_count'] = "Minimum Count"; +$lang['gridsquares_show_qsos'] = "Show QSO's"; +$lang['gridsquares_show_map'] = "Show Map"; $lang['gridsquares_band'] = 'Диапазон'; $lang['gridsquares_mode'] = 'Вид излучения'; $lang['gridsquares_sat'] = 'Спутник'; $lang['gridsquares_confirmation'] = 'Подтверждение'; $lang['gridsquares_button_plot'] = 'Отобразить'; +$lang['gridsquares_button_clear_markers'] = "Clear Markers"; $lang['gridsquares_gridsquares'] = 'Квадраты'; $lang['gridsquares_gridsquares_confirmed'] = 'Подтверждёно квадратов'; diff --git a/application/language/russian/menu_lang.php b/application/language/russian/menu_lang.php index f812cc5e..e773f528 100644 --- a/application/language/russian/menu_lang.php +++ b/application/language/russian/menu_lang.php @@ -59,8 +59,10 @@ $lang['menu_update_country_files'] = 'Обновить файлы стран'; $lang['menu_debug_information'] = 'Отладочная информация'; $lang['menu_search_text'] = 'Поиск позывного'; +$lang['menu_search_text_quicklog'] = "Add/Search Callsign"; $lang['menu_search_button'] = 'Поиск'; +$lang['menu_search_button_qicksearch_log'] = "Log"; $lang['menu_login_button'] = 'Вход'; $lang['menu_account'] = 'Аккаунт'; diff --git a/application/language/russian/qso_lang.php b/application/language/russian/qso_lang.php index 3042576e..881937b1 100644 --- a/application/language/russian/qso_lang.php +++ b/application/language/russian/qso_lang.php @@ -8,6 +8,9 @@ $lang['qso_title_suggestions'] = 'Предложения'; $lang['qso_title_previous_contacts'] = 'Предыдущие контакты'; $lang['qso_title_image'] = 'Profile Picture'; +// Quicklog on Dashboard +$lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; + // Input Help Text on the /QSO Display $lang['qso_transmit_power_helptext'] = 'Укажите мощность в Ваттах (только цифры).'; @@ -45,6 +48,7 @@ $lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system $lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; $lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; $lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_date_hint'] = "If you don't choose a date, today's date will be used."; $lang['qso_simplefle_qso_list'] = "QSO List"; $lang['qso_simplefle_qso_list_total'] = "Total"; $lang['qso_simplefle_qso_date'] = "QSO Date"; @@ -52,6 +56,7 @@ $lang['qso_simplefle_operator'] = "Operator"; $lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; $lang['qso_simplefle_station_call_location'] = "Station Call/Location"; $lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_utc_time'] = "Current UTC Time"; $lang['qso_simplefle_enter_the_data'] = "Enter the Data"; $lang['qso_simplefle_syntax_help_close_w_sample'] = "Close and Load Sample Data"; $lang['qso_simplefle_reload'] = "Reload QSO List"; @@ -81,6 +86,6 @@ $lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already fill $lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; $lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; $lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; -$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40 on 14th May, 2021, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. Therefore we can add another QSO which took place at the exact same time two days later. The date must be in format YYYY-MM-DD."; $lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; diff --git a/application/language/russian/statistics_lang.php b/application/language/russian/statistics_lang.php index 77371e4f..27a442de 100644 --- a/application/language/russian/statistics_lang.php +++ b/application/language/russian/statistics_lang.php @@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Статистика'; $lang['statistics_explore_the_logbook'] = 'Исследуем журнал.'; $lang['statistics_years'] = 'по годам'; -$lang['statistics_mode'] = 'по видам модуляции'; +$lang['statistics_modes'] = 'по видам модуляции'; $lang['statistics_bands'] = 'по диапазонам'; $lang['statistics_qsos'] = 'по QSO'; $lang['statistics_unique_callsigns'] = 'по уникальным позывным'; @@ -15,3 +15,30 @@ $lang['statistics_unique_callsigns'] = 'по уникальным позывны $lang['statistics_total'] = 'Всего'; $lang['statistics_year'] = 'Год'; + +$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year"; +$lang['statistics_number_of_qso_worked'] = "# of QSO's worked"; + +/* +* +* Distances +* +*/ + +$lang['statistics_distances_worked'] = "Distances Worked"; +$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.
Your furthest contact was with"; +$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare"; +$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was"; +$lang['statistics_distances_number_of_qsos'] = "Number of QSOs"; +$lang['statistics_distances_callsigns_worked'] = "Callsign(s) worked (max 5 shown)"; +$lang['statistics_distances_qsos_with'] = "QSOs with"; +$lang['statistics_distances_and_band'] = "and band"; + +/* +* +* Timeline +* +*/ + +$lang['statistics_timeline'] = "Timeline"; + diff --git a/application/language/spanish/account_lang.php b/application/language/spanish/account_lang.php index f5d04adf..ea813087 100644 --- a/application/language/spanish/account_lang.php +++ b/application/language/spanish/account_lang.php @@ -37,13 +37,19 @@ $lang['account_timezone'] = 'Timezone'; $lang['account_date_format'] = 'Date Format'; $lang['account_log_end_time'] = 'Log End Times for QSOs Separately'; $lang['account_log_end_time_hint'] = 'Choose yes here if you want to log QSO start and end times separately. If set to \'No\' the end time will be the same as start time.'; +$lang['account_quicklog_feature'] = "Quicklog Field"; +$lang['account_quicklog_feature_hint'] = "With this feature, you can log callsigns using the search field in the header."; +$lang['account_quicklog_enter'] = "Quicklog - Action on press Enter"; +$lang['account_quicklog_enter_hint'] = "What action should be performed when Enter is pressed in the quicklog field?"; +$lang['account_quicklog_enter_log'] = "Log Callsign"; +$lang['account_quicklog_enter_search'] = "Search Callsign"; $lang['account_measurement_preferences'] = 'Measurement preference'; $lang['account_select_how_you_would_like_dates_shown_when_logged_into_your_account'] = 'Select how you would like dates shown when logged into your account.'; $lang['account_choose_which_unit_distances_will_be_shown_in'] = 'Choose which unit distances will be shown in'; $lang['account_cloudlog_language'] = 'Cloudlog Language'; $lang['account_choose_cloudlog_language'] = 'Choose Cloudlog language.'; -$lang['account_main_menu'] = 'Main Menu'; +$lang['account_main_menu'] = 'Menu Options'; $lang['account_show_notes_in_the_main_menu'] = 'Show notes in the main menu.'; $lang['account_gridsquare_and_location_autocomplete'] = 'Gridsquare and Location Autocomplete'; diff --git a/application/language/spanish/general_words_lang.php b/application/language/spanish/general_words_lang.php index a69014b1..74f0e6ee 100644 --- a/application/language/spanish/general_words_lang.php +++ b/application/language/spanish/general_words_lang.php @@ -21,8 +21,12 @@ $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; $lang['general_word_export'] = "Export"; $lang['general_word_import'] = "Import"; +$lang['general_word_count'] = "Count"; +$lang['general_word_filtering_on'] = "Filtering on"; $lang['general_word_date'] = 'Fecha'; +$lang['general_word_startdate'] = "Start Date"; +$lang['general_word_enddate'] = "End Date"; $lang['general_word_time'] = 'Hora'; $lang['general_word_time_on'] = 'Time on'; $lang['general_word_time_off'] = 'Time off'; @@ -48,6 +52,7 @@ $lang['general_word_worked'] = 'Realizados'; $lang['general_word_worked_not_confirmed'] = "Worked not confirmed"; $lang['general_word_not_worked'] = "Not worked"; $lang['general_word_confirmed'] = 'Confirmados'; +$lang['general_word_confirmation'] = "Confirmation"; $lang['general_word_needed'] = 'Solicitadas'; $lang['general_word_all'] = 'All'; @@ -109,6 +114,8 @@ $lang['gen_hamradio_station'] = 'Estación'; $lang['gen_hamradio_call'] = 'Indicativo'; $lang['gen_hamradio_callsign'] = 'Indicativo'; +$lang['gen_hamradio_prefix'] = "Prefix"; +$lang['gen_hamradio_suffix'] = "Suffix"; $lang['gen_hamradio_de'] = 'De'; $lang['gen_hamradio_dx'] = 'Dx'; $lang['gen_hamradio_mode'] = 'Modo'; @@ -138,6 +145,7 @@ $lang['gen_hamradio_satellite_name'] = 'Nombre del Satélite'; $lang['gen_hamradio_satellite_mode'] = 'Modo del Satélite'; $lang['gen_hamradio_logbook'] = 'Logbook'; +$lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; $lang['gen_hamradio_cq_zone'] = 'Zona CQ'; @@ -159,6 +167,9 @@ $lang['gen_hamradio_wwff'] = 'WWFF'; $lang['gen_hamradio_pota'] = 'POTA'; $lang['gen_hamradio_gridsquare'] = 'Gridsquare'; $lang['gen_hamradio_get_gridsquare'] = 'Get Gridsquare'; +$lang['gen_hamradio_latitude'] = "Latitude"; +$lang['gen_hamradio_longitude'] = "Longitude"; +$lang['gen_hamradio_bearing'] = "Bearing"; $lang['gen_hamradio_distance'] = 'Distance'; $lang['gen_hamradio_operator'] = 'Operator'; diff --git a/application/language/spanish/gridsquares_lang.php b/application/language/spanish/gridsquares_lang.php index cecb256c..c049e319 100644 --- a/application/language/spanish/gridsquares_lang.php +++ b/application/language/spanish/gridsquares_lang.php @@ -2,7 +2,9 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -$lang['gridsquares_gridsquare_map'] = 'Gridsquare map'; +$lang['gridsquares_gridsquare_map'] = 'Gridsquare Map'; +$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map"; +$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators"; $lang['gridsquares_confirmed_is_green'] = 'Confirmed is Green'; $lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Worked but not confirmed is Red'; @@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos $lang['gridsquares_grid_squares'] = 'grid square'; $lang['gridsquares_total_count'] = 'Total count'; +$lang['gridsquares_minimum_count'] = "Minimum Count"; +$lang['gridsquares_show_qsos'] = "Show QSO's"; +$lang['gridsquares_show_map'] = "Show Map"; $lang['gridsquares_band'] = 'Band'; $lang['gridsquares_mode'] = 'Mode'; $lang['gridsquares_sat'] = 'Satellite'; $lang['gridsquares_confirmation'] = 'Confirmation'; $lang['gridsquares_button_plot'] = 'Plot'; +$lang['gridsquares_button_clear_markers'] = "Clear Markers"; $lang['gridsquares_gridsquares'] = 'Gridsquares'; $lang['gridsquares_gridsquares_confirmed'] = 'Gridsquares confirmed'; diff --git a/application/language/spanish/menu_lang.php b/application/language/spanish/menu_lang.php index ef9418a1..c511cf4b 100644 --- a/application/language/spanish/menu_lang.php +++ b/application/language/spanish/menu_lang.php @@ -59,8 +59,10 @@ $lang['menu_update_country_files'] = 'Update Country Files'; $lang['menu_debug_information'] = 'Debug Information'; $lang['menu_search_text'] = 'Search Callsign'; +$lang['menu_search_text_quicklog'] = "Add/Search Callsign"; $lang['menu_search_button'] = 'Search'; +$lang['menu_search_button_qicksearch_log'] = "Log"; $lang['menu_login_button'] = 'Login'; $lang['menu_account'] = 'Account'; diff --git a/application/language/spanish/qso_lang.php b/application/language/spanish/qso_lang.php index 9e6640d3..6ba52aa9 100644 --- a/application/language/spanish/qso_lang.php +++ b/application/language/spanish/qso_lang.php @@ -8,6 +8,9 @@ $lang['qso_title_suggestions'] = 'Sugerencias'; $lang['qso_title_previous_contacts'] = 'Contactos previos'; $lang['qso_title_image'] = 'Profile Picture'; +// Quicklog on Dashboard +$lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; + // Input Help Text on the /QSO Display $lang['qso_transmit_power_helptext'] = 'Especifique el valor de potencia en Watios (W). Incluya solo números.'; @@ -45,6 +48,7 @@ $lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system $lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; $lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; $lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_date_hint'] = "If you don't choose a date, today's date will be used."; $lang['qso_simplefle_qso_list'] = "QSO List"; $lang['qso_simplefle_qso_list_total'] = "Total"; $lang['qso_simplefle_qso_date'] = "QSO Date"; @@ -52,6 +56,7 @@ $lang['qso_simplefle_operator'] = "Operator"; $lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; $lang['qso_simplefle_station_call_location'] = "Station Call/Location"; $lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_utc_time'] = "Current UTC Time"; $lang['qso_simplefle_enter_the_data'] = "Enter the Data"; $lang['qso_simplefle_syntax_help_close_w_sample'] = "Close and Load Sample Data"; $lang['qso_simplefle_reload'] = "Reload QSO List"; @@ -81,6 +86,6 @@ $lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already fill $lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; $lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; $lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; -$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40 on 14th May, 2021, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. Therefore we can add another QSO which took place at the exact same time two days later. The date must be in format YYYY-MM-DD."; $lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; diff --git a/application/language/spanish/statistics_lang.php b/application/language/spanish/statistics_lang.php index 78d68b47..50a90e0d 100644 --- a/application/language/spanish/statistics_lang.php +++ b/application/language/spanish/statistics_lang.php @@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Statistics'; $lang['statistics_explore_the_logbook'] = 'Explore the logbook.'; $lang['statistics_years'] = 'Years'; -$lang['statistics_mode'] = 'Mode'; +$lang['statistics_modes'] = 'Mode'; $lang['statistics_bands'] = 'Bands'; $lang['statistics_qsos'] = 'QSOs'; $lang['statistics_unique_callsigns'] = 'Unique callsigns'; @@ -15,3 +15,30 @@ $lang['statistics_unique_callsigns'] = 'Unique callsigns'; $lang['statistics_total'] = 'Total'; $lang['statistics_year'] = 'Year'; + +$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year"; +$lang['statistics_number_of_qso_worked'] = "# of QSO's worked"; + +/* +* +* Distances +* +*/ + +$lang['statistics_distances_worked'] = "Distances Worked"; +$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.
Your furthest contact was with"; +$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare"; +$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was"; +$lang['statistics_distances_number_of_qsos'] = "Number of QSOs"; +$lang['statistics_distances_callsigns_worked'] = "Callsign(s) worked (max 5 shown)"; +$lang['statistics_distances_qsos_with'] = "QSOs with"; +$lang['statistics_distances_and_band'] = "and band"; + +/* +* +* Timeline +* +*/ + +$lang['statistics_timeline'] = "Timeline"; + diff --git a/application/language/swedish/account_lang.php b/application/language/swedish/account_lang.php index b9e40395..8e02945f 100644 --- a/application/language/swedish/account_lang.php +++ b/application/language/swedish/account_lang.php @@ -13,8 +13,8 @@ $lang['account_create_user_account'] = 'Skapa användarkonto'; $lang['account_edit_account'] = 'Redigera användarkonto'; $lang['account_account_information'] = 'Användarkontoinformation'; -$lang['account_user'] = "User"; -$lang['account_word_edited'] = "edited"; +$lang['account_user'] = "User"; +$lang['account_word_edited'] = "edited"; $lang['account_username'] = 'Användarnamn'; $lang['account_email_address'] = 'E-postadress'; $lang['account_password'] = 'Lösenord'; @@ -37,6 +37,12 @@ $lang['account_timezone'] = 'Tidszon'; $lang['account_date_format'] = 'Datumformat'; $lang['account_log_end_time'] = 'Log End Times for QSOs Separately'; $lang['account_log_end_time_hint'] = 'Choose yes here if you want to log QSO start and end times separately. If set to \'No\' the end time will be the same as start time.'; +$lang['account_quicklog_feature'] = "Quicklog Field"; +$lang['account_quicklog_feature_hint'] = "With this feature, you can log callsigns using the search field in the header."; +$lang['account_quicklog_enter'] = "Quicklog - Action on press Enter"; +$lang['account_quicklog_enter_hint'] = "What action should be performed when Enter is pressed in the quicklog field?"; +$lang['account_quicklog_enter_log'] = "Log Callsign"; +$lang['account_quicklog_enter_search'] = "Search Callsign"; $lang['account_measurement_preferences'] = 'Measurement preference'; $lang['account_select_how_you_would_like_dates_shown_when_logged_into_your_account'] = 'Välj hur du vill att datum ska visas när du är inloggad på ditt konto.'; $lang['account_choose_which_unit_distances_will_be_shown_in'] = 'Välj i vilken enhetsavstånd som ska visas'; diff --git a/application/language/swedish/general_words_lang.php b/application/language/swedish/general_words_lang.php index b2d90645..d386199d 100644 --- a/application/language/swedish/general_words_lang.php +++ b/application/language/swedish/general_words_lang.php @@ -21,8 +21,12 @@ $lang['general_word_ok'] = "OK"; $lang['general_word_attention'] = "Attention"; $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; +$lang['general_word_count'] = "Count"; +$lang['general_word_filtering_on'] = "Filtering on"; $lang['general_word_export'] = "Export"; $lang['general_word_import'] = "Import"; +$lang['general_word_startdate'] = "Start Date"; +$lang['general_word_enddate'] = "End Date"; $lang['general_word_date'] = 'Datum'; $lang['general_word_time'] = 'Tid'; @@ -48,6 +52,7 @@ $lang['general_word_colors'] = "Colors"; $lang['general_word_light'] = "Light/Laser"; $lang['general_word_worked'] = 'Körda'; $lang['general_word_worked_not_confirmed'] = "Worked not confirmed"; +$lang['general_word_confirmation'] = "Confirmation"; $lang['general_word_not_worked'] = "Not worked"; $lang['general_word_confirmed'] = 'Bekräftade'; $lang['general_word_needed'] = 'Behövs'; @@ -109,6 +114,8 @@ $lang['gen_hamradio_qso'] = 'QSO'; $lang['gen_hamradio_station'] = 'Station'; $lang['gen_hamradio_call'] = 'Signal'; +$lang['gen_hamradio_prefix'] = "Prefix"; +$lang['gen_hamradio_suffix'] = "Suffix"; $lang['gen_hamradio_callsign'] = 'Signal'; $lang['gen_hamradio_de'] = 'De'; $lang['gen_hamradio_dx'] = 'Dx'; @@ -138,6 +145,7 @@ $lang['gen_hamradio_propagation_mode'] = 'Propagation Mode'; $lang['gen_hamradio_satellite_name'] = 'Satellitnamn'; $lang['gen_hamradio_satellite_mode'] = 'Satellite-mode'; +$lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_logbook'] = 'Loggbok'; $lang['gen_hamradio_zones'] = 'Zones'; @@ -159,6 +167,9 @@ $lang['gen_hamradio_sota'] = 'SOTA'; $lang['gen_hamradio_wwff'] = 'WWFF'; $lang['gen_hamradio_pota'] = 'POTA'; $lang['gen_hamradio_gridsquare'] = 'Lokator/Gridsquare'; +$lang['gen_hamradio_latitude'] = "Latitude"; +$lang['gen_hamradio_longitude'] = "Longitude"; +$lang['gen_hamradio_bearing'] = "Bearing"; $lang['gen_hamradio_get_gridsquare'] = 'Get Gridsquare'; $lang['gen_hamradio_distance'] = 'Distance'; $lang['gen_hamradio_operator'] = 'Operatör'; diff --git a/application/language/swedish/gridsquares_lang.php b/application/language/swedish/gridsquares_lang.php index 32b06bd0..67a9856a 100644 --- a/application/language/swedish/gridsquares_lang.php +++ b/application/language/swedish/gridsquares_lang.php @@ -3,6 +3,8 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['gridsquares_gridsquare_map'] = 'Gridsquare karta'; +$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map"; +$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators"; $lang['gridsquares_confirmed_is_green'] = 'Bekräftat är grönt'; $lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Fungerade men inte bekräftat är röd'; @@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos $lang['gridsquares_grid_squares'] = 'grid square'; $lang['gridsquares_total_count'] = 'Totalt antal'; +$lang['gridsquares_minimum_count'] = "Minimum Count"; +$lang['gridsquares_show_qsos'] = "Show QSO's"; +$lang['gridsquares_show_map'] = "Show Map"; $lang['gridsquares_band'] = 'Band'; $lang['gridsquares_mode'] = 'Mode'; $lang['gridsquares_sat'] = 'Satellite'; $lang['gridsquares_confirmation'] = 'Bekräftelse'; $lang['gridsquares_button_plot'] = 'Plot'; +$lang['gridsquares_button_clear_markers'] = "Clear Markers"; $lang['gridsquares_gridsquares'] = 'Gridsquares'; $lang['gridsquares_gridsquares_confirmed'] = 'Gridsquares bekräftad'; diff --git a/application/language/swedish/menu_lang.php b/application/language/swedish/menu_lang.php index 786d8e1a..95e2a6d6 100644 --- a/application/language/swedish/menu_lang.php +++ b/application/language/swedish/menu_lang.php @@ -59,8 +59,10 @@ $lang['menu_update_country_files'] = 'Uppdatera landsfiler'; $lang['menu_debug_information'] = 'Debug Info'; $lang['menu_search_text'] = 'Sök Callsign'; +$lang['menu_search_text_quicklog'] = "Add/Search Callsign"; $lang['menu_search_button'] = 'Sök'; +$lang['menu_search_button_qicksearch_log'] = "Log"; $lang['menu_login_button'] = 'Logga in'; $lang['menu_account'] = 'Konto'; diff --git a/application/language/swedish/qso_lang.php b/application/language/swedish/qso_lang.php index 16f10eca..8eddd4be 100644 --- a/application/language/swedish/qso_lang.php +++ b/application/language/swedish/qso_lang.php @@ -8,6 +8,9 @@ $lang['qso_title_suggestions'] = 'Förslag'; $lang['qso_title_previous_contacts'] = 'Föregående QSOn'; $lang['qso_title_image'] = 'Profilbild'; +// Quicklog on Dashboard +$lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; + // Input Help Text on the /QSO Display $lang['qso_transmit_power_helptext'] = 'Ange effekt i watt, enbart med siffror.'; @@ -45,6 +48,7 @@ $lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system $lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; $lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; $lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_date_hint'] = "If you don't choose a date, today's date will be used."; $lang['qso_simplefle_qso_list'] = "QSO List"; $lang['qso_simplefle_qso_list_total'] = "Total"; $lang['qso_simplefle_qso_date'] = "QSO Date"; @@ -52,6 +56,7 @@ $lang['qso_simplefle_operator'] = "Operator"; $lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; $lang['qso_simplefle_station_call_location'] = "Station Call/Location"; $lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_utc_time'] = "Current UTC Time"; $lang['qso_simplefle_enter_the_data'] = "Enter the Data"; $lang['qso_simplefle_syntax_help_close_w_sample'] = "Close and Load Sample Data"; $lang['qso_simplefle_reload'] = "Reload QSO List"; @@ -81,6 +86,6 @@ $lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already fill $lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; $lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; $lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; -$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40 on 14th May, 2021, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. Therefore we can add another QSO which took place at the exact same time two days later. The date must be in format YYYY-MM-DD."; $lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; diff --git a/application/language/swedish/statistics_lang.php b/application/language/swedish/statistics_lang.php index dccf60be..cbc11921 100644 --- a/application/language/swedish/statistics_lang.php +++ b/application/language/swedish/statistics_lang.php @@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Statistik'; $lang['statistics_explore_the_logbook'] = 'Utforska loggboken.'; $lang['statistics_years'] = 'år'; -$lang['statistics_mode'] = 'Mode'; +$lang['statistics_modes'] = 'Mode'; $lang['statistics_bands'] = 'Bands'; $lang['statistics_qsos'] = 'QSOs'; $lang['statistics_unique_callsigns'] = 'Unika callsigns'; @@ -15,3 +15,30 @@ $lang['statistics_unique_callsigns'] = 'Unika callsigns'; $lang['statistics_total'] = 'Total'; $lang['statistics_year'] = 'År'; + +$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year"; +$lang['statistics_number_of_qso_worked'] = "# of QSO's worked"; + +/* +* +* Distances +* +*/ + +$lang['statistics_distances_worked'] = "Distances Worked"; +$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.
Your furthest contact was with"; +$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare"; +$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was"; +$lang['statistics_distances_number_of_qsos'] = "Number of QSOs"; +$lang['statistics_distances_callsigns_worked'] = "Callsign(s) worked (max 5 shown)"; +$lang['statistics_distances_qsos_with'] = "QSOs with"; +$lang['statistics_distances_and_band'] = "and band"; + +/* +* +* Timeline +* +*/ + +$lang['statistics_timeline'] = "Timeline"; + diff --git a/application/language/turkish/account_lang.php b/application/language/turkish/account_lang.php index 8dbffce2..915e113b 100644 --- a/application/language/turkish/account_lang.php +++ b/application/language/turkish/account_lang.php @@ -37,13 +37,19 @@ $lang['account_timezone'] = 'Timezone'; $lang['account_date_format'] = 'Date Format'; $lang['account_log_end_time'] = 'Log End Times for QSOs Separately'; $lang['account_log_end_time_hint'] = 'Choose yes here if you want to log QSO start and end times separately. If set to \'No\' the end time will be the same as start time.'; +$lang['account_quicklog_feature'] = "Quicklog Field"; +$lang['account_quicklog_feature_hint'] = "With this feature, you can log callsigns using the search field in the header."; +$lang['account_quicklog_enter'] = "Quicklog - Action on press Enter"; +$lang['account_quicklog_enter_hint'] = "What action should be performed when Enter is pressed in the quicklog field?"; +$lang['account_quicklog_enter_log'] = "Log Callsign"; +$lang['account_quicklog_enter_search'] = "Search Callsign"; $lang['account_measurement_preferences'] = 'Measurement preference'; $lang['account_select_how_you_would_like_dates_shown_when_logged_into_your_account'] = 'Select how you would like dates shown when logged into your account.'; $lang['account_choose_which_unit_distances_will_be_shown_in'] = 'Choose which unit distances will be shown in'; $lang['account_cloudlog_language'] = 'Cloudlog Language'; $lang['account_choose_cloudlog_language'] = 'Choose Cloudlog language.'; -$lang['account_main_menu'] = 'Main Menu'; +$lang['account_main_menu'] = 'Menu Options'; $lang['account_show_notes_in_the_main_menu'] = 'Show notes in the main menu.'; $lang['account_gridsquare_and_location_autocomplete'] = 'Gridsquare and Location Autocomplete'; diff --git a/application/language/turkish/general_words_lang.php b/application/language/turkish/general_words_lang.php index b56e749e..0f4f4ff0 100644 --- a/application/language/turkish/general_words_lang.php +++ b/application/language/turkish/general_words_lang.php @@ -21,8 +21,12 @@ $lang['general_word_enabled'] = "Enabled"; $lang['general_word_disabled'] = "Disabled"; $lang['general_word_export'] = "Export"; $lang['general_word_import'] = "Import"; +$lang['general_word_count'] = "Count"; +$lang['general_word_filtering_on'] = "Filtering on"; $lang['general_word_date'] = 'Tarih'; +$lang['general_word_startdate'] = "Start Date"; +$lang['general_word_enddate'] = "End Date"; $lang['general_word_time'] = 'Saat'; $lang['general_word_time_on'] = 'Time on'; $lang['general_word_time_off'] = 'Time off'; @@ -48,6 +52,7 @@ $lang['general_word_worked'] = 'Çalışılanlar'; $lang['general_word_worked_not_confirmed'] = "Worked not confirmed"; $lang['general_word_not_worked'] = "Not worked"; $lang['general_word_confirmed'] = 'Onaylanan'; +$lang['general_word_confirmation'] = "Confirmation"; $lang['general_word_needed'] = 'İstenenler'; $lang['general_word_all'] = 'All'; @@ -109,6 +114,8 @@ $lang['gen_hamradio_station'] = 'İstasyon'; $lang['gen_hamradio_call'] = 'Çağrı'; $lang['gen_hamradio_callsign'] = 'Çagrı kodu'; +$lang['gen_hamradio_prefix'] = "Prefix"; +$lang['gen_hamradio_suffix'] = "Suffix"; $lang['gen_hamradio_de'] = 'De'; $lang['gen_hamradio_dx'] = 'Dx'; $lang['gen_hamradio_mode'] = 'Mod'; @@ -138,6 +145,7 @@ $lang['gen_hamradio_satellite_name'] = 'Uydu Adı'; $lang['gen_hamradio_satellite_mode'] = 'Uydu Modu'; $lang['gen_hamradio_logbook'] = 'Kayıt defteri'; +$lang['gen_hamradio_award'] = "Award"; $lang['gen_hamradio_zones'] = 'Zones'; $lang['gen_hamradio_cq_zone'] = 'CQ Alanı'; @@ -159,6 +167,9 @@ $lang['gen_hamradio_wwff'] = 'WWFF'; $lang['gen_hamradio_pota'] = 'POTA'; $lang['gen_hamradio_gridsquare'] = 'Pafta'; $lang['gen_hamradio_get_gridsquare'] = 'Get Gridsquare'; +$lang['gen_hamradio_latitude'] = "Latitude"; +$lang['gen_hamradio_longitude'] = "Longitude"; +$lang['gen_hamradio_bearing'] = "Bearing"; $lang['gen_hamradio_distance'] = 'Distance'; $lang['gen_hamradio_operator'] = 'Operatör'; diff --git a/application/language/turkish/gridsquares_lang.php b/application/language/turkish/gridsquares_lang.php index cecb256c..c049e319 100644 --- a/application/language/turkish/gridsquares_lang.php +++ b/application/language/turkish/gridsquares_lang.php @@ -2,7 +2,9 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -$lang['gridsquares_gridsquare_map'] = 'Gridsquare map'; +$lang['gridsquares_gridsquare_map'] = 'Gridsquare Map'; +$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map"; +$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators"; $lang['gridsquares_confirmed_is_green'] = 'Confirmed is Green'; $lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Worked but not confirmed is Red'; @@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos $lang['gridsquares_grid_squares'] = 'grid square'; $lang['gridsquares_total_count'] = 'Total count'; +$lang['gridsquares_minimum_count'] = "Minimum Count"; +$lang['gridsquares_show_qsos'] = "Show QSO's"; +$lang['gridsquares_show_map'] = "Show Map"; $lang['gridsquares_band'] = 'Band'; $lang['gridsquares_mode'] = 'Mode'; $lang['gridsquares_sat'] = 'Satellite'; $lang['gridsquares_confirmation'] = 'Confirmation'; $lang['gridsquares_button_plot'] = 'Plot'; +$lang['gridsquares_button_clear_markers'] = "Clear Markers"; $lang['gridsquares_gridsquares'] = 'Gridsquares'; $lang['gridsquares_gridsquares_confirmed'] = 'Gridsquares confirmed'; diff --git a/application/language/turkish/menu_lang.php b/application/language/turkish/menu_lang.php index ef9418a1..c511cf4b 100644 --- a/application/language/turkish/menu_lang.php +++ b/application/language/turkish/menu_lang.php @@ -59,8 +59,10 @@ $lang['menu_update_country_files'] = 'Update Country Files'; $lang['menu_debug_information'] = 'Debug Information'; $lang['menu_search_text'] = 'Search Callsign'; +$lang['menu_search_text_quicklog'] = "Add/Search Callsign"; $lang['menu_search_button'] = 'Search'; +$lang['menu_search_button_qicksearch_log'] = "Log"; $lang['menu_login_button'] = 'Login'; $lang['menu_account'] = 'Account'; diff --git a/application/language/turkish/qso_lang.php b/application/language/turkish/qso_lang.php index 6f6c44ec..e3e8b6d1 100644 --- a/application/language/turkish/qso_lang.php +++ b/application/language/turkish/qso_lang.php @@ -8,6 +8,9 @@ $lang['qso_title_suggestions'] = 'Öneriler'; $lang['qso_title_previous_contacts'] = 'Önceki Görüşmeler'; $lang['qso_title_image'] = 'Profil Resmi'; +// Quicklog on Dashboard +$lang['qso_quicklog_enter_callsign'] = 'QUICKLOG Enter Callsign'; + // Input Help Text on the /QSO Display $lang['qso_transmit_power_helptext'] = 'Gücü Watt olarak veriniz. Sadece rakamları giriniz.'; @@ -45,6 +48,7 @@ $lang['qso_simplefle_info_ln2'] = "'Fast Log Entry', or simply 'FLE' is a system $lang['qso_simplefle_info_ln3'] = "FLE was originally written by DF3CB. He offers a program for Windows on his website. Simple FLE was written by OK2CQR based on DF3CB's FLE and provides a web interface to log QSOs."; $lang['qso_simplefle_info_ln4'] = "A common use-case is if you have to import your paperlogs from a outdoor session and now SimpleFLE is also available in Cloudlog. Information about the syntax and how FLE works can be found here."; $lang['qso_simplefle_qso_data'] = "QSO Data"; +$lang['qso_simplefle_qso_date_hint'] = "If you don't choose a date, today's date will be used."; $lang['qso_simplefle_qso_list'] = "QSO List"; $lang['qso_simplefle_qso_list_total'] = "Total"; $lang['qso_simplefle_qso_date'] = "QSO Date"; @@ -52,6 +56,7 @@ $lang['qso_simplefle_operator'] = "Operator"; $lang['qso_simplefle_operator_hint'] = "e.g. OK2CQR"; $lang['qso_simplefle_station_call_location'] = "Station Call/Location"; $lang['qso_simplefle_station_call_location_hint'] = "If you did operate from a new location, first create a new Station Location"; +$lang['qso_simplefle_utc_time'] = "Current UTC Time"; $lang['qso_simplefle_enter_the_data'] = "Enter the Data"; $lang['qso_simplefle_syntax_help_close_w_sample'] = "Close and Load Sample Data"; $lang['qso_simplefle_reload'] = "Reload QSO List"; @@ -81,6 +86,6 @@ $lang['qso_simplefle_syntax_help_ln4'] = "To begin, ensure you have already fill $lang['qso_simplefle_syntax_help_ln5'] = "For example, a QSO that started at 21:34 (UTC) with 2M0SQL on 20m SSB."; $lang['qso_simplefle_syntax_help_ln6'] = "If you don't provide any RST information, the syntax will use 59 (599 for data). Our next QSO wasn't 59 on both sides, so we provide the information with the sent RST first. It was 2 minutes later than the first QSO."; $lang['qso_simplefle_syntax_help_ln7'] = "The first QSO was at 21:34, and the second one 2 minutes later at 21:36. We write down 6 because this is the only data that changed here. The information about band and mode didn't change, so this data is omitted."; -$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. So, we can add another one at 21:42."; +$lang['qso_simplefle_syntax_help_ln8'] = "For our next QSO at 21:40 on 14th May, 2021, we changed the band to 40m but still on SSB. If no RST information is given, the syntax will use 59 for every new QSO. Therefore we can add another QSO which took place at the exact same time two days later. The date must be in format YYYY-MM-DD."; $lang['qso_simplefle_syntax_help_ln9'] = "For further information about the syntax, please check the website of DF3CB here."; diff --git a/application/language/turkish/statistics_lang.php b/application/language/turkish/statistics_lang.php index 78d68b47..50a90e0d 100644 --- a/application/language/turkish/statistics_lang.php +++ b/application/language/turkish/statistics_lang.php @@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Statistics'; $lang['statistics_explore_the_logbook'] = 'Explore the logbook.'; $lang['statistics_years'] = 'Years'; -$lang['statistics_mode'] = 'Mode'; +$lang['statistics_modes'] = 'Mode'; $lang['statistics_bands'] = 'Bands'; $lang['statistics_qsos'] = 'QSOs'; $lang['statistics_unique_callsigns'] = 'Unique callsigns'; @@ -15,3 +15,30 @@ $lang['statistics_unique_callsigns'] = 'Unique callsigns'; $lang['statistics_total'] = 'Total'; $lang['statistics_year'] = 'Year'; + +$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year"; +$lang['statistics_number_of_qso_worked'] = "# of QSO's worked"; + +/* +* +* Distances +* +*/ + +$lang['statistics_distances_worked'] = "Distances Worked"; +$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.
Your furthest contact was with"; +$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare"; +$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was"; +$lang['statistics_distances_number_of_qsos'] = "Number of QSOs"; +$lang['statistics_distances_callsigns_worked'] = "Callsign(s) worked (max 5 shown)"; +$lang['statistics_distances_qsos_with'] = "QSOs with"; +$lang['statistics_distances_and_band'] = "and band"; + +/* +* +* Timeline +* +*/ + +$lang['statistics_timeline'] = "Timeline"; + diff --git a/application/libraries/AdifHelper.php b/application/libraries/AdifHelper.php index a639896c..d167077a 100644 --- a/application/libraries/AdifHelper.php +++ b/application/libraries/AdifHelper.php @@ -198,7 +198,13 @@ class AdifHelper { $line .= $this->getAdifFieldLine("MY_ITU_ZONE", $qso->station_itu); - $line .= $this->getAdifFieldLine("MY_CNTY", $qso->station_cnty); + if($qso->state) { + $county = trim($qso->state) . "," . trim($qso->station_cnty); + } else { + $county = trim($qso->station_cnty); + } + + $line .= $this->getAdifFieldLine("MY_CNTY", $county); $line .= $this->getAdifFieldLine("MY_SIG", $qso->station_sig); diff --git a/application/migrations/151_user_quicklog.php b/application/migrations/151_user_quicklog.php new file mode 100644 index 00000000..acde25e9 --- /dev/null +++ b/application/migrations/151_user_quicklog.php @@ -0,0 +1,39 @@ +db->field_exists('user_quicklog', 'users')) { + $fields = array( + 'user_quicklog integer DEFAULT 0 AFTER user_default_confirmation', + ); + + $this->dbforge->add_column('users', $fields); + } + if (!$this->db->field_exists('user_quicklog_enter', 'users')) { + $fields = array( + 'user_quicklog_enter integer DEFAULT 0 AFTER user_default_confirmation', + ); + + $this->dbforge->add_column('users', $fields); + } + } + + public function down() + { + if ($this->db->field_exists('user_quicklog', 'users')) { + $this->dbforge->drop_column('users', 'user_quicklog'); + } + if ($this->db->field_exists('user_quicklog_enter', 'users')) { + $this->dbforge->drop_column('users', 'user_quicklog_enter'); + } + } +} \ No newline at end of file diff --git a/application/models/User_model.php b/application/models/User_model.php index 46eb03da..1757fe34 100644 --- a/application/models/User_model.php +++ b/application/models/User_model.php @@ -124,7 +124,7 @@ class User_Model extends CI_Model { $measurement, $user_date_format, $user_stylesheet, $user_qth_lookup, $user_sota_lookup, $user_wwff_lookup, $user_pota_lookup, $user_show_notes, $user_column1, $user_column2, $user_column3, $user_column4, $user_column5, $user_show_profile_image, $user_previous_qsl_type, $user_amsat_status_upload, $user_mastodon_url, - $user_default_band, $user_default_confirmation, $user_qso_end_times, $language) { + $user_default_band, $user_default_confirmation, $user_qso_end_times, $user_quicklog, $user_quicklog_enter, $language) { // Check that the user isn't already used if(!$this->exists($username)) { $data = array( @@ -157,6 +157,8 @@ class User_Model extends CI_Model { 'user_default_band' => xss_clean($user_default_band), 'user_default_confirmation' => xss_clean($user_default_confirmation), 'user_qso_end_times' => xss_clean($user_qso_end_times), + 'user_quicklog' => xss_clean($user_quicklog), + 'user_quicklog_enter' => xss_clean($user_quicklog_enter), 'language' => xss_clean($language), ); @@ -219,6 +221,8 @@ class User_Model extends CI_Model { 'user_default_band' => xss_clean($fields['user_default_band']), 'user_default_confirmation' => (isset($fields['user_default_confirmation_qsl']) ? 'Q' : '').(isset($fields['user_default_confirmation_lotw']) ? 'L' : '').(isset($fields['user_default_confirmation_eqsl']) ? 'E' : ''), 'user_qso_end_times' => xss_clean($fields['user_qso_end_times']), + 'user_quicklog' => xss_clean($fields['user_quicklog']), + 'user_quicklog_enter' => xss_clean($fields['user_quicklog_enter']), 'language' => xss_clean($fields['language']), 'winkey' => xss_clean($fields['user_winkey']), ); @@ -346,6 +350,8 @@ class User_Model extends CI_Model { 'user_default_band' => $u->row()->user_default_band, 'user_default_confirmation' => $u->row()->user_default_confirmation, 'user_qso_end_times' => isset($u->row()->user_qso_end_times) ? $u->row()->user_qso_end_times : 1, + 'user_quicklog' => isset($u->row()->user_quicklog) ? $u->row()->user_quicklog : 1, + 'user_quicklog_enter' => isset($u->row()->user_quicklog_enter) ? $u->row()->user_quicklog_enter : 1, 'active_station_logbook' => $u->row()->active_station_logbook, 'language' => isset($u->row()->language) ? $u->row()->language: 'english', 'isWinkeyEnabled' => $u->row()->winkey, diff --git a/application/views/activated_gridmap/index.php b/application/views/activated_gridmap/index.php index 0a39b452..7c8e055f 100644 --- a/application/views/activated_gridmap/index.php +++ b/application/views/activated_gridmap/index.php @@ -44,12 +44,12 @@
-

+

disabled> - + ' . $sat . ''."\n"; } ?> @@ -71,7 +71,7 @@ - + - +
diff --git a/application/views/gridmap/index.php b/application/views/gridmap/index.php index a79bfea1..ddcc7a78 100644 --- a/application/views/gridmap/index.php +++ b/application/views/gridmap/index.php @@ -49,7 +49,7 @@
disabled> - + ' . $sat . ''."\n"; } ?> @@ -71,7 +71,7 @@ + + + + +
+
- - + +
@@ -359,4 +416,4 @@ - + \ No newline at end of file diff --git a/application/views/qso/index.php b/application/views/qso/index.php index cc97f357..3222af4b 100755 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -59,12 +59,20 @@
- + + + + + + required pattern="[0-2][0-9]:[0-5][0-9]">
+ + + required pattern="[0-2][0-9]:[0-5][0-9]">
@@ -84,6 +92,9 @@
+ + + required pattern="[0-2][0-9]:[0-5][0-9]">
diff --git a/application/views/search/main.php b/application/views/search/main.php index 78d36a6c..baccd5c2 100644 --- a/application/views/search/main.php +++ b/application/views/search/main.php @@ -30,7 +30,7 @@
- +
diff --git a/application/views/simplefle/index.php b/application/views/simplefle/index.php index 5753ac24..8975a3f4 100644 --- a/application/views/simplefle/index.php +++ b/application/views/simplefle/index.php @@ -68,14 +68,12 @@
+
-
-
- - - -
+
+ +

@@ -98,6 +96,13 @@
+
+
+ + + +
+
diff --git a/application/views/simplefle/syntax_help.php b/application/views/simplefle/syntax_help.php index e1fdcbbd..d4c3cda4 100644 --- a/application/views/simplefle/syntax_help.php +++ b/application/views/simplefle/syntax_help.php @@ -19,9 +19,11 @@ 20m ssb 2134 2m0sql 6 la8aja 47 46 + date 2021-05-14 40m 40 dj7nt - 2 df3et + day ++ + df3et

diff --git a/application/views/statistics/index.php b/application/views/statistics/index.php index c0a36793..61f26851 100644 --- a/application/views/statistics/index.php +++ b/application/views/statistics/index.php @@ -7,6 +7,20 @@ margin: 0 auto; } + + + +

@@ -36,7 +50,7 @@

+
+ + + +
+
+ + +
diff --git a/application/views/user/edit.php b/application/views/user/edit.php index 30d6b3c8..436be320 100644 --- a/application/views/user/edit.php +++ b/application/views/user/edit.php @@ -309,7 +309,22 @@ - +
+ + + +
+
+ + + +
diff --git a/assets/css/general.css b/assets/css/general.css index 672c0d6a..0118e5cf 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -557,7 +557,7 @@ input:invalid { } .sfletable{ - height: 440px; + height: 470px; } .sfletable.table { @@ -574,6 +574,12 @@ input:invalid { .sfletable.table tbody { width: 95%; overflow-y: scroll; - max-height: 410px; + max-height: 440px; position: absolute; } + +.red { color:var(--red); } +.green { color:var(--green); } +.blue { color:var(--indigo); } +.gray { color:var(--gray); } +.orange { color:var(--orange); } diff --git a/assets/icons/icon-128x128.png b/assets/icons/icon-128x128.png new file mode 100644 index 00000000..8830f203 Binary files /dev/null and b/assets/icons/icon-128x128.png differ diff --git a/assets/icons/icon-144x144.png b/assets/icons/icon-144x144.png new file mode 100644 index 00000000..319943b8 Binary files /dev/null and b/assets/icons/icon-144x144.png differ diff --git a/assets/icons/icon-152x152.png b/assets/icons/icon-152x152.png new file mode 100644 index 00000000..78eb4e08 Binary files /dev/null and b/assets/icons/icon-152x152.png differ diff --git a/assets/icons/icon-192x192.png b/assets/icons/icon-192x192.png new file mode 100644 index 00000000..2c446004 Binary files /dev/null and b/assets/icons/icon-192x192.png differ diff --git a/assets/icons/icon-384x384.png b/assets/icons/icon-384x384.png new file mode 100644 index 00000000..b1fd5356 Binary files /dev/null and b/assets/icons/icon-384x384.png differ diff --git a/assets/icons/icon-48x48.png b/assets/icons/icon-48x48.png new file mode 100644 index 00000000..e15b04fb Binary files /dev/null and b/assets/icons/icon-48x48.png differ diff --git a/assets/icons/icon-512x512.png b/assets/icons/icon-512x512.png new file mode 100644 index 00000000..643b1fe9 Binary files /dev/null and b/assets/icons/icon-512x512.png differ diff --git a/assets/icons/icon-72x72.png b/assets/icons/icon-72x72.png new file mode 100644 index 00000000..427e6af0 Binary files /dev/null and b/assets/icons/icon-72x72.png differ diff --git a/assets/icons/icon-96x96.png b/assets/icons/icon-96x96.png new file mode 100644 index 00000000..bdac84d1 Binary files /dev/null and b/assets/icons/icon-96x96.png differ diff --git a/assets/js/sections/common.js b/assets/js/sections/common.js index 1fa33e57..c1935f9f 100644 --- a/assets/js/sections/common.js +++ b/assets/js/sections/common.js @@ -321,7 +321,7 @@ function spawnQrbCalculator(locator1, locator2) { } }, buttons: [{ - label: 'Close', + label: lang_admin_close, action: function (dialogItself) { dialogItself.close(); } @@ -346,7 +346,7 @@ function spawnActivatorsMap(call, count, grids) { showActivatorsMap(call, count, grids); }, buttons: [{ - label: 'Close', + label: lang_admin_close, action: function (dialogItself) { dialogItself.close(); } @@ -430,7 +430,7 @@ function spawnLookupModal(searchphrase, searchtype) { } }, buttons: [{ - label: 'Close', + label: lang_admin_close, action: function (dialogItself) { dialogItself.close(); } @@ -534,7 +534,7 @@ function displayQsl(id) { }, buttons: [{ - label: 'Close', + label: lang_admin_close, action: function (dialogItself) { dialogItself.close(); } diff --git a/assets/js/sections/distances.js b/assets/js/sections/distances.js index a15f1635..9b7cbe57 100644 --- a/assets/js/sections/distances.js +++ b/assets/js/sections/distances.js @@ -28,7 +28,7 @@ function distPlot(form) { backgroundColor: getBodyBackground() }, title: { - text: 'Distance Distribution', + text: lang_statistics_distances_worked, style: { color: color } @@ -47,7 +47,7 @@ function distPlot(form) { }, yAxis: { title: { - text: '# QSOs', + text: lang_statistics_distances_number_of_qsos, style: { color: color } @@ -77,9 +77,9 @@ function distPlot(form) { tooltip: { formatter: function () { if(this.point) { - return "Distance: " + options.xAxis.categories[this.point.x] + - "
Callsign(s) worked (max 5 shown): " + myComments[this.point.x] + - "
Number of QSOs: " + series.data[this.point.x] + ""; + return lang_gen_hamradio_distance + ": " + options.xAxis.categories[this.point.x] + + "
" + lang_statistics_distances_callsigns_worked + ": " + myComments[this.point.x] + + "
" + lang_statistics_distances_number_of_qsos + ": " + series.data[this.point.x] + ""; } } }, @@ -108,16 +108,16 @@ function distPlot(form) { $.each(tmp.qsodata, function(){ myComments.push(this.calls); options.xAxis.categories.push(this.dist); - series.name = 'Number of QSOs'; + series.name = lang_statistics_distances_number_of_qsos; series.data.push(this.count); }); options.series.push(series); - $('#information').html(tmp.qrb.Qsos + " contacts were plotted.
Your furthest contact was with " + tmp.qrb.Callsign - + " in gridsquare "+ tmp.qrb.Grid - +"; the distance was " - +tmp.qrb.Distance + tmp.unit +"."); + $('#information').html(tmp.qrb.Qsos + " " + lang_statistics_distances_part1_contacts_were_plotted_furthest + " " + tmp.qrb.Callsign + + " " + lang_statistics_distances_part2_contacts_were_plotted_furthest + " " + tmp.qrb.Grid + +". " + lang_statistics_distances_part3_contacts_were_plotted_furthest + " " + + tmp.qrb.Distance + tmp.unit + "."); var chart = new Highcharts.Chart(options); } @@ -166,7 +166,7 @@ function getDistanceQsos(distance) { }); }, buttons: [{ - label: 'Close', + label: lang_admin_close, action: function (dialogItself) { dialogItself.close(); } diff --git a/assets/js/sections/ffma.js b/assets/js/sections/ffma.js index a3163156..5055da81 100644 --- a/assets/js/sections/ffma.js +++ b/assets/js/sections/ffma.js @@ -127,7 +127,7 @@ function spawnGridsquareModal(loc_4char) { } }, buttons: [{ - label: 'Close', + label: lang_admin_close, action: function(dialogItself) { dialogItself.close(); } diff --git a/assets/js/sections/gridmap.js b/assets/js/sections/gridmap.js index 2abd226c..f832ad1f 100644 --- a/assets/js/sections/gridmap.js +++ b/assets/js/sections/gridmap.js @@ -150,7 +150,7 @@ function spawnGridsquareModal(loc_4char) { } }, buttons: [{ - label: 'Close', + label: lang_admin_close, action: function(dialogItself) { dialogItself.close(); } diff --git a/assets/js/sections/gridmaster.js b/assets/js/sections/gridmaster.js index f197ec50..9d150d8e 100644 --- a/assets/js/sections/gridmaster.js +++ b/assets/js/sections/gridmaster.js @@ -127,7 +127,7 @@ function spawnGridsquareModal(loc_4char) { } }, buttons: [{ - label: 'Close', + label: lang_admin_close, action: function(dialogItself) { dialogItself.close(); } diff --git a/assets/js/sections/ja_gridmaster.js b/assets/js/sections/ja_gridmaster.js index f19e380c..6859cdd5 100644 --- a/assets/js/sections/ja_gridmaster.js +++ b/assets/js/sections/ja_gridmaster.js @@ -128,7 +128,7 @@ function spawnGridsquareModal(loc_4char) { } }, buttons: [{ - label: 'Close', + label: lang_admin_close, action: function(dialogItself) { dialogItself.close(); } diff --git a/assets/js/sections/labels.js b/assets/js/sections/labels.js index c6aececa..01154689 100644 --- a/assets/js/sections/labels.js +++ b/assets/js/sections/labels.js @@ -30,7 +30,7 @@ function printat(stationid) { onshown: function(dialog) { }, buttons: [{ - label: 'Close', + label: lang_admin_close, action: function (dialogItself) { dialogItself.close(); } diff --git a/assets/js/sections/logbookadvanced.js b/assets/js/sections/logbookadvanced.js index dd9f9f07..b1366489 100644 --- a/assets/js/sections/logbookadvanced.js +++ b/assets/js/sections/logbookadvanced.js @@ -534,7 +534,7 @@ $(document).ready(function () { } }, { - label: 'Close', + label: lang_admin_close, cssClass: 'btn-sm', id: 'closeButton', action: function (dialogItself) { @@ -579,7 +579,7 @@ $(document).ready(function () { }, buttons: [{ - label: 'Close', + label: lang_admin_close, action: function (dialogItself) { $('#qslSlideshow').prop("disabled", false); dialogItself.close(); @@ -661,7 +661,7 @@ $(document).ready(function () { onshown: function(dialog) { }, buttons: [{ - label: 'Close', + label: lang_admin_close, action: function (dialogItself) { $('#printLabel').prop("disabled", false); dialogItself.close(); diff --git a/assets/js/sections/mode.js b/assets/js/sections/mode.js index 5a496f75..8caa2055 100644 --- a/assets/js/sections/mode.js +++ b/assets/js/sections/mode.js @@ -43,7 +43,7 @@ function createModeDialog() { nl2br: false, message: html, buttons: [{ - label: 'Close', + label: lang_admin_close, action: function (dialogItself) { dialogItself.close(); } diff --git a/assets/js/sections/oqrs.js b/assets/js/sections/oqrs.js index 4c7abae2..72e26620 100644 --- a/assets/js/sections/oqrs.js +++ b/assets/js/sections/oqrs.js @@ -331,7 +331,7 @@ function searchLog(callsign) { $('[data-toggle="tooltip"]').tooltip(); }, buttons: [{ - label: 'Close', + label: lang_admin_close, action: function (dialogItself) { dialogItself.close(); } @@ -361,7 +361,7 @@ function searchLogTimeDate(id) { $('[data-toggle="tooltip"]').tooltip(); }, buttons: [{ - label: 'Close', + label: lang_admin_close, action: function (dialogItself) { dialogItself.close(); } diff --git a/assets/js/sections/qslprint.js b/assets/js/sections/qslprint.js index f55caa57..fe4eff25 100644 --- a/assets/js/sections/qslprint.js +++ b/assets/js/sections/qslprint.js @@ -35,7 +35,7 @@ function openQsoList(callsign) { $('[data-toggle="tooltip"]').tooltip(); }, buttons: [{ - label: 'Close', + label: lang_admin_close, action: function (dialogItself) { dialogItself.close(); } @@ -99,7 +99,7 @@ function showOqrs(id) { $('[data-toggle="tooltip"]').tooltip(); }, buttons: [{ - label: 'Close', + label: lang_admin_close, action: function (dialogItself) { dialogItself.close(); } diff --git a/assets/js/sections/qso.js b/assets/js/sections/qso.js index 6fb67264..a1146772 100644 --- a/assets/js/sections/qso.js +++ b/assets/js/sections/qso.js @@ -1,5 +1,12 @@ $( document ).ready(function() { - + setTimeout(function() { + var callsignValue = localStorage.getItem("quicklogCallsign"); + if (callsignValue !== "") { + $("#callsign").val(callsignValue); + $("#mode").focus(); + localStorage.removeItem("quicklogCallsign"); + } + }, 100); var favs={}; get_fav(); diff --git a/assets/js/sections/simplefle.js b/assets/js/sections/simplefle.js index 565b9c09..711f7647 100644 --- a/assets/js/sections/simplefle.js +++ b/assets/js/sections/simplefle.js @@ -53,12 +53,14 @@ $('#js-syntax').click(function (event) { const logData = ` *example-data* +date 2023-05-14 80m cw 1212 m0abc okff-1234 3 hb9hil 4 ok1tn 20 dl6kva 7 8 -5 dl5cw +5 dl5cw +day ++ ssb 32 ok7wa ol/zl-071 5 8 33 ok1xxx 4 3 @@ -85,6 +87,13 @@ ssb }); }); +function updateUTCTime() { + const utcTimeElement = document.getElementById("utc-time"); + const now = new Date(); + const utcTimeString = now.toISOString().split("T")[1].split(".")[0]; + utcTimeElement.textContent = utcTimeString; +} + function handleInput() { var qsodate = ""; if ($("#qsodate").val()) { @@ -550,6 +559,8 @@ function isWWFF(value) { $(document).ready(function () { + setInterval(updateUTCTime, 1000); + updateUTCTime(); var tabledata = localStorage.getItem(`user_${user_id}_tabledata`); var mycall = localStorage.getItem(`user_${user_id}_my-call`); var operator = localStorage.getItem(`user_${user_id}_operator`); @@ -652,7 +663,7 @@ $(".js-save-to-log").click(function () { var start_time = item[1][0] +item[1][1] + ":" + item[1][2] + item[1][3]; var band = item[4]; var mode = item[5]; - var freq_display = item[3]; + var freq_display = item[3] * 1000000; var station_profile = $(".station_id").val(); var sota_ref = ''; var iota_ref = ''; diff --git a/assets/js/sections/statistics.js b/assets/js/sections/statistics.js index 8ffc5b7f..db45e990 100644 --- a/assets/js/sections/statistics.js +++ b/assets/js/sections/statistics.js @@ -64,15 +64,15 @@ function totalQsosPerYear() { success: function (data) { if (data.length > 0) { - $(".years").append('

Years

'); + $(".years").append('

' + lang_statistics_years + '

'); $("#yearContainer").append(""); // appending table to hold the data $("#yearTable").append('' + '' + '' + - '' + - '' + + '' + + '' + '' + '' + '
#Year# of QSO\'s worked ' + lang_statistics_year +'' + lang_statistics_number_of_qso_worked + '
'); @@ -114,7 +114,7 @@ function totalQsosPerYear() { data: { labels: labels, datasets: [{ - label: 'Number of QSO\'s worked each year', + label: lang_statistics_number_of_qso_worked_each_year, data: dataQso, backgroundColor: 'rgba(54, 162, 235, 0.2)', borderColor: 'rgba(54, 162, 235, 1)', @@ -187,14 +187,14 @@ function totalModeQsos() { if (dataQso[0] === null && dataQso[1] === null && dataQso[2] === null && dataQso[3] === null) return; - $(".mode").append('

Modes


'); + $(".mode").append('

' + lang_statistics_modes + '


'); // appending table to hold the data $("#modeTable").append('' + '' + '' + - '' + - '' + + '' + + '' + '' + '' + '
#Mode# of QSO\'s worked ' + lang_gen_hamradio_mode + ' ' + lang_statistics_number_of_qso_worked + '
'); @@ -307,14 +307,14 @@ function totalBandQsos() { success: function (data) { if (data.length > 0) { - $(".band").append('

Bands


'); + $(".band").append('

' + lang_statistics_bands + '


'); // appending table to hold the data $("#bandTable").append('' + '' + '' + - '' + - '' + + '' + + '' + '' + '' + '
#Band# of QSO\'s worked ' + lang_gen_hamradio_band + '' + lang_statistics_number_of_qso_worked + '
'); diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..9da9cea2 --- /dev/null +++ b/manifest.json @@ -0,0 +1,66 @@ +{ + "name": "Cloudlog", + "short_name": "Cloudlog", + "theme_color": "#000000", + "background_color": "#ffffff", + "display": "standalone", + "orientation": "portrait", + "scope": "/", + "start_url": "/", + "icons": [ + { + "src": "assets/icons/icon-48x48.png", + "sizes": "48x48", + "type": "image/png", + "purpose": "maskable any" + }, + { + "src": "assets/icons/icon-72x72.png", + "sizes": "72x72", + "type": "image/png", + "purpose": "maskable any" + }, + { + "src": "assets/icons/icon-96x96.png", + "sizes": "96x96", + "type": "image/png", + "purpose": "maskable any" + }, + { + "src": "assets/icons/icon-128x128.png", + "sizes": "128x128", + "type": "image/png", + "purpose": "maskable any" + }, + { + "src": "assets/icons/icon-144x144.png", + "sizes": "144x144", + "type": "image/png", + "purpose": "maskable any" + }, + { + "src": "assets/icons/icon-152x152.png", + "sizes": "152x152", + "type": "image/png", + "purpose": "maskable any" + }, + { + "src": "assets/icons/icon-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable any" + }, + { + "src": "assets/icons/icon-384x384.png", + "sizes": "384x384", + "type": "image/png", + "purpose": "maskable any" + }, + { + "src": "assets/icons/icon-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable any" + } + ] + } \ No newline at end of file