diff --git a/application/controllers/Adif.php b/application/controllers/Adif.php index 7ead333e8..5c90e35ef 100644 --- a/application/controllers/Adif.php +++ b/application/controllers/Adif.php @@ -256,12 +256,6 @@ class adif extends CI_Controller { $custom_errors=__("Station Profile not valid for User"); } - // Lets clean up static maps cache for this station - if (!$this->load->is_loaded('staticmap_model')) { - $this->load->model('staticmap_model'); - } - $this->staticmap_model->remove_static_map_image($this->input->post('station_profile', TRUE)); - log_message("Error","ADIF End"); $data['adif_errors'] = $custom_errors; $data['skip_dupes'] = $this->input->post('skipDuplicate'); diff --git a/application/controllers/Simplefle.php b/application/controllers/Simplefle.php index 1d60686b8..261d662eb 100644 --- a/application/controllers/Simplefle.php +++ b/application/controllers/Simplefle.php @@ -87,11 +87,11 @@ class SimpleFLE extends CI_Controller { $one_result = $this->logbook_model->import($qso, $qso['station_id']); // if the returner is not empty we have an error and should log it - if ($result != '' && strpos(json_encode($one_result), 'Duplicate for') == false) { - log_message('error', 'SimpleFLE, save_qsos(); For QSO: ' . $qso['call'] . ' on ' . $qso['qso_date'] . ' Error: ' . json_encode($result)); + if (json_encode($result) != '[]' && strpos(json_encode($one_result), __("Duplicate for")) == false) { + log_message('error', 'SimpleFLE, save_qsos(); For QSO: ' . $qso['call'] . ' on ' . $qso['qso_date'] . ' Error: ' . json_encode($one_result)); } - if (strpos(json_encode($one_result), 'Duplicate for') !== false) { - log_message('debug', 'SimpleFLE, save_qsos(); For QSO: ' . $qso['call'] . ' on ' . $qso['qso_date'] . ' Warning: ' . json_encode($result)); + if (strpos(json_encode($one_result), __("Duplicate for")) !== false) { + log_message('debug', 'SimpleFLE, save_qsos(); For QSO: ' . $qso['call'] . ' on ' . $qso['qso_date'] . ' Warning: ' . json_encode($one_result)); } if ($one_result != '') { @@ -99,6 +99,12 @@ class SimpleFLE extends CI_Controller { } } + // Also clean up static map images + if (!$this->load->is_loaded('staticmap_model')) { + $this->load->model('staticmap_model'); + } + $this->staticmap_model->remove_static_map_image($qso['station_id']); + if (empty($result)) { echo "success"; } else { diff --git a/application/controllers/Station.php b/application/controllers/Station.php index 8c509b90c..f7afddada 100644 --- a/application/controllers/Station.php +++ b/application/controllers/Station.php @@ -60,7 +60,7 @@ class Station extends CI_Controller if ($this->stations->edit()) { $data['notice'] = __("Station Location") . $this->security->xss_clean($this->input->post('station_profile_name', true)) . " Updated"; } - // Also clean up static map images first + // Also clean up static map images if (!$this->load->is_loaded('staticmap_model')) { $this->load->model('staticmap_model'); } diff --git a/application/controllers/User_options.php b/application/controllers/User_options.php index 3312ea4b5..6e89a13c9 100644 --- a/application/controllers/User_options.php +++ b/application/controllers/User_options.php @@ -50,6 +50,21 @@ class User_Options extends CI_Controller { public function dismissVersionDialog() { $this->user_options_model->set_option('version_dialog', 'confirmed', array('boolean' => 'true')); } + + public function get_qrg_units() { + + $qrg_units = []; + + foreach($this->session->get_userdata() as $key => $value) { + if (strpos($key, 'qrgunit_') === 0) { + $band = str_replace('qrgunit_', '', $key); + $qrg_units[$band] = $value; + } + } + + header('Content-Type: application/json'); + echo json_encode($qrg_units); + } } diff --git a/application/locale/bg_BG/LC_MESSAGES/messages.po b/application/locale/bg_BG/LC_MESSAGES/messages.po index d8a3f34a6..374bd00dc 100644 --- a/application/locale/bg_BG/LC_MESSAGES/messages.po +++ b/application/locale/bg_BG/LC_MESSAGES/messages.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-11-15 15:56+0000\n" +"POT-Creation-Date: 2024-11-18 17:48+0000\n" "PO-Revision-Date: 2024-11-01 08:53+0000\n" "Last-Translator: Plamen Panteleev \n" "Language-Team: Bulgarian \n" -"Language-Team: Bosnian \n" +"Language-Team: Bosnian \n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -198,16 +198,16 @@ msgstr "" msgid "Station Profile not valid for User" msgstr "" -#: application/controllers/Adif.php:269 +#: application/controllers/Adif.php:263 #: application/views/adif/import_success.php:12 msgid "ADIF Imported" msgstr "" -#: application/controllers/Adif.php:280 +#: application/controllers/Adif.php:274 msgid "DCL Import" msgstr "" -#: application/controllers/Adif.php:338 +#: application/controllers/Adif.php:332 msgid "DCL Data Imported" msgstr "" @@ -271,8 +271,8 @@ msgstr "" #: application/views/interface_assets/header.php:198 #: application/views/logbookadvanced/index.php:658 #: application/views/logbookadvanced/useroptions.php:114 -#: application/views/qso/edit_ajax.php:387 application/views/qso/index.php:267 -#: application/views/qso/index.php:524 application/views/user/edit.php:603 +#: application/views/qso/edit_ajax.php:387 application/views/qso/index.php:271 +#: application/views/qso/index.php:528 application/views/user/edit.php:603 #: application/views/view_log/qso.php:433 msgid "DOK" msgstr "" @@ -290,7 +290,7 @@ msgstr "" #: application/views/logbookadvanced/useroptions.php:86 #: application/views/lookup/index.php:4 #: application/views/lotw_views/index.php:36 -#: application/views/qso/edit_ajax.php:232 application/views/qso/index.php:364 +#: application/views/qso/edit_ajax.php:232 application/views/qso/index.php:368 #: application/views/search/cqzones_result.php:15 #: application/views/search/ituzones_result.php:15 #: application/views/search/result.php:27 @@ -1086,7 +1086,7 @@ msgstr "" #: application/views/awards/was/index.php:87 #: application/views/components/hamsat/table.php:30 #: application/views/contesting/index.php:113 -#: application/views/contesting/index.php:255 +#: application/views/contesting/index.php:259 #: application/views/continents/index.php:39 application/views/csv/index.php:42 #: application/views/dashboard/index.php:4 #: application/views/debug/index.php:573 @@ -1123,7 +1123,7 @@ msgstr "" #: application/views/search/ituzones_result.php:10 #: application/views/search/lotw_unconfirmed_result.php:8 #: application/views/search/search_result_ajax.php:4 -#: application/views/simplefle/index.php:152 +#: application/views/simplefle/index.php:153 #: application/views/statistics/custom.php:60 #: application/views/statistics/custom_result.php:62 #: application/views/statistics/custom_result.php:88 @@ -1143,8 +1143,8 @@ msgstr "" #: application/controllers/Logbook.php:1357 #: application/views/awards/pota/index.php:36 #: application/views/awards/wwff/index.php:36 -#: application/views/contesting/index.php:170 -#: application/views/contesting/index.php:256 +#: application/views/contesting/index.php:174 +#: application/views/contesting/index.php:260 #: application/views/logbookadvanced/index.php:601 #: application/views/logbookadvanced/useroptions.php:38 #: application/views/qslcard/searchresult.php:13 @@ -1155,9 +1155,9 @@ msgstr "" #: application/views/qslprint/qslprint.php:26 #: application/views/qslprint/qsolist.php:11 #: application/views/qso/components/previous_contacts.php:78 -#: application/views/qso/edit_ajax.php:141 application/views/qso/index.php:180 +#: application/views/qso/edit_ajax.php:141 application/views/qso/index.php:184 #: application/views/search/search_result_ajax.php:5 -#: application/views/simplefle/index.php:153 +#: application/views/simplefle/index.php:154 #: application/views/user/edit.php:230 application/views/user/edit.php:252 #: application/views/user/edit.php:274 application/views/user/edit.php:296 #: application/views/user/edit.php:319 @@ -1170,8 +1170,8 @@ msgstr "" #: application/controllers/Logbook.php:1358 #: application/views/awards/pota/index.php:37 #: application/views/awards/wwff/index.php:37 -#: application/views/contesting/index.php:194 -#: application/views/contesting/index.php:257 +#: application/views/contesting/index.php:198 +#: application/views/contesting/index.php:261 #: application/views/logbookadvanced/index.php:604 #: application/views/logbookadvanced/useroptions.php:42 #: application/views/qslcard/searchresult.php:14 @@ -1182,9 +1182,9 @@ msgstr "" #: application/views/qslprint/qslprint.php:27 #: application/views/qslprint/qsolist.php:12 #: application/views/qso/components/previous_contacts.php:79 -#: application/views/qso/edit_ajax.php:146 application/views/qso/index.php:185 +#: application/views/qso/edit_ajax.php:146 application/views/qso/index.php:189 #: application/views/search/search_result_ajax.php:6 -#: application/views/simplefle/index.php:154 +#: application/views/simplefle/index.php:155 #: application/views/user/edit.php:231 application/views/user/edit.php:253 #: application/views/user/edit.php:275 application/views/user/edit.php:297 #: application/views/user/edit.php:320 @@ -1252,7 +1252,7 @@ msgstr "" #: application/views/contesting/index.php:61 #: application/views/dashboard/index.php:12 #: application/views/logbookadvanced/edit.php:23 -#: application/views/logbookadvanced/edit.php:71 +#: application/views/logbookadvanced/edit.php:73 #: application/views/logbookadvanced/index.php:199 #: application/views/logbookadvanced/index.php:640 #: application/views/logbookadvanced/qslcarousel.php:36 @@ -1278,7 +1278,7 @@ msgstr "" #: application/views/awards/gridmaster/index.php:40 #: application/views/awards/vucc/band.php:12 #: application/views/contesting/index.php:21 -#: application/views/contesting/index.php:262 +#: application/views/contesting/index.php:266 #: application/views/dashboard/index.php:13 #: application/views/gridmap/index.php:152 #: application/views/labels/index.php:125 @@ -1295,13 +1295,13 @@ msgstr "" #: application/views/qslcard/searchresult.php:67 #: application/views/qslcard/searchresult.php:83 #: application/views/qso/components/previous_contacts.php:86 -#: application/views/qso/edit_ajax.php:155 application/views/qso/index.php:282 +#: application/views/qso/edit_ajax.php:155 application/views/qso/index.php:286 #: application/views/satellite/pass.php:28 #: application/views/search/cqzones_result.php:12 #: application/views/search/ituzones_result.php:12 #: application/views/search/result.php:49 #: application/views/search/search_result_ajax.php:13 -#: application/views/simplefle/index.php:155 +#: application/views/simplefle/index.php:156 #: application/views/stationsetup/stationsetup.php:125 #: application/views/timeline/index.php:290 application/views/user/edit.php:130 #: application/views/user/edit.php:238 application/views/user/edit.php:260 @@ -1365,7 +1365,7 @@ msgstr "" #: application/views/bands/create.php:24 application/views/bands/edit.php:6 #: application/views/bands/index.php:45 #: application/views/contesting/index.php:126 -#: application/views/contesting/index.php:254 +#: application/views/contesting/index.php:258 #: application/views/continents/index.php:30 application/views/csv/index.php:31 #: application/views/dashboard/index.php:15 #: application/views/debug/index.php:574 application/views/dxatlas/index.php:31 @@ -1398,7 +1398,7 @@ msgstr "" #: application/views/search/ituzones_result.php:11 #: application/views/search/lotw_unconfirmed_result.php:9 #: application/views/search/search_result_ajax.php:15 -#: application/views/simplefle/index.php:151 +#: application/views/simplefle/index.php:152 #: application/views/stationsetup/exportmapoptions.php:31 #: application/views/statistics/custom.php:53 #: application/views/statistics/custom_result.php:55 @@ -1448,7 +1448,7 @@ msgstr "" #: application/views/qslcard/searchresult.php:87 #: application/views/qso/components/previous_contacts.php:90 #: application/views/search/search_result_ajax.php:17 -#: application/views/simplefle/index.php:114 +#: application/views/simplefle/index.php:115 #: application/views/user/edit.php:240 application/views/user/edit.php:262 #: application/views/user/edit.php:284 application/views/user/edit.php:306 #: application/views/user/edit.php:329 @@ -1470,7 +1470,7 @@ msgstr "" #: application/views/lookup/index.php:44 #: application/views/lotw_views/index.php:52 #: application/views/qso/components/previous_contacts.php:59 -#: application/views/qso/edit_ajax.php:250 application/views/qso/index.php:373 +#: application/views/qso/edit_ajax.php:250 application/views/qso/index.php:377 #: application/views/station_profile/create.php:73 #: application/views/station_profile/edit.php:105 #: application/views/stationsetup/linkedlocations.php:17 @@ -1566,7 +1566,7 @@ msgstr "" #: application/views/notes/view.php:6 application/views/notes/view.php:9 #: application/views/qso/edit_ajax.php:36 #: application/views/qso/edit_ajax.php:395 application/views/qso/index.php:41 -#: application/views/qso/index.php:573 application/views/view_log/qso.php:14 +#: application/views/qso/index.php:577 application/views/view_log/qso.php:14 #: application/views/view_log/qso.php:679 msgid "Notes" msgstr "" @@ -1811,8 +1811,8 @@ msgstr "" #: application/controllers/Radio.php:47 application/views/bandmap/index.php:25 #: application/views/bandmap/list.php:63 -#: application/views/contesting/index.php:148 -#: application/views/qso/index.php:315 +#: application/views/contesting/index.php:152 +#: application/views/qso/index.php:319 msgid "Radio" msgstr "" @@ -1824,7 +1824,7 @@ msgstr "" #: application/views/logbookadvanced/index.php:576 #: application/views/lotw_views/index.php:43 #: application/views/simplefle/index.php:20 -#: application/views/simplefle/index.php:179 +#: application/views/simplefle/index.php:180 #: application/views/stationsetup/exportmapoptions.php:5 #: application/views/statistics/custom.php:31 #: application/views/statistics/custom_result.php:33 @@ -1832,13 +1832,13 @@ msgid "Options" msgstr "" #: application/controllers/Radio.php:53 application/views/debug/index.php:308 -#: application/views/qso/index.php:680 +#: application/views/qso/index.php:684 msgid "Settings" msgstr "" #: application/controllers/Radio.php:91 -#: application/views/contesting/index.php:152 -#: application/views/qso/index.php:319 +#: application/views/contesting/index.php:156 +#: application/views/qso/index.php:323 msgid "last updated" msgstr "" @@ -1870,10 +1870,10 @@ msgstr "" #: application/controllers/Radio.php:107 #: application/controllers/Stationsetup.php:372 #: application/views/api/help.php:61 application/views/contesting/add.php:62 -#: application/views/interface_assets/footer.php:2374 -#: application/views/interface_assets/footer.php:2392 -#: application/views/interface_assets/footer.php:2413 -#: application/views/interface_assets/footer.php:2431 +#: application/views/interface_assets/footer.php:2376 +#: application/views/interface_assets/footer.php:2394 +#: application/views/interface_assets/footer.php:2415 +#: application/views/interface_assets/footer.php:2433 #: application/views/labels/index.php:48 application/views/labels/index.php:84 #: application/views/logbookadvanced/index.php:568 #: application/views/lotw_views/index.php:114 @@ -1975,6 +1975,13 @@ msgid "" "date" msgstr "" +#: application/controllers/Simplefle.php:90 +#: application/controllers/Simplefle.php:93 +#: application/models/Logbook_model.php:4422 +#: application/views/simplefle/index.php:40 +msgid "Duplicate for" +msgstr "" + #: application/controllers/Staticmap.php:20 #: application/controllers/Staticmap.php:25 #: application/controllers/Staticmap.php:132 @@ -2010,7 +2017,7 @@ msgstr "" #: application/views/dxatlas/index.php:19 #: application/views/labels/index.php:124 #: application/views/logbookadvanced/edit.php:21 -#: application/views/qslprint/index.php:20 application/views/qso/index.php:303 +#: application/views/qslprint/index.php:20 application/views/qso/index.php:307 #: application/views/search/search_result_ajax.php:18 #: application/views/station_profile/create.php:305 #: application/views/station_profile/edit.php:455 @@ -2045,7 +2052,7 @@ msgstr "" #: application/controllers/Stationsetup.php:131 #: application/controllers/Stationsetup.php:152 #: application/controllers/Stationsetup.php:436 -#: application/views/qso/index.php:639 application/views/simplefle/index.php:38 +#: application/views/qso/index.php:643 application/views/simplefle/index.php:38 msgid "Error" msgstr "" @@ -2513,75 +2520,71 @@ msgstr "" msgid "HRDlog: No station profiles with HRDlog Credentials found." msgstr "" -#: application/models/Logbook_model.php:3737 +#: application/models/Logbook_model.php:3744 #, php-format msgid "Wrong station callsign %s while importing QSO with %s for %s: SKIPPED" msgstr "" -#: application/models/Logbook_model.php:3738 +#: application/models/Logbook_model.php:3745 #, php-format msgid "Check %s for hints about errors in ADIF files." msgstr "" -#: application/models/Logbook_model.php:3750 +#: application/models/Logbook_model.php:3757 msgid "QSO on" msgstr "" -#: application/models/Logbook_model.php:3750 +#: application/models/Logbook_model.php:3757 msgid "" "You tried to import a QSO without any given CALL. This QSO wasn't imported. " "It's invalid" msgstr "" -#: application/models/Logbook_model.php:4049 +#: application/models/Logbook_model.php:4056 msgid "the qslrdate is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4060 +#: application/models/Logbook_model.php:4067 msgid "the qslsdate is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4111 +#: application/models/Logbook_model.php:4118 msgid "the clublog_qso_upload_date is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4131 +#: application/models/Logbook_model.php:4138 msgid "the lotw_qslrdate is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4150 +#: application/models/Logbook_model.php:4157 msgid "the lotw_qslsdate is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4421 -msgid "Duplicate for" -msgstr "" - -#: application/models/Logbook_model.php:4482 +#: application/models/Logbook_model.php:4483 msgid "QSO could not be matched" msgstr "" -#: application/models/Logbook_model.php:4488 +#: application/models/Logbook_model.php:4489 msgid "confirmed by LoTW/Clublog/eQSL/Contest" msgstr "" -#: application/models/Logbook_model.php:4493 +#: application/models/Logbook_model.php:4494 msgid "confirmed by award manager" msgstr "" -#: application/models/Logbook_model.php:4496 +#: application/models/Logbook_model.php:4497 msgid "confirmed by cross-check of DCL data" msgstr "" -#: application/models/Logbook_model.php:4499 +#: application/models/Logbook_model.php:4500 msgid "confirmation pending" msgstr "" -#: application/models/Logbook_model.php:4502 +#: application/models/Logbook_model.php:4503 msgid "unconfirmed" msgstr "" -#: application/models/Logbook_model.php:4505 +#: application/models/Logbook_model.php:4506 #: application/views/view_log/qso.php:267 msgid "unknown" msgstr "" @@ -2698,8 +2701,8 @@ msgstr "" #: application/views/gridmap/index.php:41 #: application/views/gridmap/index.php:70 #: application/views/gridmap/index.php:83 -#: application/views/interface_assets/footer.php:1485 -#: application/views/interface_assets/footer.php:1624 +#: application/views/interface_assets/footer.php:1487 +#: application/views/interface_assets/footer.php:1626 #: application/views/kml/index.php:21 application/views/kml/index.php:33 #: application/views/kml/index.php:49 application/views/kml/index.php:67 #: application/views/kml/index.php:79 @@ -2796,7 +2799,7 @@ msgstr "" #: application/views/accumulate/index.php:85 #: application/views/distances/index.php:58 #: application/views/gridmap/index.php:42 -#: application/views/logbookadvanced/edit.php:153 +#: application/views/logbookadvanced/edit.php:161 #: application/views/logbookadvanced/index.php:333 #: application/views/timeline/index.php:79 msgid "None/Empty" @@ -2807,7 +2810,7 @@ msgstr "" #: application/views/dxatlas/index.php:95 #: application/views/gridmap/index.php:44 application/views/kml/index.php:80 #: application/views/logbookadvanced/index.php:251 -#: application/views/qso/edit_ajax.php:190 application/views/qso/index.php:420 +#: application/views/qso/edit_ajax.php:190 application/views/qso/index.php:424 #: application/views/timeline/index.php:80 #: application/views/view_log/qso.php:213 msgctxt "Propagation Mode" @@ -2819,7 +2822,7 @@ msgstr "" #: application/views/dxatlas/index.php:96 #: application/views/gridmap/index.php:45 application/views/kml/index.php:81 #: application/views/logbookadvanced/index.php:252 -#: application/views/qso/edit_ajax.php:191 application/views/qso/index.php:421 +#: application/views/qso/edit_ajax.php:191 application/views/qso/index.php:425 #: application/views/timeline/index.php:81 #: application/views/view_log/qso.php:216 msgctxt "Propagation Mode" @@ -2831,7 +2834,7 @@ msgstr "" #: application/views/dxatlas/index.php:97 #: application/views/gridmap/index.php:46 application/views/kml/index.php:82 #: application/views/logbookadvanced/index.php:253 -#: application/views/qso/edit_ajax.php:192 application/views/qso/index.php:422 +#: application/views/qso/edit_ajax.php:192 application/views/qso/index.php:426 #: application/views/timeline/index.php:82 #: application/views/view_log/qso.php:219 msgctxt "Propagation Mode" @@ -2843,7 +2846,7 @@ msgstr "" #: application/views/dxatlas/index.php:98 #: application/views/gridmap/index.php:47 application/views/kml/index.php:83 #: application/views/logbookadvanced/index.php:254 -#: application/views/qso/edit_ajax.php:193 application/views/qso/index.php:423 +#: application/views/qso/edit_ajax.php:193 application/views/qso/index.php:427 #: application/views/timeline/index.php:83 #: application/views/view_log/qso.php:222 msgctxt "Propagation Mode" @@ -2855,7 +2858,7 @@ msgstr "" #: application/views/dxatlas/index.php:99 #: application/views/gridmap/index.php:48 application/views/kml/index.php:84 #: application/views/logbookadvanced/index.php:255 -#: application/views/qso/edit_ajax.php:194 application/views/qso/index.php:424 +#: application/views/qso/edit_ajax.php:194 application/views/qso/index.php:428 #: application/views/timeline/index.php:84 #: application/views/view_log/qso.php:225 msgctxt "Propagation Mode" @@ -2867,7 +2870,7 @@ msgstr "" #: application/views/dxatlas/index.php:100 #: application/views/gridmap/index.php:49 application/views/kml/index.php:85 #: application/views/logbookadvanced/index.php:256 -#: application/views/qso/edit_ajax.php:195 application/views/qso/index.php:425 +#: application/views/qso/edit_ajax.php:195 application/views/qso/index.php:429 #: application/views/timeline/index.php:85 #: application/views/view_log/qso.php:228 msgctxt "Propagation Mode" @@ -2879,7 +2882,7 @@ msgstr "" #: application/views/dxatlas/index.php:101 #: application/views/gridmap/index.php:50 application/views/kml/index.php:86 #: application/views/logbookadvanced/index.php:257 -#: application/views/qso/edit_ajax.php:196 application/views/qso/index.php:426 +#: application/views/qso/edit_ajax.php:196 application/views/qso/index.php:430 #: application/views/timeline/index.php:86 #: application/views/view_log/qso.php:231 msgctxt "Propagation Mode" @@ -2891,7 +2894,7 @@ msgstr "" #: application/views/dxatlas/index.php:102 #: application/views/gridmap/index.php:51 application/views/kml/index.php:87 #: application/views/logbookadvanced/index.php:258 -#: application/views/qso/edit_ajax.php:197 application/views/qso/index.php:427 +#: application/views/qso/edit_ajax.php:197 application/views/qso/index.php:431 #: application/views/timeline/index.php:87 #: application/views/view_log/qso.php:234 msgctxt "Propagation Mode" @@ -2903,7 +2906,7 @@ msgstr "" #: application/views/dxatlas/index.php:103 #: application/views/gridmap/index.php:52 application/views/kml/index.php:88 #: application/views/logbookadvanced/index.php:259 -#: application/views/qso/edit_ajax.php:198 application/views/qso/index.php:428 +#: application/views/qso/edit_ajax.php:198 application/views/qso/index.php:432 #: application/views/timeline/index.php:88 #: application/views/view_log/qso.php:237 msgctxt "Propagation Mode" @@ -2915,7 +2918,7 @@ msgstr "" #: application/views/dxatlas/index.php:104 #: application/views/gridmap/index.php:53 application/views/kml/index.php:89 #: application/views/logbookadvanced/index.php:260 -#: application/views/qso/edit_ajax.php:199 application/views/qso/index.php:429 +#: application/views/qso/edit_ajax.php:199 application/views/qso/index.php:433 #: application/views/timeline/index.php:89 #: application/views/view_log/qso.php:240 msgctxt "Propagation Mode" @@ -2927,7 +2930,7 @@ msgstr "" #: application/views/dxatlas/index.php:105 #: application/views/gridmap/index.php:54 application/views/kml/index.php:90 #: application/views/logbookadvanced/index.php:261 -#: application/views/qso/edit_ajax.php:200 application/views/qso/index.php:430 +#: application/views/qso/edit_ajax.php:200 application/views/qso/index.php:434 #: application/views/timeline/index.php:90 #: application/views/view_log/qso.php:243 msgctxt "Propagation Mode" @@ -2939,7 +2942,7 @@ msgstr "" #: application/views/dxatlas/index.php:106 #: application/views/gridmap/index.php:55 application/views/kml/index.php:91 #: application/views/logbookadvanced/index.php:262 -#: application/views/qso/edit_ajax.php:201 application/views/qso/index.php:431 +#: application/views/qso/edit_ajax.php:201 application/views/qso/index.php:435 #: application/views/timeline/index.php:91 #: application/views/view_log/qso.php:246 msgctxt "Propagation Mode" @@ -2951,7 +2954,7 @@ msgstr "" #: application/views/dxatlas/index.php:107 #: application/views/gridmap/index.php:56 application/views/kml/index.php:92 #: application/views/logbookadvanced/index.php:263 -#: application/views/qso/edit_ajax.php:202 application/views/qso/index.php:432 +#: application/views/qso/edit_ajax.php:202 application/views/qso/index.php:436 #: application/views/timeline/index.php:92 #: application/views/view_log/qso.php:249 msgctxt "Propagation Mode" @@ -2963,7 +2966,7 @@ msgstr "" #: application/views/dxatlas/index.php:108 #: application/views/gridmap/index.php:57 application/views/kml/index.php:93 #: application/views/logbookadvanced/index.php:264 -#: application/views/qso/edit_ajax.php:203 application/views/qso/index.php:433 +#: application/views/qso/edit_ajax.php:203 application/views/qso/index.php:437 #: application/views/timeline/index.php:93 #: application/views/view_log/qso.php:252 msgctxt "Propagation Mode" @@ -2975,7 +2978,7 @@ msgstr "" #: application/views/dxatlas/index.php:109 #: application/views/gridmap/index.php:58 application/views/kml/index.php:94 #: application/views/logbookadvanced/index.php:265 -#: application/views/qso/edit_ajax.php:204 application/views/qso/index.php:434 +#: application/views/qso/edit_ajax.php:204 application/views/qso/index.php:438 #: application/views/timeline/index.php:94 #: application/views/view_log/qso.php:255 msgctxt "Propagation Mode" @@ -2987,7 +2990,7 @@ msgstr "" #: application/views/dxatlas/index.php:110 #: application/views/gridmap/index.php:59 application/views/kml/index.php:95 #: application/views/logbookadvanced/index.php:266 -#: application/views/qso/edit_ajax.php:205 application/views/qso/index.php:435 +#: application/views/qso/edit_ajax.php:205 application/views/qso/index.php:439 #: application/views/timeline/index.php:95 #: application/views/view_log/qso.php:258 msgctxt "Propagation Mode" @@ -2999,7 +3002,7 @@ msgstr "" #: application/views/dxatlas/index.php:111 #: application/views/gridmap/index.php:60 application/views/kml/index.php:96 #: application/views/logbookadvanced/index.php:267 -#: application/views/qso/edit_ajax.php:206 application/views/qso/index.php:436 +#: application/views/qso/edit_ajax.php:206 application/views/qso/index.php:440 #: application/views/timeline/index.php:96 #: application/views/view_log/qso.php:261 msgctxt "Propagation Mode" @@ -3011,7 +3014,7 @@ msgstr "" #: application/views/dxatlas/index.php:112 #: application/views/gridmap/index.php:61 application/views/kml/index.php:97 #: application/views/logbookadvanced/index.php:268 -#: application/views/qso/edit_ajax.php:207 application/views/qso/index.php:437 +#: application/views/qso/edit_ajax.php:207 application/views/qso/index.php:441 #: application/views/timeline/index.php:97 #: application/views/view_log/qso.php:264 msgctxt "Propagation Mode" @@ -3178,7 +3181,7 @@ msgstr "" #: application/views/awards/wwff/index.php:34 #: application/views/cabrillo/index.php:31 #: application/views/components/hamsat/table.php:27 -#: application/views/contesting/index.php:161 +#: application/views/contesting/index.php:165 #: application/views/csv/index.php:23 application/views/dashboard/index.php:175 #: application/views/distancerecords/index.php:18 #: application/views/dxatlas/index.php:23 application/views/eqsl/import.php:42 @@ -3202,7 +3205,7 @@ msgstr "" #: application/views/search/lotw_unconfirmed.php:36 #: application/views/search/lotw_unconfirmed_result.php:6 #: application/views/search/result.php:11 -#: application/views/simplefle/index.php:150 +#: application/views/simplefle/index.php:151 #: application/views/station_profile/edit.php:63 #: application/views/stationsetup/linkedlocations.php:17 #: application/views/user/edit.php:123 application/views/user/index.php:4 @@ -3267,7 +3270,7 @@ msgstr "" #: application/views/bandmap/list.php:112 #: application/views/components/hamsat/table.php:25 #: application/views/contesting/index.php:98 -#: application/views/contesting/index.php:252 +#: application/views/contesting/index.php:256 #: application/views/dashboard/index.php:170 #: application/views/debug/index.php:570 #: application/views/distancerecords/index.php:16 @@ -3288,7 +3291,7 @@ msgstr "" #: application/views/search/cqzones_result.php:7 #: application/views/search/ituzones_result.php:7 #: application/views/search/search_result_ajax.php:89 -#: application/views/simplefle/index.php:148 +#: application/views/simplefle/index.php:149 #: application/views/statistics/custom.php:38 #: application/views/statistics/custom_result.php:40 #: application/views/statistics/custom_result.php:85 @@ -3311,7 +3314,7 @@ msgstr "" #: application/views/bandmap/list.php:112 #: application/views/components/hamsat/table.php:26 #: application/views/contesting/index.php:103 -#: application/views/contesting/index.php:252 +#: application/views/contesting/index.php:256 #: application/views/dashboard/index.php:173 #: application/views/debug/index.php:571 #: application/views/distancerecords/index.php:17 @@ -3326,7 +3329,7 @@ msgstr "" #: application/views/search/cqzones_result.php:8 #: application/views/search/ituzones_result.php:8 #: application/views/search/search_result_ajax.php:91 -#: application/views/simplefle/index.php:149 +#: application/views/simplefle/index.php:150 #: application/views/statistics/custom_result.php:86 #: application/views/timeline/index.php:289 #: application/views/timeplotter/index.php:5 @@ -3340,7 +3343,7 @@ msgstr "" #: application/views/adif/dcl_success.php:31 #: application/views/awards/vucc/band.php:18 #: application/views/bandmap/list.php:114 -#: application/views/contesting/index.php:253 +#: application/views/contesting/index.php:257 #: application/views/debug/index.php:572 application/views/debug/index.php:607 #: application/views/dxcalendar/index.php:12 #: application/views/eqsl/analysis.php:38 @@ -3417,7 +3420,7 @@ msgid "Add QSOs to Contest" msgstr "" #: application/views/adif/import.php:71 -#: application/views/simplefle/index.php:84 +#: application/views/simplefle/index.php:85 msgid "No Contest" msgstr "" @@ -3473,7 +3476,7 @@ msgstr "" #: application/views/adif/import.php:162 #: application/views/interface_assets/footer.php:32 #: application/views/interface_assets/footer.php:510 -#: application/views/interface_assets/footer.php:2170 +#: application/views/interface_assets/footer.php:2172 msgid "DANGER" msgstr "" @@ -3906,7 +3909,7 @@ msgstr "" #: application/views/logbookadvanced/qslcarousel.php:37 #: application/views/logbookadvanced/useroptions.php:94 #: application/views/lookup/index.php:3 application/views/qso/edit_ajax.php:306 -#: application/views/qso/index.php:396 +#: application/views/qso/index.php:400 #: application/views/search/cqzones_result.php:13 #: application/views/station_profile/create.php:106 #: application/views/station_profile/edit.php:153 @@ -4028,7 +4031,7 @@ msgstr "" #: application/views/awards/cq/index.php:56 #: application/views/awards/itu/index.php:56 #: application/views/awards/wac/index.php:44 -#: application/views/interface_assets/footer.php:2149 +#: application/views/interface_assets/footer.php:2151 #: application/views/qso/edit_ajax.php:405 #: application/views/view_log/qso.php:25 msgid "QSL Card" @@ -4235,10 +4238,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:87 #: application/views/awards/iota/index.php:61 #: application/views/bandmap/index.php:37 application/views/bandmap/list.php:83 -#: application/views/logbookadvanced/edit.php:155 +#: application/views/logbookadvanced/edit.php:163 #: application/views/logbookadvanced/index.php:335 #: application/views/options/dxcluster.php:56 -#: application/views/qso/edit_ajax.php:264 application/views/qso/index.php:387 +#: application/views/qso/edit_ajax.php:264 application/views/qso/index.php:391 #: application/views/view_log/qso.php:323 msgid "Antarctica" msgstr "" @@ -4246,10 +4249,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:91 #: application/views/awards/iota/index.php:65 #: application/views/bandmap/index.php:36 application/views/bandmap/list.php:82 -#: application/views/logbookadvanced/edit.php:154 +#: application/views/logbookadvanced/edit.php:162 #: application/views/logbookadvanced/index.php:334 #: application/views/options/dxcluster.php:55 -#: application/views/qso/edit_ajax.php:263 application/views/qso/index.php:386 +#: application/views/qso/edit_ajax.php:263 application/views/qso/index.php:390 #: application/views/view_log/qso.php:320 msgid "Africa" msgstr "" @@ -4257,10 +4260,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:95 #: application/views/awards/iota/index.php:69 #: application/views/bandmap/index.php:38 application/views/bandmap/list.php:84 -#: application/views/logbookadvanced/edit.php:157 +#: application/views/logbookadvanced/edit.php:165 #: application/views/logbookadvanced/index.php:337 #: application/views/options/dxcluster.php:57 -#: application/views/qso/edit_ajax.php:265 application/views/qso/index.php:388 +#: application/views/qso/edit_ajax.php:265 application/views/qso/index.php:392 #: application/views/view_log/qso.php:326 msgid "Asia" msgstr "" @@ -4268,10 +4271,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:99 #: application/views/awards/iota/index.php:73 #: application/views/bandmap/index.php:39 application/views/bandmap/list.php:85 -#: application/views/logbookadvanced/edit.php:158 +#: application/views/logbookadvanced/edit.php:166 #: application/views/logbookadvanced/index.php:338 #: application/views/options/dxcluster.php:58 -#: application/views/qso/edit_ajax.php:266 application/views/qso/index.php:389 +#: application/views/qso/edit_ajax.php:266 application/views/qso/index.php:393 #: application/views/view_log/qso.php:329 msgid "Europe" msgstr "" @@ -4279,10 +4282,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:103 #: application/views/awards/iota/index.php:77 #: application/views/bandmap/index.php:40 application/views/bandmap/list.php:86 -#: application/views/logbookadvanced/edit.php:156 +#: application/views/logbookadvanced/edit.php:164 #: application/views/logbookadvanced/index.php:336 #: application/views/options/dxcluster.php:59 -#: application/views/qso/edit_ajax.php:267 application/views/qso/index.php:390 +#: application/views/qso/edit_ajax.php:267 application/views/qso/index.php:394 #: application/views/view_log/qso.php:332 msgid "North America" msgstr "" @@ -4290,10 +4293,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:107 #: application/views/awards/iota/index.php:81 #: application/views/bandmap/index.php:42 application/views/bandmap/list.php:88 -#: application/views/logbookadvanced/edit.php:159 +#: application/views/logbookadvanced/edit.php:167 #: application/views/logbookadvanced/index.php:339 #: application/views/options/dxcluster.php:61 -#: application/views/qso/edit_ajax.php:269 application/views/qso/index.php:392 +#: application/views/qso/edit_ajax.php:269 application/views/qso/index.php:396 #: application/views/view_log/qso.php:338 msgid "South America" msgstr "" @@ -4301,10 +4304,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:111 #: application/views/awards/iota/index.php:85 #: application/views/bandmap/index.php:41 application/views/bandmap/list.php:87 -#: application/views/logbookadvanced/edit.php:160 +#: application/views/logbookadvanced/edit.php:168 #: application/views/logbookadvanced/index.php:340 #: application/views/options/dxcluster.php:60 -#: application/views/qso/edit_ajax.php:268 application/views/qso/index.php:391 +#: application/views/qso/edit_ajax.php:268 application/views/qso/index.php:395 #: application/views/view_log/qso.php:335 msgid "Oceania" msgstr "" @@ -4494,13 +4497,13 @@ msgstr "" #: application/views/contesting/add.php:25 #: application/views/contesting/create.php:24 #: application/views/contesting/index.php:59 -#: application/views/contesting/index.php:219 +#: application/views/contesting/index.php:223 #: application/views/dashboard/index.php:18 #: application/views/labels/index.php:41 application/views/labels/index.php:75 #: application/views/logbookadvanced/index.php:613 #: application/views/logbookadvanced/qslcarousel.php:34 #: application/views/logbookadvanced/useroptions.php:54 -#: application/views/qso/edit_ajax.php:170 application/views/qso/index.php:191 +#: application/views/qso/edit_ajax.php:170 application/views/qso/index.php:195 #: application/views/satellite/edit.php:34 #: application/views/satellite/index.php:21 #: application/views/search/result.php:16 @@ -4528,7 +4531,7 @@ msgstr "" #: application/views/logbookadvanced/index.php:646 #: application/views/logbookadvanced/useroptions.php:98 #: application/views/lookup/index.php:7 application/views/qso/edit_ajax.php:314 -#: application/views/qso/index.php:406 +#: application/views/qso/index.php:410 #: application/views/search/ituzones_result.php:13 #: application/views/station_profile/create.php:120 #: application/views/station_profile/edit.php:170 @@ -4637,7 +4640,7 @@ msgid "" msgstr "" #: application/views/awards/pota/index.php:31 -#: application/views/qso/index.php:239 application/views/qso/index.php:498 +#: application/views/qso/index.php:243 application/views/qso/index.php:502 #: application/views/station_profile/create.php:177 #: application/views/station_profile/edit.php:272 #: application/views/user/edit.php:595 application/views/view_log/qso.php:376 @@ -4817,7 +4820,7 @@ msgstr "" #: application/views/logbookadvanced/index.php:330 #: application/views/logbookadvanced/index.php:682 #: application/views/logbookadvanced/useroptions.php:146 -#: application/views/qso/edit_ajax.php:260 application/views/qso/index.php:383 +#: application/views/qso/edit_ajax.php:260 application/views/qso/index.php:387 #: application/views/view_log/qso.php:315 msgid "Continent" msgstr "" @@ -4917,7 +4920,7 @@ msgid "" msgstr "" #: application/views/awards/wwff/index.php:31 -#: application/views/qso/index.php:227 application/views/qso/index.php:485 +#: application/views/qso/index.php:231 application/views/qso/index.php:489 #: application/views/station_profile/create.php:171 #: application/views/station_profile/edit.php:259 #: application/views/user/edit.php:591 application/views/view_log/qso.php:369 @@ -4977,8 +4980,8 @@ msgstr "" #: application/views/bandmap/index.php:27 application/views/bandmap/list.php:65 #: application/views/contesting/index.php:19 #: application/views/contesting/index.php:57 -#: application/views/contesting/index.php:150 -#: application/views/qso/index.php:317 +#: application/views/contesting/index.php:154 +#: application/views/qso/index.php:321 msgid "None" msgstr "" @@ -5062,14 +5065,14 @@ msgid "" msgstr "" #: application/views/bands/index.php:54 application/views/qso/edit_ajax.php:378 -#: application/views/qso/index.php:251 application/views/qso/index.php:510 +#: application/views/qso/index.php:255 application/views/qso/index.php:514 #: application/views/user/edit.php:599 application/views/view_log/qso.php:398 #: application/views/view_log/qso.php:666 msgid "Sig" msgstr "" #: application/views/bands/index.php:56 application/views/qso/edit_ajax.php:346 -#: application/views/qso/index.php:449 +#: application/views/qso/index.php:453 msgid "USA County" msgstr "" @@ -5197,7 +5200,7 @@ msgstr "" #: application/views/cabrillo/index.php:48 #: application/views/logbookadvanced/index.php:553 -#: application/views/qso/index.php:275 +#: application/views/qso/index.php:279 #: application/views/station_profile/edit.php:92 msgid "Location" msgstr "" @@ -5298,8 +5301,9 @@ msgstr "" #: application/views/cabrillo/index.php:196 #: application/views/cabrillo/index.php:204 -#: application/views/logbookadvanced/edit.php:139 -#: application/views/logbookadvanced/edit.php:147 +#: application/views/logbookadvanced/edit.php:141 +#: application/views/logbookadvanced/edit.php:149 +#: application/views/logbookadvanced/edit.php:155 #: application/views/logbookadvanced/index.php:353 #: application/views/logbookadvanced/index.php:364 #: application/views/logbookadvanced/index.php:395 @@ -5317,7 +5321,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:522 #: application/views/qso/edit_ajax.php:535 #: application/views/qso/edit_ajax.php:551 -#: application/views/qso/edit_ajax.php:565 application/views/qso/index.php:587 +#: application/views/qso/edit_ajax.php:565 application/views/qso/index.php:591 #: application/views/search/result.php:74 #: application/views/station_profile/create.php:209 #: application/views/station_profile/create.php:217 @@ -5342,8 +5346,9 @@ msgstr "Da" #: application/views/cabrillo/index.php:197 #: application/views/cabrillo/index.php:203 -#: application/views/logbookadvanced/edit.php:140 -#: application/views/logbookadvanced/edit.php:148 +#: application/views/logbookadvanced/edit.php:142 +#: application/views/logbookadvanced/edit.php:150 +#: application/views/logbookadvanced/edit.php:156 #: application/views/logbookadvanced/index.php:354 #: application/views/logbookadvanced/index.php:365 #: application/views/logbookadvanced/index.php:396 @@ -5361,7 +5366,7 @@ msgstr "Da" #: application/views/qso/edit_ajax.php:521 #: application/views/qso/edit_ajax.php:534 #: application/views/qso/edit_ajax.php:550 -#: application/views/qso/edit_ajax.php:564 application/views/qso/index.php:586 +#: application/views/qso/edit_ajax.php:564 application/views/qso/index.php:590 #: application/views/search/result.php:76 #: application/views/station_profile/create.php:210 #: application/views/station_profile/create.php:218 @@ -5428,12 +5433,12 @@ msgid "No upcoming activations found. Please check back later." msgstr "" #: application/views/components/hamsat/table.php:28 -#: application/views/contesting/index.php:224 +#: application/views/contesting/index.php:228 #: application/views/hamsat/index.php:31 #: application/views/logbookadvanced/edit.php:7 #: application/views/logbookadvanced/index.php:670 #: application/views/logbookadvanced/useroptions.php:130 -#: application/views/qso/edit_ajax.php:181 application/views/qso/index.php:292 +#: application/views/qso/edit_ajax.php:181 application/views/qso/index.php:296 #: application/views/view_log/qso.php:202 msgid "Comment" msgstr "" @@ -5471,7 +5476,7 @@ msgstr "" #: application/views/logbookadvanced/index.php:676 #: application/views/logbookadvanced/useroptions.php:138 #: application/views/qso/edit_ajax.php:39 -#: application/views/simplefle/index.php:82 +#: application/views/simplefle/index.php:83 msgid "Contest" msgstr "" @@ -5645,7 +5650,7 @@ msgstr "" #: application/views/contesting/index.php:40 #: application/views/operator/index.php:5 -#: application/views/qso/edit_ajax.php:596 application/views/qso/index.php:355 +#: application/views/qso/edit_ajax.php:596 application/views/qso/index.php:359 msgid "Operator Callsign" msgstr "" @@ -5719,54 +5724,54 @@ msgctxt "Keep the translation short!" msgid "Serial" msgstr "" -#: application/views/contesting/index.php:177 -#: application/views/contesting/index.php:260 +#: application/views/contesting/index.php:181 +#: application/views/contesting/index.php:264 #: application/views/qso/edit_ajax.php:620 msgid "Serial (S)" msgstr "" -#: application/views/contesting/index.php:182 +#: application/views/contesting/index.php:186 msgid "Gridsquare (S)" msgstr "" -#: application/views/contesting/index.php:187 -#: application/views/contesting/index.php:258 +#: application/views/contesting/index.php:191 +#: application/views/contesting/index.php:262 msgid "Exch (S)" msgstr "" -#: application/views/contesting/index.php:201 -#: application/views/contesting/index.php:261 +#: application/views/contesting/index.php:205 +#: application/views/contesting/index.php:265 #: application/views/qso/edit_ajax.php:615 msgid "Serial (R)" msgstr "" -#: application/views/contesting/index.php:206 +#: application/views/contesting/index.php:210 msgid "Gridsquare (R)" msgstr "" -#: application/views/contesting/index.php:211 -#: application/views/contesting/index.php:259 +#: application/views/contesting/index.php:215 +#: application/views/contesting/index.php:263 msgid "Exch (R)" msgstr "" -#: application/views/contesting/index.php:229 +#: application/views/contesting/index.php:233 msgid "Reset QSO" msgstr "" -#: application/views/contesting/index.php:230 -#: application/views/qso/index.php:638 +#: application/views/contesting/index.php:234 +#: application/views/qso/index.php:642 msgid "Save QSO" msgstr "" -#: application/views/contesting/index.php:239 +#: application/views/contesting/index.php:243 msgid "Callsign Suggestions" msgstr "" -#: application/views/contesting/index.php:246 +#: application/views/contesting/index.php:250 msgid "Contest Logbook" msgstr "" -#: application/views/contesting/index.php:263 +#: application/views/contesting/index.php:267 #: application/views/qso/edit_ajax.php:163 msgid "VUCC Gridsquare" msgstr "" @@ -5930,7 +5935,7 @@ msgstr "" #: application/views/csv/index.php:92 application/views/dxatlas/index.php:92 #: application/views/eqsl/download.php:42 #: application/views/eqslcard/index.php:33 application/views/kml/index.php:77 -#: application/views/qso/edit_ajax.php:187 application/views/qso/index.php:417 +#: application/views/qso/edit_ajax.php:187 application/views/qso/index.php:421 msgid "Propagation Mode" msgstr "" @@ -6042,7 +6047,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:420 #: application/views/qso/edit_ajax.php:481 #: application/views/qso/edit_ajax.php:518 -#: application/views/qso/edit_ajax.php:547 application/views/qso/index.php:583 +#: application/views/qso/edit_ajax.php:547 application/views/qso/index.php:587 #: application/views/search/search_result_ajax.php:180 #: application/views/search/search_result_ajax.php:260 #: application/views/search/search_result_ajax.php:298 @@ -6095,7 +6100,7 @@ msgid "Received" msgstr "" #: application/views/dashboard/index.php:301 -#: application/views/logbookadvanced/edit.php:141 +#: application/views/logbookadvanced/edit.php:143 #: application/views/logbookadvanced/index.php:355 #: application/views/logbookadvanced/index.php:366 #: application/views/logbookadvanced/index.php:397 @@ -6114,7 +6119,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:523 #: application/views/qso/edit_ajax.php:536 #: application/views/qso/edit_ajax.php:552 -#: application/views/qso/edit_ajax.php:566 application/views/qso/index.php:588 +#: application/views/qso/edit_ajax.php:566 application/views/qso/index.php:592 #: application/views/search/search_result_ajax.php:186 #: application/views/search/search_result_ajax.php:228 #: application/views/view_log/partial/log_ajax.php:148 @@ -6623,7 +6628,7 @@ msgstr "" #: application/views/distances/index.php:7 #: application/views/interface_assets/footer.php:30 -#: application/views/simplefle/index.php:70 +#: application/views/simplefle/index.php:71 msgid "QSO Data" msgstr "" @@ -6949,10 +6954,10 @@ msgid "QSL Date" msgstr "" #: application/views/eqslcard/index.php:60 -#: application/views/interface_assets/footer.php:2375 -#: application/views/interface_assets/footer.php:2393 -#: application/views/interface_assets/footer.php:2414 -#: application/views/interface_assets/footer.php:2432 +#: application/views/interface_assets/footer.php:2377 +#: application/views/interface_assets/footer.php:2395 +#: application/views/interface_assets/footer.php:2416 +#: application/views/interface_assets/footer.php:2434 #: application/views/qslcard/index.php:66 #: application/views/view_log/qso.php:703 msgid "View" @@ -7089,7 +7094,7 @@ msgid "Not worked" msgstr "" #: application/views/interface_assets/footer.php:47 -#: application/views/qso/index.php:632 +#: application/views/qso/index.php:636 #: application/views/visitor/layout/footer.php:246 msgid "Clear" msgstr "" @@ -7213,62 +7218,62 @@ msgstr "" msgid "Grids: " msgstr "" -#: application/views/interface_assets/footer.php:1203 +#: application/views/interface_assets/footer.php:1204 #, php-format msgid "You're not logged in. Please %slogin%s" msgstr "" -#: application/views/interface_assets/footer.php:1412 -#: application/views/interface_assets/footer.php:1416 -#: application/views/interface_assets/footer.php:1419 -#: application/views/interface_assets/footer.php:1556 -#: application/views/interface_assets/footer.php:1560 -#: application/views/interface_assets/footer.php:1563 +#: application/views/interface_assets/footer.php:1414 +#: application/views/interface_assets/footer.php:1418 +#: application/views/interface_assets/footer.php:1421 +#: application/views/interface_assets/footer.php:1558 +#: application/views/interface_assets/footer.php:1562 +#: application/views/interface_assets/footer.php:1565 msgid "grid square" msgstr "" -#: application/views/interface_assets/footer.php:1419 -#: application/views/interface_assets/footer.php:1563 +#: application/views/interface_assets/footer.php:1421 +#: application/views/interface_assets/footer.php:1565 msgid "Total count" msgstr "" -#: application/views/interface_assets/footer.php:2151 +#: application/views/interface_assets/footer.php:2153 msgid "QSL Card for " msgstr "" -#: application/views/interface_assets/footer.php:2171 +#: application/views/interface_assets/footer.php:2173 msgid "Warning! Are you sure you want to delete this QSL card?" msgstr "" -#: application/views/interface_assets/footer.php:2211 +#: application/views/interface_assets/footer.php:2213 #: application/views/view_log/qso.php:42 msgid "eQSL Card" msgstr "" -#: application/views/interface_assets/footer.php:2213 +#: application/views/interface_assets/footer.php:2215 msgid "eQSL Card for " msgstr "" -#: application/views/interface_assets/footer.php:2386 -#: application/views/interface_assets/footer.php:2425 +#: application/views/interface_assets/footer.php:2388 +#: application/views/interface_assets/footer.php:2427 #: application/views/view_log/qso.php:693 msgid "QSL image file" msgstr "" -#: application/views/interface_assets/footer.php:2405 +#: application/views/interface_assets/footer.php:2407 msgid "Front QSL Card:" msgstr "" -#: application/views/interface_assets/footer.php:2443 +#: application/views/interface_assets/footer.php:2445 msgid "Back QSL Card:" msgstr "" -#: application/views/interface_assets/footer.php:2454 -#: application/views/interface_assets/footer.php:2479 +#: application/views/interface_assets/footer.php:2456 +#: application/views/interface_assets/footer.php:2481 msgid "Add additional QSOs to a QSL Card" msgstr "" -#: application/views/interface_assets/footer.php:2490 +#: application/views/interface_assets/footer.php:2492 msgid "Something went wrong. Please try again!" msgstr "" @@ -7794,27 +7799,36 @@ msgid "QRZ Received" msgstr "" #: application/views/logbookadvanced/edit.php:30 +msgid "eQSL Sent" +msgstr "" + +#: application/views/logbookadvanced/edit.php:31 +msgid "eQSL Received" +msgstr "" + +#: application/views/logbookadvanced/edit.php:32 #: application/views/logbookadvanced/index.php:691 #: application/views/logbookadvanced/useroptions.php:158 msgid "Station power" msgstr "" -#: application/views/logbookadvanced/edit.php:80 +#: application/views/logbookadvanced/edit.php:82 msgid "SAT Mode" msgstr "" -#: application/views/logbookadvanced/edit.php:94 +#: application/views/logbookadvanced/edit.php:96 msgid "Band RX" msgstr "" -#: application/views/logbookadvanced/edit.php:142 -#: application/views/logbookadvanced/edit.php:149 +#: application/views/logbookadvanced/edit.php:144 +#: application/views/logbookadvanced/edit.php:151 +#: application/views/logbookadvanced/edit.php:157 #: application/views/logbookadvanced/index.php:341 #: application/views/logbookadvanced/index.php:566 msgid "Invalid" msgstr "" -#: application/views/logbookadvanced/edit.php:143 +#: application/views/logbookadvanced/edit.php:145 #: application/views/logbookadvanced/index.php:368 #: application/views/logbookadvanced/index.php:410 #: application/views/logbookadvanced/index.php:432 @@ -7887,7 +7901,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:426 #: application/views/qso/edit_ajax.php:487 #: application/views/qso/edit_ajax.php:524 -#: application/views/qso/edit_ajax.php:553 application/views/qso/index.php:589 +#: application/views/qso/edit_ajax.php:553 application/views/qso/index.php:593 #: application/views/search/search_result_ajax.php:183 #: application/views/search/search_result_ajax.php:225 #: application/views/view_log/partial/log_ajax.php:145 @@ -7918,7 +7932,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:525 #: application/views/qso/edit_ajax.php:537 #: application/views/qso/edit_ajax.php:554 -#: application/views/qso/edit_ajax.php:567 application/views/qso/index.php:590 +#: application/views/qso/edit_ajax.php:567 application/views/qso/index.php:594 #: application/views/search/search_result_ajax.php:189 #: application/views/search/search_result_ajax.php:231 #: application/views/search/search_result_ajax.php:305 @@ -7953,7 +7967,7 @@ msgstr "" #: application/views/qslprint/qsolist.php:121 #: application/views/qslprint/qsolist.php:212 #: application/views/qso/edit_ajax.php:438 -#: application/views/qso/edit_ajax.php:471 application/views/qso/index.php:601 +#: application/views/qso/edit_ajax.php:471 application/views/qso/index.php:605 #: application/views/search/search_result_ajax.php:199 #: application/views/search/search_result_ajax.php:241 #: application/views/view_log/partial/log_ajax.php:164 @@ -7971,7 +7985,7 @@ msgstr "" #: application/views/qslprint/qsolist.php:124 #: application/views/qslprint/qsolist.php:213 #: application/views/qso/edit_ajax.php:437 -#: application/views/qso/edit_ajax.php:470 application/views/qso/index.php:600 +#: application/views/qso/edit_ajax.php:470 application/views/qso/index.php:604 #: application/views/search/search_result_ajax.php:202 #: application/views/search/search_result_ajax.php:244 #: application/views/view_log/partial/log_ajax.php:167 @@ -7989,7 +8003,7 @@ msgstr "" #: application/views/qslprint/qsolist.php:130 #: application/views/qslprint/qsolist.php:214 #: application/views/qso/edit_ajax.php:439 -#: application/views/qso/edit_ajax.php:472 application/views/qso/index.php:602 +#: application/views/qso/edit_ajax.php:472 application/views/qso/index.php:606 #: application/views/search/search_result_ajax.php:208 #: application/views/search/search_result_ajax.php:250 #: application/views/view_log/partial/log_ajax.php:173 @@ -8003,7 +8017,7 @@ msgstr "" #: application/views/oqrs/qsolist.php:117 #: application/views/qslprint/qsolist.php:127 #: application/views/qso/edit_ajax.php:440 -#: application/views/qso/edit_ajax.php:473 application/views/qso/index.php:603 +#: application/views/qso/edit_ajax.php:473 application/views/qso/index.php:607 #: application/views/search/search_result_ajax.php:247 #: application/views/view_log/partial/log_ajax.php:208 msgid "Manager" @@ -8988,7 +9002,7 @@ msgstr "" #: application/views/qslprint/qslprint.php:28 #: application/views/qslprint/qsolist.php:15 #: application/views/qslprint/qsolist.php:85 -#: application/views/qso/index.php:609 +#: application/views/qso/index.php:613 #: application/views/search/search_result_ajax.php:205 #: application/views/view_log/partial/log_ajax.php:170 #: src/QSLManager/QSO.php:346 @@ -9096,7 +9110,7 @@ msgid "Time of request" msgstr "" #: application/views/oqrs/showrequests.php:81 -#: application/views/simplefle/index.php:76 +#: application/views/simplefle/index.php:77 msgid "QSO Date" msgstr "" @@ -9230,7 +9244,7 @@ msgid "Remove" msgstr "" #: application/views/qslprint/qslprint.php:34 -#: application/views/simplefle/index.php:141 +#: application/views/simplefle/index.php:142 msgid "QSO List" msgstr "" @@ -9318,11 +9332,11 @@ msgstr "" msgid "RX Band" msgstr "" -#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:351 +#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:355 msgid "Give power value in Watts. Include only numbers in the input." msgstr "" -#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:349 +#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:353 #: application/views/reg1test/index.php:114 #: application/views/view_log/qso.php:631 msgid "Transmit Power (W)" @@ -9352,7 +9366,7 @@ msgstr "" msgid "Long Path" msgstr "" -#: application/views/qso/edit_ajax.php:273 application/views/qso/index.php:531 +#: application/views/qso/edit_ajax.php:273 application/views/qso/index.php:535 #: application/views/view_log/qso.php:448 msgid "eMail" msgstr "" @@ -9365,32 +9379,32 @@ msgstr "" msgid "Sat Mode" msgstr "" -#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:558 +#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:562 msgid "Antenna Azimuth (°)" msgstr "" -#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:560 +#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:564 msgid "Antenna azimuth in decimal degrees." msgstr "" -#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:564 +#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:568 msgid "Antenna Elevation (°)" msgstr "" -#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:566 +#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:570 msgid "Antenna elevation in decimal degrees." msgstr "" -#: application/views/qso/edit_ajax.php:382 application/views/qso/index.php:258 -#: application/views/qso/index.php:516 application/views/user/edit.php:599 +#: application/views/qso/edit_ajax.php:382 application/views/qso/index.php:262 +#: application/views/qso/index.php:520 application/views/user/edit.php:599 #: application/views/view_log/qso.php:414 #: application/views/view_log/qso.php:671 msgid "Sig Info" msgstr "" #: application/views/qso/edit_ajax.php:397 -#: application/views/qso/edit_ajax.php:510 application/views/qso/index.php:575 -#: application/views/qso/index.php:619 +#: application/views/qso/edit_ajax.php:510 application/views/qso/index.php:579 +#: application/views/qso/index.php:623 msgid "Note: Gets exported to third-party services." msgstr "" @@ -9399,8 +9413,8 @@ msgid "Sent Method" msgstr "" #: application/views/qso/edit_ajax.php:436 -#: application/views/qso/edit_ajax.php:469 application/views/qso/index.php:596 -#: application/views/qso/index.php:599 +#: application/views/qso/edit_ajax.php:469 application/views/qso/index.php:600 +#: application/views/qso/index.php:603 msgid "Method" msgstr "" @@ -9419,11 +9433,11 @@ msgstr "" msgid "Received Method" msgstr "" -#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:616 +#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:620 msgid "Get the default message for eQSL, for this station." msgstr "" -#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:616 +#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:620 msgid "QSL MSG" msgstr "" @@ -9460,7 +9474,7 @@ msgstr "" msgid "TimeOff is less than TimeOn" msgstr "" -#: application/views/qso/index.php:5 application/views/qso/index.php:727 +#: application/views/qso/index.php:5 application/views/qso/index.php:731 msgid "Previous Contacts" msgstr "" @@ -9513,7 +9527,7 @@ msgstr "" msgid "Search DXCluster for latest Spot" msgstr "" -#: application/views/qso/index.php:199 application/views/qso/index.php:455 +#: application/views/qso/index.php:203 application/views/qso/index.php:459 #: application/views/station_profile/create.php:149 #: application/views/station_profile/edit.php:218 #: application/views/user/edit.php:583 application/views/view_log/qso.php:355 @@ -9521,7 +9535,7 @@ msgstr "" msgid "IOTA Reference" msgstr "" -#: application/views/qso/index.php:215 application/views/qso/index.php:472 +#: application/views/qso/index.php:219 application/views/qso/index.php:476 #: application/views/station_profile/create.php:165 #: application/views/station_profile/edit.php:246 #: application/views/user/edit.php:587 application/views/view_log/qso.php:362 @@ -9529,91 +9543,91 @@ msgstr "" msgid "SOTA Reference" msgstr "" -#: application/views/qso/index.php:325 application/views/view_log/qso.php:100 +#: application/views/qso/index.php:329 application/views/view_log/qso.php:100 msgid "Frequency (RX)" msgstr "" -#: application/views/qso/index.php:330 +#: application/views/qso/index.php:334 msgid "Band (RX)" msgstr "" -#: application/views/qso/index.php:474 +#: application/views/qso/index.php:478 msgid "For example: GM/NS-001." msgstr "" -#: application/views/qso/index.php:487 +#: application/views/qso/index.php:491 msgid "For example: DLFF-0069." msgstr "" -#: application/views/qso/index.php:500 +#: application/views/qso/index.php:504 msgid "For example: PA-0150. Multiple values allowed." msgstr "" -#: application/views/qso/index.php:512 +#: application/views/qso/index.php:516 msgid "For example: GMA" msgstr "" -#: application/views/qso/index.php:518 +#: application/views/qso/index.php:522 msgid "For example: DA/NW-357" msgstr "" -#: application/views/qso/index.php:526 +#: application/views/qso/index.php:530 msgid "For example: Q03" msgstr "" -#: application/views/qso/index.php:533 +#: application/views/qso/index.php:537 msgid "eMail-Adress of QSO-Partner" msgstr "" -#: application/views/qso/index.php:542 application/views/view_log/qso.php:276 +#: application/views/qso/index.php:546 application/views/view_log/qso.php:276 msgid "Satellite Name" msgstr "" -#: application/views/qso/index.php:550 application/views/view_log/qso.php:283 +#: application/views/qso/index.php:554 application/views/view_log/qso.php:283 msgid "Satellite Mode" msgstr "" -#: application/views/qso/index.php:635 +#: application/views/qso/index.php:639 msgid "Reset to Default" msgstr "" -#: application/views/qso/index.php:676 +#: application/views/qso/index.php:680 msgid "Winkey" msgstr "" -#: application/views/qso/index.php:678 +#: application/views/qso/index.php:682 msgid "Connect" msgstr "" -#: application/views/qso/index.php:687 +#: application/views/qso/index.php:691 msgid "Stop" msgstr "" -#: application/views/qso/index.php:688 +#: application/views/qso/index.php:692 msgid "Tune" msgstr "" -#: application/views/qso/index.php:689 +#: application/views/qso/index.php:693 msgid "Stop Tune" msgstr "" -#: application/views/qso/index.php:695 +#: application/views/qso/index.php:699 msgid "CW Speed" msgstr "" -#: application/views/qso/index.php:700 +#: application/views/qso/index.php:704 msgid "Send" msgstr "" -#: application/views/qso/index.php:710 +#: application/views/qso/index.php:714 msgid "Suggestions" msgstr "" -#: application/views/qso/index.php:717 +#: application/views/qso/index.php:721 msgid "Profile Picture" msgstr "" -#: application/views/qso/index.php:741 +#: application/views/qso/index.php:745 msgid "Max. 5 previous contacts are shown" msgstr "" @@ -10182,7 +10196,7 @@ msgid "" msgstr "" #: application/views/simplefle/index.php:17 -#: application/views/simplefle/index.php:178 +#: application/views/simplefle/index.php:179 msgid "Syntax Help" msgstr "" @@ -10257,63 +10271,63 @@ msgstr "" msgid "An error occurred while saving the QSO to the logbook! Error: " msgstr "" -#: application/views/simplefle/index.php:42 +#: application/views/simplefle/index.php:43 msgid "What is that?" msgstr "" -#: application/views/simplefle/index.php:45 +#: application/views/simplefle/index.php:46 msgid "Current UTC Time" msgstr "" -#: application/views/simplefle/index.php:78 +#: application/views/simplefle/index.php:79 msgid "If you don't choose a date, today's date will be used." msgstr "" -#: application/views/simplefle/index.php:90 +#: application/views/simplefle/index.php:91 msgid "You can add the entered QSOs to a contest." msgstr "" -#: application/views/simplefle/index.php:97 +#: application/views/simplefle/index.php:98 msgid "Station Call/Location" msgstr "" -#: application/views/simplefle/index.php:109 +#: application/views/simplefle/index.php:110 #, php-format msgid "" "If you did operate from a new location, first create a new %sStation " "Location%s" msgstr "" -#: application/views/simplefle/index.php:114 +#: application/views/simplefle/index.php:115 msgid "e.g. OK2CQR" msgstr "" -#: application/views/simplefle/index.php:117 +#: application/views/simplefle/index.php:118 msgid "This is callsign of the operator. Without any pre- or suffixes." msgstr "" -#: application/views/simplefle/index.php:127 +#: application/views/simplefle/index.php:128 msgid "Enter the Data" msgstr "" -#: application/views/simplefle/index.php:156 +#: application/views/simplefle/index.php:157 msgid "Refs" msgstr "" -#: application/views/simplefle/index.php:168 +#: application/views/simplefle/index.php:169 #, php-format msgid "The Refs can be either %sS%sOTA, %sI%sOTA, %sP%sOTA, or %sW%sWFF" msgstr "" -#: application/views/simplefle/index.php:175 +#: application/views/simplefle/index.php:176 msgid "Reload QSO List" msgstr "" -#: application/views/simplefle/index.php:176 +#: application/views/simplefle/index.php:177 msgid "Save in Wavelog" msgstr "" -#: application/views/simplefle/index.php:177 +#: application/views/simplefle/index.php:178 msgid "Clear Logging Session" msgstr "" diff --git a/application/locale/cnr/LC_MESSAGES/messages.po b/application/locale/cnr/LC_MESSAGES/messages.po index 8fea55044..f1355cfa4 100644 --- a/application/locale/cnr/LC_MESSAGES/messages.po +++ b/application/locale/cnr/LC_MESSAGES/messages.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-11-15 15:56+0000\n" +"POT-Creation-Date: 2024-11-18 17:48+0000\n" "PO-Revision-Date: 2024-08-17 10:49+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Montenegrin \n" "Language-Team: Czech \n" -"Language-Team: German \n" +"Language-Team: German \n" "Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -210,16 +210,16 @@ msgstr "ADIF-Import fehlgeschlagen!" msgid "Station Profile not valid for User" msgstr "Stations-Standort ist nicht gültig für diesen Benutzer" -#: application/controllers/Adif.php:269 +#: application/controllers/Adif.php:263 #: application/views/adif/import_success.php:12 msgid "ADIF Imported" msgstr "ADIF importiert" -#: application/controllers/Adif.php:280 +#: application/controllers/Adif.php:274 msgid "DCL Import" msgstr "DCL Import" -#: application/controllers/Adif.php:338 +#: application/controllers/Adif.php:332 msgid "DCL Data Imported" msgstr "DCL-Daten importiert" @@ -283,8 +283,8 @@ msgstr "Diplome – %s" #: application/views/interface_assets/header.php:198 #: application/views/logbookadvanced/index.php:658 #: application/views/logbookadvanced/useroptions.php:114 -#: application/views/qso/edit_ajax.php:387 application/views/qso/index.php:267 -#: application/views/qso/index.php:524 application/views/user/edit.php:603 +#: application/views/qso/edit_ajax.php:387 application/views/qso/index.php:271 +#: application/views/qso/index.php:528 application/views/user/edit.php:603 #: application/views/view_log/qso.php:433 msgid "DOK" msgstr "DOK" @@ -302,7 +302,7 @@ msgstr "DOK" #: application/views/logbookadvanced/useroptions.php:86 #: application/views/lookup/index.php:4 #: application/views/lotw_views/index.php:36 -#: application/views/qso/edit_ajax.php:232 application/views/qso/index.php:364 +#: application/views/qso/edit_ajax.php:232 application/views/qso/index.php:368 #: application/views/search/cqzones_result.php:15 #: application/views/search/ituzones_result.php:15 #: application/views/search/result.php:27 @@ -1110,7 +1110,7 @@ msgstr "Clublog" #: application/views/awards/was/index.php:87 #: application/views/components/hamsat/table.php:30 #: application/views/contesting/index.php:113 -#: application/views/contesting/index.php:255 +#: application/views/contesting/index.php:259 #: application/views/continents/index.php:39 application/views/csv/index.php:42 #: application/views/dashboard/index.php:4 #: application/views/debug/index.php:573 @@ -1147,7 +1147,7 @@ msgstr "Clublog" #: application/views/search/ituzones_result.php:10 #: application/views/search/lotw_unconfirmed_result.php:8 #: application/views/search/search_result_ajax.php:4 -#: application/views/simplefle/index.php:152 +#: application/views/simplefle/index.php:153 #: application/views/statistics/custom.php:60 #: application/views/statistics/custom_result.php:62 #: application/views/statistics/custom_result.php:88 @@ -1167,8 +1167,8 @@ msgstr "Mode" #: application/controllers/Logbook.php:1357 #: application/views/awards/pota/index.php:36 #: application/views/awards/wwff/index.php:36 -#: application/views/contesting/index.php:170 -#: application/views/contesting/index.php:256 +#: application/views/contesting/index.php:174 +#: application/views/contesting/index.php:260 #: application/views/logbookadvanced/index.php:601 #: application/views/logbookadvanced/useroptions.php:38 #: application/views/qslcard/searchresult.php:13 @@ -1179,9 +1179,9 @@ msgstr "Mode" #: application/views/qslprint/qslprint.php:26 #: application/views/qslprint/qsolist.php:11 #: application/views/qso/components/previous_contacts.php:78 -#: application/views/qso/edit_ajax.php:141 application/views/qso/index.php:180 +#: application/views/qso/edit_ajax.php:141 application/views/qso/index.php:184 #: application/views/search/search_result_ajax.php:5 -#: application/views/simplefle/index.php:153 +#: application/views/simplefle/index.php:154 #: application/views/user/edit.php:230 application/views/user/edit.php:252 #: application/views/user/edit.php:274 application/views/user/edit.php:296 #: application/views/user/edit.php:319 @@ -1194,8 +1194,8 @@ msgstr "RST (S)" #: application/controllers/Logbook.php:1358 #: application/views/awards/pota/index.php:37 #: application/views/awards/wwff/index.php:37 -#: application/views/contesting/index.php:194 -#: application/views/contesting/index.php:257 +#: application/views/contesting/index.php:198 +#: application/views/contesting/index.php:261 #: application/views/logbookadvanced/index.php:604 #: application/views/logbookadvanced/useroptions.php:42 #: application/views/qslcard/searchresult.php:14 @@ -1206,9 +1206,9 @@ msgstr "RST (S)" #: application/views/qslprint/qslprint.php:27 #: application/views/qslprint/qsolist.php:12 #: application/views/qso/components/previous_contacts.php:79 -#: application/views/qso/edit_ajax.php:146 application/views/qso/index.php:185 +#: application/views/qso/edit_ajax.php:146 application/views/qso/index.php:189 #: application/views/search/search_result_ajax.php:6 -#: application/views/simplefle/index.php:154 +#: application/views/simplefle/index.php:155 #: application/views/user/edit.php:231 application/views/user/edit.php:253 #: application/views/user/edit.php:275 application/views/user/edit.php:297 #: application/views/user/edit.php:320 @@ -1276,7 +1276,7 @@ msgstr "IOTA" #: application/views/contesting/index.php:61 #: application/views/dashboard/index.php:12 #: application/views/logbookadvanced/edit.php:23 -#: application/views/logbookadvanced/edit.php:71 +#: application/views/logbookadvanced/edit.php:73 #: application/views/logbookadvanced/index.php:199 #: application/views/logbookadvanced/index.php:640 #: application/views/logbookadvanced/qslcarousel.php:36 @@ -1302,7 +1302,7 @@ msgstr "Staat" #: application/views/awards/gridmaster/index.php:40 #: application/views/awards/vucc/band.php:12 #: application/views/contesting/index.php:21 -#: application/views/contesting/index.php:262 +#: application/views/contesting/index.php:266 #: application/views/dashboard/index.php:13 #: application/views/gridmap/index.php:152 #: application/views/labels/index.php:125 @@ -1319,13 +1319,13 @@ msgstr "Staat" #: application/views/qslcard/searchresult.php:67 #: application/views/qslcard/searchresult.php:83 #: application/views/qso/components/previous_contacts.php:86 -#: application/views/qso/edit_ajax.php:155 application/views/qso/index.php:282 +#: application/views/qso/edit_ajax.php:155 application/views/qso/index.php:286 #: application/views/satellite/pass.php:28 #: application/views/search/cqzones_result.php:12 #: application/views/search/ituzones_result.php:12 #: application/views/search/result.php:49 #: application/views/search/search_result_ajax.php:13 -#: application/views/simplefle/index.php:155 +#: application/views/simplefle/index.php:156 #: application/views/stationsetup/stationsetup.php:125 #: application/views/timeline/index.php:290 application/views/user/edit.php:130 #: application/views/user/edit.php:238 application/views/user/edit.php:260 @@ -1389,7 +1389,7 @@ msgstr "Distanz" #: application/views/bands/create.php:24 application/views/bands/edit.php:6 #: application/views/bands/index.php:45 #: application/views/contesting/index.php:126 -#: application/views/contesting/index.php:254 +#: application/views/contesting/index.php:258 #: application/views/continents/index.php:30 application/views/csv/index.php:31 #: application/views/dashboard/index.php:15 #: application/views/debug/index.php:574 application/views/dxatlas/index.php:31 @@ -1422,7 +1422,7 @@ msgstr "Distanz" #: application/views/search/ituzones_result.php:11 #: application/views/search/lotw_unconfirmed_result.php:9 #: application/views/search/search_result_ajax.php:15 -#: application/views/simplefle/index.php:151 +#: application/views/simplefle/index.php:152 #: application/views/stationsetup/exportmapoptions.php:31 #: application/views/statistics/custom.php:53 #: application/views/statistics/custom_result.php:55 @@ -1472,7 +1472,7 @@ msgstr "Frequenz" #: application/views/qslcard/searchresult.php:87 #: application/views/qso/components/previous_contacts.php:90 #: application/views/search/search_result_ajax.php:17 -#: application/views/simplefle/index.php:114 +#: application/views/simplefle/index.php:115 #: application/views/user/edit.php:240 application/views/user/edit.php:262 #: application/views/user/edit.php:284 application/views/user/edit.php:306 #: application/views/user/edit.php:329 @@ -1494,7 +1494,7 @@ msgstr "Operator" #: application/views/lookup/index.php:44 #: application/views/lotw_views/index.php:52 #: application/views/qso/components/previous_contacts.php:59 -#: application/views/qso/edit_ajax.php:250 application/views/qso/index.php:373 +#: application/views/qso/edit_ajax.php:250 application/views/qso/index.php:377 #: application/views/station_profile/create.php:73 #: application/views/station_profile/edit.php:105 #: application/views/stationsetup/linkedlocations.php:17 @@ -1593,7 +1593,7 @@ msgstr "Bearbeite Mode" #: application/views/notes/view.php:6 application/views/notes/view.php:9 #: application/views/qso/edit_ajax.php:36 #: application/views/qso/edit_ajax.php:395 application/views/qso/index.php:41 -#: application/views/qso/index.php:573 application/views/view_log/qso.php:14 +#: application/views/qso/index.php:577 application/views/view_log/qso.php:14 #: application/views/view_log/qso.php:679 msgid "Notes" msgstr "Notizen" @@ -1837,8 +1837,8 @@ msgstr "Hardware-Schnittstellen" #: application/controllers/Radio.php:47 application/views/bandmap/index.php:25 #: application/views/bandmap/list.php:63 -#: application/views/contesting/index.php:148 -#: application/views/qso/index.php:315 +#: application/views/contesting/index.php:152 +#: application/views/qso/index.php:319 msgid "Radio" msgstr "Funkgerät" @@ -1850,7 +1850,7 @@ msgstr "Zeitstempel" #: application/views/logbookadvanced/index.php:576 #: application/views/lotw_views/index.php:43 #: application/views/simplefle/index.php:20 -#: application/views/simplefle/index.php:179 +#: application/views/simplefle/index.php:180 #: application/views/stationsetup/exportmapoptions.php:5 #: application/views/statistics/custom.php:31 #: application/views/statistics/custom_result.php:33 @@ -1858,13 +1858,13 @@ msgid "Options" msgstr "Optionen" #: application/controllers/Radio.php:53 application/views/debug/index.php:308 -#: application/views/qso/index.php:680 +#: application/views/qso/index.php:684 msgid "Settings" msgstr "Einstellungen" #: application/controllers/Radio.php:91 -#: application/views/contesting/index.php:152 -#: application/views/qso/index.php:319 +#: application/views/contesting/index.php:156 +#: application/views/qso/index.php:323 msgid "last updated" msgstr "zuletzt aktualisiert" @@ -1896,10 +1896,10 @@ msgstr "Bearbeiten" #: application/controllers/Radio.php:107 #: application/controllers/Stationsetup.php:372 #: application/views/api/help.php:61 application/views/contesting/add.php:62 -#: application/views/interface_assets/footer.php:2374 -#: application/views/interface_assets/footer.php:2392 -#: application/views/interface_assets/footer.php:2413 -#: application/views/interface_assets/footer.php:2431 +#: application/views/interface_assets/footer.php:2376 +#: application/views/interface_assets/footer.php:2394 +#: application/views/interface_assets/footer.php:2415 +#: application/views/interface_assets/footer.php:2433 #: application/views/labels/index.php:48 application/views/labels/index.php:84 #: application/views/logbookadvanced/index.php:568 #: application/views/lotw_views/index.php:114 @@ -2003,6 +2003,13 @@ msgstr "" "Unbestätigte QSOs auf LoTW, bei denen das Rufzeichen nach dem QSO-Datum " "Daten zu LoTW hochgeladen hat" +#: application/controllers/Simplefle.php:90 +#: application/controllers/Simplefle.php:93 +#: application/models/Logbook_model.php:4422 +#: application/views/simplefle/index.php:40 +msgid "Duplicate for" +msgstr "Doublette zu" + #: application/controllers/Staticmap.php:20 #: application/controllers/Staticmap.php:25 #: application/controllers/Staticmap.php:132 @@ -2038,7 +2045,7 @@ msgstr "Bearbeite Stationsstandort: " #: application/views/dxatlas/index.php:19 #: application/views/labels/index.php:124 #: application/views/logbookadvanced/edit.php:21 -#: application/views/qslprint/index.php:20 application/views/qso/index.php:303 +#: application/views/qslprint/index.php:20 application/views/qso/index.php:307 #: application/views/search/search_result_ajax.php:18 #: application/views/station_profile/create.php:305 #: application/views/station_profile/edit.php:455 @@ -2073,7 +2080,7 @@ msgstr "Nicht erlaubt" #: application/controllers/Stationsetup.php:131 #: application/controllers/Stationsetup.php:152 #: application/controllers/Stationsetup.php:436 -#: application/views/qso/index.php:639 application/views/simplefle/index.php:38 +#: application/views/qso/index.php:643 application/views/simplefle/index.php:38 msgid "Error" msgstr "Fehler" @@ -2567,23 +2574,23 @@ msgstr "HRDlog: Keine QSOs gefunden zum hochladen für Stationsrufzeichen: " msgid "HRDlog: No station profiles with HRDlog Credentials found." msgstr "HRDlog: Keine Stationsstandorte mit HRDlog Zugangsdaten gefunden." -#: application/models/Logbook_model.php:3737 +#: application/models/Logbook_model.php:3744 #, php-format msgid "Wrong station callsign %s while importing QSO with %s for %s: SKIPPED" msgstr "" "Falscher Stationscall %s im QSO mit %s für das Stationsprofil %s: Nicht " "importiert" -#: application/models/Logbook_model.php:3738 +#: application/models/Logbook_model.php:3745 #, php-format msgid "Check %s for hints about errors in ADIF files." msgstr "Schaue im %s für Tipps zu möglichen Fehlern in der ADIF-Datei." -#: application/models/Logbook_model.php:3750 +#: application/models/Logbook_model.php:3757 msgid "QSO on" msgstr "QSO am" -#: application/models/Logbook_model.php:3750 +#: application/models/Logbook_model.php:3757 msgid "" "You tried to import a QSO without any given CALL. This QSO wasn't imported. " "It's invalid" @@ -2591,55 +2598,51 @@ msgstr "" "Du hast versucht, ein QSO ohne angegebenes Rufzeichen zu importieren. Dieses " "QSO wurde nicht importiert. Es ist ungültig" -#: application/models/Logbook_model.php:4049 +#: application/models/Logbook_model.php:4056 msgid "the qslrdate is invalid (YYYYMMDD)" msgstr "Das (Papier-)QSL-Empfangsdatum hat das falsche Format (JJJJMMDD)" -#: application/models/Logbook_model.php:4060 +#: application/models/Logbook_model.php:4067 msgid "the qslsdate is invalid (YYYYMMDD)" msgstr "Das (Papier-)QSL Sendedatum hat das falsche Format (JJJJMMTT)" -#: application/models/Logbook_model.php:4111 +#: application/models/Logbook_model.php:4118 msgid "the clublog_qso_upload_date is invalid (YYYYMMDD)" msgstr "Das Format des Clublog-Upload-Datums ist falsch (JJJJMMTT)" -#: application/models/Logbook_model.php:4131 +#: application/models/Logbook_model.php:4138 msgid "the lotw_qslrdate is invalid (YYYYMMDD)" msgstr "Das Format des LoTW-Empfangs-Datums ist falsch (JJJJMMTT)" -#: application/models/Logbook_model.php:4150 +#: application/models/Logbook_model.php:4157 msgid "the lotw_qslsdate is invalid (YYYYMMDD)" msgstr "Das Format des LoTW-Sende-Datums ist falsch (JJJJMMTT)" -#: application/models/Logbook_model.php:4421 -msgid "Duplicate for" -msgstr "Doublette zu" - -#: application/models/Logbook_model.php:4482 +#: application/models/Logbook_model.php:4483 msgid "QSO could not be matched" msgstr "QSO konnte nicht gefunden werden" -#: application/models/Logbook_model.php:4488 +#: application/models/Logbook_model.php:4489 msgid "confirmed by LoTW/Clublog/eQSL/Contest" msgstr "bestätigt durch LoTW/Clublog/eQSL/Contest" -#: application/models/Logbook_model.php:4493 +#: application/models/Logbook_model.php:4494 msgid "confirmed by award manager" msgstr "bestätigt durch Diplommananger" -#: application/models/Logbook_model.php:4496 +#: application/models/Logbook_model.php:4497 msgid "confirmed by cross-check of DCL data" msgstr "bestätigt durch Cross-Check von DCL-Daten" -#: application/models/Logbook_model.php:4499 +#: application/models/Logbook_model.php:4500 msgid "confirmation pending" msgstr "Bestätigung ausstehend" -#: application/models/Logbook_model.php:4502 +#: application/models/Logbook_model.php:4503 msgid "unconfirmed" msgstr "nicht bestätigt" -#: application/models/Logbook_model.php:4505 +#: application/models/Logbook_model.php:4506 #: application/views/view_log/qso.php:267 msgid "unknown" msgstr "unbekannt" @@ -2756,8 +2759,8 @@ msgstr "Differenz" #: application/views/gridmap/index.php:41 #: application/views/gridmap/index.php:70 #: application/views/gridmap/index.php:83 -#: application/views/interface_assets/footer.php:1485 -#: application/views/interface_assets/footer.php:1624 +#: application/views/interface_assets/footer.php:1487 +#: application/views/interface_assets/footer.php:1626 #: application/views/kml/index.php:21 application/views/kml/index.php:33 #: application/views/kml/index.php:49 application/views/kml/index.php:67 #: application/views/kml/index.php:79 @@ -2854,7 +2857,7 @@ msgstr "Alle außer SAT" #: application/views/accumulate/index.php:85 #: application/views/distances/index.php:58 #: application/views/gridmap/index.php:42 -#: application/views/logbookadvanced/edit.php:153 +#: application/views/logbookadvanced/edit.php:161 #: application/views/logbookadvanced/index.php:333 #: application/views/timeline/index.php:79 msgid "None/Empty" @@ -2865,7 +2868,7 @@ msgstr "Keine/Leer" #: application/views/dxatlas/index.php:95 #: application/views/gridmap/index.php:44 application/views/kml/index.php:80 #: application/views/logbookadvanced/index.php:251 -#: application/views/qso/edit_ajax.php:190 application/views/qso/index.php:420 +#: application/views/qso/edit_ajax.php:190 application/views/qso/index.php:424 #: application/views/timeline/index.php:80 #: application/views/view_log/qso.php:213 msgctxt "Propagation Mode" @@ -2877,7 +2880,7 @@ msgstr "Flugzeug-Scatter" #: application/views/dxatlas/index.php:96 #: application/views/gridmap/index.php:45 application/views/kml/index.php:81 #: application/views/logbookadvanced/index.php:252 -#: application/views/qso/edit_ajax.php:191 application/views/qso/index.php:421 +#: application/views/qso/edit_ajax.php:191 application/views/qso/index.php:425 #: application/views/timeline/index.php:81 #: application/views/view_log/qso.php:216 msgctxt "Propagation Mode" @@ -2889,7 +2892,7 @@ msgstr "Aurora" #: application/views/dxatlas/index.php:97 #: application/views/gridmap/index.php:46 application/views/kml/index.php:82 #: application/views/logbookadvanced/index.php:253 -#: application/views/qso/edit_ajax.php:192 application/views/qso/index.php:422 +#: application/views/qso/edit_ajax.php:192 application/views/qso/index.php:426 #: application/views/timeline/index.php:82 #: application/views/view_log/qso.php:219 msgctxt "Propagation Mode" @@ -2901,7 +2904,7 @@ msgstr "Aurora-E" #: application/views/dxatlas/index.php:98 #: application/views/gridmap/index.php:47 application/views/kml/index.php:83 #: application/views/logbookadvanced/index.php:254 -#: application/views/qso/edit_ajax.php:193 application/views/qso/index.php:423 +#: application/views/qso/edit_ajax.php:193 application/views/qso/index.php:427 #: application/views/timeline/index.php:83 #: application/views/view_log/qso.php:222 msgctxt "Propagation Mode" @@ -2913,7 +2916,7 @@ msgstr "Rückwärts-Scatter" #: application/views/dxatlas/index.php:99 #: application/views/gridmap/index.php:48 application/views/kml/index.php:84 #: application/views/logbookadvanced/index.php:255 -#: application/views/qso/edit_ajax.php:194 application/views/qso/index.php:424 +#: application/views/qso/edit_ajax.php:194 application/views/qso/index.php:428 #: application/views/timeline/index.php:84 #: application/views/view_log/qso.php:225 msgctxt "Propagation Mode" @@ -2925,7 +2928,7 @@ msgstr "EchoLink" #: application/views/dxatlas/index.php:100 #: application/views/gridmap/index.php:49 application/views/kml/index.php:85 #: application/views/logbookadvanced/index.php:256 -#: application/views/qso/edit_ajax.php:195 application/views/qso/index.php:425 +#: application/views/qso/edit_ajax.php:195 application/views/qso/index.php:429 #: application/views/timeline/index.php:85 #: application/views/view_log/qso.php:228 msgctxt "Propagation Mode" @@ -2937,7 +2940,7 @@ msgstr "Erde-Mond-Erde" #: application/views/dxatlas/index.php:101 #: application/views/gridmap/index.php:50 application/views/kml/index.php:86 #: application/views/logbookadvanced/index.php:257 -#: application/views/qso/edit_ajax.php:196 application/views/qso/index.php:426 +#: application/views/qso/edit_ajax.php:196 application/views/qso/index.php:430 #: application/views/timeline/index.php:86 #: application/views/view_log/qso.php:231 msgctxt "Propagation Mode" @@ -2949,7 +2952,7 @@ msgstr "Sporadic E" #: application/views/dxatlas/index.php:102 #: application/views/gridmap/index.php:51 application/views/kml/index.php:87 #: application/views/logbookadvanced/index.php:258 -#: application/views/qso/edit_ajax.php:197 application/views/qso/index.php:427 +#: application/views/qso/edit_ajax.php:197 application/views/qso/index.php:431 #: application/views/timeline/index.php:87 #: application/views/view_log/qso.php:234 msgctxt "Propagation Mode" @@ -2961,7 +2964,7 @@ msgstr "feldausgerichtete Irregularitäten" #: application/views/dxatlas/index.php:103 #: application/views/gridmap/index.php:52 application/views/kml/index.php:88 #: application/views/logbookadvanced/index.php:259 -#: application/views/qso/edit_ajax.php:198 application/views/qso/index.php:428 +#: application/views/qso/edit_ajax.php:198 application/views/qso/index.php:432 #: application/views/timeline/index.php:88 #: application/views/view_log/qso.php:237 msgctxt "Propagation Mode" @@ -2973,7 +2976,7 @@ msgstr "F2-Reflexion" #: application/views/dxatlas/index.php:104 #: application/views/gridmap/index.php:53 application/views/kml/index.php:89 #: application/views/logbookadvanced/index.php:260 -#: application/views/qso/edit_ajax.php:199 application/views/qso/index.php:429 +#: application/views/qso/edit_ajax.php:199 application/views/qso/index.php:433 #: application/views/timeline/index.php:89 #: application/views/view_log/qso.php:240 msgctxt "Propagation Mode" @@ -2985,7 +2988,7 @@ msgstr "Internet-gestützt" #: application/views/dxatlas/index.php:105 #: application/views/gridmap/index.php:54 application/views/kml/index.php:90 #: application/views/logbookadvanced/index.php:261 -#: application/views/qso/edit_ajax.php:200 application/views/qso/index.php:430 +#: application/views/qso/edit_ajax.php:200 application/views/qso/index.php:434 #: application/views/timeline/index.php:90 #: application/views/view_log/qso.php:243 msgctxt "Propagation Mode" @@ -2997,7 +3000,7 @@ msgstr "Ionoscatter" #: application/views/dxatlas/index.php:106 #: application/views/gridmap/index.php:55 application/views/kml/index.php:91 #: application/views/logbookadvanced/index.php:262 -#: application/views/qso/edit_ajax.php:201 application/views/qso/index.php:431 +#: application/views/qso/edit_ajax.php:201 application/views/qso/index.php:435 #: application/views/timeline/index.php:91 #: application/views/view_log/qso.php:246 msgctxt "Propagation Mode" @@ -3009,7 +3012,7 @@ msgstr "IRLP" #: application/views/dxatlas/index.php:107 #: application/views/gridmap/index.php:56 application/views/kml/index.php:92 #: application/views/logbookadvanced/index.php:263 -#: application/views/qso/edit_ajax.php:202 application/views/qso/index.php:432 +#: application/views/qso/edit_ajax.php:202 application/views/qso/index.php:436 #: application/views/timeline/index.php:92 #: application/views/view_log/qso.php:249 msgctxt "Propagation Mode" @@ -3021,7 +3024,7 @@ msgstr "Meteor-Scatter" #: application/views/dxatlas/index.php:108 #: application/views/gridmap/index.php:57 application/views/kml/index.php:93 #: application/views/logbookadvanced/index.php:264 -#: application/views/qso/edit_ajax.php:203 application/views/qso/index.php:433 +#: application/views/qso/edit_ajax.php:203 application/views/qso/index.php:437 #: application/views/timeline/index.php:93 #: application/views/view_log/qso.php:252 msgctxt "Propagation Mode" @@ -3033,7 +3036,7 @@ msgstr "Terrestrische oder atmosphärische Repeater oder Transponder" #: application/views/dxatlas/index.php:109 #: application/views/gridmap/index.php:58 application/views/kml/index.php:94 #: application/views/logbookadvanced/index.php:265 -#: application/views/qso/edit_ajax.php:204 application/views/qso/index.php:434 +#: application/views/qso/edit_ajax.php:204 application/views/qso/index.php:438 #: application/views/timeline/index.php:94 #: application/views/view_log/qso.php:255 msgctxt "Propagation Mode" @@ -3045,7 +3048,7 @@ msgstr "Regen-Scatter" #: application/views/dxatlas/index.php:110 #: application/views/gridmap/index.php:59 application/views/kml/index.php:95 #: application/views/logbookadvanced/index.php:266 -#: application/views/qso/edit_ajax.php:205 application/views/qso/index.php:435 +#: application/views/qso/edit_ajax.php:205 application/views/qso/index.php:439 #: application/views/timeline/index.php:95 #: application/views/view_log/qso.php:258 msgctxt "Propagation Mode" @@ -3057,7 +3060,7 @@ msgstr "Satellit" #: application/views/dxatlas/index.php:111 #: application/views/gridmap/index.php:60 application/views/kml/index.php:96 #: application/views/logbookadvanced/index.php:267 -#: application/views/qso/edit_ajax.php:206 application/views/qso/index.php:436 +#: application/views/qso/edit_ajax.php:206 application/views/qso/index.php:440 #: application/views/timeline/index.php:96 #: application/views/view_log/qso.php:261 msgctxt "Propagation Mode" @@ -3069,7 +3072,7 @@ msgstr "Transequatorial" #: application/views/dxatlas/index.php:112 #: application/views/gridmap/index.php:61 application/views/kml/index.php:97 #: application/views/logbookadvanced/index.php:268 -#: application/views/qso/edit_ajax.php:207 application/views/qso/index.php:437 +#: application/views/qso/edit_ajax.php:207 application/views/qso/index.php:441 #: application/views/timeline/index.php:97 #: application/views/view_log/qso.php:264 msgctxt "Propagation Mode" @@ -3236,7 +3239,7 @@ msgstr "Nichts gefunden!" #: application/views/awards/wwff/index.php:34 #: application/views/cabrillo/index.php:31 #: application/views/components/hamsat/table.php:27 -#: application/views/contesting/index.php:161 +#: application/views/contesting/index.php:165 #: application/views/csv/index.php:23 application/views/dashboard/index.php:175 #: application/views/distancerecords/index.php:18 #: application/views/dxatlas/index.php:23 application/views/eqsl/import.php:42 @@ -3260,7 +3263,7 @@ msgstr "Nichts gefunden!" #: application/views/search/lotw_unconfirmed.php:36 #: application/views/search/lotw_unconfirmed_result.php:6 #: application/views/search/result.php:11 -#: application/views/simplefle/index.php:150 +#: application/views/simplefle/index.php:151 #: application/views/station_profile/edit.php:63 #: application/views/stationsetup/linkedlocations.php:17 #: application/views/user/edit.php:123 application/views/user/index.php:4 @@ -3325,7 +3328,7 @@ msgstr "Die Informationen zum DOK im Logbuch weichen von denen im DCL ab" #: application/views/bandmap/list.php:112 #: application/views/components/hamsat/table.php:25 #: application/views/contesting/index.php:98 -#: application/views/contesting/index.php:252 +#: application/views/contesting/index.php:256 #: application/views/dashboard/index.php:170 #: application/views/debug/index.php:570 #: application/views/distancerecords/index.php:16 @@ -3346,7 +3349,7 @@ msgstr "Die Informationen zum DOK im Logbuch weichen von denen im DCL ab" #: application/views/search/cqzones_result.php:7 #: application/views/search/ituzones_result.php:7 #: application/views/search/search_result_ajax.php:89 -#: application/views/simplefle/index.php:148 +#: application/views/simplefle/index.php:149 #: application/views/statistics/custom.php:38 #: application/views/statistics/custom_result.php:40 #: application/views/statistics/custom_result.php:85 @@ -3369,7 +3372,7 @@ msgstr "Datum" #: application/views/bandmap/list.php:112 #: application/views/components/hamsat/table.php:26 #: application/views/contesting/index.php:103 -#: application/views/contesting/index.php:252 +#: application/views/contesting/index.php:256 #: application/views/dashboard/index.php:173 #: application/views/debug/index.php:571 #: application/views/distancerecords/index.php:17 @@ -3384,7 +3387,7 @@ msgstr "Datum" #: application/views/search/cqzones_result.php:8 #: application/views/search/ituzones_result.php:8 #: application/views/search/search_result_ajax.php:91 -#: application/views/simplefle/index.php:149 +#: application/views/simplefle/index.php:150 #: application/views/statistics/custom_result.php:86 #: application/views/timeline/index.php:289 #: application/views/timeplotter/index.php:5 @@ -3398,7 +3401,7 @@ msgstr "Zeit" #: application/views/adif/dcl_success.php:31 #: application/views/awards/vucc/band.php:18 #: application/views/bandmap/list.php:114 -#: application/views/contesting/index.php:253 +#: application/views/contesting/index.php:257 #: application/views/debug/index.php:572 application/views/debug/index.php:607 #: application/views/dxcalendar/index.php:12 #: application/views/eqsl/analysis.php:38 @@ -3475,7 +3478,7 @@ msgid "Add QSOs to Contest" msgstr "QSOs zu Contest hinzufügen" #: application/views/adif/import.php:71 -#: application/views/simplefle/index.php:84 +#: application/views/simplefle/index.php:85 msgid "No Contest" msgstr "Kein Contest" @@ -3537,7 +3540,7 @@ msgstr "" #: application/views/adif/import.php:162 #: application/views/interface_assets/footer.php:32 #: application/views/interface_assets/footer.php:510 -#: application/views/interface_assets/footer.php:2170 +#: application/views/interface_assets/footer.php:2172 msgid "DANGER" msgstr "GEFAHR" @@ -4010,7 +4013,7 @@ msgstr "Gesamt" #: application/views/logbookadvanced/qslcarousel.php:37 #: application/views/logbookadvanced/useroptions.php:94 #: application/views/lookup/index.php:3 application/views/qso/edit_ajax.php:306 -#: application/views/qso/index.php:396 +#: application/views/qso/index.php:400 #: application/views/search/cqzones_result.php:13 #: application/views/station_profile/create.php:106 #: application/views/station_profile/edit.php:153 @@ -4138,7 +4141,7 @@ msgstr "QSO mit QSL-Typ anzeigen" #: application/views/awards/cq/index.php:56 #: application/views/awards/itu/index.php:56 #: application/views/awards/wac/index.php:44 -#: application/views/interface_assets/footer.php:2149 +#: application/views/interface_assets/footer.php:2151 #: application/views/qso/edit_ajax.php:405 #: application/views/view_log/qso.php:25 msgid "QSL Card" @@ -4364,10 +4367,10 @@ msgstr "Inklusive gelöschte" #: application/views/awards/dxcc/index.php:87 #: application/views/awards/iota/index.php:61 #: application/views/bandmap/index.php:37 application/views/bandmap/list.php:83 -#: application/views/logbookadvanced/edit.php:155 +#: application/views/logbookadvanced/edit.php:163 #: application/views/logbookadvanced/index.php:335 #: application/views/options/dxcluster.php:56 -#: application/views/qso/edit_ajax.php:264 application/views/qso/index.php:387 +#: application/views/qso/edit_ajax.php:264 application/views/qso/index.php:391 #: application/views/view_log/qso.php:323 msgid "Antarctica" msgstr "Antarktis" @@ -4375,10 +4378,10 @@ msgstr "Antarktis" #: application/views/awards/dxcc/index.php:91 #: application/views/awards/iota/index.php:65 #: application/views/bandmap/index.php:36 application/views/bandmap/list.php:82 -#: application/views/logbookadvanced/edit.php:154 +#: application/views/logbookadvanced/edit.php:162 #: application/views/logbookadvanced/index.php:334 #: application/views/options/dxcluster.php:55 -#: application/views/qso/edit_ajax.php:263 application/views/qso/index.php:386 +#: application/views/qso/edit_ajax.php:263 application/views/qso/index.php:390 #: application/views/view_log/qso.php:320 msgid "Africa" msgstr "Afrika" @@ -4386,10 +4389,10 @@ msgstr "Afrika" #: application/views/awards/dxcc/index.php:95 #: application/views/awards/iota/index.php:69 #: application/views/bandmap/index.php:38 application/views/bandmap/list.php:84 -#: application/views/logbookadvanced/edit.php:157 +#: application/views/logbookadvanced/edit.php:165 #: application/views/logbookadvanced/index.php:337 #: application/views/options/dxcluster.php:57 -#: application/views/qso/edit_ajax.php:265 application/views/qso/index.php:388 +#: application/views/qso/edit_ajax.php:265 application/views/qso/index.php:392 #: application/views/view_log/qso.php:326 msgid "Asia" msgstr "Asien" @@ -4397,10 +4400,10 @@ msgstr "Asien" #: application/views/awards/dxcc/index.php:99 #: application/views/awards/iota/index.php:73 #: application/views/bandmap/index.php:39 application/views/bandmap/list.php:85 -#: application/views/logbookadvanced/edit.php:158 +#: application/views/logbookadvanced/edit.php:166 #: application/views/logbookadvanced/index.php:338 #: application/views/options/dxcluster.php:58 -#: application/views/qso/edit_ajax.php:266 application/views/qso/index.php:389 +#: application/views/qso/edit_ajax.php:266 application/views/qso/index.php:393 #: application/views/view_log/qso.php:329 msgid "Europe" msgstr "Europa" @@ -4408,10 +4411,10 @@ msgstr "Europa" #: application/views/awards/dxcc/index.php:103 #: application/views/awards/iota/index.php:77 #: application/views/bandmap/index.php:40 application/views/bandmap/list.php:86 -#: application/views/logbookadvanced/edit.php:156 +#: application/views/logbookadvanced/edit.php:164 #: application/views/logbookadvanced/index.php:336 #: application/views/options/dxcluster.php:59 -#: application/views/qso/edit_ajax.php:267 application/views/qso/index.php:390 +#: application/views/qso/edit_ajax.php:267 application/views/qso/index.php:394 #: application/views/view_log/qso.php:332 msgid "North America" msgstr "Nordamerika" @@ -4419,10 +4422,10 @@ msgstr "Nordamerika" #: application/views/awards/dxcc/index.php:107 #: application/views/awards/iota/index.php:81 #: application/views/bandmap/index.php:42 application/views/bandmap/list.php:88 -#: application/views/logbookadvanced/edit.php:159 +#: application/views/logbookadvanced/edit.php:167 #: application/views/logbookadvanced/index.php:339 #: application/views/options/dxcluster.php:61 -#: application/views/qso/edit_ajax.php:269 application/views/qso/index.php:392 +#: application/views/qso/edit_ajax.php:269 application/views/qso/index.php:396 #: application/views/view_log/qso.php:338 msgid "South America" msgstr "Südamerika" @@ -4430,10 +4433,10 @@ msgstr "Südamerika" #: application/views/awards/dxcc/index.php:111 #: application/views/awards/iota/index.php:85 #: application/views/bandmap/index.php:41 application/views/bandmap/list.php:87 -#: application/views/logbookadvanced/edit.php:160 +#: application/views/logbookadvanced/edit.php:168 #: application/views/logbookadvanced/index.php:340 #: application/views/options/dxcluster.php:60 -#: application/views/qso/edit_ajax.php:268 application/views/qso/index.php:391 +#: application/views/qso/edit_ajax.php:268 application/views/qso/index.php:395 #: application/views/view_log/qso.php:335 msgid "Oceania" msgstr "Ozeanien" @@ -4672,13 +4675,13 @@ msgstr "Zeige IOTA Karte" #: application/views/contesting/add.php:25 #: application/views/contesting/create.php:24 #: application/views/contesting/index.php:59 -#: application/views/contesting/index.php:219 +#: application/views/contesting/index.php:223 #: application/views/dashboard/index.php:18 #: application/views/labels/index.php:41 application/views/labels/index.php:75 #: application/views/logbookadvanced/index.php:613 #: application/views/logbookadvanced/qslcarousel.php:34 #: application/views/logbookadvanced/useroptions.php:54 -#: application/views/qso/edit_ajax.php:170 application/views/qso/index.php:191 +#: application/views/qso/edit_ajax.php:170 application/views/qso/index.php:195 #: application/views/satellite/edit.php:34 #: application/views/satellite/index.php:21 #: application/views/search/result.php:16 @@ -4706,7 +4709,7 @@ msgstr "Gelöscht" #: application/views/logbookadvanced/index.php:646 #: application/views/logbookadvanced/useroptions.php:98 #: application/views/lookup/index.php:7 application/views/qso/edit_ajax.php:314 -#: application/views/qso/index.php:406 +#: application/views/qso/index.php:410 #: application/views/search/ituzones_result.php:13 #: application/views/station_profile/create.php:120 #: application/views/station_profile/edit.php:170 @@ -4836,7 +4839,7 @@ msgstr "" "bitte die %s." #: application/views/awards/pota/index.php:31 -#: application/views/qso/index.php:239 application/views/qso/index.php:498 +#: application/views/qso/index.php:243 application/views/qso/index.php:502 #: application/views/station_profile/create.php:177 #: application/views/station_profile/edit.php:272 #: application/views/user/edit.php:595 application/views/view_log/qso.php:376 @@ -5046,7 +5049,7 @@ msgstr "Diplome - Worked All Continents (WAC)" #: application/views/logbookadvanced/index.php:330 #: application/views/logbookadvanced/index.php:682 #: application/views/logbookadvanced/useroptions.php:146 -#: application/views/qso/edit_ajax.php:260 application/views/qso/index.php:383 +#: application/views/qso/edit_ajax.php:260 application/views/qso/index.php:387 #: application/views/view_log/qso.php:315 msgid "Continent" msgstr "Kontinent" @@ -5169,7 +5172,7 @@ msgstr "" "Diplome sowohl weltweit als auch national beantragen." #: application/views/awards/wwff/index.php:31 -#: application/views/qso/index.php:227 application/views/qso/index.php:485 +#: application/views/qso/index.php:231 application/views/qso/index.php:489 #: application/views/station_profile/create.php:171 #: application/views/station_profile/edit.php:259 #: application/views/user/edit.php:591 application/views/view_log/qso.php:369 @@ -5240,8 +5243,8 @@ msgstr "BandListe" #: application/views/bandmap/index.php:27 application/views/bandmap/list.php:65 #: application/views/contesting/index.php:19 #: application/views/contesting/index.php:57 -#: application/views/contesting/index.php:150 -#: application/views/qso/index.php:317 +#: application/views/contesting/index.php:154 +#: application/views/qso/index.php:321 msgid "None" msgstr "Nichts" @@ -5330,14 +5333,14 @@ msgstr "" "Bänder ausgeblendet werden und nicht ausgewählt werden können." #: application/views/bands/index.php:54 application/views/qso/edit_ajax.php:378 -#: application/views/qso/index.php:251 application/views/qso/index.php:510 +#: application/views/qso/index.php:255 application/views/qso/index.php:514 #: application/views/user/edit.php:599 application/views/view_log/qso.php:398 #: application/views/view_log/qso.php:666 msgid "Sig" msgstr "Sig" #: application/views/bands/index.php:56 application/views/qso/edit_ajax.php:346 -#: application/views/qso/index.php:449 +#: application/views/qso/index.php:453 msgid "USA County" msgstr "US-County" @@ -5473,7 +5476,7 @@ msgstr "" #: application/views/cabrillo/index.php:48 #: application/views/logbookadvanced/index.php:553 -#: application/views/qso/index.php:275 +#: application/views/qso/index.php:279 #: application/views/station_profile/edit.php:92 msgid "Location" msgstr "Standort" @@ -5577,8 +5580,9 @@ msgstr "" #: application/views/cabrillo/index.php:196 #: application/views/cabrillo/index.php:204 -#: application/views/logbookadvanced/edit.php:139 -#: application/views/logbookadvanced/edit.php:147 +#: application/views/logbookadvanced/edit.php:141 +#: application/views/logbookadvanced/edit.php:149 +#: application/views/logbookadvanced/edit.php:155 #: application/views/logbookadvanced/index.php:353 #: application/views/logbookadvanced/index.php:364 #: application/views/logbookadvanced/index.php:395 @@ -5596,7 +5600,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:522 #: application/views/qso/edit_ajax.php:535 #: application/views/qso/edit_ajax.php:551 -#: application/views/qso/edit_ajax.php:565 application/views/qso/index.php:587 +#: application/views/qso/edit_ajax.php:565 application/views/qso/index.php:591 #: application/views/search/result.php:74 #: application/views/station_profile/create.php:209 #: application/views/station_profile/create.php:217 @@ -5621,8 +5625,9 @@ msgstr "Ja" #: application/views/cabrillo/index.php:197 #: application/views/cabrillo/index.php:203 -#: application/views/logbookadvanced/edit.php:140 -#: application/views/logbookadvanced/edit.php:148 +#: application/views/logbookadvanced/edit.php:142 +#: application/views/logbookadvanced/edit.php:150 +#: application/views/logbookadvanced/edit.php:156 #: application/views/logbookadvanced/index.php:354 #: application/views/logbookadvanced/index.php:365 #: application/views/logbookadvanced/index.php:396 @@ -5640,7 +5645,7 @@ msgstr "Ja" #: application/views/qso/edit_ajax.php:521 #: application/views/qso/edit_ajax.php:534 #: application/views/qso/edit_ajax.php:550 -#: application/views/qso/edit_ajax.php:564 application/views/qso/index.php:586 +#: application/views/qso/edit_ajax.php:564 application/views/qso/index.php:590 #: application/views/search/result.php:76 #: application/views/station_profile/create.php:210 #: application/views/station_profile/create.php:218 @@ -5711,12 +5716,12 @@ msgstr "" "vorbeischauen." #: application/views/components/hamsat/table.php:28 -#: application/views/contesting/index.php:224 +#: application/views/contesting/index.php:228 #: application/views/hamsat/index.php:31 #: application/views/logbookadvanced/edit.php:7 #: application/views/logbookadvanced/index.php:670 #: application/views/logbookadvanced/useroptions.php:130 -#: application/views/qso/edit_ajax.php:181 application/views/qso/index.php:292 +#: application/views/qso/edit_ajax.php:181 application/views/qso/index.php:296 #: application/views/view_log/qso.php:202 msgid "Comment" msgstr "Kommentar" @@ -5754,7 +5759,7 @@ msgstr "Keine Conteste" #: application/views/logbookadvanced/index.php:676 #: application/views/logbookadvanced/useroptions.php:138 #: application/views/qso/edit_ajax.php:39 -#: application/views/simplefle/index.php:82 +#: application/views/simplefle/index.php:83 msgid "Contest" msgstr "Contest" @@ -5934,7 +5939,7 @@ msgstr "Seriennummer + Locator + Austausch" #: application/views/contesting/index.php:40 #: application/views/operator/index.php:5 -#: application/views/qso/edit_ajax.php:596 application/views/qso/index.php:355 +#: application/views/qso/edit_ajax.php:596 application/views/qso/index.php:359 msgid "Operator Callsign" msgstr "Rufzeichen des Operators" @@ -6012,54 +6017,54 @@ msgctxt "Keep the translation short!" msgid "Serial" msgstr "Seriennummer" -#: application/views/contesting/index.php:177 -#: application/views/contesting/index.php:260 +#: application/views/contesting/index.php:181 +#: application/views/contesting/index.php:264 #: application/views/qso/edit_ajax.php:620 msgid "Serial (S)" msgstr "Nummer (S)" -#: application/views/contesting/index.php:182 +#: application/views/contesting/index.php:186 msgid "Gridsquare (S)" msgstr "Locator (S)" -#: application/views/contesting/index.php:187 -#: application/views/contesting/index.php:258 +#: application/views/contesting/index.php:191 +#: application/views/contesting/index.php:262 msgid "Exch (S)" msgstr "Exch (S)" -#: application/views/contesting/index.php:201 -#: application/views/contesting/index.php:261 +#: application/views/contesting/index.php:205 +#: application/views/contesting/index.php:265 #: application/views/qso/edit_ajax.php:615 msgid "Serial (R)" msgstr "Nummer (R)" -#: application/views/contesting/index.php:206 +#: application/views/contesting/index.php:210 msgid "Gridsquare (R)" msgstr "Locator (R)" -#: application/views/contesting/index.php:211 -#: application/views/contesting/index.php:259 +#: application/views/contesting/index.php:215 +#: application/views/contesting/index.php:263 msgid "Exch (R)" msgstr "Exch (R)" -#: application/views/contesting/index.php:229 +#: application/views/contesting/index.php:233 msgid "Reset QSO" msgstr "Setze QSO zurück" -#: application/views/contesting/index.php:230 -#: application/views/qso/index.php:638 +#: application/views/contesting/index.php:234 +#: application/views/qso/index.php:642 msgid "Save QSO" msgstr "Speichere QSO" -#: application/views/contesting/index.php:239 +#: application/views/contesting/index.php:243 msgid "Callsign Suggestions" msgstr "Rufzeichenvorschläge" -#: application/views/contesting/index.php:246 +#: application/views/contesting/index.php:250 msgid "Contest Logbook" msgstr "Contest-Logbuch" -#: application/views/contesting/index.php:263 +#: application/views/contesting/index.php:267 #: application/views/qso/edit_ajax.php:163 msgid "VUCC Gridsquare" msgstr "VUCC Locator" @@ -6233,7 +6238,7 @@ msgstr "Es werden nur QSOs exportiert, welche SOTA-Informationen enthalten!" #: application/views/csv/index.php:92 application/views/dxatlas/index.php:92 #: application/views/eqsl/download.php:42 #: application/views/eqslcard/index.php:33 application/views/kml/index.php:77 -#: application/views/qso/edit_ajax.php:187 application/views/qso/index.php:417 +#: application/views/qso/edit_ajax.php:187 application/views/qso/index.php:421 msgid "Propagation Mode" msgstr "Propagation" @@ -6354,7 +6359,7 @@ msgstr "Benötigt" #: application/views/qso/edit_ajax.php:420 #: application/views/qso/edit_ajax.php:481 #: application/views/qso/edit_ajax.php:518 -#: application/views/qso/edit_ajax.php:547 application/views/qso/index.php:583 +#: application/views/qso/edit_ajax.php:547 application/views/qso/index.php:587 #: application/views/search/search_result_ajax.php:180 #: application/views/search/search_result_ajax.php:260 #: application/views/search/search_result_ajax.php:298 @@ -6407,7 +6412,7 @@ msgid "Received" msgstr "Erhalten" #: application/views/dashboard/index.php:301 -#: application/views/logbookadvanced/edit.php:141 +#: application/views/logbookadvanced/edit.php:143 #: application/views/logbookadvanced/index.php:355 #: application/views/logbookadvanced/index.php:366 #: application/views/logbookadvanced/index.php:397 @@ -6426,7 +6431,7 @@ msgstr "Erhalten" #: application/views/qso/edit_ajax.php:523 #: application/views/qso/edit_ajax.php:536 #: application/views/qso/edit_ajax.php:552 -#: application/views/qso/edit_ajax.php:566 application/views/qso/index.php:588 +#: application/views/qso/edit_ajax.php:566 application/views/qso/index.php:592 #: application/views/search/search_result_ajax.php:186 #: application/views/search/search_result_ajax.php:228 #: application/views/view_log/partial/log_ajax.php:148 @@ -6953,7 +6958,7 @@ msgstr "DX Locator" #: application/views/distances/index.php:7 #: application/views/interface_assets/footer.php:30 -#: application/views/simplefle/index.php:70 +#: application/views/simplefle/index.php:71 msgid "QSO Data" msgstr "QSO-Daten" @@ -7340,10 +7345,10 @@ msgid "QSL Date" msgstr "QSL-Datum" #: application/views/eqslcard/index.php:60 -#: application/views/interface_assets/footer.php:2375 -#: application/views/interface_assets/footer.php:2393 -#: application/views/interface_assets/footer.php:2414 -#: application/views/interface_assets/footer.php:2432 +#: application/views/interface_assets/footer.php:2377 +#: application/views/interface_assets/footer.php:2395 +#: application/views/interface_assets/footer.php:2416 +#: application/views/interface_assets/footer.php:2434 #: application/views/qslcard/index.php:66 #: application/views/view_log/qso.php:703 msgid "View" @@ -7486,7 +7491,7 @@ msgid "Not worked" msgstr "Nicht gearbeitet" #: application/views/interface_assets/footer.php:47 -#: application/views/qso/index.php:632 +#: application/views/qso/index.php:636 #: application/views/visitor/layout/footer.php:246 msgid "Clear" msgstr "Zurücksetzen" @@ -7617,62 +7622,62 @@ msgstr "Anzahl: " msgid "Grids: " msgstr "Locator: " -#: application/views/interface_assets/footer.php:1203 +#: application/views/interface_assets/footer.php:1204 #, php-format msgid "You're not logged in. Please %slogin%s" msgstr "Du bist nicht eingeloggt. Bitte %slogge dich ein%s" -#: application/views/interface_assets/footer.php:1412 -#: application/views/interface_assets/footer.php:1416 -#: application/views/interface_assets/footer.php:1419 -#: application/views/interface_assets/footer.php:1556 -#: application/views/interface_assets/footer.php:1560 -#: application/views/interface_assets/footer.php:1563 +#: application/views/interface_assets/footer.php:1414 +#: application/views/interface_assets/footer.php:1418 +#: application/views/interface_assets/footer.php:1421 +#: application/views/interface_assets/footer.php:1558 +#: application/views/interface_assets/footer.php:1562 +#: application/views/interface_assets/footer.php:1565 msgid "grid square" msgstr "Locator" -#: application/views/interface_assets/footer.php:1419 -#: application/views/interface_assets/footer.php:1563 +#: application/views/interface_assets/footer.php:1421 +#: application/views/interface_assets/footer.php:1565 msgid "Total count" msgstr "Summe" -#: application/views/interface_assets/footer.php:2151 +#: application/views/interface_assets/footer.php:2153 msgid "QSL Card for " msgstr "QSL-Karte für " -#: application/views/interface_assets/footer.php:2171 +#: application/views/interface_assets/footer.php:2173 msgid "Warning! Are you sure you want to delete this QSL card?" msgstr "Warnung! Bist du sicher, dass du diese QSL-Karte löschen möchtest?" -#: application/views/interface_assets/footer.php:2211 +#: application/views/interface_assets/footer.php:2213 #: application/views/view_log/qso.php:42 msgid "eQSL Card" msgstr "eQSL-Karte" -#: application/views/interface_assets/footer.php:2213 +#: application/views/interface_assets/footer.php:2215 msgid "eQSL Card for " msgstr "eQSL-Karte für " -#: application/views/interface_assets/footer.php:2386 -#: application/views/interface_assets/footer.php:2425 +#: application/views/interface_assets/footer.php:2388 +#: application/views/interface_assets/footer.php:2427 #: application/views/view_log/qso.php:693 msgid "QSL image file" msgstr "QSL-Bilddatei" -#: application/views/interface_assets/footer.php:2405 +#: application/views/interface_assets/footer.php:2407 msgid "Front QSL Card:" msgstr "Vorderseite QSL-Karte:" -#: application/views/interface_assets/footer.php:2443 +#: application/views/interface_assets/footer.php:2445 msgid "Back QSL Card:" msgstr "Rückseite QSL-Karte:" -#: application/views/interface_assets/footer.php:2454 -#: application/views/interface_assets/footer.php:2479 +#: application/views/interface_assets/footer.php:2456 +#: application/views/interface_assets/footer.php:2481 msgid "Add additional QSOs to a QSL Card" msgstr "Weitere QSOs zu einer QSL-Karte hinzufügen" -#: application/views/interface_assets/footer.php:2490 +#: application/views/interface_assets/footer.php:2492 msgid "Something went wrong. Please try again!" msgstr "Etwas ist schiefgelaufen. Bitte versuche es erneut!" @@ -8205,27 +8210,36 @@ msgid "QRZ Received" msgstr "QRZ empfangen" #: application/views/logbookadvanced/edit.php:30 +msgid "eQSL Sent" +msgstr "" + +#: application/views/logbookadvanced/edit.php:31 +msgid "eQSL Received" +msgstr "" + +#: application/views/logbookadvanced/edit.php:32 #: application/views/logbookadvanced/index.php:691 #: application/views/logbookadvanced/useroptions.php:158 msgid "Station power" msgstr "Sendeleistung" -#: application/views/logbookadvanced/edit.php:80 +#: application/views/logbookadvanced/edit.php:82 msgid "SAT Mode" msgstr "SAT Modus" -#: application/views/logbookadvanced/edit.php:94 +#: application/views/logbookadvanced/edit.php:96 msgid "Band RX" msgstr "Band RX" -#: application/views/logbookadvanced/edit.php:142 -#: application/views/logbookadvanced/edit.php:149 +#: application/views/logbookadvanced/edit.php:144 +#: application/views/logbookadvanced/edit.php:151 +#: application/views/logbookadvanced/edit.php:157 #: application/views/logbookadvanced/index.php:341 #: application/views/logbookadvanced/index.php:566 msgid "Invalid" msgstr "Ungültig" -#: application/views/logbookadvanced/edit.php:143 +#: application/views/logbookadvanced/edit.php:145 #: application/views/logbookadvanced/index.php:368 #: application/views/logbookadvanced/index.php:410 #: application/views/logbookadvanced/index.php:432 @@ -8298,7 +8312,7 @@ msgstr "QSL gesendet" #: application/views/qso/edit_ajax.php:426 #: application/views/qso/edit_ajax.php:487 #: application/views/qso/edit_ajax.php:524 -#: application/views/qso/edit_ajax.php:553 application/views/qso/index.php:589 +#: application/views/qso/edit_ajax.php:553 application/views/qso/index.php:593 #: application/views/search/search_result_ajax.php:183 #: application/views/search/search_result_ajax.php:225 #: application/views/view_log/partial/log_ajax.php:145 @@ -8329,7 +8343,7 @@ msgstr "In Warteschlange" #: application/views/qso/edit_ajax.php:525 #: application/views/qso/edit_ajax.php:537 #: application/views/qso/edit_ajax.php:554 -#: application/views/qso/edit_ajax.php:567 application/views/qso/index.php:590 +#: application/views/qso/edit_ajax.php:567 application/views/qso/index.php:594 #: application/views/search/search_result_ajax.php:189 #: application/views/search/search_result_ajax.php:231 #: application/views/search/search_result_ajax.php:305 @@ -8364,7 +8378,7 @@ msgstr "QSL-Send. Methode" #: application/views/qslprint/qsolist.php:121 #: application/views/qslprint/qsolist.php:212 #: application/views/qso/edit_ajax.php:438 -#: application/views/qso/edit_ajax.php:471 application/views/qso/index.php:601 +#: application/views/qso/edit_ajax.php:471 application/views/qso/index.php:605 #: application/views/search/search_result_ajax.php:199 #: application/views/search/search_result_ajax.php:241 #: application/views/view_log/partial/log_ajax.php:164 @@ -8382,7 +8396,7 @@ msgstr "Büro" #: application/views/qslprint/qsolist.php:124 #: application/views/qslprint/qsolist.php:213 #: application/views/qso/edit_ajax.php:437 -#: application/views/qso/edit_ajax.php:470 application/views/qso/index.php:600 +#: application/views/qso/edit_ajax.php:470 application/views/qso/index.php:604 #: application/views/search/search_result_ajax.php:202 #: application/views/search/search_result_ajax.php:244 #: application/views/view_log/partial/log_ajax.php:167 @@ -8400,7 +8414,7 @@ msgstr "Direkt" #: application/views/qslprint/qsolist.php:130 #: application/views/qslprint/qsolist.php:214 #: application/views/qso/edit_ajax.php:439 -#: application/views/qso/edit_ajax.php:472 application/views/qso/index.php:602 +#: application/views/qso/edit_ajax.php:472 application/views/qso/index.php:606 #: application/views/search/search_result_ajax.php:208 #: application/views/search/search_result_ajax.php:250 #: application/views/view_log/partial/log_ajax.php:173 @@ -8414,7 +8428,7 @@ msgstr "Elektronisch" #: application/views/oqrs/qsolist.php:117 #: application/views/qslprint/qsolist.php:127 #: application/views/qso/edit_ajax.php:440 -#: application/views/qso/edit_ajax.php:473 application/views/qso/index.php:603 +#: application/views/qso/edit_ajax.php:473 application/views/qso/index.php:607 #: application/views/search/search_result_ajax.php:247 #: application/views/view_log/partial/log_ajax.php:208 msgid "Manager" @@ -9466,7 +9480,7 @@ msgstr "Station" #: application/views/qslprint/qslprint.php:28 #: application/views/qslprint/qsolist.php:15 #: application/views/qslprint/qsolist.php:85 -#: application/views/qso/index.php:609 +#: application/views/qso/index.php:613 #: application/views/search/search_result_ajax.php:205 #: application/views/view_log/partial/log_ajax.php:170 #: src/QSLManager/QSO.php:346 @@ -9576,7 +9590,7 @@ msgid "Time of request" msgstr "Zeit der Anfrage" #: application/views/oqrs/showrequests.php:81 -#: application/views/simplefle/index.php:76 +#: application/views/simplefle/index.php:77 msgid "QSO Date" msgstr "QSO-Datum" @@ -9722,7 +9736,7 @@ msgid "Remove" msgstr "Entfernen" #: application/views/qslprint/qslprint.php:34 -#: application/views/simplefle/index.php:141 +#: application/views/simplefle/index.php:142 msgid "QSO List" msgstr "QSO Liste" @@ -9812,12 +9826,12 @@ msgstr "RX-Frequenz" msgid "RX Band" msgstr "RX-Band" -#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:351 +#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:355 msgid "Give power value in Watts. Include only numbers in the input." msgstr "" "Gib die Ausgangsleistung in Watt an. Erfasse nur Zahlen bei der Eingabe." -#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:349 +#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:353 #: application/views/reg1test/index.php:114 #: application/views/view_log/qso.php:631 msgid "Transmit Power (W)" @@ -9847,7 +9861,7 @@ msgstr "Short Path" msgid "Long Path" msgstr "Long Path" -#: application/views/qso/edit_ajax.php:273 application/views/qso/index.php:531 +#: application/views/qso/edit_ajax.php:273 application/views/qso/index.php:535 #: application/views/view_log/qso.php:448 msgid "eMail" msgstr "E-Mail" @@ -9860,32 +9874,32 @@ msgstr "Satellitenname" msgid "Sat Mode" msgstr "Sat-Modus" -#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:558 +#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:562 msgid "Antenna Azimuth (°)" msgstr "Antennen-Azimut (°)" -#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:560 +#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:564 msgid "Antenna azimuth in decimal degrees." msgstr "Azimut der Antenne in Dezimalgrad." -#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:564 +#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:568 msgid "Antenna Elevation (°)" msgstr "Antennen-Elevation (°)" -#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:566 +#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:570 msgid "Antenna elevation in decimal degrees." msgstr "Elevation der Antenne in Dezimalgrad." -#: application/views/qso/edit_ajax.php:382 application/views/qso/index.php:258 -#: application/views/qso/index.php:516 application/views/user/edit.php:599 +#: application/views/qso/edit_ajax.php:382 application/views/qso/index.php:262 +#: application/views/qso/index.php:520 application/views/user/edit.php:599 #: application/views/view_log/qso.php:414 #: application/views/view_log/qso.php:671 msgid "Sig Info" msgstr "Sig Info" #: application/views/qso/edit_ajax.php:397 -#: application/views/qso/edit_ajax.php:510 application/views/qso/index.php:575 -#: application/views/qso/index.php:619 +#: application/views/qso/edit_ajax.php:510 application/views/qso/index.php:579 +#: application/views/qso/index.php:623 msgid "Note: Gets exported to third-party services." msgstr "Hinweis: Wird zu Drittanbieterdiensten exportiert." @@ -9894,8 +9908,8 @@ msgid "Sent Method" msgstr "Sendemethode" #: application/views/qso/edit_ajax.php:436 -#: application/views/qso/edit_ajax.php:469 application/views/qso/index.php:596 -#: application/views/qso/index.php:599 +#: application/views/qso/edit_ajax.php:469 application/views/qso/index.php:600 +#: application/views/qso/index.php:603 msgid "Method" msgstr "Methode" @@ -9914,11 +9928,11 @@ msgstr "Verifiziert (Match)" msgid "Received Method" msgstr "Empfangsmethode" -#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:616 +#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:620 msgid "Get the default message for eQSL, for this station." msgstr "Setze die eQSL-Nachricht auf den Standardtext zurück." -#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:616 +#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:620 msgid "QSL MSG" msgstr "QSL Nachricht" @@ -9955,7 +9969,7 @@ msgstr "Änderungen speichern" msgid "TimeOff is less than TimeOn" msgstr "Endzeit ist vor der Startzeit" -#: application/views/qso/index.php:5 application/views/qso/index.php:727 +#: application/views/qso/index.php:5 application/views/qso/index.php:731 msgid "Previous Contacts" msgstr "Vorherige Kontakte" @@ -10008,7 +10022,7 @@ msgstr "Endzeit" msgid "Search DXCluster for latest Spot" msgstr "Suche im DX-Cluster nach letztem Spot" -#: application/views/qso/index.php:199 application/views/qso/index.php:455 +#: application/views/qso/index.php:203 application/views/qso/index.php:459 #: application/views/station_profile/create.php:149 #: application/views/station_profile/edit.php:218 #: application/views/user/edit.php:583 application/views/view_log/qso.php:355 @@ -10016,7 +10030,7 @@ msgstr "Suche im DX-Cluster nach letztem Spot" msgid "IOTA Reference" msgstr "IOTA-Referenznummer" -#: application/views/qso/index.php:215 application/views/qso/index.php:472 +#: application/views/qso/index.php:219 application/views/qso/index.php:476 #: application/views/station_profile/create.php:165 #: application/views/station_profile/edit.php:246 #: application/views/user/edit.php:587 application/views/view_log/qso.php:362 @@ -10024,91 +10038,91 @@ msgstr "IOTA-Referenznummer" msgid "SOTA Reference" msgstr "SOTA-Referenznummer" -#: application/views/qso/index.php:325 application/views/view_log/qso.php:100 +#: application/views/qso/index.php:329 application/views/view_log/qso.php:100 msgid "Frequency (RX)" msgstr "Frequenz (RX)" -#: application/views/qso/index.php:330 +#: application/views/qso/index.php:334 msgid "Band (RX)" msgstr "Band (RX)" -#: application/views/qso/index.php:474 +#: application/views/qso/index.php:478 msgid "For example: GM/NS-001." msgstr "Zum Beispiel: GM/NS-001." -#: application/views/qso/index.php:487 +#: application/views/qso/index.php:491 msgid "For example: DLFF-0069." msgstr "Zum Beispiel: DLFF-0069." -#: application/views/qso/index.php:500 +#: application/views/qso/index.php:504 msgid "For example: PA-0150. Multiple values allowed." msgstr "Zum Beispiel: PA-0150. Mehrere Werte erlaubt." -#: application/views/qso/index.php:512 +#: application/views/qso/index.php:516 msgid "For example: GMA" msgstr "Zum Beispiel: GMA" -#: application/views/qso/index.php:518 +#: application/views/qso/index.php:522 msgid "For example: DA/NW-357" msgstr "Zum Beispiel: DA/NW-357" -#: application/views/qso/index.php:526 +#: application/views/qso/index.php:530 msgid "For example: Q03" msgstr "Zum Beispiel: Q03" -#: application/views/qso/index.php:533 +#: application/views/qso/index.php:537 msgid "eMail-Adress of QSO-Partner" msgstr "E-Mail-Adresse des QSO-Partners" -#: application/views/qso/index.php:542 application/views/view_log/qso.php:276 +#: application/views/qso/index.php:546 application/views/view_log/qso.php:276 msgid "Satellite Name" msgstr "Satellit" -#: application/views/qso/index.php:550 application/views/view_log/qso.php:283 +#: application/views/qso/index.php:554 application/views/view_log/qso.php:283 msgid "Satellite Mode" msgstr "Satellitenmodus" -#: application/views/qso/index.php:635 +#: application/views/qso/index.php:639 msgid "Reset to Default" msgstr "Auf Standardwerte zurücksetzen" -#: application/views/qso/index.php:676 +#: application/views/qso/index.php:680 msgid "Winkey" msgstr "Winkey" -#: application/views/qso/index.php:678 +#: application/views/qso/index.php:682 msgid "Connect" msgstr "Verbinden" -#: application/views/qso/index.php:687 +#: application/views/qso/index.php:691 msgid "Stop" msgstr "Stop" -#: application/views/qso/index.php:688 +#: application/views/qso/index.php:692 msgid "Tune" msgstr "Abstimmen" -#: application/views/qso/index.php:689 +#: application/views/qso/index.php:693 msgid "Stop Tune" msgstr "Abstimmen stoppen" -#: application/views/qso/index.php:695 +#: application/views/qso/index.php:699 msgid "CW Speed" msgstr "CW Geschwindigkeit" -#: application/views/qso/index.php:700 +#: application/views/qso/index.php:704 msgid "Send" msgstr "Senden" -#: application/views/qso/index.php:710 +#: application/views/qso/index.php:714 msgid "Suggestions" msgstr "Vorschläge" -#: application/views/qso/index.php:717 +#: application/views/qso/index.php:721 msgid "Profile Picture" msgstr "Profilbild" -#: application/views/qso/index.php:741 +#: application/views/qso/index.php:745 msgid "Max. 5 previous contacts are shown" msgstr "Es werden maximal 5 Kontakte angezeigt" @@ -10715,7 +10729,7 @@ msgstr "" "die Syntax und wie FLE funktioniert findest du %s." #: application/views/simplefle/index.php:17 -#: application/views/simplefle/index.php:178 +#: application/views/simplefle/index.php:179 msgid "Syntax Help" msgstr "Syntax-Hilfe" @@ -10799,27 +10813,27 @@ msgstr "" msgid "An error occurred while saving the QSO to the logbook! Error: " msgstr "Ein Fehler ist aufgetreten beim Speichern der QSO im Logbuch! Fehler: " -#: application/views/simplefle/index.php:42 +#: application/views/simplefle/index.php:43 msgid "What is that?" msgstr "Was ist das?" -#: application/views/simplefle/index.php:45 +#: application/views/simplefle/index.php:46 msgid "Current UTC Time" msgstr "Aktuelle UTC-Zeit" -#: application/views/simplefle/index.php:78 +#: application/views/simplefle/index.php:79 msgid "If you don't choose a date, today's date will be used." msgstr "Wenn du kein Datum auswählst, wird das heutige Datum verwendet." -#: application/views/simplefle/index.php:90 +#: application/views/simplefle/index.php:91 msgid "You can add the entered QSOs to a contest." msgstr "Füge die eingegebenen QSO zu seinem Contest hinzu." -#: application/views/simplefle/index.php:97 +#: application/views/simplefle/index.php:98 msgid "Station Call/Location" msgstr "Stationsstandort" -#: application/views/simplefle/index.php:109 +#: application/views/simplefle/index.php:110 #, php-format msgid "" "If you did operate from a new location, first create a new %sStation " @@ -10828,38 +10842,38 @@ msgstr "" "Wenn du von einem neuen Standort aus operierst, erstelle zuerst einen neuen " "%sStationsstandort%s" -#: application/views/simplefle/index.php:114 +#: application/views/simplefle/index.php:115 msgid "e.g. OK2CQR" msgstr "z.B. OK2CQR" -#: application/views/simplefle/index.php:117 +#: application/views/simplefle/index.php:118 msgid "This is callsign of the operator. Without any pre- or suffixes." msgstr "" "Dies ist das Rufzeichen des Operators. Ohne irgendwelche Prä- oder Suffixe." -#: application/views/simplefle/index.php:127 +#: application/views/simplefle/index.php:128 msgid "Enter the Data" msgstr "Gibt hier die Daten ein" -#: application/views/simplefle/index.php:156 +#: application/views/simplefle/index.php:157 msgid "Refs" msgstr "Refs" -#: application/views/simplefle/index.php:168 +#: application/views/simplefle/index.php:169 #, php-format msgid "The Refs can be either %sS%sOTA, %sI%sOTA, %sP%sOTA, or %sW%sWFF" msgstr "" "Die Refs können entweder %sS%sOTA, %sI%sOTA, %sP%sOTA oder %sW%sWFF sein" -#: application/views/simplefle/index.php:175 +#: application/views/simplefle/index.php:176 msgid "Reload QSO List" msgstr "Aktualisiere QSO-Liste" -#: application/views/simplefle/index.php:176 +#: application/views/simplefle/index.php:177 msgid "Save in Wavelog" msgstr "Speichere in Wavelog" -#: application/views/simplefle/index.php:177 +#: application/views/simplefle/index.php:178 msgid "Clear Logging Session" msgstr "Lösche QSO-Daten" diff --git a/application/locale/el_GR/LC_MESSAGES/messages.po b/application/locale/el_GR/LC_MESSAGES/messages.po index d584953e1..0cbc9351a 100644 --- a/application/locale/el_GR/LC_MESSAGES/messages.po +++ b/application/locale/el_GR/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-11-15 15:56+0000\n" +"POT-Creation-Date: 2024-11-18 17:48+0000\n" "PO-Revision-Date: 2024-08-17 10:47+0000\n" "Last-Translator: Fabian Berg \n" "Language-Team: Greek \n" "Language-Team: Spanish \n" "Language-Team: Estonian \n" "Language-Team: Finnish \n" "Language-Team: French \n" @@ -200,16 +200,16 @@ msgstr "Échec de l'import ADIF !" msgid "Station Profile not valid for User" msgstr "Profil de station non valide pour l'utilisateur" -#: application/controllers/Adif.php:269 +#: application/controllers/Adif.php:263 #: application/views/adif/import_success.php:12 msgid "ADIF Imported" msgstr "ADIF importé" -#: application/controllers/Adif.php:280 +#: application/controllers/Adif.php:274 msgid "DCL Import" msgstr "Import DCL" -#: application/controllers/Adif.php:338 +#: application/controllers/Adif.php:332 msgid "DCL Data Imported" msgstr "Données DCL importées" @@ -273,8 +273,8 @@ msgstr "Trophées - %s" #: application/views/interface_assets/header.php:198 #: application/views/logbookadvanced/index.php:658 #: application/views/logbookadvanced/useroptions.php:114 -#: application/views/qso/edit_ajax.php:387 application/views/qso/index.php:267 -#: application/views/qso/index.php:524 application/views/user/edit.php:603 +#: application/views/qso/edit_ajax.php:387 application/views/qso/index.php:271 +#: application/views/qso/index.php:528 application/views/user/edit.php:603 #: application/views/view_log/qso.php:433 msgid "DOK" msgstr "DOK" @@ -292,7 +292,7 @@ msgstr "DOK" #: application/views/logbookadvanced/useroptions.php:86 #: application/views/lookup/index.php:4 #: application/views/lotw_views/index.php:36 -#: application/views/qso/edit_ajax.php:232 application/views/qso/index.php:364 +#: application/views/qso/edit_ajax.php:232 application/views/qso/index.php:368 #: application/views/search/cqzones_result.php:15 #: application/views/search/ituzones_result.php:15 #: application/views/search/result.php:27 @@ -563,7 +563,7 @@ msgstr "Calendrier des concours" #: application/controllers/Contestcalendar.php:47 msgid "Contestcalendar not reachable. Try again later" -msgstr "" +msgstr "Le calendrier des concours n'est pas accessible. Réessayez plus tard" #: application/controllers/Contesting.php:52 #: application/views/contesting/index.php:7 @@ -603,27 +603,27 @@ msgstr "Modifier les traitements Cron" #: application/views/debug/index.php:545 application/views/debug/index.php:550 #: application/views/user/index.php:136 msgid "never" -msgstr "" +msgstr "jamais" #: application/controllers/Cron.php:219 msgid "calculating..." -msgstr "" +msgstr "calcul en cours..." #: application/controllers/Cron.php:230 application/views/cron/index.php:70 msgid "healthy" -msgstr "" +msgstr "sain" #: application/controllers/Cron.php:232 application/views/cron/index.php:72 msgid "failed" -msgstr "" +msgstr "échoué" #: application/controllers/Cron.php:234 application/views/cron/index.php:74 msgid "pending" -msgstr "" +msgstr "en attente" #: application/controllers/Cron.php:239 application/views/cron/index.php:79 msgid "disabled" -msgstr "" +msgstr "désactivé" #: application/controllers/Cron.php:278 #: application/views/interface_assets/footer.php:37 @@ -1104,7 +1104,7 @@ msgstr "Clublog" #: application/views/awards/was/index.php:87 #: application/views/components/hamsat/table.php:30 #: application/views/contesting/index.php:113 -#: application/views/contesting/index.php:255 +#: application/views/contesting/index.php:259 #: application/views/continents/index.php:39 application/views/csv/index.php:42 #: application/views/dashboard/index.php:4 #: application/views/debug/index.php:573 @@ -1141,7 +1141,7 @@ msgstr "Clublog" #: application/views/search/ituzones_result.php:10 #: application/views/search/lotw_unconfirmed_result.php:8 #: application/views/search/search_result_ajax.php:4 -#: application/views/simplefle/index.php:152 +#: application/views/simplefle/index.php:153 #: application/views/statistics/custom.php:60 #: application/views/statistics/custom_result.php:62 #: application/views/statistics/custom_result.php:88 @@ -1161,8 +1161,8 @@ msgstr "Mode" #: application/controllers/Logbook.php:1357 #: application/views/awards/pota/index.php:36 #: application/views/awards/wwff/index.php:36 -#: application/views/contesting/index.php:170 -#: application/views/contesting/index.php:256 +#: application/views/contesting/index.php:174 +#: application/views/contesting/index.php:260 #: application/views/logbookadvanced/index.php:601 #: application/views/logbookadvanced/useroptions.php:38 #: application/views/qslcard/searchresult.php:13 @@ -1173,9 +1173,9 @@ msgstr "Mode" #: application/views/qslprint/qslprint.php:26 #: application/views/qslprint/qsolist.php:11 #: application/views/qso/components/previous_contacts.php:78 -#: application/views/qso/edit_ajax.php:141 application/views/qso/index.php:180 +#: application/views/qso/edit_ajax.php:141 application/views/qso/index.php:184 #: application/views/search/search_result_ajax.php:5 -#: application/views/simplefle/index.php:153 +#: application/views/simplefle/index.php:154 #: application/views/user/edit.php:230 application/views/user/edit.php:252 #: application/views/user/edit.php:274 application/views/user/edit.php:296 #: application/views/user/edit.php:319 @@ -1188,8 +1188,8 @@ msgstr "RST (E)" #: application/controllers/Logbook.php:1358 #: application/views/awards/pota/index.php:37 #: application/views/awards/wwff/index.php:37 -#: application/views/contesting/index.php:194 -#: application/views/contesting/index.php:257 +#: application/views/contesting/index.php:198 +#: application/views/contesting/index.php:261 #: application/views/logbookadvanced/index.php:604 #: application/views/logbookadvanced/useroptions.php:42 #: application/views/qslcard/searchresult.php:14 @@ -1200,9 +1200,9 @@ msgstr "RST (E)" #: application/views/qslprint/qslprint.php:27 #: application/views/qslprint/qsolist.php:12 #: application/views/qso/components/previous_contacts.php:79 -#: application/views/qso/edit_ajax.php:146 application/views/qso/index.php:185 +#: application/views/qso/edit_ajax.php:146 application/views/qso/index.php:189 #: application/views/search/search_result_ajax.php:6 -#: application/views/simplefle/index.php:154 +#: application/views/simplefle/index.php:155 #: application/views/user/edit.php:231 application/views/user/edit.php:253 #: application/views/user/edit.php:275 application/views/user/edit.php:297 #: application/views/user/edit.php:320 @@ -1270,7 +1270,7 @@ msgstr "IOTA" #: application/views/contesting/index.php:61 #: application/views/dashboard/index.php:12 #: application/views/logbookadvanced/edit.php:23 -#: application/views/logbookadvanced/edit.php:71 +#: application/views/logbookadvanced/edit.php:73 #: application/views/logbookadvanced/index.php:199 #: application/views/logbookadvanced/index.php:640 #: application/views/logbookadvanced/qslcarousel.php:36 @@ -1296,7 +1296,7 @@ msgstr "Etat" #: application/views/awards/gridmaster/index.php:40 #: application/views/awards/vucc/band.php:12 #: application/views/contesting/index.php:21 -#: application/views/contesting/index.php:262 +#: application/views/contesting/index.php:266 #: application/views/dashboard/index.php:13 #: application/views/gridmap/index.php:152 #: application/views/labels/index.php:125 @@ -1313,13 +1313,13 @@ msgstr "Etat" #: application/views/qslcard/searchresult.php:67 #: application/views/qslcard/searchresult.php:83 #: application/views/qso/components/previous_contacts.php:86 -#: application/views/qso/edit_ajax.php:155 application/views/qso/index.php:282 +#: application/views/qso/edit_ajax.php:155 application/views/qso/index.php:286 #: application/views/satellite/pass.php:28 #: application/views/search/cqzones_result.php:12 #: application/views/search/ituzones_result.php:12 #: application/views/search/result.php:49 #: application/views/search/search_result_ajax.php:13 -#: application/views/simplefle/index.php:155 +#: application/views/simplefle/index.php:156 #: application/views/stationsetup/stationsetup.php:125 #: application/views/timeline/index.php:290 application/views/user/edit.php:130 #: application/views/user/edit.php:238 application/views/user/edit.php:260 @@ -1383,7 +1383,7 @@ msgstr "Distance" #: application/views/bands/create.php:24 application/views/bands/edit.php:6 #: application/views/bands/index.php:45 #: application/views/contesting/index.php:126 -#: application/views/contesting/index.php:254 +#: application/views/contesting/index.php:258 #: application/views/continents/index.php:30 application/views/csv/index.php:31 #: application/views/dashboard/index.php:15 #: application/views/debug/index.php:574 application/views/dxatlas/index.php:31 @@ -1416,7 +1416,7 @@ msgstr "Distance" #: application/views/search/ituzones_result.php:11 #: application/views/search/lotw_unconfirmed_result.php:9 #: application/views/search/search_result_ajax.php:15 -#: application/views/simplefle/index.php:151 +#: application/views/simplefle/index.php:152 #: application/views/stationsetup/exportmapoptions.php:31 #: application/views/statistics/custom.php:53 #: application/views/statistics/custom_result.php:55 @@ -1466,7 +1466,7 @@ msgstr "Frequence" #: application/views/qslcard/searchresult.php:87 #: application/views/qso/components/previous_contacts.php:90 #: application/views/search/search_result_ajax.php:17 -#: application/views/simplefle/index.php:114 +#: application/views/simplefle/index.php:115 #: application/views/user/edit.php:240 application/views/user/edit.php:262 #: application/views/user/edit.php:284 application/views/user/edit.php:306 #: application/views/user/edit.php:329 @@ -1488,7 +1488,7 @@ msgstr "Opérateur" #: application/views/lookup/index.php:44 #: application/views/lotw_views/index.php:52 #: application/views/qso/components/previous_contacts.php:59 -#: application/views/qso/edit_ajax.php:250 application/views/qso/index.php:373 +#: application/views/qso/edit_ajax.php:250 application/views/qso/index.php:377 #: application/views/station_profile/create.php:73 #: application/views/station_profile/edit.php:105 #: application/views/stationsetup/linkedlocations.php:17 @@ -1587,7 +1587,7 @@ msgstr "Modifier le mode" #: application/views/notes/view.php:6 application/views/notes/view.php:9 #: application/views/qso/edit_ajax.php:36 #: application/views/qso/edit_ajax.php:395 application/views/qso/index.php:41 -#: application/views/qso/index.php:573 application/views/view_log/qso.php:14 +#: application/views/qso/index.php:577 application/views/view_log/qso.php:14 #: application/views/view_log/qso.php:679 msgid "Notes" msgstr "Notes" @@ -1727,7 +1727,7 @@ msgstr "Recherche de journaux et OQRS" #: application/controllers/Oqrs.php:67 msgid "Invalid Station ID" -msgstr "" +msgstr "ID de station invalide" #: application/controllers/Oqrs.php:134 #: application/views/interface_assets/header.php:419 @@ -1816,15 +1816,15 @@ msgstr "Ajouter QSO" #: application/controllers/Qso.php:661 msgid "You have to be logged in to access this URL." -msgstr "" +msgstr "Vous devez être connecté pour accéder à ce URL" #: application/controllers/Qso.php:667 msgid "Call Transfer" -msgstr "" +msgstr "Transfert d'appel" #: application/controllers/Qso.php:674 msgid "No callsign provided." -msgstr "" +msgstr "Aucun indicatif fourni." #: application/controllers/Radio.php:17 #: application/views/interface_assets/header.php:438 @@ -1833,8 +1833,8 @@ msgstr "Interfaces matérielles" #: application/controllers/Radio.php:47 application/views/bandmap/index.php:25 #: application/views/bandmap/list.php:63 -#: application/views/contesting/index.php:148 -#: application/views/qso/index.php:315 +#: application/views/contesting/index.php:152 +#: application/views/qso/index.php:319 msgid "Radio" msgstr "Radio" @@ -1846,7 +1846,7 @@ msgstr "Horodatage" #: application/views/logbookadvanced/index.php:576 #: application/views/lotw_views/index.php:43 #: application/views/simplefle/index.php:20 -#: application/views/simplefle/index.php:179 +#: application/views/simplefle/index.php:180 #: application/views/stationsetup/exportmapoptions.php:5 #: application/views/statistics/custom.php:31 #: application/views/statistics/custom_result.php:33 @@ -1854,13 +1854,13 @@ msgid "Options" msgstr "Options" #: application/controllers/Radio.php:53 application/views/debug/index.php:308 -#: application/views/qso/index.php:680 +#: application/views/qso/index.php:684 msgid "Settings" -msgstr "" +msgstr "Paramètres" #: application/controllers/Radio.php:91 -#: application/views/contesting/index.php:152 -#: application/views/qso/index.php:319 +#: application/views/contesting/index.php:156 +#: application/views/qso/index.php:323 msgid "last updated" msgstr "dernière mise à jour" @@ -1892,10 +1892,10 @@ msgstr "Editer" #: application/controllers/Radio.php:107 #: application/controllers/Stationsetup.php:372 #: application/views/api/help.php:61 application/views/contesting/add.php:62 -#: application/views/interface_assets/footer.php:2374 -#: application/views/interface_assets/footer.php:2392 -#: application/views/interface_assets/footer.php:2413 -#: application/views/interface_assets/footer.php:2431 +#: application/views/interface_assets/footer.php:2376 +#: application/views/interface_assets/footer.php:2394 +#: application/views/interface_assets/footer.php:2415 +#: application/views/interface_assets/footer.php:2433 #: application/views/labels/index.php:48 application/views/labels/index.php:84 #: application/views/logbookadvanced/index.php:568 #: application/views/lotw_views/index.php:114 @@ -1919,7 +1919,7 @@ msgstr "Aucune radio avec interface CAT trouvée." #: application/controllers/Radio.php:128 application/views/radio/index.php:2 msgid "Edit CAT Settings" -msgstr "" +msgstr "Modifier les paramètres CAT" #: application/controllers/Reg1test.php:25 msgid "Export EDI" @@ -1999,6 +1999,13 @@ msgstr "" "QSOs non confirmés sur LoTW, mais l'indicatif a été téléchargé sur LoTW " "après la date du QSO" +#: application/controllers/Simplefle.php:90 +#: application/controllers/Simplefle.php:93 +#: application/models/Logbook_model.php:4422 +#: application/views/simplefle/index.php:40 +msgid "Duplicate for" +msgstr "Dupliquer pour" + #: application/controllers/Staticmap.php:20 #: application/controllers/Staticmap.php:25 #: application/controllers/Staticmap.php:132 @@ -2034,7 +2041,7 @@ msgstr "Modifier l'emplacement de la station : " #: application/views/dxatlas/index.php:19 #: application/views/labels/index.php:124 #: application/views/logbookadvanced/edit.php:21 -#: application/views/qslprint/index.php:20 application/views/qso/index.php:303 +#: application/views/qslprint/index.php:20 application/views/qso/index.php:307 #: application/views/search/search_result_ajax.php:18 #: application/views/station_profile/create.php:305 #: application/views/station_profile/edit.php:455 @@ -2069,7 +2076,7 @@ msgstr "Interdit" #: application/controllers/Stationsetup.php:131 #: application/controllers/Stationsetup.php:152 #: application/controllers/Stationsetup.php:436 -#: application/views/qso/index.php:639 application/views/simplefle/index.php:38 +#: application/views/qso/index.php:643 application/views/simplefle/index.php:38 msgid "Error" msgstr "Erreur" @@ -2200,7 +2207,7 @@ msgstr "" #: application/views/station_profile/edit.php:99 #: application/views/stationsetup/stationsetup.php:150 msgid "Please select one" -msgstr "" +msgstr "Veuillez en choisir un" #: application/controllers/Stationsetup.php:462 msgid "Edit Export Map options" @@ -2561,23 +2568,23 @@ msgstr "" msgid "HRDlog: No station profiles with HRDlog Credentials found." msgstr "HRDlog : Aucun profil de station avec les identifiants HRDlog trouvé." -#: application/models/Logbook_model.php:3737 +#: application/models/Logbook_model.php:3744 #, php-format msgid "Wrong station callsign %s while importing QSO with %s for %s: SKIPPED" msgstr "" "Indicatif d'appel de station incorrect %s lors de l'importation du QSO avec " "%s pour %s : IGNORÉ" -#: application/models/Logbook_model.php:3738 +#: application/models/Logbook_model.php:3745 #, php-format msgid "Check %s for hints about errors in ADIF files." msgstr "Vérifie %s pour des indices sur les erreurs dans les fichiers ADIF." -#: application/models/Logbook_model.php:3750 +#: application/models/Logbook_model.php:3757 msgid "QSO on" msgstr "QSO en" -#: application/models/Logbook_model.php:3750 +#: application/models/Logbook_model.php:3757 msgid "" "You tried to import a QSO without any given CALL. This QSO wasn't imported. " "It's invalid" @@ -2585,55 +2592,51 @@ msgstr "" "Vous avez essayé d'importer un QSO sans indicatif donné. Ce QSO n'a pas été " "importé. Il est invalide" -#: application/models/Logbook_model.php:4049 +#: application/models/Logbook_model.php:4056 msgid "the qslrdate is invalid (YYYYMMDD)" msgstr "la qslrdate est invalide (AAAAMMJJ)" -#: application/models/Logbook_model.php:4060 +#: application/models/Logbook_model.php:4067 msgid "the qslsdate is invalid (YYYYMMDD)" msgstr "la qslsdate est invalide (AAAAMMJJ)" -#: application/models/Logbook_model.php:4111 +#: application/models/Logbook_model.php:4118 msgid "the clublog_qso_upload_date is invalid (YYYYMMDD)" msgstr "la clublog_qso_upload_date est invalide (AAAAMMJJ)" -#: application/models/Logbook_model.php:4131 +#: application/models/Logbook_model.php:4138 msgid "the lotw_qslrdate is invalid (YYYYMMDD)" msgstr "la lotw_qslrdate est invalide (AAAAMMJJ)" -#: application/models/Logbook_model.php:4150 +#: application/models/Logbook_model.php:4157 msgid "the lotw_qslsdate is invalid (YYYYMMDD)" msgstr "la lotw_qslsdate est invalide (AAAAMMJJ)" -#: application/models/Logbook_model.php:4421 -msgid "Duplicate for" -msgstr "Dupliquer pour" - -#: application/models/Logbook_model.php:4482 +#: application/models/Logbook_model.php:4483 msgid "QSO could not be matched" msgstr "pas de correspondance pour le QSO" -#: application/models/Logbook_model.php:4488 +#: application/models/Logbook_model.php:4489 msgid "confirmed by LoTW/Clublog/eQSL/Contest" msgstr "confirmé par LoTW/Clublog/eQSL/Contest" -#: application/models/Logbook_model.php:4493 +#: application/models/Logbook_model.php:4494 msgid "confirmed by award manager" msgstr "confirmé par le manager de l'Award" -#: application/models/Logbook_model.php:4496 +#: application/models/Logbook_model.php:4497 msgid "confirmed by cross-check of DCL data" msgstr "confirmé par recoupement des données DCL" -#: application/models/Logbook_model.php:4499 +#: application/models/Logbook_model.php:4500 msgid "confirmation pending" msgstr "confirmation en attente" -#: application/models/Logbook_model.php:4502 +#: application/models/Logbook_model.php:4503 msgid "unconfirmed" msgstr "non confirmé" -#: application/models/Logbook_model.php:4505 +#: application/models/Logbook_model.php:4506 #: application/views/view_log/qso.php:267 msgid "unknown" msgstr "inconnu" @@ -2750,8 +2753,8 @@ msgstr "Différence" #: application/views/gridmap/index.php:41 #: application/views/gridmap/index.php:70 #: application/views/gridmap/index.php:83 -#: application/views/interface_assets/footer.php:1485 -#: application/views/interface_assets/footer.php:1624 +#: application/views/interface_assets/footer.php:1487 +#: application/views/interface_assets/footer.php:1626 #: application/views/kml/index.php:21 application/views/kml/index.php:33 #: application/views/kml/index.php:49 application/views/kml/index.php:67 #: application/views/kml/index.php:79 @@ -2848,7 +2851,7 @@ msgstr "Tous sauf SAT" #: application/views/accumulate/index.php:85 #: application/views/distances/index.php:58 #: application/views/gridmap/index.php:42 -#: application/views/logbookadvanced/edit.php:153 +#: application/views/logbookadvanced/edit.php:161 #: application/views/logbookadvanced/index.php:333 #: application/views/timeline/index.php:79 msgid "None/Empty" @@ -2859,7 +2862,7 @@ msgstr "Rien/Vide" #: application/views/dxatlas/index.php:95 #: application/views/gridmap/index.php:44 application/views/kml/index.php:80 #: application/views/logbookadvanced/index.php:251 -#: application/views/qso/edit_ajax.php:190 application/views/qso/index.php:420 +#: application/views/qso/edit_ajax.php:190 application/views/qso/index.php:424 #: application/views/timeline/index.php:80 #: application/views/view_log/qso.php:213 msgctxt "Propagation Mode" @@ -2871,7 +2874,7 @@ msgstr "Aircraft Scatter" #: application/views/dxatlas/index.php:96 #: application/views/gridmap/index.php:45 application/views/kml/index.php:81 #: application/views/logbookadvanced/index.php:252 -#: application/views/qso/edit_ajax.php:191 application/views/qso/index.php:421 +#: application/views/qso/edit_ajax.php:191 application/views/qso/index.php:425 #: application/views/timeline/index.php:81 #: application/views/view_log/qso.php:216 msgctxt "Propagation Mode" @@ -2883,7 +2886,7 @@ msgstr "Aurore" #: application/views/dxatlas/index.php:97 #: application/views/gridmap/index.php:46 application/views/kml/index.php:82 #: application/views/logbookadvanced/index.php:253 -#: application/views/qso/edit_ajax.php:192 application/views/qso/index.php:422 +#: application/views/qso/edit_ajax.php:192 application/views/qso/index.php:426 #: application/views/timeline/index.php:82 #: application/views/view_log/qso.php:219 msgctxt "Propagation Mode" @@ -2895,7 +2898,7 @@ msgstr "Aurora-E" #: application/views/dxatlas/index.php:98 #: application/views/gridmap/index.php:47 application/views/kml/index.php:83 #: application/views/logbookadvanced/index.php:254 -#: application/views/qso/edit_ajax.php:193 application/views/qso/index.php:423 +#: application/views/qso/edit_ajax.php:193 application/views/qso/index.php:427 #: application/views/timeline/index.php:83 #: application/views/view_log/qso.php:222 msgctxt "Propagation Mode" @@ -2907,7 +2910,7 @@ msgstr "Rétrodiffusion" #: application/views/dxatlas/index.php:99 #: application/views/gridmap/index.php:48 application/views/kml/index.php:84 #: application/views/logbookadvanced/index.php:255 -#: application/views/qso/edit_ajax.php:194 application/views/qso/index.php:424 +#: application/views/qso/edit_ajax.php:194 application/views/qso/index.php:428 #: application/views/timeline/index.php:84 #: application/views/view_log/qso.php:225 msgctxt "Propagation Mode" @@ -2919,7 +2922,7 @@ msgstr "EchoLink" #: application/views/dxatlas/index.php:100 #: application/views/gridmap/index.php:49 application/views/kml/index.php:85 #: application/views/logbookadvanced/index.php:256 -#: application/views/qso/edit_ajax.php:195 application/views/qso/index.php:425 +#: application/views/qso/edit_ajax.php:195 application/views/qso/index.php:429 #: application/views/timeline/index.php:85 #: application/views/view_log/qso.php:228 msgctxt "Propagation Mode" @@ -2931,7 +2934,7 @@ msgstr "Terre-Lune-Terre" #: application/views/dxatlas/index.php:101 #: application/views/gridmap/index.php:50 application/views/kml/index.php:86 #: application/views/logbookadvanced/index.php:257 -#: application/views/qso/edit_ajax.php:196 application/views/qso/index.php:426 +#: application/views/qso/edit_ajax.php:196 application/views/qso/index.php:430 #: application/views/timeline/index.php:86 #: application/views/view_log/qso.php:231 msgctxt "Propagation Mode" @@ -2943,7 +2946,7 @@ msgstr "Sporadique E" #: application/views/dxatlas/index.php:102 #: application/views/gridmap/index.php:51 application/views/kml/index.php:87 #: application/views/logbookadvanced/index.php:258 -#: application/views/qso/edit_ajax.php:197 application/views/qso/index.php:427 +#: application/views/qso/edit_ajax.php:197 application/views/qso/index.php:431 #: application/views/timeline/index.php:87 #: application/views/view_log/qso.php:234 msgctxt "Propagation Mode" @@ -2955,7 +2958,7 @@ msgstr "Irrégularités alignées au champ" #: application/views/dxatlas/index.php:103 #: application/views/gridmap/index.php:52 application/views/kml/index.php:88 #: application/views/logbookadvanced/index.php:259 -#: application/views/qso/edit_ajax.php:198 application/views/qso/index.php:428 +#: application/views/qso/edit_ajax.php:198 application/views/qso/index.php:432 #: application/views/timeline/index.php:88 #: application/views/view_log/qso.php:237 msgctxt "Propagation Mode" @@ -2967,7 +2970,7 @@ msgstr "F2 Réflexion" #: application/views/dxatlas/index.php:104 #: application/views/gridmap/index.php:53 application/views/kml/index.php:89 #: application/views/logbookadvanced/index.php:260 -#: application/views/qso/edit_ajax.php:199 application/views/qso/index.php:429 +#: application/views/qso/edit_ajax.php:199 application/views/qso/index.php:433 #: application/views/timeline/index.php:89 #: application/views/view_log/qso.php:240 msgctxt "Propagation Mode" @@ -2979,7 +2982,7 @@ msgstr "Assisté par Internet" #: application/views/dxatlas/index.php:105 #: application/views/gridmap/index.php:54 application/views/kml/index.php:90 #: application/views/logbookadvanced/index.php:261 -#: application/views/qso/edit_ajax.php:200 application/views/qso/index.php:430 +#: application/views/qso/edit_ajax.php:200 application/views/qso/index.php:434 #: application/views/timeline/index.php:90 #: application/views/view_log/qso.php:243 msgctxt "Propagation Mode" @@ -2991,7 +2994,7 @@ msgstr "Réflexion Ionosphérique" #: application/views/dxatlas/index.php:106 #: application/views/gridmap/index.php:55 application/views/kml/index.php:91 #: application/views/logbookadvanced/index.php:262 -#: application/views/qso/edit_ajax.php:201 application/views/qso/index.php:431 +#: application/views/qso/edit_ajax.php:201 application/views/qso/index.php:435 #: application/views/timeline/index.php:91 #: application/views/view_log/qso.php:246 msgctxt "Propagation Mode" @@ -3003,7 +3006,7 @@ msgstr "IRLP" #: application/views/dxatlas/index.php:107 #: application/views/gridmap/index.php:56 application/views/kml/index.php:92 #: application/views/logbookadvanced/index.php:263 -#: application/views/qso/edit_ajax.php:202 application/views/qso/index.php:432 +#: application/views/qso/edit_ajax.php:202 application/views/qso/index.php:436 #: application/views/timeline/index.php:92 #: application/views/view_log/qso.php:249 msgctxt "Propagation Mode" @@ -3015,7 +3018,7 @@ msgstr "Réflexions météorites" #: application/views/dxatlas/index.php:108 #: application/views/gridmap/index.php:57 application/views/kml/index.php:93 #: application/views/logbookadvanced/index.php:264 -#: application/views/qso/edit_ajax.php:203 application/views/qso/index.php:433 +#: application/views/qso/edit_ajax.php:203 application/views/qso/index.php:437 #: application/views/timeline/index.php:93 #: application/views/view_log/qso.php:252 msgctxt "Propagation Mode" @@ -3027,7 +3030,7 @@ msgstr "Relais ou transpondeur terrestre ou atmosphérique" #: application/views/dxatlas/index.php:109 #: application/views/gridmap/index.php:58 application/views/kml/index.php:94 #: application/views/logbookadvanced/index.php:265 -#: application/views/qso/edit_ajax.php:204 application/views/qso/index.php:434 +#: application/views/qso/edit_ajax.php:204 application/views/qso/index.php:438 #: application/views/timeline/index.php:94 #: application/views/view_log/qso.php:255 msgctxt "Propagation Mode" @@ -3039,7 +3042,7 @@ msgstr "Rain scatter" #: application/views/dxatlas/index.php:110 #: application/views/gridmap/index.php:59 application/views/kml/index.php:95 #: application/views/logbookadvanced/index.php:266 -#: application/views/qso/edit_ajax.php:205 application/views/qso/index.php:435 +#: application/views/qso/edit_ajax.php:205 application/views/qso/index.php:439 #: application/views/timeline/index.php:95 #: application/views/view_log/qso.php:258 msgctxt "Propagation Mode" @@ -3051,7 +3054,7 @@ msgstr "Satellite" #: application/views/dxatlas/index.php:111 #: application/views/gridmap/index.php:60 application/views/kml/index.php:96 #: application/views/logbookadvanced/index.php:267 -#: application/views/qso/edit_ajax.php:206 application/views/qso/index.php:436 +#: application/views/qso/edit_ajax.php:206 application/views/qso/index.php:440 #: application/views/timeline/index.php:96 #: application/views/view_log/qso.php:261 msgctxt "Propagation Mode" @@ -3063,7 +3066,7 @@ msgstr "Transéquatoriale" #: application/views/dxatlas/index.php:112 #: application/views/gridmap/index.php:61 application/views/kml/index.php:97 #: application/views/logbookadvanced/index.php:268 -#: application/views/qso/edit_ajax.php:207 application/views/qso/index.php:437 +#: application/views/qso/edit_ajax.php:207 application/views/qso/index.php:441 #: application/views/timeline/index.php:97 #: application/views/view_log/qso.php:264 msgctxt "Propagation Mode" @@ -3230,7 +3233,7 @@ msgstr "Rien trouvé !" #: application/views/awards/wwff/index.php:34 #: application/views/cabrillo/index.php:31 #: application/views/components/hamsat/table.php:27 -#: application/views/contesting/index.php:161 +#: application/views/contesting/index.php:165 #: application/views/csv/index.php:23 application/views/dashboard/index.php:175 #: application/views/distancerecords/index.php:18 #: application/views/dxatlas/index.php:23 application/views/eqsl/import.php:42 @@ -3254,7 +3257,7 @@ msgstr "Rien trouvé !" #: application/views/search/lotw_unconfirmed.php:36 #: application/views/search/lotw_unconfirmed_result.php:6 #: application/views/search/result.php:11 -#: application/views/simplefle/index.php:150 +#: application/views/simplefle/index.php:151 #: application/views/station_profile/edit.php:63 #: application/views/stationsetup/linkedlocations.php:17 #: application/views/user/edit.php:123 application/views/user/index.php:4 @@ -3319,7 +3322,7 @@ msgstr "Différence de données DOK entre votre journal de travail et DCL" #: application/views/bandmap/list.php:112 #: application/views/components/hamsat/table.php:25 #: application/views/contesting/index.php:98 -#: application/views/contesting/index.php:252 +#: application/views/contesting/index.php:256 #: application/views/dashboard/index.php:170 #: application/views/debug/index.php:570 #: application/views/distancerecords/index.php:16 @@ -3340,7 +3343,7 @@ msgstr "Différence de données DOK entre votre journal de travail et DCL" #: application/views/search/cqzones_result.php:7 #: application/views/search/ituzones_result.php:7 #: application/views/search/search_result_ajax.php:89 -#: application/views/simplefle/index.php:148 +#: application/views/simplefle/index.php:149 #: application/views/statistics/custom.php:38 #: application/views/statistics/custom_result.php:40 #: application/views/statistics/custom_result.php:85 @@ -3363,7 +3366,7 @@ msgstr "Date" #: application/views/bandmap/list.php:112 #: application/views/components/hamsat/table.php:26 #: application/views/contesting/index.php:103 -#: application/views/contesting/index.php:252 +#: application/views/contesting/index.php:256 #: application/views/dashboard/index.php:173 #: application/views/debug/index.php:571 #: application/views/distancerecords/index.php:17 @@ -3378,7 +3381,7 @@ msgstr "Date" #: application/views/search/cqzones_result.php:8 #: application/views/search/ituzones_result.php:8 #: application/views/search/search_result_ajax.php:91 -#: application/views/simplefle/index.php:149 +#: application/views/simplefle/index.php:150 #: application/views/statistics/custom_result.php:86 #: application/views/timeline/index.php:289 #: application/views/timeplotter/index.php:5 @@ -3392,7 +3395,7 @@ msgstr "Heure" #: application/views/adif/dcl_success.php:31 #: application/views/awards/vucc/band.php:18 #: application/views/bandmap/list.php:114 -#: application/views/contesting/index.php:253 +#: application/views/contesting/index.php:257 #: application/views/debug/index.php:572 application/views/debug/index.php:607 #: application/views/dxcalendar/index.php:12 #: application/views/eqsl/analysis.php:38 @@ -3469,7 +3472,7 @@ msgid "Add QSOs to Contest" msgstr "Ajouter des QSOs au concours" #: application/views/adif/import.php:71 -#: application/views/simplefle/index.php:84 +#: application/views/simplefle/index.php:85 msgid "No Contest" msgstr "Pas de concours" @@ -3532,7 +3535,7 @@ msgstr "" #: application/views/adif/import.php:162 #: application/views/interface_assets/footer.php:32 #: application/views/interface_assets/footer.php:510 -#: application/views/interface_assets/footer.php:2170 +#: application/views/interface_assets/footer.php:2172 msgid "DANGER" msgstr "DANGER" @@ -4006,7 +4009,7 @@ msgstr "Total" #: application/views/logbookadvanced/qslcarousel.php:37 #: application/views/logbookadvanced/useroptions.php:94 #: application/views/lookup/index.php:3 application/views/qso/edit_ajax.php:306 -#: application/views/qso/index.php:396 +#: application/views/qso/index.php:400 #: application/views/search/cqzones_result.php:13 #: application/views/station_profile/create.php:106 #: application/views/station_profile/edit.php:153 @@ -4136,7 +4139,7 @@ msgstr "Afficher QSO avec type QSL" #: application/views/awards/cq/index.php:56 #: application/views/awards/itu/index.php:56 #: application/views/awards/wac/index.php:44 -#: application/views/interface_assets/footer.php:2149 +#: application/views/interface_assets/footer.php:2151 #: application/views/qso/edit_ajax.php:405 #: application/views/view_log/qso.php:25 msgid "QSL Card" @@ -4365,10 +4368,10 @@ msgstr "Inclure supprimé" #: application/views/awards/dxcc/index.php:87 #: application/views/awards/iota/index.php:61 #: application/views/bandmap/index.php:37 application/views/bandmap/list.php:83 -#: application/views/logbookadvanced/edit.php:155 +#: application/views/logbookadvanced/edit.php:163 #: application/views/logbookadvanced/index.php:335 #: application/views/options/dxcluster.php:56 -#: application/views/qso/edit_ajax.php:264 application/views/qso/index.php:387 +#: application/views/qso/edit_ajax.php:264 application/views/qso/index.php:391 #: application/views/view_log/qso.php:323 msgid "Antarctica" msgstr "Antarctique" @@ -4376,10 +4379,10 @@ msgstr "Antarctique" #: application/views/awards/dxcc/index.php:91 #: application/views/awards/iota/index.php:65 #: application/views/bandmap/index.php:36 application/views/bandmap/list.php:82 -#: application/views/logbookadvanced/edit.php:154 +#: application/views/logbookadvanced/edit.php:162 #: application/views/logbookadvanced/index.php:334 #: application/views/options/dxcluster.php:55 -#: application/views/qso/edit_ajax.php:263 application/views/qso/index.php:386 +#: application/views/qso/edit_ajax.php:263 application/views/qso/index.php:390 #: application/views/view_log/qso.php:320 msgid "Africa" msgstr "Afrique" @@ -4387,10 +4390,10 @@ msgstr "Afrique" #: application/views/awards/dxcc/index.php:95 #: application/views/awards/iota/index.php:69 #: application/views/bandmap/index.php:38 application/views/bandmap/list.php:84 -#: application/views/logbookadvanced/edit.php:157 +#: application/views/logbookadvanced/edit.php:165 #: application/views/logbookadvanced/index.php:337 #: application/views/options/dxcluster.php:57 -#: application/views/qso/edit_ajax.php:265 application/views/qso/index.php:388 +#: application/views/qso/edit_ajax.php:265 application/views/qso/index.php:392 #: application/views/view_log/qso.php:326 msgid "Asia" msgstr "Asie" @@ -4398,10 +4401,10 @@ msgstr "Asie" #: application/views/awards/dxcc/index.php:99 #: application/views/awards/iota/index.php:73 #: application/views/bandmap/index.php:39 application/views/bandmap/list.php:85 -#: application/views/logbookadvanced/edit.php:158 +#: application/views/logbookadvanced/edit.php:166 #: application/views/logbookadvanced/index.php:338 #: application/views/options/dxcluster.php:58 -#: application/views/qso/edit_ajax.php:266 application/views/qso/index.php:389 +#: application/views/qso/edit_ajax.php:266 application/views/qso/index.php:393 #: application/views/view_log/qso.php:329 msgid "Europe" msgstr "Europe" @@ -4409,10 +4412,10 @@ msgstr "Europe" #: application/views/awards/dxcc/index.php:103 #: application/views/awards/iota/index.php:77 #: application/views/bandmap/index.php:40 application/views/bandmap/list.php:86 -#: application/views/logbookadvanced/edit.php:156 +#: application/views/logbookadvanced/edit.php:164 #: application/views/logbookadvanced/index.php:336 #: application/views/options/dxcluster.php:59 -#: application/views/qso/edit_ajax.php:267 application/views/qso/index.php:390 +#: application/views/qso/edit_ajax.php:267 application/views/qso/index.php:394 #: application/views/view_log/qso.php:332 msgid "North America" msgstr "Amérique du Nord" @@ -4420,10 +4423,10 @@ msgstr "Amérique du Nord" #: application/views/awards/dxcc/index.php:107 #: application/views/awards/iota/index.php:81 #: application/views/bandmap/index.php:42 application/views/bandmap/list.php:88 -#: application/views/logbookadvanced/edit.php:159 +#: application/views/logbookadvanced/edit.php:167 #: application/views/logbookadvanced/index.php:339 #: application/views/options/dxcluster.php:61 -#: application/views/qso/edit_ajax.php:269 application/views/qso/index.php:392 +#: application/views/qso/edit_ajax.php:269 application/views/qso/index.php:396 #: application/views/view_log/qso.php:338 msgid "South America" msgstr "Amérique du Sud" @@ -4431,10 +4434,10 @@ msgstr "Amérique du Sud" #: application/views/awards/dxcc/index.php:111 #: application/views/awards/iota/index.php:85 #: application/views/bandmap/index.php:41 application/views/bandmap/list.php:87 -#: application/views/logbookadvanced/edit.php:160 +#: application/views/logbookadvanced/edit.php:168 #: application/views/logbookadvanced/index.php:340 #: application/views/options/dxcluster.php:60 -#: application/views/qso/edit_ajax.php:268 application/views/qso/index.php:391 +#: application/views/qso/edit_ajax.php:268 application/views/qso/index.php:395 #: application/views/view_log/qso.php:335 msgid "Oceania" msgstr "Océanie" @@ -4673,13 +4676,13 @@ msgstr "Afficher la carte IOTA" #: application/views/contesting/add.php:25 #: application/views/contesting/create.php:24 #: application/views/contesting/index.php:59 -#: application/views/contesting/index.php:219 +#: application/views/contesting/index.php:223 #: application/views/dashboard/index.php:18 #: application/views/labels/index.php:41 application/views/labels/index.php:75 #: application/views/logbookadvanced/index.php:613 #: application/views/logbookadvanced/qslcarousel.php:34 #: application/views/logbookadvanced/useroptions.php:54 -#: application/views/qso/edit_ajax.php:170 application/views/qso/index.php:191 +#: application/views/qso/edit_ajax.php:170 application/views/qso/index.php:195 #: application/views/satellite/edit.php:34 #: application/views/satellite/index.php:21 #: application/views/search/result.php:16 @@ -4707,7 +4710,7 @@ msgstr "Supprimé" #: application/views/logbookadvanced/index.php:646 #: application/views/logbookadvanced/useroptions.php:98 #: application/views/lookup/index.php:7 application/views/qso/edit_ajax.php:314 -#: application/views/qso/index.php:406 +#: application/views/qso/index.php:410 #: application/views/search/ituzones_result.php:13 #: application/views/station_profile/create.php:120 #: application/views/station_profile/edit.php:170 @@ -4836,7 +4839,7 @@ msgstr "" "consulter le site %s." #: application/views/awards/pota/index.php:31 -#: application/views/qso/index.php:239 application/views/qso/index.php:498 +#: application/views/qso/index.php:243 application/views/qso/index.php:502 #: application/views/station_profile/create.php:177 #: application/views/station_profile/edit.php:272 #: application/views/user/edit.php:595 application/views/view_log/qso.php:376 @@ -5015,14 +5018,16 @@ msgid "" "May be claimed for having contacted an amateur station located in the " "required amount of squares, described on the page linked below." msgstr "" +"Peut être revendiqué pour avoir contacté une station amateur située dans le " +"nombre requis de carrés, décrit sur la page liée ci-dessous." #: application/views/awards/wab/index.php:109 msgid "List" -msgstr "" +msgstr "Liste" #: application/views/awards/wab/list.php:5 msgid "WAB Square" -msgstr "" +msgstr "Carré WAB" #: application/views/awards/wac/index.php:9 msgid "" @@ -5030,10 +5035,14 @@ msgid "" "Continents award is issued for working and confirming all six continents. " "These are North America, South America, Oceania, Asia, Europe and Africa." msgstr "" +"Parrainé par l'Union internationale des radioamateurs (IARU), le diplome " +"Worked All Continents est décerné pour avoir contacté et confirmé les six " +"continents. Ceux-ci sont l'Amérique du Nord, l'Amérique du Sud, l'Océanie, " +"l'Asie, l'Europe et l'Afrique." #: application/views/awards/wac/index.php:13 msgid "Awards - Worked All Continents (WAC)" -msgstr "" +msgstr "Diplome - Worked All Continents (WAC)" #: application/views/awards/wac/index.php:151 #: application/views/continents/index.php:62 @@ -5041,29 +5050,32 @@ msgstr "" #: application/views/logbookadvanced/index.php:330 #: application/views/logbookadvanced/index.php:682 #: application/views/logbookadvanced/useroptions.php:146 -#: application/views/qso/edit_ajax.php:260 application/views/qso/index.php:383 +#: application/views/qso/edit_ajax.php:260 application/views/qso/index.php:387 #: application/views/view_log/qso.php:315 msgid "Continent" -msgstr "" +msgstr "Continent" #: application/views/awards/waja/index.php:3 msgctxt "Japan Prefecture" msgid "Prefecture" -msgstr "" +msgstr "Préfecture" #: application/views/awards/waja/index.php:4 msgid "Hover over a prefecture" -msgstr "" +msgstr "Survoler une préfecture" #: application/views/awards/waja/index.php:19 msgid "WAJA - Worked All Japan prefectures Award" -msgstr "" +msgstr "WAJA - Diplôme pour avoir contacté toutes les préfectures du Japon" #: application/views/awards/waja/index.php:20 msgid "" "WAJA, Worked All Japan prefectures in Amateur Radio, encourages licensed ham " "radio operators to work all the prefectures in Japan." msgstr "" +"WAJA, contacté dans toutes les préfectures du Japon en radio amateur, " +"encourage les opérateurs radio amateurs licenciés à contacter toutes les " +"préfectures du Japon." #: application/views/awards/waja/index.php:21 msgid "" @@ -5072,28 +5084,32 @@ msgid "" "QSL cards should be arranged in order of WAJA (HAJA) reference number, " "however names of prefectures may be omitted." msgstr "" +"Peut être revendiqué pour avoir contacté (entendu) et reçu une carte QSL " +"d'une station amateur située dans chacune des 47 préfectures du Japon. Une " +"liste des cartes QSL doit être organisée selon le numéro de référence WAJA " +"(HAJA), cependant les noms des préfectures peuvent être omis." #: application/views/awards/waja/index.php:118 msgid "Show WAJA Map" -msgstr "" +msgstr "Afficher la carte WAJA" #: application/views/awards/waja/index.php:154 #: application/views/timeline/index.php:185 msgid "Prefecture" -msgstr "" +msgstr "Préfecture" #: application/views/awards/was/index.php:3 msgctxt "USA State" msgid "State" -msgstr "" +msgstr "État" #: application/views/awards/was/index.php:4 msgid "Hover over a state" -msgstr "" +msgstr "Survoler un état" #: application/views/awards/was/index.php:20 msgid "WAS Award" -msgstr "" +msgstr "Diplome WAS" #: application/views/awards/was/index.php:21 msgid "" @@ -5141,7 +5157,7 @@ msgid "" msgstr "" #: application/views/awards/wwff/index.php:31 -#: application/views/qso/index.php:227 application/views/qso/index.php:485 +#: application/views/qso/index.php:231 application/views/qso/index.php:489 #: application/views/station_profile/create.php:171 #: application/views/station_profile/edit.php:259 #: application/views/user/edit.php:591 application/views/view_log/qso.php:369 @@ -5201,8 +5217,8 @@ msgstr "" #: application/views/bandmap/index.php:27 application/views/bandmap/list.php:65 #: application/views/contesting/index.php:19 #: application/views/contesting/index.php:57 -#: application/views/contesting/index.php:150 -#: application/views/qso/index.php:317 +#: application/views/contesting/index.php:154 +#: application/views/qso/index.php:321 msgid "None" msgstr "Aucun" @@ -5286,14 +5302,14 @@ msgid "" msgstr "" #: application/views/bands/index.php:54 application/views/qso/edit_ajax.php:378 -#: application/views/qso/index.php:251 application/views/qso/index.php:510 +#: application/views/qso/index.php:255 application/views/qso/index.php:514 #: application/views/user/edit.php:599 application/views/view_log/qso.php:398 #: application/views/view_log/qso.php:666 msgid "Sig" msgstr "" #: application/views/bands/index.php:56 application/views/qso/edit_ajax.php:346 -#: application/views/qso/index.php:449 +#: application/views/qso/index.php:453 msgid "USA County" msgstr "Compté USA" @@ -5421,7 +5437,7 @@ msgstr "" #: application/views/cabrillo/index.php:48 #: application/views/logbookadvanced/index.php:553 -#: application/views/qso/index.php:275 +#: application/views/qso/index.php:279 #: application/views/station_profile/edit.php:92 msgid "Location" msgstr "Lieu" @@ -5522,8 +5538,9 @@ msgstr "" #: application/views/cabrillo/index.php:196 #: application/views/cabrillo/index.php:204 -#: application/views/logbookadvanced/edit.php:139 -#: application/views/logbookadvanced/edit.php:147 +#: application/views/logbookadvanced/edit.php:141 +#: application/views/logbookadvanced/edit.php:149 +#: application/views/logbookadvanced/edit.php:155 #: application/views/logbookadvanced/index.php:353 #: application/views/logbookadvanced/index.php:364 #: application/views/logbookadvanced/index.php:395 @@ -5541,7 +5558,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:522 #: application/views/qso/edit_ajax.php:535 #: application/views/qso/edit_ajax.php:551 -#: application/views/qso/edit_ajax.php:565 application/views/qso/index.php:587 +#: application/views/qso/edit_ajax.php:565 application/views/qso/index.php:591 #: application/views/search/result.php:74 #: application/views/station_profile/create.php:209 #: application/views/station_profile/create.php:217 @@ -5566,8 +5583,9 @@ msgstr "Oui" #: application/views/cabrillo/index.php:197 #: application/views/cabrillo/index.php:203 -#: application/views/logbookadvanced/edit.php:140 -#: application/views/logbookadvanced/edit.php:148 +#: application/views/logbookadvanced/edit.php:142 +#: application/views/logbookadvanced/edit.php:150 +#: application/views/logbookadvanced/edit.php:156 #: application/views/logbookadvanced/index.php:354 #: application/views/logbookadvanced/index.php:365 #: application/views/logbookadvanced/index.php:396 @@ -5585,7 +5603,7 @@ msgstr "Oui" #: application/views/qso/edit_ajax.php:521 #: application/views/qso/edit_ajax.php:534 #: application/views/qso/edit_ajax.php:550 -#: application/views/qso/edit_ajax.php:564 application/views/qso/index.php:586 +#: application/views/qso/edit_ajax.php:564 application/views/qso/index.php:590 #: application/views/search/result.php:76 #: application/views/station_profile/create.php:210 #: application/views/station_profile/create.php:218 @@ -5652,12 +5670,12 @@ msgid "No upcoming activations found. Please check back later." msgstr "Aucune activation à venir trouvée. Veuillez revenir plus tard." #: application/views/components/hamsat/table.php:28 -#: application/views/contesting/index.php:224 +#: application/views/contesting/index.php:228 #: application/views/hamsat/index.php:31 #: application/views/logbookadvanced/edit.php:7 #: application/views/logbookadvanced/index.php:670 #: application/views/logbookadvanced/useroptions.php:130 -#: application/views/qso/edit_ajax.php:181 application/views/qso/index.php:292 +#: application/views/qso/edit_ajax.php:181 application/views/qso/index.php:296 #: application/views/view_log/qso.php:202 msgid "Comment" msgstr "Commentaire" @@ -5695,7 +5713,7 @@ msgstr "" #: application/views/logbookadvanced/index.php:676 #: application/views/logbookadvanced/useroptions.php:138 #: application/views/qso/edit_ajax.php:39 -#: application/views/simplefle/index.php:82 +#: application/views/simplefle/index.php:83 msgid "Contest" msgstr "" @@ -5877,7 +5895,7 @@ msgstr "" #: application/views/contesting/index.php:40 #: application/views/operator/index.php:5 -#: application/views/qso/edit_ajax.php:596 application/views/qso/index.php:355 +#: application/views/qso/edit_ajax.php:596 application/views/qso/index.php:359 msgid "Operator Callsign" msgstr "Indicatif de l'opérateur" @@ -5951,54 +5969,54 @@ msgctxt "Keep the translation short!" msgid "Serial" msgstr "" -#: application/views/contesting/index.php:177 -#: application/views/contesting/index.php:260 +#: application/views/contesting/index.php:181 +#: application/views/contesting/index.php:264 #: application/views/qso/edit_ajax.php:620 msgid "Serial (S)" msgstr "N° QSO (S)" -#: application/views/contesting/index.php:182 +#: application/views/contesting/index.php:186 msgid "Gridsquare (S)" msgstr "Locator (S)" -#: application/views/contesting/index.php:187 -#: application/views/contesting/index.php:258 +#: application/views/contesting/index.php:191 +#: application/views/contesting/index.php:262 msgid "Exch (S)" msgstr "Ech (S)" -#: application/views/contesting/index.php:201 -#: application/views/contesting/index.php:261 +#: application/views/contesting/index.php:205 +#: application/views/contesting/index.php:265 #: application/views/qso/edit_ajax.php:615 msgid "Serial (R)" msgstr "N° QSO (R)" -#: application/views/contesting/index.php:206 +#: application/views/contesting/index.php:210 msgid "Gridsquare (R)" msgstr "Locator (R)" -#: application/views/contesting/index.php:211 -#: application/views/contesting/index.php:259 +#: application/views/contesting/index.php:215 +#: application/views/contesting/index.php:263 msgid "Exch (R)" msgstr "Ech (R)" -#: application/views/contesting/index.php:229 +#: application/views/contesting/index.php:233 msgid "Reset QSO" msgstr "Réinitialiser QSO" -#: application/views/contesting/index.php:230 -#: application/views/qso/index.php:638 +#: application/views/contesting/index.php:234 +#: application/views/qso/index.php:642 msgid "Save QSO" msgstr "Sauvegarder QSO" -#: application/views/contesting/index.php:239 +#: application/views/contesting/index.php:243 msgid "Callsign Suggestions" msgstr "Suggestion d'indicatif" -#: application/views/contesting/index.php:246 +#: application/views/contesting/index.php:250 msgid "Contest Logbook" msgstr "Journal de trafic du concours" -#: application/views/contesting/index.php:263 +#: application/views/contesting/index.php:267 #: application/views/qso/edit_ajax.php:163 msgid "VUCC Gridsquare" msgstr "" @@ -6162,7 +6180,7 @@ msgstr "Seuls les QSO avec un Locator défini seront exportés !" #: application/views/csv/index.php:92 application/views/dxatlas/index.php:92 #: application/views/eqsl/download.php:42 #: application/views/eqslcard/index.php:33 application/views/kml/index.php:77 -#: application/views/qso/edit_ajax.php:187 application/views/qso/index.php:417 +#: application/views/qso/edit_ajax.php:187 application/views/qso/index.php:421 msgid "Propagation Mode" msgstr "Mode Propagation" @@ -6276,7 +6294,7 @@ msgstr "Demandés" #: application/views/qso/edit_ajax.php:420 #: application/views/qso/edit_ajax.php:481 #: application/views/qso/edit_ajax.php:518 -#: application/views/qso/edit_ajax.php:547 application/views/qso/index.php:583 +#: application/views/qso/edit_ajax.php:547 application/views/qso/index.php:587 #: application/views/search/search_result_ajax.php:180 #: application/views/search/search_result_ajax.php:260 #: application/views/search/search_result_ajax.php:298 @@ -6329,7 +6347,7 @@ msgid "Received" msgstr "Reçues" #: application/views/dashboard/index.php:301 -#: application/views/logbookadvanced/edit.php:141 +#: application/views/logbookadvanced/edit.php:143 #: application/views/logbookadvanced/index.php:355 #: application/views/logbookadvanced/index.php:366 #: application/views/logbookadvanced/index.php:397 @@ -6348,7 +6366,7 @@ msgstr "Reçues" #: application/views/qso/edit_ajax.php:523 #: application/views/qso/edit_ajax.php:536 #: application/views/qso/edit_ajax.php:552 -#: application/views/qso/edit_ajax.php:566 application/views/qso/index.php:588 +#: application/views/qso/edit_ajax.php:566 application/views/qso/index.php:592 #: application/views/search/search_result_ajax.php:186 #: application/views/search/search_result_ajax.php:228 #: application/views/view_log/partial/log_ajax.php:148 @@ -6856,7 +6874,7 @@ msgstr "" #: application/views/distances/index.php:7 #: application/views/interface_assets/footer.php:30 -#: application/views/simplefle/index.php:70 +#: application/views/simplefle/index.php:71 msgid "QSO Data" msgstr "Données du QSO" @@ -7184,10 +7202,10 @@ msgid "QSL Date" msgstr "" #: application/views/eqslcard/index.php:60 -#: application/views/interface_assets/footer.php:2375 -#: application/views/interface_assets/footer.php:2393 -#: application/views/interface_assets/footer.php:2414 -#: application/views/interface_assets/footer.php:2432 +#: application/views/interface_assets/footer.php:2377 +#: application/views/interface_assets/footer.php:2395 +#: application/views/interface_assets/footer.php:2416 +#: application/views/interface_assets/footer.php:2434 #: application/views/qslcard/index.php:66 #: application/views/view_log/qso.php:703 msgid "View" @@ -7324,7 +7342,7 @@ msgid "Not worked" msgstr "Non réalisés" #: application/views/interface_assets/footer.php:47 -#: application/views/qso/index.php:632 +#: application/views/qso/index.php:636 #: application/views/visitor/layout/footer.php:246 msgid "Clear" msgstr "" @@ -7445,62 +7463,62 @@ msgstr "" msgid "Grids: " msgstr "" -#: application/views/interface_assets/footer.php:1203 +#: application/views/interface_assets/footer.php:1204 #, php-format msgid "You're not logged in. Please %slogin%s" msgstr "" -#: application/views/interface_assets/footer.php:1412 -#: application/views/interface_assets/footer.php:1416 -#: application/views/interface_assets/footer.php:1419 -#: application/views/interface_assets/footer.php:1556 -#: application/views/interface_assets/footer.php:1560 -#: application/views/interface_assets/footer.php:1563 +#: application/views/interface_assets/footer.php:1414 +#: application/views/interface_assets/footer.php:1418 +#: application/views/interface_assets/footer.php:1421 +#: application/views/interface_assets/footer.php:1558 +#: application/views/interface_assets/footer.php:1562 +#: application/views/interface_assets/footer.php:1565 msgid "grid square" msgstr "Grilles des Locators" -#: application/views/interface_assets/footer.php:1419 -#: application/views/interface_assets/footer.php:1563 +#: application/views/interface_assets/footer.php:1421 +#: application/views/interface_assets/footer.php:1565 msgid "Total count" msgstr "Total" -#: application/views/interface_assets/footer.php:2151 +#: application/views/interface_assets/footer.php:2153 msgid "QSL Card for " msgstr "" -#: application/views/interface_assets/footer.php:2171 +#: application/views/interface_assets/footer.php:2173 msgid "Warning! Are you sure you want to delete this QSL card?" msgstr "" -#: application/views/interface_assets/footer.php:2211 +#: application/views/interface_assets/footer.php:2213 #: application/views/view_log/qso.php:42 msgid "eQSL Card" msgstr "Carte eQSL" -#: application/views/interface_assets/footer.php:2213 +#: application/views/interface_assets/footer.php:2215 msgid "eQSL Card for " msgstr "" -#: application/views/interface_assets/footer.php:2386 -#: application/views/interface_assets/footer.php:2425 +#: application/views/interface_assets/footer.php:2388 +#: application/views/interface_assets/footer.php:2427 #: application/views/view_log/qso.php:693 msgid "QSL image file" msgstr "" -#: application/views/interface_assets/footer.php:2405 +#: application/views/interface_assets/footer.php:2407 msgid "Front QSL Card:" msgstr "" -#: application/views/interface_assets/footer.php:2443 +#: application/views/interface_assets/footer.php:2445 msgid "Back QSL Card:" msgstr "" -#: application/views/interface_assets/footer.php:2454 -#: application/views/interface_assets/footer.php:2479 +#: application/views/interface_assets/footer.php:2456 +#: application/views/interface_assets/footer.php:2481 msgid "Add additional QSOs to a QSL Card" msgstr "" -#: application/views/interface_assets/footer.php:2490 +#: application/views/interface_assets/footer.php:2492 msgid "Something went wrong. Please try again!" msgstr "" @@ -8028,27 +8046,36 @@ msgid "QRZ Received" msgstr "" #: application/views/logbookadvanced/edit.php:30 +msgid "eQSL Sent" +msgstr "" + +#: application/views/logbookadvanced/edit.php:31 +msgid "eQSL Received" +msgstr "" + +#: application/views/logbookadvanced/edit.php:32 #: application/views/logbookadvanced/index.php:691 #: application/views/logbookadvanced/useroptions.php:158 msgid "Station power" msgstr "" -#: application/views/logbookadvanced/edit.php:80 +#: application/views/logbookadvanced/edit.php:82 msgid "SAT Mode" msgstr "" -#: application/views/logbookadvanced/edit.php:94 +#: application/views/logbookadvanced/edit.php:96 msgid "Band RX" msgstr "" -#: application/views/logbookadvanced/edit.php:142 -#: application/views/logbookadvanced/edit.php:149 +#: application/views/logbookadvanced/edit.php:144 +#: application/views/logbookadvanced/edit.php:151 +#: application/views/logbookadvanced/edit.php:157 #: application/views/logbookadvanced/index.php:341 #: application/views/logbookadvanced/index.php:566 msgid "Invalid" msgstr "" -#: application/views/logbookadvanced/edit.php:143 +#: application/views/logbookadvanced/edit.php:145 #: application/views/logbookadvanced/index.php:368 #: application/views/logbookadvanced/index.php:410 #: application/views/logbookadvanced/index.php:432 @@ -8121,7 +8148,7 @@ msgstr "QSL Envoyée" #: application/views/qso/edit_ajax.php:426 #: application/views/qso/edit_ajax.php:487 #: application/views/qso/edit_ajax.php:524 -#: application/views/qso/edit_ajax.php:553 application/views/qso/index.php:589 +#: application/views/qso/edit_ajax.php:553 application/views/qso/index.php:593 #: application/views/search/search_result_ajax.php:183 #: application/views/search/search_result_ajax.php:225 #: application/views/view_log/partial/log_ajax.php:145 @@ -8152,7 +8179,7 @@ msgstr "En attente" #: application/views/qso/edit_ajax.php:525 #: application/views/qso/edit_ajax.php:537 #: application/views/qso/edit_ajax.php:554 -#: application/views/qso/edit_ajax.php:567 application/views/qso/index.php:590 +#: application/views/qso/edit_ajax.php:567 application/views/qso/index.php:594 #: application/views/search/search_result_ajax.php:189 #: application/views/search/search_result_ajax.php:231 #: application/views/search/search_result_ajax.php:305 @@ -8187,7 +8214,7 @@ msgstr "QSL Méthode (envoi)" #: application/views/qslprint/qsolist.php:121 #: application/views/qslprint/qsolist.php:212 #: application/views/qso/edit_ajax.php:438 -#: application/views/qso/edit_ajax.php:471 application/views/qso/index.php:601 +#: application/views/qso/edit_ajax.php:471 application/views/qso/index.php:605 #: application/views/search/search_result_ajax.php:199 #: application/views/search/search_result_ajax.php:241 #: application/views/view_log/partial/log_ajax.php:164 @@ -8205,7 +8232,7 @@ msgstr "" #: application/views/qslprint/qsolist.php:124 #: application/views/qslprint/qsolist.php:213 #: application/views/qso/edit_ajax.php:437 -#: application/views/qso/edit_ajax.php:470 application/views/qso/index.php:600 +#: application/views/qso/edit_ajax.php:470 application/views/qso/index.php:604 #: application/views/search/search_result_ajax.php:202 #: application/views/search/search_result_ajax.php:244 #: application/views/view_log/partial/log_ajax.php:167 @@ -8223,7 +8250,7 @@ msgstr "" #: application/views/qslprint/qsolist.php:130 #: application/views/qslprint/qsolist.php:214 #: application/views/qso/edit_ajax.php:439 -#: application/views/qso/edit_ajax.php:472 application/views/qso/index.php:602 +#: application/views/qso/edit_ajax.php:472 application/views/qso/index.php:606 #: application/views/search/search_result_ajax.php:208 #: application/views/search/search_result_ajax.php:250 #: application/views/view_log/partial/log_ajax.php:173 @@ -8237,7 +8264,7 @@ msgstr "Numérique" #: application/views/oqrs/qsolist.php:117 #: application/views/qslprint/qsolist.php:127 #: application/views/qso/edit_ajax.php:440 -#: application/views/qso/edit_ajax.php:473 application/views/qso/index.php:603 +#: application/views/qso/edit_ajax.php:473 application/views/qso/index.php:607 #: application/views/search/search_result_ajax.php:247 #: application/views/view_log/partial/log_ajax.php:208 msgid "Manager" @@ -9232,7 +9259,7 @@ msgstr "" #: application/views/qslprint/qslprint.php:28 #: application/views/qslprint/qsolist.php:15 #: application/views/qslprint/qsolist.php:85 -#: application/views/qso/index.php:609 +#: application/views/qso/index.php:613 #: application/views/search/search_result_ajax.php:205 #: application/views/view_log/partial/log_ajax.php:170 #: src/QSLManager/QSO.php:346 @@ -9338,7 +9365,7 @@ msgid "Time of request" msgstr "" #: application/views/oqrs/showrequests.php:81 -#: application/views/simplefle/index.php:76 +#: application/views/simplefle/index.php:77 msgid "QSO Date" msgstr "" @@ -9472,7 +9499,7 @@ msgid "Remove" msgstr "Enlever" #: application/views/qslprint/qslprint.php:34 -#: application/views/simplefle/index.php:141 +#: application/views/simplefle/index.php:142 msgid "QSO List" msgstr "" @@ -9560,11 +9587,11 @@ msgstr "" msgid "RX Band" msgstr "" -#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:351 +#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:355 msgid "Give power value in Watts. Include only numbers in the input." msgstr "Saisissez la ouissance en Watts en utilisant uniquement des chiffres." -#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:349 +#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:353 #: application/views/reg1test/index.php:114 #: application/views/view_log/qso.php:631 msgid "Transmit Power (W)" @@ -9594,7 +9621,7 @@ msgstr "" msgid "Long Path" msgstr "" -#: application/views/qso/edit_ajax.php:273 application/views/qso/index.php:531 +#: application/views/qso/edit_ajax.php:273 application/views/qso/index.php:535 #: application/views/view_log/qso.php:448 msgid "eMail" msgstr "" @@ -9607,32 +9634,32 @@ msgstr "" msgid "Sat Mode" msgstr "" -#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:558 +#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:562 msgid "Antenna Azimuth (°)" msgstr "" -#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:560 +#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:564 msgid "Antenna azimuth in decimal degrees." msgstr "" -#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:564 +#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:568 msgid "Antenna Elevation (°)" msgstr "" -#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:566 +#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:570 msgid "Antenna elevation in decimal degrees." msgstr "" -#: application/views/qso/edit_ajax.php:382 application/views/qso/index.php:258 -#: application/views/qso/index.php:516 application/views/user/edit.php:599 +#: application/views/qso/edit_ajax.php:382 application/views/qso/index.php:262 +#: application/views/qso/index.php:520 application/views/user/edit.php:599 #: application/views/view_log/qso.php:414 #: application/views/view_log/qso.php:671 msgid "Sig Info" msgstr "" #: application/views/qso/edit_ajax.php:397 -#: application/views/qso/edit_ajax.php:510 application/views/qso/index.php:575 -#: application/views/qso/index.php:619 +#: application/views/qso/edit_ajax.php:510 application/views/qso/index.php:579 +#: application/views/qso/index.php:623 msgid "Note: Gets exported to third-party services." msgstr "" @@ -9641,8 +9668,8 @@ msgid "Sent Method" msgstr "" #: application/views/qso/edit_ajax.php:436 -#: application/views/qso/edit_ajax.php:469 application/views/qso/index.php:596 -#: application/views/qso/index.php:599 +#: application/views/qso/edit_ajax.php:469 application/views/qso/index.php:600 +#: application/views/qso/index.php:603 msgid "Method" msgstr "Méthode" @@ -9661,11 +9688,11 @@ msgstr "" msgid "Received Method" msgstr "" -#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:616 +#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:620 msgid "Get the default message for eQSL, for this station." msgstr "Récupérer le message par défaut pour ce lieu de station." -#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:616 +#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:620 msgid "QSL MSG" msgstr "" @@ -9702,7 +9729,7 @@ msgstr "" msgid "TimeOff is less than TimeOn" msgstr "Heure de fin inférieure à celle de début" -#: application/views/qso/index.php:5 application/views/qso/index.php:727 +#: application/views/qso/index.php:5 application/views/qso/index.php:731 msgid "Previous Contacts" msgstr "Contacts précédents" @@ -9755,7 +9782,7 @@ msgstr "Heure fin" msgid "Search DXCluster for latest Spot" msgstr "" -#: application/views/qso/index.php:199 application/views/qso/index.php:455 +#: application/views/qso/index.php:203 application/views/qso/index.php:459 #: application/views/station_profile/create.php:149 #: application/views/station_profile/edit.php:218 #: application/views/user/edit.php:583 application/views/view_log/qso.php:355 @@ -9763,7 +9790,7 @@ msgstr "" msgid "IOTA Reference" msgstr "Référence IOTA" -#: application/views/qso/index.php:215 application/views/qso/index.php:472 +#: application/views/qso/index.php:219 application/views/qso/index.php:476 #: application/views/station_profile/create.php:165 #: application/views/station_profile/edit.php:246 #: application/views/user/edit.php:587 application/views/view_log/qso.php:362 @@ -9771,91 +9798,91 @@ msgstr "Référence IOTA" msgid "SOTA Reference" msgstr "Référence SOTA" -#: application/views/qso/index.php:325 application/views/view_log/qso.php:100 +#: application/views/qso/index.php:329 application/views/view_log/qso.php:100 msgid "Frequency (RX)" msgstr "Frequence (RX)" -#: application/views/qso/index.php:330 +#: application/views/qso/index.php:334 msgid "Band (RX)" msgstr "Bande (RX)" -#: application/views/qso/index.php:474 +#: application/views/qso/index.php:478 msgid "For example: GM/NS-001." msgstr "Par exemple : GM/NS-001." -#: application/views/qso/index.php:487 +#: application/views/qso/index.php:491 msgid "For example: DLFF-0069." msgstr "Par exemple : DLFF-0069." -#: application/views/qso/index.php:500 +#: application/views/qso/index.php:504 msgid "For example: PA-0150. Multiple values allowed." msgstr "Par exemple : PA-0150. (Plusieurs valeurs autorisées)." -#: application/views/qso/index.php:512 +#: application/views/qso/index.php:516 msgid "For example: GMA" msgstr "Par exemple : GMA" -#: application/views/qso/index.php:518 +#: application/views/qso/index.php:522 msgid "For example: DA/NW-357" msgstr "Par exemple : DA/NW-357" -#: application/views/qso/index.php:526 +#: application/views/qso/index.php:530 msgid "For example: Q03" msgstr "Par exemple : Q03" -#: application/views/qso/index.php:533 +#: application/views/qso/index.php:537 msgid "eMail-Adress of QSO-Partner" msgstr "" -#: application/views/qso/index.php:542 application/views/view_log/qso.php:276 +#: application/views/qso/index.php:546 application/views/view_log/qso.php:276 msgid "Satellite Name" msgstr "Nom du Satellite" -#: application/views/qso/index.php:550 application/views/view_log/qso.php:283 +#: application/views/qso/index.php:554 application/views/view_log/qso.php:283 msgid "Satellite Mode" msgstr "Mode du Satellite" -#: application/views/qso/index.php:635 +#: application/views/qso/index.php:639 msgid "Reset to Default" msgstr "" -#: application/views/qso/index.php:676 +#: application/views/qso/index.php:680 msgid "Winkey" msgstr "" -#: application/views/qso/index.php:678 +#: application/views/qso/index.php:682 msgid "Connect" msgstr "" -#: application/views/qso/index.php:687 +#: application/views/qso/index.php:691 msgid "Stop" msgstr "" -#: application/views/qso/index.php:688 +#: application/views/qso/index.php:692 msgid "Tune" msgstr "" -#: application/views/qso/index.php:689 +#: application/views/qso/index.php:693 msgid "Stop Tune" msgstr "" -#: application/views/qso/index.php:695 +#: application/views/qso/index.php:699 msgid "CW Speed" msgstr "" -#: application/views/qso/index.php:700 +#: application/views/qso/index.php:704 msgid "Send" msgstr "" -#: application/views/qso/index.php:710 +#: application/views/qso/index.php:714 msgid "Suggestions" msgstr "" -#: application/views/qso/index.php:717 +#: application/views/qso/index.php:721 msgid "Profile Picture" msgstr "" -#: application/views/qso/index.php:741 +#: application/views/qso/index.php:745 msgid "Max. 5 previous contacts are shown" msgstr "" @@ -10424,7 +10451,7 @@ msgid "" msgstr "" #: application/views/simplefle/index.php:17 -#: application/views/simplefle/index.php:178 +#: application/views/simplefle/index.php:179 msgid "Syntax Help" msgstr "" @@ -10499,63 +10526,63 @@ msgstr "" msgid "An error occurred while saving the QSO to the logbook! Error: " msgstr "" -#: application/views/simplefle/index.php:42 +#: application/views/simplefle/index.php:43 msgid "What is that?" msgstr "" -#: application/views/simplefle/index.php:45 +#: application/views/simplefle/index.php:46 msgid "Current UTC Time" msgstr "" -#: application/views/simplefle/index.php:78 +#: application/views/simplefle/index.php:79 msgid "If you don't choose a date, today's date will be used." msgstr "" -#: application/views/simplefle/index.php:90 +#: application/views/simplefle/index.php:91 msgid "You can add the entered QSOs to a contest." msgstr "" -#: application/views/simplefle/index.php:97 +#: application/views/simplefle/index.php:98 msgid "Station Call/Location" msgstr "" -#: application/views/simplefle/index.php:109 +#: application/views/simplefle/index.php:110 #, php-format msgid "" "If you did operate from a new location, first create a new %sStation " "Location%s" msgstr "" -#: application/views/simplefle/index.php:114 +#: application/views/simplefle/index.php:115 msgid "e.g. OK2CQR" msgstr "" -#: application/views/simplefle/index.php:117 +#: application/views/simplefle/index.php:118 msgid "This is callsign of the operator. Without any pre- or suffixes." msgstr "" -#: application/views/simplefle/index.php:127 +#: application/views/simplefle/index.php:128 msgid "Enter the Data" msgstr "" -#: application/views/simplefle/index.php:156 +#: application/views/simplefle/index.php:157 msgid "Refs" msgstr "" -#: application/views/simplefle/index.php:168 +#: application/views/simplefle/index.php:169 #, php-format msgid "The Refs can be either %sS%sOTA, %sI%sOTA, %sP%sOTA, or %sW%sWFF" msgstr "" -#: application/views/simplefle/index.php:175 +#: application/views/simplefle/index.php:176 msgid "Reload QSO List" msgstr "" -#: application/views/simplefle/index.php:176 +#: application/views/simplefle/index.php:177 msgid "Save in Wavelog" msgstr "" -#: application/views/simplefle/index.php:177 +#: application/views/simplefle/index.php:178 msgid "Clear Logging Session" msgstr "" diff --git a/application/locale/hr/LC_MESSAGES/messages.po b/application/locale/hr/LC_MESSAGES/messages.po index b647ab702..b21c2ae80 100644 --- a/application/locale/hr/LC_MESSAGES/messages.po +++ b/application/locale/hr/LC_MESSAGES/messages.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-11-15 15:56+0000\n" +"POT-Creation-Date: 2024-11-18 17:48+0000\n" "PO-Revision-Date: 2024-08-17 10:49+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Croatian \n" "Language-Team: Italian \n" "Language-Team: LANGUAGE \n" @@ -193,16 +193,16 @@ msgstr "" msgid "Station Profile not valid for User" msgstr "" -#: application/controllers/Adif.php:269 +#: application/controllers/Adif.php:263 #: application/views/adif/import_success.php:12 msgid "ADIF Imported" msgstr "" -#: application/controllers/Adif.php:280 +#: application/controllers/Adif.php:274 msgid "DCL Import" msgstr "" -#: application/controllers/Adif.php:338 +#: application/controllers/Adif.php:332 msgid "DCL Data Imported" msgstr "" @@ -266,8 +266,8 @@ msgstr "" #: application/views/interface_assets/header.php:198 #: application/views/logbookadvanced/index.php:658 #: application/views/logbookadvanced/useroptions.php:114 -#: application/views/qso/edit_ajax.php:387 application/views/qso/index.php:267 -#: application/views/qso/index.php:524 application/views/user/edit.php:603 +#: application/views/qso/edit_ajax.php:387 application/views/qso/index.php:271 +#: application/views/qso/index.php:528 application/views/user/edit.php:603 #: application/views/view_log/qso.php:433 msgid "DOK" msgstr "" @@ -285,7 +285,7 @@ msgstr "" #: application/views/logbookadvanced/useroptions.php:86 #: application/views/lookup/index.php:4 #: application/views/lotw_views/index.php:36 -#: application/views/qso/edit_ajax.php:232 application/views/qso/index.php:364 +#: application/views/qso/edit_ajax.php:232 application/views/qso/index.php:368 #: application/views/search/cqzones_result.php:15 #: application/views/search/ituzones_result.php:15 #: application/views/search/result.php:27 @@ -1080,7 +1080,7 @@ msgstr "" #: application/views/awards/was/index.php:87 #: application/views/components/hamsat/table.php:30 #: application/views/contesting/index.php:113 -#: application/views/contesting/index.php:255 +#: application/views/contesting/index.php:259 #: application/views/continents/index.php:39 application/views/csv/index.php:42 #: application/views/dashboard/index.php:4 #: application/views/debug/index.php:573 @@ -1117,7 +1117,7 @@ msgstr "" #: application/views/search/ituzones_result.php:10 #: application/views/search/lotw_unconfirmed_result.php:8 #: application/views/search/search_result_ajax.php:4 -#: application/views/simplefle/index.php:152 +#: application/views/simplefle/index.php:153 #: application/views/statistics/custom.php:60 #: application/views/statistics/custom_result.php:62 #: application/views/statistics/custom_result.php:88 @@ -1137,8 +1137,8 @@ msgstr "" #: application/controllers/Logbook.php:1357 #: application/views/awards/pota/index.php:36 #: application/views/awards/wwff/index.php:36 -#: application/views/contesting/index.php:170 -#: application/views/contesting/index.php:256 +#: application/views/contesting/index.php:174 +#: application/views/contesting/index.php:260 #: application/views/logbookadvanced/index.php:601 #: application/views/logbookadvanced/useroptions.php:38 #: application/views/qslcard/searchresult.php:13 @@ -1149,9 +1149,9 @@ msgstr "" #: application/views/qslprint/qslprint.php:26 #: application/views/qslprint/qsolist.php:11 #: application/views/qso/components/previous_contacts.php:78 -#: application/views/qso/edit_ajax.php:141 application/views/qso/index.php:180 +#: application/views/qso/edit_ajax.php:141 application/views/qso/index.php:184 #: application/views/search/search_result_ajax.php:5 -#: application/views/simplefle/index.php:153 +#: application/views/simplefle/index.php:154 #: application/views/user/edit.php:230 application/views/user/edit.php:252 #: application/views/user/edit.php:274 application/views/user/edit.php:296 #: application/views/user/edit.php:319 @@ -1164,8 +1164,8 @@ msgstr "" #: application/controllers/Logbook.php:1358 #: application/views/awards/pota/index.php:37 #: application/views/awards/wwff/index.php:37 -#: application/views/contesting/index.php:194 -#: application/views/contesting/index.php:257 +#: application/views/contesting/index.php:198 +#: application/views/contesting/index.php:261 #: application/views/logbookadvanced/index.php:604 #: application/views/logbookadvanced/useroptions.php:42 #: application/views/qslcard/searchresult.php:14 @@ -1176,9 +1176,9 @@ msgstr "" #: application/views/qslprint/qslprint.php:27 #: application/views/qslprint/qsolist.php:12 #: application/views/qso/components/previous_contacts.php:79 -#: application/views/qso/edit_ajax.php:146 application/views/qso/index.php:185 +#: application/views/qso/edit_ajax.php:146 application/views/qso/index.php:189 #: application/views/search/search_result_ajax.php:6 -#: application/views/simplefle/index.php:154 +#: application/views/simplefle/index.php:155 #: application/views/user/edit.php:231 application/views/user/edit.php:253 #: application/views/user/edit.php:275 application/views/user/edit.php:297 #: application/views/user/edit.php:320 @@ -1246,7 +1246,7 @@ msgstr "" #: application/views/contesting/index.php:61 #: application/views/dashboard/index.php:12 #: application/views/logbookadvanced/edit.php:23 -#: application/views/logbookadvanced/edit.php:71 +#: application/views/logbookadvanced/edit.php:73 #: application/views/logbookadvanced/index.php:199 #: application/views/logbookadvanced/index.php:640 #: application/views/logbookadvanced/qslcarousel.php:36 @@ -1272,7 +1272,7 @@ msgstr "" #: application/views/awards/gridmaster/index.php:40 #: application/views/awards/vucc/band.php:12 #: application/views/contesting/index.php:21 -#: application/views/contesting/index.php:262 +#: application/views/contesting/index.php:266 #: application/views/dashboard/index.php:13 #: application/views/gridmap/index.php:152 #: application/views/labels/index.php:125 @@ -1289,13 +1289,13 @@ msgstr "" #: application/views/qslcard/searchresult.php:67 #: application/views/qslcard/searchresult.php:83 #: application/views/qso/components/previous_contacts.php:86 -#: application/views/qso/edit_ajax.php:155 application/views/qso/index.php:282 +#: application/views/qso/edit_ajax.php:155 application/views/qso/index.php:286 #: application/views/satellite/pass.php:28 #: application/views/search/cqzones_result.php:12 #: application/views/search/ituzones_result.php:12 #: application/views/search/result.php:49 #: application/views/search/search_result_ajax.php:13 -#: application/views/simplefle/index.php:155 +#: application/views/simplefle/index.php:156 #: application/views/stationsetup/stationsetup.php:125 #: application/views/timeline/index.php:290 application/views/user/edit.php:130 #: application/views/user/edit.php:238 application/views/user/edit.php:260 @@ -1359,7 +1359,7 @@ msgstr "" #: application/views/bands/create.php:24 application/views/bands/edit.php:6 #: application/views/bands/index.php:45 #: application/views/contesting/index.php:126 -#: application/views/contesting/index.php:254 +#: application/views/contesting/index.php:258 #: application/views/continents/index.php:30 application/views/csv/index.php:31 #: application/views/dashboard/index.php:15 #: application/views/debug/index.php:574 application/views/dxatlas/index.php:31 @@ -1392,7 +1392,7 @@ msgstr "" #: application/views/search/ituzones_result.php:11 #: application/views/search/lotw_unconfirmed_result.php:9 #: application/views/search/search_result_ajax.php:15 -#: application/views/simplefle/index.php:151 +#: application/views/simplefle/index.php:152 #: application/views/stationsetup/exportmapoptions.php:31 #: application/views/statistics/custom.php:53 #: application/views/statistics/custom_result.php:55 @@ -1442,7 +1442,7 @@ msgstr "" #: application/views/qslcard/searchresult.php:87 #: application/views/qso/components/previous_contacts.php:90 #: application/views/search/search_result_ajax.php:17 -#: application/views/simplefle/index.php:114 +#: application/views/simplefle/index.php:115 #: application/views/user/edit.php:240 application/views/user/edit.php:262 #: application/views/user/edit.php:284 application/views/user/edit.php:306 #: application/views/user/edit.php:329 @@ -1464,7 +1464,7 @@ msgstr "" #: application/views/lookup/index.php:44 #: application/views/lotw_views/index.php:52 #: application/views/qso/components/previous_contacts.php:59 -#: application/views/qso/edit_ajax.php:250 application/views/qso/index.php:373 +#: application/views/qso/edit_ajax.php:250 application/views/qso/index.php:377 #: application/views/station_profile/create.php:73 #: application/views/station_profile/edit.php:105 #: application/views/stationsetup/linkedlocations.php:17 @@ -1560,7 +1560,7 @@ msgstr "" #: application/views/notes/view.php:6 application/views/notes/view.php:9 #: application/views/qso/edit_ajax.php:36 #: application/views/qso/edit_ajax.php:395 application/views/qso/index.php:41 -#: application/views/qso/index.php:573 application/views/view_log/qso.php:14 +#: application/views/qso/index.php:577 application/views/view_log/qso.php:14 #: application/views/view_log/qso.php:679 msgid "Notes" msgstr "" @@ -1802,8 +1802,8 @@ msgstr "" #: application/controllers/Radio.php:47 application/views/bandmap/index.php:25 #: application/views/bandmap/list.php:63 -#: application/views/contesting/index.php:148 -#: application/views/qso/index.php:315 +#: application/views/contesting/index.php:152 +#: application/views/qso/index.php:319 msgid "Radio" msgstr "" @@ -1815,7 +1815,7 @@ msgstr "" #: application/views/logbookadvanced/index.php:576 #: application/views/lotw_views/index.php:43 #: application/views/simplefle/index.php:20 -#: application/views/simplefle/index.php:179 +#: application/views/simplefle/index.php:180 #: application/views/stationsetup/exportmapoptions.php:5 #: application/views/statistics/custom.php:31 #: application/views/statistics/custom_result.php:33 @@ -1823,13 +1823,13 @@ msgid "Options" msgstr "" #: application/controllers/Radio.php:53 application/views/debug/index.php:308 -#: application/views/qso/index.php:680 +#: application/views/qso/index.php:684 msgid "Settings" msgstr "" #: application/controllers/Radio.php:91 -#: application/views/contesting/index.php:152 -#: application/views/qso/index.php:319 +#: application/views/contesting/index.php:156 +#: application/views/qso/index.php:323 msgid "last updated" msgstr "" @@ -1861,10 +1861,10 @@ msgstr "" #: application/controllers/Radio.php:107 #: application/controllers/Stationsetup.php:372 #: application/views/api/help.php:61 application/views/contesting/add.php:62 -#: application/views/interface_assets/footer.php:2374 -#: application/views/interface_assets/footer.php:2392 -#: application/views/interface_assets/footer.php:2413 -#: application/views/interface_assets/footer.php:2431 +#: application/views/interface_assets/footer.php:2376 +#: application/views/interface_assets/footer.php:2394 +#: application/views/interface_assets/footer.php:2415 +#: application/views/interface_assets/footer.php:2433 #: application/views/labels/index.php:48 application/views/labels/index.php:84 #: application/views/logbookadvanced/index.php:568 #: application/views/lotw_views/index.php:114 @@ -1966,6 +1966,13 @@ msgid "" "date" msgstr "" +#: application/controllers/Simplefle.php:90 +#: application/controllers/Simplefle.php:93 +#: application/models/Logbook_model.php:4422 +#: application/views/simplefle/index.php:40 +msgid "Duplicate for" +msgstr "" + #: application/controllers/Staticmap.php:20 #: application/controllers/Staticmap.php:25 #: application/controllers/Staticmap.php:132 @@ -2001,7 +2008,7 @@ msgstr "" #: application/views/dxatlas/index.php:19 #: application/views/labels/index.php:124 #: application/views/logbookadvanced/edit.php:21 -#: application/views/qslprint/index.php:20 application/views/qso/index.php:303 +#: application/views/qslprint/index.php:20 application/views/qso/index.php:307 #: application/views/search/search_result_ajax.php:18 #: application/views/station_profile/create.php:305 #: application/views/station_profile/edit.php:455 @@ -2036,7 +2043,7 @@ msgstr "" #: application/controllers/Stationsetup.php:131 #: application/controllers/Stationsetup.php:152 #: application/controllers/Stationsetup.php:436 -#: application/views/qso/index.php:639 application/views/simplefle/index.php:38 +#: application/views/qso/index.php:643 application/views/simplefle/index.php:38 msgid "Error" msgstr "" @@ -2503,75 +2510,71 @@ msgstr "" msgid "HRDlog: No station profiles with HRDlog Credentials found." msgstr "" -#: application/models/Logbook_model.php:3737 +#: application/models/Logbook_model.php:3744 #, php-format msgid "Wrong station callsign %s while importing QSO with %s for %s: SKIPPED" msgstr "" -#: application/models/Logbook_model.php:3738 +#: application/models/Logbook_model.php:3745 #, php-format msgid "Check %s for hints about errors in ADIF files." msgstr "" -#: application/models/Logbook_model.php:3750 +#: application/models/Logbook_model.php:3757 msgid "QSO on" msgstr "" -#: application/models/Logbook_model.php:3750 +#: application/models/Logbook_model.php:3757 msgid "" "You tried to import a QSO without any given CALL. This QSO wasn't imported. " "It's invalid" msgstr "" -#: application/models/Logbook_model.php:4049 +#: application/models/Logbook_model.php:4056 msgid "the qslrdate is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4060 +#: application/models/Logbook_model.php:4067 msgid "the qslsdate is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4111 +#: application/models/Logbook_model.php:4118 msgid "the clublog_qso_upload_date is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4131 +#: application/models/Logbook_model.php:4138 msgid "the lotw_qslrdate is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4150 +#: application/models/Logbook_model.php:4157 msgid "the lotw_qslsdate is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4421 -msgid "Duplicate for" -msgstr "" - -#: application/models/Logbook_model.php:4482 +#: application/models/Logbook_model.php:4483 msgid "QSO could not be matched" msgstr "" -#: application/models/Logbook_model.php:4488 +#: application/models/Logbook_model.php:4489 msgid "confirmed by LoTW/Clublog/eQSL/Contest" msgstr "" -#: application/models/Logbook_model.php:4493 +#: application/models/Logbook_model.php:4494 msgid "confirmed by award manager" msgstr "" -#: application/models/Logbook_model.php:4496 +#: application/models/Logbook_model.php:4497 msgid "confirmed by cross-check of DCL data" msgstr "" -#: application/models/Logbook_model.php:4499 +#: application/models/Logbook_model.php:4500 msgid "confirmation pending" msgstr "" -#: application/models/Logbook_model.php:4502 +#: application/models/Logbook_model.php:4503 msgid "unconfirmed" msgstr "" -#: application/models/Logbook_model.php:4505 +#: application/models/Logbook_model.php:4506 #: application/views/view_log/qso.php:267 msgid "unknown" msgstr "" @@ -2688,8 +2691,8 @@ msgstr "" #: application/views/gridmap/index.php:41 #: application/views/gridmap/index.php:70 #: application/views/gridmap/index.php:83 -#: application/views/interface_assets/footer.php:1485 -#: application/views/interface_assets/footer.php:1624 +#: application/views/interface_assets/footer.php:1487 +#: application/views/interface_assets/footer.php:1626 #: application/views/kml/index.php:21 application/views/kml/index.php:33 #: application/views/kml/index.php:49 application/views/kml/index.php:67 #: application/views/kml/index.php:79 @@ -2786,7 +2789,7 @@ msgstr "" #: application/views/accumulate/index.php:85 #: application/views/distances/index.php:58 #: application/views/gridmap/index.php:42 -#: application/views/logbookadvanced/edit.php:153 +#: application/views/logbookadvanced/edit.php:161 #: application/views/logbookadvanced/index.php:333 #: application/views/timeline/index.php:79 msgid "None/Empty" @@ -2797,7 +2800,7 @@ msgstr "" #: application/views/dxatlas/index.php:95 #: application/views/gridmap/index.php:44 application/views/kml/index.php:80 #: application/views/logbookadvanced/index.php:251 -#: application/views/qso/edit_ajax.php:190 application/views/qso/index.php:420 +#: application/views/qso/edit_ajax.php:190 application/views/qso/index.php:424 #: application/views/timeline/index.php:80 #: application/views/view_log/qso.php:213 msgctxt "Propagation Mode" @@ -2809,7 +2812,7 @@ msgstr "" #: application/views/dxatlas/index.php:96 #: application/views/gridmap/index.php:45 application/views/kml/index.php:81 #: application/views/logbookadvanced/index.php:252 -#: application/views/qso/edit_ajax.php:191 application/views/qso/index.php:421 +#: application/views/qso/edit_ajax.php:191 application/views/qso/index.php:425 #: application/views/timeline/index.php:81 #: application/views/view_log/qso.php:216 msgctxt "Propagation Mode" @@ -2821,7 +2824,7 @@ msgstr "" #: application/views/dxatlas/index.php:97 #: application/views/gridmap/index.php:46 application/views/kml/index.php:82 #: application/views/logbookadvanced/index.php:253 -#: application/views/qso/edit_ajax.php:192 application/views/qso/index.php:422 +#: application/views/qso/edit_ajax.php:192 application/views/qso/index.php:426 #: application/views/timeline/index.php:82 #: application/views/view_log/qso.php:219 msgctxt "Propagation Mode" @@ -2833,7 +2836,7 @@ msgstr "" #: application/views/dxatlas/index.php:98 #: application/views/gridmap/index.php:47 application/views/kml/index.php:83 #: application/views/logbookadvanced/index.php:254 -#: application/views/qso/edit_ajax.php:193 application/views/qso/index.php:423 +#: application/views/qso/edit_ajax.php:193 application/views/qso/index.php:427 #: application/views/timeline/index.php:83 #: application/views/view_log/qso.php:222 msgctxt "Propagation Mode" @@ -2845,7 +2848,7 @@ msgstr "" #: application/views/dxatlas/index.php:99 #: application/views/gridmap/index.php:48 application/views/kml/index.php:84 #: application/views/logbookadvanced/index.php:255 -#: application/views/qso/edit_ajax.php:194 application/views/qso/index.php:424 +#: application/views/qso/edit_ajax.php:194 application/views/qso/index.php:428 #: application/views/timeline/index.php:84 #: application/views/view_log/qso.php:225 msgctxt "Propagation Mode" @@ -2857,7 +2860,7 @@ msgstr "" #: application/views/dxatlas/index.php:100 #: application/views/gridmap/index.php:49 application/views/kml/index.php:85 #: application/views/logbookadvanced/index.php:256 -#: application/views/qso/edit_ajax.php:195 application/views/qso/index.php:425 +#: application/views/qso/edit_ajax.php:195 application/views/qso/index.php:429 #: application/views/timeline/index.php:85 #: application/views/view_log/qso.php:228 msgctxt "Propagation Mode" @@ -2869,7 +2872,7 @@ msgstr "" #: application/views/dxatlas/index.php:101 #: application/views/gridmap/index.php:50 application/views/kml/index.php:86 #: application/views/logbookadvanced/index.php:257 -#: application/views/qso/edit_ajax.php:196 application/views/qso/index.php:426 +#: application/views/qso/edit_ajax.php:196 application/views/qso/index.php:430 #: application/views/timeline/index.php:86 #: application/views/view_log/qso.php:231 msgctxt "Propagation Mode" @@ -2881,7 +2884,7 @@ msgstr "" #: application/views/dxatlas/index.php:102 #: application/views/gridmap/index.php:51 application/views/kml/index.php:87 #: application/views/logbookadvanced/index.php:258 -#: application/views/qso/edit_ajax.php:197 application/views/qso/index.php:427 +#: application/views/qso/edit_ajax.php:197 application/views/qso/index.php:431 #: application/views/timeline/index.php:87 #: application/views/view_log/qso.php:234 msgctxt "Propagation Mode" @@ -2893,7 +2896,7 @@ msgstr "" #: application/views/dxatlas/index.php:103 #: application/views/gridmap/index.php:52 application/views/kml/index.php:88 #: application/views/logbookadvanced/index.php:259 -#: application/views/qso/edit_ajax.php:198 application/views/qso/index.php:428 +#: application/views/qso/edit_ajax.php:198 application/views/qso/index.php:432 #: application/views/timeline/index.php:88 #: application/views/view_log/qso.php:237 msgctxt "Propagation Mode" @@ -2905,7 +2908,7 @@ msgstr "" #: application/views/dxatlas/index.php:104 #: application/views/gridmap/index.php:53 application/views/kml/index.php:89 #: application/views/logbookadvanced/index.php:260 -#: application/views/qso/edit_ajax.php:199 application/views/qso/index.php:429 +#: application/views/qso/edit_ajax.php:199 application/views/qso/index.php:433 #: application/views/timeline/index.php:89 #: application/views/view_log/qso.php:240 msgctxt "Propagation Mode" @@ -2917,7 +2920,7 @@ msgstr "" #: application/views/dxatlas/index.php:105 #: application/views/gridmap/index.php:54 application/views/kml/index.php:90 #: application/views/logbookadvanced/index.php:261 -#: application/views/qso/edit_ajax.php:200 application/views/qso/index.php:430 +#: application/views/qso/edit_ajax.php:200 application/views/qso/index.php:434 #: application/views/timeline/index.php:90 #: application/views/view_log/qso.php:243 msgctxt "Propagation Mode" @@ -2929,7 +2932,7 @@ msgstr "" #: application/views/dxatlas/index.php:106 #: application/views/gridmap/index.php:55 application/views/kml/index.php:91 #: application/views/logbookadvanced/index.php:262 -#: application/views/qso/edit_ajax.php:201 application/views/qso/index.php:431 +#: application/views/qso/edit_ajax.php:201 application/views/qso/index.php:435 #: application/views/timeline/index.php:91 #: application/views/view_log/qso.php:246 msgctxt "Propagation Mode" @@ -2941,7 +2944,7 @@ msgstr "" #: application/views/dxatlas/index.php:107 #: application/views/gridmap/index.php:56 application/views/kml/index.php:92 #: application/views/logbookadvanced/index.php:263 -#: application/views/qso/edit_ajax.php:202 application/views/qso/index.php:432 +#: application/views/qso/edit_ajax.php:202 application/views/qso/index.php:436 #: application/views/timeline/index.php:92 #: application/views/view_log/qso.php:249 msgctxt "Propagation Mode" @@ -2953,7 +2956,7 @@ msgstr "" #: application/views/dxatlas/index.php:108 #: application/views/gridmap/index.php:57 application/views/kml/index.php:93 #: application/views/logbookadvanced/index.php:264 -#: application/views/qso/edit_ajax.php:203 application/views/qso/index.php:433 +#: application/views/qso/edit_ajax.php:203 application/views/qso/index.php:437 #: application/views/timeline/index.php:93 #: application/views/view_log/qso.php:252 msgctxt "Propagation Mode" @@ -2965,7 +2968,7 @@ msgstr "" #: application/views/dxatlas/index.php:109 #: application/views/gridmap/index.php:58 application/views/kml/index.php:94 #: application/views/logbookadvanced/index.php:265 -#: application/views/qso/edit_ajax.php:204 application/views/qso/index.php:434 +#: application/views/qso/edit_ajax.php:204 application/views/qso/index.php:438 #: application/views/timeline/index.php:94 #: application/views/view_log/qso.php:255 msgctxt "Propagation Mode" @@ -2977,7 +2980,7 @@ msgstr "" #: application/views/dxatlas/index.php:110 #: application/views/gridmap/index.php:59 application/views/kml/index.php:95 #: application/views/logbookadvanced/index.php:266 -#: application/views/qso/edit_ajax.php:205 application/views/qso/index.php:435 +#: application/views/qso/edit_ajax.php:205 application/views/qso/index.php:439 #: application/views/timeline/index.php:95 #: application/views/view_log/qso.php:258 msgctxt "Propagation Mode" @@ -2989,7 +2992,7 @@ msgstr "" #: application/views/dxatlas/index.php:111 #: application/views/gridmap/index.php:60 application/views/kml/index.php:96 #: application/views/logbookadvanced/index.php:267 -#: application/views/qso/edit_ajax.php:206 application/views/qso/index.php:436 +#: application/views/qso/edit_ajax.php:206 application/views/qso/index.php:440 #: application/views/timeline/index.php:96 #: application/views/view_log/qso.php:261 msgctxt "Propagation Mode" @@ -3001,7 +3004,7 @@ msgstr "" #: application/views/dxatlas/index.php:112 #: application/views/gridmap/index.php:61 application/views/kml/index.php:97 #: application/views/logbookadvanced/index.php:268 -#: application/views/qso/edit_ajax.php:207 application/views/qso/index.php:437 +#: application/views/qso/edit_ajax.php:207 application/views/qso/index.php:441 #: application/views/timeline/index.php:97 #: application/views/view_log/qso.php:264 msgctxt "Propagation Mode" @@ -3168,7 +3171,7 @@ msgstr "" #: application/views/awards/wwff/index.php:34 #: application/views/cabrillo/index.php:31 #: application/views/components/hamsat/table.php:27 -#: application/views/contesting/index.php:161 +#: application/views/contesting/index.php:165 #: application/views/csv/index.php:23 application/views/dashboard/index.php:175 #: application/views/distancerecords/index.php:18 #: application/views/dxatlas/index.php:23 application/views/eqsl/import.php:42 @@ -3192,7 +3195,7 @@ msgstr "" #: application/views/search/lotw_unconfirmed.php:36 #: application/views/search/lotw_unconfirmed_result.php:6 #: application/views/search/result.php:11 -#: application/views/simplefle/index.php:150 +#: application/views/simplefle/index.php:151 #: application/views/station_profile/edit.php:63 #: application/views/stationsetup/linkedlocations.php:17 #: application/views/user/edit.php:123 application/views/user/index.php:4 @@ -3257,7 +3260,7 @@ msgstr "" #: application/views/bandmap/list.php:112 #: application/views/components/hamsat/table.php:25 #: application/views/contesting/index.php:98 -#: application/views/contesting/index.php:252 +#: application/views/contesting/index.php:256 #: application/views/dashboard/index.php:170 #: application/views/debug/index.php:570 #: application/views/distancerecords/index.php:16 @@ -3278,7 +3281,7 @@ msgstr "" #: application/views/search/cqzones_result.php:7 #: application/views/search/ituzones_result.php:7 #: application/views/search/search_result_ajax.php:89 -#: application/views/simplefle/index.php:148 +#: application/views/simplefle/index.php:149 #: application/views/statistics/custom.php:38 #: application/views/statistics/custom_result.php:40 #: application/views/statistics/custom_result.php:85 @@ -3301,7 +3304,7 @@ msgstr "" #: application/views/bandmap/list.php:112 #: application/views/components/hamsat/table.php:26 #: application/views/contesting/index.php:103 -#: application/views/contesting/index.php:252 +#: application/views/contesting/index.php:256 #: application/views/dashboard/index.php:173 #: application/views/debug/index.php:571 #: application/views/distancerecords/index.php:17 @@ -3316,7 +3319,7 @@ msgstr "" #: application/views/search/cqzones_result.php:8 #: application/views/search/ituzones_result.php:8 #: application/views/search/search_result_ajax.php:91 -#: application/views/simplefle/index.php:149 +#: application/views/simplefle/index.php:150 #: application/views/statistics/custom_result.php:86 #: application/views/timeline/index.php:289 #: application/views/timeplotter/index.php:5 @@ -3330,7 +3333,7 @@ msgstr "" #: application/views/adif/dcl_success.php:31 #: application/views/awards/vucc/band.php:18 #: application/views/bandmap/list.php:114 -#: application/views/contesting/index.php:253 +#: application/views/contesting/index.php:257 #: application/views/debug/index.php:572 application/views/debug/index.php:607 #: application/views/dxcalendar/index.php:12 #: application/views/eqsl/analysis.php:38 @@ -3407,7 +3410,7 @@ msgid "Add QSOs to Contest" msgstr "" #: application/views/adif/import.php:71 -#: application/views/simplefle/index.php:84 +#: application/views/simplefle/index.php:85 msgid "No Contest" msgstr "" @@ -3463,7 +3466,7 @@ msgstr "" #: application/views/adif/import.php:162 #: application/views/interface_assets/footer.php:32 #: application/views/interface_assets/footer.php:510 -#: application/views/interface_assets/footer.php:2170 +#: application/views/interface_assets/footer.php:2172 msgid "DANGER" msgstr "" @@ -3896,7 +3899,7 @@ msgstr "" #: application/views/logbookadvanced/qslcarousel.php:37 #: application/views/logbookadvanced/useroptions.php:94 #: application/views/lookup/index.php:3 application/views/qso/edit_ajax.php:306 -#: application/views/qso/index.php:396 +#: application/views/qso/index.php:400 #: application/views/search/cqzones_result.php:13 #: application/views/station_profile/create.php:106 #: application/views/station_profile/edit.php:153 @@ -4018,7 +4021,7 @@ msgstr "" #: application/views/awards/cq/index.php:56 #: application/views/awards/itu/index.php:56 #: application/views/awards/wac/index.php:44 -#: application/views/interface_assets/footer.php:2149 +#: application/views/interface_assets/footer.php:2151 #: application/views/qso/edit_ajax.php:405 #: application/views/view_log/qso.php:25 msgid "QSL Card" @@ -4225,10 +4228,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:87 #: application/views/awards/iota/index.php:61 #: application/views/bandmap/index.php:37 application/views/bandmap/list.php:83 -#: application/views/logbookadvanced/edit.php:155 +#: application/views/logbookadvanced/edit.php:163 #: application/views/logbookadvanced/index.php:335 #: application/views/options/dxcluster.php:56 -#: application/views/qso/edit_ajax.php:264 application/views/qso/index.php:387 +#: application/views/qso/edit_ajax.php:264 application/views/qso/index.php:391 #: application/views/view_log/qso.php:323 msgid "Antarctica" msgstr "" @@ -4236,10 +4239,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:91 #: application/views/awards/iota/index.php:65 #: application/views/bandmap/index.php:36 application/views/bandmap/list.php:82 -#: application/views/logbookadvanced/edit.php:154 +#: application/views/logbookadvanced/edit.php:162 #: application/views/logbookadvanced/index.php:334 #: application/views/options/dxcluster.php:55 -#: application/views/qso/edit_ajax.php:263 application/views/qso/index.php:386 +#: application/views/qso/edit_ajax.php:263 application/views/qso/index.php:390 #: application/views/view_log/qso.php:320 msgid "Africa" msgstr "" @@ -4247,10 +4250,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:95 #: application/views/awards/iota/index.php:69 #: application/views/bandmap/index.php:38 application/views/bandmap/list.php:84 -#: application/views/logbookadvanced/edit.php:157 +#: application/views/logbookadvanced/edit.php:165 #: application/views/logbookadvanced/index.php:337 #: application/views/options/dxcluster.php:57 -#: application/views/qso/edit_ajax.php:265 application/views/qso/index.php:388 +#: application/views/qso/edit_ajax.php:265 application/views/qso/index.php:392 #: application/views/view_log/qso.php:326 msgid "Asia" msgstr "" @@ -4258,10 +4261,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:99 #: application/views/awards/iota/index.php:73 #: application/views/bandmap/index.php:39 application/views/bandmap/list.php:85 -#: application/views/logbookadvanced/edit.php:158 +#: application/views/logbookadvanced/edit.php:166 #: application/views/logbookadvanced/index.php:338 #: application/views/options/dxcluster.php:58 -#: application/views/qso/edit_ajax.php:266 application/views/qso/index.php:389 +#: application/views/qso/edit_ajax.php:266 application/views/qso/index.php:393 #: application/views/view_log/qso.php:329 msgid "Europe" msgstr "" @@ -4269,10 +4272,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:103 #: application/views/awards/iota/index.php:77 #: application/views/bandmap/index.php:40 application/views/bandmap/list.php:86 -#: application/views/logbookadvanced/edit.php:156 +#: application/views/logbookadvanced/edit.php:164 #: application/views/logbookadvanced/index.php:336 #: application/views/options/dxcluster.php:59 -#: application/views/qso/edit_ajax.php:267 application/views/qso/index.php:390 +#: application/views/qso/edit_ajax.php:267 application/views/qso/index.php:394 #: application/views/view_log/qso.php:332 msgid "North America" msgstr "" @@ -4280,10 +4283,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:107 #: application/views/awards/iota/index.php:81 #: application/views/bandmap/index.php:42 application/views/bandmap/list.php:88 -#: application/views/logbookadvanced/edit.php:159 +#: application/views/logbookadvanced/edit.php:167 #: application/views/logbookadvanced/index.php:339 #: application/views/options/dxcluster.php:61 -#: application/views/qso/edit_ajax.php:269 application/views/qso/index.php:392 +#: application/views/qso/edit_ajax.php:269 application/views/qso/index.php:396 #: application/views/view_log/qso.php:338 msgid "South America" msgstr "" @@ -4291,10 +4294,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:111 #: application/views/awards/iota/index.php:85 #: application/views/bandmap/index.php:41 application/views/bandmap/list.php:87 -#: application/views/logbookadvanced/edit.php:160 +#: application/views/logbookadvanced/edit.php:168 #: application/views/logbookadvanced/index.php:340 #: application/views/options/dxcluster.php:60 -#: application/views/qso/edit_ajax.php:268 application/views/qso/index.php:391 +#: application/views/qso/edit_ajax.php:268 application/views/qso/index.php:395 #: application/views/view_log/qso.php:335 msgid "Oceania" msgstr "" @@ -4484,13 +4487,13 @@ msgstr "" #: application/views/contesting/add.php:25 #: application/views/contesting/create.php:24 #: application/views/contesting/index.php:59 -#: application/views/contesting/index.php:219 +#: application/views/contesting/index.php:223 #: application/views/dashboard/index.php:18 #: application/views/labels/index.php:41 application/views/labels/index.php:75 #: application/views/logbookadvanced/index.php:613 #: application/views/logbookadvanced/qslcarousel.php:34 #: application/views/logbookadvanced/useroptions.php:54 -#: application/views/qso/edit_ajax.php:170 application/views/qso/index.php:191 +#: application/views/qso/edit_ajax.php:170 application/views/qso/index.php:195 #: application/views/satellite/edit.php:34 #: application/views/satellite/index.php:21 #: application/views/search/result.php:16 @@ -4518,7 +4521,7 @@ msgstr "" #: application/views/logbookadvanced/index.php:646 #: application/views/logbookadvanced/useroptions.php:98 #: application/views/lookup/index.php:7 application/views/qso/edit_ajax.php:314 -#: application/views/qso/index.php:406 +#: application/views/qso/index.php:410 #: application/views/search/ituzones_result.php:13 #: application/views/station_profile/create.php:120 #: application/views/station_profile/edit.php:170 @@ -4627,7 +4630,7 @@ msgid "" msgstr "" #: application/views/awards/pota/index.php:31 -#: application/views/qso/index.php:239 application/views/qso/index.php:498 +#: application/views/qso/index.php:243 application/views/qso/index.php:502 #: application/views/station_profile/create.php:177 #: application/views/station_profile/edit.php:272 #: application/views/user/edit.php:595 application/views/view_log/qso.php:376 @@ -4807,7 +4810,7 @@ msgstr "" #: application/views/logbookadvanced/index.php:330 #: application/views/logbookadvanced/index.php:682 #: application/views/logbookadvanced/useroptions.php:146 -#: application/views/qso/edit_ajax.php:260 application/views/qso/index.php:383 +#: application/views/qso/edit_ajax.php:260 application/views/qso/index.php:387 #: application/views/view_log/qso.php:315 msgid "Continent" msgstr "" @@ -4907,7 +4910,7 @@ msgid "" msgstr "" #: application/views/awards/wwff/index.php:31 -#: application/views/qso/index.php:227 application/views/qso/index.php:485 +#: application/views/qso/index.php:231 application/views/qso/index.php:489 #: application/views/station_profile/create.php:171 #: application/views/station_profile/edit.php:259 #: application/views/user/edit.php:591 application/views/view_log/qso.php:369 @@ -4967,8 +4970,8 @@ msgstr "" #: application/views/bandmap/index.php:27 application/views/bandmap/list.php:65 #: application/views/contesting/index.php:19 #: application/views/contesting/index.php:57 -#: application/views/contesting/index.php:150 -#: application/views/qso/index.php:317 +#: application/views/contesting/index.php:154 +#: application/views/qso/index.php:321 msgid "None" msgstr "" @@ -5052,14 +5055,14 @@ msgid "" msgstr "" #: application/views/bands/index.php:54 application/views/qso/edit_ajax.php:378 -#: application/views/qso/index.php:251 application/views/qso/index.php:510 +#: application/views/qso/index.php:255 application/views/qso/index.php:514 #: application/views/user/edit.php:599 application/views/view_log/qso.php:398 #: application/views/view_log/qso.php:666 msgid "Sig" msgstr "" #: application/views/bands/index.php:56 application/views/qso/edit_ajax.php:346 -#: application/views/qso/index.php:449 +#: application/views/qso/index.php:453 msgid "USA County" msgstr "" @@ -5187,7 +5190,7 @@ msgstr "" #: application/views/cabrillo/index.php:48 #: application/views/logbookadvanced/index.php:553 -#: application/views/qso/index.php:275 +#: application/views/qso/index.php:279 #: application/views/station_profile/edit.php:92 msgid "Location" msgstr "" @@ -5288,8 +5291,9 @@ msgstr "" #: application/views/cabrillo/index.php:196 #: application/views/cabrillo/index.php:204 -#: application/views/logbookadvanced/edit.php:139 -#: application/views/logbookadvanced/edit.php:147 +#: application/views/logbookadvanced/edit.php:141 +#: application/views/logbookadvanced/edit.php:149 +#: application/views/logbookadvanced/edit.php:155 #: application/views/logbookadvanced/index.php:353 #: application/views/logbookadvanced/index.php:364 #: application/views/logbookadvanced/index.php:395 @@ -5307,7 +5311,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:522 #: application/views/qso/edit_ajax.php:535 #: application/views/qso/edit_ajax.php:551 -#: application/views/qso/edit_ajax.php:565 application/views/qso/index.php:587 +#: application/views/qso/edit_ajax.php:565 application/views/qso/index.php:591 #: application/views/search/result.php:74 #: application/views/station_profile/create.php:209 #: application/views/station_profile/create.php:217 @@ -5332,8 +5336,9 @@ msgstr "" #: application/views/cabrillo/index.php:197 #: application/views/cabrillo/index.php:203 -#: application/views/logbookadvanced/edit.php:140 -#: application/views/logbookadvanced/edit.php:148 +#: application/views/logbookadvanced/edit.php:142 +#: application/views/logbookadvanced/edit.php:150 +#: application/views/logbookadvanced/edit.php:156 #: application/views/logbookadvanced/index.php:354 #: application/views/logbookadvanced/index.php:365 #: application/views/logbookadvanced/index.php:396 @@ -5351,7 +5356,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:521 #: application/views/qso/edit_ajax.php:534 #: application/views/qso/edit_ajax.php:550 -#: application/views/qso/edit_ajax.php:564 application/views/qso/index.php:586 +#: application/views/qso/edit_ajax.php:564 application/views/qso/index.php:590 #: application/views/search/result.php:76 #: application/views/station_profile/create.php:210 #: application/views/station_profile/create.php:218 @@ -5418,12 +5423,12 @@ msgid "No upcoming activations found. Please check back later." msgstr "" #: application/views/components/hamsat/table.php:28 -#: application/views/contesting/index.php:224 +#: application/views/contesting/index.php:228 #: application/views/hamsat/index.php:31 #: application/views/logbookadvanced/edit.php:7 #: application/views/logbookadvanced/index.php:670 #: application/views/logbookadvanced/useroptions.php:130 -#: application/views/qso/edit_ajax.php:181 application/views/qso/index.php:292 +#: application/views/qso/edit_ajax.php:181 application/views/qso/index.php:296 #: application/views/view_log/qso.php:202 msgid "Comment" msgstr "" @@ -5461,7 +5466,7 @@ msgstr "" #: application/views/logbookadvanced/index.php:676 #: application/views/logbookadvanced/useroptions.php:138 #: application/views/qso/edit_ajax.php:39 -#: application/views/simplefle/index.php:82 +#: application/views/simplefle/index.php:83 msgid "Contest" msgstr "" @@ -5635,7 +5640,7 @@ msgstr "" #: application/views/contesting/index.php:40 #: application/views/operator/index.php:5 -#: application/views/qso/edit_ajax.php:596 application/views/qso/index.php:355 +#: application/views/qso/edit_ajax.php:596 application/views/qso/index.php:359 msgid "Operator Callsign" msgstr "" @@ -5709,54 +5714,54 @@ msgctxt "Keep the translation short!" msgid "Serial" msgstr "" -#: application/views/contesting/index.php:177 -#: application/views/contesting/index.php:260 +#: application/views/contesting/index.php:181 +#: application/views/contesting/index.php:264 #: application/views/qso/edit_ajax.php:620 msgid "Serial (S)" msgstr "" -#: application/views/contesting/index.php:182 +#: application/views/contesting/index.php:186 msgid "Gridsquare (S)" msgstr "" -#: application/views/contesting/index.php:187 -#: application/views/contesting/index.php:258 +#: application/views/contesting/index.php:191 +#: application/views/contesting/index.php:262 msgid "Exch (S)" msgstr "" -#: application/views/contesting/index.php:201 -#: application/views/contesting/index.php:261 +#: application/views/contesting/index.php:205 +#: application/views/contesting/index.php:265 #: application/views/qso/edit_ajax.php:615 msgid "Serial (R)" msgstr "" -#: application/views/contesting/index.php:206 +#: application/views/contesting/index.php:210 msgid "Gridsquare (R)" msgstr "" -#: application/views/contesting/index.php:211 -#: application/views/contesting/index.php:259 +#: application/views/contesting/index.php:215 +#: application/views/contesting/index.php:263 msgid "Exch (R)" msgstr "" -#: application/views/contesting/index.php:229 +#: application/views/contesting/index.php:233 msgid "Reset QSO" msgstr "" -#: application/views/contesting/index.php:230 -#: application/views/qso/index.php:638 +#: application/views/contesting/index.php:234 +#: application/views/qso/index.php:642 msgid "Save QSO" msgstr "" -#: application/views/contesting/index.php:239 +#: application/views/contesting/index.php:243 msgid "Callsign Suggestions" msgstr "" -#: application/views/contesting/index.php:246 +#: application/views/contesting/index.php:250 msgid "Contest Logbook" msgstr "" -#: application/views/contesting/index.php:263 +#: application/views/contesting/index.php:267 #: application/views/qso/edit_ajax.php:163 msgid "VUCC Gridsquare" msgstr "" @@ -5920,7 +5925,7 @@ msgstr "" #: application/views/csv/index.php:92 application/views/dxatlas/index.php:92 #: application/views/eqsl/download.php:42 #: application/views/eqslcard/index.php:33 application/views/kml/index.php:77 -#: application/views/qso/edit_ajax.php:187 application/views/qso/index.php:417 +#: application/views/qso/edit_ajax.php:187 application/views/qso/index.php:421 msgid "Propagation Mode" msgstr "" @@ -6031,7 +6036,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:420 #: application/views/qso/edit_ajax.php:481 #: application/views/qso/edit_ajax.php:518 -#: application/views/qso/edit_ajax.php:547 application/views/qso/index.php:583 +#: application/views/qso/edit_ajax.php:547 application/views/qso/index.php:587 #: application/views/search/search_result_ajax.php:180 #: application/views/search/search_result_ajax.php:260 #: application/views/search/search_result_ajax.php:298 @@ -6084,7 +6089,7 @@ msgid "Received" msgstr "" #: application/views/dashboard/index.php:301 -#: application/views/logbookadvanced/edit.php:141 +#: application/views/logbookadvanced/edit.php:143 #: application/views/logbookadvanced/index.php:355 #: application/views/logbookadvanced/index.php:366 #: application/views/logbookadvanced/index.php:397 @@ -6103,7 +6108,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:523 #: application/views/qso/edit_ajax.php:536 #: application/views/qso/edit_ajax.php:552 -#: application/views/qso/edit_ajax.php:566 application/views/qso/index.php:588 +#: application/views/qso/edit_ajax.php:566 application/views/qso/index.php:592 #: application/views/search/search_result_ajax.php:186 #: application/views/search/search_result_ajax.php:228 #: application/views/view_log/partial/log_ajax.php:148 @@ -6611,7 +6616,7 @@ msgstr "" #: application/views/distances/index.php:7 #: application/views/interface_assets/footer.php:30 -#: application/views/simplefle/index.php:70 +#: application/views/simplefle/index.php:71 msgid "QSO Data" msgstr "" @@ -6935,10 +6940,10 @@ msgid "QSL Date" msgstr "" #: application/views/eqslcard/index.php:60 -#: application/views/interface_assets/footer.php:2375 -#: application/views/interface_assets/footer.php:2393 -#: application/views/interface_assets/footer.php:2414 -#: application/views/interface_assets/footer.php:2432 +#: application/views/interface_assets/footer.php:2377 +#: application/views/interface_assets/footer.php:2395 +#: application/views/interface_assets/footer.php:2416 +#: application/views/interface_assets/footer.php:2434 #: application/views/qslcard/index.php:66 #: application/views/view_log/qso.php:703 msgid "View" @@ -7075,7 +7080,7 @@ msgid "Not worked" msgstr "" #: application/views/interface_assets/footer.php:47 -#: application/views/qso/index.php:632 +#: application/views/qso/index.php:636 #: application/views/visitor/layout/footer.php:246 msgid "Clear" msgstr "" @@ -7196,62 +7201,62 @@ msgstr "" msgid "Grids: " msgstr "" -#: application/views/interface_assets/footer.php:1203 +#: application/views/interface_assets/footer.php:1204 #, php-format msgid "You're not logged in. Please %slogin%s" msgstr "" -#: application/views/interface_assets/footer.php:1412 -#: application/views/interface_assets/footer.php:1416 -#: application/views/interface_assets/footer.php:1419 -#: application/views/interface_assets/footer.php:1556 -#: application/views/interface_assets/footer.php:1560 -#: application/views/interface_assets/footer.php:1563 +#: application/views/interface_assets/footer.php:1414 +#: application/views/interface_assets/footer.php:1418 +#: application/views/interface_assets/footer.php:1421 +#: application/views/interface_assets/footer.php:1558 +#: application/views/interface_assets/footer.php:1562 +#: application/views/interface_assets/footer.php:1565 msgid "grid square" msgstr "" -#: application/views/interface_assets/footer.php:1419 -#: application/views/interface_assets/footer.php:1563 +#: application/views/interface_assets/footer.php:1421 +#: application/views/interface_assets/footer.php:1565 msgid "Total count" msgstr "" -#: application/views/interface_assets/footer.php:2151 +#: application/views/interface_assets/footer.php:2153 msgid "QSL Card for " msgstr "" -#: application/views/interface_assets/footer.php:2171 +#: application/views/interface_assets/footer.php:2173 msgid "Warning! Are you sure you want to delete this QSL card?" msgstr "" -#: application/views/interface_assets/footer.php:2211 +#: application/views/interface_assets/footer.php:2213 #: application/views/view_log/qso.php:42 msgid "eQSL Card" msgstr "" -#: application/views/interface_assets/footer.php:2213 +#: application/views/interface_assets/footer.php:2215 msgid "eQSL Card for " msgstr "" -#: application/views/interface_assets/footer.php:2386 -#: application/views/interface_assets/footer.php:2425 +#: application/views/interface_assets/footer.php:2388 +#: application/views/interface_assets/footer.php:2427 #: application/views/view_log/qso.php:693 msgid "QSL image file" msgstr "" -#: application/views/interface_assets/footer.php:2405 +#: application/views/interface_assets/footer.php:2407 msgid "Front QSL Card:" msgstr "" -#: application/views/interface_assets/footer.php:2443 +#: application/views/interface_assets/footer.php:2445 msgid "Back QSL Card:" msgstr "" -#: application/views/interface_assets/footer.php:2454 -#: application/views/interface_assets/footer.php:2479 +#: application/views/interface_assets/footer.php:2456 +#: application/views/interface_assets/footer.php:2481 msgid "Add additional QSOs to a QSL Card" msgstr "" -#: application/views/interface_assets/footer.php:2490 +#: application/views/interface_assets/footer.php:2492 msgid "Something went wrong. Please try again!" msgstr "" @@ -7777,27 +7782,36 @@ msgid "QRZ Received" msgstr "" #: application/views/logbookadvanced/edit.php:30 +msgid "eQSL Sent" +msgstr "" + +#: application/views/logbookadvanced/edit.php:31 +msgid "eQSL Received" +msgstr "" + +#: application/views/logbookadvanced/edit.php:32 #: application/views/logbookadvanced/index.php:691 #: application/views/logbookadvanced/useroptions.php:158 msgid "Station power" msgstr "" -#: application/views/logbookadvanced/edit.php:80 +#: application/views/logbookadvanced/edit.php:82 msgid "SAT Mode" msgstr "" -#: application/views/logbookadvanced/edit.php:94 +#: application/views/logbookadvanced/edit.php:96 msgid "Band RX" msgstr "" -#: application/views/logbookadvanced/edit.php:142 -#: application/views/logbookadvanced/edit.php:149 +#: application/views/logbookadvanced/edit.php:144 +#: application/views/logbookadvanced/edit.php:151 +#: application/views/logbookadvanced/edit.php:157 #: application/views/logbookadvanced/index.php:341 #: application/views/logbookadvanced/index.php:566 msgid "Invalid" msgstr "" -#: application/views/logbookadvanced/edit.php:143 +#: application/views/logbookadvanced/edit.php:145 #: application/views/logbookadvanced/index.php:368 #: application/views/logbookadvanced/index.php:410 #: application/views/logbookadvanced/index.php:432 @@ -7870,7 +7884,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:426 #: application/views/qso/edit_ajax.php:487 #: application/views/qso/edit_ajax.php:524 -#: application/views/qso/edit_ajax.php:553 application/views/qso/index.php:589 +#: application/views/qso/edit_ajax.php:553 application/views/qso/index.php:593 #: application/views/search/search_result_ajax.php:183 #: application/views/search/search_result_ajax.php:225 #: application/views/view_log/partial/log_ajax.php:145 @@ -7901,7 +7915,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:525 #: application/views/qso/edit_ajax.php:537 #: application/views/qso/edit_ajax.php:554 -#: application/views/qso/edit_ajax.php:567 application/views/qso/index.php:590 +#: application/views/qso/edit_ajax.php:567 application/views/qso/index.php:594 #: application/views/search/search_result_ajax.php:189 #: application/views/search/search_result_ajax.php:231 #: application/views/search/search_result_ajax.php:305 @@ -7936,7 +7950,7 @@ msgstr "" #: application/views/qslprint/qsolist.php:121 #: application/views/qslprint/qsolist.php:212 #: application/views/qso/edit_ajax.php:438 -#: application/views/qso/edit_ajax.php:471 application/views/qso/index.php:601 +#: application/views/qso/edit_ajax.php:471 application/views/qso/index.php:605 #: application/views/search/search_result_ajax.php:199 #: application/views/search/search_result_ajax.php:241 #: application/views/view_log/partial/log_ajax.php:164 @@ -7954,7 +7968,7 @@ msgstr "" #: application/views/qslprint/qsolist.php:124 #: application/views/qslprint/qsolist.php:213 #: application/views/qso/edit_ajax.php:437 -#: application/views/qso/edit_ajax.php:470 application/views/qso/index.php:600 +#: application/views/qso/edit_ajax.php:470 application/views/qso/index.php:604 #: application/views/search/search_result_ajax.php:202 #: application/views/search/search_result_ajax.php:244 #: application/views/view_log/partial/log_ajax.php:167 @@ -7972,7 +7986,7 @@ msgstr "" #: application/views/qslprint/qsolist.php:130 #: application/views/qslprint/qsolist.php:214 #: application/views/qso/edit_ajax.php:439 -#: application/views/qso/edit_ajax.php:472 application/views/qso/index.php:602 +#: application/views/qso/edit_ajax.php:472 application/views/qso/index.php:606 #: application/views/search/search_result_ajax.php:208 #: application/views/search/search_result_ajax.php:250 #: application/views/view_log/partial/log_ajax.php:173 @@ -7986,7 +8000,7 @@ msgstr "" #: application/views/oqrs/qsolist.php:117 #: application/views/qslprint/qsolist.php:127 #: application/views/qso/edit_ajax.php:440 -#: application/views/qso/edit_ajax.php:473 application/views/qso/index.php:603 +#: application/views/qso/edit_ajax.php:473 application/views/qso/index.php:607 #: application/views/search/search_result_ajax.php:247 #: application/views/view_log/partial/log_ajax.php:208 msgid "Manager" @@ -8970,7 +8984,7 @@ msgstr "" #: application/views/qslprint/qslprint.php:28 #: application/views/qslprint/qsolist.php:15 #: application/views/qslprint/qsolist.php:85 -#: application/views/qso/index.php:609 +#: application/views/qso/index.php:613 #: application/views/search/search_result_ajax.php:205 #: application/views/view_log/partial/log_ajax.php:170 #: src/QSLManager/QSO.php:346 @@ -9076,7 +9090,7 @@ msgid "Time of request" msgstr "" #: application/views/oqrs/showrequests.php:81 -#: application/views/simplefle/index.php:76 +#: application/views/simplefle/index.php:77 msgid "QSO Date" msgstr "" @@ -9210,7 +9224,7 @@ msgid "Remove" msgstr "" #: application/views/qslprint/qslprint.php:34 -#: application/views/simplefle/index.php:141 +#: application/views/simplefle/index.php:142 msgid "QSO List" msgstr "" @@ -9298,11 +9312,11 @@ msgstr "" msgid "RX Band" msgstr "" -#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:351 +#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:355 msgid "Give power value in Watts. Include only numbers in the input." msgstr "" -#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:349 +#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:353 #: application/views/reg1test/index.php:114 #: application/views/view_log/qso.php:631 msgid "Transmit Power (W)" @@ -9332,7 +9346,7 @@ msgstr "" msgid "Long Path" msgstr "" -#: application/views/qso/edit_ajax.php:273 application/views/qso/index.php:531 +#: application/views/qso/edit_ajax.php:273 application/views/qso/index.php:535 #: application/views/view_log/qso.php:448 msgid "eMail" msgstr "" @@ -9345,32 +9359,32 @@ msgstr "" msgid "Sat Mode" msgstr "" -#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:558 +#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:562 msgid "Antenna Azimuth (°)" msgstr "" -#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:560 +#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:564 msgid "Antenna azimuth in decimal degrees." msgstr "" -#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:564 +#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:568 msgid "Antenna Elevation (°)" msgstr "" -#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:566 +#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:570 msgid "Antenna elevation in decimal degrees." msgstr "" -#: application/views/qso/edit_ajax.php:382 application/views/qso/index.php:258 -#: application/views/qso/index.php:516 application/views/user/edit.php:599 +#: application/views/qso/edit_ajax.php:382 application/views/qso/index.php:262 +#: application/views/qso/index.php:520 application/views/user/edit.php:599 #: application/views/view_log/qso.php:414 #: application/views/view_log/qso.php:671 msgid "Sig Info" msgstr "" #: application/views/qso/edit_ajax.php:397 -#: application/views/qso/edit_ajax.php:510 application/views/qso/index.php:575 -#: application/views/qso/index.php:619 +#: application/views/qso/edit_ajax.php:510 application/views/qso/index.php:579 +#: application/views/qso/index.php:623 msgid "Note: Gets exported to third-party services." msgstr "" @@ -9379,8 +9393,8 @@ msgid "Sent Method" msgstr "" #: application/views/qso/edit_ajax.php:436 -#: application/views/qso/edit_ajax.php:469 application/views/qso/index.php:596 -#: application/views/qso/index.php:599 +#: application/views/qso/edit_ajax.php:469 application/views/qso/index.php:600 +#: application/views/qso/index.php:603 msgid "Method" msgstr "" @@ -9399,11 +9413,11 @@ msgstr "" msgid "Received Method" msgstr "" -#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:616 +#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:620 msgid "Get the default message for eQSL, for this station." msgstr "" -#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:616 +#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:620 msgid "QSL MSG" msgstr "" @@ -9440,7 +9454,7 @@ msgstr "" msgid "TimeOff is less than TimeOn" msgstr "" -#: application/views/qso/index.php:5 application/views/qso/index.php:727 +#: application/views/qso/index.php:5 application/views/qso/index.php:731 msgid "Previous Contacts" msgstr "" @@ -9493,7 +9507,7 @@ msgstr "" msgid "Search DXCluster for latest Spot" msgstr "" -#: application/views/qso/index.php:199 application/views/qso/index.php:455 +#: application/views/qso/index.php:203 application/views/qso/index.php:459 #: application/views/station_profile/create.php:149 #: application/views/station_profile/edit.php:218 #: application/views/user/edit.php:583 application/views/view_log/qso.php:355 @@ -9501,7 +9515,7 @@ msgstr "" msgid "IOTA Reference" msgstr "" -#: application/views/qso/index.php:215 application/views/qso/index.php:472 +#: application/views/qso/index.php:219 application/views/qso/index.php:476 #: application/views/station_profile/create.php:165 #: application/views/station_profile/edit.php:246 #: application/views/user/edit.php:587 application/views/view_log/qso.php:362 @@ -9509,91 +9523,91 @@ msgstr "" msgid "SOTA Reference" msgstr "" -#: application/views/qso/index.php:325 application/views/view_log/qso.php:100 +#: application/views/qso/index.php:329 application/views/view_log/qso.php:100 msgid "Frequency (RX)" msgstr "" -#: application/views/qso/index.php:330 +#: application/views/qso/index.php:334 msgid "Band (RX)" msgstr "" -#: application/views/qso/index.php:474 +#: application/views/qso/index.php:478 msgid "For example: GM/NS-001." msgstr "" -#: application/views/qso/index.php:487 +#: application/views/qso/index.php:491 msgid "For example: DLFF-0069." msgstr "" -#: application/views/qso/index.php:500 +#: application/views/qso/index.php:504 msgid "For example: PA-0150. Multiple values allowed." msgstr "" -#: application/views/qso/index.php:512 +#: application/views/qso/index.php:516 msgid "For example: GMA" msgstr "" -#: application/views/qso/index.php:518 +#: application/views/qso/index.php:522 msgid "For example: DA/NW-357" msgstr "" -#: application/views/qso/index.php:526 +#: application/views/qso/index.php:530 msgid "For example: Q03" msgstr "" -#: application/views/qso/index.php:533 +#: application/views/qso/index.php:537 msgid "eMail-Adress of QSO-Partner" msgstr "" -#: application/views/qso/index.php:542 application/views/view_log/qso.php:276 +#: application/views/qso/index.php:546 application/views/view_log/qso.php:276 msgid "Satellite Name" msgstr "" -#: application/views/qso/index.php:550 application/views/view_log/qso.php:283 +#: application/views/qso/index.php:554 application/views/view_log/qso.php:283 msgid "Satellite Mode" msgstr "" -#: application/views/qso/index.php:635 +#: application/views/qso/index.php:639 msgid "Reset to Default" msgstr "" -#: application/views/qso/index.php:676 +#: application/views/qso/index.php:680 msgid "Winkey" msgstr "" -#: application/views/qso/index.php:678 +#: application/views/qso/index.php:682 msgid "Connect" msgstr "" -#: application/views/qso/index.php:687 +#: application/views/qso/index.php:691 msgid "Stop" msgstr "" -#: application/views/qso/index.php:688 +#: application/views/qso/index.php:692 msgid "Tune" msgstr "" -#: application/views/qso/index.php:689 +#: application/views/qso/index.php:693 msgid "Stop Tune" msgstr "" -#: application/views/qso/index.php:695 +#: application/views/qso/index.php:699 msgid "CW Speed" msgstr "" -#: application/views/qso/index.php:700 +#: application/views/qso/index.php:704 msgid "Send" msgstr "" -#: application/views/qso/index.php:710 +#: application/views/qso/index.php:714 msgid "Suggestions" msgstr "" -#: application/views/qso/index.php:717 +#: application/views/qso/index.php:721 msgid "Profile Picture" msgstr "" -#: application/views/qso/index.php:741 +#: application/views/qso/index.php:745 msgid "Max. 5 previous contacts are shown" msgstr "" @@ -10162,7 +10176,7 @@ msgid "" msgstr "" #: application/views/simplefle/index.php:17 -#: application/views/simplefle/index.php:178 +#: application/views/simplefle/index.php:179 msgid "Syntax Help" msgstr "" @@ -10237,63 +10251,63 @@ msgstr "" msgid "An error occurred while saving the QSO to the logbook! Error: " msgstr "" -#: application/views/simplefle/index.php:42 +#: application/views/simplefle/index.php:43 msgid "What is that?" msgstr "" -#: application/views/simplefle/index.php:45 +#: application/views/simplefle/index.php:46 msgid "Current UTC Time" msgstr "" -#: application/views/simplefle/index.php:78 +#: application/views/simplefle/index.php:79 msgid "If you don't choose a date, today's date will be used." msgstr "" -#: application/views/simplefle/index.php:90 +#: application/views/simplefle/index.php:91 msgid "You can add the entered QSOs to a contest." msgstr "" -#: application/views/simplefle/index.php:97 +#: application/views/simplefle/index.php:98 msgid "Station Call/Location" msgstr "" -#: application/views/simplefle/index.php:109 +#: application/views/simplefle/index.php:110 #, php-format msgid "" "If you did operate from a new location, first create a new %sStation " "Location%s" msgstr "" -#: application/views/simplefle/index.php:114 +#: application/views/simplefle/index.php:115 msgid "e.g. OK2CQR" msgstr "" -#: application/views/simplefle/index.php:117 +#: application/views/simplefle/index.php:118 msgid "This is callsign of the operator. Without any pre- or suffixes." msgstr "" -#: application/views/simplefle/index.php:127 +#: application/views/simplefle/index.php:128 msgid "Enter the Data" msgstr "" -#: application/views/simplefle/index.php:156 +#: application/views/simplefle/index.php:157 msgid "Refs" msgstr "" -#: application/views/simplefle/index.php:168 +#: application/views/simplefle/index.php:169 #, php-format msgid "The Refs can be either %sS%sOTA, %sI%sOTA, %sP%sOTA, or %sW%sWFF" msgstr "" -#: application/views/simplefle/index.php:175 +#: application/views/simplefle/index.php:176 msgid "Reload QSO List" msgstr "" -#: application/views/simplefle/index.php:176 +#: application/views/simplefle/index.php:177 msgid "Save in Wavelog" msgstr "" -#: application/views/simplefle/index.php:177 +#: application/views/simplefle/index.php:178 msgid "Clear Logging Session" msgstr "" diff --git a/application/locale/lv/LC_MESSAGES/messages.po b/application/locale/lv/LC_MESSAGES/messages.po index 711209a3e..9f52ee8a9 100644 --- a/application/locale/lv/LC_MESSAGES/messages.po +++ b/application/locale/lv/LC_MESSAGES/messages.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-11-15 15:56+0000\n" +"POT-Creation-Date: 2024-11-18 17:48+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -193,16 +193,16 @@ msgstr "" msgid "Station Profile not valid for User" msgstr "" -#: application/controllers/Adif.php:269 +#: application/controllers/Adif.php:263 #: application/views/adif/import_success.php:12 msgid "ADIF Imported" msgstr "" -#: application/controllers/Adif.php:280 +#: application/controllers/Adif.php:274 msgid "DCL Import" msgstr "" -#: application/controllers/Adif.php:338 +#: application/controllers/Adif.php:332 msgid "DCL Data Imported" msgstr "" @@ -266,8 +266,8 @@ msgstr "" #: application/views/interface_assets/header.php:198 #: application/views/logbookadvanced/index.php:658 #: application/views/logbookadvanced/useroptions.php:114 -#: application/views/qso/edit_ajax.php:387 application/views/qso/index.php:267 -#: application/views/qso/index.php:524 application/views/user/edit.php:603 +#: application/views/qso/edit_ajax.php:387 application/views/qso/index.php:271 +#: application/views/qso/index.php:528 application/views/user/edit.php:603 #: application/views/view_log/qso.php:433 msgid "DOK" msgstr "" @@ -285,7 +285,7 @@ msgstr "" #: application/views/logbookadvanced/useroptions.php:86 #: application/views/lookup/index.php:4 #: application/views/lotw_views/index.php:36 -#: application/views/qso/edit_ajax.php:232 application/views/qso/index.php:364 +#: application/views/qso/edit_ajax.php:232 application/views/qso/index.php:368 #: application/views/search/cqzones_result.php:15 #: application/views/search/ituzones_result.php:15 #: application/views/search/result.php:27 @@ -1080,7 +1080,7 @@ msgstr "" #: application/views/awards/was/index.php:87 #: application/views/components/hamsat/table.php:30 #: application/views/contesting/index.php:113 -#: application/views/contesting/index.php:255 +#: application/views/contesting/index.php:259 #: application/views/continents/index.php:39 application/views/csv/index.php:42 #: application/views/dashboard/index.php:4 #: application/views/debug/index.php:573 @@ -1117,7 +1117,7 @@ msgstr "" #: application/views/search/ituzones_result.php:10 #: application/views/search/lotw_unconfirmed_result.php:8 #: application/views/search/search_result_ajax.php:4 -#: application/views/simplefle/index.php:152 +#: application/views/simplefle/index.php:153 #: application/views/statistics/custom.php:60 #: application/views/statistics/custom_result.php:62 #: application/views/statistics/custom_result.php:88 @@ -1137,8 +1137,8 @@ msgstr "" #: application/controllers/Logbook.php:1357 #: application/views/awards/pota/index.php:36 #: application/views/awards/wwff/index.php:36 -#: application/views/contesting/index.php:170 -#: application/views/contesting/index.php:256 +#: application/views/contesting/index.php:174 +#: application/views/contesting/index.php:260 #: application/views/logbookadvanced/index.php:601 #: application/views/logbookadvanced/useroptions.php:38 #: application/views/qslcard/searchresult.php:13 @@ -1149,9 +1149,9 @@ msgstr "" #: application/views/qslprint/qslprint.php:26 #: application/views/qslprint/qsolist.php:11 #: application/views/qso/components/previous_contacts.php:78 -#: application/views/qso/edit_ajax.php:141 application/views/qso/index.php:180 +#: application/views/qso/edit_ajax.php:141 application/views/qso/index.php:184 #: application/views/search/search_result_ajax.php:5 -#: application/views/simplefle/index.php:153 +#: application/views/simplefle/index.php:154 #: application/views/user/edit.php:230 application/views/user/edit.php:252 #: application/views/user/edit.php:274 application/views/user/edit.php:296 #: application/views/user/edit.php:319 @@ -1164,8 +1164,8 @@ msgstr "" #: application/controllers/Logbook.php:1358 #: application/views/awards/pota/index.php:37 #: application/views/awards/wwff/index.php:37 -#: application/views/contesting/index.php:194 -#: application/views/contesting/index.php:257 +#: application/views/contesting/index.php:198 +#: application/views/contesting/index.php:261 #: application/views/logbookadvanced/index.php:604 #: application/views/logbookadvanced/useroptions.php:42 #: application/views/qslcard/searchresult.php:14 @@ -1176,9 +1176,9 @@ msgstr "" #: application/views/qslprint/qslprint.php:27 #: application/views/qslprint/qsolist.php:12 #: application/views/qso/components/previous_contacts.php:79 -#: application/views/qso/edit_ajax.php:146 application/views/qso/index.php:185 +#: application/views/qso/edit_ajax.php:146 application/views/qso/index.php:189 #: application/views/search/search_result_ajax.php:6 -#: application/views/simplefle/index.php:154 +#: application/views/simplefle/index.php:155 #: application/views/user/edit.php:231 application/views/user/edit.php:253 #: application/views/user/edit.php:275 application/views/user/edit.php:297 #: application/views/user/edit.php:320 @@ -1246,7 +1246,7 @@ msgstr "" #: application/views/contesting/index.php:61 #: application/views/dashboard/index.php:12 #: application/views/logbookadvanced/edit.php:23 -#: application/views/logbookadvanced/edit.php:71 +#: application/views/logbookadvanced/edit.php:73 #: application/views/logbookadvanced/index.php:199 #: application/views/logbookadvanced/index.php:640 #: application/views/logbookadvanced/qslcarousel.php:36 @@ -1272,7 +1272,7 @@ msgstr "" #: application/views/awards/gridmaster/index.php:40 #: application/views/awards/vucc/band.php:12 #: application/views/contesting/index.php:21 -#: application/views/contesting/index.php:262 +#: application/views/contesting/index.php:266 #: application/views/dashboard/index.php:13 #: application/views/gridmap/index.php:152 #: application/views/labels/index.php:125 @@ -1289,13 +1289,13 @@ msgstr "" #: application/views/qslcard/searchresult.php:67 #: application/views/qslcard/searchresult.php:83 #: application/views/qso/components/previous_contacts.php:86 -#: application/views/qso/edit_ajax.php:155 application/views/qso/index.php:282 +#: application/views/qso/edit_ajax.php:155 application/views/qso/index.php:286 #: application/views/satellite/pass.php:28 #: application/views/search/cqzones_result.php:12 #: application/views/search/ituzones_result.php:12 #: application/views/search/result.php:49 #: application/views/search/search_result_ajax.php:13 -#: application/views/simplefle/index.php:155 +#: application/views/simplefle/index.php:156 #: application/views/stationsetup/stationsetup.php:125 #: application/views/timeline/index.php:290 application/views/user/edit.php:130 #: application/views/user/edit.php:238 application/views/user/edit.php:260 @@ -1359,7 +1359,7 @@ msgstr "" #: application/views/bands/create.php:24 application/views/bands/edit.php:6 #: application/views/bands/index.php:45 #: application/views/contesting/index.php:126 -#: application/views/contesting/index.php:254 +#: application/views/contesting/index.php:258 #: application/views/continents/index.php:30 application/views/csv/index.php:31 #: application/views/dashboard/index.php:15 #: application/views/debug/index.php:574 application/views/dxatlas/index.php:31 @@ -1392,7 +1392,7 @@ msgstr "" #: application/views/search/ituzones_result.php:11 #: application/views/search/lotw_unconfirmed_result.php:9 #: application/views/search/search_result_ajax.php:15 -#: application/views/simplefle/index.php:151 +#: application/views/simplefle/index.php:152 #: application/views/stationsetup/exportmapoptions.php:31 #: application/views/statistics/custom.php:53 #: application/views/statistics/custom_result.php:55 @@ -1442,7 +1442,7 @@ msgstr "" #: application/views/qslcard/searchresult.php:87 #: application/views/qso/components/previous_contacts.php:90 #: application/views/search/search_result_ajax.php:17 -#: application/views/simplefle/index.php:114 +#: application/views/simplefle/index.php:115 #: application/views/user/edit.php:240 application/views/user/edit.php:262 #: application/views/user/edit.php:284 application/views/user/edit.php:306 #: application/views/user/edit.php:329 @@ -1464,7 +1464,7 @@ msgstr "" #: application/views/lookup/index.php:44 #: application/views/lotw_views/index.php:52 #: application/views/qso/components/previous_contacts.php:59 -#: application/views/qso/edit_ajax.php:250 application/views/qso/index.php:373 +#: application/views/qso/edit_ajax.php:250 application/views/qso/index.php:377 #: application/views/station_profile/create.php:73 #: application/views/station_profile/edit.php:105 #: application/views/stationsetup/linkedlocations.php:17 @@ -1560,7 +1560,7 @@ msgstr "" #: application/views/notes/view.php:6 application/views/notes/view.php:9 #: application/views/qso/edit_ajax.php:36 #: application/views/qso/edit_ajax.php:395 application/views/qso/index.php:41 -#: application/views/qso/index.php:573 application/views/view_log/qso.php:14 +#: application/views/qso/index.php:577 application/views/view_log/qso.php:14 #: application/views/view_log/qso.php:679 msgid "Notes" msgstr "" @@ -1802,8 +1802,8 @@ msgstr "" #: application/controllers/Radio.php:47 application/views/bandmap/index.php:25 #: application/views/bandmap/list.php:63 -#: application/views/contesting/index.php:148 -#: application/views/qso/index.php:315 +#: application/views/contesting/index.php:152 +#: application/views/qso/index.php:319 msgid "Radio" msgstr "" @@ -1815,7 +1815,7 @@ msgstr "" #: application/views/logbookadvanced/index.php:576 #: application/views/lotw_views/index.php:43 #: application/views/simplefle/index.php:20 -#: application/views/simplefle/index.php:179 +#: application/views/simplefle/index.php:180 #: application/views/stationsetup/exportmapoptions.php:5 #: application/views/statistics/custom.php:31 #: application/views/statistics/custom_result.php:33 @@ -1823,13 +1823,13 @@ msgid "Options" msgstr "" #: application/controllers/Radio.php:53 application/views/debug/index.php:308 -#: application/views/qso/index.php:680 +#: application/views/qso/index.php:684 msgid "Settings" msgstr "" #: application/controllers/Radio.php:91 -#: application/views/contesting/index.php:152 -#: application/views/qso/index.php:319 +#: application/views/contesting/index.php:156 +#: application/views/qso/index.php:323 msgid "last updated" msgstr "" @@ -1861,10 +1861,10 @@ msgstr "" #: application/controllers/Radio.php:107 #: application/controllers/Stationsetup.php:372 #: application/views/api/help.php:61 application/views/contesting/add.php:62 -#: application/views/interface_assets/footer.php:2374 -#: application/views/interface_assets/footer.php:2392 -#: application/views/interface_assets/footer.php:2413 -#: application/views/interface_assets/footer.php:2431 +#: application/views/interface_assets/footer.php:2376 +#: application/views/interface_assets/footer.php:2394 +#: application/views/interface_assets/footer.php:2415 +#: application/views/interface_assets/footer.php:2433 #: application/views/labels/index.php:48 application/views/labels/index.php:84 #: application/views/logbookadvanced/index.php:568 #: application/views/lotw_views/index.php:114 @@ -1966,6 +1966,13 @@ msgid "" "date" msgstr "" +#: application/controllers/Simplefle.php:90 +#: application/controllers/Simplefle.php:93 +#: application/models/Logbook_model.php:4422 +#: application/views/simplefle/index.php:40 +msgid "Duplicate for" +msgstr "" + #: application/controllers/Staticmap.php:20 #: application/controllers/Staticmap.php:25 #: application/controllers/Staticmap.php:132 @@ -2001,7 +2008,7 @@ msgstr "" #: application/views/dxatlas/index.php:19 #: application/views/labels/index.php:124 #: application/views/logbookadvanced/edit.php:21 -#: application/views/qslprint/index.php:20 application/views/qso/index.php:303 +#: application/views/qslprint/index.php:20 application/views/qso/index.php:307 #: application/views/search/search_result_ajax.php:18 #: application/views/station_profile/create.php:305 #: application/views/station_profile/edit.php:455 @@ -2036,7 +2043,7 @@ msgstr "" #: application/controllers/Stationsetup.php:131 #: application/controllers/Stationsetup.php:152 #: application/controllers/Stationsetup.php:436 -#: application/views/qso/index.php:639 application/views/simplefle/index.php:38 +#: application/views/qso/index.php:643 application/views/simplefle/index.php:38 msgid "Error" msgstr "" @@ -2503,75 +2510,71 @@ msgstr "" msgid "HRDlog: No station profiles with HRDlog Credentials found." msgstr "" -#: application/models/Logbook_model.php:3737 +#: application/models/Logbook_model.php:3744 #, php-format msgid "Wrong station callsign %s while importing QSO with %s for %s: SKIPPED" msgstr "" -#: application/models/Logbook_model.php:3738 +#: application/models/Logbook_model.php:3745 #, php-format msgid "Check %s for hints about errors in ADIF files." msgstr "" -#: application/models/Logbook_model.php:3750 +#: application/models/Logbook_model.php:3757 msgid "QSO on" msgstr "" -#: application/models/Logbook_model.php:3750 +#: application/models/Logbook_model.php:3757 msgid "" "You tried to import a QSO without any given CALL. This QSO wasn't imported. " "It's invalid" msgstr "" -#: application/models/Logbook_model.php:4049 +#: application/models/Logbook_model.php:4056 msgid "the qslrdate is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4060 +#: application/models/Logbook_model.php:4067 msgid "the qslsdate is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4111 +#: application/models/Logbook_model.php:4118 msgid "the clublog_qso_upload_date is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4131 +#: application/models/Logbook_model.php:4138 msgid "the lotw_qslrdate is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4150 +#: application/models/Logbook_model.php:4157 msgid "the lotw_qslsdate is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4421 -msgid "Duplicate for" -msgstr "" - -#: application/models/Logbook_model.php:4482 +#: application/models/Logbook_model.php:4483 msgid "QSO could not be matched" msgstr "" -#: application/models/Logbook_model.php:4488 +#: application/models/Logbook_model.php:4489 msgid "confirmed by LoTW/Clublog/eQSL/Contest" msgstr "" -#: application/models/Logbook_model.php:4493 +#: application/models/Logbook_model.php:4494 msgid "confirmed by award manager" msgstr "" -#: application/models/Logbook_model.php:4496 +#: application/models/Logbook_model.php:4497 msgid "confirmed by cross-check of DCL data" msgstr "" -#: application/models/Logbook_model.php:4499 +#: application/models/Logbook_model.php:4500 msgid "confirmation pending" msgstr "" -#: application/models/Logbook_model.php:4502 +#: application/models/Logbook_model.php:4503 msgid "unconfirmed" msgstr "" -#: application/models/Logbook_model.php:4505 +#: application/models/Logbook_model.php:4506 #: application/views/view_log/qso.php:267 msgid "unknown" msgstr "" @@ -2688,8 +2691,8 @@ msgstr "" #: application/views/gridmap/index.php:41 #: application/views/gridmap/index.php:70 #: application/views/gridmap/index.php:83 -#: application/views/interface_assets/footer.php:1485 -#: application/views/interface_assets/footer.php:1624 +#: application/views/interface_assets/footer.php:1487 +#: application/views/interface_assets/footer.php:1626 #: application/views/kml/index.php:21 application/views/kml/index.php:33 #: application/views/kml/index.php:49 application/views/kml/index.php:67 #: application/views/kml/index.php:79 @@ -2786,7 +2789,7 @@ msgstr "" #: application/views/accumulate/index.php:85 #: application/views/distances/index.php:58 #: application/views/gridmap/index.php:42 -#: application/views/logbookadvanced/edit.php:153 +#: application/views/logbookadvanced/edit.php:161 #: application/views/logbookadvanced/index.php:333 #: application/views/timeline/index.php:79 msgid "None/Empty" @@ -2797,7 +2800,7 @@ msgstr "" #: application/views/dxatlas/index.php:95 #: application/views/gridmap/index.php:44 application/views/kml/index.php:80 #: application/views/logbookadvanced/index.php:251 -#: application/views/qso/edit_ajax.php:190 application/views/qso/index.php:420 +#: application/views/qso/edit_ajax.php:190 application/views/qso/index.php:424 #: application/views/timeline/index.php:80 #: application/views/view_log/qso.php:213 msgctxt "Propagation Mode" @@ -2809,7 +2812,7 @@ msgstr "" #: application/views/dxatlas/index.php:96 #: application/views/gridmap/index.php:45 application/views/kml/index.php:81 #: application/views/logbookadvanced/index.php:252 -#: application/views/qso/edit_ajax.php:191 application/views/qso/index.php:421 +#: application/views/qso/edit_ajax.php:191 application/views/qso/index.php:425 #: application/views/timeline/index.php:81 #: application/views/view_log/qso.php:216 msgctxt "Propagation Mode" @@ -2821,7 +2824,7 @@ msgstr "" #: application/views/dxatlas/index.php:97 #: application/views/gridmap/index.php:46 application/views/kml/index.php:82 #: application/views/logbookadvanced/index.php:253 -#: application/views/qso/edit_ajax.php:192 application/views/qso/index.php:422 +#: application/views/qso/edit_ajax.php:192 application/views/qso/index.php:426 #: application/views/timeline/index.php:82 #: application/views/view_log/qso.php:219 msgctxt "Propagation Mode" @@ -2833,7 +2836,7 @@ msgstr "" #: application/views/dxatlas/index.php:98 #: application/views/gridmap/index.php:47 application/views/kml/index.php:83 #: application/views/logbookadvanced/index.php:254 -#: application/views/qso/edit_ajax.php:193 application/views/qso/index.php:423 +#: application/views/qso/edit_ajax.php:193 application/views/qso/index.php:427 #: application/views/timeline/index.php:83 #: application/views/view_log/qso.php:222 msgctxt "Propagation Mode" @@ -2845,7 +2848,7 @@ msgstr "" #: application/views/dxatlas/index.php:99 #: application/views/gridmap/index.php:48 application/views/kml/index.php:84 #: application/views/logbookadvanced/index.php:255 -#: application/views/qso/edit_ajax.php:194 application/views/qso/index.php:424 +#: application/views/qso/edit_ajax.php:194 application/views/qso/index.php:428 #: application/views/timeline/index.php:84 #: application/views/view_log/qso.php:225 msgctxt "Propagation Mode" @@ -2857,7 +2860,7 @@ msgstr "" #: application/views/dxatlas/index.php:100 #: application/views/gridmap/index.php:49 application/views/kml/index.php:85 #: application/views/logbookadvanced/index.php:256 -#: application/views/qso/edit_ajax.php:195 application/views/qso/index.php:425 +#: application/views/qso/edit_ajax.php:195 application/views/qso/index.php:429 #: application/views/timeline/index.php:85 #: application/views/view_log/qso.php:228 msgctxt "Propagation Mode" @@ -2869,7 +2872,7 @@ msgstr "" #: application/views/dxatlas/index.php:101 #: application/views/gridmap/index.php:50 application/views/kml/index.php:86 #: application/views/logbookadvanced/index.php:257 -#: application/views/qso/edit_ajax.php:196 application/views/qso/index.php:426 +#: application/views/qso/edit_ajax.php:196 application/views/qso/index.php:430 #: application/views/timeline/index.php:86 #: application/views/view_log/qso.php:231 msgctxt "Propagation Mode" @@ -2881,7 +2884,7 @@ msgstr "" #: application/views/dxatlas/index.php:102 #: application/views/gridmap/index.php:51 application/views/kml/index.php:87 #: application/views/logbookadvanced/index.php:258 -#: application/views/qso/edit_ajax.php:197 application/views/qso/index.php:427 +#: application/views/qso/edit_ajax.php:197 application/views/qso/index.php:431 #: application/views/timeline/index.php:87 #: application/views/view_log/qso.php:234 msgctxt "Propagation Mode" @@ -2893,7 +2896,7 @@ msgstr "" #: application/views/dxatlas/index.php:103 #: application/views/gridmap/index.php:52 application/views/kml/index.php:88 #: application/views/logbookadvanced/index.php:259 -#: application/views/qso/edit_ajax.php:198 application/views/qso/index.php:428 +#: application/views/qso/edit_ajax.php:198 application/views/qso/index.php:432 #: application/views/timeline/index.php:88 #: application/views/view_log/qso.php:237 msgctxt "Propagation Mode" @@ -2905,7 +2908,7 @@ msgstr "" #: application/views/dxatlas/index.php:104 #: application/views/gridmap/index.php:53 application/views/kml/index.php:89 #: application/views/logbookadvanced/index.php:260 -#: application/views/qso/edit_ajax.php:199 application/views/qso/index.php:429 +#: application/views/qso/edit_ajax.php:199 application/views/qso/index.php:433 #: application/views/timeline/index.php:89 #: application/views/view_log/qso.php:240 msgctxt "Propagation Mode" @@ -2917,7 +2920,7 @@ msgstr "" #: application/views/dxatlas/index.php:105 #: application/views/gridmap/index.php:54 application/views/kml/index.php:90 #: application/views/logbookadvanced/index.php:261 -#: application/views/qso/edit_ajax.php:200 application/views/qso/index.php:430 +#: application/views/qso/edit_ajax.php:200 application/views/qso/index.php:434 #: application/views/timeline/index.php:90 #: application/views/view_log/qso.php:243 msgctxt "Propagation Mode" @@ -2929,7 +2932,7 @@ msgstr "" #: application/views/dxatlas/index.php:106 #: application/views/gridmap/index.php:55 application/views/kml/index.php:91 #: application/views/logbookadvanced/index.php:262 -#: application/views/qso/edit_ajax.php:201 application/views/qso/index.php:431 +#: application/views/qso/edit_ajax.php:201 application/views/qso/index.php:435 #: application/views/timeline/index.php:91 #: application/views/view_log/qso.php:246 msgctxt "Propagation Mode" @@ -2941,7 +2944,7 @@ msgstr "" #: application/views/dxatlas/index.php:107 #: application/views/gridmap/index.php:56 application/views/kml/index.php:92 #: application/views/logbookadvanced/index.php:263 -#: application/views/qso/edit_ajax.php:202 application/views/qso/index.php:432 +#: application/views/qso/edit_ajax.php:202 application/views/qso/index.php:436 #: application/views/timeline/index.php:92 #: application/views/view_log/qso.php:249 msgctxt "Propagation Mode" @@ -2953,7 +2956,7 @@ msgstr "" #: application/views/dxatlas/index.php:108 #: application/views/gridmap/index.php:57 application/views/kml/index.php:93 #: application/views/logbookadvanced/index.php:264 -#: application/views/qso/edit_ajax.php:203 application/views/qso/index.php:433 +#: application/views/qso/edit_ajax.php:203 application/views/qso/index.php:437 #: application/views/timeline/index.php:93 #: application/views/view_log/qso.php:252 msgctxt "Propagation Mode" @@ -2965,7 +2968,7 @@ msgstr "" #: application/views/dxatlas/index.php:109 #: application/views/gridmap/index.php:58 application/views/kml/index.php:94 #: application/views/logbookadvanced/index.php:265 -#: application/views/qso/edit_ajax.php:204 application/views/qso/index.php:434 +#: application/views/qso/edit_ajax.php:204 application/views/qso/index.php:438 #: application/views/timeline/index.php:94 #: application/views/view_log/qso.php:255 msgctxt "Propagation Mode" @@ -2977,7 +2980,7 @@ msgstr "" #: application/views/dxatlas/index.php:110 #: application/views/gridmap/index.php:59 application/views/kml/index.php:95 #: application/views/logbookadvanced/index.php:266 -#: application/views/qso/edit_ajax.php:205 application/views/qso/index.php:435 +#: application/views/qso/edit_ajax.php:205 application/views/qso/index.php:439 #: application/views/timeline/index.php:95 #: application/views/view_log/qso.php:258 msgctxt "Propagation Mode" @@ -2989,7 +2992,7 @@ msgstr "" #: application/views/dxatlas/index.php:111 #: application/views/gridmap/index.php:60 application/views/kml/index.php:96 #: application/views/logbookadvanced/index.php:267 -#: application/views/qso/edit_ajax.php:206 application/views/qso/index.php:436 +#: application/views/qso/edit_ajax.php:206 application/views/qso/index.php:440 #: application/views/timeline/index.php:96 #: application/views/view_log/qso.php:261 msgctxt "Propagation Mode" @@ -3001,7 +3004,7 @@ msgstr "" #: application/views/dxatlas/index.php:112 #: application/views/gridmap/index.php:61 application/views/kml/index.php:97 #: application/views/logbookadvanced/index.php:268 -#: application/views/qso/edit_ajax.php:207 application/views/qso/index.php:437 +#: application/views/qso/edit_ajax.php:207 application/views/qso/index.php:441 #: application/views/timeline/index.php:97 #: application/views/view_log/qso.php:264 msgctxt "Propagation Mode" @@ -3168,7 +3171,7 @@ msgstr "" #: application/views/awards/wwff/index.php:34 #: application/views/cabrillo/index.php:31 #: application/views/components/hamsat/table.php:27 -#: application/views/contesting/index.php:161 +#: application/views/contesting/index.php:165 #: application/views/csv/index.php:23 application/views/dashboard/index.php:175 #: application/views/distancerecords/index.php:18 #: application/views/dxatlas/index.php:23 application/views/eqsl/import.php:42 @@ -3192,7 +3195,7 @@ msgstr "" #: application/views/search/lotw_unconfirmed.php:36 #: application/views/search/lotw_unconfirmed_result.php:6 #: application/views/search/result.php:11 -#: application/views/simplefle/index.php:150 +#: application/views/simplefle/index.php:151 #: application/views/station_profile/edit.php:63 #: application/views/stationsetup/linkedlocations.php:17 #: application/views/user/edit.php:123 application/views/user/index.php:4 @@ -3257,7 +3260,7 @@ msgstr "" #: application/views/bandmap/list.php:112 #: application/views/components/hamsat/table.php:25 #: application/views/contesting/index.php:98 -#: application/views/contesting/index.php:252 +#: application/views/contesting/index.php:256 #: application/views/dashboard/index.php:170 #: application/views/debug/index.php:570 #: application/views/distancerecords/index.php:16 @@ -3278,7 +3281,7 @@ msgstr "" #: application/views/search/cqzones_result.php:7 #: application/views/search/ituzones_result.php:7 #: application/views/search/search_result_ajax.php:89 -#: application/views/simplefle/index.php:148 +#: application/views/simplefle/index.php:149 #: application/views/statistics/custom.php:38 #: application/views/statistics/custom_result.php:40 #: application/views/statistics/custom_result.php:85 @@ -3301,7 +3304,7 @@ msgstr "" #: application/views/bandmap/list.php:112 #: application/views/components/hamsat/table.php:26 #: application/views/contesting/index.php:103 -#: application/views/contesting/index.php:252 +#: application/views/contesting/index.php:256 #: application/views/dashboard/index.php:173 #: application/views/debug/index.php:571 #: application/views/distancerecords/index.php:17 @@ -3316,7 +3319,7 @@ msgstr "" #: application/views/search/cqzones_result.php:8 #: application/views/search/ituzones_result.php:8 #: application/views/search/search_result_ajax.php:91 -#: application/views/simplefle/index.php:149 +#: application/views/simplefle/index.php:150 #: application/views/statistics/custom_result.php:86 #: application/views/timeline/index.php:289 #: application/views/timeplotter/index.php:5 @@ -3330,7 +3333,7 @@ msgstr "" #: application/views/adif/dcl_success.php:31 #: application/views/awards/vucc/band.php:18 #: application/views/bandmap/list.php:114 -#: application/views/contesting/index.php:253 +#: application/views/contesting/index.php:257 #: application/views/debug/index.php:572 application/views/debug/index.php:607 #: application/views/dxcalendar/index.php:12 #: application/views/eqsl/analysis.php:38 @@ -3407,7 +3410,7 @@ msgid "Add QSOs to Contest" msgstr "" #: application/views/adif/import.php:71 -#: application/views/simplefle/index.php:84 +#: application/views/simplefle/index.php:85 msgid "No Contest" msgstr "" @@ -3463,7 +3466,7 @@ msgstr "" #: application/views/adif/import.php:162 #: application/views/interface_assets/footer.php:32 #: application/views/interface_assets/footer.php:510 -#: application/views/interface_assets/footer.php:2170 +#: application/views/interface_assets/footer.php:2172 msgid "DANGER" msgstr "" @@ -3896,7 +3899,7 @@ msgstr "" #: application/views/logbookadvanced/qslcarousel.php:37 #: application/views/logbookadvanced/useroptions.php:94 #: application/views/lookup/index.php:3 application/views/qso/edit_ajax.php:306 -#: application/views/qso/index.php:396 +#: application/views/qso/index.php:400 #: application/views/search/cqzones_result.php:13 #: application/views/station_profile/create.php:106 #: application/views/station_profile/edit.php:153 @@ -4018,7 +4021,7 @@ msgstr "" #: application/views/awards/cq/index.php:56 #: application/views/awards/itu/index.php:56 #: application/views/awards/wac/index.php:44 -#: application/views/interface_assets/footer.php:2149 +#: application/views/interface_assets/footer.php:2151 #: application/views/qso/edit_ajax.php:405 #: application/views/view_log/qso.php:25 msgid "QSL Card" @@ -4225,10 +4228,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:87 #: application/views/awards/iota/index.php:61 #: application/views/bandmap/index.php:37 application/views/bandmap/list.php:83 -#: application/views/logbookadvanced/edit.php:155 +#: application/views/logbookadvanced/edit.php:163 #: application/views/logbookadvanced/index.php:335 #: application/views/options/dxcluster.php:56 -#: application/views/qso/edit_ajax.php:264 application/views/qso/index.php:387 +#: application/views/qso/edit_ajax.php:264 application/views/qso/index.php:391 #: application/views/view_log/qso.php:323 msgid "Antarctica" msgstr "" @@ -4236,10 +4239,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:91 #: application/views/awards/iota/index.php:65 #: application/views/bandmap/index.php:36 application/views/bandmap/list.php:82 -#: application/views/logbookadvanced/edit.php:154 +#: application/views/logbookadvanced/edit.php:162 #: application/views/logbookadvanced/index.php:334 #: application/views/options/dxcluster.php:55 -#: application/views/qso/edit_ajax.php:263 application/views/qso/index.php:386 +#: application/views/qso/edit_ajax.php:263 application/views/qso/index.php:390 #: application/views/view_log/qso.php:320 msgid "Africa" msgstr "" @@ -4247,10 +4250,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:95 #: application/views/awards/iota/index.php:69 #: application/views/bandmap/index.php:38 application/views/bandmap/list.php:84 -#: application/views/logbookadvanced/edit.php:157 +#: application/views/logbookadvanced/edit.php:165 #: application/views/logbookadvanced/index.php:337 #: application/views/options/dxcluster.php:57 -#: application/views/qso/edit_ajax.php:265 application/views/qso/index.php:388 +#: application/views/qso/edit_ajax.php:265 application/views/qso/index.php:392 #: application/views/view_log/qso.php:326 msgid "Asia" msgstr "" @@ -4258,10 +4261,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:99 #: application/views/awards/iota/index.php:73 #: application/views/bandmap/index.php:39 application/views/bandmap/list.php:85 -#: application/views/logbookadvanced/edit.php:158 +#: application/views/logbookadvanced/edit.php:166 #: application/views/logbookadvanced/index.php:338 #: application/views/options/dxcluster.php:58 -#: application/views/qso/edit_ajax.php:266 application/views/qso/index.php:389 +#: application/views/qso/edit_ajax.php:266 application/views/qso/index.php:393 #: application/views/view_log/qso.php:329 msgid "Europe" msgstr "" @@ -4269,10 +4272,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:103 #: application/views/awards/iota/index.php:77 #: application/views/bandmap/index.php:40 application/views/bandmap/list.php:86 -#: application/views/logbookadvanced/edit.php:156 +#: application/views/logbookadvanced/edit.php:164 #: application/views/logbookadvanced/index.php:336 #: application/views/options/dxcluster.php:59 -#: application/views/qso/edit_ajax.php:267 application/views/qso/index.php:390 +#: application/views/qso/edit_ajax.php:267 application/views/qso/index.php:394 #: application/views/view_log/qso.php:332 msgid "North America" msgstr "" @@ -4280,10 +4283,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:107 #: application/views/awards/iota/index.php:81 #: application/views/bandmap/index.php:42 application/views/bandmap/list.php:88 -#: application/views/logbookadvanced/edit.php:159 +#: application/views/logbookadvanced/edit.php:167 #: application/views/logbookadvanced/index.php:339 #: application/views/options/dxcluster.php:61 -#: application/views/qso/edit_ajax.php:269 application/views/qso/index.php:392 +#: application/views/qso/edit_ajax.php:269 application/views/qso/index.php:396 #: application/views/view_log/qso.php:338 msgid "South America" msgstr "" @@ -4291,10 +4294,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:111 #: application/views/awards/iota/index.php:85 #: application/views/bandmap/index.php:41 application/views/bandmap/list.php:87 -#: application/views/logbookadvanced/edit.php:160 +#: application/views/logbookadvanced/edit.php:168 #: application/views/logbookadvanced/index.php:340 #: application/views/options/dxcluster.php:60 -#: application/views/qso/edit_ajax.php:268 application/views/qso/index.php:391 +#: application/views/qso/edit_ajax.php:268 application/views/qso/index.php:395 #: application/views/view_log/qso.php:335 msgid "Oceania" msgstr "" @@ -4484,13 +4487,13 @@ msgstr "" #: application/views/contesting/add.php:25 #: application/views/contesting/create.php:24 #: application/views/contesting/index.php:59 -#: application/views/contesting/index.php:219 +#: application/views/contesting/index.php:223 #: application/views/dashboard/index.php:18 #: application/views/labels/index.php:41 application/views/labels/index.php:75 #: application/views/logbookadvanced/index.php:613 #: application/views/logbookadvanced/qslcarousel.php:34 #: application/views/logbookadvanced/useroptions.php:54 -#: application/views/qso/edit_ajax.php:170 application/views/qso/index.php:191 +#: application/views/qso/edit_ajax.php:170 application/views/qso/index.php:195 #: application/views/satellite/edit.php:34 #: application/views/satellite/index.php:21 #: application/views/search/result.php:16 @@ -4518,7 +4521,7 @@ msgstr "" #: application/views/logbookadvanced/index.php:646 #: application/views/logbookadvanced/useroptions.php:98 #: application/views/lookup/index.php:7 application/views/qso/edit_ajax.php:314 -#: application/views/qso/index.php:406 +#: application/views/qso/index.php:410 #: application/views/search/ituzones_result.php:13 #: application/views/station_profile/create.php:120 #: application/views/station_profile/edit.php:170 @@ -4627,7 +4630,7 @@ msgid "" msgstr "" #: application/views/awards/pota/index.php:31 -#: application/views/qso/index.php:239 application/views/qso/index.php:498 +#: application/views/qso/index.php:243 application/views/qso/index.php:502 #: application/views/station_profile/create.php:177 #: application/views/station_profile/edit.php:272 #: application/views/user/edit.php:595 application/views/view_log/qso.php:376 @@ -4807,7 +4810,7 @@ msgstr "" #: application/views/logbookadvanced/index.php:330 #: application/views/logbookadvanced/index.php:682 #: application/views/logbookadvanced/useroptions.php:146 -#: application/views/qso/edit_ajax.php:260 application/views/qso/index.php:383 +#: application/views/qso/edit_ajax.php:260 application/views/qso/index.php:387 #: application/views/view_log/qso.php:315 msgid "Continent" msgstr "" @@ -4907,7 +4910,7 @@ msgid "" msgstr "" #: application/views/awards/wwff/index.php:31 -#: application/views/qso/index.php:227 application/views/qso/index.php:485 +#: application/views/qso/index.php:231 application/views/qso/index.php:489 #: application/views/station_profile/create.php:171 #: application/views/station_profile/edit.php:259 #: application/views/user/edit.php:591 application/views/view_log/qso.php:369 @@ -4967,8 +4970,8 @@ msgstr "" #: application/views/bandmap/index.php:27 application/views/bandmap/list.php:65 #: application/views/contesting/index.php:19 #: application/views/contesting/index.php:57 -#: application/views/contesting/index.php:150 -#: application/views/qso/index.php:317 +#: application/views/contesting/index.php:154 +#: application/views/qso/index.php:321 msgid "None" msgstr "" @@ -5052,14 +5055,14 @@ msgid "" msgstr "" #: application/views/bands/index.php:54 application/views/qso/edit_ajax.php:378 -#: application/views/qso/index.php:251 application/views/qso/index.php:510 +#: application/views/qso/index.php:255 application/views/qso/index.php:514 #: application/views/user/edit.php:599 application/views/view_log/qso.php:398 #: application/views/view_log/qso.php:666 msgid "Sig" msgstr "" #: application/views/bands/index.php:56 application/views/qso/edit_ajax.php:346 -#: application/views/qso/index.php:449 +#: application/views/qso/index.php:453 msgid "USA County" msgstr "" @@ -5187,7 +5190,7 @@ msgstr "" #: application/views/cabrillo/index.php:48 #: application/views/logbookadvanced/index.php:553 -#: application/views/qso/index.php:275 +#: application/views/qso/index.php:279 #: application/views/station_profile/edit.php:92 msgid "Location" msgstr "" @@ -5288,8 +5291,9 @@ msgstr "" #: application/views/cabrillo/index.php:196 #: application/views/cabrillo/index.php:204 -#: application/views/logbookadvanced/edit.php:139 -#: application/views/logbookadvanced/edit.php:147 +#: application/views/logbookadvanced/edit.php:141 +#: application/views/logbookadvanced/edit.php:149 +#: application/views/logbookadvanced/edit.php:155 #: application/views/logbookadvanced/index.php:353 #: application/views/logbookadvanced/index.php:364 #: application/views/logbookadvanced/index.php:395 @@ -5307,7 +5311,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:522 #: application/views/qso/edit_ajax.php:535 #: application/views/qso/edit_ajax.php:551 -#: application/views/qso/edit_ajax.php:565 application/views/qso/index.php:587 +#: application/views/qso/edit_ajax.php:565 application/views/qso/index.php:591 #: application/views/search/result.php:74 #: application/views/station_profile/create.php:209 #: application/views/station_profile/create.php:217 @@ -5332,8 +5336,9 @@ msgstr "" #: application/views/cabrillo/index.php:197 #: application/views/cabrillo/index.php:203 -#: application/views/logbookadvanced/edit.php:140 -#: application/views/logbookadvanced/edit.php:148 +#: application/views/logbookadvanced/edit.php:142 +#: application/views/logbookadvanced/edit.php:150 +#: application/views/logbookadvanced/edit.php:156 #: application/views/logbookadvanced/index.php:354 #: application/views/logbookadvanced/index.php:365 #: application/views/logbookadvanced/index.php:396 @@ -5351,7 +5356,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:521 #: application/views/qso/edit_ajax.php:534 #: application/views/qso/edit_ajax.php:550 -#: application/views/qso/edit_ajax.php:564 application/views/qso/index.php:586 +#: application/views/qso/edit_ajax.php:564 application/views/qso/index.php:590 #: application/views/search/result.php:76 #: application/views/station_profile/create.php:210 #: application/views/station_profile/create.php:218 @@ -5418,12 +5423,12 @@ msgid "No upcoming activations found. Please check back later." msgstr "" #: application/views/components/hamsat/table.php:28 -#: application/views/contesting/index.php:224 +#: application/views/contesting/index.php:228 #: application/views/hamsat/index.php:31 #: application/views/logbookadvanced/edit.php:7 #: application/views/logbookadvanced/index.php:670 #: application/views/logbookadvanced/useroptions.php:130 -#: application/views/qso/edit_ajax.php:181 application/views/qso/index.php:292 +#: application/views/qso/edit_ajax.php:181 application/views/qso/index.php:296 #: application/views/view_log/qso.php:202 msgid "Comment" msgstr "" @@ -5461,7 +5466,7 @@ msgstr "" #: application/views/logbookadvanced/index.php:676 #: application/views/logbookadvanced/useroptions.php:138 #: application/views/qso/edit_ajax.php:39 -#: application/views/simplefle/index.php:82 +#: application/views/simplefle/index.php:83 msgid "Contest" msgstr "" @@ -5635,7 +5640,7 @@ msgstr "" #: application/views/contesting/index.php:40 #: application/views/operator/index.php:5 -#: application/views/qso/edit_ajax.php:596 application/views/qso/index.php:355 +#: application/views/qso/edit_ajax.php:596 application/views/qso/index.php:359 msgid "Operator Callsign" msgstr "" @@ -5709,54 +5714,54 @@ msgctxt "Keep the translation short!" msgid "Serial" msgstr "" -#: application/views/contesting/index.php:177 -#: application/views/contesting/index.php:260 +#: application/views/contesting/index.php:181 +#: application/views/contesting/index.php:264 #: application/views/qso/edit_ajax.php:620 msgid "Serial (S)" msgstr "" -#: application/views/contesting/index.php:182 +#: application/views/contesting/index.php:186 msgid "Gridsquare (S)" msgstr "" -#: application/views/contesting/index.php:187 -#: application/views/contesting/index.php:258 +#: application/views/contesting/index.php:191 +#: application/views/contesting/index.php:262 msgid "Exch (S)" msgstr "" -#: application/views/contesting/index.php:201 -#: application/views/contesting/index.php:261 +#: application/views/contesting/index.php:205 +#: application/views/contesting/index.php:265 #: application/views/qso/edit_ajax.php:615 msgid "Serial (R)" msgstr "" -#: application/views/contesting/index.php:206 +#: application/views/contesting/index.php:210 msgid "Gridsquare (R)" msgstr "" -#: application/views/contesting/index.php:211 -#: application/views/contesting/index.php:259 +#: application/views/contesting/index.php:215 +#: application/views/contesting/index.php:263 msgid "Exch (R)" msgstr "" -#: application/views/contesting/index.php:229 +#: application/views/contesting/index.php:233 msgid "Reset QSO" msgstr "" -#: application/views/contesting/index.php:230 -#: application/views/qso/index.php:638 +#: application/views/contesting/index.php:234 +#: application/views/qso/index.php:642 msgid "Save QSO" msgstr "" -#: application/views/contesting/index.php:239 +#: application/views/contesting/index.php:243 msgid "Callsign Suggestions" msgstr "" -#: application/views/contesting/index.php:246 +#: application/views/contesting/index.php:250 msgid "Contest Logbook" msgstr "" -#: application/views/contesting/index.php:263 +#: application/views/contesting/index.php:267 #: application/views/qso/edit_ajax.php:163 msgid "VUCC Gridsquare" msgstr "" @@ -5920,7 +5925,7 @@ msgstr "" #: application/views/csv/index.php:92 application/views/dxatlas/index.php:92 #: application/views/eqsl/download.php:42 #: application/views/eqslcard/index.php:33 application/views/kml/index.php:77 -#: application/views/qso/edit_ajax.php:187 application/views/qso/index.php:417 +#: application/views/qso/edit_ajax.php:187 application/views/qso/index.php:421 msgid "Propagation Mode" msgstr "" @@ -6031,7 +6036,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:420 #: application/views/qso/edit_ajax.php:481 #: application/views/qso/edit_ajax.php:518 -#: application/views/qso/edit_ajax.php:547 application/views/qso/index.php:583 +#: application/views/qso/edit_ajax.php:547 application/views/qso/index.php:587 #: application/views/search/search_result_ajax.php:180 #: application/views/search/search_result_ajax.php:260 #: application/views/search/search_result_ajax.php:298 @@ -6084,7 +6089,7 @@ msgid "Received" msgstr "" #: application/views/dashboard/index.php:301 -#: application/views/logbookadvanced/edit.php:141 +#: application/views/logbookadvanced/edit.php:143 #: application/views/logbookadvanced/index.php:355 #: application/views/logbookadvanced/index.php:366 #: application/views/logbookadvanced/index.php:397 @@ -6103,7 +6108,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:523 #: application/views/qso/edit_ajax.php:536 #: application/views/qso/edit_ajax.php:552 -#: application/views/qso/edit_ajax.php:566 application/views/qso/index.php:588 +#: application/views/qso/edit_ajax.php:566 application/views/qso/index.php:592 #: application/views/search/search_result_ajax.php:186 #: application/views/search/search_result_ajax.php:228 #: application/views/view_log/partial/log_ajax.php:148 @@ -6611,7 +6616,7 @@ msgstr "" #: application/views/distances/index.php:7 #: application/views/interface_assets/footer.php:30 -#: application/views/simplefle/index.php:70 +#: application/views/simplefle/index.php:71 msgid "QSO Data" msgstr "" @@ -6935,10 +6940,10 @@ msgid "QSL Date" msgstr "" #: application/views/eqslcard/index.php:60 -#: application/views/interface_assets/footer.php:2375 -#: application/views/interface_assets/footer.php:2393 -#: application/views/interface_assets/footer.php:2414 -#: application/views/interface_assets/footer.php:2432 +#: application/views/interface_assets/footer.php:2377 +#: application/views/interface_assets/footer.php:2395 +#: application/views/interface_assets/footer.php:2416 +#: application/views/interface_assets/footer.php:2434 #: application/views/qslcard/index.php:66 #: application/views/view_log/qso.php:703 msgid "View" @@ -7075,7 +7080,7 @@ msgid "Not worked" msgstr "" #: application/views/interface_assets/footer.php:47 -#: application/views/qso/index.php:632 +#: application/views/qso/index.php:636 #: application/views/visitor/layout/footer.php:246 msgid "Clear" msgstr "" @@ -7196,62 +7201,62 @@ msgstr "" msgid "Grids: " msgstr "" -#: application/views/interface_assets/footer.php:1203 +#: application/views/interface_assets/footer.php:1204 #, php-format msgid "You're not logged in. Please %slogin%s" msgstr "" -#: application/views/interface_assets/footer.php:1412 -#: application/views/interface_assets/footer.php:1416 -#: application/views/interface_assets/footer.php:1419 -#: application/views/interface_assets/footer.php:1556 -#: application/views/interface_assets/footer.php:1560 -#: application/views/interface_assets/footer.php:1563 +#: application/views/interface_assets/footer.php:1414 +#: application/views/interface_assets/footer.php:1418 +#: application/views/interface_assets/footer.php:1421 +#: application/views/interface_assets/footer.php:1558 +#: application/views/interface_assets/footer.php:1562 +#: application/views/interface_assets/footer.php:1565 msgid "grid square" msgstr "" -#: application/views/interface_assets/footer.php:1419 -#: application/views/interface_assets/footer.php:1563 +#: application/views/interface_assets/footer.php:1421 +#: application/views/interface_assets/footer.php:1565 msgid "Total count" msgstr "" -#: application/views/interface_assets/footer.php:2151 +#: application/views/interface_assets/footer.php:2153 msgid "QSL Card for " msgstr "" -#: application/views/interface_assets/footer.php:2171 +#: application/views/interface_assets/footer.php:2173 msgid "Warning! Are you sure you want to delete this QSL card?" msgstr "" -#: application/views/interface_assets/footer.php:2211 +#: application/views/interface_assets/footer.php:2213 #: application/views/view_log/qso.php:42 msgid "eQSL Card" msgstr "" -#: application/views/interface_assets/footer.php:2213 +#: application/views/interface_assets/footer.php:2215 msgid "eQSL Card for " msgstr "" -#: application/views/interface_assets/footer.php:2386 -#: application/views/interface_assets/footer.php:2425 +#: application/views/interface_assets/footer.php:2388 +#: application/views/interface_assets/footer.php:2427 #: application/views/view_log/qso.php:693 msgid "QSL image file" msgstr "" -#: application/views/interface_assets/footer.php:2405 +#: application/views/interface_assets/footer.php:2407 msgid "Front QSL Card:" msgstr "" -#: application/views/interface_assets/footer.php:2443 +#: application/views/interface_assets/footer.php:2445 msgid "Back QSL Card:" msgstr "" -#: application/views/interface_assets/footer.php:2454 -#: application/views/interface_assets/footer.php:2479 +#: application/views/interface_assets/footer.php:2456 +#: application/views/interface_assets/footer.php:2481 msgid "Add additional QSOs to a QSL Card" msgstr "" -#: application/views/interface_assets/footer.php:2490 +#: application/views/interface_assets/footer.php:2492 msgid "Something went wrong. Please try again!" msgstr "" @@ -7777,27 +7782,36 @@ msgid "QRZ Received" msgstr "" #: application/views/logbookadvanced/edit.php:30 +msgid "eQSL Sent" +msgstr "" + +#: application/views/logbookadvanced/edit.php:31 +msgid "eQSL Received" +msgstr "" + +#: application/views/logbookadvanced/edit.php:32 #: application/views/logbookadvanced/index.php:691 #: application/views/logbookadvanced/useroptions.php:158 msgid "Station power" msgstr "" -#: application/views/logbookadvanced/edit.php:80 +#: application/views/logbookadvanced/edit.php:82 msgid "SAT Mode" msgstr "" -#: application/views/logbookadvanced/edit.php:94 +#: application/views/logbookadvanced/edit.php:96 msgid "Band RX" msgstr "" -#: application/views/logbookadvanced/edit.php:142 -#: application/views/logbookadvanced/edit.php:149 +#: application/views/logbookadvanced/edit.php:144 +#: application/views/logbookadvanced/edit.php:151 +#: application/views/logbookadvanced/edit.php:157 #: application/views/logbookadvanced/index.php:341 #: application/views/logbookadvanced/index.php:566 msgid "Invalid" msgstr "" -#: application/views/logbookadvanced/edit.php:143 +#: application/views/logbookadvanced/edit.php:145 #: application/views/logbookadvanced/index.php:368 #: application/views/logbookadvanced/index.php:410 #: application/views/logbookadvanced/index.php:432 @@ -7870,7 +7884,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:426 #: application/views/qso/edit_ajax.php:487 #: application/views/qso/edit_ajax.php:524 -#: application/views/qso/edit_ajax.php:553 application/views/qso/index.php:589 +#: application/views/qso/edit_ajax.php:553 application/views/qso/index.php:593 #: application/views/search/search_result_ajax.php:183 #: application/views/search/search_result_ajax.php:225 #: application/views/view_log/partial/log_ajax.php:145 @@ -7901,7 +7915,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:525 #: application/views/qso/edit_ajax.php:537 #: application/views/qso/edit_ajax.php:554 -#: application/views/qso/edit_ajax.php:567 application/views/qso/index.php:590 +#: application/views/qso/edit_ajax.php:567 application/views/qso/index.php:594 #: application/views/search/search_result_ajax.php:189 #: application/views/search/search_result_ajax.php:231 #: application/views/search/search_result_ajax.php:305 @@ -7936,7 +7950,7 @@ msgstr "" #: application/views/qslprint/qsolist.php:121 #: application/views/qslprint/qsolist.php:212 #: application/views/qso/edit_ajax.php:438 -#: application/views/qso/edit_ajax.php:471 application/views/qso/index.php:601 +#: application/views/qso/edit_ajax.php:471 application/views/qso/index.php:605 #: application/views/search/search_result_ajax.php:199 #: application/views/search/search_result_ajax.php:241 #: application/views/view_log/partial/log_ajax.php:164 @@ -7954,7 +7968,7 @@ msgstr "" #: application/views/qslprint/qsolist.php:124 #: application/views/qslprint/qsolist.php:213 #: application/views/qso/edit_ajax.php:437 -#: application/views/qso/edit_ajax.php:470 application/views/qso/index.php:600 +#: application/views/qso/edit_ajax.php:470 application/views/qso/index.php:604 #: application/views/search/search_result_ajax.php:202 #: application/views/search/search_result_ajax.php:244 #: application/views/view_log/partial/log_ajax.php:167 @@ -7972,7 +7986,7 @@ msgstr "" #: application/views/qslprint/qsolist.php:130 #: application/views/qslprint/qsolist.php:214 #: application/views/qso/edit_ajax.php:439 -#: application/views/qso/edit_ajax.php:472 application/views/qso/index.php:602 +#: application/views/qso/edit_ajax.php:472 application/views/qso/index.php:606 #: application/views/search/search_result_ajax.php:208 #: application/views/search/search_result_ajax.php:250 #: application/views/view_log/partial/log_ajax.php:173 @@ -7986,7 +8000,7 @@ msgstr "" #: application/views/oqrs/qsolist.php:117 #: application/views/qslprint/qsolist.php:127 #: application/views/qso/edit_ajax.php:440 -#: application/views/qso/edit_ajax.php:473 application/views/qso/index.php:603 +#: application/views/qso/edit_ajax.php:473 application/views/qso/index.php:607 #: application/views/search/search_result_ajax.php:247 #: application/views/view_log/partial/log_ajax.php:208 msgid "Manager" @@ -8970,7 +8984,7 @@ msgstr "" #: application/views/qslprint/qslprint.php:28 #: application/views/qslprint/qsolist.php:15 #: application/views/qslprint/qsolist.php:85 -#: application/views/qso/index.php:609 +#: application/views/qso/index.php:613 #: application/views/search/search_result_ajax.php:205 #: application/views/view_log/partial/log_ajax.php:170 #: src/QSLManager/QSO.php:346 @@ -9076,7 +9090,7 @@ msgid "Time of request" msgstr "" #: application/views/oqrs/showrequests.php:81 -#: application/views/simplefle/index.php:76 +#: application/views/simplefle/index.php:77 msgid "QSO Date" msgstr "" @@ -9210,7 +9224,7 @@ msgid "Remove" msgstr "" #: application/views/qslprint/qslprint.php:34 -#: application/views/simplefle/index.php:141 +#: application/views/simplefle/index.php:142 msgid "QSO List" msgstr "" @@ -9298,11 +9312,11 @@ msgstr "" msgid "RX Band" msgstr "" -#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:351 +#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:355 msgid "Give power value in Watts. Include only numbers in the input." msgstr "" -#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:349 +#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:353 #: application/views/reg1test/index.php:114 #: application/views/view_log/qso.php:631 msgid "Transmit Power (W)" @@ -9332,7 +9346,7 @@ msgstr "" msgid "Long Path" msgstr "" -#: application/views/qso/edit_ajax.php:273 application/views/qso/index.php:531 +#: application/views/qso/edit_ajax.php:273 application/views/qso/index.php:535 #: application/views/view_log/qso.php:448 msgid "eMail" msgstr "" @@ -9345,32 +9359,32 @@ msgstr "" msgid "Sat Mode" msgstr "" -#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:558 +#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:562 msgid "Antenna Azimuth (°)" msgstr "" -#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:560 +#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:564 msgid "Antenna azimuth in decimal degrees." msgstr "" -#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:564 +#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:568 msgid "Antenna Elevation (°)" msgstr "" -#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:566 +#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:570 msgid "Antenna elevation in decimal degrees." msgstr "" -#: application/views/qso/edit_ajax.php:382 application/views/qso/index.php:258 -#: application/views/qso/index.php:516 application/views/user/edit.php:599 +#: application/views/qso/edit_ajax.php:382 application/views/qso/index.php:262 +#: application/views/qso/index.php:520 application/views/user/edit.php:599 #: application/views/view_log/qso.php:414 #: application/views/view_log/qso.php:671 msgid "Sig Info" msgstr "" #: application/views/qso/edit_ajax.php:397 -#: application/views/qso/edit_ajax.php:510 application/views/qso/index.php:575 -#: application/views/qso/index.php:619 +#: application/views/qso/edit_ajax.php:510 application/views/qso/index.php:579 +#: application/views/qso/index.php:623 msgid "Note: Gets exported to third-party services." msgstr "" @@ -9379,8 +9393,8 @@ msgid "Sent Method" msgstr "" #: application/views/qso/edit_ajax.php:436 -#: application/views/qso/edit_ajax.php:469 application/views/qso/index.php:596 -#: application/views/qso/index.php:599 +#: application/views/qso/edit_ajax.php:469 application/views/qso/index.php:600 +#: application/views/qso/index.php:603 msgid "Method" msgstr "" @@ -9399,11 +9413,11 @@ msgstr "" msgid "Received Method" msgstr "" -#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:616 +#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:620 msgid "Get the default message for eQSL, for this station." msgstr "" -#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:616 +#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:620 msgid "QSL MSG" msgstr "" @@ -9440,7 +9454,7 @@ msgstr "" msgid "TimeOff is less than TimeOn" msgstr "" -#: application/views/qso/index.php:5 application/views/qso/index.php:727 +#: application/views/qso/index.php:5 application/views/qso/index.php:731 msgid "Previous Contacts" msgstr "" @@ -9493,7 +9507,7 @@ msgstr "" msgid "Search DXCluster for latest Spot" msgstr "" -#: application/views/qso/index.php:199 application/views/qso/index.php:455 +#: application/views/qso/index.php:203 application/views/qso/index.php:459 #: application/views/station_profile/create.php:149 #: application/views/station_profile/edit.php:218 #: application/views/user/edit.php:583 application/views/view_log/qso.php:355 @@ -9501,7 +9515,7 @@ msgstr "" msgid "IOTA Reference" msgstr "" -#: application/views/qso/index.php:215 application/views/qso/index.php:472 +#: application/views/qso/index.php:219 application/views/qso/index.php:476 #: application/views/station_profile/create.php:165 #: application/views/station_profile/edit.php:246 #: application/views/user/edit.php:587 application/views/view_log/qso.php:362 @@ -9509,91 +9523,91 @@ msgstr "" msgid "SOTA Reference" msgstr "" -#: application/views/qso/index.php:325 application/views/view_log/qso.php:100 +#: application/views/qso/index.php:329 application/views/view_log/qso.php:100 msgid "Frequency (RX)" msgstr "" -#: application/views/qso/index.php:330 +#: application/views/qso/index.php:334 msgid "Band (RX)" msgstr "" -#: application/views/qso/index.php:474 +#: application/views/qso/index.php:478 msgid "For example: GM/NS-001." msgstr "" -#: application/views/qso/index.php:487 +#: application/views/qso/index.php:491 msgid "For example: DLFF-0069." msgstr "" -#: application/views/qso/index.php:500 +#: application/views/qso/index.php:504 msgid "For example: PA-0150. Multiple values allowed." msgstr "" -#: application/views/qso/index.php:512 +#: application/views/qso/index.php:516 msgid "For example: GMA" msgstr "" -#: application/views/qso/index.php:518 +#: application/views/qso/index.php:522 msgid "For example: DA/NW-357" msgstr "" -#: application/views/qso/index.php:526 +#: application/views/qso/index.php:530 msgid "For example: Q03" msgstr "" -#: application/views/qso/index.php:533 +#: application/views/qso/index.php:537 msgid "eMail-Adress of QSO-Partner" msgstr "" -#: application/views/qso/index.php:542 application/views/view_log/qso.php:276 +#: application/views/qso/index.php:546 application/views/view_log/qso.php:276 msgid "Satellite Name" msgstr "" -#: application/views/qso/index.php:550 application/views/view_log/qso.php:283 +#: application/views/qso/index.php:554 application/views/view_log/qso.php:283 msgid "Satellite Mode" msgstr "" -#: application/views/qso/index.php:635 +#: application/views/qso/index.php:639 msgid "Reset to Default" msgstr "" -#: application/views/qso/index.php:676 +#: application/views/qso/index.php:680 msgid "Winkey" msgstr "" -#: application/views/qso/index.php:678 +#: application/views/qso/index.php:682 msgid "Connect" msgstr "" -#: application/views/qso/index.php:687 +#: application/views/qso/index.php:691 msgid "Stop" msgstr "" -#: application/views/qso/index.php:688 +#: application/views/qso/index.php:692 msgid "Tune" msgstr "" -#: application/views/qso/index.php:689 +#: application/views/qso/index.php:693 msgid "Stop Tune" msgstr "" -#: application/views/qso/index.php:695 +#: application/views/qso/index.php:699 msgid "CW Speed" msgstr "" -#: application/views/qso/index.php:700 +#: application/views/qso/index.php:704 msgid "Send" msgstr "" -#: application/views/qso/index.php:710 +#: application/views/qso/index.php:714 msgid "Suggestions" msgstr "" -#: application/views/qso/index.php:717 +#: application/views/qso/index.php:721 msgid "Profile Picture" msgstr "" -#: application/views/qso/index.php:741 +#: application/views/qso/index.php:745 msgid "Max. 5 previous contacts are shown" msgstr "" @@ -10162,7 +10176,7 @@ msgid "" msgstr "" #: application/views/simplefle/index.php:17 -#: application/views/simplefle/index.php:178 +#: application/views/simplefle/index.php:179 msgid "Syntax Help" msgstr "" @@ -10237,63 +10251,63 @@ msgstr "" msgid "An error occurred while saving the QSO to the logbook! Error: " msgstr "" -#: application/views/simplefle/index.php:42 +#: application/views/simplefle/index.php:43 msgid "What is that?" msgstr "" -#: application/views/simplefle/index.php:45 +#: application/views/simplefle/index.php:46 msgid "Current UTC Time" msgstr "" -#: application/views/simplefle/index.php:78 +#: application/views/simplefle/index.php:79 msgid "If you don't choose a date, today's date will be used." msgstr "" -#: application/views/simplefle/index.php:90 +#: application/views/simplefle/index.php:91 msgid "You can add the entered QSOs to a contest." msgstr "" -#: application/views/simplefle/index.php:97 +#: application/views/simplefle/index.php:98 msgid "Station Call/Location" msgstr "" -#: application/views/simplefle/index.php:109 +#: application/views/simplefle/index.php:110 #, php-format msgid "" "If you did operate from a new location, first create a new %sStation " "Location%s" msgstr "" -#: application/views/simplefle/index.php:114 +#: application/views/simplefle/index.php:115 msgid "e.g. OK2CQR" msgstr "" -#: application/views/simplefle/index.php:117 +#: application/views/simplefle/index.php:118 msgid "This is callsign of the operator. Without any pre- or suffixes." msgstr "" -#: application/views/simplefle/index.php:127 +#: application/views/simplefle/index.php:128 msgid "Enter the Data" msgstr "" -#: application/views/simplefle/index.php:156 +#: application/views/simplefle/index.php:157 msgid "Refs" msgstr "" -#: application/views/simplefle/index.php:168 +#: application/views/simplefle/index.php:169 #, php-format msgid "The Refs can be either %sS%sOTA, %sI%sOTA, %sP%sOTA, or %sW%sWFF" msgstr "" -#: application/views/simplefle/index.php:175 +#: application/views/simplefle/index.php:176 msgid "Reload QSO List" msgstr "" -#: application/views/simplefle/index.php:176 +#: application/views/simplefle/index.php:177 msgid "Save in Wavelog" msgstr "" -#: application/views/simplefle/index.php:177 +#: application/views/simplefle/index.php:178 msgid "Clear Logging Session" msgstr "" diff --git a/application/locale/nl_NL/LC_MESSAGES/messages.po b/application/locale/nl_NL/LC_MESSAGES/messages.po index d6d1907f1..6e2fa8a15 100644 --- a/application/locale/nl_NL/LC_MESSAGES/messages.po +++ b/application/locale/nl_NL/LC_MESSAGES/messages.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-11-15 15:56+0000\n" +"POT-Creation-Date: 2024-11-18 17:48+0000\n" "PO-Revision-Date: 2024-08-17 10:47+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Dutch , 2024. # Maciej SP2FE , 2024. # Bartek , 2024. +# Stanisław Korzeń , 2024. msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-11-15 15:56+0000\n" -"PO-Revision-Date: 2024-11-09 12:03+0000\n" -"Last-Translator: Bartek \n" +"POT-Creation-Date: 2024-11-18 17:48+0000\n" +"PO-Revision-Date: 2024-11-17 16:50+0000\n" +"Last-Translator: Stanisław Korzeń \n" "Language-Team: Polish \n" "Language: pl_PL\n" @@ -199,16 +200,16 @@ msgstr "Błąd importu ADIF!" msgid "Station Profile not valid for User" msgstr "Profil stacji nie jest poprawny dla użytkownika" -#: application/controllers/Adif.php:269 +#: application/controllers/Adif.php:263 #: application/views/adif/import_success.php:12 msgid "ADIF Imported" msgstr "Zaimportowano ADIF" -#: application/controllers/Adif.php:280 +#: application/controllers/Adif.php:274 msgid "DCL Import" msgstr "Import DCL" -#: application/controllers/Adif.php:338 +#: application/controllers/Adif.php:332 msgid "DCL Data Imported" msgstr "Zaimportowano dane DCL" @@ -272,8 +273,8 @@ msgstr "Nagrody - %s" #: application/views/interface_assets/header.php:198 #: application/views/logbookadvanced/index.php:658 #: application/views/logbookadvanced/useroptions.php:114 -#: application/views/qso/edit_ajax.php:387 application/views/qso/index.php:267 -#: application/views/qso/index.php:524 application/views/user/edit.php:603 +#: application/views/qso/edit_ajax.php:387 application/views/qso/index.php:271 +#: application/views/qso/index.php:528 application/views/user/edit.php:603 #: application/views/view_log/qso.php:433 msgid "DOK" msgstr "DOK" @@ -291,7 +292,7 @@ msgstr "DOK" #: application/views/logbookadvanced/useroptions.php:86 #: application/views/lookup/index.php:4 #: application/views/lotw_views/index.php:36 -#: application/views/qso/edit_ajax.php:232 application/views/qso/index.php:364 +#: application/views/qso/edit_ajax.php:232 application/views/qso/index.php:368 #: application/views/search/cqzones_result.php:15 #: application/views/search/ituzones_result.php:15 #: application/views/search/result.php:27 @@ -1100,7 +1101,7 @@ msgstr "Clublog" #: application/views/awards/was/index.php:87 #: application/views/components/hamsat/table.php:30 #: application/views/contesting/index.php:113 -#: application/views/contesting/index.php:255 +#: application/views/contesting/index.php:259 #: application/views/continents/index.php:39 application/views/csv/index.php:42 #: application/views/dashboard/index.php:4 #: application/views/debug/index.php:573 @@ -1137,7 +1138,7 @@ msgstr "Clublog" #: application/views/search/ituzones_result.php:10 #: application/views/search/lotw_unconfirmed_result.php:8 #: application/views/search/search_result_ajax.php:4 -#: application/views/simplefle/index.php:152 +#: application/views/simplefle/index.php:153 #: application/views/statistics/custom.php:60 #: application/views/statistics/custom_result.php:62 #: application/views/statistics/custom_result.php:88 @@ -1157,8 +1158,8 @@ msgstr "Emisja" #: application/controllers/Logbook.php:1357 #: application/views/awards/pota/index.php:36 #: application/views/awards/wwff/index.php:36 -#: application/views/contesting/index.php:170 -#: application/views/contesting/index.php:256 +#: application/views/contesting/index.php:174 +#: application/views/contesting/index.php:260 #: application/views/logbookadvanced/index.php:601 #: application/views/logbookadvanced/useroptions.php:38 #: application/views/qslcard/searchresult.php:13 @@ -1169,9 +1170,9 @@ msgstr "Emisja" #: application/views/qslprint/qslprint.php:26 #: application/views/qslprint/qsolist.php:11 #: application/views/qso/components/previous_contacts.php:78 -#: application/views/qso/edit_ajax.php:141 application/views/qso/index.php:180 +#: application/views/qso/edit_ajax.php:141 application/views/qso/index.php:184 #: application/views/search/search_result_ajax.php:5 -#: application/views/simplefle/index.php:153 +#: application/views/simplefle/index.php:154 #: application/views/user/edit.php:230 application/views/user/edit.php:252 #: application/views/user/edit.php:274 application/views/user/edit.php:296 #: application/views/user/edit.php:319 @@ -1184,8 +1185,8 @@ msgstr "RST (S)" #: application/controllers/Logbook.php:1358 #: application/views/awards/pota/index.php:37 #: application/views/awards/wwff/index.php:37 -#: application/views/contesting/index.php:194 -#: application/views/contesting/index.php:257 +#: application/views/contesting/index.php:198 +#: application/views/contesting/index.php:261 #: application/views/logbookadvanced/index.php:604 #: application/views/logbookadvanced/useroptions.php:42 #: application/views/qslcard/searchresult.php:14 @@ -1196,9 +1197,9 @@ msgstr "RST (S)" #: application/views/qslprint/qslprint.php:27 #: application/views/qslprint/qsolist.php:12 #: application/views/qso/components/previous_contacts.php:79 -#: application/views/qso/edit_ajax.php:146 application/views/qso/index.php:185 +#: application/views/qso/edit_ajax.php:146 application/views/qso/index.php:189 #: application/views/search/search_result_ajax.php:6 -#: application/views/simplefle/index.php:154 +#: application/views/simplefle/index.php:155 #: application/views/user/edit.php:231 application/views/user/edit.php:253 #: application/views/user/edit.php:275 application/views/user/edit.php:297 #: application/views/user/edit.php:320 @@ -1266,7 +1267,7 @@ msgstr "IOTA" #: application/views/contesting/index.php:61 #: application/views/dashboard/index.php:12 #: application/views/logbookadvanced/edit.php:23 -#: application/views/logbookadvanced/edit.php:71 +#: application/views/logbookadvanced/edit.php:73 #: application/views/logbookadvanced/index.php:199 #: application/views/logbookadvanced/index.php:640 #: application/views/logbookadvanced/qslcarousel.php:36 @@ -1292,7 +1293,7 @@ msgstr "Stan" #: application/views/awards/gridmaster/index.php:40 #: application/views/awards/vucc/band.php:12 #: application/views/contesting/index.php:21 -#: application/views/contesting/index.php:262 +#: application/views/contesting/index.php:266 #: application/views/dashboard/index.php:13 #: application/views/gridmap/index.php:152 #: application/views/labels/index.php:125 @@ -1309,13 +1310,13 @@ msgstr "Stan" #: application/views/qslcard/searchresult.php:67 #: application/views/qslcard/searchresult.php:83 #: application/views/qso/components/previous_contacts.php:86 -#: application/views/qso/edit_ajax.php:155 application/views/qso/index.php:282 +#: application/views/qso/edit_ajax.php:155 application/views/qso/index.php:286 #: application/views/satellite/pass.php:28 #: application/views/search/cqzones_result.php:12 #: application/views/search/ituzones_result.php:12 #: application/views/search/result.php:49 #: application/views/search/search_result_ajax.php:13 -#: application/views/simplefle/index.php:155 +#: application/views/simplefle/index.php:156 #: application/views/stationsetup/stationsetup.php:125 #: application/views/timeline/index.php:290 application/views/user/edit.php:130 #: application/views/user/edit.php:238 application/views/user/edit.php:260 @@ -1379,7 +1380,7 @@ msgstr "Odległość" #: application/views/bands/create.php:24 application/views/bands/edit.php:6 #: application/views/bands/index.php:45 #: application/views/contesting/index.php:126 -#: application/views/contesting/index.php:254 +#: application/views/contesting/index.php:258 #: application/views/continents/index.php:30 application/views/csv/index.php:31 #: application/views/dashboard/index.php:15 #: application/views/debug/index.php:574 application/views/dxatlas/index.php:31 @@ -1412,7 +1413,7 @@ msgstr "Odległość" #: application/views/search/ituzones_result.php:11 #: application/views/search/lotw_unconfirmed_result.php:9 #: application/views/search/search_result_ajax.php:15 -#: application/views/simplefle/index.php:151 +#: application/views/simplefle/index.php:152 #: application/views/stationsetup/exportmapoptions.php:31 #: application/views/statistics/custom.php:53 #: application/views/statistics/custom_result.php:55 @@ -1462,7 +1463,7 @@ msgstr "Częstotliwość" #: application/views/qslcard/searchresult.php:87 #: application/views/qso/components/previous_contacts.php:90 #: application/views/search/search_result_ajax.php:17 -#: application/views/simplefle/index.php:114 +#: application/views/simplefle/index.php:115 #: application/views/user/edit.php:240 application/views/user/edit.php:262 #: application/views/user/edit.php:284 application/views/user/edit.php:306 #: application/views/user/edit.php:329 @@ -1484,7 +1485,7 @@ msgstr "Operator" #: application/views/lookup/index.php:44 #: application/views/lotw_views/index.php:52 #: application/views/qso/components/previous_contacts.php:59 -#: application/views/qso/edit_ajax.php:250 application/views/qso/index.php:373 +#: application/views/qso/edit_ajax.php:250 application/views/qso/index.php:377 #: application/views/station_profile/create.php:73 #: application/views/station_profile/edit.php:105 #: application/views/stationsetup/linkedlocations.php:17 @@ -1583,7 +1584,7 @@ msgstr "Edytuj emisję" #: application/views/notes/view.php:6 application/views/notes/view.php:9 #: application/views/qso/edit_ajax.php:36 #: application/views/qso/edit_ajax.php:395 application/views/qso/index.php:41 -#: application/views/qso/index.php:573 application/views/view_log/qso.php:14 +#: application/views/qso/index.php:577 application/views/view_log/qso.php:14 #: application/views/view_log/qso.php:679 msgid "Notes" msgstr "Notatki" @@ -1831,8 +1832,8 @@ msgstr "Interfejsy sprzętowe" #: application/controllers/Radio.php:47 application/views/bandmap/index.php:25 #: application/views/bandmap/list.php:63 -#: application/views/contesting/index.php:148 -#: application/views/qso/index.php:315 +#: application/views/contesting/index.php:152 +#: application/views/qso/index.php:319 msgid "Radio" msgstr "Radio" @@ -1844,7 +1845,7 @@ msgstr "Znacznik czasu" #: application/views/logbookadvanced/index.php:576 #: application/views/lotw_views/index.php:43 #: application/views/simplefle/index.php:20 -#: application/views/simplefle/index.php:179 +#: application/views/simplefle/index.php:180 #: application/views/stationsetup/exportmapoptions.php:5 #: application/views/statistics/custom.php:31 #: application/views/statistics/custom_result.php:33 @@ -1852,13 +1853,13 @@ msgid "Options" msgstr "Opcje" #: application/controllers/Radio.php:53 application/views/debug/index.php:308 -#: application/views/qso/index.php:680 +#: application/views/qso/index.php:684 msgid "Settings" -msgstr "" +msgstr "Ustawienia" #: application/controllers/Radio.php:91 -#: application/views/contesting/index.php:152 -#: application/views/qso/index.php:319 +#: application/views/contesting/index.php:156 +#: application/views/qso/index.php:323 msgid "last updated" msgstr "ostatnia aktualizacja" @@ -1890,10 +1891,10 @@ msgstr "Edytuj" #: application/controllers/Radio.php:107 #: application/controllers/Stationsetup.php:372 #: application/views/api/help.php:61 application/views/contesting/add.php:62 -#: application/views/interface_assets/footer.php:2374 -#: application/views/interface_assets/footer.php:2392 -#: application/views/interface_assets/footer.php:2413 -#: application/views/interface_assets/footer.php:2431 +#: application/views/interface_assets/footer.php:2376 +#: application/views/interface_assets/footer.php:2394 +#: application/views/interface_assets/footer.php:2415 +#: application/views/interface_assets/footer.php:2433 #: application/views/labels/index.php:48 application/views/labels/index.php:84 #: application/views/logbookadvanced/index.php:568 #: application/views/lotw_views/index.php:114 @@ -1917,7 +1918,7 @@ msgstr "Nie znaleziono radiostacji z interfejsem CAT." #: application/controllers/Radio.php:128 application/views/radio/index.php:2 msgid "Edit CAT Settings" -msgstr "" +msgstr "Edytuj ustawienia CAT" #: application/controllers/Reg1test.php:25 msgid "Export EDI" @@ -1997,6 +1998,13 @@ msgstr "" "Łączność niepotwierdzona przez LoTW, ale ten znak wywoławczy przesłał dane " "do LoTW po dacie QSO" +#: application/controllers/Simplefle.php:90 +#: application/controllers/Simplefle.php:93 +#: application/models/Logbook_model.php:4422 +#: application/views/simplefle/index.php:40 +msgid "Duplicate for" +msgstr "Duplikat dla" + #: application/controllers/Staticmap.php:20 #: application/controllers/Staticmap.php:25 #: application/controllers/Staticmap.php:132 @@ -2032,7 +2040,7 @@ msgstr "Edytuj lokalizację stacji: " #: application/views/dxatlas/index.php:19 #: application/views/labels/index.php:124 #: application/views/logbookadvanced/edit.php:21 -#: application/views/qslprint/index.php:20 application/views/qso/index.php:303 +#: application/views/qslprint/index.php:20 application/views/qso/index.php:307 #: application/views/search/search_result_ajax.php:18 #: application/views/station_profile/create.php:305 #: application/views/station_profile/edit.php:455 @@ -2067,7 +2075,7 @@ msgstr "Niedozwolone" #: application/controllers/Stationsetup.php:131 #: application/controllers/Stationsetup.php:152 #: application/controllers/Stationsetup.php:436 -#: application/views/qso/index.php:639 application/views/simplefle/index.php:38 +#: application/views/qso/index.php:643 application/views/simplefle/index.php:38 msgid "Error" msgstr "Błąd" @@ -2551,23 +2559,23 @@ msgstr "HRDlog: Nie znaleziono łączności do przesłania dla stacji o znaku: " msgid "HRDlog: No station profiles with HRDlog Credentials found." msgstr "HRDlog: Nie znaleziono profili stacji z danymi logowania HRDlog." -#: application/models/Logbook_model.php:3737 +#: application/models/Logbook_model.php:3744 #, php-format msgid "Wrong station callsign %s while importing QSO with %s for %s: SKIPPED" msgstr "" "Nieprawidłowy znak wywoławczy stacji %s podczas importowania QSO z %s dla " "%s: POMINIĘTO" -#: application/models/Logbook_model.php:3738 +#: application/models/Logbook_model.php:3745 #, php-format msgid "Check %s for hints about errors in ADIF files." msgstr "Sprawdź %s w celu znalezienia pomocy z błędami w plikach ADIF." -#: application/models/Logbook_model.php:3750 +#: application/models/Logbook_model.php:3757 msgid "QSO on" msgstr "QSO włączone" -#: application/models/Logbook_model.php:3750 +#: application/models/Logbook_model.php:3757 msgid "" "You tried to import a QSO without any given CALL. This QSO wasn't imported. " "It's invalid" @@ -2575,55 +2583,51 @@ msgstr "" "Spróbowałeś zaimportować QSO bez podanego znaku wywoławczego. To QSO nie " "zostało zaimportowane, jest nieprawidłowe" -#: application/models/Logbook_model.php:4049 +#: application/models/Logbook_model.php:4056 msgid "the qslrdate is invalid (YYYYMMDD)" msgstr "qslrdate jest nieprawidłowa (RRRRMMDD)" -#: application/models/Logbook_model.php:4060 +#: application/models/Logbook_model.php:4067 msgid "the qslsdate is invalid (YYYYMMDD)" msgstr "qslsdate jest nieprawidłowa (RRRRMMDD)" -#: application/models/Logbook_model.php:4111 +#: application/models/Logbook_model.php:4118 msgid "the clublog_qso_upload_date is invalid (YYYYMMDD)" msgstr "clublog_qso_upload_date jest nieprawidłowy (RRRRMMDD)" -#: application/models/Logbook_model.php:4131 +#: application/models/Logbook_model.php:4138 msgid "the lotw_qslrdate is invalid (YYYYMMDD)" msgstr "lotw_qslrdate jest nieprawidłowy (RRRRMMDD)" -#: application/models/Logbook_model.php:4150 +#: application/models/Logbook_model.php:4157 msgid "the lotw_qslsdate is invalid (YYYYMMDD)" msgstr "lotw_qslsdate jest nieprawidłowy (RRRRMMDD)" -#: application/models/Logbook_model.php:4421 -msgid "Duplicate for" -msgstr "Duplikat dla" - -#: application/models/Logbook_model.php:4482 +#: application/models/Logbook_model.php:4483 msgid "QSO could not be matched" msgstr "QSO nie mogło zostać dopasowane" -#: application/models/Logbook_model.php:4488 +#: application/models/Logbook_model.php:4489 msgid "confirmed by LoTW/Clublog/eQSL/Contest" msgstr "potwierdzone przez LoTW/Clublog/eQSL/zawody" -#: application/models/Logbook_model.php:4493 +#: application/models/Logbook_model.php:4494 msgid "confirmed by award manager" msgstr "potwierdzone przez kierownika ds. nagród" -#: application/models/Logbook_model.php:4496 +#: application/models/Logbook_model.php:4497 msgid "confirmed by cross-check of DCL data" msgstr "potwierdzone przez weryfikację danych DCL" -#: application/models/Logbook_model.php:4499 +#: application/models/Logbook_model.php:4500 msgid "confirmation pending" msgstr "oczekiwanie na potwierdzenie" -#: application/models/Logbook_model.php:4502 +#: application/models/Logbook_model.php:4503 msgid "unconfirmed" msgstr "niepotwierdzone" -#: application/models/Logbook_model.php:4505 +#: application/models/Logbook_model.php:4506 #: application/views/view_log/qso.php:267 msgid "unknown" msgstr "nieznany" @@ -2740,8 +2744,8 @@ msgstr "Różnica" #: application/views/gridmap/index.php:41 #: application/views/gridmap/index.php:70 #: application/views/gridmap/index.php:83 -#: application/views/interface_assets/footer.php:1485 -#: application/views/interface_assets/footer.php:1624 +#: application/views/interface_assets/footer.php:1487 +#: application/views/interface_assets/footer.php:1626 #: application/views/kml/index.php:21 application/views/kml/index.php:33 #: application/views/kml/index.php:49 application/views/kml/index.php:67 #: application/views/kml/index.php:79 @@ -2838,7 +2842,7 @@ msgstr "Wszystkie oprócz SAT" #: application/views/accumulate/index.php:85 #: application/views/distances/index.php:58 #: application/views/gridmap/index.php:42 -#: application/views/logbookadvanced/edit.php:153 +#: application/views/logbookadvanced/edit.php:161 #: application/views/logbookadvanced/index.php:333 #: application/views/timeline/index.php:79 msgid "None/Empty" @@ -2849,7 +2853,7 @@ msgstr "Brak/Puste" #: application/views/dxatlas/index.php:95 #: application/views/gridmap/index.php:44 application/views/kml/index.php:80 #: application/views/logbookadvanced/index.php:251 -#: application/views/qso/edit_ajax.php:190 application/views/qso/index.php:420 +#: application/views/qso/edit_ajax.php:190 application/views/qso/index.php:424 #: application/views/timeline/index.php:80 #: application/views/view_log/qso.php:213 msgctxt "Propagation Mode" @@ -2861,7 +2865,7 @@ msgstr "Aircraft Scatter" #: application/views/dxatlas/index.php:96 #: application/views/gridmap/index.php:45 application/views/kml/index.php:81 #: application/views/logbookadvanced/index.php:252 -#: application/views/qso/edit_ajax.php:191 application/views/qso/index.php:421 +#: application/views/qso/edit_ajax.php:191 application/views/qso/index.php:425 #: application/views/timeline/index.php:81 #: application/views/view_log/qso.php:216 msgctxt "Propagation Mode" @@ -2873,7 +2877,7 @@ msgstr "Zorza polarna" #: application/views/dxatlas/index.php:97 #: application/views/gridmap/index.php:46 application/views/kml/index.php:82 #: application/views/logbookadvanced/index.php:253 -#: application/views/qso/edit_ajax.php:192 application/views/qso/index.php:422 +#: application/views/qso/edit_ajax.php:192 application/views/qso/index.php:426 #: application/views/timeline/index.php:82 #: application/views/view_log/qso.php:219 msgctxt "Propagation Mode" @@ -2885,7 +2889,7 @@ msgstr "Zorza polarna-E" #: application/views/dxatlas/index.php:98 #: application/views/gridmap/index.php:47 application/views/kml/index.php:83 #: application/views/logbookadvanced/index.php:254 -#: application/views/qso/edit_ajax.php:193 application/views/qso/index.php:423 +#: application/views/qso/edit_ajax.php:193 application/views/qso/index.php:427 #: application/views/timeline/index.php:83 #: application/views/view_log/qso.php:222 msgctxt "Propagation Mode" @@ -2897,7 +2901,7 @@ msgstr "Rozproszenie wsteczne" #: application/views/dxatlas/index.php:99 #: application/views/gridmap/index.php:48 application/views/kml/index.php:84 #: application/views/logbookadvanced/index.php:255 -#: application/views/qso/edit_ajax.php:194 application/views/qso/index.php:424 +#: application/views/qso/edit_ajax.php:194 application/views/qso/index.php:428 #: application/views/timeline/index.php:84 #: application/views/view_log/qso.php:225 msgctxt "Propagation Mode" @@ -2909,7 +2913,7 @@ msgstr "EchoLink" #: application/views/dxatlas/index.php:100 #: application/views/gridmap/index.php:49 application/views/kml/index.php:85 #: application/views/logbookadvanced/index.php:256 -#: application/views/qso/edit_ajax.php:195 application/views/qso/index.php:425 +#: application/views/qso/edit_ajax.php:195 application/views/qso/index.php:429 #: application/views/timeline/index.php:85 #: application/views/view_log/qso.php:228 msgctxt "Propagation Mode" @@ -2921,7 +2925,7 @@ msgstr "Ziemia-Księżyc-Ziemia" #: application/views/dxatlas/index.php:101 #: application/views/gridmap/index.php:50 application/views/kml/index.php:86 #: application/views/logbookadvanced/index.php:257 -#: application/views/qso/edit_ajax.php:196 application/views/qso/index.php:426 +#: application/views/qso/edit_ajax.php:196 application/views/qso/index.php:430 #: application/views/timeline/index.php:86 #: application/views/view_log/qso.php:231 msgctxt "Propagation Mode" @@ -2933,7 +2937,7 @@ msgstr "Sporadyczne E" #: application/views/dxatlas/index.php:102 #: application/views/gridmap/index.php:51 application/views/kml/index.php:87 #: application/views/logbookadvanced/index.php:258 -#: application/views/qso/edit_ajax.php:197 application/views/qso/index.php:427 +#: application/views/qso/edit_ajax.php:197 application/views/qso/index.php:431 #: application/views/timeline/index.php:87 #: application/views/view_log/qso.php:234 msgctxt "Propagation Mode" @@ -2945,7 +2949,7 @@ msgstr "Field Aligned Irregularities" #: application/views/dxatlas/index.php:103 #: application/views/gridmap/index.php:52 application/views/kml/index.php:88 #: application/views/logbookadvanced/index.php:259 -#: application/views/qso/edit_ajax.php:198 application/views/qso/index.php:428 +#: application/views/qso/edit_ajax.php:198 application/views/qso/index.php:432 #: application/views/timeline/index.php:88 #: application/views/view_log/qso.php:237 msgctxt "Propagation Mode" @@ -2957,7 +2961,7 @@ msgstr "Odbicie F2" #: application/views/dxatlas/index.php:104 #: application/views/gridmap/index.php:53 application/views/kml/index.php:89 #: application/views/logbookadvanced/index.php:260 -#: application/views/qso/edit_ajax.php:199 application/views/qso/index.php:429 +#: application/views/qso/edit_ajax.php:199 application/views/qso/index.php:433 #: application/views/timeline/index.php:89 #: application/views/view_log/qso.php:240 msgctxt "Propagation Mode" @@ -2969,7 +2973,7 @@ msgstr "Wspomagany internetowo" #: application/views/dxatlas/index.php:105 #: application/views/gridmap/index.php:54 application/views/kml/index.php:90 #: application/views/logbookadvanced/index.php:261 -#: application/views/qso/edit_ajax.php:200 application/views/qso/index.php:430 +#: application/views/qso/edit_ajax.php:200 application/views/qso/index.php:434 #: application/views/timeline/index.php:90 #: application/views/view_log/qso.php:243 msgctxt "Propagation Mode" @@ -2981,7 +2985,7 @@ msgstr "Ionoscatter" #: application/views/dxatlas/index.php:106 #: application/views/gridmap/index.php:55 application/views/kml/index.php:91 #: application/views/logbookadvanced/index.php:262 -#: application/views/qso/edit_ajax.php:201 application/views/qso/index.php:431 +#: application/views/qso/edit_ajax.php:201 application/views/qso/index.php:435 #: application/views/timeline/index.php:91 #: application/views/view_log/qso.php:246 msgctxt "Propagation Mode" @@ -2993,7 +2997,7 @@ msgstr "IRLP" #: application/views/dxatlas/index.php:107 #: application/views/gridmap/index.php:56 application/views/kml/index.php:92 #: application/views/logbookadvanced/index.php:263 -#: application/views/qso/edit_ajax.php:202 application/views/qso/index.php:432 +#: application/views/qso/edit_ajax.php:202 application/views/qso/index.php:436 #: application/views/timeline/index.php:92 #: application/views/view_log/qso.php:249 msgctxt "Propagation Mode" @@ -3005,7 +3009,7 @@ msgstr "Meteor scatter" #: application/views/dxatlas/index.php:108 #: application/views/gridmap/index.php:57 application/views/kml/index.php:93 #: application/views/logbookadvanced/index.php:264 -#: application/views/qso/edit_ajax.php:203 application/views/qso/index.php:433 +#: application/views/qso/edit_ajax.php:203 application/views/qso/index.php:437 #: application/views/timeline/index.php:93 #: application/views/view_log/qso.php:252 msgctxt "Propagation Mode" @@ -3017,7 +3021,7 @@ msgstr "Naziemny lub atmosferyczny przekaźnik lub transponder" #: application/views/dxatlas/index.php:109 #: application/views/gridmap/index.php:58 application/views/kml/index.php:94 #: application/views/logbookadvanced/index.php:265 -#: application/views/qso/edit_ajax.php:204 application/views/qso/index.php:434 +#: application/views/qso/edit_ajax.php:204 application/views/qso/index.php:438 #: application/views/timeline/index.php:94 #: application/views/view_log/qso.php:255 msgctxt "Propagation Mode" @@ -3029,7 +3033,7 @@ msgstr "Deszczowe rozpraszanie" #: application/views/dxatlas/index.php:110 #: application/views/gridmap/index.php:59 application/views/kml/index.php:95 #: application/views/logbookadvanced/index.php:266 -#: application/views/qso/edit_ajax.php:205 application/views/qso/index.php:435 +#: application/views/qso/edit_ajax.php:205 application/views/qso/index.php:439 #: application/views/timeline/index.php:95 #: application/views/view_log/qso.php:258 msgctxt "Propagation Mode" @@ -3041,7 +3045,7 @@ msgstr "Satelita" #: application/views/dxatlas/index.php:111 #: application/views/gridmap/index.php:60 application/views/kml/index.php:96 #: application/views/logbookadvanced/index.php:267 -#: application/views/qso/edit_ajax.php:206 application/views/qso/index.php:436 +#: application/views/qso/edit_ajax.php:206 application/views/qso/index.php:440 #: application/views/timeline/index.php:96 #: application/views/view_log/qso.php:261 msgctxt "Propagation Mode" @@ -3053,7 +3057,7 @@ msgstr "Transrównikowy" #: application/views/dxatlas/index.php:112 #: application/views/gridmap/index.php:61 application/views/kml/index.php:97 #: application/views/logbookadvanced/index.php:268 -#: application/views/qso/edit_ajax.php:207 application/views/qso/index.php:437 +#: application/views/qso/edit_ajax.php:207 application/views/qso/index.php:441 #: application/views/timeline/index.php:97 #: application/views/view_log/qso.php:264 msgctxt "Propagation Mode" @@ -3220,7 +3224,7 @@ msgstr "Nie znaleziono!" #: application/views/awards/wwff/index.php:34 #: application/views/cabrillo/index.php:31 #: application/views/components/hamsat/table.php:27 -#: application/views/contesting/index.php:161 +#: application/views/contesting/index.php:165 #: application/views/csv/index.php:23 application/views/dashboard/index.php:175 #: application/views/distancerecords/index.php:18 #: application/views/dxatlas/index.php:23 application/views/eqsl/import.php:42 @@ -3244,7 +3248,7 @@ msgstr "Nie znaleziono!" #: application/views/search/lotw_unconfirmed.php:36 #: application/views/search/lotw_unconfirmed_result.php:6 #: application/views/search/result.php:11 -#: application/views/simplefle/index.php:150 +#: application/views/simplefle/index.php:151 #: application/views/station_profile/edit.php:63 #: application/views/stationsetup/linkedlocations.php:17 #: application/views/user/edit.php:123 application/views/user/index.php:4 @@ -3309,7 +3313,7 @@ msgstr "W logu masz inne dane dla DOK w porównaniu do DCL" #: application/views/bandmap/list.php:112 #: application/views/components/hamsat/table.php:25 #: application/views/contesting/index.php:98 -#: application/views/contesting/index.php:252 +#: application/views/contesting/index.php:256 #: application/views/dashboard/index.php:170 #: application/views/debug/index.php:570 #: application/views/distancerecords/index.php:16 @@ -3330,7 +3334,7 @@ msgstr "W logu masz inne dane dla DOK w porównaniu do DCL" #: application/views/search/cqzones_result.php:7 #: application/views/search/ituzones_result.php:7 #: application/views/search/search_result_ajax.php:89 -#: application/views/simplefle/index.php:148 +#: application/views/simplefle/index.php:149 #: application/views/statistics/custom.php:38 #: application/views/statistics/custom_result.php:40 #: application/views/statistics/custom_result.php:85 @@ -3353,7 +3357,7 @@ msgstr "Data" #: application/views/bandmap/list.php:112 #: application/views/components/hamsat/table.php:26 #: application/views/contesting/index.php:103 -#: application/views/contesting/index.php:252 +#: application/views/contesting/index.php:256 #: application/views/dashboard/index.php:173 #: application/views/debug/index.php:571 #: application/views/distancerecords/index.php:17 @@ -3368,7 +3372,7 @@ msgstr "Data" #: application/views/search/cqzones_result.php:8 #: application/views/search/ituzones_result.php:8 #: application/views/search/search_result_ajax.php:91 -#: application/views/simplefle/index.php:149 +#: application/views/simplefle/index.php:150 #: application/views/statistics/custom_result.php:86 #: application/views/timeline/index.php:289 #: application/views/timeplotter/index.php:5 @@ -3382,7 +3386,7 @@ msgstr "Godzina" #: application/views/adif/dcl_success.php:31 #: application/views/awards/vucc/band.php:18 #: application/views/bandmap/list.php:114 -#: application/views/contesting/index.php:253 +#: application/views/contesting/index.php:257 #: application/views/debug/index.php:572 application/views/debug/index.php:607 #: application/views/dxcalendar/index.php:12 #: application/views/eqsl/analysis.php:38 @@ -3459,7 +3463,7 @@ msgid "Add QSOs to Contest" msgstr "Dodaj QSO do zawodów" #: application/views/adif/import.php:71 -#: application/views/simplefle/index.php:84 +#: application/views/simplefle/index.php:85 msgid "No Contest" msgstr "Bez konkursu" @@ -3519,7 +3523,7 @@ msgstr "" #: application/views/adif/import.php:162 #: application/views/interface_assets/footer.php:32 #: application/views/interface_assets/footer.php:510 -#: application/views/interface_assets/footer.php:2170 +#: application/views/interface_assets/footer.php:2172 msgid "DANGER" msgstr "NIEBEZPIECZEŃSTWO" @@ -3654,7 +3658,7 @@ msgstr "" #: application/views/adif/import_failed.php:15 msgid "The ADIF file could not be parsed correctly." -msgstr "" +msgstr "Nie było można poprawnie przeanalizować pliku ADIF." #: application/views/adif/import_failed.php:16 msgid "" @@ -3665,7 +3669,7 @@ msgstr "" #: application/views/adif/import_success.php:15 msgid "Yay, its imported!" -msgstr "" +msgstr "Hura, zaimportowane!" #: application/views/adif/import_success.php:16 msgid "The ADIF File has been imported." @@ -3698,7 +3702,7 @@ msgstr "" #: application/views/adif/mark_lotw.php:15 msgid "Yay, its done!" -msgstr "" +msgstr "Hura, wszystko gotowe!" #: application/views/adif/mark_lotw.php:16 msgid "The QSOs are marked as exported to LoTW." @@ -3751,7 +3755,7 @@ msgstr "" #: application/views/api/help.php:19 msgid "API URL" -msgstr "" +msgstr "API URL" #: application/views/api/help.php:19 application/views/api/help.php:38 #: application/views/cron/index.php:22 application/views/debug/index.php:46 @@ -3760,7 +3764,7 @@ msgstr "Kopiuj do schowka" #: application/views/api/help.php:19 msgid "The API URL for this Wavelog instance is" -msgstr "" +msgstr "API URL dla tej instancji Wavelog to" #: application/views/api/help.php:20 application/views/dxcalendar/index.php:15 #: application/views/eqsl/export.php:33 application/views/radio/index.php:26 @@ -3782,13 +3786,13 @@ msgstr "" #: application/views/api/help.php:27 msgid "API Key" -msgstr "" +msgstr "Klucz API" #: application/views/api/help.php:28 application/views/cron/edit.php:30 #: application/views/cron/index.php:53 #: application/views/search/stored_queries.php:8 msgid "Description" -msgstr "" +msgstr "Opis" #: application/views/api/help.php:29 msgid "Last Used" @@ -3812,7 +3816,7 @@ msgstr "Status" #: application/views/logbookadvanced/index.php:545 #: application/views/qrz/export.php:44 application/views/webadif/export.php:45 msgid "Actions" -msgstr "" +msgstr "Akcje" #: application/views/api/help.php:45 msgid "Read & Write" @@ -3824,23 +3828,23 @@ msgstr "Tylko odczyt" #: application/views/api/help.php:49 msgid "Unknown" -msgstr "" +msgstr "Nieznane" #: application/views/api/help.php:59 msgid "Test" -msgstr "" +msgstr "Test" #: application/views/api/help.php:71 msgid "You have no API Keys." -msgstr "" +msgstr "Nie masz kluczy API." #: application/views/api/help.php:75 msgid "Create a read & write key" -msgstr "" +msgstr "Utwórz klucz odczytu i zapisu" #: application/views/api/help.php:76 msgid "Create a read-only key" -msgstr "" +msgstr "Utwórz klucz tylko-do-odczytu" #: application/views/awards/counties/details.php:4 #: application/views/awards/details.php:1 @@ -3848,7 +3852,7 @@ msgstr "" #: application/views/distancerecords/details.php:1 #: application/views/timeline/details.php:2 msgid "Filtering on" -msgstr "" +msgstr "Włączone filtrowanie" #: application/views/awards/counties/details.php:13 msgid "County" @@ -3893,11 +3897,11 @@ msgstr "Hrabstwo" #: application/views/awards/wwff/index.php:6 #: application/views/awards/wwff/index.php:13 msgid "Award Info" -msgstr "" +msgstr "Informacje o nagrodzie" #: application/views/awards/counties/index.php:7 msgid "US County Award" -msgstr "" +msgstr "Nagroda Hrabstwa USA" #: application/views/awards/counties/index.php:8 #, php-format @@ -3920,7 +3924,7 @@ msgstr "" #: application/views/awards/counties/index.php:21 msgid "Counties Worked" -msgstr "" +msgstr "Zaliczone hrabstwa" #: application/views/awards/counties/index.php:22 msgid "Counties Confirmed" @@ -3964,7 +3968,7 @@ msgstr "Razem" #: application/views/logbookadvanced/qslcarousel.php:37 #: application/views/logbookadvanced/useroptions.php:94 #: application/views/lookup/index.php:3 application/views/qso/edit_ajax.php:306 -#: application/views/qso/index.php:396 +#: application/views/qso/index.php:400 #: application/views/search/cqzones_result.php:13 #: application/views/station_profile/create.php:106 #: application/views/station_profile/edit.php:153 @@ -3980,7 +3984,7 @@ msgstr "" #: application/views/awards/cq/index.php:20 msgid "CQ Magazine WAZ Award" -msgstr "" +msgstr "Nagroda WAZ magazynu CQ" #: application/views/awards/cq/index.php:21 msgid "" @@ -3999,7 +4003,7 @@ msgstr "" #, php-format msgctxt "uses 'CQ Magazine'" msgid "You can find all the information and rules on the Website of the %s." -msgstr "" +msgstr "Możesz znaleźć wszystkie informacje i zasady na stronie %s." #: application/views/awards/cq/index.php:25 msgid "Awards - CQ Magazine WAZ" @@ -4027,7 +4031,7 @@ msgstr "Potwierdzone" #: application/views/search/result.php:35 #: application/views/visitor/index.php:266 msgid "Worked" -msgstr "Pracowane" +msgstr "Zaliczone" #: application/views/awards/cq/index.php:38 #: application/views/awards/dok/index.php:41 @@ -4041,7 +4045,7 @@ msgstr "Pracowane" #: application/views/awards/waja/index.php:37 #: application/views/awards/was/index.php:37 msgid "Show worked" -msgstr "" +msgstr "Pokaż zaliczone" #: application/views/awards/cq/index.php:42 #: application/views/awards/dok/index.php:45 @@ -4055,7 +4059,7 @@ msgstr "" #: application/views/awards/waja/index.php:41 #: application/views/awards/was/index.php:41 msgid "Show confirmed" -msgstr "" +msgstr "Pokaż potwierdzone" #: application/views/awards/cq/index.php:46 #: application/views/awards/dxcc/index.php:51 @@ -4068,7 +4072,7 @@ msgstr "" #: application/views/awards/waja/index.php:45 #: application/views/awards/was/index.php:45 msgid "Show not worked" -msgstr "" +msgstr "Pokaż nie zaliczone" #: application/views/awards/cq/index.php:52 #: application/views/awards/dok/index.php:51 @@ -4086,7 +4090,7 @@ msgstr "" #: application/views/awards/cq/index.php:56 #: application/views/awards/itu/index.php:56 #: application/views/awards/wac/index.php:44 -#: application/views/interface_assets/footer.php:2149 +#: application/views/interface_assets/footer.php:2151 #: application/views/qso/edit_ajax.php:405 #: application/views/view_log/qso.php:25 msgid "QSL Card" @@ -4124,7 +4128,7 @@ msgstr "Wyświetl mapę stref CQ" #: application/views/awards/waja/index.php:128 #: application/views/awards/was/index.php:124 msgid "Table" -msgstr "" +msgstr "Tabela" #: application/views/awards/cq/index.php:127 #: application/views/awards/dok/index.php:128 @@ -4154,7 +4158,7 @@ msgstr "Mapa" #: application/views/awards/waja/index.php:170 #: application/views/awards/was/index.php:170 msgid "Summary" -msgstr "" +msgstr "Podsumowanie" #: application/views/awards/cq/index.php:180 #: application/views/awards/dok/index.php:178 @@ -4168,7 +4172,7 @@ msgstr "" #: application/views/awards/waja/index.php:184 #: application/views/awards/was/index.php:183 msgid "Total worked" -msgstr "" +msgstr "Suma zaliczonych" #: application/views/awards/cq/index.php:187 #: application/views/awards/dok/index.php:185 @@ -4208,7 +4212,7 @@ msgstr "" #: application/views/awards/dok/index.php:10 msgid "DARC website" -msgstr "" +msgstr "Strona DARC" #: application/views/awards/dok/index.php:10 #, php-format @@ -4235,7 +4239,7 @@ msgstr "" #: application/views/awards/waja/index.php:33 #: application/views/awards/was/index.php:33 msgid "Worked / Confirmed" -msgstr "" +msgstr "Zaliczone / Potwierdzone" #: application/views/awards/dok/index.php:80 #: application/views/awards/dxcc/index.php:120 @@ -4251,7 +4255,7 @@ msgstr "Wszystkie pasma" #: application/views/awards/dxcc/index.php:14 msgid "DXCC Award" -msgstr "" +msgstr "Nagroda DXCC" #: application/views/awards/dxcc/index.php:15 msgid "'How to Count Countries Worked, A New DX Scoring System'" @@ -4268,7 +4272,7 @@ msgstr "" #: application/views/awards/dxcc/index.php:16 #: application/views/awards/wac/index.php:11 msgid "ARRL website" -msgstr "" +msgstr "Strona ARRL" #: application/views/awards/dxcc/index.php:16 #: application/views/awards/wac/index.php:11 @@ -4293,10 +4297,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:87 #: application/views/awards/iota/index.php:61 #: application/views/bandmap/index.php:37 application/views/bandmap/list.php:83 -#: application/views/logbookadvanced/edit.php:155 +#: application/views/logbookadvanced/edit.php:163 #: application/views/logbookadvanced/index.php:335 #: application/views/options/dxcluster.php:56 -#: application/views/qso/edit_ajax.php:264 application/views/qso/index.php:387 +#: application/views/qso/edit_ajax.php:264 application/views/qso/index.php:391 #: application/views/view_log/qso.php:323 msgid "Antarctica" msgstr "Antarktyda" @@ -4304,10 +4308,10 @@ msgstr "Antarktyda" #: application/views/awards/dxcc/index.php:91 #: application/views/awards/iota/index.php:65 #: application/views/bandmap/index.php:36 application/views/bandmap/list.php:82 -#: application/views/logbookadvanced/edit.php:154 +#: application/views/logbookadvanced/edit.php:162 #: application/views/logbookadvanced/index.php:334 #: application/views/options/dxcluster.php:55 -#: application/views/qso/edit_ajax.php:263 application/views/qso/index.php:386 +#: application/views/qso/edit_ajax.php:263 application/views/qso/index.php:390 #: application/views/view_log/qso.php:320 msgid "Africa" msgstr "Afryka" @@ -4315,10 +4319,10 @@ msgstr "Afryka" #: application/views/awards/dxcc/index.php:95 #: application/views/awards/iota/index.php:69 #: application/views/bandmap/index.php:38 application/views/bandmap/list.php:84 -#: application/views/logbookadvanced/edit.php:157 +#: application/views/logbookadvanced/edit.php:165 #: application/views/logbookadvanced/index.php:337 #: application/views/options/dxcluster.php:57 -#: application/views/qso/edit_ajax.php:265 application/views/qso/index.php:388 +#: application/views/qso/edit_ajax.php:265 application/views/qso/index.php:392 #: application/views/view_log/qso.php:326 msgid "Asia" msgstr "Azja" @@ -4326,10 +4330,10 @@ msgstr "Azja" #: application/views/awards/dxcc/index.php:99 #: application/views/awards/iota/index.php:73 #: application/views/bandmap/index.php:39 application/views/bandmap/list.php:85 -#: application/views/logbookadvanced/edit.php:158 +#: application/views/logbookadvanced/edit.php:166 #: application/views/logbookadvanced/index.php:338 #: application/views/options/dxcluster.php:58 -#: application/views/qso/edit_ajax.php:266 application/views/qso/index.php:389 +#: application/views/qso/edit_ajax.php:266 application/views/qso/index.php:393 #: application/views/view_log/qso.php:329 msgid "Europe" msgstr "Europa" @@ -4337,10 +4341,10 @@ msgstr "Europa" #: application/views/awards/dxcc/index.php:103 #: application/views/awards/iota/index.php:77 #: application/views/bandmap/index.php:40 application/views/bandmap/list.php:86 -#: application/views/logbookadvanced/edit.php:156 +#: application/views/logbookadvanced/edit.php:164 #: application/views/logbookadvanced/index.php:336 #: application/views/options/dxcluster.php:59 -#: application/views/qso/edit_ajax.php:267 application/views/qso/index.php:390 +#: application/views/qso/edit_ajax.php:267 application/views/qso/index.php:394 #: application/views/view_log/qso.php:332 msgid "North America" msgstr "Ameryka Północna" @@ -4348,10 +4352,10 @@ msgstr "Ameryka Północna" #: application/views/awards/dxcc/index.php:107 #: application/views/awards/iota/index.php:81 #: application/views/bandmap/index.php:42 application/views/bandmap/list.php:88 -#: application/views/logbookadvanced/edit.php:159 +#: application/views/logbookadvanced/edit.php:167 #: application/views/logbookadvanced/index.php:339 #: application/views/options/dxcluster.php:61 -#: application/views/qso/edit_ajax.php:269 application/views/qso/index.php:392 +#: application/views/qso/edit_ajax.php:269 application/views/qso/index.php:396 #: application/views/view_log/qso.php:338 msgid "South America" msgstr "Ameryka Południowa" @@ -4359,10 +4363,10 @@ msgstr "Ameryka Południowa" #: application/views/awards/dxcc/index.php:111 #: application/views/awards/iota/index.php:85 #: application/views/bandmap/index.php:41 application/views/bandmap/list.php:87 -#: application/views/logbookadvanced/edit.php:160 +#: application/views/logbookadvanced/edit.php:168 #: application/views/logbookadvanced/index.php:340 #: application/views/options/dxcluster.php:60 -#: application/views/qso/edit_ajax.php:268 application/views/qso/index.php:391 +#: application/views/qso/edit_ajax.php:268 application/views/qso/index.php:395 #: application/views/view_log/qso.php:335 msgid "Oceania" msgstr "Oceania" @@ -4373,14 +4377,14 @@ msgstr "Wyświetl mapę DXCC" #: application/views/awards/dxcc/index.php:225 msgid "DXCC Name" -msgstr "" +msgstr "Nazwa DXCC" #: application/views/awards/dxcc/index.php:226 #: application/views/awards/iota/index.php:170 #: application/views/timeline/index.php:150 #: application/views/timeline/index.php:237 msgid "Prefix" -msgstr "" +msgstr "Prefiks" #: application/views/awards/ffma/index.php:8 #: application/views/interface_assets/header.php:240 @@ -4466,7 +4470,7 @@ msgstr "Kanton" #: application/views/awards/helvetia/index.php:4 msgid "Hover over a canton" -msgstr "" +msgstr "Najedź myszką na kanton" #: application/views/awards/helvetia/index.php:20 msgid "HELVETIA 26 | SWITZERLAND AWARD" @@ -4493,7 +4497,7 @@ msgid "" msgstr "" "Te nagrody występują w dwóch wersjach: jedna dla pasm HF, a druga dla pasm " "VHF (w tym SHF i UHF). Ważne połączenia dla tych nagród sięgają 1 stycznia " -"1980 roku." +"1980 roku" #: application/views/awards/helvetia/index.php:23 #: application/views/awards/jcc/index.php:19 @@ -4579,13 +4583,13 @@ msgstr "Wyświetl mapę IOTA" #: application/views/contesting/add.php:25 #: application/views/contesting/create.php:24 #: application/views/contesting/index.php:59 -#: application/views/contesting/index.php:219 +#: application/views/contesting/index.php:223 #: application/views/dashboard/index.php:18 #: application/views/labels/index.php:41 application/views/labels/index.php:75 #: application/views/logbookadvanced/index.php:613 #: application/views/logbookadvanced/qslcarousel.php:34 #: application/views/logbookadvanced/useroptions.php:54 -#: application/views/qso/edit_ajax.php:170 application/views/qso/index.php:191 +#: application/views/qso/edit_ajax.php:170 application/views/qso/index.php:195 #: application/views/satellite/edit.php:34 #: application/views/satellite/index.php:21 #: application/views/search/result.php:16 @@ -4613,7 +4617,7 @@ msgstr "Usunięto" #: application/views/logbookadvanced/index.php:646 #: application/views/logbookadvanced/useroptions.php:98 #: application/views/lookup/index.php:7 application/views/qso/edit_ajax.php:314 -#: application/views/qso/index.php:406 +#: application/views/qso/index.php:410 #: application/views/search/ituzones_result.php:13 #: application/views/station_profile/create.php:120 #: application/views/station_profile/edit.php:170 @@ -4733,7 +4737,7 @@ msgid "" msgstr "" #: application/views/awards/pota/index.php:31 -#: application/views/qso/index.php:239 application/views/qso/index.php:498 +#: application/views/qso/index.php:243 application/views/qso/index.php:502 #: application/views/station_profile/create.php:177 #: application/views/station_profile/edit.php:272 #: application/views/user/edit.php:595 application/views/view_log/qso.php:376 @@ -4748,7 +4752,7 @@ msgstr "Prowincja" #: application/views/awards/rac/index.php:4 msgid "Hover over a province" -msgstr "" +msgstr "Najedź myszką nad prowincje" #: application/views/awards/rac/index.php:106 msgid "Show RAC Map" @@ -4787,7 +4791,7 @@ msgstr "Typ nagrody" #: application/views/distances/index.php:12 #: application/views/timeplotter/index.php:4 msgid "Number of QSOs" -msgstr "" +msgstr "Ilość QSO" #: application/views/awards/sig/index.php:23 msgid "Number of Refs" @@ -4813,12 +4817,12 @@ msgstr "Data/Godzina" #: application/views/awards/sig/qso_list.php:14 #: application/views/awards/sota/index.php:27 msgid "RST Sent" -msgstr "" +msgstr "RST nadane" #: application/views/awards/sig/qso_list.php:15 #: application/views/awards/sota/index.php:28 msgid "RST Received" -msgstr "" +msgstr "RST odebrane" #: application/views/awards/sig/qso_list.php:34 msgid "Export QSOs to ADIF" @@ -4866,11 +4870,11 @@ msgstr "" #: application/views/awards/vucc/index.php:22 msgid "Grids Worked" -msgstr "" +msgstr "Zaliczone kratki" #: application/views/awards/vucc/index.php:23 msgid "Grids Confirmed" -msgstr "" +msgstr "Potwierdzone kratki" #: application/views/awards/wab/index.php:12 msgid "WAB - Worked All Britain Award" @@ -4890,7 +4894,7 @@ msgstr "" #: application/views/awards/wab/index.php:109 msgid "List" -msgstr "" +msgstr "Lista" #: application/views/awards/wab/list.php:5 msgid "WAB Square" @@ -4913,7 +4917,7 @@ msgstr "" #: application/views/logbookadvanced/index.php:330 #: application/views/logbookadvanced/index.php:682 #: application/views/logbookadvanced/useroptions.php:146 -#: application/views/qso/edit_ajax.php:260 application/views/qso/index.php:383 +#: application/views/qso/edit_ajax.php:260 application/views/qso/index.php:387 #: application/views/view_log/qso.php:315 msgid "Continent" msgstr "Kontynent" @@ -5013,7 +5017,7 @@ msgid "" msgstr "" #: application/views/awards/wwff/index.php:31 -#: application/views/qso/index.php:227 application/views/qso/index.php:485 +#: application/views/qso/index.php:231 application/views/qso/index.php:489 #: application/views/station_profile/create.php:171 #: application/views/station_profile/edit.php:259 #: application/views/user/edit.php:591 application/views/view_log/qso.php:369 @@ -5073,8 +5077,8 @@ msgstr "" #: application/views/bandmap/index.php:27 application/views/bandmap/list.php:65 #: application/views/contesting/index.php:19 #: application/views/contesting/index.php:57 -#: application/views/contesting/index.php:150 -#: application/views/qso/index.php:317 +#: application/views/contesting/index.php:154 +#: application/views/qso/index.php:321 msgid "None" msgstr "" @@ -5158,14 +5162,14 @@ msgid "" msgstr "" #: application/views/bands/index.php:54 application/views/qso/edit_ajax.php:378 -#: application/views/qso/index.php:251 application/views/qso/index.php:510 +#: application/views/qso/index.php:255 application/views/qso/index.php:514 #: application/views/user/edit.php:599 application/views/view_log/qso.php:398 #: application/views/view_log/qso.php:666 msgid "Sig" msgstr "" #: application/views/bands/index.php:56 application/views/qso/edit_ajax.php:346 -#: application/views/qso/index.php:449 +#: application/views/qso/index.php:453 msgid "USA County" msgstr "Hrabstwo USA" @@ -5293,7 +5297,7 @@ msgstr "" #: application/views/cabrillo/index.php:48 #: application/views/logbookadvanced/index.php:553 -#: application/views/qso/index.php:275 +#: application/views/qso/index.php:279 #: application/views/station_profile/edit.php:92 msgid "Location" msgstr "Lokalizacja" @@ -5394,8 +5398,9 @@ msgstr "" #: application/views/cabrillo/index.php:196 #: application/views/cabrillo/index.php:204 -#: application/views/logbookadvanced/edit.php:139 -#: application/views/logbookadvanced/edit.php:147 +#: application/views/logbookadvanced/edit.php:141 +#: application/views/logbookadvanced/edit.php:149 +#: application/views/logbookadvanced/edit.php:155 #: application/views/logbookadvanced/index.php:353 #: application/views/logbookadvanced/index.php:364 #: application/views/logbookadvanced/index.php:395 @@ -5413,7 +5418,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:522 #: application/views/qso/edit_ajax.php:535 #: application/views/qso/edit_ajax.php:551 -#: application/views/qso/edit_ajax.php:565 application/views/qso/index.php:587 +#: application/views/qso/edit_ajax.php:565 application/views/qso/index.php:591 #: application/views/search/result.php:74 #: application/views/station_profile/create.php:209 #: application/views/station_profile/create.php:217 @@ -5438,8 +5443,9 @@ msgstr "Tak" #: application/views/cabrillo/index.php:197 #: application/views/cabrillo/index.php:203 -#: application/views/logbookadvanced/edit.php:140 -#: application/views/logbookadvanced/edit.php:148 +#: application/views/logbookadvanced/edit.php:142 +#: application/views/logbookadvanced/edit.php:150 +#: application/views/logbookadvanced/edit.php:156 #: application/views/logbookadvanced/index.php:354 #: application/views/logbookadvanced/index.php:365 #: application/views/logbookadvanced/index.php:396 @@ -5457,7 +5463,7 @@ msgstr "Tak" #: application/views/qso/edit_ajax.php:521 #: application/views/qso/edit_ajax.php:534 #: application/views/qso/edit_ajax.php:550 -#: application/views/qso/edit_ajax.php:564 application/views/qso/index.php:586 +#: application/views/qso/edit_ajax.php:564 application/views/qso/index.php:590 #: application/views/search/result.php:76 #: application/views/station_profile/create.php:210 #: application/views/station_profile/create.php:218 @@ -5524,12 +5530,12 @@ msgid "No upcoming activations found. Please check back later." msgstr "" #: application/views/components/hamsat/table.php:28 -#: application/views/contesting/index.php:224 +#: application/views/contesting/index.php:228 #: application/views/hamsat/index.php:31 #: application/views/logbookadvanced/edit.php:7 #: application/views/logbookadvanced/index.php:670 #: application/views/logbookadvanced/useroptions.php:130 -#: application/views/qso/edit_ajax.php:181 application/views/qso/index.php:292 +#: application/views/qso/edit_ajax.php:181 application/views/qso/index.php:296 #: application/views/view_log/qso.php:202 msgid "Comment" msgstr "Komentarz" @@ -5567,7 +5573,7 @@ msgstr "" #: application/views/logbookadvanced/index.php:676 #: application/views/logbookadvanced/useroptions.php:138 #: application/views/qso/edit_ajax.php:39 -#: application/views/simplefle/index.php:82 +#: application/views/simplefle/index.php:83 msgid "Contest" msgstr "" @@ -5741,7 +5747,7 @@ msgstr "" #: application/views/contesting/index.php:40 #: application/views/operator/index.php:5 -#: application/views/qso/edit_ajax.php:596 application/views/qso/index.php:355 +#: application/views/qso/edit_ajax.php:596 application/views/qso/index.php:359 msgid "Operator Callsign" msgstr "Znak wywoławczy operatora" @@ -5815,54 +5821,54 @@ msgctxt "Keep the translation short!" msgid "Serial" msgstr "" -#: application/views/contesting/index.php:177 -#: application/views/contesting/index.php:260 +#: application/views/contesting/index.php:181 +#: application/views/contesting/index.php:264 #: application/views/qso/edit_ajax.php:620 msgid "Serial (S)" msgstr "" -#: application/views/contesting/index.php:182 +#: application/views/contesting/index.php:186 msgid "Gridsquare (S)" msgstr "" -#: application/views/contesting/index.php:187 -#: application/views/contesting/index.php:258 +#: application/views/contesting/index.php:191 +#: application/views/contesting/index.php:262 msgid "Exch (S)" msgstr "Wymiana (S)" -#: application/views/contesting/index.php:201 -#: application/views/contesting/index.php:261 +#: application/views/contesting/index.php:205 +#: application/views/contesting/index.php:265 #: application/views/qso/edit_ajax.php:615 msgid "Serial (R)" msgstr "" -#: application/views/contesting/index.php:206 +#: application/views/contesting/index.php:210 msgid "Gridsquare (R)" msgstr "" -#: application/views/contesting/index.php:211 -#: application/views/contesting/index.php:259 +#: application/views/contesting/index.php:215 +#: application/views/contesting/index.php:263 msgid "Exch (R)" msgstr "Wymiana (R)" -#: application/views/contesting/index.php:229 +#: application/views/contesting/index.php:233 msgid "Reset QSO" msgstr "Wyczyść łączność" -#: application/views/contesting/index.php:230 -#: application/views/qso/index.php:638 +#: application/views/contesting/index.php:234 +#: application/views/qso/index.php:642 msgid "Save QSO" msgstr "Zapisz łączność" -#: application/views/contesting/index.php:239 +#: application/views/contesting/index.php:243 msgid "Callsign Suggestions" msgstr "Podpowiadanie znaków" -#: application/views/contesting/index.php:246 +#: application/views/contesting/index.php:250 msgid "Contest Logbook" msgstr "Log zawodów" -#: application/views/contesting/index.php:263 +#: application/views/contesting/index.php:267 #: application/views/qso/edit_ajax.php:163 msgid "VUCC Gridsquare" msgstr "" @@ -6026,7 +6032,7 @@ msgstr "" #: application/views/csv/index.php:92 application/views/dxatlas/index.php:92 #: application/views/eqsl/download.php:42 #: application/views/eqslcard/index.php:33 application/views/kml/index.php:77 -#: application/views/qso/edit_ajax.php:187 application/views/qso/index.php:417 +#: application/views/qso/edit_ajax.php:187 application/views/qso/index.php:421 msgid "Propagation Mode" msgstr "Typ propagacji" @@ -6138,7 +6144,7 @@ msgstr "Wymagane" #: application/views/qso/edit_ajax.php:420 #: application/views/qso/edit_ajax.php:481 #: application/views/qso/edit_ajax.php:518 -#: application/views/qso/edit_ajax.php:547 application/views/qso/index.php:583 +#: application/views/qso/edit_ajax.php:547 application/views/qso/index.php:587 #: application/views/search/search_result_ajax.php:180 #: application/views/search/search_result_ajax.php:260 #: application/views/search/search_result_ajax.php:298 @@ -6191,7 +6197,7 @@ msgid "Received" msgstr "Odebrane" #: application/views/dashboard/index.php:301 -#: application/views/logbookadvanced/edit.php:141 +#: application/views/logbookadvanced/edit.php:143 #: application/views/logbookadvanced/index.php:355 #: application/views/logbookadvanced/index.php:366 #: application/views/logbookadvanced/index.php:397 @@ -6210,7 +6216,7 @@ msgstr "Odebrane" #: application/views/qso/edit_ajax.php:523 #: application/views/qso/edit_ajax.php:536 #: application/views/qso/edit_ajax.php:552 -#: application/views/qso/edit_ajax.php:566 application/views/qso/index.php:588 +#: application/views/qso/edit_ajax.php:566 application/views/qso/index.php:592 #: application/views/search/search_result_ajax.php:186 #: application/views/search/search_result_ajax.php:228 #: application/views/view_log/partial/log_ajax.php:148 @@ -6720,7 +6726,7 @@ msgstr "" #: application/views/distances/index.php:7 #: application/views/interface_assets/footer.php:30 -#: application/views/simplefle/index.php:70 +#: application/views/simplefle/index.php:71 msgid "QSO Data" msgstr "" @@ -7044,10 +7050,10 @@ msgid "QSL Date" msgstr "" #: application/views/eqslcard/index.php:60 -#: application/views/interface_assets/footer.php:2375 -#: application/views/interface_assets/footer.php:2393 -#: application/views/interface_assets/footer.php:2414 -#: application/views/interface_assets/footer.php:2432 +#: application/views/interface_assets/footer.php:2377 +#: application/views/interface_assets/footer.php:2395 +#: application/views/interface_assets/footer.php:2416 +#: application/views/interface_assets/footer.php:2434 #: application/views/qslcard/index.php:66 #: application/views/view_log/qso.php:703 msgid "View" @@ -7184,7 +7190,7 @@ msgid "Not worked" msgstr "" #: application/views/interface_assets/footer.php:47 -#: application/views/qso/index.php:632 +#: application/views/qso/index.php:636 #: application/views/visitor/layout/footer.php:246 msgid "Clear" msgstr "Wyczyść" @@ -7305,62 +7311,62 @@ msgstr "" msgid "Grids: " msgstr "" -#: application/views/interface_assets/footer.php:1203 +#: application/views/interface_assets/footer.php:1204 #, php-format msgid "You're not logged in. Please %slogin%s" msgstr "" -#: application/views/interface_assets/footer.php:1412 -#: application/views/interface_assets/footer.php:1416 -#: application/views/interface_assets/footer.php:1419 -#: application/views/interface_assets/footer.php:1556 -#: application/views/interface_assets/footer.php:1560 -#: application/views/interface_assets/footer.php:1563 +#: application/views/interface_assets/footer.php:1414 +#: application/views/interface_assets/footer.php:1418 +#: application/views/interface_assets/footer.php:1421 +#: application/views/interface_assets/footer.php:1558 +#: application/views/interface_assets/footer.php:1562 +#: application/views/interface_assets/footer.php:1565 msgid "grid square" msgstr "" -#: application/views/interface_assets/footer.php:1419 -#: application/views/interface_assets/footer.php:1563 +#: application/views/interface_assets/footer.php:1421 +#: application/views/interface_assets/footer.php:1565 msgid "Total count" msgstr "" -#: application/views/interface_assets/footer.php:2151 +#: application/views/interface_assets/footer.php:2153 msgid "QSL Card for " msgstr "" -#: application/views/interface_assets/footer.php:2171 +#: application/views/interface_assets/footer.php:2173 msgid "Warning! Are you sure you want to delete this QSL card?" msgstr "" -#: application/views/interface_assets/footer.php:2211 +#: application/views/interface_assets/footer.php:2213 #: application/views/view_log/qso.php:42 msgid "eQSL Card" msgstr "" -#: application/views/interface_assets/footer.php:2213 +#: application/views/interface_assets/footer.php:2215 msgid "eQSL Card for " msgstr "" -#: application/views/interface_assets/footer.php:2386 -#: application/views/interface_assets/footer.php:2425 +#: application/views/interface_assets/footer.php:2388 +#: application/views/interface_assets/footer.php:2427 #: application/views/view_log/qso.php:693 msgid "QSL image file" msgstr "" -#: application/views/interface_assets/footer.php:2405 +#: application/views/interface_assets/footer.php:2407 msgid "Front QSL Card:" msgstr "" -#: application/views/interface_assets/footer.php:2443 +#: application/views/interface_assets/footer.php:2445 msgid "Back QSL Card:" msgstr "" -#: application/views/interface_assets/footer.php:2454 -#: application/views/interface_assets/footer.php:2479 +#: application/views/interface_assets/footer.php:2456 +#: application/views/interface_assets/footer.php:2481 msgid "Add additional QSOs to a QSL Card" msgstr "" -#: application/views/interface_assets/footer.php:2490 +#: application/views/interface_assets/footer.php:2492 msgid "Something went wrong. Please try again!" msgstr "" @@ -7886,27 +7892,36 @@ msgid "QRZ Received" msgstr "" #: application/views/logbookadvanced/edit.php:30 +msgid "eQSL Sent" +msgstr "" + +#: application/views/logbookadvanced/edit.php:31 +msgid "eQSL Received" +msgstr "" + +#: application/views/logbookadvanced/edit.php:32 #: application/views/logbookadvanced/index.php:691 #: application/views/logbookadvanced/useroptions.php:158 msgid "Station power" msgstr "" -#: application/views/logbookadvanced/edit.php:80 +#: application/views/logbookadvanced/edit.php:82 msgid "SAT Mode" msgstr "" -#: application/views/logbookadvanced/edit.php:94 +#: application/views/logbookadvanced/edit.php:96 msgid "Band RX" msgstr "" -#: application/views/logbookadvanced/edit.php:142 -#: application/views/logbookadvanced/edit.php:149 +#: application/views/logbookadvanced/edit.php:144 +#: application/views/logbookadvanced/edit.php:151 +#: application/views/logbookadvanced/edit.php:157 #: application/views/logbookadvanced/index.php:341 #: application/views/logbookadvanced/index.php:566 msgid "Invalid" msgstr "" -#: application/views/logbookadvanced/edit.php:143 +#: application/views/logbookadvanced/edit.php:145 #: application/views/logbookadvanced/index.php:368 #: application/views/logbookadvanced/index.php:410 #: application/views/logbookadvanced/index.php:432 @@ -7979,7 +7994,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:426 #: application/views/qso/edit_ajax.php:487 #: application/views/qso/edit_ajax.php:524 -#: application/views/qso/edit_ajax.php:553 application/views/qso/index.php:589 +#: application/views/qso/edit_ajax.php:553 application/views/qso/index.php:593 #: application/views/search/search_result_ajax.php:183 #: application/views/search/search_result_ajax.php:225 #: application/views/view_log/partial/log_ajax.php:145 @@ -8010,7 +8025,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:525 #: application/views/qso/edit_ajax.php:537 #: application/views/qso/edit_ajax.php:554 -#: application/views/qso/edit_ajax.php:567 application/views/qso/index.php:590 +#: application/views/qso/edit_ajax.php:567 application/views/qso/index.php:594 #: application/views/search/search_result_ajax.php:189 #: application/views/search/search_result_ajax.php:231 #: application/views/search/search_result_ajax.php:305 @@ -8045,7 +8060,7 @@ msgstr "" #: application/views/qslprint/qsolist.php:121 #: application/views/qslprint/qsolist.php:212 #: application/views/qso/edit_ajax.php:438 -#: application/views/qso/edit_ajax.php:471 application/views/qso/index.php:601 +#: application/views/qso/edit_ajax.php:471 application/views/qso/index.php:605 #: application/views/search/search_result_ajax.php:199 #: application/views/search/search_result_ajax.php:241 #: application/views/view_log/partial/log_ajax.php:164 @@ -8063,7 +8078,7 @@ msgstr "Biuro" #: application/views/qslprint/qsolist.php:124 #: application/views/qslprint/qsolist.php:213 #: application/views/qso/edit_ajax.php:437 -#: application/views/qso/edit_ajax.php:470 application/views/qso/index.php:600 +#: application/views/qso/edit_ajax.php:470 application/views/qso/index.php:604 #: application/views/search/search_result_ajax.php:202 #: application/views/search/search_result_ajax.php:244 #: application/views/view_log/partial/log_ajax.php:167 @@ -8081,7 +8096,7 @@ msgstr "" #: application/views/qslprint/qsolist.php:130 #: application/views/qslprint/qsolist.php:214 #: application/views/qso/edit_ajax.php:439 -#: application/views/qso/edit_ajax.php:472 application/views/qso/index.php:602 +#: application/views/qso/edit_ajax.php:472 application/views/qso/index.php:606 #: application/views/search/search_result_ajax.php:208 #: application/views/search/search_result_ajax.php:250 #: application/views/view_log/partial/log_ajax.php:173 @@ -8095,7 +8110,7 @@ msgstr "" #: application/views/oqrs/qsolist.php:117 #: application/views/qslprint/qsolist.php:127 #: application/views/qso/edit_ajax.php:440 -#: application/views/qso/edit_ajax.php:473 application/views/qso/index.php:603 +#: application/views/qso/edit_ajax.php:473 application/views/qso/index.php:607 #: application/views/search/search_result_ajax.php:247 #: application/views/view_log/partial/log_ajax.php:208 msgid "Manager" @@ -9088,7 +9103,7 @@ msgstr "Stacja" #: application/views/qslprint/qslprint.php:28 #: application/views/qslprint/qsolist.php:15 #: application/views/qslprint/qsolist.php:85 -#: application/views/qso/index.php:609 +#: application/views/qso/index.php:613 #: application/views/search/search_result_ajax.php:205 #: application/views/view_log/partial/log_ajax.php:170 #: src/QSLManager/QSO.php:346 @@ -9196,7 +9211,7 @@ msgid "Time of request" msgstr "" #: application/views/oqrs/showrequests.php:81 -#: application/views/simplefle/index.php:76 +#: application/views/simplefle/index.php:77 msgid "QSO Date" msgstr "" @@ -9330,7 +9345,7 @@ msgid "Remove" msgstr "" #: application/views/qslprint/qslprint.php:34 -#: application/views/simplefle/index.php:141 +#: application/views/simplefle/index.php:142 msgid "QSO List" msgstr "" @@ -9418,11 +9433,11 @@ msgstr "" msgid "RX Band" msgstr "" -#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:351 +#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:355 msgid "Give power value in Watts. Include only numbers in the input." msgstr "Wpisz wartość mocy w watach. W polu podaj same cyfry." -#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:349 +#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:353 #: application/views/reg1test/index.php:114 #: application/views/view_log/qso.php:631 msgid "Transmit Power (W)" @@ -9452,7 +9467,7 @@ msgstr "" msgid "Long Path" msgstr "" -#: application/views/qso/edit_ajax.php:273 application/views/qso/index.php:531 +#: application/views/qso/edit_ajax.php:273 application/views/qso/index.php:535 #: application/views/view_log/qso.php:448 msgid "eMail" msgstr "" @@ -9465,32 +9480,32 @@ msgstr "" msgid "Sat Mode" msgstr "" -#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:558 +#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:562 msgid "Antenna Azimuth (°)" msgstr "" -#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:560 +#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:564 msgid "Antenna azimuth in decimal degrees." msgstr "" -#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:564 +#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:568 msgid "Antenna Elevation (°)" msgstr "" -#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:566 +#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:570 msgid "Antenna elevation in decimal degrees." msgstr "" -#: application/views/qso/edit_ajax.php:382 application/views/qso/index.php:258 -#: application/views/qso/index.php:516 application/views/user/edit.php:599 +#: application/views/qso/edit_ajax.php:382 application/views/qso/index.php:262 +#: application/views/qso/index.php:520 application/views/user/edit.php:599 #: application/views/view_log/qso.php:414 #: application/views/view_log/qso.php:671 msgid "Sig Info" msgstr "" #: application/views/qso/edit_ajax.php:397 -#: application/views/qso/edit_ajax.php:510 application/views/qso/index.php:575 -#: application/views/qso/index.php:619 +#: application/views/qso/edit_ajax.php:510 application/views/qso/index.php:579 +#: application/views/qso/index.php:623 msgid "Note: Gets exported to third-party services." msgstr "" @@ -9499,8 +9514,8 @@ msgid "Sent Method" msgstr "" #: application/views/qso/edit_ajax.php:436 -#: application/views/qso/edit_ajax.php:469 application/views/qso/index.php:596 -#: application/views/qso/index.php:599 +#: application/views/qso/edit_ajax.php:469 application/views/qso/index.php:600 +#: application/views/qso/index.php:603 msgid "Method" msgstr "Sposób" @@ -9519,11 +9534,11 @@ msgstr "" msgid "Received Method" msgstr "" -#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:616 +#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:620 msgid "Get the default message for eQSL, for this station." msgstr "" -#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:616 +#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:620 msgid "QSL MSG" msgstr "" @@ -9560,7 +9575,7 @@ msgstr "" msgid "TimeOff is less than TimeOn" msgstr "" -#: application/views/qso/index.php:5 application/views/qso/index.php:727 +#: application/views/qso/index.php:5 application/views/qso/index.php:731 msgid "Previous Contacts" msgstr "Poprzednie łączności" @@ -9613,7 +9628,7 @@ msgstr "" msgid "Search DXCluster for latest Spot" msgstr "" -#: application/views/qso/index.php:199 application/views/qso/index.php:455 +#: application/views/qso/index.php:203 application/views/qso/index.php:459 #: application/views/station_profile/create.php:149 #: application/views/station_profile/edit.php:218 #: application/views/user/edit.php:583 application/views/view_log/qso.php:355 @@ -9621,7 +9636,7 @@ msgstr "" msgid "IOTA Reference" msgstr "Podmiot IOTA" -#: application/views/qso/index.php:215 application/views/qso/index.php:472 +#: application/views/qso/index.php:219 application/views/qso/index.php:476 #: application/views/station_profile/create.php:165 #: application/views/station_profile/edit.php:246 #: application/views/user/edit.php:587 application/views/view_log/qso.php:362 @@ -9629,91 +9644,91 @@ msgstr "Podmiot IOTA" msgid "SOTA Reference" msgstr "Podmiot SOTA" -#: application/views/qso/index.php:325 application/views/view_log/qso.php:100 +#: application/views/qso/index.php:329 application/views/view_log/qso.php:100 msgid "Frequency (RX)" msgstr "Częstotliwość (RX)" -#: application/views/qso/index.php:330 +#: application/views/qso/index.php:334 msgid "Band (RX)" msgstr "Pasmo (RX)" -#: application/views/qso/index.php:474 +#: application/views/qso/index.php:478 msgid "For example: GM/NS-001." msgstr "Na przykład: GM/NS-001." -#: application/views/qso/index.php:487 +#: application/views/qso/index.php:491 msgid "For example: DLFF-0069." msgstr "Na przykład: DLFF-0069." -#: application/views/qso/index.php:500 +#: application/views/qso/index.php:504 msgid "For example: PA-0150. Multiple values allowed." msgstr "Na przykład: PA-0150. Multiple values allowed." -#: application/views/qso/index.php:512 +#: application/views/qso/index.php:516 msgid "For example: GMA" msgstr "Na przykład: GMA" -#: application/views/qso/index.php:518 +#: application/views/qso/index.php:522 msgid "For example: DA/NW-357" msgstr "Na przykład: DA/NW-357" -#: application/views/qso/index.php:526 +#: application/views/qso/index.php:530 msgid "For example: Q03" msgstr "Na przykład: Q03" -#: application/views/qso/index.php:533 +#: application/views/qso/index.php:537 msgid "eMail-Adress of QSO-Partner" msgstr "" -#: application/views/qso/index.php:542 application/views/view_log/qso.php:276 +#: application/views/qso/index.php:546 application/views/view_log/qso.php:276 msgid "Satellite Name" msgstr "Nazwa satelity" -#: application/views/qso/index.php:550 application/views/view_log/qso.php:283 +#: application/views/qso/index.php:554 application/views/view_log/qso.php:283 msgid "Satellite Mode" msgstr "modulacja satelity" -#: application/views/qso/index.php:635 +#: application/views/qso/index.php:639 msgid "Reset to Default" msgstr "" -#: application/views/qso/index.php:676 +#: application/views/qso/index.php:680 msgid "Winkey" msgstr "" -#: application/views/qso/index.php:678 +#: application/views/qso/index.php:682 msgid "Connect" msgstr "" -#: application/views/qso/index.php:687 +#: application/views/qso/index.php:691 msgid "Stop" msgstr "" -#: application/views/qso/index.php:688 +#: application/views/qso/index.php:692 msgid "Tune" msgstr "" -#: application/views/qso/index.php:689 +#: application/views/qso/index.php:693 msgid "Stop Tune" msgstr "" -#: application/views/qso/index.php:695 +#: application/views/qso/index.php:699 msgid "CW Speed" msgstr "" -#: application/views/qso/index.php:700 +#: application/views/qso/index.php:704 msgid "Send" msgstr "" -#: application/views/qso/index.php:710 +#: application/views/qso/index.php:714 msgid "Suggestions" msgstr "Sugestie" -#: application/views/qso/index.php:717 +#: application/views/qso/index.php:721 msgid "Profile Picture" msgstr "" -#: application/views/qso/index.php:741 +#: application/views/qso/index.php:745 msgid "Max. 5 previous contacts are shown" msgstr "" @@ -10282,7 +10297,7 @@ msgid "" msgstr "" #: application/views/simplefle/index.php:17 -#: application/views/simplefle/index.php:178 +#: application/views/simplefle/index.php:179 msgid "Syntax Help" msgstr "" @@ -10357,63 +10372,63 @@ msgstr "" msgid "An error occurred while saving the QSO to the logbook! Error: " msgstr "" -#: application/views/simplefle/index.php:42 +#: application/views/simplefle/index.php:43 msgid "What is that?" msgstr "" -#: application/views/simplefle/index.php:45 +#: application/views/simplefle/index.php:46 msgid "Current UTC Time" msgstr "" -#: application/views/simplefle/index.php:78 +#: application/views/simplefle/index.php:79 msgid "If you don't choose a date, today's date will be used." msgstr "" -#: application/views/simplefle/index.php:90 +#: application/views/simplefle/index.php:91 msgid "You can add the entered QSOs to a contest." msgstr "" -#: application/views/simplefle/index.php:97 +#: application/views/simplefle/index.php:98 msgid "Station Call/Location" msgstr "" -#: application/views/simplefle/index.php:109 +#: application/views/simplefle/index.php:110 #, php-format msgid "" "If you did operate from a new location, first create a new %sStation " "Location%s" msgstr "" -#: application/views/simplefle/index.php:114 +#: application/views/simplefle/index.php:115 msgid "e.g. OK2CQR" msgstr "" -#: application/views/simplefle/index.php:117 +#: application/views/simplefle/index.php:118 msgid "This is callsign of the operator. Without any pre- or suffixes." msgstr "" -#: application/views/simplefle/index.php:127 +#: application/views/simplefle/index.php:128 msgid "Enter the Data" msgstr "" -#: application/views/simplefle/index.php:156 +#: application/views/simplefle/index.php:157 msgid "Refs" msgstr "" -#: application/views/simplefle/index.php:168 +#: application/views/simplefle/index.php:169 #, php-format msgid "The Refs can be either %sS%sOTA, %sI%sOTA, %sP%sOTA, or %sW%sWFF" msgstr "" -#: application/views/simplefle/index.php:175 +#: application/views/simplefle/index.php:176 msgid "Reload QSO List" msgstr "" -#: application/views/simplefle/index.php:176 +#: application/views/simplefle/index.php:177 msgid "Save in Wavelog" msgstr "" -#: application/views/simplefle/index.php:177 +#: application/views/simplefle/index.php:178 msgid "Clear Logging Session" msgstr "" diff --git a/application/locale/pt_PT/LC_MESSAGES/messages.mo b/application/locale/pt_PT/LC_MESSAGES/messages.mo index f343c1629..112b40059 100644 Binary files a/application/locale/pt_PT/LC_MESSAGES/messages.mo and b/application/locale/pt_PT/LC_MESSAGES/messages.mo differ diff --git a/application/locale/pt_PT/LC_MESSAGES/messages.po b/application/locale/pt_PT/LC_MESSAGES/messages.po index 01e451aba..2f263a961 100644 --- a/application/locale/pt_PT/LC_MESSAGES/messages.po +++ b/application/locale/pt_PT/LC_MESSAGES/messages.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-11-15 15:56+0000\n" -"PO-Revision-Date: 2024-11-16 17:03+0000\n" +"POT-Creation-Date: 2024-11-18 17:48+0000\n" +"PO-Revision-Date: 2024-11-18 14:41+0000\n" "Last-Translator: \"Francisco (F4VSE)\" \n" "Language-Team: Portuguese (Portugal) \n" @@ -198,16 +198,16 @@ msgstr "Falha na importação do ADIF!" msgid "Station Profile not valid for User" msgstr "Perfil da estação não é válido para o utilizador" -#: application/controllers/Adif.php:269 +#: application/controllers/Adif.php:263 #: application/views/adif/import_success.php:12 msgid "ADIF Imported" msgstr "ADIF Importado" -#: application/controllers/Adif.php:280 +#: application/controllers/Adif.php:274 msgid "DCL Import" msgstr "Importação DCL" -#: application/controllers/Adif.php:338 +#: application/controllers/Adif.php:332 msgid "DCL Data Imported" msgstr "Dados DCL importados" @@ -271,8 +271,8 @@ msgstr "Prémios - %s" #: application/views/interface_assets/header.php:198 #: application/views/logbookadvanced/index.php:658 #: application/views/logbookadvanced/useroptions.php:114 -#: application/views/qso/edit_ajax.php:387 application/views/qso/index.php:267 -#: application/views/qso/index.php:524 application/views/user/edit.php:603 +#: application/views/qso/edit_ajax.php:387 application/views/qso/index.php:271 +#: application/views/qso/index.php:528 application/views/user/edit.php:603 #: application/views/view_log/qso.php:433 msgid "DOK" msgstr "DOK" @@ -290,7 +290,7 @@ msgstr "DOK" #: application/views/logbookadvanced/useroptions.php:86 #: application/views/lookup/index.php:4 #: application/views/lotw_views/index.php:36 -#: application/views/qso/edit_ajax.php:232 application/views/qso/index.php:364 +#: application/views/qso/edit_ajax.php:232 application/views/qso/index.php:368 #: application/views/search/cqzones_result.php:15 #: application/views/search/ituzones_result.php:15 #: application/views/search/result.php:27 @@ -1100,7 +1100,7 @@ msgstr "Clublog" #: application/views/awards/was/index.php:87 #: application/views/components/hamsat/table.php:30 #: application/views/contesting/index.php:113 -#: application/views/contesting/index.php:255 +#: application/views/contesting/index.php:259 #: application/views/continents/index.php:39 application/views/csv/index.php:42 #: application/views/dashboard/index.php:4 #: application/views/debug/index.php:573 @@ -1137,7 +1137,7 @@ msgstr "Clublog" #: application/views/search/ituzones_result.php:10 #: application/views/search/lotw_unconfirmed_result.php:8 #: application/views/search/search_result_ajax.php:4 -#: application/views/simplefle/index.php:152 +#: application/views/simplefle/index.php:153 #: application/views/statistics/custom.php:60 #: application/views/statistics/custom_result.php:62 #: application/views/statistics/custom_result.php:88 @@ -1157,8 +1157,8 @@ msgstr "Modo" #: application/controllers/Logbook.php:1357 #: application/views/awards/pota/index.php:36 #: application/views/awards/wwff/index.php:36 -#: application/views/contesting/index.php:170 -#: application/views/contesting/index.php:256 +#: application/views/contesting/index.php:174 +#: application/views/contesting/index.php:260 #: application/views/logbookadvanced/index.php:601 #: application/views/logbookadvanced/useroptions.php:38 #: application/views/qslcard/searchresult.php:13 @@ -1169,9 +1169,9 @@ msgstr "Modo" #: application/views/qslprint/qslprint.php:26 #: application/views/qslprint/qsolist.php:11 #: application/views/qso/components/previous_contacts.php:78 -#: application/views/qso/edit_ajax.php:141 application/views/qso/index.php:180 +#: application/views/qso/edit_ajax.php:141 application/views/qso/index.php:184 #: application/views/search/search_result_ajax.php:5 -#: application/views/simplefle/index.php:153 +#: application/views/simplefle/index.php:154 #: application/views/user/edit.php:230 application/views/user/edit.php:252 #: application/views/user/edit.php:274 application/views/user/edit.php:296 #: application/views/user/edit.php:319 @@ -1184,8 +1184,8 @@ msgstr "RST (E)" #: application/controllers/Logbook.php:1358 #: application/views/awards/pota/index.php:37 #: application/views/awards/wwff/index.php:37 -#: application/views/contesting/index.php:194 -#: application/views/contesting/index.php:257 +#: application/views/contesting/index.php:198 +#: application/views/contesting/index.php:261 #: application/views/logbookadvanced/index.php:604 #: application/views/logbookadvanced/useroptions.php:42 #: application/views/qslcard/searchresult.php:14 @@ -1196,9 +1196,9 @@ msgstr "RST (E)" #: application/views/qslprint/qslprint.php:27 #: application/views/qslprint/qsolist.php:12 #: application/views/qso/components/previous_contacts.php:79 -#: application/views/qso/edit_ajax.php:146 application/views/qso/index.php:185 +#: application/views/qso/edit_ajax.php:146 application/views/qso/index.php:189 #: application/views/search/search_result_ajax.php:6 -#: application/views/simplefle/index.php:154 +#: application/views/simplefle/index.php:155 #: application/views/user/edit.php:231 application/views/user/edit.php:253 #: application/views/user/edit.php:275 application/views/user/edit.php:297 #: application/views/user/edit.php:320 @@ -1266,7 +1266,7 @@ msgstr "IOTA" #: application/views/contesting/index.php:61 #: application/views/dashboard/index.php:12 #: application/views/logbookadvanced/edit.php:23 -#: application/views/logbookadvanced/edit.php:71 +#: application/views/logbookadvanced/edit.php:73 #: application/views/logbookadvanced/index.php:199 #: application/views/logbookadvanced/index.php:640 #: application/views/logbookadvanced/qslcarousel.php:36 @@ -1292,7 +1292,7 @@ msgstr "Estado" #: application/views/awards/gridmaster/index.php:40 #: application/views/awards/vucc/band.php:12 #: application/views/contesting/index.php:21 -#: application/views/contesting/index.php:262 +#: application/views/contesting/index.php:266 #: application/views/dashboard/index.php:13 #: application/views/gridmap/index.php:152 #: application/views/labels/index.php:125 @@ -1309,13 +1309,13 @@ msgstr "Estado" #: application/views/qslcard/searchresult.php:67 #: application/views/qslcard/searchresult.php:83 #: application/views/qso/components/previous_contacts.php:86 -#: application/views/qso/edit_ajax.php:155 application/views/qso/index.php:282 +#: application/views/qso/edit_ajax.php:155 application/views/qso/index.php:286 #: application/views/satellite/pass.php:28 #: application/views/search/cqzones_result.php:12 #: application/views/search/ituzones_result.php:12 #: application/views/search/result.php:49 #: application/views/search/search_result_ajax.php:13 -#: application/views/simplefle/index.php:155 +#: application/views/simplefle/index.php:156 #: application/views/stationsetup/stationsetup.php:125 #: application/views/timeline/index.php:290 application/views/user/edit.php:130 #: application/views/user/edit.php:238 application/views/user/edit.php:260 @@ -1379,7 +1379,7 @@ msgstr "Distância" #: application/views/bands/create.php:24 application/views/bands/edit.php:6 #: application/views/bands/index.php:45 #: application/views/contesting/index.php:126 -#: application/views/contesting/index.php:254 +#: application/views/contesting/index.php:258 #: application/views/continents/index.php:30 application/views/csv/index.php:31 #: application/views/dashboard/index.php:15 #: application/views/debug/index.php:574 application/views/dxatlas/index.php:31 @@ -1412,7 +1412,7 @@ msgstr "Distância" #: application/views/search/ituzones_result.php:11 #: application/views/search/lotw_unconfirmed_result.php:9 #: application/views/search/search_result_ajax.php:15 -#: application/views/simplefle/index.php:151 +#: application/views/simplefle/index.php:152 #: application/views/stationsetup/exportmapoptions.php:31 #: application/views/statistics/custom.php:53 #: application/views/statistics/custom_result.php:55 @@ -1462,7 +1462,7 @@ msgstr "Frequência" #: application/views/qslcard/searchresult.php:87 #: application/views/qso/components/previous_contacts.php:90 #: application/views/search/search_result_ajax.php:17 -#: application/views/simplefle/index.php:114 +#: application/views/simplefle/index.php:115 #: application/views/user/edit.php:240 application/views/user/edit.php:262 #: application/views/user/edit.php:284 application/views/user/edit.php:306 #: application/views/user/edit.php:329 @@ -1484,7 +1484,7 @@ msgstr "Operador" #: application/views/lookup/index.php:44 #: application/views/lotw_views/index.php:52 #: application/views/qso/components/previous_contacts.php:59 -#: application/views/qso/edit_ajax.php:250 application/views/qso/index.php:373 +#: application/views/qso/edit_ajax.php:250 application/views/qso/index.php:377 #: application/views/station_profile/create.php:73 #: application/views/station_profile/edit.php:105 #: application/views/stationsetup/linkedlocations.php:17 @@ -1583,7 +1583,7 @@ msgstr "Editar Modo" #: application/views/notes/view.php:6 application/views/notes/view.php:9 #: application/views/qso/edit_ajax.php:36 #: application/views/qso/edit_ajax.php:395 application/views/qso/index.php:41 -#: application/views/qso/index.php:573 application/views/view_log/qso.php:14 +#: application/views/qso/index.php:577 application/views/view_log/qso.php:14 #: application/views/view_log/qso.php:679 msgid "Notes" msgstr "Notas" @@ -1829,8 +1829,8 @@ msgstr "Interfaces hardware" #: application/controllers/Radio.php:47 application/views/bandmap/index.php:25 #: application/views/bandmap/list.php:63 -#: application/views/contesting/index.php:148 -#: application/views/qso/index.php:315 +#: application/views/contesting/index.php:152 +#: application/views/qso/index.php:319 msgid "Radio" msgstr "Rádio" @@ -1842,7 +1842,7 @@ msgstr "Registo de data e hora" #: application/views/logbookadvanced/index.php:576 #: application/views/lotw_views/index.php:43 #: application/views/simplefle/index.php:20 -#: application/views/simplefle/index.php:179 +#: application/views/simplefle/index.php:180 #: application/views/stationsetup/exportmapoptions.php:5 #: application/views/statistics/custom.php:31 #: application/views/statistics/custom_result.php:33 @@ -1850,13 +1850,13 @@ msgid "Options" msgstr "Opções" #: application/controllers/Radio.php:53 application/views/debug/index.php:308 -#: application/views/qso/index.php:680 +#: application/views/qso/index.php:684 msgid "Settings" msgstr "Configurações" #: application/controllers/Radio.php:91 -#: application/views/contesting/index.php:152 -#: application/views/qso/index.php:319 +#: application/views/contesting/index.php:156 +#: application/views/qso/index.php:323 msgid "last updated" msgstr "última atualização" @@ -1888,10 +1888,10 @@ msgstr "Editar" #: application/controllers/Radio.php:107 #: application/controllers/Stationsetup.php:372 #: application/views/api/help.php:61 application/views/contesting/add.php:62 -#: application/views/interface_assets/footer.php:2374 -#: application/views/interface_assets/footer.php:2392 -#: application/views/interface_assets/footer.php:2413 -#: application/views/interface_assets/footer.php:2431 +#: application/views/interface_assets/footer.php:2376 +#: application/views/interface_assets/footer.php:2394 +#: application/views/interface_assets/footer.php:2415 +#: application/views/interface_assets/footer.php:2433 #: application/views/labels/index.php:48 application/views/labels/index.php:84 #: application/views/logbookadvanced/index.php:568 #: application/views/lotw_views/index.php:114 @@ -1995,6 +1995,13 @@ msgstr "" "Contactos não confirmados no LoTW, mas o indicativo foi enviados para o LoTW " "após a data do contacto" +#: application/controllers/Simplefle.php:90 +#: application/controllers/Simplefle.php:93 +#: application/models/Logbook_model.php:4422 +#: application/views/simplefle/index.php:40 +msgid "Duplicate for" +msgstr "Duplicado para" + #: application/controllers/Staticmap.php:20 #: application/controllers/Staticmap.php:25 #: application/controllers/Staticmap.php:132 @@ -2030,7 +2037,7 @@ msgstr "Editar localização da estação: " #: application/views/dxatlas/index.php:19 #: application/views/labels/index.php:124 #: application/views/logbookadvanced/edit.php:21 -#: application/views/qslprint/index.php:20 application/views/qso/index.php:303 +#: application/views/qslprint/index.php:20 application/views/qso/index.php:307 #: application/views/search/search_result_ajax.php:18 #: application/views/station_profile/create.php:305 #: application/views/station_profile/edit.php:455 @@ -2065,7 +2072,7 @@ msgstr "Não autorizado" #: application/controllers/Stationsetup.php:131 #: application/controllers/Stationsetup.php:152 #: application/controllers/Stationsetup.php:436 -#: application/views/qso/index.php:639 application/views/simplefle/index.php:38 +#: application/views/qso/index.php:643 application/views/simplefle/index.php:38 msgid "Error" msgstr "Erro" @@ -2560,22 +2567,22 @@ msgid "HRDlog: No station profiles with HRDlog Credentials found." msgstr "" "HRDlog: Não foram encontrados perfis de estação com credenciais do HRDlog." -#: application/models/Logbook_model.php:3737 +#: application/models/Logbook_model.php:3744 #, php-format msgid "Wrong station callsign %s while importing QSO with %s for %s: SKIPPED" msgstr "" "Indicativo de estação errado %s ao importar QSO com %s para %s: IGNORADO" -#: application/models/Logbook_model.php:3738 +#: application/models/Logbook_model.php:3745 #, php-format msgid "Check %s for hints about errors in ADIF files." msgstr "Verifica %s para dicas sobre erros em ficheiros ADIF." -#: application/models/Logbook_model.php:3750 +#: application/models/Logbook_model.php:3757 msgid "QSO on" msgstr "Contacto em" -#: application/models/Logbook_model.php:3750 +#: application/models/Logbook_model.php:3757 msgid "" "You tried to import a QSO without any given CALL. This QSO wasn't imported. " "It's invalid" @@ -2583,55 +2590,51 @@ msgstr "" "Tentou importar um contacto sem nenhum CALL dado. Este contacto não foi " "importado. É inválido." -#: application/models/Logbook_model.php:4049 +#: application/models/Logbook_model.php:4056 msgid "the qslrdate is invalid (YYYYMMDD)" msgstr "o qslrdate está inválido (AAAAMMDD)" -#: application/models/Logbook_model.php:4060 +#: application/models/Logbook_model.php:4067 msgid "the qslsdate is invalid (YYYYMMDD)" msgstr "o qslsdate está inválido (AAAAMMDD)" -#: application/models/Logbook_model.php:4111 +#: application/models/Logbook_model.php:4118 msgid "the clublog_qso_upload_date is invalid (YYYYMMDD)" msgstr "o clublog_qso_upload_date está inválido (AAAAMMDD)" -#: application/models/Logbook_model.php:4131 +#: application/models/Logbook_model.php:4138 msgid "the lotw_qslrdate is invalid (YYYYMMDD)" msgstr "o lotw_qslrdate está inválido (AAAAMMDD)" -#: application/models/Logbook_model.php:4150 +#: application/models/Logbook_model.php:4157 msgid "the lotw_qslsdate is invalid (YYYYMMDD)" msgstr "o lotw_qslsdate está inválido (AAAAMMDD)" -#: application/models/Logbook_model.php:4421 -msgid "Duplicate for" -msgstr "Duplicado para" - -#: application/models/Logbook_model.php:4482 +#: application/models/Logbook_model.php:4483 msgid "QSO could not be matched" msgstr "Não há correspondência de contactos" -#: application/models/Logbook_model.php:4488 +#: application/models/Logbook_model.php:4489 msgid "confirmed by LoTW/Clublog/eQSL/Contest" msgstr "confirmado por LoTW/Clublog/eQSL/Contest" -#: application/models/Logbook_model.php:4493 +#: application/models/Logbook_model.php:4494 msgid "confirmed by award manager" msgstr "confirmado pelo gestor do diploma" -#: application/models/Logbook_model.php:4496 +#: application/models/Logbook_model.php:4497 msgid "confirmed by cross-check of DCL data" msgstr "confirmado pelo controlo cruzado dos dados da DCL" -#: application/models/Logbook_model.php:4499 +#: application/models/Logbook_model.php:4500 msgid "confirmation pending" msgstr "confirmação pendente" -#: application/models/Logbook_model.php:4502 +#: application/models/Logbook_model.php:4503 msgid "unconfirmed" msgstr "não confirmado" -#: application/models/Logbook_model.php:4505 +#: application/models/Logbook_model.php:4506 #: application/views/view_log/qso.php:267 msgid "unknown" msgstr "desconhecido" @@ -2748,8 +2751,8 @@ msgstr "Diferença" #: application/views/gridmap/index.php:41 #: application/views/gridmap/index.php:70 #: application/views/gridmap/index.php:83 -#: application/views/interface_assets/footer.php:1485 -#: application/views/interface_assets/footer.php:1624 +#: application/views/interface_assets/footer.php:1487 +#: application/views/interface_assets/footer.php:1626 #: application/views/kml/index.php:21 application/views/kml/index.php:33 #: application/views/kml/index.php:49 application/views/kml/index.php:67 #: application/views/kml/index.php:79 @@ -2846,7 +2849,7 @@ msgstr "Todos menos SAT" #: application/views/accumulate/index.php:85 #: application/views/distances/index.php:58 #: application/views/gridmap/index.php:42 -#: application/views/logbookadvanced/edit.php:153 +#: application/views/logbookadvanced/edit.php:161 #: application/views/logbookadvanced/index.php:333 #: application/views/timeline/index.php:79 msgid "None/Empty" @@ -2857,7 +2860,7 @@ msgstr "Nenhum/Vazio" #: application/views/dxatlas/index.php:95 #: application/views/gridmap/index.php:44 application/views/kml/index.php:80 #: application/views/logbookadvanced/index.php:251 -#: application/views/qso/edit_ajax.php:190 application/views/qso/index.php:420 +#: application/views/qso/edit_ajax.php:190 application/views/qso/index.php:424 #: application/views/timeline/index.php:80 #: application/views/view_log/qso.php:213 msgctxt "Propagation Mode" @@ -2869,7 +2872,7 @@ msgstr "Aircraft Scatter" #: application/views/dxatlas/index.php:96 #: application/views/gridmap/index.php:45 application/views/kml/index.php:81 #: application/views/logbookadvanced/index.php:252 -#: application/views/qso/edit_ajax.php:191 application/views/qso/index.php:421 +#: application/views/qso/edit_ajax.php:191 application/views/qso/index.php:425 #: application/views/timeline/index.php:81 #: application/views/view_log/qso.php:216 msgctxt "Propagation Mode" @@ -2881,7 +2884,7 @@ msgstr "Aurora" #: application/views/dxatlas/index.php:97 #: application/views/gridmap/index.php:46 application/views/kml/index.php:82 #: application/views/logbookadvanced/index.php:253 -#: application/views/qso/edit_ajax.php:192 application/views/qso/index.php:422 +#: application/views/qso/edit_ajax.php:192 application/views/qso/index.php:426 #: application/views/timeline/index.php:82 #: application/views/view_log/qso.php:219 msgctxt "Propagation Mode" @@ -2893,7 +2896,7 @@ msgstr "Aurora-E" #: application/views/dxatlas/index.php:98 #: application/views/gridmap/index.php:47 application/views/kml/index.php:83 #: application/views/logbookadvanced/index.php:254 -#: application/views/qso/edit_ajax.php:193 application/views/qso/index.php:423 +#: application/views/qso/edit_ajax.php:193 application/views/qso/index.php:427 #: application/views/timeline/index.php:83 #: application/views/view_log/qso.php:222 msgctxt "Propagation Mode" @@ -2905,7 +2908,7 @@ msgstr "Back scatter" #: application/views/dxatlas/index.php:99 #: application/views/gridmap/index.php:48 application/views/kml/index.php:84 #: application/views/logbookadvanced/index.php:255 -#: application/views/qso/edit_ajax.php:194 application/views/qso/index.php:424 +#: application/views/qso/edit_ajax.php:194 application/views/qso/index.php:428 #: application/views/timeline/index.php:84 #: application/views/view_log/qso.php:225 msgctxt "Propagation Mode" @@ -2917,7 +2920,7 @@ msgstr "EchoLink" #: application/views/dxatlas/index.php:100 #: application/views/gridmap/index.php:49 application/views/kml/index.php:85 #: application/views/logbookadvanced/index.php:256 -#: application/views/qso/edit_ajax.php:195 application/views/qso/index.php:425 +#: application/views/qso/edit_ajax.php:195 application/views/qso/index.php:429 #: application/views/timeline/index.php:85 #: application/views/view_log/qso.php:228 msgctxt "Propagation Mode" @@ -2929,7 +2932,7 @@ msgstr "Terra-Lua-Terra" #: application/views/dxatlas/index.php:101 #: application/views/gridmap/index.php:50 application/views/kml/index.php:86 #: application/views/logbookadvanced/index.php:257 -#: application/views/qso/edit_ajax.php:196 application/views/qso/index.php:426 +#: application/views/qso/edit_ajax.php:196 application/views/qso/index.php:430 #: application/views/timeline/index.php:86 #: application/views/view_log/qso.php:231 msgctxt "Propagation Mode" @@ -2941,7 +2944,7 @@ msgstr "Esporádico E" #: application/views/dxatlas/index.php:102 #: application/views/gridmap/index.php:51 application/views/kml/index.php:87 #: application/views/logbookadvanced/index.php:258 -#: application/views/qso/edit_ajax.php:197 application/views/qso/index.php:427 +#: application/views/qso/edit_ajax.php:197 application/views/qso/index.php:431 #: application/views/timeline/index.php:87 #: application/views/view_log/qso.php:234 msgctxt "Propagation Mode" @@ -2953,7 +2956,7 @@ msgstr "Irregularidades Alinhadas ao Campo" #: application/views/dxatlas/index.php:103 #: application/views/gridmap/index.php:52 application/views/kml/index.php:88 #: application/views/logbookadvanced/index.php:259 -#: application/views/qso/edit_ajax.php:198 application/views/qso/index.php:428 +#: application/views/qso/edit_ajax.php:198 application/views/qso/index.php:432 #: application/views/timeline/index.php:88 #: application/views/view_log/qso.php:237 msgctxt "Propagation Mode" @@ -2965,7 +2968,7 @@ msgstr "Reflexão F2" #: application/views/dxatlas/index.php:104 #: application/views/gridmap/index.php:53 application/views/kml/index.php:89 #: application/views/logbookadvanced/index.php:260 -#: application/views/qso/edit_ajax.php:199 application/views/qso/index.php:429 +#: application/views/qso/edit_ajax.php:199 application/views/qso/index.php:433 #: application/views/timeline/index.php:89 #: application/views/view_log/qso.php:240 msgctxt "Propagation Mode" @@ -2977,7 +2980,7 @@ msgstr "Assistido pela Internet" #: application/views/dxatlas/index.php:105 #: application/views/gridmap/index.php:54 application/views/kml/index.php:90 #: application/views/logbookadvanced/index.php:261 -#: application/views/qso/edit_ajax.php:200 application/views/qso/index.php:430 +#: application/views/qso/edit_ajax.php:200 application/views/qso/index.php:434 #: application/views/timeline/index.php:90 #: application/views/view_log/qso.php:243 msgctxt "Propagation Mode" @@ -2989,7 +2992,7 @@ msgstr "Ionoscatter" #: application/views/dxatlas/index.php:106 #: application/views/gridmap/index.php:55 application/views/kml/index.php:91 #: application/views/logbookadvanced/index.php:262 -#: application/views/qso/edit_ajax.php:201 application/views/qso/index.php:431 +#: application/views/qso/edit_ajax.php:201 application/views/qso/index.php:435 #: application/views/timeline/index.php:91 #: application/views/view_log/qso.php:246 msgctxt "Propagation Mode" @@ -3001,7 +3004,7 @@ msgstr "IRLP" #: application/views/dxatlas/index.php:107 #: application/views/gridmap/index.php:56 application/views/kml/index.php:92 #: application/views/logbookadvanced/index.php:263 -#: application/views/qso/edit_ajax.php:202 application/views/qso/index.php:432 +#: application/views/qso/edit_ajax.php:202 application/views/qso/index.php:436 #: application/views/timeline/index.php:92 #: application/views/view_log/qso.php:249 msgctxt "Propagation Mode" @@ -3013,7 +3016,7 @@ msgstr "Dispersão meteorítica" #: application/views/dxatlas/index.php:108 #: application/views/gridmap/index.php:57 application/views/kml/index.php:93 #: application/views/logbookadvanced/index.php:264 -#: application/views/qso/edit_ajax.php:203 application/views/qso/index.php:433 +#: application/views/qso/edit_ajax.php:203 application/views/qso/index.php:437 #: application/views/timeline/index.php:93 #: application/views/view_log/qso.php:252 msgctxt "Propagation Mode" @@ -3025,7 +3028,7 @@ msgstr "Repetidor ou transponder terrestre ou atmosférico" #: application/views/dxatlas/index.php:109 #: application/views/gridmap/index.php:58 application/views/kml/index.php:94 #: application/views/logbookadvanced/index.php:265 -#: application/views/qso/edit_ajax.php:204 application/views/qso/index.php:434 +#: application/views/qso/edit_ajax.php:204 application/views/qso/index.php:438 #: application/views/timeline/index.php:94 #: application/views/view_log/qso.php:255 msgctxt "Propagation Mode" @@ -3037,7 +3040,7 @@ msgstr "Dispersão de chuva" #: application/views/dxatlas/index.php:110 #: application/views/gridmap/index.php:59 application/views/kml/index.php:95 #: application/views/logbookadvanced/index.php:266 -#: application/views/qso/edit_ajax.php:205 application/views/qso/index.php:435 +#: application/views/qso/edit_ajax.php:205 application/views/qso/index.php:439 #: application/views/timeline/index.php:95 #: application/views/view_log/qso.php:258 msgctxt "Propagation Mode" @@ -3049,7 +3052,7 @@ msgstr "Satélite" #: application/views/dxatlas/index.php:111 #: application/views/gridmap/index.php:60 application/views/kml/index.php:96 #: application/views/logbookadvanced/index.php:267 -#: application/views/qso/edit_ajax.php:206 application/views/qso/index.php:436 +#: application/views/qso/edit_ajax.php:206 application/views/qso/index.php:440 #: application/views/timeline/index.php:96 #: application/views/view_log/qso.php:261 msgctxt "Propagation Mode" @@ -3061,7 +3064,7 @@ msgstr "Trans-equatorial" #: application/views/dxatlas/index.php:112 #: application/views/gridmap/index.php:61 application/views/kml/index.php:97 #: application/views/logbookadvanced/index.php:268 -#: application/views/qso/edit_ajax.php:207 application/views/qso/index.php:437 +#: application/views/qso/edit_ajax.php:207 application/views/qso/index.php:441 #: application/views/timeline/index.php:97 #: application/views/view_log/qso.php:264 msgctxt "Propagation Mode" @@ -3228,7 +3231,7 @@ msgstr "Nada encontrado!" #: application/views/awards/wwff/index.php:34 #: application/views/cabrillo/index.php:31 #: application/views/components/hamsat/table.php:27 -#: application/views/contesting/index.php:161 +#: application/views/contesting/index.php:165 #: application/views/csv/index.php:23 application/views/dashboard/index.php:175 #: application/views/distancerecords/index.php:18 #: application/views/dxatlas/index.php:23 application/views/eqsl/import.php:42 @@ -3252,7 +3255,7 @@ msgstr "Nada encontrado!" #: application/views/search/lotw_unconfirmed.php:36 #: application/views/search/lotw_unconfirmed_result.php:6 #: application/views/search/result.php:11 -#: application/views/simplefle/index.php:150 +#: application/views/simplefle/index.php:151 #: application/views/station_profile/edit.php:63 #: application/views/stationsetup/linkedlocations.php:17 #: application/views/user/edit.php:123 application/views/user/index.php:4 @@ -3317,7 +3320,7 @@ msgstr "Há dados diferentes para DOK no teu log em comparação com DCL." #: application/views/bandmap/list.php:112 #: application/views/components/hamsat/table.php:25 #: application/views/contesting/index.php:98 -#: application/views/contesting/index.php:252 +#: application/views/contesting/index.php:256 #: application/views/dashboard/index.php:170 #: application/views/debug/index.php:570 #: application/views/distancerecords/index.php:16 @@ -3338,7 +3341,7 @@ msgstr "Há dados diferentes para DOK no teu log em comparação com DCL." #: application/views/search/cqzones_result.php:7 #: application/views/search/ituzones_result.php:7 #: application/views/search/search_result_ajax.php:89 -#: application/views/simplefle/index.php:148 +#: application/views/simplefle/index.php:149 #: application/views/statistics/custom.php:38 #: application/views/statistics/custom_result.php:40 #: application/views/statistics/custom_result.php:85 @@ -3361,7 +3364,7 @@ msgstr "Data" #: application/views/bandmap/list.php:112 #: application/views/components/hamsat/table.php:26 #: application/views/contesting/index.php:103 -#: application/views/contesting/index.php:252 +#: application/views/contesting/index.php:256 #: application/views/dashboard/index.php:173 #: application/views/debug/index.php:571 #: application/views/distancerecords/index.php:17 @@ -3376,7 +3379,7 @@ msgstr "Data" #: application/views/search/cqzones_result.php:8 #: application/views/search/ituzones_result.php:8 #: application/views/search/search_result_ajax.php:91 -#: application/views/simplefle/index.php:149 +#: application/views/simplefle/index.php:150 #: application/views/statistics/custom_result.php:86 #: application/views/timeline/index.php:289 #: application/views/timeplotter/index.php:5 @@ -3390,7 +3393,7 @@ msgstr "Tempo" #: application/views/adif/dcl_success.php:31 #: application/views/awards/vucc/band.php:18 #: application/views/bandmap/list.php:114 -#: application/views/contesting/index.php:253 +#: application/views/contesting/index.php:257 #: application/views/debug/index.php:572 application/views/debug/index.php:607 #: application/views/dxcalendar/index.php:12 #: application/views/eqsl/analysis.php:38 @@ -3467,7 +3470,7 @@ msgid "Add QSOs to Contest" msgstr "Adicionar conctactos ao Concurso" #: application/views/adif/import.php:71 -#: application/views/simplefle/index.php:84 +#: application/views/simplefle/index.php:85 msgid "No Contest" msgstr "Sem Concurso" @@ -3527,7 +3530,7 @@ msgstr "" #: application/views/adif/import.php:162 #: application/views/interface_assets/footer.php:32 #: application/views/interface_assets/footer.php:510 -#: application/views/interface_assets/footer.php:2170 +#: application/views/interface_assets/footer.php:2172 msgid "DANGER" msgstr "PERIGO" @@ -3999,7 +4002,7 @@ msgstr "Total" #: application/views/logbookadvanced/qslcarousel.php:37 #: application/views/logbookadvanced/useroptions.php:94 #: application/views/lookup/index.php:3 application/views/qso/edit_ajax.php:306 -#: application/views/qso/index.php:396 +#: application/views/qso/index.php:400 #: application/views/search/cqzones_result.php:13 #: application/views/station_profile/create.php:106 #: application/views/station_profile/edit.php:153 @@ -4127,7 +4130,7 @@ msgstr "Mostrar contactos com tipo de QSL" #: application/views/awards/cq/index.php:56 #: application/views/awards/itu/index.php:56 #: application/views/awards/wac/index.php:44 -#: application/views/interface_assets/footer.php:2149 +#: application/views/interface_assets/footer.php:2151 #: application/views/qso/edit_ajax.php:405 #: application/views/view_log/qso.php:25 msgid "QSL Card" @@ -4355,10 +4358,10 @@ msgstr "Incluir eliminadas" #: application/views/awards/dxcc/index.php:87 #: application/views/awards/iota/index.php:61 #: application/views/bandmap/index.php:37 application/views/bandmap/list.php:83 -#: application/views/logbookadvanced/edit.php:155 +#: application/views/logbookadvanced/edit.php:163 #: application/views/logbookadvanced/index.php:335 #: application/views/options/dxcluster.php:56 -#: application/views/qso/edit_ajax.php:264 application/views/qso/index.php:387 +#: application/views/qso/edit_ajax.php:264 application/views/qso/index.php:391 #: application/views/view_log/qso.php:323 msgid "Antarctica" msgstr "Antártica" @@ -4366,10 +4369,10 @@ msgstr "Antártica" #: application/views/awards/dxcc/index.php:91 #: application/views/awards/iota/index.php:65 #: application/views/bandmap/index.php:36 application/views/bandmap/list.php:82 -#: application/views/logbookadvanced/edit.php:154 +#: application/views/logbookadvanced/edit.php:162 #: application/views/logbookadvanced/index.php:334 #: application/views/options/dxcluster.php:55 -#: application/views/qso/edit_ajax.php:263 application/views/qso/index.php:386 +#: application/views/qso/edit_ajax.php:263 application/views/qso/index.php:390 #: application/views/view_log/qso.php:320 msgid "Africa" msgstr "África" @@ -4377,10 +4380,10 @@ msgstr "África" #: application/views/awards/dxcc/index.php:95 #: application/views/awards/iota/index.php:69 #: application/views/bandmap/index.php:38 application/views/bandmap/list.php:84 -#: application/views/logbookadvanced/edit.php:157 +#: application/views/logbookadvanced/edit.php:165 #: application/views/logbookadvanced/index.php:337 #: application/views/options/dxcluster.php:57 -#: application/views/qso/edit_ajax.php:265 application/views/qso/index.php:388 +#: application/views/qso/edit_ajax.php:265 application/views/qso/index.php:392 #: application/views/view_log/qso.php:326 msgid "Asia" msgstr "Ásia" @@ -4388,10 +4391,10 @@ msgstr "Ásia" #: application/views/awards/dxcc/index.php:99 #: application/views/awards/iota/index.php:73 #: application/views/bandmap/index.php:39 application/views/bandmap/list.php:85 -#: application/views/logbookadvanced/edit.php:158 +#: application/views/logbookadvanced/edit.php:166 #: application/views/logbookadvanced/index.php:338 #: application/views/options/dxcluster.php:58 -#: application/views/qso/edit_ajax.php:266 application/views/qso/index.php:389 +#: application/views/qso/edit_ajax.php:266 application/views/qso/index.php:393 #: application/views/view_log/qso.php:329 msgid "Europe" msgstr "Europa" @@ -4399,10 +4402,10 @@ msgstr "Europa" #: application/views/awards/dxcc/index.php:103 #: application/views/awards/iota/index.php:77 #: application/views/bandmap/index.php:40 application/views/bandmap/list.php:86 -#: application/views/logbookadvanced/edit.php:156 +#: application/views/logbookadvanced/edit.php:164 #: application/views/logbookadvanced/index.php:336 #: application/views/options/dxcluster.php:59 -#: application/views/qso/edit_ajax.php:267 application/views/qso/index.php:390 +#: application/views/qso/edit_ajax.php:267 application/views/qso/index.php:394 #: application/views/view_log/qso.php:332 msgid "North America" msgstr "América do Norte" @@ -4410,10 +4413,10 @@ msgstr "América do Norte" #: application/views/awards/dxcc/index.php:107 #: application/views/awards/iota/index.php:81 #: application/views/bandmap/index.php:42 application/views/bandmap/list.php:88 -#: application/views/logbookadvanced/edit.php:159 +#: application/views/logbookadvanced/edit.php:167 #: application/views/logbookadvanced/index.php:339 #: application/views/options/dxcluster.php:61 -#: application/views/qso/edit_ajax.php:269 application/views/qso/index.php:392 +#: application/views/qso/edit_ajax.php:269 application/views/qso/index.php:396 #: application/views/view_log/qso.php:338 msgid "South America" msgstr "América do Sul" @@ -4421,10 +4424,10 @@ msgstr "América do Sul" #: application/views/awards/dxcc/index.php:111 #: application/views/awards/iota/index.php:85 #: application/views/bandmap/index.php:41 application/views/bandmap/list.php:87 -#: application/views/logbookadvanced/edit.php:160 +#: application/views/logbookadvanced/edit.php:168 #: application/views/logbookadvanced/index.php:340 #: application/views/options/dxcluster.php:60 -#: application/views/qso/edit_ajax.php:268 application/views/qso/index.php:391 +#: application/views/qso/edit_ajax.php:268 application/views/qso/index.php:395 #: application/views/view_log/qso.php:335 msgid "Oceania" msgstr "Oceânia" @@ -4660,13 +4663,13 @@ msgstr "Mostrar mapa IOTA" #: application/views/contesting/add.php:25 #: application/views/contesting/create.php:24 #: application/views/contesting/index.php:59 -#: application/views/contesting/index.php:219 +#: application/views/contesting/index.php:223 #: application/views/dashboard/index.php:18 #: application/views/labels/index.php:41 application/views/labels/index.php:75 #: application/views/logbookadvanced/index.php:613 #: application/views/logbookadvanced/qslcarousel.php:34 #: application/views/logbookadvanced/useroptions.php:54 -#: application/views/qso/edit_ajax.php:170 application/views/qso/index.php:191 +#: application/views/qso/edit_ajax.php:170 application/views/qso/index.php:195 #: application/views/satellite/edit.php:34 #: application/views/satellite/index.php:21 #: application/views/search/result.php:16 @@ -4694,7 +4697,7 @@ msgstr "Suprimido" #: application/views/logbookadvanced/index.php:646 #: application/views/logbookadvanced/useroptions.php:98 #: application/views/lookup/index.php:7 application/views/qso/edit_ajax.php:314 -#: application/views/qso/index.php:406 +#: application/views/qso/index.php:410 #: application/views/search/ituzones_result.php:13 #: application/views/station_profile/create.php:120 #: application/views/station_profile/edit.php:170 @@ -4824,7 +4827,7 @@ msgstr "" "site %s." #: application/views/awards/pota/index.php:31 -#: application/views/qso/index.php:239 application/views/qso/index.php:498 +#: application/views/qso/index.php:243 application/views/qso/index.php:502 #: application/views/station_profile/create.php:177 #: application/views/station_profile/edit.php:272 #: application/views/user/edit.php:595 application/views/view_log/qso.php:376 @@ -5035,7 +5038,7 @@ msgstr "Diplomas - Worked All Continents (WAC)" #: application/views/logbookadvanced/index.php:330 #: application/views/logbookadvanced/index.php:682 #: application/views/logbookadvanced/useroptions.php:146 -#: application/views/qso/edit_ajax.php:260 application/views/qso/index.php:383 +#: application/views/qso/edit_ajax.php:260 application/views/qso/index.php:387 #: application/views/view_log/qso.php:315 msgid "Continent" msgstr "Continente" @@ -5158,7 +5161,7 @@ msgstr "" "candidatar-se a diplomas coloridos, tanto a nível mundial como nacional." #: application/views/awards/wwff/index.php:31 -#: application/views/qso/index.php:227 application/views/qso/index.php:485 +#: application/views/qso/index.php:231 application/views/qso/index.php:489 #: application/views/station_profile/create.php:171 #: application/views/station_profile/edit.php:259 #: application/views/user/edit.php:591 application/views/view_log/qso.php:369 @@ -5229,8 +5232,8 @@ msgstr "Lista de Bandas" #: application/views/bandmap/index.php:27 application/views/bandmap/list.php:65 #: application/views/contesting/index.php:19 #: application/views/contesting/index.php:57 -#: application/views/contesting/index.php:150 -#: application/views/qso/index.php:317 +#: application/views/contesting/index.php:154 +#: application/views/qso/index.php:321 msgid "None" msgstr "Nenhum" @@ -5320,14 +5323,14 @@ msgstr "" "inactivas serão ocultadas e não poderão ser seleccionadas." #: application/views/bands/index.php:54 application/views/qso/edit_ajax.php:378 -#: application/views/qso/index.php:251 application/views/qso/index.php:510 +#: application/views/qso/index.php:255 application/views/qso/index.php:514 #: application/views/user/edit.php:599 application/views/view_log/qso.php:398 #: application/views/view_log/qso.php:666 msgid "Sig" msgstr "Sinal" #: application/views/bands/index.php:56 application/views/qso/edit_ajax.php:346 -#: application/views/qso/index.php:449 +#: application/views/qso/index.php:453 msgid "USA County" msgstr "Condado dos EUA" @@ -5460,7 +5463,7 @@ msgstr "" #: application/views/cabrillo/index.php:48 #: application/views/logbookadvanced/index.php:553 -#: application/views/qso/index.php:275 +#: application/views/qso/index.php:279 #: application/views/station_profile/edit.php:92 msgid "Location" msgstr "Localização" @@ -5564,8 +5567,9 @@ msgstr "" #: application/views/cabrillo/index.php:196 #: application/views/cabrillo/index.php:204 -#: application/views/logbookadvanced/edit.php:139 -#: application/views/logbookadvanced/edit.php:147 +#: application/views/logbookadvanced/edit.php:141 +#: application/views/logbookadvanced/edit.php:149 +#: application/views/logbookadvanced/edit.php:155 #: application/views/logbookadvanced/index.php:353 #: application/views/logbookadvanced/index.php:364 #: application/views/logbookadvanced/index.php:395 @@ -5583,7 +5587,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:522 #: application/views/qso/edit_ajax.php:535 #: application/views/qso/edit_ajax.php:551 -#: application/views/qso/edit_ajax.php:565 application/views/qso/index.php:587 +#: application/views/qso/edit_ajax.php:565 application/views/qso/index.php:591 #: application/views/search/result.php:74 #: application/views/station_profile/create.php:209 #: application/views/station_profile/create.php:217 @@ -5608,8 +5612,9 @@ msgstr "Sim" #: application/views/cabrillo/index.php:197 #: application/views/cabrillo/index.php:203 -#: application/views/logbookadvanced/edit.php:140 -#: application/views/logbookadvanced/edit.php:148 +#: application/views/logbookadvanced/edit.php:142 +#: application/views/logbookadvanced/edit.php:150 +#: application/views/logbookadvanced/edit.php:156 #: application/views/logbookadvanced/index.php:354 #: application/views/logbookadvanced/index.php:365 #: application/views/logbookadvanced/index.php:396 @@ -5627,7 +5632,7 @@ msgstr "Sim" #: application/views/qso/edit_ajax.php:521 #: application/views/qso/edit_ajax.php:534 #: application/views/qso/edit_ajax.php:550 -#: application/views/qso/edit_ajax.php:564 application/views/qso/index.php:586 +#: application/views/qso/edit_ajax.php:564 application/views/qso/index.php:590 #: application/views/search/result.php:76 #: application/views/station_profile/create.php:210 #: application/views/station_profile/create.php:218 @@ -5695,12 +5700,12 @@ msgstr "" "Não foram encontradas activações futuras. Verifique novamente mais tarde." #: application/views/components/hamsat/table.php:28 -#: application/views/contesting/index.php:224 +#: application/views/contesting/index.php:228 #: application/views/hamsat/index.php:31 #: application/views/logbookadvanced/edit.php:7 #: application/views/logbookadvanced/index.php:670 #: application/views/logbookadvanced/useroptions.php:130 -#: application/views/qso/edit_ajax.php:181 application/views/qso/index.php:292 +#: application/views/qso/edit_ajax.php:181 application/views/qso/index.php:296 #: application/views/view_log/qso.php:202 msgid "Comment" msgstr "Comentário" @@ -5738,7 +5743,7 @@ msgstr "Sem Concursos" #: application/views/logbookadvanced/index.php:676 #: application/views/logbookadvanced/useroptions.php:138 #: application/views/qso/edit_ajax.php:39 -#: application/views/simplefle/index.php:82 +#: application/views/simplefle/index.php:83 msgid "Contest" msgstr "Concurso" @@ -5918,7 +5923,7 @@ msgstr "Número de série + Locator + Troca" #: application/views/contesting/index.php:40 #: application/views/operator/index.php:5 -#: application/views/qso/edit_ajax.php:596 application/views/qso/index.php:355 +#: application/views/qso/edit_ajax.php:596 application/views/qso/index.php:359 msgid "Operator Callsign" msgstr "Indicativo do operador" @@ -5995,54 +6000,54 @@ msgctxt "Keep the translation short!" msgid "Serial" msgstr "Serial" -#: application/views/contesting/index.php:177 -#: application/views/contesting/index.php:260 +#: application/views/contesting/index.php:181 +#: application/views/contesting/index.php:264 #: application/views/qso/edit_ajax.php:620 msgid "Serial (S)" msgstr "Serial (E)" -#: application/views/contesting/index.php:182 +#: application/views/contesting/index.php:186 msgid "Gridsquare (S)" msgstr "Gridsquare (E)" -#: application/views/contesting/index.php:187 -#: application/views/contesting/index.php:258 +#: application/views/contesting/index.php:191 +#: application/views/contesting/index.php:262 msgid "Exch (S)" msgstr "Exch (E)" -#: application/views/contesting/index.php:201 -#: application/views/contesting/index.php:261 +#: application/views/contesting/index.php:205 +#: application/views/contesting/index.php:265 #: application/views/qso/edit_ajax.php:615 msgid "Serial (R)" msgstr "Serial (R)" -#: application/views/contesting/index.php:206 +#: application/views/contesting/index.php:210 msgid "Gridsquare (R)" msgstr "Gridsquare (R)" -#: application/views/contesting/index.php:211 -#: application/views/contesting/index.php:259 +#: application/views/contesting/index.php:215 +#: application/views/contesting/index.php:263 msgid "Exch (R)" msgstr "Exch (R)" -#: application/views/contesting/index.php:229 +#: application/views/contesting/index.php:233 msgid "Reset QSO" msgstr "Reiniciar contacto" -#: application/views/contesting/index.php:230 -#: application/views/qso/index.php:638 +#: application/views/contesting/index.php:234 +#: application/views/qso/index.php:642 msgid "Save QSO" msgstr "Guardar contacto" -#: application/views/contesting/index.php:239 +#: application/views/contesting/index.php:243 msgid "Callsign Suggestions" msgstr "Sugestões de Indicativos" -#: application/views/contesting/index.php:246 +#: application/views/contesting/index.php:250 msgid "Contest Logbook" msgstr "Logbook de Concursos" -#: application/views/contesting/index.php:263 +#: application/views/contesting/index.php:267 #: application/views/qso/edit_ajax.php:163 msgid "VUCC Gridsquare" msgstr "Gridsquare VUCC" @@ -6215,7 +6220,7 @@ msgstr "Apenas os contactos com informações SOTA serão exportados!" #: application/views/csv/index.php:92 application/views/dxatlas/index.php:92 #: application/views/eqsl/download.php:42 #: application/views/eqslcard/index.php:33 application/views/kml/index.php:77 -#: application/views/qso/edit_ajax.php:187 application/views/qso/index.php:417 +#: application/views/qso/edit_ajax.php:187 application/views/qso/index.php:421 msgid "Propagation Mode" msgstr "Modo de Propagação" @@ -6333,7 +6338,7 @@ msgstr "Necessário" #: application/views/qso/edit_ajax.php:420 #: application/views/qso/edit_ajax.php:481 #: application/views/qso/edit_ajax.php:518 -#: application/views/qso/edit_ajax.php:547 application/views/qso/index.php:583 +#: application/views/qso/edit_ajax.php:547 application/views/qso/index.php:587 #: application/views/search/search_result_ajax.php:180 #: application/views/search/search_result_ajax.php:260 #: application/views/search/search_result_ajax.php:298 @@ -6386,7 +6391,7 @@ msgid "Received" msgstr "Recebido" #: application/views/dashboard/index.php:301 -#: application/views/logbookadvanced/edit.php:141 +#: application/views/logbookadvanced/edit.php:143 #: application/views/logbookadvanced/index.php:355 #: application/views/logbookadvanced/index.php:366 #: application/views/logbookadvanced/index.php:397 @@ -6405,7 +6410,7 @@ msgstr "Recebido" #: application/views/qso/edit_ajax.php:523 #: application/views/qso/edit_ajax.php:536 #: application/views/qso/edit_ajax.php:552 -#: application/views/qso/edit_ajax.php:566 application/views/qso/index.php:588 +#: application/views/qso/edit_ajax.php:566 application/views/qso/index.php:592 #: application/views/search/search_result_ajax.php:186 #: application/views/search/search_result_ajax.php:228 #: application/views/view_log/partial/log_ajax.php:148 @@ -6937,7 +6942,7 @@ msgstr "Quadrícula DX" #: application/views/distances/index.php:7 #: application/views/interface_assets/footer.php:30 -#: application/views/simplefle/index.php:70 +#: application/views/simplefle/index.php:71 msgid "QSO Data" msgstr "Dados do contacto" @@ -7320,10 +7325,10 @@ msgid "QSL Date" msgstr "Data QSL" #: application/views/eqslcard/index.php:60 -#: application/views/interface_assets/footer.php:2375 -#: application/views/interface_assets/footer.php:2393 -#: application/views/interface_assets/footer.php:2414 -#: application/views/interface_assets/footer.php:2432 +#: application/views/interface_assets/footer.php:2377 +#: application/views/interface_assets/footer.php:2395 +#: application/views/interface_assets/footer.php:2416 +#: application/views/interface_assets/footer.php:2434 #: application/views/qslcard/index.php:66 #: application/views/view_log/qso.php:703 msgid "View" @@ -7471,7 +7476,7 @@ msgid "Not worked" msgstr "Não contactado" #: application/views/interface_assets/footer.php:47 -#: application/views/qso/index.php:632 +#: application/views/qso/index.php:636 #: application/views/visitor/layout/footer.php:246 msgid "Clear" msgstr "Limpar" @@ -7598,62 +7603,62 @@ msgstr "Quantidade: " msgid "Grids: " msgstr "Grelhas: " -#: application/views/interface_assets/footer.php:1203 +#: application/views/interface_assets/footer.php:1204 #, php-format msgid "You're not logged in. Please %slogin%s" msgstr "Não tem sessão iniciada. Por favor %slogin%s" -#: application/views/interface_assets/footer.php:1412 -#: application/views/interface_assets/footer.php:1416 -#: application/views/interface_assets/footer.php:1419 -#: application/views/interface_assets/footer.php:1556 -#: application/views/interface_assets/footer.php:1560 -#: application/views/interface_assets/footer.php:1563 +#: application/views/interface_assets/footer.php:1414 +#: application/views/interface_assets/footer.php:1418 +#: application/views/interface_assets/footer.php:1421 +#: application/views/interface_assets/footer.php:1558 +#: application/views/interface_assets/footer.php:1562 +#: application/views/interface_assets/footer.php:1565 msgid "grid square" msgstr "quadrícula" -#: application/views/interface_assets/footer.php:1419 -#: application/views/interface_assets/footer.php:1563 +#: application/views/interface_assets/footer.php:1421 +#: application/views/interface_assets/footer.php:1565 msgid "Total count" msgstr "Número total" -#: application/views/interface_assets/footer.php:2151 +#: application/views/interface_assets/footer.php:2153 msgid "QSL Card for " msgstr "Cartão QSL para " -#: application/views/interface_assets/footer.php:2171 +#: application/views/interface_assets/footer.php:2173 msgid "Warning! Are you sure you want to delete this QSL card?" msgstr "Aviso! Tem a certeza de que quer eliminar este cartão QSL?" -#: application/views/interface_assets/footer.php:2211 +#: application/views/interface_assets/footer.php:2213 #: application/views/view_log/qso.php:42 msgid "eQSL Card" msgstr "Cartão eQSL" -#: application/views/interface_assets/footer.php:2213 +#: application/views/interface_assets/footer.php:2215 msgid "eQSL Card for " msgstr "Cartão eQSL para " -#: application/views/interface_assets/footer.php:2386 -#: application/views/interface_assets/footer.php:2425 +#: application/views/interface_assets/footer.php:2388 +#: application/views/interface_assets/footer.php:2427 #: application/views/view_log/qso.php:693 msgid "QSL image file" msgstr "Ficheiro de imagem QSL" -#: application/views/interface_assets/footer.php:2405 +#: application/views/interface_assets/footer.php:2407 msgid "Front QSL Card:" msgstr "Frente do Cartão QSL:" -#: application/views/interface_assets/footer.php:2443 +#: application/views/interface_assets/footer.php:2445 msgid "Back QSL Card:" msgstr "Parte traseira do Cartão QSL:" -#: application/views/interface_assets/footer.php:2454 -#: application/views/interface_assets/footer.php:2479 +#: application/views/interface_assets/footer.php:2456 +#: application/views/interface_assets/footer.php:2481 msgid "Add additional QSOs to a QSL Card" msgstr "Adicionar QSOs adicionais a um Cartão QSL" -#: application/views/interface_assets/footer.php:2490 +#: application/views/interface_assets/footer.php:2492 msgid "Something went wrong. Please try again!" msgstr "Algo correu mal. Por favor, tente novamente!" @@ -8187,27 +8192,36 @@ msgid "QRZ Received" msgstr "QRZ recebido" #: application/views/logbookadvanced/edit.php:30 +msgid "eQSL Sent" +msgstr "eQSL Enviado" + +#: application/views/logbookadvanced/edit.php:31 +msgid "eQSL Received" +msgstr "eQSL Recebido" + +#: application/views/logbookadvanced/edit.php:32 #: application/views/logbookadvanced/index.php:691 #: application/views/logbookadvanced/useroptions.php:158 msgid "Station power" msgstr "Potência da estação" -#: application/views/logbookadvanced/edit.php:80 +#: application/views/logbookadvanced/edit.php:82 msgid "SAT Mode" msgstr "Modo Satélite" -#: application/views/logbookadvanced/edit.php:94 +#: application/views/logbookadvanced/edit.php:96 msgid "Band RX" msgstr "Banda RX" -#: application/views/logbookadvanced/edit.php:142 -#: application/views/logbookadvanced/edit.php:149 +#: application/views/logbookadvanced/edit.php:144 +#: application/views/logbookadvanced/edit.php:151 +#: application/views/logbookadvanced/edit.php:157 #: application/views/logbookadvanced/index.php:341 #: application/views/logbookadvanced/index.php:566 msgid "Invalid" msgstr "Inválido" -#: application/views/logbookadvanced/edit.php:143 +#: application/views/logbookadvanced/edit.php:145 #: application/views/logbookadvanced/index.php:368 #: application/views/logbookadvanced/index.php:410 #: application/views/logbookadvanced/index.php:432 @@ -8280,7 +8294,7 @@ msgstr "QSL enviada" #: application/views/qso/edit_ajax.php:426 #: application/views/qso/edit_ajax.php:487 #: application/views/qso/edit_ajax.php:524 -#: application/views/qso/edit_ajax.php:553 application/views/qso/index.php:589 +#: application/views/qso/edit_ajax.php:553 application/views/qso/index.php:593 #: application/views/search/search_result_ajax.php:183 #: application/views/search/search_result_ajax.php:225 #: application/views/view_log/partial/log_ajax.php:145 @@ -8311,7 +8325,7 @@ msgstr "Em fila" #: application/views/qso/edit_ajax.php:525 #: application/views/qso/edit_ajax.php:537 #: application/views/qso/edit_ajax.php:554 -#: application/views/qso/edit_ajax.php:567 application/views/qso/index.php:590 +#: application/views/qso/edit_ajax.php:567 application/views/qso/index.php:594 #: application/views/search/search_result_ajax.php:189 #: application/views/search/search_result_ajax.php:231 #: application/views/search/search_result_ajax.php:305 @@ -8346,7 +8360,7 @@ msgstr "Método de envio de QSL" #: application/views/qslprint/qsolist.php:121 #: application/views/qslprint/qsolist.php:212 #: application/views/qso/edit_ajax.php:438 -#: application/views/qso/edit_ajax.php:471 application/views/qso/index.php:601 +#: application/views/qso/edit_ajax.php:471 application/views/qso/index.php:605 #: application/views/search/search_result_ajax.php:199 #: application/views/search/search_result_ajax.php:241 #: application/views/view_log/partial/log_ajax.php:164 @@ -8364,7 +8378,7 @@ msgstr "Bureau" #: application/views/qslprint/qsolist.php:124 #: application/views/qslprint/qsolist.php:213 #: application/views/qso/edit_ajax.php:437 -#: application/views/qso/edit_ajax.php:470 application/views/qso/index.php:600 +#: application/views/qso/edit_ajax.php:470 application/views/qso/index.php:604 #: application/views/search/search_result_ajax.php:202 #: application/views/search/search_result_ajax.php:244 #: application/views/view_log/partial/log_ajax.php:167 @@ -8382,7 +8396,7 @@ msgstr "Direto" #: application/views/qslprint/qsolist.php:130 #: application/views/qslprint/qsolist.php:214 #: application/views/qso/edit_ajax.php:439 -#: application/views/qso/edit_ajax.php:472 application/views/qso/index.php:602 +#: application/views/qso/edit_ajax.php:472 application/views/qso/index.php:606 #: application/views/search/search_result_ajax.php:208 #: application/views/search/search_result_ajax.php:250 #: application/views/view_log/partial/log_ajax.php:173 @@ -8396,7 +8410,7 @@ msgstr "Eletrónico" #: application/views/oqrs/qsolist.php:117 #: application/views/qslprint/qsolist.php:127 #: application/views/qso/edit_ajax.php:440 -#: application/views/qso/edit_ajax.php:473 application/views/qso/index.php:603 +#: application/views/qso/edit_ajax.php:473 application/views/qso/index.php:607 #: application/views/search/search_result_ajax.php:247 #: application/views/view_log/partial/log_ajax.php:208 msgid "Manager" @@ -9453,7 +9467,7 @@ msgstr "Estação" #: application/views/qslprint/qslprint.php:28 #: application/views/qslprint/qsolist.php:15 #: application/views/qslprint/qsolist.php:85 -#: application/views/qso/index.php:609 +#: application/views/qso/index.php:613 #: application/views/search/search_result_ajax.php:205 #: application/views/view_log/partial/log_ajax.php:170 #: src/QSLManager/QSO.php:346 @@ -9562,7 +9576,7 @@ msgid "Time of request" msgstr "Hora do pedido" #: application/views/oqrs/showrequests.php:81 -#: application/views/simplefle/index.php:76 +#: application/views/simplefle/index.php:77 msgid "QSO Date" msgstr "Data do contacto" @@ -9708,7 +9722,7 @@ msgid "Remove" msgstr "Remover" #: application/views/qslprint/qslprint.php:34 -#: application/views/simplefle/index.php:141 +#: application/views/simplefle/index.php:142 msgid "QSO List" msgstr "Lista de contacto" @@ -9798,12 +9812,12 @@ msgstr "Frequência RX" msgid "RX Band" msgstr "Banda RX" -#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:351 +#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:355 msgid "Give power value in Watts. Include only numbers in the input." msgstr "" "Forneça o valor da potência em Watts. Inclua apenas números na entrada." -#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:349 +#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:353 #: application/views/reg1test/index.php:114 #: application/views/view_log/qso.php:631 msgid "Transmit Power (W)" @@ -9833,7 +9847,7 @@ msgstr "Caminho Curto" msgid "Long Path" msgstr "Caminho Longo" -#: application/views/qso/edit_ajax.php:273 application/views/qso/index.php:531 +#: application/views/qso/edit_ajax.php:273 application/views/qso/index.php:535 #: application/views/view_log/qso.php:448 msgid "eMail" msgstr "e-mail" @@ -9846,32 +9860,32 @@ msgstr "Nome do Satélite" msgid "Sat Mode" msgstr "Modo Satélite" -#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:558 +#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:562 msgid "Antenna Azimuth (°)" msgstr "Azimute da Antena (°)" -#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:560 +#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:564 msgid "Antenna azimuth in decimal degrees." msgstr "Azimute da antena em graus decimais." -#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:564 +#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:568 msgid "Antenna Elevation (°)" msgstr "Elevação da Antena (°)" -#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:566 +#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:570 msgid "Antenna elevation in decimal degrees." msgstr "Elevação da antena em graus decimais." -#: application/views/qso/edit_ajax.php:382 application/views/qso/index.php:258 -#: application/views/qso/index.php:516 application/views/user/edit.php:599 +#: application/views/qso/edit_ajax.php:382 application/views/qso/index.php:262 +#: application/views/qso/index.php:520 application/views/user/edit.php:599 #: application/views/view_log/qso.php:414 #: application/views/view_log/qso.php:671 msgid "Sig Info" msgstr "Informação de sinal" #: application/views/qso/edit_ajax.php:397 -#: application/views/qso/edit_ajax.php:510 application/views/qso/index.php:575 -#: application/views/qso/index.php:619 +#: application/views/qso/edit_ajax.php:510 application/views/qso/index.php:579 +#: application/views/qso/index.php:623 msgid "Note: Gets exported to third-party services." msgstr "Nota: Exportado para serviços de terceiros." @@ -9880,8 +9894,8 @@ msgid "Sent Method" msgstr "Método de envio" #: application/views/qso/edit_ajax.php:436 -#: application/views/qso/edit_ajax.php:469 application/views/qso/index.php:596 -#: application/views/qso/index.php:599 +#: application/views/qso/edit_ajax.php:469 application/views/qso/index.php:600 +#: application/views/qso/index.php:603 msgid "Method" msgstr "Método" @@ -9900,11 +9914,11 @@ msgstr "Verificado (Correspondência)" msgid "Received Method" msgstr "Método de receção" -#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:616 +#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:620 msgid "Get the default message for eQSL, for this station." msgstr "Obtém a mensagem padrão para eQSL, para esta estação." -#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:616 +#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:620 msgid "QSL MSG" msgstr "MSG QSL" @@ -9941,7 +9955,7 @@ msgstr "Guardar alterações" msgid "TimeOff is less than TimeOn" msgstr "O tempo de inatividade é menor que o tempo de atividade" -#: application/views/qso/index.php:5 application/views/qso/index.php:727 +#: application/views/qso/index.php:5 application/views/qso/index.php:731 msgid "Previous Contacts" msgstr "Contactos anteriores" @@ -9994,7 +10008,7 @@ msgstr "Tempo desligado" msgid "Search DXCluster for latest Spot" msgstr "Pesquisar DXCluster para o spot mais recente" -#: application/views/qso/index.php:199 application/views/qso/index.php:455 +#: application/views/qso/index.php:203 application/views/qso/index.php:459 #: application/views/station_profile/create.php:149 #: application/views/station_profile/edit.php:218 #: application/views/user/edit.php:583 application/views/view_log/qso.php:355 @@ -10002,7 +10016,7 @@ msgstr "Pesquisar DXCluster para o spot mais recente" msgid "IOTA Reference" msgstr "Referência IOTA" -#: application/views/qso/index.php:215 application/views/qso/index.php:472 +#: application/views/qso/index.php:219 application/views/qso/index.php:476 #: application/views/station_profile/create.php:165 #: application/views/station_profile/edit.php:246 #: application/views/user/edit.php:587 application/views/view_log/qso.php:362 @@ -10010,91 +10024,91 @@ msgstr "Referência IOTA" msgid "SOTA Reference" msgstr "Referência SOTA" -#: application/views/qso/index.php:325 application/views/view_log/qso.php:100 +#: application/views/qso/index.php:329 application/views/view_log/qso.php:100 msgid "Frequency (RX)" msgstr "Frequência (RX)" -#: application/views/qso/index.php:330 +#: application/views/qso/index.php:334 msgid "Band (RX)" msgstr "Banda (RX)" -#: application/views/qso/index.php:474 +#: application/views/qso/index.php:478 msgid "For example: GM/NS-001." msgstr "Por exemplo: GM/NS-001." -#: application/views/qso/index.php:487 +#: application/views/qso/index.php:491 msgid "For example: DLFF-0069." msgstr "Por exemplo: DLFF-0069." -#: application/views/qso/index.php:500 +#: application/views/qso/index.php:504 msgid "For example: PA-0150. Multiple values allowed." msgstr "Por exemplo: PA-0150. Vários valores permitidos." -#: application/views/qso/index.php:512 +#: application/views/qso/index.php:516 msgid "For example: GMA" msgstr "Por exemplo: GMA" -#: application/views/qso/index.php:518 +#: application/views/qso/index.php:522 msgid "For example: DA/NW-357" msgstr "Por exemplo: DA/NW-357" -#: application/views/qso/index.php:526 +#: application/views/qso/index.php:530 msgid "For example: Q03" msgstr "Por exemplo: Q03" -#: application/views/qso/index.php:533 +#: application/views/qso/index.php:537 msgid "eMail-Adress of QSO-Partner" msgstr "Endereço de correio eletrónico do parceiro QSO" -#: application/views/qso/index.php:542 application/views/view_log/qso.php:276 +#: application/views/qso/index.php:546 application/views/view_log/qso.php:276 msgid "Satellite Name" msgstr "Nome do Satélite" -#: application/views/qso/index.php:550 application/views/view_log/qso.php:283 +#: application/views/qso/index.php:554 application/views/view_log/qso.php:283 msgid "Satellite Mode" msgstr "Modo Satélite" -#: application/views/qso/index.php:635 +#: application/views/qso/index.php:639 msgid "Reset to Default" msgstr "Repor a predefinição" -#: application/views/qso/index.php:676 +#: application/views/qso/index.php:680 msgid "Winkey" msgstr "Winkey" -#: application/views/qso/index.php:678 +#: application/views/qso/index.php:682 msgid "Connect" msgstr "Conectar" -#: application/views/qso/index.php:687 +#: application/views/qso/index.php:691 msgid "Stop" msgstr "Parar" -#: application/views/qso/index.php:688 +#: application/views/qso/index.php:692 msgid "Tune" msgstr "Sintonizar" -#: application/views/qso/index.php:689 +#: application/views/qso/index.php:693 msgid "Stop Tune" msgstr "Parar Sintonização" -#: application/views/qso/index.php:695 +#: application/views/qso/index.php:699 msgid "CW Speed" msgstr "Velocidade CW" -#: application/views/qso/index.php:700 +#: application/views/qso/index.php:704 msgid "Send" msgstr "Enviar" -#: application/views/qso/index.php:710 +#: application/views/qso/index.php:714 msgid "Suggestions" msgstr "Sugestões" -#: application/views/qso/index.php:717 +#: application/views/qso/index.php:721 msgid "Profile Picture" msgstr "Foto de Perfil" -#: application/views/qso/index.php:741 +#: application/views/qso/index.php:745 msgid "Max. 5 previous contacts are shown" msgstr "São apresentados no máximo 5 contactos anteriores" @@ -10699,7 +10713,7 @@ msgstr "" "em %s." #: application/views/simplefle/index.php:17 -#: application/views/simplefle/index.php:178 +#: application/views/simplefle/index.php:179 msgid "Syntax Help" msgstr "Ajuda de Sintaxe" @@ -10784,27 +10798,27 @@ msgstr "" msgid "An error occurred while saving the QSO to the logbook! Error: " msgstr "Ocorreu um erro ao guardar o contacto no logbook! Erro: " -#: application/views/simplefle/index.php:42 +#: application/views/simplefle/index.php:43 msgid "What is that?" msgstr "O que é isso?" -#: application/views/simplefle/index.php:45 +#: application/views/simplefle/index.php:46 msgid "Current UTC Time" msgstr "Hora atual UTC" -#: application/views/simplefle/index.php:78 +#: application/views/simplefle/index.php:79 msgid "If you don't choose a date, today's date will be used." msgstr "Se não escolher uma data, será utilizada a data de hoje." -#: application/views/simplefle/index.php:90 +#: application/views/simplefle/index.php:91 msgid "You can add the entered QSOs to a contest." msgstr "Pode adicionar os contactos introduzidos a um concurso." -#: application/views/simplefle/index.php:97 +#: application/views/simplefle/index.php:98 msgid "Station Call/Location" msgstr "Indicativo da Estação/Localização" -#: application/views/simplefle/index.php:109 +#: application/views/simplefle/index.php:110 #, php-format msgid "" "If you did operate from a new location, first create a new %sStation " @@ -10813,36 +10827,36 @@ msgstr "" "Se você operou a partir de um novo local, primeiro crie uma nova %sStation " "Location%s" -#: application/views/simplefle/index.php:114 +#: application/views/simplefle/index.php:115 msgid "e.g. OK2CQR" msgstr "exemplo: OK2CQR" -#: application/views/simplefle/index.php:117 +#: application/views/simplefle/index.php:118 msgid "This is callsign of the operator. Without any pre- or suffixes." msgstr "Este é o indicativo do operador. Sem qualquer prefixo ou sufixo." -#: application/views/simplefle/index.php:127 +#: application/views/simplefle/index.php:128 msgid "Enter the Data" msgstr "Introduzir os dados" -#: application/views/simplefle/index.php:156 +#: application/views/simplefle/index.php:157 msgid "Refs" msgstr "Referências" -#: application/views/simplefle/index.php:168 +#: application/views/simplefle/index.php:169 #, php-format msgid "The Refs can be either %sS%sOTA, %sI%sOTA, %sP%sOTA, or %sW%sWFF" msgstr "As Refs podem ser %sS%sOTA, %sI%sOTA, %sP%sOTA, ou %sW%sWFF" -#: application/views/simplefle/index.php:175 +#: application/views/simplefle/index.php:176 msgid "Reload QSO List" msgstr "Recarregar Lista de contactos" -#: application/views/simplefle/index.php:176 +#: application/views/simplefle/index.php:177 msgid "Save in Wavelog" msgstr "Guardar no Wavelog" -#: application/views/simplefle/index.php:177 +#: application/views/simplefle/index.php:178 msgid "Clear Logging Session" msgstr "Limpar Sessão de Registo" diff --git a/application/locale/ru_RU/LC_MESSAGES/messages.po b/application/locale/ru_RU/LC_MESSAGES/messages.po index 50c885fb4..76ecdf0e3 100644 --- a/application/locale/ru_RU/LC_MESSAGES/messages.po +++ b/application/locale/ru_RU/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-11-15 15:56+0000\n" +"POT-Creation-Date: 2024-11-18 17:48+0000\n" "PO-Revision-Date: 2024-11-11 16:35+0000\n" "Last-Translator: Michael Skolsky \n" "Language-Team: Russian \n" "Language-Team: Albanian \n" "Language-Team: Serbian \n" "Language-Team: Swedish \n" "Language-Team: Turkish \n" "Language-Team: Chinese (Simplified Han script) load->is_loaded('staticmap_model')) { + $this->load->model('staticmap_model'); + } + $this->staticmap_model->remove_static_map_image($station_id); + $records = ''; gc_collect_cycles(); if (count($a_qsos) > 0) { @@ -3982,7 +3989,7 @@ class Logbook_model extends CI_Model { if (isset($record['tx_pwr'])) { $tx_pwr = filter_var($record['tx_pwr'], FILTER_VALIDATE_FLOAT); } else { - $tx_pwr = NULL; + $tx_pwr = $station_profile->station_power ?? NULL; } // Sanitise RX Power @@ -4419,12 +4426,6 @@ class Logbook_model extends CI_Model { } else { $this->add_qso($data, $skipexport); } - - // if there are any static map images for this station, remove them so they can be regenerated - if (!$this->load->is_loaded('staticmap_model')) { - $this->load->model('staticmap_model'); - } - $this->staticmap_model->remove_static_map_image($station_id); } else { $my_error .= "Date/Time: " . ($time_on ?? 'N/A') . " Callsign: " . ($record['call'] ?? 'N/A') . " Band: " . ($band ?? 'N/A') . " ".__("Duplicate for")." ". ($station_profile_call ?? 'N/A') . "
"; diff --git a/application/models/Logbookadvanced_model.php b/application/models/Logbookadvanced_model.php index 646a9cc02..91d90344f 100644 --- a/application/models/Logbookadvanced_model.php +++ b/application/models/Logbookadvanced_model.php @@ -579,10 +579,7 @@ class Logbookadvanced_model extends CI_Model { if ($mode->col_submode == null || $mode->col_submode == "") { array_push($modes, $mode->col_mode); } else { - // Make sure we don't add LSB or USB as submodes in the array list - if ($mode->col_mode != "SSB") { - array_push($modes, $mode->col_submode); - } + array_push($modes, $mode->col_submode); } } @@ -628,6 +625,8 @@ class Logbookadvanced_model extends CI_Model { case "continent": $column = 'COL_CONT'; break; case "qrzsent": $column = 'COL_QRZCOM_QSO_UPLOAD_STATUS'; break; case "qrzreceived": $column = 'COL_QRZCOM_QSO_DOWNLOAD_STATUS'; break; + case "eqslsent": $column = 'COL_EQSL_QSL_SENT'; break; + case "eqslreceived": $column = 'COL_EQSL_QSL_RCVD'; break; case "stationpower": $column = 'COL_TX_PWR'; break; default: return; } @@ -772,6 +771,23 @@ class Logbookadvanced_model extends CI_Model { $query = $this->db->query($sql, array($value, json_decode($ids, true), $this->session->userdata('user_id'))); + } else if ($column == 'COL_EQSL_QSL_SENT') { + $skipqrzupdate = true; + + $sql = "UPDATE ".$this->config->item('table_name')." JOIN station_profile ON ". $this->config->item('table_name').".station_id = station_profile.station_id" . + " SET " . $this->config->item('table_name').".COL_EQSL_QSL_SENT = ?, " . $this->config->item('table_name').".COL_EQSL_QSLSDATE = now()" . + " WHERE " . $this->config->item('table_name').".col_primary_key in ? and station_profile.user_id = ?"; + + $query = $this->db->query($sql, array($value, json_decode($ids, true), $this->session->userdata('user_id'))); + } else if ($column == 'COL_EQSL_QSL_RCVD') { + $skipqrzupdate = true; + + $sql = "UPDATE ".$this->config->item('table_name')." JOIN station_profile ON ". $this->config->item('table_name').".station_id = station_profile.station_id" . + " SET " . $this->config->item('table_name').".COL_EQSL_QSL_RCVD = ?, " . $this->config->item('table_name').".COL_EQSL_QSLRDATE = now()" . + " WHERE " . $this->config->item('table_name').".col_primary_key in ? and station_profile.user_id = ?"; + + $query = $this->db->query($sql, array($value, json_decode($ids, true), $this->session->userdata('user_id'))); + } else if ($column == 'COL_QSLMSG') { $sql = "UPDATE ".$this->config->item('table_name')." JOIN station_profile ON ". $this->config->item('table_name').".station_id = station_profile.station_id" . diff --git a/application/views/bands/index.php b/application/views/bands/index.php index 782919631..e83bce99b 100644 --- a/application/views/bands/index.php +++ b/application/views/bands/index.php @@ -94,7 +94,7 @@ $wwff = 0; data;?> cw;?> - diff --git a/application/views/contesting/index.php b/application/views/contesting/index.php index 75be220dd..39aa613af 100644 --- a/application/views/contesting/index.php +++ b/application/views/contesting/index.php @@ -141,7 +141,11 @@
- +
+ + ... +
+
diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index 48b1187c4..d48c9b140 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -1158,6 +1158,7 @@ $($('#callsign')).on('keypress',function(e) { uri->segment(1) == "qso" || ($this->uri->segment(1) == "contesting" && $this->uri->segment(2) != "add")) { ?> + @@ -1209,6 +1210,7 @@ $($('#callsign')).on('keypress',function(e) { $(".radio_login_error" ).remove(); } cat2UI($('#frequency'),data.frequency,false,true,function(d){ + $('#frequency').trigger('change'); if ($("#band").val() != frequencyToBand(d)) { $("#band").val(frequencyToBand(d)).trigger('change'); // Let's only change if we really have a different band! } diff --git a/application/views/logbookadvanced/edit.php b/application/views/logbookadvanced/edit.php index e7f795844..c55c8e699 100644 --- a/application/views/logbookadvanced/edit.php +++ b/application/views/logbookadvanced/edit.php @@ -27,6 +27,8 @@ + +
 
@@ -149,6 +151,12 @@ + + +
+ + ... +
+
diff --git a/application/views/simplefle/index.php b/application/views/simplefle/index.php index 26a832ae9..552a62b63 100644 --- a/application/views/simplefle/index.php +++ b/application/views/simplefle/index.php @@ -37,6 +37,7 @@ var lang_qso_simplefle_success_save_to_log = ""; var lang_qso_simplefle_error_save_to_log_header = ""; var lang_qso_simplefle_error_save_to_log = ""; + var lang_duplicate_for = "";

diff --git a/assets/js/sections/contesting.js b/assets/js/sections/contesting.js index bc6530978..3f7c3681b 100644 --- a/assets/js/sections/contesting.js +++ b/assets/js/sections/contesting.js @@ -7,6 +7,10 @@ $(document).ready(async function () { await restoreContestSession(sessiondata); // wait for restoring until finished setRst($("#mode").val()); $('#contestname').val($('#contestname_select').val()); + + // Clear the localStorage for the qrg units + localStorage.clear(); + set_qrg(); }); // Always update the contestname @@ -471,8 +475,9 @@ function highlight(term, base) { // Only set the frequency when not set by userdata/PHP. if ($('#frequency').val() == "") { $.get('qso/band_to_freq/' + $('#band').val() + '/' + $('.mode').val(), function (result) { - $('#frequency').val(result); + $('#frequency').val(result).trigger("change"); $('#frequency_rx').val(""); + set_qrg(); }); } @@ -480,7 +485,7 @@ if ($('#frequency').val() == "") { $('#mode').change(function () { if ($('#radio').val() == '0') { $.get('qso/band_to_freq/' + $('#band').val() + '/' + $('.mode').val(), function (result) { - $('#frequency').val(result); + $('#frequency').val(result).trigger("change"); $('#frequency_rx').val(""); }); } @@ -491,12 +496,13 @@ $('#mode').change(function () { /* Calculate Frequency */ /* on band change */ $('#band').change(function () { - if ($('#radio').val() == '0') { - $.get('qso/band_to_freq/' + $(this).val() + '/' + $('.mode').val(), function (result) { - $('#frequency').val(result); - $('#frequency_rx').val(""); - }); + if ($('#radio').val() == '0') { + $.get('qso/band_to_freq/' + $(this).val() + '/' + $('.mode').val(), function (result) { + $('#frequency').val(result).trigger("change"); + $('#frequency_rx').val(""); + }); } + set_qrg(); checkIfWorkedBefore(); }); @@ -507,7 +513,7 @@ $('#band').change(function () { $('#radio').change(function () { if ($('#radio').val() == '0') { $.get('qso/band_to_freq/' + $('#band').val() + '/' + $('.mode').val(), function (result) { - $('#frequency').val(result); + $('#frequency').val(result).trigger("change"); $('#frequency_rx').val(""); }); } @@ -767,7 +773,7 @@ async function restoreContestSession(data) { $("#frequency").val(settings.freq_display); } else { $.get('qso/band_to_freq/' + settings.band + '/' + settings.mode, function (result) { - $('#frequency').val(result); + $('#frequency').val(result).trigger("change"); }); } } diff --git a/assets/js/sections/logbookadvanced_edit.js b/assets/js/sections/logbookadvanced_edit.js index eeb9ce077..017cfa29b 100644 --- a/assets/js/sections/logbookadvanced_edit.js +++ b/assets/js/sections/logbookadvanced_edit.js @@ -187,6 +187,9 @@ function saveBatchEditQsos(id_list) { if (column == 'qrzsent' || column == 'qrzreceived') { value = $("#editQrz").val(); } + if (column == 'eqslsent' || column == 'eqslreceived') { + value = $("#editEqsl").val(); + } if (column == 'continent') { value = $("#editContinent").val(); } @@ -239,6 +242,7 @@ function changeEditType(type) { $('#editContinent').hide(); $('#editQrz').hide(); $('#saveButton').prop("disabled", false); + $('#editEqsl').hide(); if (type == "dxcc") { $('#editDxcc').show(); } else if (type == "iota") { @@ -273,6 +277,8 @@ function changeEditType(type) { $('#editLoTW').show(); } else if (type == "qrzsent" || type == "qrzreceived") { $('#editQrz').show(); + } else if (type == "eqslsent" || type == "eqslreceived") { + $('#editEqsl').show(); } else if (type == "continent") { $('#editContinent').show(); } else if (type == "gridsquare" || type == "sota" || type == "wwff" || type == "operator" || type == "pota" || type == "comment" || type == "qslvia" || type == "contest" || type == "qslmsg" || type == "stationpower") { diff --git a/assets/js/sections/qrg_handler.js b/assets/js/sections/qrg_handler.js new file mode 100644 index 000000000..df3adea6c --- /dev/null +++ b/assets/js/sections/qrg_handler.js @@ -0,0 +1,129 @@ +$('#qrg_unit').on('click', function () { + if ($(this).html() == 'Hz') { + $(this).html('kHz'); + $("#freq_calculated").val($("#frequency").val() / 1000); + localStorage.setItem('qrgunit_' + $('#band').val(), 'kHz'); + } else if ($(this).html() == 'kHz') { + $(this).html('MHz'); + $("#freq_calculated").val($("#frequency").val() / 1000000); + localStorage.setItem('qrgunit_' + $('#band').val(), 'MHz'); + } else if ($(this).html() == 'MHz') { + $(this).html('GHz'); + $("#freq_calculated").val($("#frequency").val() / 1000000000); + localStorage.setItem('qrgunit_' + $('#band').val(), 'GHz'); + } else if ($(this).html() == 'GHz') { + $(this).html('Hz'); + $("#freq_calculated").val($("#frequency").val()); + localStorage.setItem('qrgunit_' + $('#band').val(), 'Hz'); + } +}); + +async function set_qrg() { + + let frequency = $('#frequency').val(); + let band = $('#band').val(); + + // check if there are qrgunits in the localStorage + if (!localStorage.getItem('qrgunit_' + band)) { + // console.log('fetching qrg units'); + await $.getJSON(base_url + 'index.php/user_options/get_qrg_units', async function (result) { + $.each(result, function(key, value) { + localStorage.setItem('qrgunit_' + key, value); + }); + }); + } + + let qrgunit = localStorage.getItem('qrgunit_' + band); + + if (qrgunit != null) { + $('#qrg_unit').html(localStorage.getItem('qrgunit_' + band)); + } else { + $('#qrg_unit').html('...'); + } + + if (qrgunit == 'Hz') { + $("#freq_calculated").val(frequency); + } else if (qrgunit == 'kHz') { + $("#freq_calculated").val(frequency / 1000); + } else if (qrgunit == 'MHz') { + $("#freq_calculated").val(frequency / 1000000); + } else if (qrgunit == 'GHz') { + $("#freq_calculated").val(frequency / 1000000000); + } +} + +async function set_new_qrg() { + let new_qrg = $('#freq_calculated').val().trim(); + let parsed_qrg = parseFloat(new_qrg); + let unit = $('#qrg_unit').html(); + + // check if the input contains a unit and parse the qrg + if (/^\d+(\.\d+)?\s*hz$/i.test(new_qrg)) { + unit = 'Hz'; + parsed_qrg = parseFloat(new_qrg); + } else if (/^\d+(\.\d+)?\s*khz$/i.test(new_qrg)) { + unit = 'kHz'; + parsed_qrg = parseFloat(new_qrg); + } else if (/^\d+(\.\d+)?\s*mhz$/i.test(new_qrg)) { + unit = 'MHz'; + parsed_qrg = parseFloat(new_qrg); + } else if (/^\d+(\.\d+)?\s*ghz$/i.test(new_qrg)) { + unit = 'GHz'; + parsed_qrg = parseFloat(new_qrg); + } + + // update the unit if there was any change + $('#qrg_unit').html(unit); + + // calculate the other stuff + let qrg_hz; + switch (unit) { + case 'Hz': + qrg_hz = parsed_qrg; + localStorage.setItem('qrgunit_' + $('#band').val(), 'Hz'); + break; + case 'kHz': + qrg_hz = parsed_qrg * 1000; + localStorage.setItem('qrgunit_' + $('#band').val(), 'kHz'); + break; + case 'MHz': + qrg_hz = parsed_qrg * 1000000; + localStorage.setItem('qrgunit_' + $('#band').val(), 'MHz'); + break; + case 'GHz': + qrg_hz = parsed_qrg * 1000000000; + localStorage.setItem('qrgunit_' + $('#band').val(), 'GHz'); + break; + default: + qrg_hz = 0; + console.error('Invalid unit'); + } + + $('#frequency').val(qrg_hz); + $('#freq_calculated').val(parsed_qrg); + $('#band').val(frequencyToBand(qrg_hz)); + +} + +$('#frequency').on('change', function () { + // console.log('frequency changed'); + set_qrg(); +}); + +$('#freq_calculated').on('input', function () { + $(this).val($(this).val().replace(',', '.')); +}); + +$('#freq_calculated').on('change', function () { + // console.log('freq_calculated changed'); + set_new_qrg(); +}); + +$('#freq_calculated').on('keydown', function (e) { + if (e.which === 13) { + e.preventDefault(); + set_new_qrg().then(() => { + $("#qso_input").trigger('submit'); + }); + } +}); \ No newline at end of file diff --git a/assets/js/sections/qso.js b/assets/js/sections/qso.js index 987a8066c..7f79d4b42 100644 --- a/assets/js/sections/qso.js +++ b/assets/js/sections/qso.js @@ -190,7 +190,7 @@ $(document).on("click", "#fav_recall", function (event) { $('#band_rx').val(favs[this.innerText].band_rx); $('#band').val(favs[this.innerText].band); $('#frequency_rx').val(favs[this.innerText].frequency_rx); - $('#frequency').val(favs[this.innerText].frequency); + $('#frequency').val(favs[this.innerText].frequency).trigger("change"); $('#selectPropagation').val(favs[this.innerText].prop_mode); $('#mode').val(favs[this.innerText].mode).on("change"); }); @@ -273,7 +273,7 @@ bc.onmessage = function (ev) { } setTimeout(() => { if (ev.data.frequency != null) { - $('#frequency').val(ev.data.frequency); + $('#frequency').val(ev.data.frequency).trigger("change"); $("#band").val(frequencyToBand(ev.data.frequency)); } if (ev.data.frequency_rx != "") { @@ -365,7 +365,7 @@ $(document).on('change', 'input', function () { } $("#band").val(frequencyToBand(val2[0].Uplink_Freq)); $("#band_rx").val(frequencyToBand(val2[0].Downlink_Freq)); - $("#frequency").val(val2[0].Uplink_Freq); + $("#frequency").val(val2[0].Uplink_Freq).trigger("change"); $("#frequency_rx").val(val2[0].Downlink_Freq); $("#selectPropagation").val('SAT'); } @@ -569,6 +569,8 @@ function reset_fields() { $("#callsign").on("focusout", function () { if ($(this).val().length >= 3 && preventLookup == false) { + $("#noticer").fadeOut(1000); + // Temp store the callsign var temp_callsign = $(this).val(); @@ -592,7 +594,7 @@ $("#callsign").on("focusout", function () { lookupCall = $.getJSON(base_url + 'index.php/logbook/json/' + find_callsign + '/' + json_band + '/' + json_mode + '/' + $('#stationProfile').val() + '/' + $('#start_date').val(), async function (result) { // Make sure the typed callsign and json result match - if ($('#callsign').val = result.callsign) { + if ($('#callsign').val().toUpperCase().replace('Ø', '0') == result.callsign) { // Reset QSO fields resetDefaultQSOFields(); @@ -814,7 +816,12 @@ $("#callsign").on("focusout", function () { // Get DXX Summary getDxccResult(result.dxcc.adif, convert_case(result.dxcc.entity)); - } + } + // else { + // console.log("Callsigns do not match, skipping lookup"); + // console.log("Typed Callsign: " + $('#callsign').val()); + // console.log("Returned Callsign: " + result.callsign); + // } }); } else { // Reset QSO fields @@ -858,7 +865,7 @@ $('#start_date').on('change', function () { $('.mode').on('change', function () { if ($('#radio').val() == 0) { $.get(base_url + 'index.php/qso/band_to_freq/' + $('#band').val() + '/' + $('.mode').val(), function (result) { - $('#frequency').val(result); + $('#frequency').val(result).trigger("change"); }); } $('#frequency_rx').val(""); @@ -869,7 +876,7 @@ $('.mode').on('change', function () { $('#band').on('change', function () { if ($('#radio').val() == 0) { $.get(base_url + 'index.php/qso/band_to_freq/' + $(this).val() + '/' + $('.mode').val(), function (result) { - $('#frequency').val(result); + $('#frequency').val(result).trigger("change"); }); } $('#frequency_rx').val(""); @@ -877,6 +884,7 @@ $('#band').on('change', function () { $("#selectPropagation").val(""); $("#sat_name").val(""); $("#sat_mode").val(""); + set_qrg(); }); /* On Key up Calculate Bearing and Distance */ @@ -1209,6 +1217,10 @@ $(document).ready(function () { set_timers(); updateStateDropdown('#dxcc_id', '#stateInputLabel', '#location_us_county', '#stationCntyInputQso'); + // Clear the localStorage for the qrg units + localStorage.clear(); + set_qrg(); + $("#locator").popover({ placement: 'top', title: 'Gridsquare Formatting', content: "Enter multiple (4-digit) grids separated with commas. For example: IO77,IO78" }) .focus(function () { $('#locator').popover('show'); @@ -1426,8 +1438,9 @@ $(document).ready(function () { // Only set the frequency when not set by userdata/PHP. if ($('#frequency').val() == "") { $.get(base_url + 'index.php/qso/band_to_freq/' + $('#band').val() + '/' + $('.mode').val(), function (result) { - $('#frequency').val(result); + $('#frequency').val(result).trigger("change"); $('#frequency_rx').val(""); + set_qrg(); }); } diff --git a/assets/js/sections/simplefle.js b/assets/js/sections/simplefle.js index eb1999aca..6c9d1f3c4 100644 --- a/assets/js/sections/simplefle.js +++ b/assets/js/sections/simplefle.js @@ -912,7 +912,7 @@ $(".js-save-to-log").click(function () { btnOKClass: "btn-info", callback: function (result) { if (result) { - var wait_dialog = BootstrapDialog.show({ + const wait_dialog = BootstrapDialog.show({ title: lang_general_word_please_wait, message: '
', closable: false, @@ -977,8 +977,7 @@ $(".js-save-to-log").click(function () { type: "post", data: { qsos: JSON.stringify(qsos) }, success: function (result) { - wait_dialog.close(); - if (result == 'success' || result.includes("Duplicate for")) { + if (result == 'success' || result.includes(lang_duplicate_for)) { BootstrapDialog.alert({ title: lang_qso_simplefle_success_save_to_log_header, message: lang_qso_simplefle_success_save_to_log, @@ -986,27 +985,32 @@ $(".js-save-to-log").click(function () { btnOKLabel: lang_general_word_ok, btnOKClass: "btn-info", callback: function (result) { + wait_dialog.close(); clearSession(); } }); } else { - wait_dialog.close(); BootstrapDialog.alert({ title: lang_general_word_error, message: lang_qso_simplefle_error_save_to_log + "

" + JSON.stringify(result) + "
", size: BootstrapDialog.SIZE_WIDE, type: BootstrapDialog.TYPE_DANGER, + callback: function (result) { + wait_dialog.close(); + } }); console.error(result); } }, error: function (result) { - wait_dialog.close(); BootstrapDialog.alert({ title: lang_general_word_error, message: lang_qso_simplefle_error_save_to_log + "

" + JSON.stringify(result) + "
", size: BootstrapDialog.SIZE_WIDE, type: BootstrapDialog.TYPE_DANGER, + callback: function (result) { + wait_dialog.close(); + } }); console.error(result); }, diff --git a/assets/lang_src/messages.pot b/assets/lang_src/messages.pot index 26bb3a898..d7c1007f4 100644 --- a/assets/lang_src/messages.pot +++ b/assets/lang_src/messages.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-11-15 15:56+0000\n" +"POT-Creation-Date: 2024-11-18 17:48+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -194,16 +194,16 @@ msgstr "" msgid "Station Profile not valid for User" msgstr "" -#: application/controllers/Adif.php:269 +#: application/controllers/Adif.php:263 #: application/views/adif/import_success.php:12 msgid "ADIF Imported" msgstr "" -#: application/controllers/Adif.php:280 +#: application/controllers/Adif.php:274 msgid "DCL Import" msgstr "" -#: application/controllers/Adif.php:338 +#: application/controllers/Adif.php:332 msgid "DCL Data Imported" msgstr "" @@ -267,8 +267,8 @@ msgstr "" #: application/views/interface_assets/header.php:198 #: application/views/logbookadvanced/index.php:658 #: application/views/logbookadvanced/useroptions.php:114 -#: application/views/qso/edit_ajax.php:387 application/views/qso/index.php:267 -#: application/views/qso/index.php:524 application/views/user/edit.php:603 +#: application/views/qso/edit_ajax.php:387 application/views/qso/index.php:271 +#: application/views/qso/index.php:528 application/views/user/edit.php:603 #: application/views/view_log/qso.php:433 msgid "DOK" msgstr "" @@ -286,7 +286,7 @@ msgstr "" #: application/views/logbookadvanced/useroptions.php:86 #: application/views/lookup/index.php:4 #: application/views/lotw_views/index.php:36 -#: application/views/qso/edit_ajax.php:232 application/views/qso/index.php:364 +#: application/views/qso/edit_ajax.php:232 application/views/qso/index.php:368 #: application/views/search/cqzones_result.php:15 #: application/views/search/ituzones_result.php:15 #: application/views/search/result.php:27 @@ -1081,7 +1081,7 @@ msgstr "" #: application/views/awards/was/index.php:87 #: application/views/components/hamsat/table.php:30 #: application/views/contesting/index.php:113 -#: application/views/contesting/index.php:255 +#: application/views/contesting/index.php:259 #: application/views/continents/index.php:39 application/views/csv/index.php:42 #: application/views/dashboard/index.php:4 #: application/views/debug/index.php:573 @@ -1118,7 +1118,7 @@ msgstr "" #: application/views/search/ituzones_result.php:10 #: application/views/search/lotw_unconfirmed_result.php:8 #: application/views/search/search_result_ajax.php:4 -#: application/views/simplefle/index.php:152 +#: application/views/simplefle/index.php:153 #: application/views/statistics/custom.php:60 #: application/views/statistics/custom_result.php:62 #: application/views/statistics/custom_result.php:88 @@ -1138,8 +1138,8 @@ msgstr "" #: application/controllers/Logbook.php:1357 #: application/views/awards/pota/index.php:36 #: application/views/awards/wwff/index.php:36 -#: application/views/contesting/index.php:170 -#: application/views/contesting/index.php:256 +#: application/views/contesting/index.php:174 +#: application/views/contesting/index.php:260 #: application/views/logbookadvanced/index.php:601 #: application/views/logbookadvanced/useroptions.php:38 #: application/views/qslcard/searchresult.php:13 @@ -1150,9 +1150,9 @@ msgstr "" #: application/views/qslprint/qslprint.php:26 #: application/views/qslprint/qsolist.php:11 #: application/views/qso/components/previous_contacts.php:78 -#: application/views/qso/edit_ajax.php:141 application/views/qso/index.php:180 +#: application/views/qso/edit_ajax.php:141 application/views/qso/index.php:184 #: application/views/search/search_result_ajax.php:5 -#: application/views/simplefle/index.php:153 +#: application/views/simplefle/index.php:154 #: application/views/user/edit.php:230 application/views/user/edit.php:252 #: application/views/user/edit.php:274 application/views/user/edit.php:296 #: application/views/user/edit.php:319 @@ -1165,8 +1165,8 @@ msgstr "" #: application/controllers/Logbook.php:1358 #: application/views/awards/pota/index.php:37 #: application/views/awards/wwff/index.php:37 -#: application/views/contesting/index.php:194 -#: application/views/contesting/index.php:257 +#: application/views/contesting/index.php:198 +#: application/views/contesting/index.php:261 #: application/views/logbookadvanced/index.php:604 #: application/views/logbookadvanced/useroptions.php:42 #: application/views/qslcard/searchresult.php:14 @@ -1177,9 +1177,9 @@ msgstr "" #: application/views/qslprint/qslprint.php:27 #: application/views/qslprint/qsolist.php:12 #: application/views/qso/components/previous_contacts.php:79 -#: application/views/qso/edit_ajax.php:146 application/views/qso/index.php:185 +#: application/views/qso/edit_ajax.php:146 application/views/qso/index.php:189 #: application/views/search/search_result_ajax.php:6 -#: application/views/simplefle/index.php:154 +#: application/views/simplefle/index.php:155 #: application/views/user/edit.php:231 application/views/user/edit.php:253 #: application/views/user/edit.php:275 application/views/user/edit.php:297 #: application/views/user/edit.php:320 @@ -1247,7 +1247,7 @@ msgstr "" #: application/views/contesting/index.php:61 #: application/views/dashboard/index.php:12 #: application/views/logbookadvanced/edit.php:23 -#: application/views/logbookadvanced/edit.php:71 +#: application/views/logbookadvanced/edit.php:73 #: application/views/logbookadvanced/index.php:199 #: application/views/logbookadvanced/index.php:640 #: application/views/logbookadvanced/qslcarousel.php:36 @@ -1273,7 +1273,7 @@ msgstr "" #: application/views/awards/gridmaster/index.php:40 #: application/views/awards/vucc/band.php:12 #: application/views/contesting/index.php:21 -#: application/views/contesting/index.php:262 +#: application/views/contesting/index.php:266 #: application/views/dashboard/index.php:13 #: application/views/gridmap/index.php:152 #: application/views/labels/index.php:125 @@ -1290,13 +1290,13 @@ msgstr "" #: application/views/qslcard/searchresult.php:67 #: application/views/qslcard/searchresult.php:83 #: application/views/qso/components/previous_contacts.php:86 -#: application/views/qso/edit_ajax.php:155 application/views/qso/index.php:282 +#: application/views/qso/edit_ajax.php:155 application/views/qso/index.php:286 #: application/views/satellite/pass.php:28 #: application/views/search/cqzones_result.php:12 #: application/views/search/ituzones_result.php:12 #: application/views/search/result.php:49 #: application/views/search/search_result_ajax.php:13 -#: application/views/simplefle/index.php:155 +#: application/views/simplefle/index.php:156 #: application/views/stationsetup/stationsetup.php:125 #: application/views/timeline/index.php:290 application/views/user/edit.php:130 #: application/views/user/edit.php:238 application/views/user/edit.php:260 @@ -1360,7 +1360,7 @@ msgstr "" #: application/views/bands/create.php:24 application/views/bands/edit.php:6 #: application/views/bands/index.php:45 #: application/views/contesting/index.php:126 -#: application/views/contesting/index.php:254 +#: application/views/contesting/index.php:258 #: application/views/continents/index.php:30 application/views/csv/index.php:31 #: application/views/dashboard/index.php:15 #: application/views/debug/index.php:574 application/views/dxatlas/index.php:31 @@ -1393,7 +1393,7 @@ msgstr "" #: application/views/search/ituzones_result.php:11 #: application/views/search/lotw_unconfirmed_result.php:9 #: application/views/search/search_result_ajax.php:15 -#: application/views/simplefle/index.php:151 +#: application/views/simplefle/index.php:152 #: application/views/stationsetup/exportmapoptions.php:31 #: application/views/statistics/custom.php:53 #: application/views/statistics/custom_result.php:55 @@ -1443,7 +1443,7 @@ msgstr "" #: application/views/qslcard/searchresult.php:87 #: application/views/qso/components/previous_contacts.php:90 #: application/views/search/search_result_ajax.php:17 -#: application/views/simplefle/index.php:114 +#: application/views/simplefle/index.php:115 #: application/views/user/edit.php:240 application/views/user/edit.php:262 #: application/views/user/edit.php:284 application/views/user/edit.php:306 #: application/views/user/edit.php:329 @@ -1465,7 +1465,7 @@ msgstr "" #: application/views/lookup/index.php:44 #: application/views/lotw_views/index.php:52 #: application/views/qso/components/previous_contacts.php:59 -#: application/views/qso/edit_ajax.php:250 application/views/qso/index.php:373 +#: application/views/qso/edit_ajax.php:250 application/views/qso/index.php:377 #: application/views/station_profile/create.php:73 #: application/views/station_profile/edit.php:105 #: application/views/stationsetup/linkedlocations.php:17 @@ -1561,7 +1561,7 @@ msgstr "" #: application/views/notes/view.php:6 application/views/notes/view.php:9 #: application/views/qso/edit_ajax.php:36 #: application/views/qso/edit_ajax.php:395 application/views/qso/index.php:41 -#: application/views/qso/index.php:573 application/views/view_log/qso.php:14 +#: application/views/qso/index.php:577 application/views/view_log/qso.php:14 #: application/views/view_log/qso.php:679 msgid "Notes" msgstr "" @@ -1803,8 +1803,8 @@ msgstr "" #: application/controllers/Radio.php:47 application/views/bandmap/index.php:25 #: application/views/bandmap/list.php:63 -#: application/views/contesting/index.php:148 -#: application/views/qso/index.php:315 +#: application/views/contesting/index.php:152 +#: application/views/qso/index.php:319 msgid "Radio" msgstr "" @@ -1816,7 +1816,7 @@ msgstr "" #: application/views/logbookadvanced/index.php:576 #: application/views/lotw_views/index.php:43 #: application/views/simplefle/index.php:20 -#: application/views/simplefle/index.php:179 +#: application/views/simplefle/index.php:180 #: application/views/stationsetup/exportmapoptions.php:5 #: application/views/statistics/custom.php:31 #: application/views/statistics/custom_result.php:33 @@ -1824,13 +1824,13 @@ msgid "Options" msgstr "" #: application/controllers/Radio.php:53 application/views/debug/index.php:308 -#: application/views/qso/index.php:680 +#: application/views/qso/index.php:684 msgid "Settings" msgstr "" #: application/controllers/Radio.php:91 -#: application/views/contesting/index.php:152 -#: application/views/qso/index.php:319 +#: application/views/contesting/index.php:156 +#: application/views/qso/index.php:323 msgid "last updated" msgstr "" @@ -1862,10 +1862,10 @@ msgstr "" #: application/controllers/Radio.php:107 #: application/controllers/Stationsetup.php:372 #: application/views/api/help.php:61 application/views/contesting/add.php:62 -#: application/views/interface_assets/footer.php:2374 -#: application/views/interface_assets/footer.php:2392 -#: application/views/interface_assets/footer.php:2413 -#: application/views/interface_assets/footer.php:2431 +#: application/views/interface_assets/footer.php:2376 +#: application/views/interface_assets/footer.php:2394 +#: application/views/interface_assets/footer.php:2415 +#: application/views/interface_assets/footer.php:2433 #: application/views/labels/index.php:48 application/views/labels/index.php:84 #: application/views/logbookadvanced/index.php:568 #: application/views/lotw_views/index.php:114 @@ -1967,6 +1967,13 @@ msgid "" "date" msgstr "" +#: application/controllers/Simplefle.php:90 +#: application/controllers/Simplefle.php:93 +#: application/models/Logbook_model.php:4422 +#: application/views/simplefle/index.php:40 +msgid "Duplicate for" +msgstr "" + #: application/controllers/Staticmap.php:20 #: application/controllers/Staticmap.php:25 #: application/controllers/Staticmap.php:132 @@ -2002,7 +2009,7 @@ msgstr "" #: application/views/dxatlas/index.php:19 #: application/views/labels/index.php:124 #: application/views/logbookadvanced/edit.php:21 -#: application/views/qslprint/index.php:20 application/views/qso/index.php:303 +#: application/views/qslprint/index.php:20 application/views/qso/index.php:307 #: application/views/search/search_result_ajax.php:18 #: application/views/station_profile/create.php:305 #: application/views/station_profile/edit.php:455 @@ -2037,7 +2044,7 @@ msgstr "" #: application/controllers/Stationsetup.php:131 #: application/controllers/Stationsetup.php:152 #: application/controllers/Stationsetup.php:436 -#: application/views/qso/index.php:639 application/views/simplefle/index.php:38 +#: application/views/qso/index.php:643 application/views/simplefle/index.php:38 msgid "Error" msgstr "" @@ -2504,75 +2511,71 @@ msgstr "" msgid "HRDlog: No station profiles with HRDlog Credentials found." msgstr "" -#: application/models/Logbook_model.php:3737 +#: application/models/Logbook_model.php:3744 #, php-format msgid "Wrong station callsign %s while importing QSO with %s for %s: SKIPPED" msgstr "" -#: application/models/Logbook_model.php:3738 +#: application/models/Logbook_model.php:3745 #, php-format msgid "Check %s for hints about errors in ADIF files." msgstr "" -#: application/models/Logbook_model.php:3750 +#: application/models/Logbook_model.php:3757 msgid "QSO on" msgstr "" -#: application/models/Logbook_model.php:3750 +#: application/models/Logbook_model.php:3757 msgid "" "You tried to import a QSO without any given CALL. This QSO wasn't imported. " "It's invalid" msgstr "" -#: application/models/Logbook_model.php:4049 +#: application/models/Logbook_model.php:4056 msgid "the qslrdate is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4060 +#: application/models/Logbook_model.php:4067 msgid "the qslsdate is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4111 +#: application/models/Logbook_model.php:4118 msgid "the clublog_qso_upload_date is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4131 +#: application/models/Logbook_model.php:4138 msgid "the lotw_qslrdate is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4150 +#: application/models/Logbook_model.php:4157 msgid "the lotw_qslsdate is invalid (YYYYMMDD)" msgstr "" -#: application/models/Logbook_model.php:4421 -msgid "Duplicate for" -msgstr "" - -#: application/models/Logbook_model.php:4482 +#: application/models/Logbook_model.php:4483 msgid "QSO could not be matched" msgstr "" -#: application/models/Logbook_model.php:4488 +#: application/models/Logbook_model.php:4489 msgid "confirmed by LoTW/Clublog/eQSL/Contest" msgstr "" -#: application/models/Logbook_model.php:4493 +#: application/models/Logbook_model.php:4494 msgid "confirmed by award manager" msgstr "" -#: application/models/Logbook_model.php:4496 +#: application/models/Logbook_model.php:4497 msgid "confirmed by cross-check of DCL data" msgstr "" -#: application/models/Logbook_model.php:4499 +#: application/models/Logbook_model.php:4500 msgid "confirmation pending" msgstr "" -#: application/models/Logbook_model.php:4502 +#: application/models/Logbook_model.php:4503 msgid "unconfirmed" msgstr "" -#: application/models/Logbook_model.php:4505 +#: application/models/Logbook_model.php:4506 #: application/views/view_log/qso.php:267 msgid "unknown" msgstr "" @@ -2689,8 +2692,8 @@ msgstr "" #: application/views/gridmap/index.php:41 #: application/views/gridmap/index.php:70 #: application/views/gridmap/index.php:83 -#: application/views/interface_assets/footer.php:1485 -#: application/views/interface_assets/footer.php:1624 +#: application/views/interface_assets/footer.php:1487 +#: application/views/interface_assets/footer.php:1626 #: application/views/kml/index.php:21 application/views/kml/index.php:33 #: application/views/kml/index.php:49 application/views/kml/index.php:67 #: application/views/kml/index.php:79 @@ -2787,7 +2790,7 @@ msgstr "" #: application/views/accumulate/index.php:85 #: application/views/distances/index.php:58 #: application/views/gridmap/index.php:42 -#: application/views/logbookadvanced/edit.php:153 +#: application/views/logbookadvanced/edit.php:161 #: application/views/logbookadvanced/index.php:333 #: application/views/timeline/index.php:79 msgid "None/Empty" @@ -2798,7 +2801,7 @@ msgstr "" #: application/views/dxatlas/index.php:95 #: application/views/gridmap/index.php:44 application/views/kml/index.php:80 #: application/views/logbookadvanced/index.php:251 -#: application/views/qso/edit_ajax.php:190 application/views/qso/index.php:420 +#: application/views/qso/edit_ajax.php:190 application/views/qso/index.php:424 #: application/views/timeline/index.php:80 #: application/views/view_log/qso.php:213 msgctxt "Propagation Mode" @@ -2810,7 +2813,7 @@ msgstr "" #: application/views/dxatlas/index.php:96 #: application/views/gridmap/index.php:45 application/views/kml/index.php:81 #: application/views/logbookadvanced/index.php:252 -#: application/views/qso/edit_ajax.php:191 application/views/qso/index.php:421 +#: application/views/qso/edit_ajax.php:191 application/views/qso/index.php:425 #: application/views/timeline/index.php:81 #: application/views/view_log/qso.php:216 msgctxt "Propagation Mode" @@ -2822,7 +2825,7 @@ msgstr "" #: application/views/dxatlas/index.php:97 #: application/views/gridmap/index.php:46 application/views/kml/index.php:82 #: application/views/logbookadvanced/index.php:253 -#: application/views/qso/edit_ajax.php:192 application/views/qso/index.php:422 +#: application/views/qso/edit_ajax.php:192 application/views/qso/index.php:426 #: application/views/timeline/index.php:82 #: application/views/view_log/qso.php:219 msgctxt "Propagation Mode" @@ -2834,7 +2837,7 @@ msgstr "" #: application/views/dxatlas/index.php:98 #: application/views/gridmap/index.php:47 application/views/kml/index.php:83 #: application/views/logbookadvanced/index.php:254 -#: application/views/qso/edit_ajax.php:193 application/views/qso/index.php:423 +#: application/views/qso/edit_ajax.php:193 application/views/qso/index.php:427 #: application/views/timeline/index.php:83 #: application/views/view_log/qso.php:222 msgctxt "Propagation Mode" @@ -2846,7 +2849,7 @@ msgstr "" #: application/views/dxatlas/index.php:99 #: application/views/gridmap/index.php:48 application/views/kml/index.php:84 #: application/views/logbookadvanced/index.php:255 -#: application/views/qso/edit_ajax.php:194 application/views/qso/index.php:424 +#: application/views/qso/edit_ajax.php:194 application/views/qso/index.php:428 #: application/views/timeline/index.php:84 #: application/views/view_log/qso.php:225 msgctxt "Propagation Mode" @@ -2858,7 +2861,7 @@ msgstr "" #: application/views/dxatlas/index.php:100 #: application/views/gridmap/index.php:49 application/views/kml/index.php:85 #: application/views/logbookadvanced/index.php:256 -#: application/views/qso/edit_ajax.php:195 application/views/qso/index.php:425 +#: application/views/qso/edit_ajax.php:195 application/views/qso/index.php:429 #: application/views/timeline/index.php:85 #: application/views/view_log/qso.php:228 msgctxt "Propagation Mode" @@ -2870,7 +2873,7 @@ msgstr "" #: application/views/dxatlas/index.php:101 #: application/views/gridmap/index.php:50 application/views/kml/index.php:86 #: application/views/logbookadvanced/index.php:257 -#: application/views/qso/edit_ajax.php:196 application/views/qso/index.php:426 +#: application/views/qso/edit_ajax.php:196 application/views/qso/index.php:430 #: application/views/timeline/index.php:86 #: application/views/view_log/qso.php:231 msgctxt "Propagation Mode" @@ -2882,7 +2885,7 @@ msgstr "" #: application/views/dxatlas/index.php:102 #: application/views/gridmap/index.php:51 application/views/kml/index.php:87 #: application/views/logbookadvanced/index.php:258 -#: application/views/qso/edit_ajax.php:197 application/views/qso/index.php:427 +#: application/views/qso/edit_ajax.php:197 application/views/qso/index.php:431 #: application/views/timeline/index.php:87 #: application/views/view_log/qso.php:234 msgctxt "Propagation Mode" @@ -2894,7 +2897,7 @@ msgstr "" #: application/views/dxatlas/index.php:103 #: application/views/gridmap/index.php:52 application/views/kml/index.php:88 #: application/views/logbookadvanced/index.php:259 -#: application/views/qso/edit_ajax.php:198 application/views/qso/index.php:428 +#: application/views/qso/edit_ajax.php:198 application/views/qso/index.php:432 #: application/views/timeline/index.php:88 #: application/views/view_log/qso.php:237 msgctxt "Propagation Mode" @@ -2906,7 +2909,7 @@ msgstr "" #: application/views/dxatlas/index.php:104 #: application/views/gridmap/index.php:53 application/views/kml/index.php:89 #: application/views/logbookadvanced/index.php:260 -#: application/views/qso/edit_ajax.php:199 application/views/qso/index.php:429 +#: application/views/qso/edit_ajax.php:199 application/views/qso/index.php:433 #: application/views/timeline/index.php:89 #: application/views/view_log/qso.php:240 msgctxt "Propagation Mode" @@ -2918,7 +2921,7 @@ msgstr "" #: application/views/dxatlas/index.php:105 #: application/views/gridmap/index.php:54 application/views/kml/index.php:90 #: application/views/logbookadvanced/index.php:261 -#: application/views/qso/edit_ajax.php:200 application/views/qso/index.php:430 +#: application/views/qso/edit_ajax.php:200 application/views/qso/index.php:434 #: application/views/timeline/index.php:90 #: application/views/view_log/qso.php:243 msgctxt "Propagation Mode" @@ -2930,7 +2933,7 @@ msgstr "" #: application/views/dxatlas/index.php:106 #: application/views/gridmap/index.php:55 application/views/kml/index.php:91 #: application/views/logbookadvanced/index.php:262 -#: application/views/qso/edit_ajax.php:201 application/views/qso/index.php:431 +#: application/views/qso/edit_ajax.php:201 application/views/qso/index.php:435 #: application/views/timeline/index.php:91 #: application/views/view_log/qso.php:246 msgctxt "Propagation Mode" @@ -2942,7 +2945,7 @@ msgstr "" #: application/views/dxatlas/index.php:107 #: application/views/gridmap/index.php:56 application/views/kml/index.php:92 #: application/views/logbookadvanced/index.php:263 -#: application/views/qso/edit_ajax.php:202 application/views/qso/index.php:432 +#: application/views/qso/edit_ajax.php:202 application/views/qso/index.php:436 #: application/views/timeline/index.php:92 #: application/views/view_log/qso.php:249 msgctxt "Propagation Mode" @@ -2954,7 +2957,7 @@ msgstr "" #: application/views/dxatlas/index.php:108 #: application/views/gridmap/index.php:57 application/views/kml/index.php:93 #: application/views/logbookadvanced/index.php:264 -#: application/views/qso/edit_ajax.php:203 application/views/qso/index.php:433 +#: application/views/qso/edit_ajax.php:203 application/views/qso/index.php:437 #: application/views/timeline/index.php:93 #: application/views/view_log/qso.php:252 msgctxt "Propagation Mode" @@ -2966,7 +2969,7 @@ msgstr "" #: application/views/dxatlas/index.php:109 #: application/views/gridmap/index.php:58 application/views/kml/index.php:94 #: application/views/logbookadvanced/index.php:265 -#: application/views/qso/edit_ajax.php:204 application/views/qso/index.php:434 +#: application/views/qso/edit_ajax.php:204 application/views/qso/index.php:438 #: application/views/timeline/index.php:94 #: application/views/view_log/qso.php:255 msgctxt "Propagation Mode" @@ -2978,7 +2981,7 @@ msgstr "" #: application/views/dxatlas/index.php:110 #: application/views/gridmap/index.php:59 application/views/kml/index.php:95 #: application/views/logbookadvanced/index.php:266 -#: application/views/qso/edit_ajax.php:205 application/views/qso/index.php:435 +#: application/views/qso/edit_ajax.php:205 application/views/qso/index.php:439 #: application/views/timeline/index.php:95 #: application/views/view_log/qso.php:258 msgctxt "Propagation Mode" @@ -2990,7 +2993,7 @@ msgstr "" #: application/views/dxatlas/index.php:111 #: application/views/gridmap/index.php:60 application/views/kml/index.php:96 #: application/views/logbookadvanced/index.php:267 -#: application/views/qso/edit_ajax.php:206 application/views/qso/index.php:436 +#: application/views/qso/edit_ajax.php:206 application/views/qso/index.php:440 #: application/views/timeline/index.php:96 #: application/views/view_log/qso.php:261 msgctxt "Propagation Mode" @@ -3002,7 +3005,7 @@ msgstr "" #: application/views/dxatlas/index.php:112 #: application/views/gridmap/index.php:61 application/views/kml/index.php:97 #: application/views/logbookadvanced/index.php:268 -#: application/views/qso/edit_ajax.php:207 application/views/qso/index.php:437 +#: application/views/qso/edit_ajax.php:207 application/views/qso/index.php:441 #: application/views/timeline/index.php:97 #: application/views/view_log/qso.php:264 msgctxt "Propagation Mode" @@ -3169,7 +3172,7 @@ msgstr "" #: application/views/awards/wwff/index.php:34 #: application/views/cabrillo/index.php:31 #: application/views/components/hamsat/table.php:27 -#: application/views/contesting/index.php:161 +#: application/views/contesting/index.php:165 #: application/views/csv/index.php:23 application/views/dashboard/index.php:175 #: application/views/distancerecords/index.php:18 #: application/views/dxatlas/index.php:23 application/views/eqsl/import.php:42 @@ -3193,7 +3196,7 @@ msgstr "" #: application/views/search/lotw_unconfirmed.php:36 #: application/views/search/lotw_unconfirmed_result.php:6 #: application/views/search/result.php:11 -#: application/views/simplefle/index.php:150 +#: application/views/simplefle/index.php:151 #: application/views/station_profile/edit.php:63 #: application/views/stationsetup/linkedlocations.php:17 #: application/views/user/edit.php:123 application/views/user/index.php:4 @@ -3258,7 +3261,7 @@ msgstr "" #: application/views/bandmap/list.php:112 #: application/views/components/hamsat/table.php:25 #: application/views/contesting/index.php:98 -#: application/views/contesting/index.php:252 +#: application/views/contesting/index.php:256 #: application/views/dashboard/index.php:170 #: application/views/debug/index.php:570 #: application/views/distancerecords/index.php:16 @@ -3279,7 +3282,7 @@ msgstr "" #: application/views/search/cqzones_result.php:7 #: application/views/search/ituzones_result.php:7 #: application/views/search/search_result_ajax.php:89 -#: application/views/simplefle/index.php:148 +#: application/views/simplefle/index.php:149 #: application/views/statistics/custom.php:38 #: application/views/statistics/custom_result.php:40 #: application/views/statistics/custom_result.php:85 @@ -3302,7 +3305,7 @@ msgstr "" #: application/views/bandmap/list.php:112 #: application/views/components/hamsat/table.php:26 #: application/views/contesting/index.php:103 -#: application/views/contesting/index.php:252 +#: application/views/contesting/index.php:256 #: application/views/dashboard/index.php:173 #: application/views/debug/index.php:571 #: application/views/distancerecords/index.php:17 @@ -3317,7 +3320,7 @@ msgstr "" #: application/views/search/cqzones_result.php:8 #: application/views/search/ituzones_result.php:8 #: application/views/search/search_result_ajax.php:91 -#: application/views/simplefle/index.php:149 +#: application/views/simplefle/index.php:150 #: application/views/statistics/custom_result.php:86 #: application/views/timeline/index.php:289 #: application/views/timeplotter/index.php:5 @@ -3331,7 +3334,7 @@ msgstr "" #: application/views/adif/dcl_success.php:31 #: application/views/awards/vucc/band.php:18 #: application/views/bandmap/list.php:114 -#: application/views/contesting/index.php:253 +#: application/views/contesting/index.php:257 #: application/views/debug/index.php:572 application/views/debug/index.php:607 #: application/views/dxcalendar/index.php:12 #: application/views/eqsl/analysis.php:38 @@ -3408,7 +3411,7 @@ msgid "Add QSOs to Contest" msgstr "" #: application/views/adif/import.php:71 -#: application/views/simplefle/index.php:84 +#: application/views/simplefle/index.php:85 msgid "No Contest" msgstr "" @@ -3464,7 +3467,7 @@ msgstr "" #: application/views/adif/import.php:162 #: application/views/interface_assets/footer.php:32 #: application/views/interface_assets/footer.php:510 -#: application/views/interface_assets/footer.php:2170 +#: application/views/interface_assets/footer.php:2172 msgid "DANGER" msgstr "" @@ -3897,7 +3900,7 @@ msgstr "" #: application/views/logbookadvanced/qslcarousel.php:37 #: application/views/logbookadvanced/useroptions.php:94 #: application/views/lookup/index.php:3 application/views/qso/edit_ajax.php:306 -#: application/views/qso/index.php:396 +#: application/views/qso/index.php:400 #: application/views/search/cqzones_result.php:13 #: application/views/station_profile/create.php:106 #: application/views/station_profile/edit.php:153 @@ -4019,7 +4022,7 @@ msgstr "" #: application/views/awards/cq/index.php:56 #: application/views/awards/itu/index.php:56 #: application/views/awards/wac/index.php:44 -#: application/views/interface_assets/footer.php:2149 +#: application/views/interface_assets/footer.php:2151 #: application/views/qso/edit_ajax.php:405 #: application/views/view_log/qso.php:25 msgid "QSL Card" @@ -4226,10 +4229,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:87 #: application/views/awards/iota/index.php:61 #: application/views/bandmap/index.php:37 application/views/bandmap/list.php:83 -#: application/views/logbookadvanced/edit.php:155 +#: application/views/logbookadvanced/edit.php:163 #: application/views/logbookadvanced/index.php:335 #: application/views/options/dxcluster.php:56 -#: application/views/qso/edit_ajax.php:264 application/views/qso/index.php:387 +#: application/views/qso/edit_ajax.php:264 application/views/qso/index.php:391 #: application/views/view_log/qso.php:323 msgid "Antarctica" msgstr "" @@ -4237,10 +4240,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:91 #: application/views/awards/iota/index.php:65 #: application/views/bandmap/index.php:36 application/views/bandmap/list.php:82 -#: application/views/logbookadvanced/edit.php:154 +#: application/views/logbookadvanced/edit.php:162 #: application/views/logbookadvanced/index.php:334 #: application/views/options/dxcluster.php:55 -#: application/views/qso/edit_ajax.php:263 application/views/qso/index.php:386 +#: application/views/qso/edit_ajax.php:263 application/views/qso/index.php:390 #: application/views/view_log/qso.php:320 msgid "Africa" msgstr "" @@ -4248,10 +4251,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:95 #: application/views/awards/iota/index.php:69 #: application/views/bandmap/index.php:38 application/views/bandmap/list.php:84 -#: application/views/logbookadvanced/edit.php:157 +#: application/views/logbookadvanced/edit.php:165 #: application/views/logbookadvanced/index.php:337 #: application/views/options/dxcluster.php:57 -#: application/views/qso/edit_ajax.php:265 application/views/qso/index.php:388 +#: application/views/qso/edit_ajax.php:265 application/views/qso/index.php:392 #: application/views/view_log/qso.php:326 msgid "Asia" msgstr "" @@ -4259,10 +4262,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:99 #: application/views/awards/iota/index.php:73 #: application/views/bandmap/index.php:39 application/views/bandmap/list.php:85 -#: application/views/logbookadvanced/edit.php:158 +#: application/views/logbookadvanced/edit.php:166 #: application/views/logbookadvanced/index.php:338 #: application/views/options/dxcluster.php:58 -#: application/views/qso/edit_ajax.php:266 application/views/qso/index.php:389 +#: application/views/qso/edit_ajax.php:266 application/views/qso/index.php:393 #: application/views/view_log/qso.php:329 msgid "Europe" msgstr "" @@ -4270,10 +4273,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:103 #: application/views/awards/iota/index.php:77 #: application/views/bandmap/index.php:40 application/views/bandmap/list.php:86 -#: application/views/logbookadvanced/edit.php:156 +#: application/views/logbookadvanced/edit.php:164 #: application/views/logbookadvanced/index.php:336 #: application/views/options/dxcluster.php:59 -#: application/views/qso/edit_ajax.php:267 application/views/qso/index.php:390 +#: application/views/qso/edit_ajax.php:267 application/views/qso/index.php:394 #: application/views/view_log/qso.php:332 msgid "North America" msgstr "" @@ -4281,10 +4284,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:107 #: application/views/awards/iota/index.php:81 #: application/views/bandmap/index.php:42 application/views/bandmap/list.php:88 -#: application/views/logbookadvanced/edit.php:159 +#: application/views/logbookadvanced/edit.php:167 #: application/views/logbookadvanced/index.php:339 #: application/views/options/dxcluster.php:61 -#: application/views/qso/edit_ajax.php:269 application/views/qso/index.php:392 +#: application/views/qso/edit_ajax.php:269 application/views/qso/index.php:396 #: application/views/view_log/qso.php:338 msgid "South America" msgstr "" @@ -4292,10 +4295,10 @@ msgstr "" #: application/views/awards/dxcc/index.php:111 #: application/views/awards/iota/index.php:85 #: application/views/bandmap/index.php:41 application/views/bandmap/list.php:87 -#: application/views/logbookadvanced/edit.php:160 +#: application/views/logbookadvanced/edit.php:168 #: application/views/logbookadvanced/index.php:340 #: application/views/options/dxcluster.php:60 -#: application/views/qso/edit_ajax.php:268 application/views/qso/index.php:391 +#: application/views/qso/edit_ajax.php:268 application/views/qso/index.php:395 #: application/views/view_log/qso.php:335 msgid "Oceania" msgstr "" @@ -4485,13 +4488,13 @@ msgstr "" #: application/views/contesting/add.php:25 #: application/views/contesting/create.php:24 #: application/views/contesting/index.php:59 -#: application/views/contesting/index.php:219 +#: application/views/contesting/index.php:223 #: application/views/dashboard/index.php:18 #: application/views/labels/index.php:41 application/views/labels/index.php:75 #: application/views/logbookadvanced/index.php:613 #: application/views/logbookadvanced/qslcarousel.php:34 #: application/views/logbookadvanced/useroptions.php:54 -#: application/views/qso/edit_ajax.php:170 application/views/qso/index.php:191 +#: application/views/qso/edit_ajax.php:170 application/views/qso/index.php:195 #: application/views/satellite/edit.php:34 #: application/views/satellite/index.php:21 #: application/views/search/result.php:16 @@ -4519,7 +4522,7 @@ msgstr "" #: application/views/logbookadvanced/index.php:646 #: application/views/logbookadvanced/useroptions.php:98 #: application/views/lookup/index.php:7 application/views/qso/edit_ajax.php:314 -#: application/views/qso/index.php:406 +#: application/views/qso/index.php:410 #: application/views/search/ituzones_result.php:13 #: application/views/station_profile/create.php:120 #: application/views/station_profile/edit.php:170 @@ -4628,7 +4631,7 @@ msgid "" msgstr "" #: application/views/awards/pota/index.php:31 -#: application/views/qso/index.php:239 application/views/qso/index.php:498 +#: application/views/qso/index.php:243 application/views/qso/index.php:502 #: application/views/station_profile/create.php:177 #: application/views/station_profile/edit.php:272 #: application/views/user/edit.php:595 application/views/view_log/qso.php:376 @@ -4808,7 +4811,7 @@ msgstr "" #: application/views/logbookadvanced/index.php:330 #: application/views/logbookadvanced/index.php:682 #: application/views/logbookadvanced/useroptions.php:146 -#: application/views/qso/edit_ajax.php:260 application/views/qso/index.php:383 +#: application/views/qso/edit_ajax.php:260 application/views/qso/index.php:387 #: application/views/view_log/qso.php:315 msgid "Continent" msgstr "" @@ -4908,7 +4911,7 @@ msgid "" msgstr "" #: application/views/awards/wwff/index.php:31 -#: application/views/qso/index.php:227 application/views/qso/index.php:485 +#: application/views/qso/index.php:231 application/views/qso/index.php:489 #: application/views/station_profile/create.php:171 #: application/views/station_profile/edit.php:259 #: application/views/user/edit.php:591 application/views/view_log/qso.php:369 @@ -4968,8 +4971,8 @@ msgstr "" #: application/views/bandmap/index.php:27 application/views/bandmap/list.php:65 #: application/views/contesting/index.php:19 #: application/views/contesting/index.php:57 -#: application/views/contesting/index.php:150 -#: application/views/qso/index.php:317 +#: application/views/contesting/index.php:154 +#: application/views/qso/index.php:321 msgid "None" msgstr "" @@ -5053,14 +5056,14 @@ msgid "" msgstr "" #: application/views/bands/index.php:54 application/views/qso/edit_ajax.php:378 -#: application/views/qso/index.php:251 application/views/qso/index.php:510 +#: application/views/qso/index.php:255 application/views/qso/index.php:514 #: application/views/user/edit.php:599 application/views/view_log/qso.php:398 #: application/views/view_log/qso.php:666 msgid "Sig" msgstr "" #: application/views/bands/index.php:56 application/views/qso/edit_ajax.php:346 -#: application/views/qso/index.php:449 +#: application/views/qso/index.php:453 msgid "USA County" msgstr "" @@ -5188,7 +5191,7 @@ msgstr "" #: application/views/cabrillo/index.php:48 #: application/views/logbookadvanced/index.php:553 -#: application/views/qso/index.php:275 +#: application/views/qso/index.php:279 #: application/views/station_profile/edit.php:92 msgid "Location" msgstr "" @@ -5289,8 +5292,9 @@ msgstr "" #: application/views/cabrillo/index.php:196 #: application/views/cabrillo/index.php:204 -#: application/views/logbookadvanced/edit.php:139 -#: application/views/logbookadvanced/edit.php:147 +#: application/views/logbookadvanced/edit.php:141 +#: application/views/logbookadvanced/edit.php:149 +#: application/views/logbookadvanced/edit.php:155 #: application/views/logbookadvanced/index.php:353 #: application/views/logbookadvanced/index.php:364 #: application/views/logbookadvanced/index.php:395 @@ -5308,7 +5312,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:522 #: application/views/qso/edit_ajax.php:535 #: application/views/qso/edit_ajax.php:551 -#: application/views/qso/edit_ajax.php:565 application/views/qso/index.php:587 +#: application/views/qso/edit_ajax.php:565 application/views/qso/index.php:591 #: application/views/search/result.php:74 #: application/views/station_profile/create.php:209 #: application/views/station_profile/create.php:217 @@ -5333,8 +5337,9 @@ msgstr "" #: application/views/cabrillo/index.php:197 #: application/views/cabrillo/index.php:203 -#: application/views/logbookadvanced/edit.php:140 -#: application/views/logbookadvanced/edit.php:148 +#: application/views/logbookadvanced/edit.php:142 +#: application/views/logbookadvanced/edit.php:150 +#: application/views/logbookadvanced/edit.php:156 #: application/views/logbookadvanced/index.php:354 #: application/views/logbookadvanced/index.php:365 #: application/views/logbookadvanced/index.php:396 @@ -5352,7 +5357,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:521 #: application/views/qso/edit_ajax.php:534 #: application/views/qso/edit_ajax.php:550 -#: application/views/qso/edit_ajax.php:564 application/views/qso/index.php:586 +#: application/views/qso/edit_ajax.php:564 application/views/qso/index.php:590 #: application/views/search/result.php:76 #: application/views/station_profile/create.php:210 #: application/views/station_profile/create.php:218 @@ -5419,12 +5424,12 @@ msgid "No upcoming activations found. Please check back later." msgstr "" #: application/views/components/hamsat/table.php:28 -#: application/views/contesting/index.php:224 +#: application/views/contesting/index.php:228 #: application/views/hamsat/index.php:31 #: application/views/logbookadvanced/edit.php:7 #: application/views/logbookadvanced/index.php:670 #: application/views/logbookadvanced/useroptions.php:130 -#: application/views/qso/edit_ajax.php:181 application/views/qso/index.php:292 +#: application/views/qso/edit_ajax.php:181 application/views/qso/index.php:296 #: application/views/view_log/qso.php:202 msgid "Comment" msgstr "" @@ -5462,7 +5467,7 @@ msgstr "" #: application/views/logbookadvanced/index.php:676 #: application/views/logbookadvanced/useroptions.php:138 #: application/views/qso/edit_ajax.php:39 -#: application/views/simplefle/index.php:82 +#: application/views/simplefle/index.php:83 msgid "Contest" msgstr "" @@ -5636,7 +5641,7 @@ msgstr "" #: application/views/contesting/index.php:40 #: application/views/operator/index.php:5 -#: application/views/qso/edit_ajax.php:596 application/views/qso/index.php:355 +#: application/views/qso/edit_ajax.php:596 application/views/qso/index.php:359 msgid "Operator Callsign" msgstr "" @@ -5710,54 +5715,54 @@ msgctxt "Keep the translation short!" msgid "Serial" msgstr "" -#: application/views/contesting/index.php:177 -#: application/views/contesting/index.php:260 +#: application/views/contesting/index.php:181 +#: application/views/contesting/index.php:264 #: application/views/qso/edit_ajax.php:620 msgid "Serial (S)" msgstr "" -#: application/views/contesting/index.php:182 +#: application/views/contesting/index.php:186 msgid "Gridsquare (S)" msgstr "" -#: application/views/contesting/index.php:187 -#: application/views/contesting/index.php:258 +#: application/views/contesting/index.php:191 +#: application/views/contesting/index.php:262 msgid "Exch (S)" msgstr "" -#: application/views/contesting/index.php:201 -#: application/views/contesting/index.php:261 +#: application/views/contesting/index.php:205 +#: application/views/contesting/index.php:265 #: application/views/qso/edit_ajax.php:615 msgid "Serial (R)" msgstr "" -#: application/views/contesting/index.php:206 +#: application/views/contesting/index.php:210 msgid "Gridsquare (R)" msgstr "" -#: application/views/contesting/index.php:211 -#: application/views/contesting/index.php:259 +#: application/views/contesting/index.php:215 +#: application/views/contesting/index.php:263 msgid "Exch (R)" msgstr "" -#: application/views/contesting/index.php:229 +#: application/views/contesting/index.php:233 msgid "Reset QSO" msgstr "" -#: application/views/contesting/index.php:230 -#: application/views/qso/index.php:638 +#: application/views/contesting/index.php:234 +#: application/views/qso/index.php:642 msgid "Save QSO" msgstr "" -#: application/views/contesting/index.php:239 +#: application/views/contesting/index.php:243 msgid "Callsign Suggestions" msgstr "" -#: application/views/contesting/index.php:246 +#: application/views/contesting/index.php:250 msgid "Contest Logbook" msgstr "" -#: application/views/contesting/index.php:263 +#: application/views/contesting/index.php:267 #: application/views/qso/edit_ajax.php:163 msgid "VUCC Gridsquare" msgstr "" @@ -5921,7 +5926,7 @@ msgstr "" #: application/views/csv/index.php:92 application/views/dxatlas/index.php:92 #: application/views/eqsl/download.php:42 #: application/views/eqslcard/index.php:33 application/views/kml/index.php:77 -#: application/views/qso/edit_ajax.php:187 application/views/qso/index.php:417 +#: application/views/qso/edit_ajax.php:187 application/views/qso/index.php:421 msgid "Propagation Mode" msgstr "" @@ -6032,7 +6037,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:420 #: application/views/qso/edit_ajax.php:481 #: application/views/qso/edit_ajax.php:518 -#: application/views/qso/edit_ajax.php:547 application/views/qso/index.php:583 +#: application/views/qso/edit_ajax.php:547 application/views/qso/index.php:587 #: application/views/search/search_result_ajax.php:180 #: application/views/search/search_result_ajax.php:260 #: application/views/search/search_result_ajax.php:298 @@ -6085,7 +6090,7 @@ msgid "Received" msgstr "" #: application/views/dashboard/index.php:301 -#: application/views/logbookadvanced/edit.php:141 +#: application/views/logbookadvanced/edit.php:143 #: application/views/logbookadvanced/index.php:355 #: application/views/logbookadvanced/index.php:366 #: application/views/logbookadvanced/index.php:397 @@ -6104,7 +6109,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:523 #: application/views/qso/edit_ajax.php:536 #: application/views/qso/edit_ajax.php:552 -#: application/views/qso/edit_ajax.php:566 application/views/qso/index.php:588 +#: application/views/qso/edit_ajax.php:566 application/views/qso/index.php:592 #: application/views/search/search_result_ajax.php:186 #: application/views/search/search_result_ajax.php:228 #: application/views/view_log/partial/log_ajax.php:148 @@ -6612,7 +6617,7 @@ msgstr "" #: application/views/distances/index.php:7 #: application/views/interface_assets/footer.php:30 -#: application/views/simplefle/index.php:70 +#: application/views/simplefle/index.php:71 msgid "QSO Data" msgstr "" @@ -6936,10 +6941,10 @@ msgid "QSL Date" msgstr "" #: application/views/eqslcard/index.php:60 -#: application/views/interface_assets/footer.php:2375 -#: application/views/interface_assets/footer.php:2393 -#: application/views/interface_assets/footer.php:2414 -#: application/views/interface_assets/footer.php:2432 +#: application/views/interface_assets/footer.php:2377 +#: application/views/interface_assets/footer.php:2395 +#: application/views/interface_assets/footer.php:2416 +#: application/views/interface_assets/footer.php:2434 #: application/views/qslcard/index.php:66 #: application/views/view_log/qso.php:703 msgid "View" @@ -7076,7 +7081,7 @@ msgid "Not worked" msgstr "" #: application/views/interface_assets/footer.php:47 -#: application/views/qso/index.php:632 +#: application/views/qso/index.php:636 #: application/views/visitor/layout/footer.php:246 msgid "Clear" msgstr "" @@ -7197,62 +7202,62 @@ msgstr "" msgid "Grids: " msgstr "" -#: application/views/interface_assets/footer.php:1203 +#: application/views/interface_assets/footer.php:1204 #, php-format msgid "You're not logged in. Please %slogin%s" msgstr "" -#: application/views/interface_assets/footer.php:1412 -#: application/views/interface_assets/footer.php:1416 -#: application/views/interface_assets/footer.php:1419 -#: application/views/interface_assets/footer.php:1556 -#: application/views/interface_assets/footer.php:1560 -#: application/views/interface_assets/footer.php:1563 +#: application/views/interface_assets/footer.php:1414 +#: application/views/interface_assets/footer.php:1418 +#: application/views/interface_assets/footer.php:1421 +#: application/views/interface_assets/footer.php:1558 +#: application/views/interface_assets/footer.php:1562 +#: application/views/interface_assets/footer.php:1565 msgid "grid square" msgstr "" -#: application/views/interface_assets/footer.php:1419 -#: application/views/interface_assets/footer.php:1563 +#: application/views/interface_assets/footer.php:1421 +#: application/views/interface_assets/footer.php:1565 msgid "Total count" msgstr "" -#: application/views/interface_assets/footer.php:2151 +#: application/views/interface_assets/footer.php:2153 msgid "QSL Card for " msgstr "" -#: application/views/interface_assets/footer.php:2171 +#: application/views/interface_assets/footer.php:2173 msgid "Warning! Are you sure you want to delete this QSL card?" msgstr "" -#: application/views/interface_assets/footer.php:2211 +#: application/views/interface_assets/footer.php:2213 #: application/views/view_log/qso.php:42 msgid "eQSL Card" msgstr "" -#: application/views/interface_assets/footer.php:2213 +#: application/views/interface_assets/footer.php:2215 msgid "eQSL Card for " msgstr "" -#: application/views/interface_assets/footer.php:2386 -#: application/views/interface_assets/footer.php:2425 +#: application/views/interface_assets/footer.php:2388 +#: application/views/interface_assets/footer.php:2427 #: application/views/view_log/qso.php:693 msgid "QSL image file" msgstr "" -#: application/views/interface_assets/footer.php:2405 +#: application/views/interface_assets/footer.php:2407 msgid "Front QSL Card:" msgstr "" -#: application/views/interface_assets/footer.php:2443 +#: application/views/interface_assets/footer.php:2445 msgid "Back QSL Card:" msgstr "" -#: application/views/interface_assets/footer.php:2454 -#: application/views/interface_assets/footer.php:2479 +#: application/views/interface_assets/footer.php:2456 +#: application/views/interface_assets/footer.php:2481 msgid "Add additional QSOs to a QSL Card" msgstr "" -#: application/views/interface_assets/footer.php:2490 +#: application/views/interface_assets/footer.php:2492 msgid "Something went wrong. Please try again!" msgstr "" @@ -7778,27 +7783,36 @@ msgid "QRZ Received" msgstr "" #: application/views/logbookadvanced/edit.php:30 +msgid "eQSL Sent" +msgstr "" + +#: application/views/logbookadvanced/edit.php:31 +msgid "eQSL Received" +msgstr "" + +#: application/views/logbookadvanced/edit.php:32 #: application/views/logbookadvanced/index.php:691 #: application/views/logbookadvanced/useroptions.php:158 msgid "Station power" msgstr "" -#: application/views/logbookadvanced/edit.php:80 +#: application/views/logbookadvanced/edit.php:82 msgid "SAT Mode" msgstr "" -#: application/views/logbookadvanced/edit.php:94 +#: application/views/logbookadvanced/edit.php:96 msgid "Band RX" msgstr "" -#: application/views/logbookadvanced/edit.php:142 -#: application/views/logbookadvanced/edit.php:149 +#: application/views/logbookadvanced/edit.php:144 +#: application/views/logbookadvanced/edit.php:151 +#: application/views/logbookadvanced/edit.php:157 #: application/views/logbookadvanced/index.php:341 #: application/views/logbookadvanced/index.php:566 msgid "Invalid" msgstr "" -#: application/views/logbookadvanced/edit.php:143 +#: application/views/logbookadvanced/edit.php:145 #: application/views/logbookadvanced/index.php:368 #: application/views/logbookadvanced/index.php:410 #: application/views/logbookadvanced/index.php:432 @@ -7871,7 +7885,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:426 #: application/views/qso/edit_ajax.php:487 #: application/views/qso/edit_ajax.php:524 -#: application/views/qso/edit_ajax.php:553 application/views/qso/index.php:589 +#: application/views/qso/edit_ajax.php:553 application/views/qso/index.php:593 #: application/views/search/search_result_ajax.php:183 #: application/views/search/search_result_ajax.php:225 #: application/views/view_log/partial/log_ajax.php:145 @@ -7902,7 +7916,7 @@ msgstr "" #: application/views/qso/edit_ajax.php:525 #: application/views/qso/edit_ajax.php:537 #: application/views/qso/edit_ajax.php:554 -#: application/views/qso/edit_ajax.php:567 application/views/qso/index.php:590 +#: application/views/qso/edit_ajax.php:567 application/views/qso/index.php:594 #: application/views/search/search_result_ajax.php:189 #: application/views/search/search_result_ajax.php:231 #: application/views/search/search_result_ajax.php:305 @@ -7937,7 +7951,7 @@ msgstr "" #: application/views/qslprint/qsolist.php:121 #: application/views/qslprint/qsolist.php:212 #: application/views/qso/edit_ajax.php:438 -#: application/views/qso/edit_ajax.php:471 application/views/qso/index.php:601 +#: application/views/qso/edit_ajax.php:471 application/views/qso/index.php:605 #: application/views/search/search_result_ajax.php:199 #: application/views/search/search_result_ajax.php:241 #: application/views/view_log/partial/log_ajax.php:164 @@ -7955,7 +7969,7 @@ msgstr "" #: application/views/qslprint/qsolist.php:124 #: application/views/qslprint/qsolist.php:213 #: application/views/qso/edit_ajax.php:437 -#: application/views/qso/edit_ajax.php:470 application/views/qso/index.php:600 +#: application/views/qso/edit_ajax.php:470 application/views/qso/index.php:604 #: application/views/search/search_result_ajax.php:202 #: application/views/search/search_result_ajax.php:244 #: application/views/view_log/partial/log_ajax.php:167 @@ -7973,7 +7987,7 @@ msgstr "" #: application/views/qslprint/qsolist.php:130 #: application/views/qslprint/qsolist.php:214 #: application/views/qso/edit_ajax.php:439 -#: application/views/qso/edit_ajax.php:472 application/views/qso/index.php:602 +#: application/views/qso/edit_ajax.php:472 application/views/qso/index.php:606 #: application/views/search/search_result_ajax.php:208 #: application/views/search/search_result_ajax.php:250 #: application/views/view_log/partial/log_ajax.php:173 @@ -7987,7 +8001,7 @@ msgstr "" #: application/views/oqrs/qsolist.php:117 #: application/views/qslprint/qsolist.php:127 #: application/views/qso/edit_ajax.php:440 -#: application/views/qso/edit_ajax.php:473 application/views/qso/index.php:603 +#: application/views/qso/edit_ajax.php:473 application/views/qso/index.php:607 #: application/views/search/search_result_ajax.php:247 #: application/views/view_log/partial/log_ajax.php:208 msgid "Manager" @@ -8971,7 +8985,7 @@ msgstr "" #: application/views/qslprint/qslprint.php:28 #: application/views/qslprint/qsolist.php:15 #: application/views/qslprint/qsolist.php:85 -#: application/views/qso/index.php:609 +#: application/views/qso/index.php:613 #: application/views/search/search_result_ajax.php:205 #: application/views/view_log/partial/log_ajax.php:170 #: src/QSLManager/QSO.php:346 @@ -9077,7 +9091,7 @@ msgid "Time of request" msgstr "" #: application/views/oqrs/showrequests.php:81 -#: application/views/simplefle/index.php:76 +#: application/views/simplefle/index.php:77 msgid "QSO Date" msgstr "" @@ -9211,7 +9225,7 @@ msgid "Remove" msgstr "" #: application/views/qslprint/qslprint.php:34 -#: application/views/simplefle/index.php:141 +#: application/views/simplefle/index.php:142 msgid "QSO List" msgstr "" @@ -9299,11 +9313,11 @@ msgstr "" msgid "RX Band" msgstr "" -#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:351 +#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:355 msgid "Give power value in Watts. Include only numbers in the input." msgstr "" -#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:349 +#: application/views/qso/edit_ajax.php:134 application/views/qso/index.php:353 #: application/views/reg1test/index.php:114 #: application/views/view_log/qso.php:631 msgid "Transmit Power (W)" @@ -9333,7 +9347,7 @@ msgstr "" msgid "Long Path" msgstr "" -#: application/views/qso/edit_ajax.php:273 application/views/qso/index.php:531 +#: application/views/qso/edit_ajax.php:273 application/views/qso/index.php:535 #: application/views/view_log/qso.php:448 msgid "eMail" msgstr "" @@ -9346,32 +9360,32 @@ msgstr "" msgid "Sat Mode" msgstr "" -#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:558 +#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:562 msgid "Antenna Azimuth (°)" msgstr "" -#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:560 +#: application/views/qso/edit_ajax.php:292 application/views/qso/index.php:564 msgid "Antenna azimuth in decimal degrees." msgstr "" -#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:564 +#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:568 msgid "Antenna Elevation (°)" msgstr "" -#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:566 +#: application/views/qso/edit_ajax.php:297 application/views/qso/index.php:570 msgid "Antenna elevation in decimal degrees." msgstr "" -#: application/views/qso/edit_ajax.php:382 application/views/qso/index.php:258 -#: application/views/qso/index.php:516 application/views/user/edit.php:599 +#: application/views/qso/edit_ajax.php:382 application/views/qso/index.php:262 +#: application/views/qso/index.php:520 application/views/user/edit.php:599 #: application/views/view_log/qso.php:414 #: application/views/view_log/qso.php:671 msgid "Sig Info" msgstr "" #: application/views/qso/edit_ajax.php:397 -#: application/views/qso/edit_ajax.php:510 application/views/qso/index.php:575 -#: application/views/qso/index.php:619 +#: application/views/qso/edit_ajax.php:510 application/views/qso/index.php:579 +#: application/views/qso/index.php:623 msgid "Note: Gets exported to third-party services." msgstr "" @@ -9380,8 +9394,8 @@ msgid "Sent Method" msgstr "" #: application/views/qso/edit_ajax.php:436 -#: application/views/qso/edit_ajax.php:469 application/views/qso/index.php:596 -#: application/views/qso/index.php:599 +#: application/views/qso/edit_ajax.php:469 application/views/qso/index.php:600 +#: application/views/qso/index.php:603 msgid "Method" msgstr "" @@ -9400,11 +9414,11 @@ msgstr "" msgid "Received Method" msgstr "" -#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:616 +#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:620 msgid "Get the default message for eQSL, for this station." msgstr "" -#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:616 +#: application/views/qso/edit_ajax.php:507 application/views/qso/index.php:620 msgid "QSL MSG" msgstr "" @@ -9441,7 +9455,7 @@ msgstr "" msgid "TimeOff is less than TimeOn" msgstr "" -#: application/views/qso/index.php:5 application/views/qso/index.php:727 +#: application/views/qso/index.php:5 application/views/qso/index.php:731 msgid "Previous Contacts" msgstr "" @@ -9494,7 +9508,7 @@ msgstr "" msgid "Search DXCluster for latest Spot" msgstr "" -#: application/views/qso/index.php:199 application/views/qso/index.php:455 +#: application/views/qso/index.php:203 application/views/qso/index.php:459 #: application/views/station_profile/create.php:149 #: application/views/station_profile/edit.php:218 #: application/views/user/edit.php:583 application/views/view_log/qso.php:355 @@ -9502,7 +9516,7 @@ msgstr "" msgid "IOTA Reference" msgstr "" -#: application/views/qso/index.php:215 application/views/qso/index.php:472 +#: application/views/qso/index.php:219 application/views/qso/index.php:476 #: application/views/station_profile/create.php:165 #: application/views/station_profile/edit.php:246 #: application/views/user/edit.php:587 application/views/view_log/qso.php:362 @@ -9510,91 +9524,91 @@ msgstr "" msgid "SOTA Reference" msgstr "" -#: application/views/qso/index.php:325 application/views/view_log/qso.php:100 +#: application/views/qso/index.php:329 application/views/view_log/qso.php:100 msgid "Frequency (RX)" msgstr "" -#: application/views/qso/index.php:330 +#: application/views/qso/index.php:334 msgid "Band (RX)" msgstr "" -#: application/views/qso/index.php:474 +#: application/views/qso/index.php:478 msgid "For example: GM/NS-001." msgstr "" -#: application/views/qso/index.php:487 +#: application/views/qso/index.php:491 msgid "For example: DLFF-0069." msgstr "" -#: application/views/qso/index.php:500 +#: application/views/qso/index.php:504 msgid "For example: PA-0150. Multiple values allowed." msgstr "" -#: application/views/qso/index.php:512 +#: application/views/qso/index.php:516 msgid "For example: GMA" msgstr "" -#: application/views/qso/index.php:518 +#: application/views/qso/index.php:522 msgid "For example: DA/NW-357" msgstr "" -#: application/views/qso/index.php:526 +#: application/views/qso/index.php:530 msgid "For example: Q03" msgstr "" -#: application/views/qso/index.php:533 +#: application/views/qso/index.php:537 msgid "eMail-Adress of QSO-Partner" msgstr "" -#: application/views/qso/index.php:542 application/views/view_log/qso.php:276 +#: application/views/qso/index.php:546 application/views/view_log/qso.php:276 msgid "Satellite Name" msgstr "" -#: application/views/qso/index.php:550 application/views/view_log/qso.php:283 +#: application/views/qso/index.php:554 application/views/view_log/qso.php:283 msgid "Satellite Mode" msgstr "" -#: application/views/qso/index.php:635 +#: application/views/qso/index.php:639 msgid "Reset to Default" msgstr "" -#: application/views/qso/index.php:676 +#: application/views/qso/index.php:680 msgid "Winkey" msgstr "" -#: application/views/qso/index.php:678 +#: application/views/qso/index.php:682 msgid "Connect" msgstr "" -#: application/views/qso/index.php:687 +#: application/views/qso/index.php:691 msgid "Stop" msgstr "" -#: application/views/qso/index.php:688 +#: application/views/qso/index.php:692 msgid "Tune" msgstr "" -#: application/views/qso/index.php:689 +#: application/views/qso/index.php:693 msgid "Stop Tune" msgstr "" -#: application/views/qso/index.php:695 +#: application/views/qso/index.php:699 msgid "CW Speed" msgstr "" -#: application/views/qso/index.php:700 +#: application/views/qso/index.php:704 msgid "Send" msgstr "" -#: application/views/qso/index.php:710 +#: application/views/qso/index.php:714 msgid "Suggestions" msgstr "" -#: application/views/qso/index.php:717 +#: application/views/qso/index.php:721 msgid "Profile Picture" msgstr "" -#: application/views/qso/index.php:741 +#: application/views/qso/index.php:745 msgid "Max. 5 previous contacts are shown" msgstr "" @@ -10163,7 +10177,7 @@ msgid "" msgstr "" #: application/views/simplefle/index.php:17 -#: application/views/simplefle/index.php:178 +#: application/views/simplefle/index.php:179 msgid "Syntax Help" msgstr "" @@ -10238,63 +10252,63 @@ msgstr "" msgid "An error occurred while saving the QSO to the logbook! Error: " msgstr "" -#: application/views/simplefle/index.php:42 +#: application/views/simplefle/index.php:43 msgid "What is that?" msgstr "" -#: application/views/simplefle/index.php:45 +#: application/views/simplefle/index.php:46 msgid "Current UTC Time" msgstr "" -#: application/views/simplefle/index.php:78 +#: application/views/simplefle/index.php:79 msgid "If you don't choose a date, today's date will be used." msgstr "" -#: application/views/simplefle/index.php:90 +#: application/views/simplefle/index.php:91 msgid "You can add the entered QSOs to a contest." msgstr "" -#: application/views/simplefle/index.php:97 +#: application/views/simplefle/index.php:98 msgid "Station Call/Location" msgstr "" -#: application/views/simplefle/index.php:109 +#: application/views/simplefle/index.php:110 #, php-format msgid "" "If you did operate from a new location, first create a new %sStation " "Location%s" msgstr "" -#: application/views/simplefle/index.php:114 +#: application/views/simplefle/index.php:115 msgid "e.g. OK2CQR" msgstr "" -#: application/views/simplefle/index.php:117 +#: application/views/simplefle/index.php:118 msgid "This is callsign of the operator. Without any pre- or suffixes." msgstr "" -#: application/views/simplefle/index.php:127 +#: application/views/simplefle/index.php:128 msgid "Enter the Data" msgstr "" -#: application/views/simplefle/index.php:156 +#: application/views/simplefle/index.php:157 msgid "Refs" msgstr "" -#: application/views/simplefle/index.php:168 +#: application/views/simplefle/index.php:169 #, php-format msgid "The Refs can be either %sS%sOTA, %sI%sOTA, %sP%sOTA, or %sW%sWFF" msgstr "" -#: application/views/simplefle/index.php:175 +#: application/views/simplefle/index.php:176 msgid "Reload QSO List" msgstr "" -#: application/views/simplefle/index.php:176 +#: application/views/simplefle/index.php:177 msgid "Save in Wavelog" msgstr "" -#: application/views/simplefle/index.php:177 +#: application/views/simplefle/index.php:178 msgid "Clear Logging Session" msgstr ""