Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Weblate
2024-09-11 09:38:52 +00:00
25 changed files with 715 additions and 646 deletions

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@
/application/config/config.php
/application/logs/*
/application/cache/*
/backup/*.adi
/uploads
/uploads/*.adi
/uploads/*.ADI

View File

@@ -42,7 +42,7 @@ class adif extends CI_Controller {
$this->load->model('adif_data');
$data['qsos'] = $this->adif_data->export_all();
$data['qsos'] = $this->adif_data->export_all(null, $this->input->post('from', true), $this->input->post('to', true));
$this->load->view('adif/data/exportall', $data);
}
@@ -83,10 +83,10 @@ class adif extends CI_Controller {
$station_id = $this->security->xss_clean($this->input->post('station_profile'));
// Used for exporting QSOs not previously exported to LoTW
if ($this->input->post('exportLotw') == 1) {
$exportLotw = true;
} else {
$exportLotw = false;
if ($this->input->post('exportLotw') == 1) {
$exportLotw = true;
} else {
$exportLotw = false;
}
$data['qsos'] = $this->adif_data->export_custom($this->input->post('from'), $this->input->post('to'), $station_id, $exportLotw);
@@ -95,29 +95,29 @@ class adif extends CI_Controller {
if ($this->input->post('markLotw') == 1) {
foreach ($data['qsos']->result() as $qso)
{
$this->adif_data->mark_lotw_sent($qso->COL_PRIMARY_KEY);
}
}
}
foreach ($data['qsos']->result() as $qso)
{
$this->adif_data->mark_lotw_sent($qso->COL_PRIMARY_KEY);
}
}
}
public function mark_lotw() {
// Set memory limit to unlimited to allow heavy usage
ini_set('memory_limit', '-1');
public function mark_lotw() {
// Set memory limit to unlimited to allow heavy usage
ini_set('memory_limit', '-1');
$station_id = $this->security->xss_clean($this->input->post('station_profile'));
$this->load->model('adif_data');
$this->load->model('adif_data');
$data['qsos'] = $this->adif_data->export_custom($this->input->post('from'), $this->input->post('to'), $station_id);
$data['qsos'] = $this->adif_data->export_custom($this->input->post('from'), $this->input->post('to'), $station_id);
foreach ($data['qsos']->result() as $qso)
{
$this->adif_data->mark_lotw_sent($qso->COL_PRIMARY_KEY);
}
foreach ($data['qsos']->result() as $qso)
{
$this->adif_data->mark_lotw_sent($qso->COL_PRIMARY_KEY);
}
$this->load->view('adif/mark_lotw', $data);
}
$this->load->view('adif/mark_lotw', $data);
}
public function export_lotw()
{
@@ -146,8 +146,8 @@ class adif extends CI_Controller {
$data['max_upload'] = ini_get('upload_max_filesize');
$data['station_profile'] = $this->stations->all_of_user();
$active_station_id = $this->stations->find_active();
$station_profile = $this->stations->profile($active_station_id);
$active_station_id = $this->stations->find_active();
$station_profile = $this->stations->profile($active_station_id);
$data['active_station_info'] = $station_profile->row();
$data['active_station_id'] = $active_station_id;
@@ -330,7 +330,7 @@ class adif extends CI_Controller {
$this->load->view('adif/dcl_success');
$this->load->view('interface_assets/footer');
}
}
}
}
/* End of file adif.php */

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-09-11 09:33+0000\n"
"POT-Creation-Date: 2024-09-11 09:38+0000\n"
"PO-Revision-Date: 2024-08-17 10:46+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Bulgarian <https://translate.wavelog.org/projects/wavelog/"
@@ -2518,6 +2518,7 @@ msgstr ""
#: application/views/activated_gridmap/index.php:32
#: application/views/activated_gridmap/index.php:41
#: application/views/activators/index.php:13
#: application/views/adif/import.php:179
#: application/views/awards/cq/index.php:77
#: application/views/awards/cq/index.php:91
#: application/views/awards/dok/index.php:94
@@ -3014,8 +3015,8 @@ msgid "Nothing found!"
msgstr ""
#: application/views/activators/index.php:98
#: application/views/adif/import.php:66 application/views/adif/import.php:182
#: application/views/adif/import.php:227
#: application/views/adif/import.php:66 application/views/adif/import.php:183
#: application/views/adif/import.php:228
#: application/views/awards/pota/index.php:34
#: application/views/awards/sig/qso_list.php:11
#: application/views/awards/sota/index.php:25
@@ -3216,7 +3217,7 @@ msgstr ""
msgid "DCL QSL Status"
msgstr ""
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:36 application/views/adif/import.php:253
msgid "DARC DCL"
msgstr ""
@@ -3237,8 +3238,8 @@ msgstr ""
msgid "Maximum file upload size is "
msgstr ""
#: application/views/adif/import.php:56 application/views/adif/import.php:230
#: application/views/adif/import.php:268 application/views/debug/index.php:175
#: application/views/adif/import.php:56 application/views/adif/import.php:231
#: application/views/adif/import.php:269 application/views/debug/index.php:175
#: application/views/debug/index.php:192 application/views/debug/index.php:537
#: application/views/hrdlog/export.php:25
#: application/views/hrdlog/export.php:74
@@ -3252,7 +3253,7 @@ msgid "Warning"
msgstr ""
#: application/views/adif/import.php:60 application/views/adif/import.php:62
#: application/views/adif/import.php:178 application/views/adif/import.php:225
#: application/views/adif/import.php:177 application/views/adif/import.php:226
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
@@ -3334,7 +3335,7 @@ msgid ""
"regardless if they match to the chosen station-location."
msgstr ""
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/adif/import.php:168 application/views/adif/import.php:284
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
msgid "Upload"
@@ -3350,7 +3351,7 @@ msgid ""
"like LoTW, Awards or just for keeping a backup."
msgstr ""
#: application/views/adif/import.php:186 application/views/adif/import.php:232
#: application/views/adif/import.php:187 application/views/adif/import.php:233
#: application/views/cfd/index.php:15 application/views/csv/index.php:118
#: application/views/dxatlas/index.php:118
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
@@ -3359,7 +3360,7 @@ msgstr ""
msgid "From date"
msgstr "От дата"
#: application/views/adif/import.php:189 application/views/adif/import.php:235
#: application/views/adif/import.php:190 application/views/adif/import.php:236
#: application/views/cfd/index.php:20 application/views/csv/index.php:123
#: application/views/dxatlas/index.php:123
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
@@ -3368,40 +3369,40 @@ msgstr "От дата"
msgid "To date"
msgstr ""
#: application/views/adif/import.php:197
#: application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:205
#: application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:210
#: application/views/adif/import.php:211
msgid "Export QSO's"
msgstr ""
#: application/views/adif/import.php:215
#: application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr ""
#: application/views/adif/import.php:216
#: application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr ""
#: application/views/adif/import.php:218
#: application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr ""
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/adif/import.php:231 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr ""
#: application/views/adif/import.php:238
#: application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr ""
#: application/views/adif/import.php:252
#: application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3410,31 +3411,31 @@ msgid ""
"with DOK info."
msgstr ""
#: application/views/adif/import.php:259
#: application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr ""
#: application/views/adif/import.php:261
#: application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
msgstr ""
#: application/views/adif/import.php:268
#: application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr ""
#: application/views/adif/import.php:270
#: application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
msgstr ""
#: application/views/adif/import.php:277
#: application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr "Ignore QSOs that cannot be matched"
#: application/views/adif/import.php:279
#: application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-09-11 09:33+0000\n"
"POT-Creation-Date: 2024-09-11 09:38+0000\n"
"PO-Revision-Date: 2024-08-17 10:49+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Bosnian <https://translate.wavelog.org/projects/wavelog/main-"
@@ -2524,6 +2524,7 @@ msgstr ""
#: application/views/activated_gridmap/index.php:32
#: application/views/activated_gridmap/index.php:41
#: application/views/activators/index.php:13
#: application/views/adif/import.php:179
#: application/views/awards/cq/index.php:77
#: application/views/awards/cq/index.php:91
#: application/views/awards/dok/index.php:94
@@ -3020,8 +3021,8 @@ msgid "Nothing found!"
msgstr ""
#: application/views/activators/index.php:98
#: application/views/adif/import.php:66 application/views/adif/import.php:182
#: application/views/adif/import.php:227
#: application/views/adif/import.php:66 application/views/adif/import.php:183
#: application/views/adif/import.php:228
#: application/views/awards/pota/index.php:34
#: application/views/awards/sig/qso_list.php:11
#: application/views/awards/sota/index.php:25
@@ -3222,7 +3223,7 @@ msgstr ""
msgid "DCL QSL Status"
msgstr ""
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:36 application/views/adif/import.php:253
msgid "DARC DCL"
msgstr ""
@@ -3243,8 +3244,8 @@ msgstr ""
msgid "Maximum file upload size is "
msgstr ""
#: application/views/adif/import.php:56 application/views/adif/import.php:230
#: application/views/adif/import.php:268 application/views/debug/index.php:175
#: application/views/adif/import.php:56 application/views/adif/import.php:231
#: application/views/adif/import.php:269 application/views/debug/index.php:175
#: application/views/debug/index.php:192 application/views/debug/index.php:537
#: application/views/hrdlog/export.php:25
#: application/views/hrdlog/export.php:74
@@ -3258,7 +3259,7 @@ msgid "Warning"
msgstr ""
#: application/views/adif/import.php:60 application/views/adif/import.php:62
#: application/views/adif/import.php:178 application/views/adif/import.php:225
#: application/views/adif/import.php:177 application/views/adif/import.php:226
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
@@ -3340,7 +3341,7 @@ msgid ""
"regardless if they match to the chosen station-location."
msgstr ""
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/adif/import.php:168 application/views/adif/import.php:284
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
msgid "Upload"
@@ -3356,7 +3357,7 @@ msgid ""
"like LoTW, Awards or just for keeping a backup."
msgstr ""
#: application/views/adif/import.php:186 application/views/adif/import.php:232
#: application/views/adif/import.php:187 application/views/adif/import.php:233
#: application/views/cfd/index.php:15 application/views/csv/index.php:118
#: application/views/dxatlas/index.php:118
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
@@ -3365,7 +3366,7 @@ msgstr ""
msgid "From date"
msgstr ""
#: application/views/adif/import.php:189 application/views/adif/import.php:235
#: application/views/adif/import.php:190 application/views/adif/import.php:236
#: application/views/cfd/index.php:20 application/views/csv/index.php:123
#: application/views/dxatlas/index.php:123
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
@@ -3374,40 +3375,40 @@ msgstr ""
msgid "To date"
msgstr ""
#: application/views/adif/import.php:197
#: application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:205
#: application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:210
#: application/views/adif/import.php:211
msgid "Export QSO's"
msgstr ""
#: application/views/adif/import.php:215
#: application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr ""
#: application/views/adif/import.php:216
#: application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr ""
#: application/views/adif/import.php:218
#: application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr ""
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/adif/import.php:231 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr ""
#: application/views/adif/import.php:238
#: application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr ""
#: application/views/adif/import.php:252
#: application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3416,31 +3417,31 @@ msgid ""
"with DOK info."
msgstr ""
#: application/views/adif/import.php:259
#: application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr ""
#: application/views/adif/import.php:261
#: application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
msgstr ""
#: application/views/adif/import.php:268
#: application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr ""
#: application/views/adif/import.php:270
#: application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
msgstr ""
#: application/views/adif/import.php:277
#: application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr ""
#: application/views/adif/import.php:279
#: application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-09-11 09:33+0000\n"
"POT-Creation-Date: 2024-09-11 09:38+0000\n"
"PO-Revision-Date: 2024-08-17 10:49+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Montenegrin <https://translate.wavelog.org/projects/wavelog/"
@@ -2524,6 +2524,7 @@ msgstr ""
#: application/views/activated_gridmap/index.php:32
#: application/views/activated_gridmap/index.php:41
#: application/views/activators/index.php:13
#: application/views/adif/import.php:179
#: application/views/awards/cq/index.php:77
#: application/views/awards/cq/index.php:91
#: application/views/awards/dok/index.php:94
@@ -3020,8 +3021,8 @@ msgid "Nothing found!"
msgstr ""
#: application/views/activators/index.php:98
#: application/views/adif/import.php:66 application/views/adif/import.php:182
#: application/views/adif/import.php:227
#: application/views/adif/import.php:66 application/views/adif/import.php:183
#: application/views/adif/import.php:228
#: application/views/awards/pota/index.php:34
#: application/views/awards/sig/qso_list.php:11
#: application/views/awards/sota/index.php:25
@@ -3222,7 +3223,7 @@ msgstr ""
msgid "DCL QSL Status"
msgstr ""
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:36 application/views/adif/import.php:253
msgid "DARC DCL"
msgstr ""
@@ -3243,8 +3244,8 @@ msgstr ""
msgid "Maximum file upload size is "
msgstr ""
#: application/views/adif/import.php:56 application/views/adif/import.php:230
#: application/views/adif/import.php:268 application/views/debug/index.php:175
#: application/views/adif/import.php:56 application/views/adif/import.php:231
#: application/views/adif/import.php:269 application/views/debug/index.php:175
#: application/views/debug/index.php:192 application/views/debug/index.php:537
#: application/views/hrdlog/export.php:25
#: application/views/hrdlog/export.php:74
@@ -3258,7 +3259,7 @@ msgid "Warning"
msgstr ""
#: application/views/adif/import.php:60 application/views/adif/import.php:62
#: application/views/adif/import.php:178 application/views/adif/import.php:225
#: application/views/adif/import.php:177 application/views/adif/import.php:226
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
@@ -3340,7 +3341,7 @@ msgid ""
"regardless if they match to the chosen station-location."
msgstr ""
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/adif/import.php:168 application/views/adif/import.php:284
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
msgid "Upload"
@@ -3356,7 +3357,7 @@ msgid ""
"like LoTW, Awards or just for keeping a backup."
msgstr ""
#: application/views/adif/import.php:186 application/views/adif/import.php:232
#: application/views/adif/import.php:187 application/views/adif/import.php:233
#: application/views/cfd/index.php:15 application/views/csv/index.php:118
#: application/views/dxatlas/index.php:118
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
@@ -3365,7 +3366,7 @@ msgstr ""
msgid "From date"
msgstr ""
#: application/views/adif/import.php:189 application/views/adif/import.php:235
#: application/views/adif/import.php:190 application/views/adif/import.php:236
#: application/views/cfd/index.php:20 application/views/csv/index.php:123
#: application/views/dxatlas/index.php:123
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
@@ -3374,40 +3375,40 @@ msgstr ""
msgid "To date"
msgstr ""
#: application/views/adif/import.php:197
#: application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:205
#: application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:210
#: application/views/adif/import.php:211
msgid "Export QSO's"
msgstr ""
#: application/views/adif/import.php:215
#: application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr ""
#: application/views/adif/import.php:216
#: application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr ""
#: application/views/adif/import.php:218
#: application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr ""
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/adif/import.php:231 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr ""
#: application/views/adif/import.php:238
#: application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr ""
#: application/views/adif/import.php:252
#: application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3416,31 +3417,31 @@ msgid ""
"with DOK info."
msgstr ""
#: application/views/adif/import.php:259
#: application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr ""
#: application/views/adif/import.php:261
#: application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
msgstr ""
#: application/views/adif/import.php:268
#: application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr ""
#: application/views/adif/import.php:270
#: application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
msgstr ""
#: application/views/adif/import.php:277
#: application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr ""
#: application/views/adif/import.php:279
#: application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-09-11 09:33+0000\n"
"POT-Creation-Date: 2024-09-11 09:38+0000\n"
"PO-Revision-Date: 2024-08-26 12:58+0000\n"
"Last-Translator: Petr OK1PTR <ok1ptr@pm.me>\n"
"Language-Team: Czech <https://translate.wavelog.org/projects/wavelog/main-"
@@ -2527,6 +2527,7 @@ msgstr ""
#: application/views/activated_gridmap/index.php:32
#: application/views/activated_gridmap/index.php:41
#: application/views/activators/index.php:13
#: application/views/adif/import.php:179
#: application/views/awards/cq/index.php:77
#: application/views/awards/cq/index.php:91
#: application/views/awards/dok/index.php:94
@@ -3023,8 +3024,8 @@ msgid "Nothing found!"
msgstr ""
#: application/views/activators/index.php:98
#: application/views/adif/import.php:66 application/views/adif/import.php:182
#: application/views/adif/import.php:227
#: application/views/adif/import.php:66 application/views/adif/import.php:183
#: application/views/adif/import.php:228
#: application/views/awards/pota/index.php:34
#: application/views/awards/sig/qso_list.php:11
#: application/views/awards/sota/index.php:25
@@ -3225,7 +3226,7 @@ msgstr ""
msgid "DCL QSL Status"
msgstr ""
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:36 application/views/adif/import.php:253
msgid "DARC DCL"
msgstr ""
@@ -3246,8 +3247,8 @@ msgstr ""
msgid "Maximum file upload size is "
msgstr ""
#: application/views/adif/import.php:56 application/views/adif/import.php:230
#: application/views/adif/import.php:268 application/views/debug/index.php:175
#: application/views/adif/import.php:56 application/views/adif/import.php:231
#: application/views/adif/import.php:269 application/views/debug/index.php:175
#: application/views/debug/index.php:192 application/views/debug/index.php:537
#: application/views/hrdlog/export.php:25
#: application/views/hrdlog/export.php:74
@@ -3261,7 +3262,7 @@ msgid "Warning"
msgstr ""
#: application/views/adif/import.php:60 application/views/adif/import.php:62
#: application/views/adif/import.php:178 application/views/adif/import.php:225
#: application/views/adif/import.php:177 application/views/adif/import.php:226
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
@@ -3343,7 +3344,7 @@ msgid ""
"regardless if they match to the chosen station-location."
msgstr ""
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/adif/import.php:168 application/views/adif/import.php:284
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
msgid "Upload"
@@ -3359,7 +3360,7 @@ msgid ""
"like LoTW, Awards or just for keeping a backup."
msgstr ""
#: application/views/adif/import.php:186 application/views/adif/import.php:232
#: application/views/adif/import.php:187 application/views/adif/import.php:233
#: application/views/cfd/index.php:15 application/views/csv/index.php:118
#: application/views/dxatlas/index.php:118
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
@@ -3368,7 +3369,7 @@ msgstr ""
msgid "From date"
msgstr "Od data"
#: application/views/adif/import.php:189 application/views/adif/import.php:235
#: application/views/adif/import.php:190 application/views/adif/import.php:236
#: application/views/cfd/index.php:20 application/views/csv/index.php:123
#: application/views/dxatlas/index.php:123
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
@@ -3377,40 +3378,40 @@ msgstr "Od data"
msgid "To date"
msgstr ""
#: application/views/adif/import.php:197
#: application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:205
#: application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:210
#: application/views/adif/import.php:211
msgid "Export QSO's"
msgstr ""
#: application/views/adif/import.php:215
#: application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr ""
#: application/views/adif/import.php:216
#: application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr ""
#: application/views/adif/import.php:218
#: application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr ""
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/adif/import.php:231 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr ""
#: application/views/adif/import.php:238
#: application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr ""
#: application/views/adif/import.php:252
#: application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3419,31 +3420,31 @@ msgid ""
"with DOK info."
msgstr ""
#: application/views/adif/import.php:259
#: application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr ""
#: application/views/adif/import.php:261
#: application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
msgstr ""
#: application/views/adif/import.php:268
#: application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr ""
#: application/views/adif/import.php:270
#: application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
msgstr ""
#: application/views/adif/import.php:277
#: application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr "Ignorovat QSO, které nelze porovnat."
#: application/views/adif/import.php:279
#: application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -2689,6 +2689,7 @@ msgstr "Differenz"
#: application/views/search/cqzones.php:33
#: application/views/search/ituzones.php:33
#: application/views/search/lotw_unconfirmed.php:34
#: application/views/adif/import.php:179
msgid "All"
msgstr "Alle"
@@ -3142,6 +3143,7 @@ msgstr "Nichts gefunden!"
#: application/views/search/ituzones.php:35
#: application/views/search/ituzones_result.php:9
#: application/views/search/lotw_unconfirmed.php:36
#: application/views/adif/import.php:183 application/views/adif/import.php:228
msgid "Callsign"
msgstr "Rufzeichen"
@@ -3307,6 +3309,7 @@ msgid "DCL QSL Status"
msgstr "DCL QSL-Status"
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:253
msgid "DARC DCL"
msgstr "DARC DCL"
@@ -3338,6 +3341,7 @@ msgstr "Die max. Dateigröße für Uploads beträgt "
#: application/views/view_log/qso.php:634
#: application/views/webadif/export.php:34
#: application/views/webadif/export.php:94
#: application/views/adif/import.php:231 application/views/adif/import.php:269
msgid "Warning"
msgstr "Warnung"
@@ -3346,6 +3350,7 @@ msgstr "Warnung"
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
#: application/views/adif/import.php:177 application/views/adif/import.php:226
msgid "Select Station Location"
msgstr "Wähle Stationsstandort"
@@ -3435,6 +3440,7 @@ msgstr ""
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
#: application/views/adif/import.php:284
msgid "Upload"
msgstr "Hochladen"
@@ -3457,6 +3463,7 @@ msgstr ""
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
#: application/views/lotw/import.php:38 application/views/qrz/export.php:76
#: application/views/qrz/export.php:97 application/views/webadif/export.php:97
#: application/views/adif/import.php:187 application/views/adif/import.php:233
msgid "From date"
msgstr "Ab Datum"
@@ -3466,43 +3473,45 @@ msgstr "Ab Datum"
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
#: application/views/qrz/export.php:102
#: application/views/webadif/export.php:102
#: application/views/adif/import.php:190 application/views/adif/import.php:236
msgid "To date"
msgstr "Bis Datum"
#: application/views/adif/import.php:197
#: application/views/adif/import.php:197 application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr "Markiere die exportierten QSO als 'zu LoTW hochgeladen'"
#: application/views/adif/import.php:205
#: application/views/adif/import.php:205 application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr "Markiere die exportierten QSO als 'zu LoTW nicht hochgeladen'"
#: application/views/adif/import.php:210
#: application/views/adif/import.php:210 application/views/adif/import.php:211
msgid "Export QSO's"
msgstr "Exportiere QSOs"
#: application/views/adif/import.php:215
#: application/views/adif/import.php:215 application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr "Exportiere nur Satelliten-QSOs"
#: application/views/adif/import.php:216
#: application/views/adif/import.php:216 application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr "Exportiere ALLE Satelliten-QSOs"
#: application/views/adif/import.php:218
#: application/views/adif/import.php:218 application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr "Exportiere nur die Satelliten-QSOs, welche auf LoTW bestätigt sind"
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
#: application/views/adif/import.php:231
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr "Wenn kein Datum gewählt ist, werden alle QSOs markiert!"
#: application/views/adif/import.php:238
#: application/views/adif/import.php:238 application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr "Markiere die QSOs als 'zu LoTW hochgeladen'"
#: application/views/adif/import.php:252
#: application/views/adif/import.php:252 application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3515,12 +3524,12 @@ msgstr ""
"'DL' zur Prefix Liste hinzu). Die heruntergeladene ADIF Datei kann dann hier "
"hochgeladen werden um QSOs mit DOK info zu aktualisieren."
#: application/views/adif/import.php:259
#: application/views/adif/import.php:259 application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr ""
"Importiere Informationen zum DOK nur von QSOs, die auf DCL bestätigt sind."
#: application/views/adif/import.php:261
#: application/views/adif/import.php:261 application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
@@ -3528,13 +3537,13 @@ msgstr ""
"Deaktiviere diese Option, um auch DOK-Infos von QSOS zu importieren, die auf "
"DCL nicht bestätig sind."
#: application/views/adif/import.php:268
#: application/views/adif/import.php:268 application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr ""
"Überschreibt vorhandenen DOK im Log mit Information aus DCL (falls "
"verschieden)."
#: application/views/adif/import.php:270
#: application/views/adif/import.php:270 application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
@@ -3542,11 +3551,11 @@ msgstr ""
"Wenn aktiviert, wird Wavelog den existierenden DOK mit dem DOK aus dem DCL "
"überschreiben."
#: application/views/adif/import.php:277
#: application/views/adif/import.php:277 application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr "Ignoriere QSOs, die nicht eindeutig zugeordnet werden können."
#: application/views/adif/import.php:279
#: application/views/adif/import.php:279 application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-09-11 09:33+0000\n"
"POT-Creation-Date: 2024-09-11 09:38+0000\n"
"PO-Revision-Date: 2024-08-17 10:47+0000\n"
"Last-Translator: Fabian Berg <fabian.berg@hb9hil.org>\n"
"Language-Team: Greek <https://translate.wavelog.org/projects/wavelog/main-"
@@ -2522,6 +2522,7 @@ msgstr ""
#: application/views/activated_gridmap/index.php:32
#: application/views/activated_gridmap/index.php:41
#: application/views/activators/index.php:13
#: application/views/adif/import.php:179
#: application/views/awards/cq/index.php:77
#: application/views/awards/cq/index.php:91
#: application/views/awards/dok/index.php:94
@@ -3018,8 +3019,8 @@ msgid "Nothing found!"
msgstr ""
#: application/views/activators/index.php:98
#: application/views/adif/import.php:66 application/views/adif/import.php:182
#: application/views/adif/import.php:227
#: application/views/adif/import.php:66 application/views/adif/import.php:183
#: application/views/adif/import.php:228
#: application/views/awards/pota/index.php:34
#: application/views/awards/sig/qso_list.php:11
#: application/views/awards/sota/index.php:25
@@ -3220,7 +3221,7 @@ msgstr ""
msgid "DCL QSL Status"
msgstr ""
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:36 application/views/adif/import.php:253
msgid "DARC DCL"
msgstr ""
@@ -3241,8 +3242,8 @@ msgstr ""
msgid "Maximum file upload size is "
msgstr ""
#: application/views/adif/import.php:56 application/views/adif/import.php:230
#: application/views/adif/import.php:268 application/views/debug/index.php:175
#: application/views/adif/import.php:56 application/views/adif/import.php:231
#: application/views/adif/import.php:269 application/views/debug/index.php:175
#: application/views/debug/index.php:192 application/views/debug/index.php:537
#: application/views/hrdlog/export.php:25
#: application/views/hrdlog/export.php:74
@@ -3256,7 +3257,7 @@ msgid "Warning"
msgstr ""
#: application/views/adif/import.php:60 application/views/adif/import.php:62
#: application/views/adif/import.php:178 application/views/adif/import.php:225
#: application/views/adif/import.php:177 application/views/adif/import.php:226
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
@@ -3338,7 +3339,7 @@ msgid ""
"regardless if they match to the chosen station-location."
msgstr ""
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/adif/import.php:168 application/views/adif/import.php:284
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
msgid "Upload"
@@ -3354,7 +3355,7 @@ msgid ""
"like LoTW, Awards or just for keeping a backup."
msgstr ""
#: application/views/adif/import.php:186 application/views/adif/import.php:232
#: application/views/adif/import.php:187 application/views/adif/import.php:233
#: application/views/cfd/index.php:15 application/views/csv/index.php:118
#: application/views/dxatlas/index.php:118
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
@@ -3363,7 +3364,7 @@ msgstr ""
msgid "From date"
msgstr "Από την ημερομηνία"
#: application/views/adif/import.php:189 application/views/adif/import.php:235
#: application/views/adif/import.php:190 application/views/adif/import.php:236
#: application/views/cfd/index.php:20 application/views/csv/index.php:123
#: application/views/dxatlas/index.php:123
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
@@ -3372,40 +3373,40 @@ msgstr "Από την ημερομηνία"
msgid "To date"
msgstr ""
#: application/views/adif/import.php:197
#: application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:205
#: application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:210
#: application/views/adif/import.php:211
msgid "Export QSO's"
msgstr ""
#: application/views/adif/import.php:215
#: application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr ""
#: application/views/adif/import.php:216
#: application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr ""
#: application/views/adif/import.php:218
#: application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr ""
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/adif/import.php:231 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr ""
#: application/views/adif/import.php:238
#: application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr ""
#: application/views/adif/import.php:252
#: application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3414,31 +3415,31 @@ msgid ""
"with DOK info."
msgstr ""
#: application/views/adif/import.php:259
#: application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr ""
#: application/views/adif/import.php:261
#: application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
msgstr ""
#: application/views/adif/import.php:268
#: application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr ""
#: application/views/adif/import.php:270
#: application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
msgstr ""
#: application/views/adif/import.php:277
#: application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr "Ignore QSOs that cannot be matched"
#: application/views/adif/import.php:279
#: application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-09-11 09:33+0000\n"
"POT-Creation-Date: 2024-09-11 09:38+0000\n"
"PO-Revision-Date: 2024-08-28 05:06+0000\n"
"Last-Translator: Francisco Jiménez-Martín Sánchez <ea1jm.fran@gmail.com>\n"
"Language-Team: Spanish <https://translate.wavelog.org/projects/wavelog/main-"
@@ -2529,6 +2529,7 @@ msgstr ""
#: application/views/activated_gridmap/index.php:32
#: application/views/activated_gridmap/index.php:41
#: application/views/activators/index.php:13
#: application/views/adif/import.php:179
#: application/views/awards/cq/index.php:77
#: application/views/awards/cq/index.php:91
#: application/views/awards/dok/index.php:94
@@ -3025,8 +3026,8 @@ msgid "Nothing found!"
msgstr ""
#: application/views/activators/index.php:98
#: application/views/adif/import.php:66 application/views/adif/import.php:182
#: application/views/adif/import.php:227
#: application/views/adif/import.php:66 application/views/adif/import.php:183
#: application/views/adif/import.php:228
#: application/views/awards/pota/index.php:34
#: application/views/awards/sig/qso_list.php:11
#: application/views/awards/sota/index.php:25
@@ -3227,7 +3228,7 @@ msgstr ""
msgid "DCL QSL Status"
msgstr ""
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:36 application/views/adif/import.php:253
msgid "DARC DCL"
msgstr ""
@@ -3248,8 +3249,8 @@ msgstr "Los archivos de registro deben tener el tipo de archivo *.adi"
msgid "Maximum file upload size is "
msgstr "El tamaño máximo del archivo subido es "
#: application/views/adif/import.php:56 application/views/adif/import.php:230
#: application/views/adif/import.php:268 application/views/debug/index.php:175
#: application/views/adif/import.php:56 application/views/adif/import.php:231
#: application/views/adif/import.php:269 application/views/debug/index.php:175
#: application/views/debug/index.php:192 application/views/debug/index.php:537
#: application/views/hrdlog/export.php:25
#: application/views/hrdlog/export.php:74
@@ -3263,7 +3264,7 @@ msgid "Warning"
msgstr "Advertencia"
#: application/views/adif/import.php:60 application/views/adif/import.php:62
#: application/views/adif/import.php:178 application/views/adif/import.php:225
#: application/views/adif/import.php:177 application/views/adif/import.php:226
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
@@ -3352,7 +3353,7 @@ msgid ""
"regardless if they match to the chosen station-location."
msgstr ""
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/adif/import.php:168 application/views/adif/import.php:284
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
msgid "Upload"
@@ -3370,7 +3371,7 @@ msgstr ""
"Exportar archivos ADIF le permite importar contactos en aplicaciones de "
"terceros como LoTW, Diplomas o para simplemente tener una copia de seguridad."
#: application/views/adif/import.php:186 application/views/adif/import.php:232
#: application/views/adif/import.php:187 application/views/adif/import.php:233
#: application/views/cfd/index.php:15 application/views/csv/index.php:118
#: application/views/dxatlas/index.php:118
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
@@ -3379,7 +3380,7 @@ msgstr ""
msgid "From date"
msgstr "Desde la fecha"
#: application/views/adif/import.php:189 application/views/adif/import.php:235
#: application/views/adif/import.php:190 application/views/adif/import.php:236
#: application/views/cfd/index.php:20 application/views/csv/index.php:123
#: application/views/dxatlas/index.php:123
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
@@ -3388,41 +3389,41 @@ msgstr "Desde la fecha"
msgid "To date"
msgstr "Hasta la fecha"
#: application/views/adif/import.php:197
#: application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr "Marcar QSOs exportados como subidos a LoTW"
#: application/views/adif/import.php:205
#: application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr "Exportar QSOs que no se hayan subido a LoTW"
#: application/views/adif/import.php:210
#: application/views/adif/import.php:211
msgid "Export QSO's"
msgstr "Exportar QSOs"
#: application/views/adif/import.php:215
#: application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr "Exportar solo QSOs de satélite"
#: application/views/adif/import.php:216
#: application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr "Exportar todos los QSOs de satélite"
#: application/views/adif/import.php:218
#: application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr "Exportar todos los QSOs de satélite confirmados en LoTW"
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/adif/import.php:231 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr ""
"¡Si no selecciona un rango de fechas entonces todos los QSOs serán marcados!"
#: application/views/adif/import.php:238
#: application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr "Marcar QSOs como exportados a LoTW"
#: application/views/adif/import.php:252
#: application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3431,11 +3432,11 @@ msgid ""
"with DOK info."
msgstr ""
#: application/views/adif/import.php:259
#: application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr "Solo importar datos DOK de los QSO confirmados en DCL."
#: application/views/adif/import.php:261
#: application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
@@ -3443,11 +3444,11 @@ msgstr ""
"Si se deja desactivado, se actualizarán los datos DOK con datos de los QSO "
"no confirmados en DCL."
#: application/views/adif/import.php:268
#: application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr ""
#: application/views/adif/import.php:270
#: application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
@@ -3455,11 +3456,11 @@ msgstr ""
"Si está activo, Wavelog forzará la sobreescritura de los DOK existentes con "
"los DOK desde el libro de DCL."
#: application/views/adif/import.php:277
#: application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr "Ignorar QSOs que no concuerden"
#: application/views/adif/import.php:279
#: application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-09-11 09:33+0000\n"
"POT-Creation-Date: 2024-09-11 09:38+0000\n"
"PO-Revision-Date: 2024-08-17 10:47+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Finnish <https://translate.wavelog.org/projects/wavelog/main-"
@@ -2518,6 +2518,7 @@ msgstr ""
#: application/views/activated_gridmap/index.php:32
#: application/views/activated_gridmap/index.php:41
#: application/views/activators/index.php:13
#: application/views/adif/import.php:179
#: application/views/awards/cq/index.php:77
#: application/views/awards/cq/index.php:91
#: application/views/awards/dok/index.php:94
@@ -3014,8 +3015,8 @@ msgid "Nothing found!"
msgstr ""
#: application/views/activators/index.php:98
#: application/views/adif/import.php:66 application/views/adif/import.php:182
#: application/views/adif/import.php:227
#: application/views/adif/import.php:66 application/views/adif/import.php:183
#: application/views/adif/import.php:228
#: application/views/awards/pota/index.php:34
#: application/views/awards/sig/qso_list.php:11
#: application/views/awards/sota/index.php:25
@@ -3216,7 +3217,7 @@ msgstr ""
msgid "DCL QSL Status"
msgstr ""
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:36 application/views/adif/import.php:253
msgid "DARC DCL"
msgstr ""
@@ -3237,8 +3238,8 @@ msgstr ""
msgid "Maximum file upload size is "
msgstr ""
#: application/views/adif/import.php:56 application/views/adif/import.php:230
#: application/views/adif/import.php:268 application/views/debug/index.php:175
#: application/views/adif/import.php:56 application/views/adif/import.php:231
#: application/views/adif/import.php:269 application/views/debug/index.php:175
#: application/views/debug/index.php:192 application/views/debug/index.php:537
#: application/views/hrdlog/export.php:25
#: application/views/hrdlog/export.php:74
@@ -3252,7 +3253,7 @@ msgid "Warning"
msgstr ""
#: application/views/adif/import.php:60 application/views/adif/import.php:62
#: application/views/adif/import.php:178 application/views/adif/import.php:225
#: application/views/adif/import.php:177 application/views/adif/import.php:226
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
@@ -3334,7 +3335,7 @@ msgid ""
"regardless if they match to the chosen station-location."
msgstr ""
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/adif/import.php:168 application/views/adif/import.php:284
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
msgid "Upload"
@@ -3350,7 +3351,7 @@ msgid ""
"like LoTW, Awards or just for keeping a backup."
msgstr ""
#: application/views/adif/import.php:186 application/views/adif/import.php:232
#: application/views/adif/import.php:187 application/views/adif/import.php:233
#: application/views/cfd/index.php:15 application/views/csv/index.php:118
#: application/views/dxatlas/index.php:118
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
@@ -3359,7 +3360,7 @@ msgstr ""
msgid "From date"
msgstr "päivämäärästä"
#: application/views/adif/import.php:189 application/views/adif/import.php:235
#: application/views/adif/import.php:190 application/views/adif/import.php:236
#: application/views/cfd/index.php:20 application/views/csv/index.php:123
#: application/views/dxatlas/index.php:123
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
@@ -3368,40 +3369,40 @@ msgstr "päivämäärästä"
msgid "To date"
msgstr ""
#: application/views/adif/import.php:197
#: application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:205
#: application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:210
#: application/views/adif/import.php:211
msgid "Export QSO's"
msgstr ""
#: application/views/adif/import.php:215
#: application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr ""
#: application/views/adif/import.php:216
#: application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr ""
#: application/views/adif/import.php:218
#: application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr ""
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/adif/import.php:231 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr ""
#: application/views/adif/import.php:238
#: application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr ""
#: application/views/adif/import.php:252
#: application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3410,31 +3411,31 @@ msgid ""
"with DOK info."
msgstr ""
#: application/views/adif/import.php:259
#: application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr ""
#: application/views/adif/import.php:261
#: application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
msgstr ""
#: application/views/adif/import.php:268
#: application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr ""
#: application/views/adif/import.php:270
#: application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
msgstr ""
#: application/views/adif/import.php:277
#: application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr "Ignore QSOs that cannot be matched"
#: application/views/adif/import.php:279
#: application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-09-11 09:33+0000\n"
"POT-Creation-Date: 2024-09-11 09:38+0000\n"
"PO-Revision-Date: 2024-08-30 05:57+0000\n"
"Last-Translator: F4JSU <f4jsu.radio@gmail.com>\n"
"Language-Team: French <https://translate.wavelog.org/projects/wavelog/main-"
@@ -2574,6 +2574,7 @@ msgstr "Différence"
#: application/views/activated_gridmap/index.php:32
#: application/views/activated_gridmap/index.php:41
#: application/views/activators/index.php:13
#: application/views/adif/import.php:179
#: application/views/awards/cq/index.php:77
#: application/views/awards/cq/index.php:91
#: application/views/awards/dok/index.php:94
@@ -3070,8 +3071,8 @@ msgid "Nothing found!"
msgstr "Rien trouvé !"
#: application/views/activators/index.php:98
#: application/views/adif/import.php:66 application/views/adif/import.php:182
#: application/views/adif/import.php:227
#: application/views/adif/import.php:66 application/views/adif/import.php:183
#: application/views/adif/import.php:228
#: application/views/awards/pota/index.php:34
#: application/views/awards/sig/qso_list.php:11
#: application/views/awards/sota/index.php:25
@@ -3272,7 +3273,7 @@ msgstr "DOK dans DCL"
msgid "DCL QSL Status"
msgstr "Statut QSL DCL"
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:36 application/views/adif/import.php:253
msgid "DARC DCL"
msgstr "DARC DCL"
@@ -3293,8 +3294,8 @@ msgstr "Les fichiers de Log doivent avoir l'extention : *.adi"
msgid "Maximum file upload size is "
msgstr "La taille maximum d'un fichier à télécharger est "
#: application/views/adif/import.php:56 application/views/adif/import.php:230
#: application/views/adif/import.php:268 application/views/debug/index.php:175
#: application/views/adif/import.php:56 application/views/adif/import.php:231
#: application/views/adif/import.php:269 application/views/debug/index.php:175
#: application/views/debug/index.php:192 application/views/debug/index.php:537
#: application/views/hrdlog/export.php:25
#: application/views/hrdlog/export.php:74
@@ -3308,7 +3309,7 @@ msgid "Warning"
msgstr "Attention"
#: application/views/adif/import.php:60 application/views/adif/import.php:62
#: application/views/adif/import.php:178 application/views/adif/import.php:225
#: application/views/adif/import.php:177 application/views/adif/import.php:226
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
@@ -3399,7 +3400,7 @@ msgstr ""
"Si sélectionné, Wavelog essaiera d'importer %stous%s les QSO de l'ADIF, "
"qu'ils correspondent ou non à la station-lieu choisie."
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/adif/import.php:168 application/views/adif/import.php:284
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
msgid "Upload"
@@ -3418,7 +3419,7 @@ msgstr ""
"applications tierces comme LoTW, Awards ou simplement pour conserver une "
"sauvegarde."
#: application/views/adif/import.php:186 application/views/adif/import.php:232
#: application/views/adif/import.php:187 application/views/adif/import.php:233
#: application/views/cfd/index.php:15 application/views/csv/index.php:118
#: application/views/dxatlas/index.php:118
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
@@ -3427,7 +3428,7 @@ msgstr ""
msgid "From date"
msgstr "Date, du"
#: application/views/adif/import.php:189 application/views/adif/import.php:235
#: application/views/adif/import.php:190 application/views/adif/import.php:236
#: application/views/cfd/index.php:20 application/views/csv/index.php:123
#: application/views/dxatlas/index.php:123
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
@@ -3436,40 +3437,40 @@ msgstr "Date, du"
msgid "To date"
msgstr "au"
#: application/views/adif/import.php:197
#: application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr "Indiquer que les QSO exportés ont été téléchargés sur LoTW"
#: application/views/adif/import.php:205
#: application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr "Exporter les QSO non téléchargés sur LoTW"
#: application/views/adif/import.php:210
#: application/views/adif/import.php:211
msgid "Export QSO's"
msgstr "Exporter"
#: application/views/adif/import.php:215
#: application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr "Export des QSO par Satellite seulement"
#: application/views/adif/import.php:216
#: application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr "Exporter tous les QSO par satellite"
#: application/views/adif/import.php:218
#: application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr "Exporter tous les QSO par satellite et confirmés sur LoTW"
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/adif/import.php:231 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr "Si aucune date n'est renseignées, tous les QSO seront marqués !"
#: application/views/adif/import.php:238
#: application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr "Marquer les QSO comme étant 'téléchargé sur LoTW'"
#: application/views/adif/import.php:252
#: application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3483,11 +3484,11 @@ msgstr ""
"fichier ADIF téléchargé peut être téléchargé ici pour mettre à jour les QSOs "
"avec les infos DOK."
#: application/views/adif/import.php:259
#: application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr "Importez uniquement les données DOK des QSO confirmés sur DCL."
#: application/views/adif/import.php:261
#: application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
@@ -3495,11 +3496,11 @@ msgstr ""
"(Décoché, si vous souhaitez également mettre à jour DOK, avec les données "
"des QSO non confirmés dans DCL)."
#: application/views/adif/import.php:268
#: application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr "Remplace le DOK existant dans le journal par DCL (si différent)."
#: application/views/adif/import.php:270
#: application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
@@ -3507,11 +3508,11 @@ msgstr ""
"(Si cochée, Wavelog écrasera de force le DOK existant par le DOK du journal "
"DCL)."
#: application/views/adif/import.php:277
#: application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr "Ignorer les QSO qui ne correspondent pas."
#: application/views/adif/import.php:279
#: application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-09-11 09:33+0000\n"
"POT-Creation-Date: 2024-09-11 09:38+0000\n"
"PO-Revision-Date: 2024-08-17 10:49+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Croatian <https://translate.wavelog.org/projects/wavelog/main-"
@@ -2524,6 +2524,7 @@ msgstr ""
#: application/views/activated_gridmap/index.php:32
#: application/views/activated_gridmap/index.php:41
#: application/views/activators/index.php:13
#: application/views/adif/import.php:179
#: application/views/awards/cq/index.php:77
#: application/views/awards/cq/index.php:91
#: application/views/awards/dok/index.php:94
@@ -3020,8 +3021,8 @@ msgid "Nothing found!"
msgstr ""
#: application/views/activators/index.php:98
#: application/views/adif/import.php:66 application/views/adif/import.php:182
#: application/views/adif/import.php:227
#: application/views/adif/import.php:66 application/views/adif/import.php:183
#: application/views/adif/import.php:228
#: application/views/awards/pota/index.php:34
#: application/views/awards/sig/qso_list.php:11
#: application/views/awards/sota/index.php:25
@@ -3222,7 +3223,7 @@ msgstr ""
msgid "DCL QSL Status"
msgstr ""
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:36 application/views/adif/import.php:253
msgid "DARC DCL"
msgstr ""
@@ -3243,8 +3244,8 @@ msgstr ""
msgid "Maximum file upload size is "
msgstr ""
#: application/views/adif/import.php:56 application/views/adif/import.php:230
#: application/views/adif/import.php:268 application/views/debug/index.php:175
#: application/views/adif/import.php:56 application/views/adif/import.php:231
#: application/views/adif/import.php:269 application/views/debug/index.php:175
#: application/views/debug/index.php:192 application/views/debug/index.php:537
#: application/views/hrdlog/export.php:25
#: application/views/hrdlog/export.php:74
@@ -3258,7 +3259,7 @@ msgid "Warning"
msgstr ""
#: application/views/adif/import.php:60 application/views/adif/import.php:62
#: application/views/adif/import.php:178 application/views/adif/import.php:225
#: application/views/adif/import.php:177 application/views/adif/import.php:226
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
@@ -3340,7 +3341,7 @@ msgid ""
"regardless if they match to the chosen station-location."
msgstr ""
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/adif/import.php:168 application/views/adif/import.php:284
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
msgid "Upload"
@@ -3356,7 +3357,7 @@ msgid ""
"like LoTW, Awards or just for keeping a backup."
msgstr ""
#: application/views/adif/import.php:186 application/views/adif/import.php:232
#: application/views/adif/import.php:187 application/views/adif/import.php:233
#: application/views/cfd/index.php:15 application/views/csv/index.php:118
#: application/views/dxatlas/index.php:118
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
@@ -3365,7 +3366,7 @@ msgstr ""
msgid "From date"
msgstr ""
#: application/views/adif/import.php:189 application/views/adif/import.php:235
#: application/views/adif/import.php:190 application/views/adif/import.php:236
#: application/views/cfd/index.php:20 application/views/csv/index.php:123
#: application/views/dxatlas/index.php:123
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
@@ -3374,40 +3375,40 @@ msgstr ""
msgid "To date"
msgstr ""
#: application/views/adif/import.php:197
#: application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:205
#: application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:210
#: application/views/adif/import.php:211
msgid "Export QSO's"
msgstr ""
#: application/views/adif/import.php:215
#: application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr ""
#: application/views/adif/import.php:216
#: application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr ""
#: application/views/adif/import.php:218
#: application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr ""
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/adif/import.php:231 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr ""
#: application/views/adif/import.php:238
#: application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr ""
#: application/views/adif/import.php:252
#: application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3416,31 +3417,31 @@ msgid ""
"with DOK info."
msgstr ""
#: application/views/adif/import.php:259
#: application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr ""
#: application/views/adif/import.php:261
#: application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
msgstr ""
#: application/views/adif/import.php:268
#: application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr ""
#: application/views/adif/import.php:270
#: application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
msgstr ""
#: application/views/adif/import.php:277
#: application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr ""
#: application/views/adif/import.php:279
#: application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-09-11 09:33+0000\n"
"POT-Creation-Date: 2024-09-11 09:38+0000\n"
"PO-Revision-Date: 2024-08-18 19:11+0000\n"
"Last-Translator: \"Francisco (F4VSE)\" <kikosgc@users.noreply.github.com>\n"
"Language-Team: Italian <https://translate.wavelog.org/projects/wavelog/main-"
@@ -2522,6 +2522,7 @@ msgstr ""
#: application/views/activated_gridmap/index.php:32
#: application/views/activated_gridmap/index.php:41
#: application/views/activators/index.php:13
#: application/views/adif/import.php:179
#: application/views/awards/cq/index.php:77
#: application/views/awards/cq/index.php:91
#: application/views/awards/dok/index.php:94
@@ -3018,8 +3019,8 @@ msgid "Nothing found!"
msgstr ""
#: application/views/activators/index.php:98
#: application/views/adif/import.php:66 application/views/adif/import.php:182
#: application/views/adif/import.php:227
#: application/views/adif/import.php:66 application/views/adif/import.php:183
#: application/views/adif/import.php:228
#: application/views/awards/pota/index.php:34
#: application/views/awards/sig/qso_list.php:11
#: application/views/awards/sota/index.php:25
@@ -3220,7 +3221,7 @@ msgstr ""
msgid "DCL QSL Status"
msgstr ""
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:36 application/views/adif/import.php:253
msgid "DARC DCL"
msgstr ""
@@ -3241,8 +3242,8 @@ msgstr ""
msgid "Maximum file upload size is "
msgstr ""
#: application/views/adif/import.php:56 application/views/adif/import.php:230
#: application/views/adif/import.php:268 application/views/debug/index.php:175
#: application/views/adif/import.php:56 application/views/adif/import.php:231
#: application/views/adif/import.php:269 application/views/debug/index.php:175
#: application/views/debug/index.php:192 application/views/debug/index.php:537
#: application/views/hrdlog/export.php:25
#: application/views/hrdlog/export.php:74
@@ -3256,7 +3257,7 @@ msgid "Warning"
msgstr ""
#: application/views/adif/import.php:60 application/views/adif/import.php:62
#: application/views/adif/import.php:178 application/views/adif/import.php:225
#: application/views/adif/import.php:177 application/views/adif/import.php:226
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
@@ -3338,7 +3339,7 @@ msgid ""
"regardless if they match to the chosen station-location."
msgstr ""
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/adif/import.php:168 application/views/adif/import.php:284
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
msgid "Upload"
@@ -3354,7 +3355,7 @@ msgid ""
"like LoTW, Awards or just for keeping a backup."
msgstr ""
#: application/views/adif/import.php:186 application/views/adif/import.php:232
#: application/views/adif/import.php:187 application/views/adif/import.php:233
#: application/views/cfd/index.php:15 application/views/csv/index.php:118
#: application/views/dxatlas/index.php:118
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
@@ -3363,7 +3364,7 @@ msgstr ""
msgid "From date"
msgstr "Dalla data"
#: application/views/adif/import.php:189 application/views/adif/import.php:235
#: application/views/adif/import.php:190 application/views/adif/import.php:236
#: application/views/cfd/index.php:20 application/views/csv/index.php:123
#: application/views/dxatlas/index.php:123
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
@@ -3372,40 +3373,40 @@ msgstr "Dalla data"
msgid "To date"
msgstr ""
#: application/views/adif/import.php:197
#: application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:205
#: application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:210
#: application/views/adif/import.php:211
msgid "Export QSO's"
msgstr ""
#: application/views/adif/import.php:215
#: application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr ""
#: application/views/adif/import.php:216
#: application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr ""
#: application/views/adif/import.php:218
#: application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr ""
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/adif/import.php:231 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr ""
#: application/views/adif/import.php:238
#: application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr ""
#: application/views/adif/import.php:252
#: application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3414,31 +3415,31 @@ msgid ""
"with DOK info."
msgstr ""
#: application/views/adif/import.php:259
#: application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr ""
#: application/views/adif/import.php:261
#: application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
msgstr ""
#: application/views/adif/import.php:268
#: application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr ""
#: application/views/adif/import.php:270
#: application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
msgstr ""
#: application/views/adif/import.php:277
#: application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr "Ignore QSOs that cannot be matched"
#: application/views/adif/import.php:279
#: application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-09-11 09:33+0000\n"
"POT-Creation-Date: 2024-09-11 09:38+0000\n"
"PO-Revision-Date: 2024-08-17 10:47+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Dutch <https://translate.wavelog.org/projects/wavelog/main-"
@@ -2519,6 +2519,7 @@ msgstr ""
#: application/views/activated_gridmap/index.php:32
#: application/views/activated_gridmap/index.php:41
#: application/views/activators/index.php:13
#: application/views/adif/import.php:179
#: application/views/awards/cq/index.php:77
#: application/views/awards/cq/index.php:91
#: application/views/awards/dok/index.php:94
@@ -3015,8 +3016,8 @@ msgid "Nothing found!"
msgstr ""
#: application/views/activators/index.php:98
#: application/views/adif/import.php:66 application/views/adif/import.php:182
#: application/views/adif/import.php:227
#: application/views/adif/import.php:66 application/views/adif/import.php:183
#: application/views/adif/import.php:228
#: application/views/awards/pota/index.php:34
#: application/views/awards/sig/qso_list.php:11
#: application/views/awards/sota/index.php:25
@@ -3217,7 +3218,7 @@ msgstr ""
msgid "DCL QSL Status"
msgstr ""
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:36 application/views/adif/import.php:253
msgid "DARC DCL"
msgstr ""
@@ -3238,8 +3239,8 @@ msgstr ""
msgid "Maximum file upload size is "
msgstr ""
#: application/views/adif/import.php:56 application/views/adif/import.php:230
#: application/views/adif/import.php:268 application/views/debug/index.php:175
#: application/views/adif/import.php:56 application/views/adif/import.php:231
#: application/views/adif/import.php:269 application/views/debug/index.php:175
#: application/views/debug/index.php:192 application/views/debug/index.php:537
#: application/views/hrdlog/export.php:25
#: application/views/hrdlog/export.php:74
@@ -3253,7 +3254,7 @@ msgid "Warning"
msgstr ""
#: application/views/adif/import.php:60 application/views/adif/import.php:62
#: application/views/adif/import.php:178 application/views/adif/import.php:225
#: application/views/adif/import.php:177 application/views/adif/import.php:226
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
@@ -3335,7 +3336,7 @@ msgid ""
"regardless if they match to the chosen station-location."
msgstr ""
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/adif/import.php:168 application/views/adif/import.php:284
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
msgid "Upload"
@@ -3351,7 +3352,7 @@ msgid ""
"like LoTW, Awards or just for keeping a backup."
msgstr ""
#: application/views/adif/import.php:186 application/views/adif/import.php:232
#: application/views/adif/import.php:187 application/views/adif/import.php:233
#: application/views/cfd/index.php:15 application/views/csv/index.php:118
#: application/views/dxatlas/index.php:118
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
@@ -3360,7 +3361,7 @@ msgstr ""
msgid "From date"
msgstr ""
#: application/views/adif/import.php:189 application/views/adif/import.php:235
#: application/views/adif/import.php:190 application/views/adif/import.php:236
#: application/views/cfd/index.php:20 application/views/csv/index.php:123
#: application/views/dxatlas/index.php:123
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
@@ -3369,40 +3370,40 @@ msgstr ""
msgid "To date"
msgstr ""
#: application/views/adif/import.php:197
#: application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:205
#: application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:210
#: application/views/adif/import.php:211
msgid "Export QSO's"
msgstr ""
#: application/views/adif/import.php:215
#: application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr ""
#: application/views/adif/import.php:216
#: application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr ""
#: application/views/adif/import.php:218
#: application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr ""
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/adif/import.php:231 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr ""
#: application/views/adif/import.php:238
#: application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr ""
#: application/views/adif/import.php:252
#: application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3411,31 +3412,31 @@ msgid ""
"with DOK info."
msgstr ""
#: application/views/adif/import.php:259
#: application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr ""
#: application/views/adif/import.php:261
#: application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
msgstr ""
#: application/views/adif/import.php:268
#: application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr ""
#: application/views/adif/import.php:270
#: application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
msgstr ""
#: application/views/adif/import.php:277
#: application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr "Negeer QSOs die niet kunnen worden bevestigd"
#: application/views/adif/import.php:279
#: application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-09-11 09:33+0000\n"
"POT-Creation-Date: 2024-09-11 09:38+0000\n"
"PO-Revision-Date: 2024-09-08 22:18+0000\n"
"Last-Translator: Maciej <github@maciej.website>\n"
"Language-Team: Polish <https://translate.wavelog.org/projects/wavelog/main-"
@@ -2525,6 +2525,7 @@ msgstr "Różnica"
#: application/views/activated_gridmap/index.php:32
#: application/views/activated_gridmap/index.php:41
#: application/views/activators/index.php:13
#: application/views/adif/import.php:179
#: application/views/awards/cq/index.php:77
#: application/views/awards/cq/index.php:91
#: application/views/awards/dok/index.php:94
@@ -3021,8 +3022,8 @@ msgid "Nothing found!"
msgstr "Nie znaleziono!"
#: application/views/activators/index.php:98
#: application/views/adif/import.php:66 application/views/adif/import.php:182
#: application/views/adif/import.php:227
#: application/views/adif/import.php:66 application/views/adif/import.php:183
#: application/views/adif/import.php:228
#: application/views/awards/pota/index.php:34
#: application/views/awards/sig/qso_list.php:11
#: application/views/awards/sota/index.php:25
@@ -3223,7 +3224,7 @@ msgstr ""
msgid "DCL QSL Status"
msgstr ""
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:36 application/views/adif/import.php:253
msgid "DARC DCL"
msgstr ""
@@ -3244,8 +3245,8 @@ msgstr ""
msgid "Maximum file upload size is "
msgstr ""
#: application/views/adif/import.php:56 application/views/adif/import.php:230
#: application/views/adif/import.php:268 application/views/debug/index.php:175
#: application/views/adif/import.php:56 application/views/adif/import.php:231
#: application/views/adif/import.php:269 application/views/debug/index.php:175
#: application/views/debug/index.php:192 application/views/debug/index.php:537
#: application/views/hrdlog/export.php:25
#: application/views/hrdlog/export.php:74
@@ -3259,7 +3260,7 @@ msgid "Warning"
msgstr ""
#: application/views/adif/import.php:60 application/views/adif/import.php:62
#: application/views/adif/import.php:178 application/views/adif/import.php:225
#: application/views/adif/import.php:177 application/views/adif/import.php:226
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
@@ -3341,7 +3342,7 @@ msgid ""
"regardless if they match to the chosen station-location."
msgstr ""
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/adif/import.php:168 application/views/adif/import.php:284
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
msgid "Upload"
@@ -3357,7 +3358,7 @@ msgid ""
"like LoTW, Awards or just for keeping a backup."
msgstr ""
#: application/views/adif/import.php:186 application/views/adif/import.php:232
#: application/views/adif/import.php:187 application/views/adif/import.php:233
#: application/views/cfd/index.php:15 application/views/csv/index.php:118
#: application/views/dxatlas/index.php:118
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
@@ -3366,7 +3367,7 @@ msgstr ""
msgid "From date"
msgstr "Od daty"
#: application/views/adif/import.php:189 application/views/adif/import.php:235
#: application/views/adif/import.php:190 application/views/adif/import.php:236
#: application/views/cfd/index.php:20 application/views/csv/index.php:123
#: application/views/dxatlas/index.php:123
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
@@ -3375,40 +3376,40 @@ msgstr "Od daty"
msgid "To date"
msgstr ""
#: application/views/adif/import.php:197
#: application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr "Zaznacz eksportowane QSO jako przesłane do LoTW"
#: application/views/adif/import.php:205
#: application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr "Eksportuj QSO nieprzesłane do LoTW"
#: application/views/adif/import.php:210
#: application/views/adif/import.php:211
msgid "Export QSO's"
msgstr ""
#: application/views/adif/import.php:215
#: application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr ""
#: application/views/adif/import.php:216
#: application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr "Eksportuj wszystkie satelitarne QSO"
#: application/views/adif/import.php:218
#: application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr "Eksportuj wszyskie satelitarne QSO potwierdzone przez LoTW"
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/adif/import.php:231 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr ""
#: application/views/adif/import.php:238
#: application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr "Oznacz QSO jako wyeksportowane do LoTW"
#: application/views/adif/import.php:252
#: application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3417,31 +3418,31 @@ msgid ""
"with DOK info."
msgstr ""
#: application/views/adif/import.php:259
#: application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr ""
#: application/views/adif/import.php:261
#: application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
msgstr ""
#: application/views/adif/import.php:268
#: application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr ""
#: application/views/adif/import.php:270
#: application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
msgstr ""
#: application/views/adif/import.php:277
#: application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr ""
#: application/views/adif/import.php:279
#: application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -2683,6 +2683,7 @@ msgstr "Diferença"
#: application/views/search/cqzones.php:33
#: application/views/search/ituzones.php:33
#: application/views/search/lotw_unconfirmed.php:34
#: application/views/adif/import.php:179
msgid "All"
msgstr "Todos"
@@ -3136,6 +3137,7 @@ msgstr "Nada encontrado!"
#: application/views/search/ituzones.php:35
#: application/views/search/ituzones_result.php:9
#: application/views/search/lotw_unconfirmed.php:36
#: application/views/adif/import.php:183 application/views/adif/import.php:228
msgid "Callsign"
msgstr "Indicativo"
@@ -3301,6 +3303,7 @@ msgid "DCL QSL Status"
msgstr "Estado QSL DCL"
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:253
msgid "DARC DCL"
msgstr "DARC DCL"
@@ -3332,6 +3335,7 @@ msgstr "O tamanho máximo de upload de ficheiro é "
#: application/views/view_log/qso.php:634
#: application/views/webadif/export.php:34
#: application/views/webadif/export.php:94
#: application/views/adif/import.php:231 application/views/adif/import.php:269
msgid "Warning"
msgstr "Aviso"
@@ -3340,6 +3344,7 @@ msgstr "Aviso"
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
#: application/views/adif/import.php:177 application/views/adif/import.php:226
msgid "Select Station Location"
msgstr "Selecionar Localização da Estação"
@@ -3426,6 +3431,7 @@ msgstr ""
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
#: application/views/adif/import.php:284
msgid "Upload"
msgstr "Enviar"
@@ -3447,6 +3453,7 @@ msgstr ""
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
#: application/views/lotw/import.php:38 application/views/qrz/export.php:76
#: application/views/qrz/export.php:97 application/views/webadif/export.php:97
#: application/views/adif/import.php:187 application/views/adif/import.php:233
msgid "From date"
msgstr "A partir da data"
@@ -3456,45 +3463,47 @@ msgstr "A partir da data"
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
#: application/views/qrz/export.php:102
#: application/views/webadif/export.php:102
#: application/views/adif/import.php:190 application/views/adif/import.php:236
msgid "To date"
msgstr "Até à data"
#: application/views/adif/import.php:197
#: application/views/adif/import.php:197 application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr "Marcar contactos exportados como enviados para o LoTW"
#: application/views/adif/import.php:205
#: application/views/adif/import.php:205 application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr "Exportar contactos não enviados para o LoTW"
#: application/views/adif/import.php:210
#: application/views/adif/import.php:210 application/views/adif/import.php:211
msgid "Export QSO's"
msgstr "Exportar contactos"
#: application/views/adif/import.php:215
#: application/views/adif/import.php:215 application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr "Exportar apenas contactos de Satélite"
#: application/views/adif/import.php:216
#: application/views/adif/import.php:216 application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr "Exportar todos os contactos via satélite"
#: application/views/adif/import.php:218
#: application/views/adif/import.php:218 application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr "Exportar todos os contactos via satélite confirmados no LoTW"
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
#: application/views/adif/import.php:231
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr ""
"Se um intervalo de datas não for selecionado, todos os contactos serão "
"marcados!"
#: application/views/adif/import.php:238
#: application/views/adif/import.php:238 application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr "Marcar contactos como exportados para o LoTW"
#: application/views/adif/import.php:252
#: application/views/adif/import.php:252 application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3507,11 +3516,11 @@ msgstr ""
"colocar 'DL' na lista prefixos ). O ficheiro ADIF descarregado pode ser "
"carregado aqui para atualizar os contactos com a informação DOK."
#: application/views/adif/import.php:259
#: application/views/adif/import.php:259 application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr "Importar apenas dados DOK de contactos confirmados no DCL."
#: application/views/adif/import.php:261
#: application/views/adif/import.php:261 application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
@@ -3519,11 +3528,11 @@ msgstr ""
"Desmarque se também quiser atualizar o DOK com dados de contactos não "
"confirmados no DCL."
#: application/views/adif/import.php:268
#: application/views/adif/import.php:268 application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr "Substitui o DOK existente no log pelo DCL (se diferente)."
#: application/views/adif/import.php:270
#: application/views/adif/import.php:270 application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
@@ -3531,11 +3540,11 @@ msgstr ""
"Se estiver marcado, o Wavelog ira forçar a troca do DOK existente pelo DOK "
"do registo DCL."
#: application/views/adif/import.php:277
#: application/views/adif/import.php:277 application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr "Ignorar contactos que não podem ser correspondidos."
#: application/views/adif/import.php:279
#: application/views/adif/import.php:279 application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -2678,6 +2678,7 @@ msgstr "Разница"
#: application/views/search/cqzones.php:33
#: application/views/search/ituzones.php:33
#: application/views/search/lotw_unconfirmed.php:34
#: application/views/adif/import.php:179
msgid "All"
msgstr "Все"
@@ -3131,6 +3132,7 @@ msgstr "Не найдено!"
#: application/views/search/ituzones.php:35
#: application/views/search/ituzones_result.php:9
#: application/views/search/lotw_unconfirmed.php:36
#: application/views/adif/import.php:183 application/views/adif/import.php:228
msgid "Callsign"
msgstr "Позывной"
@@ -3296,6 +3298,7 @@ msgid "DCL QSL Status"
msgstr "Статус DCL QSL"
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:253
msgid "DARC DCL"
msgstr "DARC DCL"
@@ -3327,6 +3330,7 @@ msgstr "Максимальный размер загружаемого файл
#: application/views/view_log/qso.php:634
#: application/views/webadif/export.php:34
#: application/views/webadif/export.php:94
#: application/views/adif/import.php:231 application/views/adif/import.php:269
msgid "Warning"
msgstr "Предупреждение"
@@ -3335,6 +3339,7 @@ msgstr "Предупреждение"
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
#: application/views/adif/import.php:177 application/views/adif/import.php:226
msgid "Select Station Location"
msgstr "Выберите профиль QTH"
@@ -3421,6 +3426,7 @@ msgstr ""
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
#: application/views/adif/import.php:284
msgid "Upload"
msgstr "Загрузить"
@@ -3442,6 +3448,7 @@ msgstr ""
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
#: application/views/lotw/import.php:38 application/views/qrz/export.php:76
#: application/views/qrz/export.php:97 application/views/webadif/export.php:97
#: application/views/adif/import.php:187 application/views/adif/import.php:233
msgid "From date"
msgstr "Начиная с даты"
@@ -3451,44 +3458,46 @@ msgstr "Начиная с даты"
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
#: application/views/qrz/export.php:102
#: application/views/webadif/export.php:102
#: application/views/adif/import.php:190 application/views/adif/import.php:236
msgid "To date"
msgstr "До даты"
#: application/views/adif/import.php:197
#: application/views/adif/import.php:197 application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr "Отметить экспортированные QSO как загруженные в LoTW"
#: application/views/adif/import.php:205
#: application/views/adif/import.php:205 application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr "Отметить экспортированные QSO как незагруженные в LoTW"
#: application/views/adif/import.php:210
#: application/views/adif/import.php:210 application/views/adif/import.php:211
msgid "Export QSO's"
msgstr "Экспорт QSO"
#: application/views/adif/import.php:215
#: application/views/adif/import.php:215 application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr "Экспортировать QSO, проведённые через спутник"
#: application/views/adif/import.php:216
#: application/views/adif/import.php:216 application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr "Экспортировать все QSO, проведённые через спутник"
#: application/views/adif/import.php:218
#: application/views/adif/import.php:218 application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr ""
"Экспортировать все QSO, проведённые через спутник, подтверждённые на LoTW"
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
#: application/views/adif/import.php:231
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr "Если диапазон дат не выбран, то будут отмечены все QSO!"
#: application/views/adif/import.php:238
#: application/views/adif/import.php:238 application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr "Отметить QSO как экспортированные в LoTW"
#: application/views/adif/import.php:252
#: application/views/adif/import.php:252 application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3501,11 +3510,11 @@ msgstr ""
"указать 'DL' в списке префиксов). Скачанный ADIF файл может быть загружен "
"здесь для обновления журнала информацией DOK."
#: application/views/adif/import.php:259
#: application/views/adif/import.php:259 application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr "Импортировать только данные DOK из QSO, подтверждённых на DCL."
#: application/views/adif/import.php:261
#: application/views/adif/import.php:261 application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
@@ -3513,12 +3522,12 @@ msgstr ""
"Снисите отметку, если вы также хотите обновить данные DOK из QSO, не "
"подтверждённых на DCL."
#: application/views/adif/import.php:268
#: application/views/adif/import.php:268 application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr ""
"Перезаписать информацию DOK в логе информацией из DCL (в случае различия)."
#: application/views/adif/import.php:270
#: application/views/adif/import.php:270 application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
@@ -3526,11 +3535,11 @@ msgstr ""
"Если отмеченно, то Wavelog принудительно перезапишет имеющиемя данные DOK "
"данными из журнала DCL."
#: application/views/adif/import.php:277
#: application/views/adif/import.php:277 application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr "Игнорировать несовпадающиe QSO."
#: application/views/adif/import.php:279
#: application/views/adif/import.php:279 application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-09-11 09:33+0000\n"
"POT-Creation-Date: 2024-09-11 09:38+0000\n"
"PO-Revision-Date: 2024-08-17 10:49+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Albanian <https://translate.wavelog.org/projects/wavelog/main-"
@@ -2519,6 +2519,7 @@ msgstr ""
#: application/views/activated_gridmap/index.php:32
#: application/views/activated_gridmap/index.php:41
#: application/views/activators/index.php:13
#: application/views/adif/import.php:179
#: application/views/awards/cq/index.php:77
#: application/views/awards/cq/index.php:91
#: application/views/awards/dok/index.php:94
@@ -3015,8 +3016,8 @@ msgid "Nothing found!"
msgstr ""
#: application/views/activators/index.php:98
#: application/views/adif/import.php:66 application/views/adif/import.php:182
#: application/views/adif/import.php:227
#: application/views/adif/import.php:66 application/views/adif/import.php:183
#: application/views/adif/import.php:228
#: application/views/awards/pota/index.php:34
#: application/views/awards/sig/qso_list.php:11
#: application/views/awards/sota/index.php:25
@@ -3217,7 +3218,7 @@ msgstr ""
msgid "DCL QSL Status"
msgstr ""
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:36 application/views/adif/import.php:253
msgid "DARC DCL"
msgstr ""
@@ -3238,8 +3239,8 @@ msgstr ""
msgid "Maximum file upload size is "
msgstr ""
#: application/views/adif/import.php:56 application/views/adif/import.php:230
#: application/views/adif/import.php:268 application/views/debug/index.php:175
#: application/views/adif/import.php:56 application/views/adif/import.php:231
#: application/views/adif/import.php:269 application/views/debug/index.php:175
#: application/views/debug/index.php:192 application/views/debug/index.php:537
#: application/views/hrdlog/export.php:25
#: application/views/hrdlog/export.php:74
@@ -3253,7 +3254,7 @@ msgid "Warning"
msgstr ""
#: application/views/adif/import.php:60 application/views/adif/import.php:62
#: application/views/adif/import.php:178 application/views/adif/import.php:225
#: application/views/adif/import.php:177 application/views/adif/import.php:226
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
@@ -3335,7 +3336,7 @@ msgid ""
"regardless if they match to the chosen station-location."
msgstr ""
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/adif/import.php:168 application/views/adif/import.php:284
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
msgid "Upload"
@@ -3351,7 +3352,7 @@ msgid ""
"like LoTW, Awards or just for keeping a backup."
msgstr ""
#: application/views/adif/import.php:186 application/views/adif/import.php:232
#: application/views/adif/import.php:187 application/views/adif/import.php:233
#: application/views/cfd/index.php:15 application/views/csv/index.php:118
#: application/views/dxatlas/index.php:118
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
@@ -3360,7 +3361,7 @@ msgstr ""
msgid "From date"
msgstr ""
#: application/views/adif/import.php:189 application/views/adif/import.php:235
#: application/views/adif/import.php:190 application/views/adif/import.php:236
#: application/views/cfd/index.php:20 application/views/csv/index.php:123
#: application/views/dxatlas/index.php:123
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
@@ -3369,40 +3370,40 @@ msgstr ""
msgid "To date"
msgstr ""
#: application/views/adif/import.php:197
#: application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:205
#: application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:210
#: application/views/adif/import.php:211
msgid "Export QSO's"
msgstr ""
#: application/views/adif/import.php:215
#: application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr ""
#: application/views/adif/import.php:216
#: application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr ""
#: application/views/adif/import.php:218
#: application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr ""
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/adif/import.php:231 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr ""
#: application/views/adif/import.php:238
#: application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr ""
#: application/views/adif/import.php:252
#: application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3411,31 +3412,31 @@ msgid ""
"with DOK info."
msgstr ""
#: application/views/adif/import.php:259
#: application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr ""
#: application/views/adif/import.php:261
#: application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
msgstr ""
#: application/views/adif/import.php:268
#: application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr ""
#: application/views/adif/import.php:270
#: application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
msgstr ""
#: application/views/adif/import.php:277
#: application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr ""
#: application/views/adif/import.php:279
#: application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-09-11 09:33+0000\n"
"POT-Creation-Date: 2024-09-11 09:38+0000\n"
"PO-Revision-Date: 2024-09-05 09:30+0000\n"
"Last-Translator: Dragan Đorđević <4o4a.dragan@gmail.com>\n"
"Language-Team: Serbian <https://translate.wavelog.org/projects/wavelog/main-"
@@ -2569,6 +2569,7 @@ msgstr "Razlika"
#: application/views/activated_gridmap/index.php:32
#: application/views/activated_gridmap/index.php:41
#: application/views/activators/index.php:13
#: application/views/adif/import.php:179
#: application/views/awards/cq/index.php:77
#: application/views/awards/cq/index.php:91
#: application/views/awards/dok/index.php:94
@@ -3065,8 +3066,8 @@ msgid "Nothing found!"
msgstr "Ništa nije pronađeno!"
#: application/views/activators/index.php:98
#: application/views/adif/import.php:66 application/views/adif/import.php:182
#: application/views/adif/import.php:227
#: application/views/adif/import.php:66 application/views/adif/import.php:183
#: application/views/adif/import.php:228
#: application/views/awards/pota/index.php:34
#: application/views/awards/sig/qso_list.php:11
#: application/views/awards/sota/index.php:25
@@ -3267,7 +3268,7 @@ msgstr "DOK u DCL"
msgid "DCL QSL Status"
msgstr "Status DCL QSL"
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:36 application/views/adif/import.php:253
msgid "DARC DCL"
msgstr "DARC DCL"
@@ -3288,8 +3289,8 @@ msgstr "Datoteke dnevnika moraju biti vrste *.adi"
msgid "Maximum file upload size is "
msgstr "Maksimalna veličina datoteke za učitavanje je "
#: application/views/adif/import.php:56 application/views/adif/import.php:230
#: application/views/adif/import.php:268 application/views/debug/index.php:175
#: application/views/adif/import.php:56 application/views/adif/import.php:231
#: application/views/adif/import.php:269 application/views/debug/index.php:175
#: application/views/debug/index.php:192 application/views/debug/index.php:537
#: application/views/hrdlog/export.php:25
#: application/views/hrdlog/export.php:74
@@ -3303,7 +3304,7 @@ msgid "Warning"
msgstr "Upozorenje"
#: application/views/adif/import.php:60 application/views/adif/import.php:62
#: application/views/adif/import.php:178 application/views/adif/import.php:225
#: application/views/adif/import.php:177 application/views/adif/import.php:226
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
@@ -3389,7 +3390,7 @@ msgstr ""
"Ako je selektovano, Wavelog će pokušati da uveze %sall%s QSO iz ADIF, bez "
"obzira da li se poklapaju sa izabranom stanicom - lokacijom."
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/adif/import.php:168 application/views/adif/import.php:284
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
msgid "Upload"
@@ -3407,7 +3408,7 @@ msgstr ""
"Izvoz ADIFa vam omogućava da uvezete kontakte u treće aplikacije kao što su "
"LoTW, Diplome ili da ga goristite samo kao rezervnu kopiju."
#: application/views/adif/import.php:186 application/views/adif/import.php:232
#: application/views/adif/import.php:187 application/views/adif/import.php:233
#: application/views/cfd/index.php:15 application/views/csv/index.php:118
#: application/views/dxatlas/index.php:118
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
@@ -3416,7 +3417,7 @@ msgstr ""
msgid "From date"
msgstr "Od datuma"
#: application/views/adif/import.php:189 application/views/adif/import.php:235
#: application/views/adif/import.php:190 application/views/adif/import.php:236
#: application/views/cfd/index.php:20 application/views/csv/index.php:123
#: application/views/dxatlas/index.php:123
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
@@ -3425,40 +3426,40 @@ msgstr "Od datuma"
msgid "To date"
msgstr "Do datuma"
#: application/views/adif/import.php:197
#: application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr "Označi izvezene QSO kao učitane na LoTW"
#: application/views/adif/import.php:205
#: application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr "Izvezi QSO koji nisu učitani na LoTW"
#: application/views/adif/import.php:210
#: application/views/adif/import.php:211
msgid "Export QSO's"
msgstr "Izvezi QSOe"
#: application/views/adif/import.php:215
#: application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr "Izvezi samo satelitske QSO"
#: application/views/adif/import.php:216
#: application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr "Izvezi sve satelitske QSO"
#: application/views/adif/import.php:218
#: application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr "Izvezi sve satelitske QSO potvrđene na LoTW"
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/adif/import.php:231 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr "Ako nije izabran opseg datuma, onda će svi QSO biti označeni!"
#: application/views/adif/import.php:238
#: application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr "Označi QSOe kao izvezene u LoTW"
#: application/views/adif/import.php:252
#: application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3471,11 +3472,11 @@ msgstr ""
"stavi 'DL'). Preuzeta ADIF datoteka može biti učitana ovde u nameri da "
"ažurirate QSO sa informacijom o DOK."
#: application/views/adif/import.php:259
#: application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr "Uvezi samo DOK podatke iz QSO potvrđenih na DCL."
#: application/views/adif/import.php:261
#: application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
@@ -3483,11 +3484,11 @@ msgstr ""
"Nemojte označiti ako takođe želite da ažurirate DOK sa podacima iz "
"nepotvrđenih QSO u DCL."
#: application/views/adif/import.php:268
#: application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr "Prepišite DCL-om postojeće DOK u dnevniku (ako su različiti)."
#: application/views/adif/import.php:270
#: application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
@@ -3495,11 +3496,11 @@ msgstr ""
"Ako je označeno, Wavelog će silom prepisati postojeće DOK sa DOK iz DCL "
"dnevnika."
#: application/views/adif/import.php:277
#: application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr "Zanemarite QSOe koji se ne mogu poklopiti."
#: application/views/adif/import.php:279
#: application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-09-11 09:33+0000\n"
"POT-Creation-Date: 2024-09-11 09:38+0000\n"
"PO-Revision-Date: 2024-08-17 10:48+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Swedish <https://translate.wavelog.org/projects/wavelog/main-"
@@ -2520,6 +2520,7 @@ msgstr ""
#: application/views/activated_gridmap/index.php:32
#: application/views/activated_gridmap/index.php:41
#: application/views/activators/index.php:13
#: application/views/adif/import.php:179
#: application/views/awards/cq/index.php:77
#: application/views/awards/cq/index.php:91
#: application/views/awards/dok/index.php:94
@@ -3016,8 +3017,8 @@ msgid "Nothing found!"
msgstr ""
#: application/views/activators/index.php:98
#: application/views/adif/import.php:66 application/views/adif/import.php:182
#: application/views/adif/import.php:227
#: application/views/adif/import.php:66 application/views/adif/import.php:183
#: application/views/adif/import.php:228
#: application/views/awards/pota/index.php:34
#: application/views/awards/sig/qso_list.php:11
#: application/views/awards/sota/index.php:25
@@ -3218,7 +3219,7 @@ msgstr ""
msgid "DCL QSL Status"
msgstr ""
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:36 application/views/adif/import.php:253
msgid "DARC DCL"
msgstr ""
@@ -3239,8 +3240,8 @@ msgstr ""
msgid "Maximum file upload size is "
msgstr ""
#: application/views/adif/import.php:56 application/views/adif/import.php:230
#: application/views/adif/import.php:268 application/views/debug/index.php:175
#: application/views/adif/import.php:56 application/views/adif/import.php:231
#: application/views/adif/import.php:269 application/views/debug/index.php:175
#: application/views/debug/index.php:192 application/views/debug/index.php:537
#: application/views/hrdlog/export.php:25
#: application/views/hrdlog/export.php:74
@@ -3254,7 +3255,7 @@ msgid "Warning"
msgstr ""
#: application/views/adif/import.php:60 application/views/adif/import.php:62
#: application/views/adif/import.php:178 application/views/adif/import.php:225
#: application/views/adif/import.php:177 application/views/adif/import.php:226
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
@@ -3336,7 +3337,7 @@ msgid ""
"regardless if they match to the chosen station-location."
msgstr ""
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/adif/import.php:168 application/views/adif/import.php:284
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
msgid "Upload"
@@ -3352,7 +3353,7 @@ msgid ""
"like LoTW, Awards or just for keeping a backup."
msgstr ""
#: application/views/adif/import.php:186 application/views/adif/import.php:232
#: application/views/adif/import.php:187 application/views/adif/import.php:233
#: application/views/cfd/index.php:15 application/views/csv/index.php:118
#: application/views/dxatlas/index.php:118
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
@@ -3361,7 +3362,7 @@ msgstr ""
msgid "From date"
msgstr "Från datum"
#: application/views/adif/import.php:189 application/views/adif/import.php:235
#: application/views/adif/import.php:190 application/views/adif/import.php:236
#: application/views/cfd/index.php:20 application/views/csv/index.php:123
#: application/views/dxatlas/index.php:123
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
@@ -3370,40 +3371,40 @@ msgstr "Från datum"
msgid "To date"
msgstr ""
#: application/views/adif/import.php:197
#: application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:205
#: application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:210
#: application/views/adif/import.php:211
msgid "Export QSO's"
msgstr ""
#: application/views/adif/import.php:215
#: application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr ""
#: application/views/adif/import.php:216
#: application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr ""
#: application/views/adif/import.php:218
#: application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr ""
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/adif/import.php:231 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr ""
#: application/views/adif/import.php:238
#: application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr ""
#: application/views/adif/import.php:252
#: application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3412,31 +3413,31 @@ msgid ""
"with DOK info."
msgstr ""
#: application/views/adif/import.php:259
#: application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr ""
#: application/views/adif/import.php:261
#: application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
msgstr ""
#: application/views/adif/import.php:268
#: application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr ""
#: application/views/adif/import.php:270
#: application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
msgstr ""
#: application/views/adif/import.php:277
#: application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr "Ignore QSOs that cannot be matched"
#: application/views/adif/import.php:279
#: application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-09-11 09:33+0000\n"
"POT-Creation-Date: 2024-09-11 09:38+0000\n"
"PO-Revision-Date: 2024-08-17 10:48+0000\n"
"Last-Translator: Halil AYYILDIZ <ta2lghalil@gmail.com>\n"
"Language-Team: Turkish <https://translate.wavelog.org/projects/wavelog/main-"
@@ -2525,6 +2525,7 @@ msgstr ""
#: application/views/activated_gridmap/index.php:32
#: application/views/activated_gridmap/index.php:41
#: application/views/activators/index.php:13
#: application/views/adif/import.php:179
#: application/views/awards/cq/index.php:77
#: application/views/awards/cq/index.php:91
#: application/views/awards/dok/index.php:94
@@ -3021,8 +3022,8 @@ msgid "Nothing found!"
msgstr ""
#: application/views/activators/index.php:98
#: application/views/adif/import.php:66 application/views/adif/import.php:182
#: application/views/adif/import.php:227
#: application/views/adif/import.php:66 application/views/adif/import.php:183
#: application/views/adif/import.php:228
#: application/views/awards/pota/index.php:34
#: application/views/awards/sig/qso_list.php:11
#: application/views/awards/sota/index.php:25
@@ -3223,7 +3224,7 @@ msgstr ""
msgid "DCL QSL Status"
msgstr ""
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:36 application/views/adif/import.php:253
msgid "DARC DCL"
msgstr ""
@@ -3244,8 +3245,8 @@ msgstr ""
msgid "Maximum file upload size is "
msgstr ""
#: application/views/adif/import.php:56 application/views/adif/import.php:230
#: application/views/adif/import.php:268 application/views/debug/index.php:175
#: application/views/adif/import.php:56 application/views/adif/import.php:231
#: application/views/adif/import.php:269 application/views/debug/index.php:175
#: application/views/debug/index.php:192 application/views/debug/index.php:537
#: application/views/hrdlog/export.php:25
#: application/views/hrdlog/export.php:74
@@ -3259,7 +3260,7 @@ msgid "Warning"
msgstr ""
#: application/views/adif/import.php:60 application/views/adif/import.php:62
#: application/views/adif/import.php:178 application/views/adif/import.php:225
#: application/views/adif/import.php:177 application/views/adif/import.php:226
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
@@ -3341,7 +3342,7 @@ msgid ""
"regardless if they match to the chosen station-location."
msgstr ""
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/adif/import.php:168 application/views/adif/import.php:284
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
msgid "Upload"
@@ -3357,7 +3358,7 @@ msgid ""
"like LoTW, Awards or just for keeping a backup."
msgstr ""
#: application/views/adif/import.php:186 application/views/adif/import.php:232
#: application/views/adif/import.php:187 application/views/adif/import.php:233
#: application/views/cfd/index.php:15 application/views/csv/index.php:118
#: application/views/dxatlas/index.php:118
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
@@ -3366,7 +3367,7 @@ msgstr ""
msgid "From date"
msgstr "Tarihten itibaren"
#: application/views/adif/import.php:189 application/views/adif/import.php:235
#: application/views/adif/import.php:190 application/views/adif/import.php:236
#: application/views/cfd/index.php:20 application/views/csv/index.php:123
#: application/views/dxatlas/index.php:123
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
@@ -3375,40 +3376,40 @@ msgstr "Tarihten itibaren"
msgid "To date"
msgstr ""
#: application/views/adif/import.php:197
#: application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:205
#: application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:210
#: application/views/adif/import.php:211
msgid "Export QSO's"
msgstr ""
#: application/views/adif/import.php:215
#: application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr ""
#: application/views/adif/import.php:216
#: application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr ""
#: application/views/adif/import.php:218
#: application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr ""
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/adif/import.php:231 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr ""
#: application/views/adif/import.php:238
#: application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr ""
#: application/views/adif/import.php:252
#: application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3417,31 +3418,31 @@ msgid ""
"with DOK info."
msgstr ""
#: application/views/adif/import.php:259
#: application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr ""
#: application/views/adif/import.php:261
#: application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
msgstr ""
#: application/views/adif/import.php:268
#: application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr ""
#: application/views/adif/import.php:270
#: application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
msgstr ""
#: application/views/adif/import.php:277
#: application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr "Ignore QSOs that cannot be matched"
#: application/views/adif/import.php:279
#: application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -2638,6 +2638,7 @@ msgstr "差异"
#: application/views/search/cqzones.php:33
#: application/views/search/ituzones.php:33
#: application/views/search/lotw_unconfirmed.php:34
#: application/views/adif/import.php:179
msgid "All"
msgstr "所有"
@@ -3091,6 +3092,7 @@ msgstr "未找到!"
#: application/views/search/ituzones.php:35
#: application/views/search/ituzones_result.php:9
#: application/views/search/lotw_unconfirmed.php:36
#: application/views/adif/import.php:183 application/views/adif/import.php:228
msgid "Callsign"
msgstr "呼号"
@@ -3256,6 +3258,7 @@ msgid "DCL QSL Status"
msgstr "DCL QSL 状态"
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:253
msgid "DARC DCL"
msgstr "DARC DCL"
@@ -3287,6 +3290,7 @@ msgstr "最大上传文件大小是 "
#: application/views/view_log/qso.php:634
#: application/views/webadif/export.php:34
#: application/views/webadif/export.php:94
#: application/views/adif/import.php:231 application/views/adif/import.php:269
msgid "Warning"
msgstr "注意"
@@ -3295,6 +3299,7 @@ msgstr "注意"
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
#: application/views/adif/import.php:177 application/views/adif/import.php:226
msgid "Select Station Location"
msgstr "选择台站位置"
@@ -3378,6 +3383,7 @@ msgstr ""
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
#: application/views/adif/import.php:284
msgid "Upload"
msgstr "上传"
@@ -3397,6 +3403,7 @@ msgstr "导出 ADIF 方便您将日志导入到 LoTW 等第三方应用程序或
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
#: application/views/lotw/import.php:38 application/views/qrz/export.php:76
#: application/views/qrz/export.php:97 application/views/webadif/export.php:97
#: application/views/adif/import.php:187 application/views/adif/import.php:233
msgid "From date"
msgstr "起始日期"
@@ -3406,43 +3413,45 @@ msgstr "起始日期"
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
#: application/views/qrz/export.php:102
#: application/views/webadif/export.php:102
#: application/views/adif/import.php:190 application/views/adif/import.php:236
msgid "To date"
msgstr "终止日期"
#: application/views/adif/import.php:197
#: application/views/adif/import.php:197 application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr "将导出的 QSO 标记为已上传到 LoTW"
#: application/views/adif/import.php:205
#: application/views/adif/import.php:205 application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr "导出没有上传到 LoTW 的 QSO"
#: application/views/adif/import.php:210
#: application/views/adif/import.php:210 application/views/adif/import.php:211
msgid "Export QSO's"
msgstr "导出 QSO"
#: application/views/adif/import.php:215
#: application/views/adif/import.php:215 application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr "只导出卫星 QSO"
#: application/views/adif/import.php:216
#: application/views/adif/import.php:216 application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr "导出所有卫星 QSO"
#: application/views/adif/import.php:218
#: application/views/adif/import.php:218 application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr "导出 LoTW 上确认的所有卫星 QSO"
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
#: application/views/adif/import.php:231
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr "如果未选择日期范围,则所有 QSO 都将被标记!"
#: application/views/adif/import.php:238
#: application/views/adif/import.php:238 application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr "将 QSO 标记为导出到 LoTW"
#: application/views/adif/import.php:252
#: application/views/adif/import.php:252 application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3453,31 +3462,31 @@ msgstr ""
"前往 %s 导出已确认的 DOK可选择仅导出 DL QSO 以加快速度。您可在此处上传已下"
"载的 ADIF 日志,系统将以此更新 DOK 信息。"
#: application/views/adif/import.php:259
#: application/views/adif/import.php:259 application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr "仅导入在 DCL 上确认的 QSO 的 DOK 数据。"
#: application/views/adif/import.php:261
#: application/views/adif/import.php:261 application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
msgstr "如果您还想使用 DCL 中未经确认的 QSO 的数据更新 DOK请取消选中。"
#: application/views/adif/import.php:268
#: application/views/adif/import.php:268 application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr "根据已有 DCL 覆盖 DOK 数据(如不同)。"
#: application/views/adif/import.php:270
#: application/views/adif/import.php:270 application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
msgstr "如果选中Wavelog 将使用 DCL 日志中的 DOK 强制覆盖现有的 DOK 信息。"
#: application/views/adif/import.php:277
#: application/views/adif/import.php:277 application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr "忽略无法匹配的 QSO。"
#: application/views/adif/import.php:279
#: application/views/adif/import.php:279 application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."

View File

@@ -2,51 +2,62 @@
class adif_data extends CI_Model {
function export_all($api_key = null) {
$CI =& get_instance();
$CI->load->model('logbooks_model');
if ($api_key != null) {
$CI->load->model('api_model');
if (strpos($this->api_model->access($api_key), 'r') !== false) {
$this->api_model->update_last_used($api_key);
$user_id = $this->api_model->key_userid($api_key);
$logbooks_locations_array = $this->list_station_locations($user_id);
}
} else {
$logbooks_locations_array = $CI->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
}
$this->db->select($this->config->item('table_name').'.*, station_profile.*, dxcc_entities.name as station_country');
$this->db->order_by("COL_TIME_ON", "ASC");
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
$this->db->where_in('station_profile.station_id', $logbooks_locations_array);
$this->db->join('dxcc_entities', 'station_profile.station_dxcc = dxcc_entities.adif');
$query = $this->db->get($this->config->item('table_name'));
return $query;
}
function list_station_locations($user_id) {
$this->db->where('user_id', $user_id);
$query = $this->db->get('station_profile');
if ($query->num_rows() == 0) {
return array();
function export_all($api_key = null,$from = null, $to = null, $exportLotw = false) {
$this->load->model('logbooks_model');
if ($api_key != null) {
$this->load->model('api_model');
if (strpos($this->api_model->access($api_key), 'r') !== false) {
$this->api_model->update_last_used($api_key);
$user_id = $this->api_model->key_userid($api_key);
$logbooks_locations_array = $this->list_station_locations($user_id);
}
} else {
$this->load->model('stations');
$logbooks_locations_array = $this->list_station_locations($this->session->userdata('user_id'));
}
$locations_array = array();
foreach ($query->result() as $row) {
array_push($locations_array, $row->station_id);
}
return $locations_array;
$this->db->select($this->config->item('table_name').'.*, station_profile.*, dxcc_entities.name as station_country');
$this->db->order_by("COL_TIME_ON", "ASC");
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
if ($from) {
$this->db->where("date(".$this->config->item('table_name').".COL_TIME_ON) >= ", $from);
}
if ($to) {
$this->db->where("date(".$this->config->item('table_name').".COL_TIME_ON) <= ",$to);
}
if ($exportLotw) {
$this->db->group_start();
$this->db->where($this->config->item('table_name').".COL_LOTW_QSL_SENT != 'Y'");
$this->db->or_where($this->config->item('table_name').".COL_LOTW_QSL_SENT", NULL);
$this->db->group_end();
}
$this->db->where_in('station_profile.station_id', $logbooks_locations_array);
$this->db->join('dxcc_entities', 'station_profile.station_dxcc = dxcc_entities.adif');
$query = $this->db->get($this->config->item('table_name'));
return $query;
}
function export_printrequested($station_id = NULL) {
$this->load->model('stations');
$active_station_id = $this->stations->find_active();
function list_station_locations($user_id) {
$this->db->where('user_id', $user_id);
$query = $this->db->get('station_profile');
$this->db->select($this->config->item('table_name').'.*, station_profile.*, dxcc_entities.name as station_country');
if ($query->num_rows() == 0) {
return array();
}
$locations_array = array();
foreach ($query->result() as $row) {
array_push($locations_array, $row->station_id);
}
return $locations_array;
}
function export_printrequested($station_id = NULL) {
$this->load->model('stations');
$active_station_id = $this->stations->find_active();
$this->db->select($this->config->item('table_name').'.*, station_profile.*, dxcc_entities.name as station_country');
if ($station_id == NULL) {
$this->db->where($this->config->item('table_name').'.station_id', $active_station_id);
@@ -54,133 +65,136 @@ class adif_data extends CI_Model {
$this->db->where($this->config->item('table_name').'.station_id', $station_id);
}
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
$this->db->join('dxcc_entities', 'station_profile.station_dxcc = dxcc_entities.adif');
// always filter user. this ensures that even if the station_id is from another user no inaccesible QSOs will be returned
$this->db->where('station_profile.user_id', $this->session->userdata('user_id'));
$this->db->where_in('COL_QSL_SENT', array('R', 'Q'));
$this->db->order_by("COL_TIME_ON", "ASC");
$query = $this->db->get($this->config->item('table_name'));
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
$this->db->join('dxcc_entities', 'station_profile.station_dxcc = dxcc_entities.adif');
// always filter user. this ensures that even if the station_id is from another user no inaccesible QSOs will be returned
$this->db->where('station_profile.user_id', $this->session->userdata('user_id'));
$this->db->where_in('COL_QSL_SENT', array('R', 'Q'));
$this->db->order_by("COL_TIME_ON", "ASC");
$query = $this->db->get($this->config->item('table_name'));
return $query;
}
return $query;
}
function sat_all() {
$this->load->model('stations');
$active_station_id = $this->stations->find_active();
function sat_all() {
$this->load->model('stations');
$active_station_id = $this->stations->find_active();
$this->db->select(''.$this->config->item('table_name').'.*, station_profile.*, dxcc_entities.name as station_country');
$this->db->from($this->config->item('table_name'));
$this->db->where($this->config->item('table_name').'.station_id', $active_station_id);
$this->db->where($this->config->item('table_name').'.COL_PROP_MODE', 'SAT');
$this->db->select(''.$this->config->item('table_name').'.*, station_profile.*, dxcc_entities.name as station_country');
$this->db->from($this->config->item('table_name'));
$this->db->where($this->config->item('table_name').'.station_id', $active_station_id);
$this->db->where($this->config->item('table_name').'.COL_PROP_MODE', 'SAT');
$this->db->order_by($this->config->item('table_name').".COL_TIME_ON", "ASC");
$this->db->order_by($this->config->item('table_name').".COL_TIME_ON", "ASC");
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
$this->db->join('dxcc_entities', 'station_profile.station_dxcc = dxcc_entities.adif', 'left outer');
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
$this->db->join('dxcc_entities', 'station_profile.station_dxcc = dxcc_entities.adif', 'left outer');
return $this->db->get();
}
return $this->db->get();
}
function satellte_lotw() {
$this->load->model('stations');
$active_station_id = $this->stations->find_active();
function satellte_lotw() {
$this->load->model('stations');
$active_station_id = $this->stations->find_active();
$this->db->select(''.$this->config->item('table_name').'.*, station_profile.*, dxcc_entities.name as station_country');
$this->db->from($this->config->item('table_name'));
$this->db->where($this->config->item('table_name').'.station_id', $active_station_id);
$this->db->where($this->config->item('table_name').'.COL_PROP_MODE', 'SAT');
$this->db->select(''.$this->config->item('table_name').'.*, station_profile.*, dxcc_entities.name as station_country');
$this->db->from($this->config->item('table_name'));
$this->db->where($this->config->item('table_name').'.station_id', $active_station_id);
$this->db->where($this->config->item('table_name').'.COL_PROP_MODE', 'SAT');
$where = $this->config->item('table_name').".COL_LOTW_QSLRDATE IS NOT NULL";
$this->db->where($where);
$where = $this->config->item('table_name').".COL_LOTW_QSLRDATE IS NOT NULL";
$this->db->where($where);
$this->db->order_by($this->config->item('table_name').".COL_TIME_ON", "ASC");
$this->db->order_by($this->config->item('table_name').".COL_TIME_ON", "ASC");
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
$this->db->join('dxcc_entities', 'station_profile.station_dxcc = dxcc_entities.adif', 'left outer');
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
$this->db->join('dxcc_entities', 'station_profile.station_dxcc = dxcc_entities.adif', 'left outer');
return $this->db->get();
}
return $this->db->get();
}
function export_custom($from, $to, $station_id, $exportLotw = false) {
// be sure that station belongs to user
$CI =& get_instance();
$CI->load->model('Stations');
if (!$CI->Stations->check_station_is_accessible($station_id)) {
return;
}
function export_custom($from, $to, $station_id, $exportLotw = false) {
// be sure that station belongs to user
$this->load->model('Stations');
if ($station_id == 0) {
return $this->export_all($api_key = null,$from, $to, $exportLotw);
} else {
if (!$this->Stations->check_station_is_accessible($station_id)) {
return;
}
$this->db->select(''.$this->config->item('table_name').'.*, station_profile.*, dxcc_entities.name as station_country');
$this->db->from($this->config->item('table_name'));
$this->db->where($this->config->item('table_name').'.station_id', $station_id);
$this->db->select(''.$this->config->item('table_name').'.*, station_profile.*, dxcc_entities.name as station_country');
$this->db->from($this->config->item('table_name'));
$this->db->where($this->config->item('table_name').'.station_id', $station_id);
// If date is set, we format the date and add it to the where-statement
if ($from) {
$this->db->where("date(".$this->config->item('table_name').".COL_TIME_ON) >= '".$from."'");
}
if ($to) {
$this->db->where("date(".$this->config->item('table_name').".COL_TIME_ON) <= '".$to."'");
}
if ($exportLotw) {
$this->db->group_start();
$this->db->where($this->config->item('table_name').".COL_LOTW_QSL_SENT != 'Y'");
$this->db->or_where($this->config->item('table_name').".COL_LOTW_QSL_SENT", NULL);
$this->db->group_end();
}
// If date is set, we format the date and add it to the where-statement
if ($from) {
$this->db->where("date(".$this->config->item('table_name').".COL_TIME_ON) >= ", $from);
}
if ($to) {
$this->db->where("date(".$this->config->item('table_name').".COL_TIME_ON) <= ",$to);
}
if ($exportLotw) {
$this->db->group_start();
$this->db->where($this->config->item('table_name').".COL_LOTW_QSL_SENT != 'Y'");
$this->db->or_where($this->config->item('table_name').".COL_LOTW_QSL_SENT", NULL);
$this->db->group_end();
}
$this->db->order_by($this->config->item('table_name').".COL_TIME_ON", "ASC");
$this->db->order_by($this->config->item('table_name').".COL_TIME_ON", "ASC");
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
$this->db->join('dxcc_entities', 'station_profile.station_dxcc = dxcc_entities.adif', 'left outer');
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
$this->db->join('dxcc_entities', 'station_profile.station_dxcc = dxcc_entities.adif', 'left outer');
return $this->db->get();
}
return $this->db->get();
}
}
function export_past_id($station_id, $fetchfromid) {
//create query
$this->db->select(''.$this->config->item('table_name').'.*, station_profile.*, dxcc_entities.name as station_country');
$this->db->from($this->config->item('table_name'));
$this->db->where($this->config->item('table_name').'.station_id', $station_id);
$this->db->where($this->config->item('table_name').".COL_PRIMARY_KEY > " , $fetchfromid); //only get values past the fetchfromid value
$this->db->order_by($this->config->item('table_name').".COL_TIME_ON", "ASC");
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
$this->db->join('dxcc_entities', 'station_profile.station_dxcc = dxcc_entities.adif', 'left outer');
function export_past_id($station_id, $fetchfromid) {
//create query
$this->db->select(''.$this->config->item('table_name').'.*, station_profile.*, dxcc_entities.name as station_country');
$this->db->from($this->config->item('table_name'));
$this->db->where($this->config->item('table_name').'.station_id', $station_id);
$this->db->where($this->config->item('table_name').".COL_PRIMARY_KEY > " , $fetchfromid); //only get values past the fetchfromid value
$this->db->order_by($this->config->item('table_name').".COL_TIME_ON", "ASC");
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
$this->db->join('dxcc_entities', 'station_profile.station_dxcc = dxcc_entities.adif', 'left outer');
//return result
return $this->db->get();
}
//return result
return $this->db->get();
}
function export_lotw() {
$this->load->model('stations');
$active_station_id = $this->stations->find_active();
function export_lotw() {
$this->load->model('stations');
$active_station_id = $this->stations->find_active();
$this->db->select(''.$this->config->item('table_name').'.*, station_profile.*, dxcc_entities.name as station_country');
$this->db->from($this->config->item('table_name'));
$this->db->where($this->config->item('table_name').'.station_id', $active_station_id);
$this->db->group_start();
$this->db->where($this->config->item('table_name').".COL_LOTW_QSL_SENT != 'Y'");
$this->db->or_where($this->config->item('table_name').".COL_LOTW_QSL_SENT", NULL);
$this->db->group_end();
$this->db->select(''.$this->config->item('table_name').'.*, station_profile.*, dxcc_entities.name as station_country');
$this->db->from($this->config->item('table_name'));
$this->db->where($this->config->item('table_name').'.station_id', $active_station_id);
$this->db->group_start();
$this->db->where($this->config->item('table_name').".COL_LOTW_QSL_SENT != 'Y'");
$this->db->or_where($this->config->item('table_name').".COL_LOTW_QSL_SENT", NULL);
$this->db->group_end();
$this->db->order_by($this->config->item('table_name').".COL_TIME_ON", "ASC");
$this->db->order_by($this->config->item('table_name').".COL_TIME_ON", "ASC");
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
$this->db->join('dxcc_entities', 'station_profile.station_dxcc = dxcc_entities.adif', 'left outer');
$this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id');
$this->db->join('dxcc_entities', 'station_profile.station_dxcc = dxcc_entities.adif', 'left outer');
return $this->db->get();
}
return $this->db->get();
}
function mark_lotw_sent($id) {
$data = array(
'COL_LOTW_QSL_SENT' => 'Y'
);
function mark_lotw_sent($id) {
$data = array(
'COL_LOTW_QSL_SENT' => 'Y'
);
$this->db->set('COL_LOTW_QSLSDATE', 'now()', FALSE);
$this->db->where('COL_PRIMARY_KEY', $id);
$this->db->update($this->config->item('table_name'), $data);
}
$this->db->where('COL_PRIMARY_KEY', $id);
$this->db->update($this->config->item('table_name'), $data);
}
function sig_all($type) {
$CI =& get_instance();

View File

@@ -174,8 +174,9 @@
<form class="form" action="<?php echo site_url('adif/export_custom'); ?>" method="post" enctype="multipart/form-data">
<h5 class="card-title"><?= __("Take your logbook file anywhere!") ?> </h5>
<p class="card-text"><?= __("Exporting ADIFs allows you to import contacts into third party applications like LoTW, Awards or just for keeping a backup.") ?> </p>
<div class="small form-text text-muted"><?= __("Select Station Location") ?></div>
<select name="station_profile" class="form-select mb-2 me-sm-2 w-50 w-lg-100">
<option value="0"><?= __("Select Station Location") ?></option>
<option value="0"><?= __("All") ?></option>
<?php foreach ($station_profile->result() as $station) { ?>
<option value="<?php echo $station->station_id; ?>" <?php if ($station->station_id == $this->stations->find_active()) {
echo " selected =\"selected\"";
@@ -183,10 +184,10 @@
<?php } ?>
</select>
<br>
<label for="from"><?= __("From date") . ": " ?></label>
<div class="small form-text text-muted"><?= __("From date") . ":"; ?></div>
<input name="from" id="from" type="date" class="form-control w-auto">
<br>
<label for="to"><?= __("To date") . ": " ?></label>
<div class="small form-text text-muted"><?= __("To date") . ":"; ?></div>
<input name="to" id="to" type="date" class="form-control w-auto">
<br>

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-09-11 09:33+0000\n"
"POT-Creation-Date: 2024-09-11 09:38+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2517,6 +2517,7 @@ msgstr ""
#: application/views/activated_gridmap/index.php:32
#: application/views/activated_gridmap/index.php:41
#: application/views/activators/index.php:13
#: application/views/adif/import.php:179
#: application/views/awards/cq/index.php:77
#: application/views/awards/cq/index.php:91
#: application/views/awards/dok/index.php:94
@@ -3013,8 +3014,8 @@ msgid "Nothing found!"
msgstr ""
#: application/views/activators/index.php:98
#: application/views/adif/import.php:66 application/views/adif/import.php:182
#: application/views/adif/import.php:227
#: application/views/adif/import.php:66 application/views/adif/import.php:183
#: application/views/adif/import.php:228
#: application/views/awards/pota/index.php:34
#: application/views/awards/sig/qso_list.php:11
#: application/views/awards/sota/index.php:25
@@ -3215,7 +3216,7 @@ msgstr ""
msgid "DCL QSL Status"
msgstr ""
#: application/views/adif/import.php:36 application/views/adif/import.php:252
#: application/views/adif/import.php:36 application/views/adif/import.php:253
msgid "DARC DCL"
msgstr ""
@@ -3236,8 +3237,8 @@ msgstr ""
msgid "Maximum file upload size is "
msgstr ""
#: application/views/adif/import.php:56 application/views/adif/import.php:230
#: application/views/adif/import.php:268 application/views/debug/index.php:175
#: application/views/adif/import.php:56 application/views/adif/import.php:231
#: application/views/adif/import.php:269 application/views/debug/index.php:175
#: application/views/debug/index.php:192 application/views/debug/index.php:537
#: application/views/hrdlog/export.php:25
#: application/views/hrdlog/export.php:74
@@ -3251,7 +3252,7 @@ msgid "Warning"
msgstr ""
#: application/views/adif/import.php:60 application/views/adif/import.php:62
#: application/views/adif/import.php:178 application/views/adif/import.php:225
#: application/views/adif/import.php:177 application/views/adif/import.php:226
#: application/views/eqsl/import.php:36 application/views/hrdlog/export.php:69
#: application/views/qrz/export.php:89 application/views/reg1test/index.php:30
#: application/views/webadif/export.php:89
@@ -3333,7 +3334,7 @@ msgid ""
"regardless if they match to the chosen station-location."
msgstr ""
#: application/views/adif/import.php:168 application/views/adif/import.php:283
#: application/views/adif/import.php:168 application/views/adif/import.php:284
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
#: application/views/webadif/export.php:55
msgid "Upload"
@@ -3349,7 +3350,7 @@ msgid ""
"like LoTW, Awards or just for keeping a backup."
msgstr ""
#: application/views/adif/import.php:186 application/views/adif/import.php:232
#: application/views/adif/import.php:187 application/views/adif/import.php:233
#: application/views/cfd/index.php:15 application/views/csv/index.php:118
#: application/views/dxatlas/index.php:118
#: application/views/hrdlog/export.php:77 application/views/kml/index.php:103
@@ -3358,7 +3359,7 @@ msgstr ""
msgid "From date"
msgstr ""
#: application/views/adif/import.php:189 application/views/adif/import.php:235
#: application/views/adif/import.php:190 application/views/adif/import.php:236
#: application/views/cfd/index.php:20 application/views/csv/index.php:123
#: application/views/dxatlas/index.php:123
#: application/views/hrdlog/export.php:82 application/views/kml/index.php:108
@@ -3367,40 +3368,40 @@ msgstr ""
msgid "To date"
msgstr ""
#: application/views/adif/import.php:197
#: application/views/adif/import.php:198
msgid "Mark exported QSOs as uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:205
#: application/views/adif/import.php:206
msgid "Export QSOs not uploaded to LoTW"
msgstr ""
#: application/views/adif/import.php:210
#: application/views/adif/import.php:211
msgid "Export QSO's"
msgstr ""
#: application/views/adif/import.php:215
#: application/views/adif/import.php:216
msgid "Export Satellite-Only QSOs"
msgstr ""
#: application/views/adif/import.php:216
#: application/views/adif/import.php:217
msgid "Export All Satellite QSOs"
msgstr ""
#: application/views/adif/import.php:218
#: application/views/adif/import.php:219
msgid "Export All Satellite QSOs Confirmed on LoTW"
msgstr ""
#: application/views/adif/import.php:230 application/views/hrdlog/export.php:74
#: application/views/adif/import.php:231 application/views/hrdlog/export.php:74
#: application/views/qrz/export.php:94 application/views/webadif/export.php:94
msgid "If a date range is not selected then all QSOs will be marked!"
msgstr ""
#: application/views/adif/import.php:238
#: application/views/adif/import.php:239
msgid "Mark QSOs as exported to LoTW"
msgstr ""
#: application/views/adif/import.php:252
#: application/views/adif/import.php:253
#, php-format
msgid ""
"Go to %s and export your logbook with confirmed DOKs. To speed up the "
@@ -3409,31 +3410,31 @@ msgid ""
"with DOK info."
msgstr ""
#: application/views/adif/import.php:259
#: application/views/adif/import.php:260
msgid "Only import DOK data from QSOs confirmed on DCL."
msgstr ""
#: application/views/adif/import.php:261
#: application/views/adif/import.php:262
msgid ""
"Uncheck if you also want to update DOK with data from unconfirmed QSOs in "
"DCL."
msgstr ""
#: application/views/adif/import.php:268
#: application/views/adif/import.php:269
msgid "Overwrites exisiting DOK in log by DCL (if different)."
msgstr ""
#: application/views/adif/import.php:270
#: application/views/adif/import.php:271
msgid ""
"If checked Wavelog will forcibly overwrite existing DOK with DOK from DCL "
"log."
msgstr ""
#: application/views/adif/import.php:277
#: application/views/adif/import.php:278
msgid "Ignore QSOs that cannot be matched."
msgstr ""
#: application/views/adif/import.php:279
#: application/views/adif/import.php:280
msgid ""
"If unchecked, information about QSOs which could not be found in Wavelog "
"will be displayed."