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

This commit is contained in:
Weblate
2024-07-30 12:45:28 +00:00
23 changed files with 2017 additions and 1504 deletions

View File

@@ -20,21 +20,21 @@ class Statistics extends CI_Controller {
} else {
redirect('user/login');
}
}
}
// Render User Interface
// Set Page Title
$data['page_title'] = __("Statistics");
$data['sat_active'] = array_search("SAT", $this->bands->get_user_bands(), true);
// Load Views
$this->load->view('interface_assets/header', $data);
$this->load->view('statistics/index');
$this->load->view('interface_assets/footer');
}
function custom() {
$this->load->model('user_model');
if(!$this->user_model->authorize($this->config->item('auth_mode'))) {
if($this->user_model->validate_session()) {
@@ -44,12 +44,12 @@ class Statistics extends CI_Controller {
redirect('user/login');
}
}
$this->load->model('logbook_model');
$data['page_title'] = __("Custom Statistics");
$data['modes'] = $this->logbook_model->get_modes();
$this->load->helper(array('form', 'url'));
$this->load->library('form_validation');
@@ -65,16 +65,16 @@ class Statistics extends CI_Controller {
}
else
{
$this->load->model('stats');
$data['result'] = $this->stats->result();
$this->load->view('interface_assets/header', $data);
$this->load->view('statistics/custom_result');
$this->load->view('interface_assets/footer');
}
}
public function get_year() {
@@ -84,7 +84,7 @@ class Statistics extends CI_Controller {
$totals_year = $this->logbook_model->totals_year();
$yearstats = array();
$i = 0;
if ($totals_year) {
foreach($totals_year->result() as $qso_numbers) {
@@ -92,7 +92,7 @@ class Statistics extends CI_Controller {
$yearstats[$i++]['total'] = $qso_numbers->total;
}
}
header('Content-Type: application/json');
echo json_encode($yearstats);
}
@@ -101,7 +101,7 @@ class Statistics extends CI_Controller {
$this->load->model('logbook_model');
$modestats = array();
$i = 0;
$modestats[$i]['mode'] = 'ssb';
$modestats[$i++]['total'] = $this->logbook_model->total_ssb();
@@ -112,7 +112,7 @@ class Statistics extends CI_Controller {
$modestats[$i]['mode'] = 'digi';
$modestats[$i]['total'] = $this->logbook_model->total_digi();
usort($modestats, fn($a, $b) => $b['total'] <=> $a['total']);
header('Content-Type: application/json');
echo json_encode($modestats);
@@ -124,9 +124,9 @@ class Statistics extends CI_Controller {
$bandstats = array();
$total_bands = $this->logbook_model->total_bands();
$i = 0;
if ($total_bands) {
foreach($total_bands->result() as $qso_numbers) {
$bandstats[$i]['band'] = $qso_numbers->band;
@@ -145,7 +145,7 @@ class Statistics extends CI_Controller {
$total_sat = $this->logbook_model->total_sat();
$i = 0;
if ($total_sat) {
foreach($total_sat->result() as $qso_numbers) {
$satstats[$i]['sat'] = $qso_numbers->COL_SAT_NAME;
@@ -160,6 +160,8 @@ class Statistics extends CI_Controller {
public function get_unique_sat_callsigns() {
$this->load->model('stats');
$total_qsos = array();
$result = $this->stats->unique_sat_callsigns();
$total_qsos['qsoarray'] = $result['qsoView'];
$total_qsos['satunique'] = $result['satunique'];
@@ -174,6 +176,8 @@ class Statistics extends CI_Controller {
public function get_unique_callsigns() {
$this->load->model('stats');
$total_qsos = array();
$result = $this->stats->unique_callsigns();
$total_qsos['qsoarray'] = $result['qsoView'];
$total_qsos['bandunique'] = $result['bandunique'];
@@ -187,7 +191,7 @@ class Statistics extends CI_Controller {
public function get_total_sat_qsos() {
$this->load->model('stats');
$totalqsos = array();
$total_qsos = array();
$result = $this->stats->total_sat_qsos();
$total_qsos['qsoarray'] = $result['qsoView'];
@@ -202,7 +206,7 @@ class Statistics extends CI_Controller {
public function get_total_qsos() {
$this->load->model('stats');
$totalqsos = array();
$total_qsos = array();
$result = $this->stats->total_qsos();
$total_qsos['qsoarray'] = $result['qsoView'];
@@ -212,4 +216,24 @@ class Statistics extends CI_Controller {
$this->load->view('statistics/qsotable', $total_qsos);
}
public function qslstats() {
$this->load->model('stats');
$total_qsos = array();
$result = $this->stats->total_qsls();
$total_qsos['qsoarray'] = $result['qsoView'];
$total_qsos['qsosatarray'] = $result['qsoSatView'];
$total_qsos['bands'] = $this->stats->get_bands();
$total_qsos['sats'] = $this->stats->get_sats();
// Set Page Title
$data['page_title'] = __("QSL Statistics");
// Load Views
$this->load->view('interface_assets/header');
$this->load->view('statistics/qsltable', $total_qsos);
$this->load->view('interface_assets/footer');
}
}

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-30 12:21+0000\n"
"POT-Creation-Date: 2024-07-30 12:45+0000\n"
"PO-Revision-Date: 2024-07-09 13:25+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Bulgarian <https://translate.wavelog.org/projects/wavelog/"
@@ -18,7 +18,7 @@ msgstr ""
"X-Generator: Weblate 5.6\n"
#: application/controllers/Accumulated.php:21
#: application/views/interface_assets/header.php:148
#: application/views/interface_assets/header.php:150
msgid "Accumulated Statistics"
msgstr ""
@@ -55,7 +55,7 @@ msgstr ""
#: application/controllers/Activators.php:20
#: application/views/activators/index.php:2
#: application/views/interface_assets/header.php:140
#: application/views/interface_assets/header.php:142
msgid "Gridsquare Activators"
msgstr ""
@@ -76,7 +76,7 @@ msgid "ADIF Export"
msgstr ""
#: application/controllers/Adif.php:147
#: application/views/interface_assets/header.php:376
#: application/views/interface_assets/header.php:378
msgid "ADIF Import / Export"
msgstr ""
@@ -150,7 +150,7 @@ msgid "Valid"
msgstr "Валиден"
#: application/controllers/Awards.php:22
#: application/views/interface_assets/header.php:156
#: application/views/interface_assets/header.php:158
#: application/views/qso/edit_ajax.php:35
msgid "Awards"
msgstr ""
@@ -179,7 +179,7 @@ msgstr ""
#: application/views/awards/dok/index.php:149
#: application/views/bands/index.php:47
#: application/views/contesting/index.php:170
#: application/views/interface_assets/header.php:192
#: application/views/interface_assets/header.php:194
#: application/views/logbookadvanced/index.php:613
#: application/views/logbookadvanced/useroptions.php:130
#: application/views/qso/edit_ajax.php:361 application/views/qso/index.php:264
@@ -192,7 +192,7 @@ msgstr ""
#: application/views/bandmap/list.php:112 application/views/bands/index.php:48
#: application/views/csv/index.php:58 application/views/dxatlas/index.php:58
#: application/views/dxcalendar/index.php:11
#: application/views/interface_assets/header.php:162
#: application/views/interface_assets/header.php:164
#: application/views/kml/index.php:47
#: application/views/logbookadvanced/edit.php:7
#: application/views/logbookadvanced/index.php:145
@@ -215,12 +215,12 @@ msgid "Awards - WAJA"
msgstr ""
#: application/controllers/Awards.php:327 application/views/bands/index.php:51
#: application/views/interface_assets/header.php:208
#: application/views/interface_assets/header.php:210
msgid "JCC"
msgstr ""
#: application/controllers/Awards.php:375 application/views/bands/index.php:57
#: application/views/interface_assets/header.php:168
#: application/views/interface_assets/header.php:170
msgid "VUCC"
msgstr ""
@@ -262,7 +262,7 @@ msgstr ""
#: application/controllers/Logbook.php:1278
#: application/views/awards/index.php:8 application/views/bands/index.php:55
#: application/views/dashboard/index.php:9
#: application/views/interface_assets/header.php:176
#: application/views/interface_assets/header.php:178
#: application/views/logbookadvanced/edit.php:17
#: application/views/logbookadvanced/index.php:259
#: application/views/logbookadvanced/useroptions.php:98
@@ -288,7 +288,7 @@ msgstr ""
#: application/controllers/Logbook.php:1279
#: application/views/bands/index.php:60
#: application/views/dashboard/index.php:10
#: application/views/interface_assets/header.php:170
#: application/views/interface_assets/header.php:172
#: application/views/logbookadvanced/edit.php:19
#: application/views/logbookadvanced/index.php:279
#: application/views/logbookadvanced/useroptions.php:134
@@ -308,7 +308,7 @@ msgstr ""
#: application/controllers/Logbook.php:1280
#: application/views/bands/index.php:52
#: application/views/dashboard/index.php:11
#: application/views/interface_assets/header.php:180
#: application/views/interface_assets/header.php:182
#: application/views/logbookadvanced/edit.php:13
#: application/views/logbookadvanced/index.php:263
#: application/views/logbookadvanced/index.php:595
@@ -335,7 +335,7 @@ msgid "Worked All States (WAS)"
msgstr ""
#: application/controllers/Awards.php:714 application/views/bands/index.php:53
#: application/views/interface_assets/header.php:186
#: application/views/interface_assets/header.php:188
msgid "RAC"
msgstr ""
@@ -349,7 +349,7 @@ msgstr ""
#: application/controllers/Awards.php:858
#: application/controllers/Awards.php:872
#: application/views/interface_assets/header.php:228
#: application/views/interface_assets/header.php:230
msgid "US Counties"
msgstr ""
@@ -381,7 +381,7 @@ msgid "Fred Fish Memorial Award (FFMA)"
msgstr ""
#: application/controllers/Awards.php:1125
#: application/views/interface_assets/header.php:166
#: application/views/interface_assets/header.php:168
#: application/views/logbookadvanced/useroptions.php:138
msgid "SIG"
msgstr ""
@@ -396,7 +396,7 @@ msgid "ITU Zones"
msgstr ""
#: application/controllers/Backup.php:15 application/views/backup/main.php:14
#: application/views/interface_assets/header.php:272
#: application/views/interface_assets/header.php:274
msgid "Backup"
msgstr ""
@@ -410,7 +410,7 @@ msgstr ""
#: application/controllers/Band.php:25 application/views/bands/index.php:28
#: application/views/bands/index.php:32
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:373
#: application/views/statistics/index.php:16
#: application/views/statistics/index.php:56
msgid "Bands"
@@ -437,7 +437,7 @@ msgid "Export Cabrillo"
msgstr ""
#: application/controllers/Cfdexport.php:20
#: application/views/interface_assets/header.php:388
#: application/views/interface_assets/header.php:390
msgid "CFD Export"
msgstr ""
@@ -454,7 +454,7 @@ msgid "No user has configured Clublog."
msgstr ""
#: application/controllers/Contestcalendar.php:19
#: application/views/interface_assets/header.php:245
#: application/views/interface_assets/header.php:247
msgid "Contest Calendar"
msgstr ""
@@ -464,7 +464,7 @@ msgid "Contest Logging"
msgstr "Регистриране на състезание"
#: application/controllers/Contesting.php:101
#: application/views/interface_assets/header.php:266
#: application/views/interface_assets/header.php:268
msgid "Contests"
msgstr ""
@@ -475,12 +475,12 @@ msgstr ""
#: application/controllers/Continents.php:25
#: application/views/awards/dxcc/index.php:83
#: application/views/awards/iota/index.php:57
#: application/views/interface_assets/header.php:152
#: application/views/interface_assets/header.php:154
msgid "Continents"
msgstr ""
#: application/controllers/Cron.php:38
#: application/views/interface_assets/header.php:276
#: application/views/interface_assets/header.php:278
msgid "Cron Manager"
msgstr ""
@@ -489,7 +489,7 @@ msgid "Edit Cronjob"
msgstr ""
#: application/controllers/Csv.php:20 application/views/csv/index.php:3
#: application/views/interface_assets/header.php:384
#: application/views/interface_assets/header.php:386
msgid "SOTA CSV Export"
msgstr ""
@@ -540,7 +540,7 @@ msgstr ""
#: application/controllers/Distances.php:17
#: application/views/distances/index.php:5
#: application/views/distances/index.php:8
#: application/views/interface_assets/header.php:142
#: application/views/interface_assets/header.php:144
msgid "Distances Worked"
msgstr ""
@@ -554,12 +554,12 @@ msgid "and band"
msgstr ""
#: application/controllers/Dxatlas.php:19
#: application/views/interface_assets/header.php:382
#: application/views/interface_assets/header.php:384
msgid "DX Atlas Gridsquare Export"
msgstr ""
#: application/controllers/Dxcalendar.php:10
#: application/views/interface_assets/header.php:243
#: application/views/interface_assets/header.php:245
msgid "DX Calendar"
msgstr ""
@@ -599,7 +599,7 @@ msgid "eQSL Card Image Download"
msgstr ""
#: application/controllers/Gridmap.php:10
#: application/views/interface_assets/header.php:136
#: application/views/interface_assets/header.php:138
msgid "Gridsquare Map"
msgstr ""
@@ -624,7 +624,7 @@ msgid "No QSOs found to upload."
msgstr ""
#: application/controllers/Kmlexport.php:24
#: application/views/interface_assets/header.php:380
#: application/views/interface_assets/header.php:382
#: application/views/kml/index.php:3
msgid "KML Export"
msgstr ""
@@ -1036,7 +1036,7 @@ msgstr "Държава"
#: application/controllers/Logbook.php:1277
#: application/views/awards/iota/index.php:169
#: application/views/bands/index.php:50 application/views/dashboard/index.php:8
#: application/views/interface_assets/header.php:178
#: application/views/interface_assets/header.php:180
#: application/views/logbookadvanced/edit.php:9
#: application/views/logbookadvanced/index.php:267
#: application/views/logbookadvanced/index.php:592
@@ -1306,7 +1306,7 @@ msgstr ""
#: application/controllers/Lotw.php:54 application/controllers/Lotw.php:83
#: application/controllers/Lotw.php:125 application/views/adif/import.php:27
#: application/views/interface_assets/header.php:415
#: application/views/interface_assets/header.php:417
#: application/views/lotw/import.php:3
#: application/views/lotw_views/index.php:12
#: application/views/lotw_views/upload_cert.php:3
@@ -1335,7 +1335,7 @@ msgid "LoTW .TQ8 Not Sent"
msgstr ""
#: application/controllers/Mode.php:25
#: application/views/interface_assets/header.php:264
#: application/views/interface_assets/header.php:266
#: application/views/mode/index.php:15
msgid "Modes"
msgstr ""
@@ -1487,7 +1487,7 @@ msgid "Log Search & OQRS"
msgstr ""
#: application/controllers/Oqrs.php:104
#: application/views/interface_assets/header.php:405
#: application/views/interface_assets/header.php:407
msgid "OQRS Requests"
msgstr ""
@@ -1496,7 +1496,7 @@ msgid "QRB Calculator"
msgstr ""
#: application/controllers/Qrz.php:173
#: application/views/interface_assets/header.php:418
#: application/views/interface_assets/header.php:420
msgid "QRZ Logbook"
msgstr ""
@@ -1532,7 +1532,7 @@ msgid "Add QSO"
msgstr ""
#: application/controllers/Radio.php:18
#: application/views/interface_assets/header.php:424
#: application/views/interface_assets/header.php:426
msgid "Hardware Interfaces"
msgstr ""
@@ -1568,8 +1568,8 @@ msgstr ""
#: application/controllers/Search.php:19
#: application/views/continents/index.php:49
#: application/views/interface_assets/header.php:328
#: application/views/interface_assets/header.php:335
#: application/views/interface_assets/header.php:330
#: application/views/interface_assets/header.php:337
#: application/views/logbookadvanced/index.php:511
#: application/views/oqrs/index.php:28
#: application/views/oqrs/showrequests.php:67
@@ -1633,8 +1633,8 @@ msgid "Duplicate Station Location:"
msgstr ""
#: application/controllers/Stationsetup.php:35
#: application/views/interface_assets/header.php:369
#: application/views/interface_assets/header.php:480
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:482
msgid "Station Setup"
msgstr ""
@@ -1698,7 +1698,7 @@ msgid "Set as Active Logbook"
msgstr ""
#: application/controllers/Stationsetup.php:263
#: application/views/interface_assets/header.php:478
#: application/views/interface_assets/header.php:480
#: application/views/stationsetup/stationsetup.php:46
#: application/views/view_log/index.php:4
msgid "Active Logbook"
@@ -1835,8 +1835,14 @@ msgstr ""
msgid "Custom Statistics"
msgstr ""
#: application/controllers/Statistics.php:232
#: application/views/interface_assets/header.php:136
#: application/views/statistics/qsltable.php:5
msgid "QSL Statistics"
msgstr ""
#: application/controllers/Themes.php:27
#: application/views/interface_assets/header.php:270
#: application/views/interface_assets/header.php:272
msgid "Themes"
msgstr ""
@@ -1849,13 +1855,13 @@ msgid "Edit Theme"
msgstr ""
#: application/controllers/Timeline.php:17
#: application/views/interface_assets/header.php:146
#: application/views/interface_assets/header.php:148
#: application/views/timeline/index.php:2
msgid "Timeline"
msgstr ""
#: application/controllers/Timeplotter.php:17
#: application/views/interface_assets/header.php:150
#: application/views/interface_assets/header.php:152
#: application/views/timeplotter/index.php:9
msgid "Timeplotter"
msgstr ""
@@ -1897,7 +1903,7 @@ msgid "Dxcc Prefixes:"
msgstr ""
#: application/controllers/User.php:12
#: application/views/interface_assets/header.php:260
#: application/views/interface_assets/header.php:262
msgid "User Accounts"
msgstr ""
@@ -1937,7 +1943,7 @@ msgid "Login failed. Try again."
msgstr ""
#: application/controllers/User.php:860
#: application/views/interface_assets/header.php:348
#: application/views/interface_assets/header.php:350
#: application/views/user/login.php:89
#: application/views/visitor/layout/header.php:88
msgid "Login"
@@ -2019,7 +2025,7 @@ msgstr ""
#: application/controllers/Webadif.php:90
#: application/controllers/Webadif.php:137
#: application/views/interface_assets/header.php:419
#: application/views/interface_assets/header.php:421
msgid "QO-100 Dx Club Upload"
msgstr ""
@@ -2882,7 +2888,7 @@ msgid "Save"
msgstr ""
#: application/views/api/help.php:14
#: application/views/interface_assets/header.php:423
#: application/views/interface_assets/header.php:425
msgid "API Keys"
msgstr ""
@@ -3090,6 +3096,8 @@ msgstr ""
#: application/views/awards/was/index.php:177
#: application/views/dashboard/index.php:217
#: application/views/simplefle/index.php:27
#: application/views/statistics/qsltable.php:54
#: application/views/statistics/qsltable.php:109
#: application/views/statistics/qsotable.php:10
#: application/views/statistics/qsotable.php:23
#: application/views/statistics/satqsotable.php:10
@@ -3493,7 +3501,7 @@ msgid "Prefix"
msgstr ""
#: application/views/awards/ffma/index.php:8
#: application/views/interface_assets/header.php:234
#: application/views/interface_assets/header.php:236
msgid "Fred Fish Memorial Award"
msgstr ""
@@ -3586,7 +3594,7 @@ msgid "Canton"
msgstr ""
#: application/views/awards/index.php:9 application/views/bands/index.php:46
#: application/views/interface_assets/header.php:160
#: application/views/interface_assets/header.php:162
msgid "CQ"
msgstr ""
@@ -4162,12 +4170,12 @@ msgid "USA County"
msgstr "USA окръг"
#: application/views/bands/index.php:58
#: application/views/interface_assets/header.php:206
#: application/views/interface_assets/header.php:208
msgid "WAJA"
msgstr ""
#: application/views/bands/index.php:59
#: application/views/interface_assets/header.php:230
#: application/views/interface_assets/header.php:232
msgid "WAS"
msgstr ""
@@ -4467,7 +4475,7 @@ msgstr ""
#: application/views/contesting/add.php:44
#: application/views/contesting/edit.php:43
#: application/views/contesting/edit.php:46
#: application/views/interface_assets/header.php:458
#: application/views/interface_assets/header.php:460
#: application/views/mode/create.php:46 application/views/mode/create.php:48
#: application/views/mode/edit.php:57 application/views/mode/edit.php:60
#: application/views/mode/index.php:43
@@ -5153,7 +5161,7 @@ msgid "VUCC-Grids"
msgstr ""
#: application/views/dayswithqso/index.php:2
#: application/views/interface_assets/header.php:144
#: application/views/interface_assets/header.php:146
msgid "Days with QSOs"
msgstr ""
@@ -5632,7 +5640,7 @@ msgstr ""
#: application/views/eqsl/download.php:17 application/views/eqsl/export.php:16
#: application/views/eqsl/import.php:15 application/views/eqsl/result.php:17
#: application/views/eqsl/tools.php:15
#: application/views/interface_assets/header.php:241
#: application/views/interface_assets/header.php:243
msgid "Tools"
msgstr ""
@@ -5927,7 +5935,7 @@ msgid "Propagation mode is not supported by LoTW. LoTW QSL fields disabled."
msgstr ""
#: application/views/interface_assets/footer.php:127
#: application/views/interface_assets/header.php:426
#: application/views/interface_assets/header.php:428
#: application/views/options/sidebar.php:11
msgid "Version Info"
msgstr ""
@@ -6001,85 +6009,85 @@ msgstr ""
msgid "Analytics"
msgstr ""
#: application/views/interface_assets/header.php:138
#: application/views/interface_assets/header.php:140
msgid "Activated Gridsquares"
msgstr ""
#: application/views/interface_assets/header.php:158
#: application/views/interface_assets/header.php:160
msgid "International"
msgstr ""
#: application/views/interface_assets/header.php:164
#: application/views/interface_assets/header.php:166
msgid "ITU"
msgstr ""
#: application/views/interface_assets/header.php:184
#: application/views/interface_assets/header.php:186
msgid "Canada"
msgstr ""
#: application/views/interface_assets/header.php:190
#: application/views/interface_assets/header.php:192
msgid "Germany"
msgstr ""
#: application/views/interface_assets/header.php:194
#: application/views/interface_assets/header.php:196
msgid "DL Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:198
#: application/views/interface_assets/header.php:200
msgid "Great Britain"
msgstr ""
#: application/views/interface_assets/header.php:200
#: application/views/interface_assets/header.php:202
msgid "WAB"
msgstr ""
#: application/views/interface_assets/header.php:204
#: application/views/interface_assets/header.php:206
msgid "Japan"
msgstr ""
#: application/views/interface_assets/header.php:210
#: application/views/interface_assets/header.php:212
msgid "JA Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:214
#: application/views/interface_assets/header.php:216
msgid "Luxemburg"
msgstr ""
#: application/views/interface_assets/header.php:216
#: application/views/interface_assets/header.php:218
msgid "LX Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:220
#: application/views/interface_assets/header.php:222
msgid "Switzerland"
msgstr ""
#: application/views/interface_assets/header.php:226
#: application/views/interface_assets/header.php:228
msgid "USA"
msgstr ""
#: application/views/interface_assets/header.php:232
#: application/views/interface_assets/header.php:234
msgid "US Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:249
#: application/views/interface_assets/header.php:251
msgid "Bandmap"
msgstr ""
#: application/views/interface_assets/header.php:251
#: application/views/interface_assets/header.php:253
msgid "SAT Timers"
msgstr ""
#: application/views/interface_assets/header.php:257
#: application/views/interface_assets/header.php:259
#: application/views/station_profile/index.php:33
#: application/views/stationsetup/stationsetup.php:113
msgid "Admin"
msgstr ""
#: application/views/interface_assets/header.php:262
#: application/views/interface_assets/header.php:264
msgid "Global Options"
msgstr ""
#: application/views/interface_assets/header.php:268
#: application/views/interface_assets/header.php:270
#: application/views/notes/add.php:38 application/views/notes/edit.php:39
#: application/views/satellite/index.php:11
#: application/views/statistics/custom.php:20
@@ -6089,79 +6097,79 @@ msgstr ""
msgid "Satellites"
msgstr ""
#: application/views/interface_assets/header.php:274
#: application/views/interface_assets/header.php:276
msgid "Update Country Files"
msgstr ""
#: application/views/interface_assets/header.php:278
#: application/views/interface_assets/header.php:280
msgid "Debug Information"
msgstr ""
#: application/views/interface_assets/header.php:325
#: application/views/interface_assets/header.php:327
msgid "Add/Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:327
#: application/views/interface_assets/header.php:329
msgid "Log"
msgstr ""
#: application/views/interface_assets/header.php:334
#: application/views/interface_assets/header.php:336
#: application/views/logbookadvanced/index.php:447
#: application/views/oqrs/index.php:27 application/views/user/edit.php:441
#: application/views/visitor/layout/header.php:97
msgid "Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:363
#: application/views/interface_assets/header.php:365
#: application/views/user/edit.php:49
msgid "Account"
msgstr ""
#: application/views/interface_assets/header.php:378
#: application/views/interface_assets/header.php:380
msgid "Other Export Options"
msgstr ""
#: application/views/interface_assets/header.php:386
#: application/views/interface_assets/header.php:388
msgid "Cabrillo Export"
msgstr ""
#: application/views/interface_assets/header.php:410
#: application/views/interface_assets/header.php:412
msgid "QSL Queue"
msgstr ""
#: application/views/interface_assets/header.php:411
#: application/views/interface_assets/header.php:413
msgid "Labels"
msgstr ""
#: application/views/interface_assets/header.php:413
#: application/views/interface_assets/header.php:415
msgid "Third-Party Services"
msgstr ""
#: application/views/interface_assets/header.php:416
#: application/views/interface_assets/header.php:418
msgid "eQSL Import / Export"
msgstr ""
#: application/views/interface_assets/header.php:417
#: application/views/interface_assets/header.php:419
msgid "HRDLog Logbook"
msgstr ""
#: application/views/interface_assets/header.php:427
#: application/views/interface_assets/header.php:429
msgid "Help"
msgstr ""
#: application/views/interface_assets/header.php:428
#: application/views/interface_assets/header.php:430
msgid "Forum"
msgstr ""
#: application/views/interface_assets/header.php:430
#: application/views/interface_assets/header.php:432
msgid "Logout"
msgstr ""
#: application/views/interface_assets/header.php:438
#: application/views/interface_assets/header.php:440
msgid "Select a Location"
msgstr ""
#: application/views/interface_assets/header.php:517
#: application/views/interface_assets/header.php:519
msgid "Extras"
msgstr ""

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-30 12:21+0000\n"
"POT-Creation-Date: 2024-07-30 12:45+0000\n"
"PO-Revision-Date: 2024-07-22 07:07+0000\n"
"Last-Translator: Ondřej Koloničný <ondra@ok1cdj.com>\n"
"Language-Team: Czech <https://translate.wavelog.org/projects/wavelog/main-"
@@ -19,7 +19,7 @@ msgstr ""
"X-Generator: Weblate 5.6.2\n"
#: application/controllers/Accumulated.php:21
#: application/views/interface_assets/header.php:148
#: application/views/interface_assets/header.php:150
msgid "Accumulated Statistics"
msgstr "Kumulativní statistiky"
@@ -56,7 +56,7 @@ msgstr "Celkem aktivovaných lokátorů"
#: application/controllers/Activators.php:20
#: application/views/activators/index.php:2
#: application/views/interface_assets/header.php:140
#: application/views/interface_assets/header.php:142
msgid "Gridsquare Activators"
msgstr ""
@@ -77,7 +77,7 @@ msgid "ADIF Export"
msgstr "ADIF export"
#: application/controllers/Adif.php:147
#: application/views/interface_assets/header.php:376
#: application/views/interface_assets/header.php:378
msgid "ADIF Import / Export"
msgstr "ADIF import / export"
@@ -151,7 +151,7 @@ msgid "Valid"
msgstr "Platný"
#: application/controllers/Awards.php:22
#: application/views/interface_assets/header.php:156
#: application/views/interface_assets/header.php:158
#: application/views/qso/edit_ajax.php:35
msgid "Awards"
msgstr "Diplomy"
@@ -180,7 +180,7 @@ msgstr "Diplomy - %s"
#: application/views/awards/dok/index.php:149
#: application/views/bands/index.php:47
#: application/views/contesting/index.php:170
#: application/views/interface_assets/header.php:192
#: application/views/interface_assets/header.php:194
#: application/views/logbookadvanced/index.php:613
#: application/views/logbookadvanced/useroptions.php:130
#: application/views/qso/edit_ajax.php:361 application/views/qso/index.php:264
@@ -193,7 +193,7 @@ msgstr "DOK"
#: application/views/bandmap/list.php:112 application/views/bands/index.php:48
#: application/views/csv/index.php:58 application/views/dxatlas/index.php:58
#: application/views/dxcalendar/index.php:11
#: application/views/interface_assets/header.php:162
#: application/views/interface_assets/header.php:164
#: application/views/kml/index.php:47
#: application/views/logbookadvanced/edit.php:7
#: application/views/logbookadvanced/index.php:145
@@ -216,12 +216,12 @@ msgid "Awards - WAJA"
msgstr "Diplomy - WAJA"
#: application/controllers/Awards.php:327 application/views/bands/index.php:51
#: application/views/interface_assets/header.php:208
#: application/views/interface_assets/header.php:210
msgid "JCC"
msgstr "JCC"
#: application/controllers/Awards.php:375 application/views/bands/index.php:57
#: application/views/interface_assets/header.php:168
#: application/views/interface_assets/header.php:170
msgid "VUCC"
msgstr "VUCC"
@@ -263,7 +263,7 @@ msgstr " a "
#: application/controllers/Logbook.php:1278
#: application/views/awards/index.php:8 application/views/bands/index.php:55
#: application/views/dashboard/index.php:9
#: application/views/interface_assets/header.php:176
#: application/views/interface_assets/header.php:178
#: application/views/logbookadvanced/edit.php:17
#: application/views/logbookadvanced/index.php:259
#: application/views/logbookadvanced/useroptions.php:98
@@ -289,7 +289,7 @@ msgstr "SOTA"
#: application/controllers/Logbook.php:1279
#: application/views/bands/index.php:60
#: application/views/dashboard/index.php:10
#: application/views/interface_assets/header.php:170
#: application/views/interface_assets/header.php:172
#: application/views/logbookadvanced/edit.php:19
#: application/views/logbookadvanced/index.php:279
#: application/views/logbookadvanced/useroptions.php:134
@@ -309,7 +309,7 @@ msgstr "WWFF"
#: application/controllers/Logbook.php:1280
#: application/views/bands/index.php:52
#: application/views/dashboard/index.php:11
#: application/views/interface_assets/header.php:180
#: application/views/interface_assets/header.php:182
#: application/views/logbookadvanced/edit.php:13
#: application/views/logbookadvanced/index.php:263
#: application/views/logbookadvanced/index.php:595
@@ -336,7 +336,7 @@ msgid "Worked All States (WAS)"
msgstr "Worked All States (WAS)"
#: application/controllers/Awards.php:714 application/views/bands/index.php:53
#: application/views/interface_assets/header.php:186
#: application/views/interface_assets/header.php:188
msgid "RAC"
msgstr "RAC"
@@ -350,7 +350,7 @@ msgstr "IOTA (Island On The Air)"
#: application/controllers/Awards.php:858
#: application/controllers/Awards.php:872
#: application/views/interface_assets/header.php:228
#: application/views/interface_assets/header.php:230
msgid "US Counties"
msgstr "US Okresy"
@@ -382,7 +382,7 @@ msgid "Fred Fish Memorial Award (FFMA)"
msgstr "Fred Fish Memorial Award (FFMA)"
#: application/controllers/Awards.php:1125
#: application/views/interface_assets/header.php:166
#: application/views/interface_assets/header.php:168
#: application/views/logbookadvanced/useroptions.php:138
msgid "SIG"
msgstr "SIG"
@@ -397,7 +397,7 @@ msgid "ITU Zones"
msgstr "ITU zóny"
#: application/controllers/Backup.php:15 application/views/backup/main.php:14
#: application/views/interface_assets/header.php:272
#: application/views/interface_assets/header.php:274
msgid "Backup"
msgstr "Zálohování"
@@ -411,7 +411,7 @@ msgstr "Poznámky - Záloha"
#: application/controllers/Band.php:25 application/views/bands/index.php:28
#: application/views/bands/index.php:32
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:373
#: application/views/statistics/index.php:16
#: application/views/statistics/index.php:56
msgid "Bands"
@@ -438,7 +438,7 @@ msgid "Export Cabrillo"
msgstr ""
#: application/controllers/Cfdexport.php:20
#: application/views/interface_assets/header.php:388
#: application/views/interface_assets/header.php:390
msgid "CFD Export"
msgstr ""
@@ -455,7 +455,7 @@ msgid "No user has configured Clublog."
msgstr ""
#: application/controllers/Contestcalendar.php:19
#: application/views/interface_assets/header.php:245
#: application/views/interface_assets/header.php:247
msgid "Contest Calendar"
msgstr ""
@@ -465,7 +465,7 @@ msgid "Contest Logging"
msgstr "Závodní deník"
#: application/controllers/Contesting.php:101
#: application/views/interface_assets/header.php:266
#: application/views/interface_assets/header.php:268
msgid "Contests"
msgstr "Závody"
@@ -476,12 +476,12 @@ msgstr ""
#: application/controllers/Continents.php:25
#: application/views/awards/dxcc/index.php:83
#: application/views/awards/iota/index.php:57
#: application/views/interface_assets/header.php:152
#: application/views/interface_assets/header.php:154
msgid "Continents"
msgstr "Kontinenty"
#: application/controllers/Cron.php:38
#: application/views/interface_assets/header.php:276
#: application/views/interface_assets/header.php:278
msgid "Cron Manager"
msgstr ""
@@ -490,7 +490,7 @@ msgid "Edit Cronjob"
msgstr ""
#: application/controllers/Csv.php:20 application/views/csv/index.php:3
#: application/views/interface_assets/header.php:384
#: application/views/interface_assets/header.php:386
msgid "SOTA CSV Export"
msgstr ""
@@ -541,7 +541,7 @@ msgstr ""
#: application/controllers/Distances.php:17
#: application/views/distances/index.php:5
#: application/views/distances/index.php:8
#: application/views/interface_assets/header.php:142
#: application/views/interface_assets/header.php:144
msgid "Distances Worked"
msgstr "Vzdálenosti"
@@ -555,12 +555,12 @@ msgid "and band"
msgstr ""
#: application/controllers/Dxatlas.php:19
#: application/views/interface_assets/header.php:382
#: application/views/interface_assets/header.php:384
msgid "DX Atlas Gridsquare Export"
msgstr "DX Atlas export lokátorů"
#: application/controllers/Dxcalendar.php:10
#: application/views/interface_assets/header.php:243
#: application/views/interface_assets/header.php:245
msgid "DX Calendar"
msgstr ""
@@ -600,7 +600,7 @@ msgid "eQSL Card Image Download"
msgstr ""
#: application/controllers/Gridmap.php:10
#: application/views/interface_assets/header.php:136
#: application/views/interface_assets/header.php:138
msgid "Gridsquare Map"
msgstr "Mapa lokátorů"
@@ -626,7 +626,7 @@ msgid "No QSOs found to upload."
msgstr ""
#: application/controllers/Kmlexport.php:24
#: application/views/interface_assets/header.php:380
#: application/views/interface_assets/header.php:382
#: application/views/kml/index.php:3
msgid "KML Export"
msgstr ""
@@ -1039,7 +1039,7 @@ msgstr "Země"
#: application/controllers/Logbook.php:1277
#: application/views/awards/iota/index.php:169
#: application/views/bands/index.php:50 application/views/dashboard/index.php:8
#: application/views/interface_assets/header.php:178
#: application/views/interface_assets/header.php:180
#: application/views/logbookadvanced/edit.php:9
#: application/views/logbookadvanced/index.php:267
#: application/views/logbookadvanced/index.php:592
@@ -1309,7 +1309,7 @@ msgstr ""
#: application/controllers/Lotw.php:54 application/controllers/Lotw.php:83
#: application/controllers/Lotw.php:125 application/views/adif/import.php:27
#: application/views/interface_assets/header.php:415
#: application/views/interface_assets/header.php:417
#: application/views/lotw/import.php:3
#: application/views/lotw_views/index.php:12
#: application/views/lotw_views/upload_cert.php:3
@@ -1338,7 +1338,7 @@ msgid "LoTW .TQ8 Not Sent"
msgstr ""
#: application/controllers/Mode.php:25
#: application/views/interface_assets/header.php:264
#: application/views/interface_assets/header.php:266
#: application/views/mode/index.php:15
msgid "Modes"
msgstr "Režimy"
@@ -1490,7 +1490,7 @@ msgid "Log Search & OQRS"
msgstr ""
#: application/controllers/Oqrs.php:104
#: application/views/interface_assets/header.php:405
#: application/views/interface_assets/header.php:407
msgid "OQRS Requests"
msgstr "OQRS požadavky"
@@ -1499,7 +1499,7 @@ msgid "QRB Calculator"
msgstr ""
#: application/controllers/Qrz.php:173
#: application/views/interface_assets/header.php:418
#: application/views/interface_assets/header.php:420
msgid "QRZ Logbook"
msgstr ""
@@ -1535,7 +1535,7 @@ msgid "Add QSO"
msgstr ""
#: application/controllers/Radio.php:18
#: application/views/interface_assets/header.php:424
#: application/views/interface_assets/header.php:426
msgid "Hardware Interfaces"
msgstr "Hardwarové rozhraní"
@@ -1571,8 +1571,8 @@ msgstr ""
#: application/controllers/Search.php:19
#: application/views/continents/index.php:49
#: application/views/interface_assets/header.php:328
#: application/views/interface_assets/header.php:335
#: application/views/interface_assets/header.php:330
#: application/views/interface_assets/header.php:337
#: application/views/logbookadvanced/index.php:511
#: application/views/oqrs/index.php:28
#: application/views/oqrs/showrequests.php:67
@@ -1636,8 +1636,8 @@ msgid "Duplicate Station Location:"
msgstr ""
#: application/controllers/Stationsetup.php:35
#: application/views/interface_assets/header.php:369
#: application/views/interface_assets/header.php:480
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:482
msgid "Station Setup"
msgstr ""
@@ -1701,7 +1701,7 @@ msgid "Set as Active Logbook"
msgstr ""
#: application/controllers/Stationsetup.php:263
#: application/views/interface_assets/header.php:478
#: application/views/interface_assets/header.php:480
#: application/views/stationsetup/stationsetup.php:46
#: application/views/view_log/index.php:4
msgid "Active Logbook"
@@ -1838,8 +1838,14 @@ msgstr "Statistiky"
msgid "Custom Statistics"
msgstr ""
#: application/controllers/Statistics.php:232
#: application/views/interface_assets/header.php:136
#: application/views/statistics/qsltable.php:5
msgid "QSL Statistics"
msgstr ""
#: application/controllers/Themes.php:27
#: application/views/interface_assets/header.php:270
#: application/views/interface_assets/header.php:272
msgid "Themes"
msgstr "Témata"
@@ -1852,13 +1858,13 @@ msgid "Edit Theme"
msgstr ""
#: application/controllers/Timeline.php:17
#: application/views/interface_assets/header.php:146
#: application/views/interface_assets/header.php:148
#: application/views/timeline/index.php:2
msgid "Timeline"
msgstr "Časová osa"
#: application/controllers/Timeplotter.php:17
#: application/views/interface_assets/header.php:150
#: application/views/interface_assets/header.php:152
#: application/views/timeplotter/index.php:9
msgid "Timeplotter"
msgstr "Graf času"
@@ -1900,7 +1906,7 @@ msgid "Dxcc Prefixes:"
msgstr ""
#: application/controllers/User.php:12
#: application/views/interface_assets/header.php:260
#: application/views/interface_assets/header.php:262
msgid "User Accounts"
msgstr ""
@@ -1940,7 +1946,7 @@ msgid "Login failed. Try again."
msgstr ""
#: application/controllers/User.php:860
#: application/views/interface_assets/header.php:348
#: application/views/interface_assets/header.php:350
#: application/views/user/login.php:89
#: application/views/visitor/layout/header.php:88
msgid "Login"
@@ -2022,7 +2028,7 @@ msgstr ""
#: application/controllers/Webadif.php:90
#: application/controllers/Webadif.php:137
#: application/views/interface_assets/header.php:419
#: application/views/interface_assets/header.php:421
msgid "QO-100 Dx Club Upload"
msgstr ""
@@ -2885,7 +2891,7 @@ msgid "Save"
msgstr ""
#: application/views/api/help.php:14
#: application/views/interface_assets/header.php:423
#: application/views/interface_assets/header.php:425
msgid "API Keys"
msgstr "API klíče"
@@ -3093,6 +3099,8 @@ msgstr ""
#: application/views/awards/was/index.php:177
#: application/views/dashboard/index.php:217
#: application/views/simplefle/index.php:27
#: application/views/statistics/qsltable.php:54
#: application/views/statistics/qsltable.php:109
#: application/views/statistics/qsotable.php:10
#: application/views/statistics/qsotable.php:23
#: application/views/statistics/satqsotable.php:10
@@ -3496,7 +3504,7 @@ msgid "Prefix"
msgstr ""
#: application/views/awards/ffma/index.php:8
#: application/views/interface_assets/header.php:234
#: application/views/interface_assets/header.php:236
msgid "Fred Fish Memorial Award"
msgstr ""
@@ -3589,7 +3597,7 @@ msgid "Canton"
msgstr ""
#: application/views/awards/index.php:9 application/views/bands/index.php:46
#: application/views/interface_assets/header.php:160
#: application/views/interface_assets/header.php:162
msgid "CQ"
msgstr ""
@@ -4165,12 +4173,12 @@ msgid "USA County"
msgstr "Označení okresu USA"
#: application/views/bands/index.php:58
#: application/views/interface_assets/header.php:206
#: application/views/interface_assets/header.php:208
msgid "WAJA"
msgstr ""
#: application/views/bands/index.php:59
#: application/views/interface_assets/header.php:230
#: application/views/interface_assets/header.php:232
msgid "WAS"
msgstr ""
@@ -4470,7 +4478,7 @@ msgstr ""
#: application/views/contesting/add.php:44
#: application/views/contesting/edit.php:43
#: application/views/contesting/edit.php:46
#: application/views/interface_assets/header.php:458
#: application/views/interface_assets/header.php:460
#: application/views/mode/create.php:46 application/views/mode/create.php:48
#: application/views/mode/edit.php:57 application/views/mode/edit.php:60
#: application/views/mode/index.php:43
@@ -5157,7 +5165,7 @@ msgid "VUCC-Grids"
msgstr ""
#: application/views/dayswithqso/index.php:2
#: application/views/interface_assets/header.php:144
#: application/views/interface_assets/header.php:146
msgid "Days with QSOs"
msgstr "Dny s QSO"
@@ -5637,7 +5645,7 @@ msgstr ""
#: application/views/eqsl/download.php:17 application/views/eqsl/export.php:16
#: application/views/eqsl/import.php:15 application/views/eqsl/result.php:17
#: application/views/eqsl/tools.php:15
#: application/views/interface_assets/header.php:241
#: application/views/interface_assets/header.php:243
msgid "Tools"
msgstr ""
@@ -5932,7 +5940,7 @@ msgid "Propagation mode is not supported by LoTW. LoTW QSL fields disabled."
msgstr ""
#: application/views/interface_assets/footer.php:127
#: application/views/interface_assets/header.php:426
#: application/views/interface_assets/header.php:428
#: application/views/options/sidebar.php:11
msgid "Version Info"
msgstr ""
@@ -6006,85 +6014,85 @@ msgstr "Uložit závodní log"
msgid "Analytics"
msgstr "Analýza"
#: application/views/interface_assets/header.php:138
#: application/views/interface_assets/header.php:140
msgid "Activated Gridsquares"
msgstr "Aktivované lokátory"
#: application/views/interface_assets/header.php:158
#: application/views/interface_assets/header.php:160
msgid "International"
msgstr ""
#: application/views/interface_assets/header.php:164
#: application/views/interface_assets/header.php:166
msgid "ITU"
msgstr ""
#: application/views/interface_assets/header.php:184
#: application/views/interface_assets/header.php:186
msgid "Canada"
msgstr ""
#: application/views/interface_assets/header.php:190
#: application/views/interface_assets/header.php:192
msgid "Germany"
msgstr ""
#: application/views/interface_assets/header.php:194
#: application/views/interface_assets/header.php:196
msgid "DL Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:198
#: application/views/interface_assets/header.php:200
msgid "Great Britain"
msgstr ""
#: application/views/interface_assets/header.php:200
#: application/views/interface_assets/header.php:202
msgid "WAB"
msgstr ""
#: application/views/interface_assets/header.php:204
#: application/views/interface_assets/header.php:206
msgid "Japan"
msgstr ""
#: application/views/interface_assets/header.php:210
#: application/views/interface_assets/header.php:212
msgid "JA Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:214
#: application/views/interface_assets/header.php:216
msgid "Luxemburg"
msgstr ""
#: application/views/interface_assets/header.php:216
#: application/views/interface_assets/header.php:218
msgid "LX Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:220
#: application/views/interface_assets/header.php:222
msgid "Switzerland"
msgstr ""
#: application/views/interface_assets/header.php:226
#: application/views/interface_assets/header.php:228
msgid "USA"
msgstr ""
#: application/views/interface_assets/header.php:232
#: application/views/interface_assets/header.php:234
msgid "US Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:249
#: application/views/interface_assets/header.php:251
msgid "Bandmap"
msgstr ""
#: application/views/interface_assets/header.php:251
#: application/views/interface_assets/header.php:253
msgid "SAT Timers"
msgstr ""
#: application/views/interface_assets/header.php:257
#: application/views/interface_assets/header.php:259
#: application/views/station_profile/index.php:33
#: application/views/stationsetup/stationsetup.php:113
msgid "Admin"
msgstr ""
#: application/views/interface_assets/header.php:262
#: application/views/interface_assets/header.php:264
msgid "Global Options"
msgstr "Globální nastavení"
#: application/views/interface_assets/header.php:268
#: application/views/interface_assets/header.php:270
#: application/views/notes/add.php:38 application/views/notes/edit.php:39
#: application/views/satellite/index.php:11
#: application/views/statistics/custom.php:20
@@ -6094,79 +6102,79 @@ msgstr "Globální nastavení"
msgid "Satellites"
msgstr ""
#: application/views/interface_assets/header.php:274
#: application/views/interface_assets/header.php:276
msgid "Update Country Files"
msgstr "Aktualizace souborů"
#: application/views/interface_assets/header.php:278
#: application/views/interface_assets/header.php:280
msgid "Debug Information"
msgstr "Informace pro ladění"
#: application/views/interface_assets/header.php:325
#: application/views/interface_assets/header.php:327
msgid "Add/Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:327
#: application/views/interface_assets/header.php:329
msgid "Log"
msgstr ""
#: application/views/interface_assets/header.php:334
#: application/views/interface_assets/header.php:336
#: application/views/logbookadvanced/index.php:447
#: application/views/oqrs/index.php:27 application/views/user/edit.php:441
#: application/views/visitor/layout/header.php:97
msgid "Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:363
#: application/views/interface_assets/header.php:365
#: application/views/user/edit.php:49
msgid "Account"
msgstr "Informace o účtu"
#: application/views/interface_assets/header.php:378
#: application/views/interface_assets/header.php:380
msgid "Other Export Options"
msgstr ""
#: application/views/interface_assets/header.php:386
#: application/views/interface_assets/header.php:388
msgid "Cabrillo Export"
msgstr ""
#: application/views/interface_assets/header.php:410
#: application/views/interface_assets/header.php:412
msgid "QSL Queue"
msgstr ""
#: application/views/interface_assets/header.php:411
#: application/views/interface_assets/header.php:413
msgid "Labels"
msgstr "Štítky"
#: application/views/interface_assets/header.php:413
#: application/views/interface_assets/header.php:415
msgid "Third-Party Services"
msgstr ""
#: application/views/interface_assets/header.php:416
#: application/views/interface_assets/header.php:418
msgid "eQSL Import / Export"
msgstr "eQSL import / export"
#: application/views/interface_assets/header.php:417
#: application/views/interface_assets/header.php:419
msgid "HRDLog Logbook"
msgstr ""
#: application/views/interface_assets/header.php:427
#: application/views/interface_assets/header.php:429
msgid "Help"
msgstr "Nápověda"
#: application/views/interface_assets/header.php:428
#: application/views/interface_assets/header.php:430
msgid "Forum"
msgstr "Fórum"
#: application/views/interface_assets/header.php:430
#: application/views/interface_assets/header.php:432
msgid "Logout"
msgstr "Odhlásit se"
#: application/views/interface_assets/header.php:438
#: application/views/interface_assets/header.php:440
msgid "Select a Location"
msgstr ""
#: application/views/interface_assets/header.php:517
#: application/views/interface_assets/header.php:519
msgid "Extras"
msgstr ""

View File

@@ -12,7 +12,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-30 12:21+0000\n"
"POT-Creation-Date: 2024-07-30 12:45+0000\n"
"PO-Revision-Date: 2024-07-28 17:31+0000\n"
"Last-Translator: Florian Wolters <wavelog@df2et.de>\n"
"Language-Team: German <https://translate.wavelog.org/projects/wavelog/main-"
@@ -25,7 +25,7 @@ msgstr ""
"X-Generator: Weblate 5.6.2\n"
#: application/controllers/Accumulated.php:21
#: application/views/interface_assets/header.php:148
#: application/views/interface_assets/header.php:150
msgid "Accumulated Statistics"
msgstr "Kumulierte Statistiken"
@@ -62,7 +62,7 @@ msgstr "Summe aktivierter Planquadrate"
#: application/controllers/Activators.php:20
#: application/views/activators/index.php:2
#: application/views/interface_assets/header.php:140
#: application/views/interface_assets/header.php:142
msgid "Gridsquare Activators"
msgstr "Planquadrat Aktivierer"
@@ -83,7 +83,7 @@ msgid "ADIF Export"
msgstr "ADIF Export"
#: application/controllers/Adif.php:147
#: application/views/interface_assets/header.php:376
#: application/views/interface_assets/header.php:378
msgid "ADIF Import / Export"
msgstr "ADIF Import / Export"
@@ -157,7 +157,7 @@ msgid "Valid"
msgstr "Gültig"
#: application/controllers/Awards.php:22
#: application/views/interface_assets/header.php:156
#: application/views/interface_assets/header.php:158
#: application/views/qso/edit_ajax.php:35
msgid "Awards"
msgstr "Diplome"
@@ -186,7 +186,7 @@ msgstr "Diplome - %s"
#: application/views/awards/dok/index.php:149
#: application/views/bands/index.php:47
#: application/views/contesting/index.php:170
#: application/views/interface_assets/header.php:192
#: application/views/interface_assets/header.php:194
#: application/views/logbookadvanced/index.php:613
#: application/views/logbookadvanced/useroptions.php:130
#: application/views/qso/edit_ajax.php:361 application/views/qso/index.php:264
@@ -199,7 +199,7 @@ msgstr "DOK"
#: application/views/bandmap/list.php:112 application/views/bands/index.php:48
#: application/views/csv/index.php:58 application/views/dxatlas/index.php:58
#: application/views/dxcalendar/index.php:11
#: application/views/interface_assets/header.php:162
#: application/views/interface_assets/header.php:164
#: application/views/kml/index.php:47
#: application/views/logbookadvanced/edit.php:7
#: application/views/logbookadvanced/index.php:145
@@ -222,12 +222,12 @@ msgid "Awards - WAJA"
msgstr "Diplome - WAJA"
#: application/controllers/Awards.php:327 application/views/bands/index.php:51
#: application/views/interface_assets/header.php:208
#: application/views/interface_assets/header.php:210
msgid "JCC"
msgstr "JCC"
#: application/controllers/Awards.php:375 application/views/bands/index.php:57
#: application/views/interface_assets/header.php:168
#: application/views/interface_assets/header.php:170
msgid "VUCC"
msgstr "VUCC"
@@ -269,7 +269,7 @@ msgstr " und "
#: application/controllers/Logbook.php:1278
#: application/views/awards/index.php:8 application/views/bands/index.php:55
#: application/views/dashboard/index.php:9
#: application/views/interface_assets/header.php:176
#: application/views/interface_assets/header.php:178
#: application/views/logbookadvanced/edit.php:17
#: application/views/logbookadvanced/index.php:259
#: application/views/logbookadvanced/useroptions.php:98
@@ -295,7 +295,7 @@ msgstr "SOTA"
#: application/controllers/Logbook.php:1279
#: application/views/bands/index.php:60
#: application/views/dashboard/index.php:10
#: application/views/interface_assets/header.php:170
#: application/views/interface_assets/header.php:172
#: application/views/logbookadvanced/edit.php:19
#: application/views/logbookadvanced/index.php:279
#: application/views/logbookadvanced/useroptions.php:134
@@ -315,7 +315,7 @@ msgstr "WWFF"
#: application/controllers/Logbook.php:1280
#: application/views/bands/index.php:52
#: application/views/dashboard/index.php:11
#: application/views/interface_assets/header.php:180
#: application/views/interface_assets/header.php:182
#: application/views/logbookadvanced/edit.php:13
#: application/views/logbookadvanced/index.php:263
#: application/views/logbookadvanced/index.php:595
@@ -342,7 +342,7 @@ msgid "Worked All States (WAS)"
msgstr "Worked All States (WAS)"
#: application/controllers/Awards.php:714 application/views/bands/index.php:53
#: application/views/interface_assets/header.php:186
#: application/views/interface_assets/header.php:188
msgid "RAC"
msgstr "RAC"
@@ -356,7 +356,7 @@ msgstr "IOTA (Islands On The Air)"
#: application/controllers/Awards.php:858
#: application/controllers/Awards.php:872
#: application/views/interface_assets/header.php:228
#: application/views/interface_assets/header.php:230
msgid "US Counties"
msgstr "US Counties"
@@ -388,7 +388,7 @@ msgid "Fred Fish Memorial Award (FFMA)"
msgstr "Fred Fish Memorial Award (FFMA)"
#: application/controllers/Awards.php:1125
#: application/views/interface_assets/header.php:166
#: application/views/interface_assets/header.php:168
#: application/views/logbookadvanced/useroptions.php:138
msgid "SIG"
msgstr "SIG"
@@ -403,7 +403,7 @@ msgid "ITU Zones"
msgstr "ITU Zonen"
#: application/controllers/Backup.php:15 application/views/backup/main.php:14
#: application/views/interface_assets/header.php:272
#: application/views/interface_assets/header.php:274
msgid "Backup"
msgstr "Backup"
@@ -417,7 +417,7 @@ msgstr "Notizen - Backup"
#: application/controllers/Band.php:25 application/views/bands/index.php:28
#: application/views/bands/index.php:32
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:373
#: application/views/statistics/index.php:16
#: application/views/statistics/index.php:56
msgid "Bands"
@@ -444,7 +444,7 @@ msgid "Export Cabrillo"
msgstr "Cabrillo Export"
#: application/controllers/Cfdexport.php:20
#: application/views/interface_assets/header.php:388
#: application/views/interface_assets/header.php:390
msgid "CFD Export"
msgstr "CFD Export"
@@ -461,7 +461,7 @@ msgid "No user has configured Clublog."
msgstr "Kein Benutzer hat Clublog konfiguriert."
#: application/controllers/Contestcalendar.php:19
#: application/views/interface_assets/header.php:245
#: application/views/interface_assets/header.php:247
msgid "Contest Calendar"
msgstr "Contest Kalender"
@@ -471,7 +471,7 @@ msgid "Contest Logging"
msgstr "Contest-Logging"
#: application/controllers/Contesting.php:101
#: application/views/interface_assets/header.php:266
#: application/views/interface_assets/header.php:268
msgid "Contests"
msgstr "Conteste"
@@ -482,12 +482,12 @@ msgstr "Aktualisiere Contest"
#: application/controllers/Continents.php:25
#: application/views/awards/dxcc/index.php:83
#: application/views/awards/iota/index.php:57
#: application/views/interface_assets/header.php:152
#: application/views/interface_assets/header.php:154
msgid "Continents"
msgstr "Kontinente"
#: application/controllers/Cron.php:38
#: application/views/interface_assets/header.php:276
#: application/views/interface_assets/header.php:278
msgid "Cron Manager"
msgstr "Cron Manager"
@@ -496,7 +496,7 @@ msgid "Edit Cronjob"
msgstr "Bearbeite Cronjob"
#: application/controllers/Csv.php:20 application/views/csv/index.php:3
#: application/views/interface_assets/header.php:384
#: application/views/interface_assets/header.php:386
msgid "SOTA CSV Export"
msgstr "SOTA CSV Export"
@@ -550,7 +550,7 @@ msgstr "Datenmigration fehlgeschlagen! Bitte das Fehlerprotokoll prüfen."
#: application/controllers/Distances.php:17
#: application/views/distances/index.php:5
#: application/views/distances/index.php:8
#: application/views/interface_assets/header.php:142
#: application/views/interface_assets/header.php:144
msgid "Distances Worked"
msgstr "Gearbeitete Entfernungen"
@@ -564,12 +564,12 @@ msgid "and band"
msgstr "und Band"
#: application/controllers/Dxatlas.php:19
#: application/views/interface_assets/header.php:382
#: application/views/interface_assets/header.php:384
msgid "DX Atlas Gridsquare Export"
msgstr "DX Atlas Planquadrat Export"
#: application/controllers/Dxcalendar.php:10
#: application/views/interface_assets/header.php:243
#: application/views/interface_assets/header.php:245
msgid "DX Calendar"
msgstr "DX Kalender"
@@ -609,7 +609,7 @@ msgid "eQSL Card Image Download"
msgstr "eQSL Karten Bilder Download"
#: application/controllers/Gridmap.php:10
#: application/views/interface_assets/header.php:136
#: application/views/interface_assets/header.php:138
msgid "Gridsquare Map"
msgstr "Planquadratkarte"
@@ -634,7 +634,7 @@ msgid "No QSOs found to upload."
msgstr "Keine QSOs zum hochladen gefunden."
#: application/controllers/Kmlexport.php:24
#: application/views/interface_assets/header.php:380
#: application/views/interface_assets/header.php:382
#: application/views/kml/index.php:3
msgid "KML Export"
msgstr "KML Export"
@@ -1052,7 +1052,7 @@ msgstr "Land"
#: application/controllers/Logbook.php:1277
#: application/views/awards/iota/index.php:169
#: application/views/bands/index.php:50 application/views/dashboard/index.php:8
#: application/views/interface_assets/header.php:178
#: application/views/interface_assets/header.php:180
#: application/views/logbookadvanced/edit.php:9
#: application/views/logbookadvanced/index.php:267
#: application/views/logbookadvanced/index.php:592
@@ -1322,7 +1322,7 @@ msgstr "Schnellsuche"
#: application/controllers/Lotw.php:54 application/controllers/Lotw.php:83
#: application/controllers/Lotw.php:125 application/views/adif/import.php:27
#: application/views/interface_assets/header.php:415
#: application/views/interface_assets/header.php:417
#: application/views/lotw/import.php:3
#: application/views/lotw_views/index.php:12
#: application/views/lotw_views/upload_cert.php:3
@@ -1351,7 +1351,7 @@ msgid "LoTW .TQ8 Not Sent"
msgstr "LoTW .TQ8 nicht gesendet"
#: application/controllers/Mode.php:25
#: application/views/interface_assets/header.php:264
#: application/views/interface_assets/header.php:266
#: application/views/mode/index.php:15
msgid "Modes"
msgstr "Modes"
@@ -1503,7 +1503,7 @@ msgid "Log Search & OQRS"
msgstr "Log Suche & OQRS"
#: application/controllers/Oqrs.php:104
#: application/views/interface_assets/header.php:405
#: application/views/interface_assets/header.php:407
msgid "OQRS Requests"
msgstr "OQRS Anforderungen"
@@ -1512,7 +1512,7 @@ msgid "QRB Calculator"
msgstr "QRB Rechner"
#: application/controllers/Qrz.php:173
#: application/views/interface_assets/header.php:418
#: application/views/interface_assets/header.php:420
msgid "QRZ Logbook"
msgstr "QRZ Logbuch"
@@ -1548,7 +1548,7 @@ msgid "Add QSO"
msgstr "Logge QSO"
#: application/controllers/Radio.php:18
#: application/views/interface_assets/header.php:424
#: application/views/interface_assets/header.php:426
msgid "Hardware Interfaces"
msgstr "Hardware-Schnittstellen"
@@ -1584,8 +1584,8 @@ msgstr "Satelliten Timer"
#: application/controllers/Search.php:19
#: application/views/continents/index.php:49
#: application/views/interface_assets/header.php:328
#: application/views/interface_assets/header.php:335
#: application/views/interface_assets/header.php:330
#: application/views/interface_assets/header.php:337
#: application/views/logbookadvanced/index.php:511
#: application/views/oqrs/index.php:28
#: application/views/oqrs/showrequests.php:67
@@ -1651,8 +1651,8 @@ msgid "Duplicate Station Location:"
msgstr "Doppelter Stationsstandort:"
#: application/controllers/Stationsetup.php:35
#: application/views/interface_assets/header.php:369
#: application/views/interface_assets/header.php:480
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:482
msgid "Station Setup"
msgstr "Stations Setup"
@@ -1716,7 +1716,7 @@ msgid "Set as Active Logbook"
msgstr "Setze als aktives Logbuch"
#: application/controllers/Stationsetup.php:263
#: application/views/interface_assets/header.php:478
#: application/views/interface_assets/header.php:480
#: application/views/stationsetup/stationsetup.php:46
#: application/views/view_log/index.php:4
msgid "Active Logbook"
@@ -1861,8 +1861,14 @@ msgstr "Statistik"
msgid "Custom Statistics"
msgstr "Benutzerdefinierte Statistiken"
#: application/controllers/Statistics.php:232
#: application/views/interface_assets/header.php:136
#: application/views/statistics/qsltable.php:5
msgid "QSL Statistics"
msgstr ""
#: application/controllers/Themes.php:27
#: application/views/interface_assets/header.php:270
#: application/views/interface_assets/header.php:272
msgid "Themes"
msgstr "Themes"
@@ -1875,13 +1881,13 @@ msgid "Edit Theme"
msgstr "Bearbeite Theme"
#: application/controllers/Timeline.php:17
#: application/views/interface_assets/header.php:146
#: application/views/interface_assets/header.php:148
#: application/views/timeline/index.php:2
msgid "Timeline"
msgstr "Zeitleiste"
#: application/controllers/Timeplotter.php:17
#: application/views/interface_assets/header.php:150
#: application/views/interface_assets/header.php:152
#: application/views/timeplotter/index.php:9
msgid "Timeplotter"
msgstr "Zeitplotter"
@@ -1923,7 +1929,7 @@ msgid "Dxcc Prefixes:"
msgstr "DXCC Prefixe:"
#: application/controllers/User.php:12
#: application/views/interface_assets/header.php:260
#: application/views/interface_assets/header.php:262
msgid "User Accounts"
msgstr "Benutzerkonten"
@@ -1965,7 +1971,7 @@ msgid "Login failed. Try again."
msgstr "Login fehlgeschlagen. Bitte erneut versuchen."
#: application/controllers/User.php:860
#: application/views/interface_assets/header.php:348
#: application/views/interface_assets/header.php:350
#: application/views/user/login.php:89
#: application/views/visitor/layout/header.php:88
msgid "Login"
@@ -2051,7 +2057,7 @@ msgstr "Export Karte"
#: application/controllers/Webadif.php:90
#: application/controllers/Webadif.php:137
#: application/views/interface_assets/header.php:419
#: application/views/interface_assets/header.php:421
msgid "QO-100 Dx Club Upload"
msgstr "QO-100 Dx Club Upload"
@@ -2945,7 +2951,7 @@ msgid "Save"
msgstr "Speichern"
#: application/views/api/help.php:14
#: application/views/interface_assets/header.php:423
#: application/views/interface_assets/header.php:425
msgid "API Keys"
msgstr "API-Schlüssel"
@@ -3170,6 +3176,8 @@ msgstr "Bestätigte Counties"
#: application/views/awards/was/index.php:177
#: application/views/dashboard/index.php:217
#: application/views/simplefle/index.php:27
#: application/views/statistics/qsltable.php:54
#: application/views/statistics/qsltable.php:109
#: application/views/statistics/qsotable.php:10
#: application/views/statistics/qsotable.php:23
#: application/views/statistics/satqsotable.php:10
@@ -3598,7 +3606,7 @@ msgid "Prefix"
msgstr "Präfix"
#: application/views/awards/ffma/index.php:8
#: application/views/interface_assets/header.php:234
#: application/views/interface_assets/header.php:236
msgid "Fred Fish Memorial Award"
msgstr "Fred Fish Memorial Award"
@@ -3718,7 +3726,7 @@ msgid "Canton"
msgstr "Kanton"
#: application/views/awards/index.php:9 application/views/bands/index.php:46
#: application/views/interface_assets/header.php:160
#: application/views/interface_assets/header.php:162
msgid "CQ"
msgstr "CQ"
@@ -4397,12 +4405,12 @@ msgid "USA County"
msgstr "US-County"
#: application/views/bands/index.php:58
#: application/views/interface_assets/header.php:206
#: application/views/interface_assets/header.php:208
msgid "WAJA"
msgstr "WAJA"
#: application/views/bands/index.php:59
#: application/views/interface_assets/header.php:230
#: application/views/interface_assets/header.php:232
msgid "WAS"
msgstr "WAS"
@@ -4713,7 +4721,7 @@ msgstr "ADIF Name"
#: application/views/contesting/add.php:44
#: application/views/contesting/edit.php:43
#: application/views/contesting/edit.php:46
#: application/views/interface_assets/header.php:458
#: application/views/interface_assets/header.php:460
#: application/views/mode/create.php:46 application/views/mode/create.php:48
#: application/views/mode/edit.php:57 application/views/mode/edit.php:60
#: application/views/mode/index.php:43
@@ -5415,7 +5423,7 @@ msgid "VUCC-Grids"
msgstr "VUCC-Planquadrate"
#: application/views/dayswithqso/index.php:2
#: application/views/interface_assets/header.php:144
#: application/views/interface_assets/header.php:146
msgid "Days with QSOs"
msgstr "Tage mit QSOs"
@@ -5911,7 +5919,7 @@ msgstr "QSO hochladen"
#: application/views/eqsl/download.php:17 application/views/eqsl/export.php:16
#: application/views/eqsl/import.php:15 application/views/eqsl/result.php:17
#: application/views/eqsl/tools.php:15
#: application/views/interface_assets/header.php:241
#: application/views/interface_assets/header.php:243
msgid "Tools"
msgstr "Tools"
@@ -6241,7 +6249,7 @@ msgstr ""
"Ausbreitungsart wird von LotW nicht unterstützt. LoTW QSL Felder deaktiviert."
#: application/views/interface_assets/footer.php:127
#: application/views/interface_assets/header.php:426
#: application/views/interface_assets/header.php:428
#: application/views/options/sidebar.php:11
msgid "Version Info"
msgstr "Versionsinfo"
@@ -6320,85 +6328,85 @@ msgstr "Zeitversetztes Contest Logging"
msgid "Analytics"
msgstr "Analysen"
#: application/views/interface_assets/header.php:138
#: application/views/interface_assets/header.php:140
msgid "Activated Gridsquares"
msgstr "Aktivierte Planquadrate"
#: application/views/interface_assets/header.php:158
#: application/views/interface_assets/header.php:160
msgid "International"
msgstr "International"
#: application/views/interface_assets/header.php:164
#: application/views/interface_assets/header.php:166
msgid "ITU"
msgstr "ITU"
#: application/views/interface_assets/header.php:184
#: application/views/interface_assets/header.php:186
msgid "Canada"
msgstr "Kanada"
#: application/views/interface_assets/header.php:190
#: application/views/interface_assets/header.php:192
msgid "Germany"
msgstr "Deutschland"
#: application/views/interface_assets/header.php:194
#: application/views/interface_assets/header.php:196
msgid "DL Gridmaster"
msgstr "DL Gridmaster"
#: application/views/interface_assets/header.php:198
#: application/views/interface_assets/header.php:200
msgid "Great Britain"
msgstr "Großbritannien"
#: application/views/interface_assets/header.php:200
#: application/views/interface_assets/header.php:202
msgid "WAB"
msgstr "WAB"
#: application/views/interface_assets/header.php:204
#: application/views/interface_assets/header.php:206
msgid "Japan"
msgstr "Japan"
#: application/views/interface_assets/header.php:210
#: application/views/interface_assets/header.php:212
msgid "JA Gridmaster"
msgstr "JA Gridmaster"
#: application/views/interface_assets/header.php:214
#: application/views/interface_assets/header.php:216
msgid "Luxemburg"
msgstr "Luxemburg"
#: application/views/interface_assets/header.php:216
#: application/views/interface_assets/header.php:218
msgid "LX Gridmaster"
msgstr "LX Gridmaster"
#: application/views/interface_assets/header.php:220
#: application/views/interface_assets/header.php:222
msgid "Switzerland"
msgstr "Schweiz"
#: application/views/interface_assets/header.php:226
#: application/views/interface_assets/header.php:228
msgid "USA"
msgstr "USA"
#: application/views/interface_assets/header.php:232
#: application/views/interface_assets/header.php:234
msgid "US Gridmaster"
msgstr "US Gridmaster"
#: application/views/interface_assets/header.php:249
#: application/views/interface_assets/header.php:251
msgid "Bandmap"
msgstr "Bandmap"
#: application/views/interface_assets/header.php:251
#: application/views/interface_assets/header.php:253
msgid "SAT Timers"
msgstr "SAT Timer"
#: application/views/interface_assets/header.php:257
#: application/views/interface_assets/header.php:259
#: application/views/station_profile/index.php:33
#: application/views/stationsetup/stationsetup.php:113
msgid "Admin"
msgstr "Admin"
#: application/views/interface_assets/header.php:262
#: application/views/interface_assets/header.php:264
msgid "Global Options"
msgstr "Globale Optionen"
#: application/views/interface_assets/header.php:268
#: application/views/interface_assets/header.php:270
#: application/views/notes/add.php:38 application/views/notes/edit.php:39
#: application/views/satellite/index.php:11
#: application/views/statistics/custom.php:20
@@ -6408,79 +6416,79 @@ msgstr "Globale Optionen"
msgid "Satellites"
msgstr "Satelliten"
#: application/views/interface_assets/header.php:274
#: application/views/interface_assets/header.php:276
msgid "Update Country Files"
msgstr "Länderdaten aktualisieren"
#: application/views/interface_assets/header.php:278
#: application/views/interface_assets/header.php:280
msgid "Debug Information"
msgstr "Debug Informationen"
#: application/views/interface_assets/header.php:325
#: application/views/interface_assets/header.php:327
msgid "Add/Search Callsign"
msgstr "Logge/Suche Call"
#: application/views/interface_assets/header.php:327
#: application/views/interface_assets/header.php:329
msgid "Log"
msgstr "Logge"
#: application/views/interface_assets/header.php:334
#: application/views/interface_assets/header.php:336
#: application/views/logbookadvanced/index.php:447
#: application/views/oqrs/index.php:27 application/views/user/edit.php:441
#: application/views/visitor/layout/header.php:97
msgid "Search Callsign"
msgstr "Suche Rufzeichen"
#: application/views/interface_assets/header.php:363
#: application/views/interface_assets/header.php:365
#: application/views/user/edit.php:49
msgid "Account"
msgstr "Benutzerkonto"
#: application/views/interface_assets/header.php:378
#: application/views/interface_assets/header.php:380
msgid "Other Export Options"
msgstr "Andere Export Optionen"
#: application/views/interface_assets/header.php:386
#: application/views/interface_assets/header.php:388
msgid "Cabrillo Export"
msgstr "Cabrillo Export"
#: application/views/interface_assets/header.php:410
#: application/views/interface_assets/header.php:412
msgid "QSL Queue"
msgstr "QSL Warteschlange"
#: application/views/interface_assets/header.php:411
#: application/views/interface_assets/header.php:413
msgid "Labels"
msgstr "Etiketten"
#: application/views/interface_assets/header.php:413
#: application/views/interface_assets/header.php:415
msgid "Third-Party Services"
msgstr "Drittanbieter Dienste"
#: application/views/interface_assets/header.php:416
#: application/views/interface_assets/header.php:418
msgid "eQSL Import / Export"
msgstr "eQSL Import / Export"
#: application/views/interface_assets/header.php:417
#: application/views/interface_assets/header.php:419
msgid "HRDLog Logbook"
msgstr "HRDLog Logbuch"
#: application/views/interface_assets/header.php:427
#: application/views/interface_assets/header.php:429
msgid "Help"
msgstr "Hilfe"
#: application/views/interface_assets/header.php:428
#: application/views/interface_assets/header.php:430
msgid "Forum"
msgstr "Forum"
#: application/views/interface_assets/header.php:430
#: application/views/interface_assets/header.php:432
msgid "Logout"
msgstr "Ausloggen"
#: application/views/interface_assets/header.php:438
#: application/views/interface_assets/header.php:440
msgid "Select a Location"
msgstr "Wähle einen Stationsstandort"
#: application/views/interface_assets/header.php:517
#: application/views/interface_assets/header.php:519
msgid "Extras"
msgstr "Extras"

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-30 12:21+0000\n"
"POT-Creation-Date: 2024-07-30 12:45+0000\n"
"PO-Revision-Date: 2024-07-09 13:25+0000\n"
"Last-Translator: Fabian Berg <hb9hil@wavelog.org>\n"
"Language-Team: Greek <https://translate.wavelog.org/projects/wavelog/main-"
@@ -19,7 +19,7 @@ msgstr ""
"X-Generator: Weblate 5.6\n"
#: application/controllers/Accumulated.php:21
#: application/views/interface_assets/header.php:148
#: application/views/interface_assets/header.php:150
msgid "Accumulated Statistics"
msgstr "Συσσωρευμένα Στατιστικά"
@@ -56,7 +56,7 @@ msgstr ""
#: application/controllers/Activators.php:20
#: application/views/activators/index.php:2
#: application/views/interface_assets/header.php:140
#: application/views/interface_assets/header.php:142
msgid "Gridsquare Activators"
msgstr ""
@@ -77,7 +77,7 @@ msgid "ADIF Export"
msgstr ""
#: application/controllers/Adif.php:147
#: application/views/interface_assets/header.php:376
#: application/views/interface_assets/header.php:378
msgid "ADIF Import / Export"
msgstr ""
@@ -151,7 +151,7 @@ msgid "Valid"
msgstr "Εγκυρος"
#: application/controllers/Awards.php:22
#: application/views/interface_assets/header.php:156
#: application/views/interface_assets/header.php:158
#: application/views/qso/edit_ajax.php:35
msgid "Awards"
msgstr ""
@@ -180,7 +180,7 @@ msgstr ""
#: application/views/awards/dok/index.php:149
#: application/views/bands/index.php:47
#: application/views/contesting/index.php:170
#: application/views/interface_assets/header.php:192
#: application/views/interface_assets/header.php:194
#: application/views/logbookadvanced/index.php:613
#: application/views/logbookadvanced/useroptions.php:130
#: application/views/qso/edit_ajax.php:361 application/views/qso/index.php:264
@@ -193,7 +193,7 @@ msgstr ""
#: application/views/bandmap/list.php:112 application/views/bands/index.php:48
#: application/views/csv/index.php:58 application/views/dxatlas/index.php:58
#: application/views/dxcalendar/index.php:11
#: application/views/interface_assets/header.php:162
#: application/views/interface_assets/header.php:164
#: application/views/kml/index.php:47
#: application/views/logbookadvanced/edit.php:7
#: application/views/logbookadvanced/index.php:145
@@ -216,12 +216,12 @@ msgid "Awards - WAJA"
msgstr ""
#: application/controllers/Awards.php:327 application/views/bands/index.php:51
#: application/views/interface_assets/header.php:208
#: application/views/interface_assets/header.php:210
msgid "JCC"
msgstr ""
#: application/controllers/Awards.php:375 application/views/bands/index.php:57
#: application/views/interface_assets/header.php:168
#: application/views/interface_assets/header.php:170
msgid "VUCC"
msgstr ""
@@ -263,7 +263,7 @@ msgstr ""
#: application/controllers/Logbook.php:1278
#: application/views/awards/index.php:8 application/views/bands/index.php:55
#: application/views/dashboard/index.php:9
#: application/views/interface_assets/header.php:176
#: application/views/interface_assets/header.php:178
#: application/views/logbookadvanced/edit.php:17
#: application/views/logbookadvanced/index.php:259
#: application/views/logbookadvanced/useroptions.php:98
@@ -289,7 +289,7 @@ msgstr ""
#: application/controllers/Logbook.php:1279
#: application/views/bands/index.php:60
#: application/views/dashboard/index.php:10
#: application/views/interface_assets/header.php:170
#: application/views/interface_assets/header.php:172
#: application/views/logbookadvanced/edit.php:19
#: application/views/logbookadvanced/index.php:279
#: application/views/logbookadvanced/useroptions.php:134
@@ -309,7 +309,7 @@ msgstr ""
#: application/controllers/Logbook.php:1280
#: application/views/bands/index.php:52
#: application/views/dashboard/index.php:11
#: application/views/interface_assets/header.php:180
#: application/views/interface_assets/header.php:182
#: application/views/logbookadvanced/edit.php:13
#: application/views/logbookadvanced/index.php:263
#: application/views/logbookadvanced/index.php:595
@@ -336,7 +336,7 @@ msgid "Worked All States (WAS)"
msgstr ""
#: application/controllers/Awards.php:714 application/views/bands/index.php:53
#: application/views/interface_assets/header.php:186
#: application/views/interface_assets/header.php:188
msgid "RAC"
msgstr ""
@@ -350,7 +350,7 @@ msgstr ""
#: application/controllers/Awards.php:858
#: application/controllers/Awards.php:872
#: application/views/interface_assets/header.php:228
#: application/views/interface_assets/header.php:230
msgid "US Counties"
msgstr ""
@@ -382,7 +382,7 @@ msgid "Fred Fish Memorial Award (FFMA)"
msgstr ""
#: application/controllers/Awards.php:1125
#: application/views/interface_assets/header.php:166
#: application/views/interface_assets/header.php:168
#: application/views/logbookadvanced/useroptions.php:138
msgid "SIG"
msgstr ""
@@ -397,7 +397,7 @@ msgid "ITU Zones"
msgstr ""
#: application/controllers/Backup.php:15 application/views/backup/main.php:14
#: application/views/interface_assets/header.php:272
#: application/views/interface_assets/header.php:274
msgid "Backup"
msgstr ""
@@ -411,7 +411,7 @@ msgstr ""
#: application/controllers/Band.php:25 application/views/bands/index.php:28
#: application/views/bands/index.php:32
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:373
#: application/views/statistics/index.php:16
#: application/views/statistics/index.php:56
msgid "Bands"
@@ -438,7 +438,7 @@ msgid "Export Cabrillo"
msgstr ""
#: application/controllers/Cfdexport.php:20
#: application/views/interface_assets/header.php:388
#: application/views/interface_assets/header.php:390
msgid "CFD Export"
msgstr ""
@@ -455,7 +455,7 @@ msgid "No user has configured Clublog."
msgstr ""
#: application/controllers/Contestcalendar.php:19
#: application/views/interface_assets/header.php:245
#: application/views/interface_assets/header.php:247
msgid "Contest Calendar"
msgstr ""
@@ -465,7 +465,7 @@ msgid "Contest Logging"
msgstr "Αρχείο διαγωνισμού"
#: application/controllers/Contesting.php:101
#: application/views/interface_assets/header.php:266
#: application/views/interface_assets/header.php:268
msgid "Contests"
msgstr ""
@@ -476,12 +476,12 @@ msgstr ""
#: application/controllers/Continents.php:25
#: application/views/awards/dxcc/index.php:83
#: application/views/awards/iota/index.php:57
#: application/views/interface_assets/header.php:152
#: application/views/interface_assets/header.php:154
msgid "Continents"
msgstr ""
#: application/controllers/Cron.php:38
#: application/views/interface_assets/header.php:276
#: application/views/interface_assets/header.php:278
msgid "Cron Manager"
msgstr ""
@@ -490,7 +490,7 @@ msgid "Edit Cronjob"
msgstr ""
#: application/controllers/Csv.php:20 application/views/csv/index.php:3
#: application/views/interface_assets/header.php:384
#: application/views/interface_assets/header.php:386
msgid "SOTA CSV Export"
msgstr ""
@@ -541,7 +541,7 @@ msgstr ""
#: application/controllers/Distances.php:17
#: application/views/distances/index.php:5
#: application/views/distances/index.php:8
#: application/views/interface_assets/header.php:142
#: application/views/interface_assets/header.php:144
msgid "Distances Worked"
msgstr ""
@@ -555,12 +555,12 @@ msgid "and band"
msgstr ""
#: application/controllers/Dxatlas.php:19
#: application/views/interface_assets/header.php:382
#: application/views/interface_assets/header.php:384
msgid "DX Atlas Gridsquare Export"
msgstr ""
#: application/controllers/Dxcalendar.php:10
#: application/views/interface_assets/header.php:243
#: application/views/interface_assets/header.php:245
msgid "DX Calendar"
msgstr ""
@@ -600,7 +600,7 @@ msgid "eQSL Card Image Download"
msgstr ""
#: application/controllers/Gridmap.php:10
#: application/views/interface_assets/header.php:136
#: application/views/interface_assets/header.php:138
msgid "Gridsquare Map"
msgstr ""
@@ -625,7 +625,7 @@ msgid "No QSOs found to upload."
msgstr ""
#: application/controllers/Kmlexport.php:24
#: application/views/interface_assets/header.php:380
#: application/views/interface_assets/header.php:382
#: application/views/kml/index.php:3
msgid "KML Export"
msgstr ""
@@ -1039,7 +1039,7 @@ msgstr "Χώρα"
#: application/controllers/Logbook.php:1277
#: application/views/awards/iota/index.php:169
#: application/views/bands/index.php:50 application/views/dashboard/index.php:8
#: application/views/interface_assets/header.php:178
#: application/views/interface_assets/header.php:180
#: application/views/logbookadvanced/edit.php:9
#: application/views/logbookadvanced/index.php:267
#: application/views/logbookadvanced/index.php:592
@@ -1309,7 +1309,7 @@ msgstr ""
#: application/controllers/Lotw.php:54 application/controllers/Lotw.php:83
#: application/controllers/Lotw.php:125 application/views/adif/import.php:27
#: application/views/interface_assets/header.php:415
#: application/views/interface_assets/header.php:417
#: application/views/lotw/import.php:3
#: application/views/lotw_views/index.php:12
#: application/views/lotw_views/upload_cert.php:3
@@ -1338,7 +1338,7 @@ msgid "LoTW .TQ8 Not Sent"
msgstr ""
#: application/controllers/Mode.php:25
#: application/views/interface_assets/header.php:264
#: application/views/interface_assets/header.php:266
#: application/views/mode/index.php:15
msgid "Modes"
msgstr ""
@@ -1490,7 +1490,7 @@ msgid "Log Search & OQRS"
msgstr ""
#: application/controllers/Oqrs.php:104
#: application/views/interface_assets/header.php:405
#: application/views/interface_assets/header.php:407
msgid "OQRS Requests"
msgstr ""
@@ -1499,7 +1499,7 @@ msgid "QRB Calculator"
msgstr ""
#: application/controllers/Qrz.php:173
#: application/views/interface_assets/header.php:418
#: application/views/interface_assets/header.php:420
msgid "QRZ Logbook"
msgstr ""
@@ -1535,7 +1535,7 @@ msgid "Add QSO"
msgstr ""
#: application/controllers/Radio.php:18
#: application/views/interface_assets/header.php:424
#: application/views/interface_assets/header.php:426
msgid "Hardware Interfaces"
msgstr ""
@@ -1571,8 +1571,8 @@ msgstr ""
#: application/controllers/Search.php:19
#: application/views/continents/index.php:49
#: application/views/interface_assets/header.php:328
#: application/views/interface_assets/header.php:335
#: application/views/interface_assets/header.php:330
#: application/views/interface_assets/header.php:337
#: application/views/logbookadvanced/index.php:511
#: application/views/oqrs/index.php:28
#: application/views/oqrs/showrequests.php:67
@@ -1636,8 +1636,8 @@ msgid "Duplicate Station Location:"
msgstr ""
#: application/controllers/Stationsetup.php:35
#: application/views/interface_assets/header.php:369
#: application/views/interface_assets/header.php:480
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:482
msgid "Station Setup"
msgstr ""
@@ -1701,7 +1701,7 @@ msgid "Set as Active Logbook"
msgstr ""
#: application/controllers/Stationsetup.php:263
#: application/views/interface_assets/header.php:478
#: application/views/interface_assets/header.php:480
#: application/views/stationsetup/stationsetup.php:46
#: application/views/view_log/index.php:4
msgid "Active Logbook"
@@ -1838,8 +1838,14 @@ msgstr ""
msgid "Custom Statistics"
msgstr ""
#: application/controllers/Statistics.php:232
#: application/views/interface_assets/header.php:136
#: application/views/statistics/qsltable.php:5
msgid "QSL Statistics"
msgstr ""
#: application/controllers/Themes.php:27
#: application/views/interface_assets/header.php:270
#: application/views/interface_assets/header.php:272
msgid "Themes"
msgstr ""
@@ -1852,13 +1858,13 @@ msgid "Edit Theme"
msgstr ""
#: application/controllers/Timeline.php:17
#: application/views/interface_assets/header.php:146
#: application/views/interface_assets/header.php:148
#: application/views/timeline/index.php:2
msgid "Timeline"
msgstr ""
#: application/controllers/Timeplotter.php:17
#: application/views/interface_assets/header.php:150
#: application/views/interface_assets/header.php:152
#: application/views/timeplotter/index.php:9
msgid "Timeplotter"
msgstr ""
@@ -1900,7 +1906,7 @@ msgid "Dxcc Prefixes:"
msgstr ""
#: application/controllers/User.php:12
#: application/views/interface_assets/header.php:260
#: application/views/interface_assets/header.php:262
msgid "User Accounts"
msgstr ""
@@ -1940,7 +1946,7 @@ msgid "Login failed. Try again."
msgstr ""
#: application/controllers/User.php:860
#: application/views/interface_assets/header.php:348
#: application/views/interface_assets/header.php:350
#: application/views/user/login.php:89
#: application/views/visitor/layout/header.php:88
msgid "Login"
@@ -2022,7 +2028,7 @@ msgstr ""
#: application/controllers/Webadif.php:90
#: application/controllers/Webadif.php:137
#: application/views/interface_assets/header.php:419
#: application/views/interface_assets/header.php:421
msgid "QO-100 Dx Club Upload"
msgstr ""
@@ -2885,7 +2891,7 @@ msgid "Save"
msgstr ""
#: application/views/api/help.php:14
#: application/views/interface_assets/header.php:423
#: application/views/interface_assets/header.php:425
msgid "API Keys"
msgstr ""
@@ -3093,6 +3099,8 @@ msgstr ""
#: application/views/awards/was/index.php:177
#: application/views/dashboard/index.php:217
#: application/views/simplefle/index.php:27
#: application/views/statistics/qsltable.php:54
#: application/views/statistics/qsltable.php:109
#: application/views/statistics/qsotable.php:10
#: application/views/statistics/qsotable.php:23
#: application/views/statistics/satqsotable.php:10
@@ -3496,7 +3504,7 @@ msgid "Prefix"
msgstr ""
#: application/views/awards/ffma/index.php:8
#: application/views/interface_assets/header.php:234
#: application/views/interface_assets/header.php:236
msgid "Fred Fish Memorial Award"
msgstr ""
@@ -3589,7 +3597,7 @@ msgid "Canton"
msgstr ""
#: application/views/awards/index.php:9 application/views/bands/index.php:46
#: application/views/interface_assets/header.php:160
#: application/views/interface_assets/header.php:162
msgid "CQ"
msgstr ""
@@ -4165,12 +4173,12 @@ msgid "USA County"
msgstr "Κομητεία ΗΠΑ "
#: application/views/bands/index.php:58
#: application/views/interface_assets/header.php:206
#: application/views/interface_assets/header.php:208
msgid "WAJA"
msgstr ""
#: application/views/bands/index.php:59
#: application/views/interface_assets/header.php:230
#: application/views/interface_assets/header.php:232
msgid "WAS"
msgstr ""
@@ -4470,7 +4478,7 @@ msgstr ""
#: application/views/contesting/add.php:44
#: application/views/contesting/edit.php:43
#: application/views/contesting/edit.php:46
#: application/views/interface_assets/header.php:458
#: application/views/interface_assets/header.php:460
#: application/views/mode/create.php:46 application/views/mode/create.php:48
#: application/views/mode/edit.php:57 application/views/mode/edit.php:60
#: application/views/mode/index.php:43
@@ -5156,7 +5164,7 @@ msgid "VUCC-Grids"
msgstr ""
#: application/views/dayswithqso/index.php:2
#: application/views/interface_assets/header.php:144
#: application/views/interface_assets/header.php:146
msgid "Days with QSOs"
msgstr ""
@@ -5635,7 +5643,7 @@ msgstr ""
#: application/views/eqsl/download.php:17 application/views/eqsl/export.php:16
#: application/views/eqsl/import.php:15 application/views/eqsl/result.php:17
#: application/views/eqsl/tools.php:15
#: application/views/interface_assets/header.php:241
#: application/views/interface_assets/header.php:243
msgid "Tools"
msgstr ""
@@ -5930,7 +5938,7 @@ msgid "Propagation mode is not supported by LoTW. LoTW QSL fields disabled."
msgstr ""
#: application/views/interface_assets/footer.php:127
#: application/views/interface_assets/header.php:426
#: application/views/interface_assets/header.php:428
#: application/views/options/sidebar.php:11
msgid "Version Info"
msgstr ""
@@ -6004,85 +6012,85 @@ msgstr ""
msgid "Analytics"
msgstr ""
#: application/views/interface_assets/header.php:138
#: application/views/interface_assets/header.php:140
msgid "Activated Gridsquares"
msgstr ""
#: application/views/interface_assets/header.php:158
#: application/views/interface_assets/header.php:160
msgid "International"
msgstr ""
#: application/views/interface_assets/header.php:164
#: application/views/interface_assets/header.php:166
msgid "ITU"
msgstr ""
#: application/views/interface_assets/header.php:184
#: application/views/interface_assets/header.php:186
msgid "Canada"
msgstr ""
#: application/views/interface_assets/header.php:190
#: application/views/interface_assets/header.php:192
msgid "Germany"
msgstr ""
#: application/views/interface_assets/header.php:194
#: application/views/interface_assets/header.php:196
msgid "DL Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:198
#: application/views/interface_assets/header.php:200
msgid "Great Britain"
msgstr ""
#: application/views/interface_assets/header.php:200
#: application/views/interface_assets/header.php:202
msgid "WAB"
msgstr ""
#: application/views/interface_assets/header.php:204
#: application/views/interface_assets/header.php:206
msgid "Japan"
msgstr ""
#: application/views/interface_assets/header.php:210
#: application/views/interface_assets/header.php:212
msgid "JA Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:214
#: application/views/interface_assets/header.php:216
msgid "Luxemburg"
msgstr ""
#: application/views/interface_assets/header.php:216
#: application/views/interface_assets/header.php:218
msgid "LX Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:220
#: application/views/interface_assets/header.php:222
msgid "Switzerland"
msgstr ""
#: application/views/interface_assets/header.php:226
#: application/views/interface_assets/header.php:228
msgid "USA"
msgstr ""
#: application/views/interface_assets/header.php:232
#: application/views/interface_assets/header.php:234
msgid "US Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:249
#: application/views/interface_assets/header.php:251
msgid "Bandmap"
msgstr ""
#: application/views/interface_assets/header.php:251
#: application/views/interface_assets/header.php:253
msgid "SAT Timers"
msgstr ""
#: application/views/interface_assets/header.php:257
#: application/views/interface_assets/header.php:259
#: application/views/station_profile/index.php:33
#: application/views/stationsetup/stationsetup.php:113
msgid "Admin"
msgstr ""
#: application/views/interface_assets/header.php:262
#: application/views/interface_assets/header.php:264
msgid "Global Options"
msgstr ""
#: application/views/interface_assets/header.php:268
#: application/views/interface_assets/header.php:270
#: application/views/notes/add.php:38 application/views/notes/edit.php:39
#: application/views/satellite/index.php:11
#: application/views/statistics/custom.php:20
@@ -6092,79 +6100,79 @@ msgstr ""
msgid "Satellites"
msgstr ""
#: application/views/interface_assets/header.php:274
#: application/views/interface_assets/header.php:276
msgid "Update Country Files"
msgstr ""
#: application/views/interface_assets/header.php:278
#: application/views/interface_assets/header.php:280
msgid "Debug Information"
msgstr ""
#: application/views/interface_assets/header.php:325
#: application/views/interface_assets/header.php:327
msgid "Add/Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:327
#: application/views/interface_assets/header.php:329
msgid "Log"
msgstr ""
#: application/views/interface_assets/header.php:334
#: application/views/interface_assets/header.php:336
#: application/views/logbookadvanced/index.php:447
#: application/views/oqrs/index.php:27 application/views/user/edit.php:441
#: application/views/visitor/layout/header.php:97
msgid "Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:363
#: application/views/interface_assets/header.php:365
#: application/views/user/edit.php:49
msgid "Account"
msgstr ""
#: application/views/interface_assets/header.php:378
#: application/views/interface_assets/header.php:380
msgid "Other Export Options"
msgstr ""
#: application/views/interface_assets/header.php:386
#: application/views/interface_assets/header.php:388
msgid "Cabrillo Export"
msgstr ""
#: application/views/interface_assets/header.php:410
#: application/views/interface_assets/header.php:412
msgid "QSL Queue"
msgstr ""
#: application/views/interface_assets/header.php:411
#: application/views/interface_assets/header.php:413
msgid "Labels"
msgstr ""
#: application/views/interface_assets/header.php:413
#: application/views/interface_assets/header.php:415
msgid "Third-Party Services"
msgstr ""
#: application/views/interface_assets/header.php:416
#: application/views/interface_assets/header.php:418
msgid "eQSL Import / Export"
msgstr ""
#: application/views/interface_assets/header.php:417
#: application/views/interface_assets/header.php:419
msgid "HRDLog Logbook"
msgstr ""
#: application/views/interface_assets/header.php:427
#: application/views/interface_assets/header.php:429
msgid "Help"
msgstr ""
#: application/views/interface_assets/header.php:428
#: application/views/interface_assets/header.php:430
msgid "Forum"
msgstr ""
#: application/views/interface_assets/header.php:430
#: application/views/interface_assets/header.php:432
msgid "Logout"
msgstr ""
#: application/views/interface_assets/header.php:438
#: application/views/interface_assets/header.php:440
msgid "Select a Location"
msgstr ""
#: application/views/interface_assets/header.php:517
#: application/views/interface_assets/header.php:519
msgid "Extras"
msgstr ""

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-30 12:21+0000\n"
"POT-Creation-Date: 2024-07-30 12:45+0000\n"
"PO-Revision-Date: 2024-07-09 13:25+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Spanish <https://translate.wavelog.org/projects/wavelog/main-"
@@ -19,7 +19,7 @@ msgstr ""
"X-Generator: Weblate 5.6\n"
#: application/controllers/Accumulated.php:21
#: application/views/interface_assets/header.php:148
#: application/views/interface_assets/header.php:150
msgid "Accumulated Statistics"
msgstr "Estadísticas Acumuladas"
@@ -56,7 +56,7 @@ msgstr "Total de gridsquares activados"
#: application/controllers/Activators.php:20
#: application/views/activators/index.php:2
#: application/views/interface_assets/header.php:140
#: application/views/interface_assets/header.php:142
msgid "Gridsquare Activators"
msgstr "Activadores de Gridsquare"
@@ -77,7 +77,7 @@ msgid "ADIF Export"
msgstr "Exportar ADIF"
#: application/controllers/Adif.php:147
#: application/views/interface_assets/header.php:376
#: application/views/interface_assets/header.php:378
msgid "ADIF Import / Export"
msgstr "Importar / Exportar ADIF"
@@ -151,7 +151,7 @@ msgid "Valid"
msgstr "Válido"
#: application/controllers/Awards.php:22
#: application/views/interface_assets/header.php:156
#: application/views/interface_assets/header.php:158
#: application/views/qso/edit_ajax.php:35
msgid "Awards"
msgstr "Diplomas"
@@ -180,7 +180,7 @@ msgstr "Diplomas - %s"
#: application/views/awards/dok/index.php:149
#: application/views/bands/index.php:47
#: application/views/contesting/index.php:170
#: application/views/interface_assets/header.php:192
#: application/views/interface_assets/header.php:194
#: application/views/logbookadvanced/index.php:613
#: application/views/logbookadvanced/useroptions.php:130
#: application/views/qso/edit_ajax.php:361 application/views/qso/index.php:264
@@ -193,7 +193,7 @@ msgstr "DOK"
#: application/views/bandmap/list.php:112 application/views/bands/index.php:48
#: application/views/csv/index.php:58 application/views/dxatlas/index.php:58
#: application/views/dxcalendar/index.php:11
#: application/views/interface_assets/header.php:162
#: application/views/interface_assets/header.php:164
#: application/views/kml/index.php:47
#: application/views/logbookadvanced/edit.php:7
#: application/views/logbookadvanced/index.php:145
@@ -216,12 +216,12 @@ msgid "Awards - WAJA"
msgstr "Diplomas - WAJA"
#: application/controllers/Awards.php:327 application/views/bands/index.php:51
#: application/views/interface_assets/header.php:208
#: application/views/interface_assets/header.php:210
msgid "JCC"
msgstr "JCC"
#: application/controllers/Awards.php:375 application/views/bands/index.php:57
#: application/views/interface_assets/header.php:168
#: application/views/interface_assets/header.php:170
msgid "VUCC"
msgstr "VUCC"
@@ -263,7 +263,7 @@ msgstr " y "
#: application/controllers/Logbook.php:1278
#: application/views/awards/index.php:8 application/views/bands/index.php:55
#: application/views/dashboard/index.php:9
#: application/views/interface_assets/header.php:176
#: application/views/interface_assets/header.php:178
#: application/views/logbookadvanced/edit.php:17
#: application/views/logbookadvanced/index.php:259
#: application/views/logbookadvanced/useroptions.php:98
@@ -289,7 +289,7 @@ msgstr "SOTA"
#: application/controllers/Logbook.php:1279
#: application/views/bands/index.php:60
#: application/views/dashboard/index.php:10
#: application/views/interface_assets/header.php:170
#: application/views/interface_assets/header.php:172
#: application/views/logbookadvanced/edit.php:19
#: application/views/logbookadvanced/index.php:279
#: application/views/logbookadvanced/useroptions.php:134
@@ -309,7 +309,7 @@ msgstr "WWFF"
#: application/controllers/Logbook.php:1280
#: application/views/bands/index.php:52
#: application/views/dashboard/index.php:11
#: application/views/interface_assets/header.php:180
#: application/views/interface_assets/header.php:182
#: application/views/logbookadvanced/edit.php:13
#: application/views/logbookadvanced/index.php:263
#: application/views/logbookadvanced/index.php:595
@@ -336,7 +336,7 @@ msgid "Worked All States (WAS)"
msgstr ""
#: application/controllers/Awards.php:714 application/views/bands/index.php:53
#: application/views/interface_assets/header.php:186
#: application/views/interface_assets/header.php:188
msgid "RAC"
msgstr "RAC"
@@ -350,7 +350,7 @@ msgstr "IOTA (Islas en el Aire)"
#: application/controllers/Awards.php:858
#: application/controllers/Awards.php:872
#: application/views/interface_assets/header.php:228
#: application/views/interface_assets/header.php:230
msgid "US Counties"
msgstr "Condados de EEUU"
@@ -382,7 +382,7 @@ msgid "Fred Fish Memorial Award (FFMA)"
msgstr "Diploma Memorial Fred Fish (FFMA)"
#: application/controllers/Awards.php:1125
#: application/views/interface_assets/header.php:166
#: application/views/interface_assets/header.php:168
#: application/views/logbookadvanced/useroptions.php:138
msgid "SIG"
msgstr "SIG"
@@ -397,7 +397,7 @@ msgid "ITU Zones"
msgstr "Zonas ITU"
#: application/controllers/Backup.php:15 application/views/backup/main.php:14
#: application/views/interface_assets/header.php:272
#: application/views/interface_assets/header.php:274
msgid "Backup"
msgstr "Copia de seguridad"
@@ -411,7 +411,7 @@ msgstr "Notas - Copia de seguridad"
#: application/controllers/Band.php:25 application/views/bands/index.php:28
#: application/views/bands/index.php:32
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:373
#: application/views/statistics/index.php:16
#: application/views/statistics/index.php:56
msgid "Bands"
@@ -438,7 +438,7 @@ msgid "Export Cabrillo"
msgstr "Exportar Cabrillo"
#: application/controllers/Cfdexport.php:20
#: application/views/interface_assets/header.php:388
#: application/views/interface_assets/header.php:390
msgid "CFD Export"
msgstr "Exportar en CFD"
@@ -455,7 +455,7 @@ msgid "No user has configured Clublog."
msgstr "Ningún usuario ha configurado Clublog."
#: application/controllers/Contestcalendar.php:19
#: application/views/interface_assets/header.php:245
#: application/views/interface_assets/header.php:247
msgid "Contest Calendar"
msgstr "Calendario de Concursos"
@@ -465,7 +465,7 @@ msgid "Contest Logging"
msgstr "Registro de Concurso"
#: application/controllers/Contesting.php:101
#: application/views/interface_assets/header.php:266
#: application/views/interface_assets/header.php:268
msgid "Contests"
msgstr "Concursos"
@@ -476,12 +476,12 @@ msgstr "Actualizar Concurso"
#: application/controllers/Continents.php:25
#: application/views/awards/dxcc/index.php:83
#: application/views/awards/iota/index.php:57
#: application/views/interface_assets/header.php:152
#: application/views/interface_assets/header.php:154
msgid "Continents"
msgstr "Continentes"
#: application/controllers/Cron.php:38
#: application/views/interface_assets/header.php:276
#: application/views/interface_assets/header.php:278
msgid "Cron Manager"
msgstr "Gestión de Cron"
@@ -490,7 +490,7 @@ msgid "Edit Cronjob"
msgstr "Editar trabajo de Cron"
#: application/controllers/Csv.php:20 application/views/csv/index.php:3
#: application/views/interface_assets/header.php:384
#: application/views/interface_assets/header.php:386
msgid "SOTA CSV Export"
msgstr "Exportar CSV de SOTA"
@@ -541,7 +541,7 @@ msgstr ""
#: application/controllers/Distances.php:17
#: application/views/distances/index.php:5
#: application/views/distances/index.php:8
#: application/views/interface_assets/header.php:142
#: application/views/interface_assets/header.php:144
msgid "Distances Worked"
msgstr "Distancias Trabajadas"
@@ -555,12 +555,12 @@ msgid "and band"
msgstr "y banda"
#: application/controllers/Dxatlas.php:19
#: application/views/interface_assets/header.php:382
#: application/views/interface_assets/header.php:384
msgid "DX Atlas Gridsquare Export"
msgstr "Exportar Cuadrícula DX Atlas"
#: application/controllers/Dxcalendar.php:10
#: application/views/interface_assets/header.php:243
#: application/views/interface_assets/header.php:245
msgid "DX Calendar"
msgstr "Calendario DX"
@@ -600,7 +600,7 @@ msgid "eQSL Card Image Download"
msgstr "Descargar Imagen de Tarjeta eQSL"
#: application/controllers/Gridmap.php:10
#: application/views/interface_assets/header.php:136
#: application/views/interface_assets/header.php:138
msgid "Gridsquare Map"
msgstr "Mapa de Gridsquares"
@@ -625,7 +625,7 @@ msgid "No QSOs found to upload."
msgstr ""
#: application/controllers/Kmlexport.php:24
#: application/views/interface_assets/header.php:380
#: application/views/interface_assets/header.php:382
#: application/views/kml/index.php:3
msgid "KML Export"
msgstr "Exportación KML"
@@ -1039,7 +1039,7 @@ msgstr "País"
#: application/controllers/Logbook.php:1277
#: application/views/awards/iota/index.php:169
#: application/views/bands/index.php:50 application/views/dashboard/index.php:8
#: application/views/interface_assets/header.php:178
#: application/views/interface_assets/header.php:180
#: application/views/logbookadvanced/edit.php:9
#: application/views/logbookadvanced/index.php:267
#: application/views/logbookadvanced/index.php:592
@@ -1309,7 +1309,7 @@ msgstr ""
#: application/controllers/Lotw.php:54 application/controllers/Lotw.php:83
#: application/controllers/Lotw.php:125 application/views/adif/import.php:27
#: application/views/interface_assets/header.php:415
#: application/views/interface_assets/header.php:417
#: application/views/lotw/import.php:3
#: application/views/lotw_views/index.php:12
#: application/views/lotw_views/upload_cert.php:3
@@ -1338,7 +1338,7 @@ msgid "LoTW .TQ8 Not Sent"
msgstr ""
#: application/controllers/Mode.php:25
#: application/views/interface_assets/header.php:264
#: application/views/interface_assets/header.php:266
#: application/views/mode/index.php:15
msgid "Modes"
msgstr "Modos"
@@ -1492,7 +1492,7 @@ msgid "Log Search & OQRS"
msgstr ""
#: application/controllers/Oqrs.php:104
#: application/views/interface_assets/header.php:405
#: application/views/interface_assets/header.php:407
msgid "OQRS Requests"
msgstr ""
@@ -1501,7 +1501,7 @@ msgid "QRB Calculator"
msgstr ""
#: application/controllers/Qrz.php:173
#: application/views/interface_assets/header.php:418
#: application/views/interface_assets/header.php:420
msgid "QRZ Logbook"
msgstr ""
@@ -1537,7 +1537,7 @@ msgid "Add QSO"
msgstr ""
#: application/controllers/Radio.php:18
#: application/views/interface_assets/header.php:424
#: application/views/interface_assets/header.php:426
msgid "Hardware Interfaces"
msgstr ""
@@ -1573,8 +1573,8 @@ msgstr ""
#: application/controllers/Search.php:19
#: application/views/continents/index.php:49
#: application/views/interface_assets/header.php:328
#: application/views/interface_assets/header.php:335
#: application/views/interface_assets/header.php:330
#: application/views/interface_assets/header.php:337
#: application/views/logbookadvanced/index.php:511
#: application/views/oqrs/index.php:28
#: application/views/oqrs/showrequests.php:67
@@ -1638,8 +1638,8 @@ msgid "Duplicate Station Location:"
msgstr ""
#: application/controllers/Stationsetup.php:35
#: application/views/interface_assets/header.php:369
#: application/views/interface_assets/header.php:480
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:482
msgid "Station Setup"
msgstr ""
@@ -1703,7 +1703,7 @@ msgid "Set as Active Logbook"
msgstr "Establecer como Libro de Guardia Activo"
#: application/controllers/Stationsetup.php:263
#: application/views/interface_assets/header.php:478
#: application/views/interface_assets/header.php:480
#: application/views/stationsetup/stationsetup.php:46
#: application/views/view_log/index.php:4
msgid "Active Logbook"
@@ -1844,8 +1844,14 @@ msgstr "Estadísticas"
msgid "Custom Statistics"
msgstr ""
#: application/controllers/Statistics.php:232
#: application/views/interface_assets/header.php:136
#: application/views/statistics/qsltable.php:5
msgid "QSL Statistics"
msgstr ""
#: application/controllers/Themes.php:27
#: application/views/interface_assets/header.php:270
#: application/views/interface_assets/header.php:272
msgid "Themes"
msgstr "Temas"
@@ -1858,13 +1864,13 @@ msgid "Edit Theme"
msgstr ""
#: application/controllers/Timeline.php:17
#: application/views/interface_assets/header.php:146
#: application/views/interface_assets/header.php:148
#: application/views/timeline/index.php:2
msgid "Timeline"
msgstr "Línea de Tiempo"
#: application/controllers/Timeplotter.php:17
#: application/views/interface_assets/header.php:150
#: application/views/interface_assets/header.php:152
#: application/views/timeplotter/index.php:9
msgid "Timeplotter"
msgstr "Gráfico de Tiempo"
@@ -1906,7 +1912,7 @@ msgid "Dxcc Prefixes:"
msgstr ""
#: application/controllers/User.php:12
#: application/views/interface_assets/header.php:260
#: application/views/interface_assets/header.php:262
msgid "User Accounts"
msgstr "Cuentas de Usuario"
@@ -1946,7 +1952,7 @@ msgid "Login failed. Try again."
msgstr ""
#: application/controllers/User.php:860
#: application/views/interface_assets/header.php:348
#: application/views/interface_assets/header.php:350
#: application/views/user/login.php:89
#: application/views/visitor/layout/header.php:88
msgid "Login"
@@ -2028,7 +2034,7 @@ msgstr ""
#: application/controllers/Webadif.php:90
#: application/controllers/Webadif.php:137
#: application/views/interface_assets/header.php:419
#: application/views/interface_assets/header.php:421
msgid "QO-100 Dx Club Upload"
msgstr ""
@@ -2909,7 +2915,7 @@ msgid "Save"
msgstr "Guardar"
#: application/views/api/help.php:14
#: application/views/interface_assets/header.php:423
#: application/views/interface_assets/header.php:425
msgid "API Keys"
msgstr ""
@@ -3117,6 +3123,8 @@ msgstr ""
#: application/views/awards/was/index.php:177
#: application/views/dashboard/index.php:217
#: application/views/simplefle/index.php:27
#: application/views/statistics/qsltable.php:54
#: application/views/statistics/qsltable.php:109
#: application/views/statistics/qsotable.php:10
#: application/views/statistics/qsotable.php:23
#: application/views/statistics/satqsotable.php:10
@@ -3520,7 +3528,7 @@ msgid "Prefix"
msgstr "Prefijo"
#: application/views/awards/ffma/index.php:8
#: application/views/interface_assets/header.php:234
#: application/views/interface_assets/header.php:236
msgid "Fred Fish Memorial Award"
msgstr ""
@@ -3613,7 +3621,7 @@ msgid "Canton"
msgstr ""
#: application/views/awards/index.php:9 application/views/bands/index.php:46
#: application/views/interface_assets/header.php:160
#: application/views/interface_assets/header.php:162
msgid "CQ"
msgstr ""
@@ -4193,12 +4201,12 @@ msgid "USA County"
msgstr "Condado USA"
#: application/views/bands/index.php:58
#: application/views/interface_assets/header.php:206
#: application/views/interface_assets/header.php:208
msgid "WAJA"
msgstr ""
#: application/views/bands/index.php:59
#: application/views/interface_assets/header.php:230
#: application/views/interface_assets/header.php:232
msgid "WAS"
msgstr ""
@@ -4503,7 +4511,7 @@ msgstr "Nombre ADIF"
#: application/views/contesting/add.php:44
#: application/views/contesting/edit.php:43
#: application/views/contesting/edit.php:46
#: application/views/interface_assets/header.php:458
#: application/views/interface_assets/header.php:460
#: application/views/mode/create.php:46 application/views/mode/create.php:48
#: application/views/mode/edit.php:57 application/views/mode/edit.php:60
#: application/views/mode/index.php:43
@@ -5191,7 +5199,7 @@ msgid "VUCC-Grids"
msgstr ""
#: application/views/dayswithqso/index.php:2
#: application/views/interface_assets/header.php:144
#: application/views/interface_assets/header.php:146
msgid "Days with QSOs"
msgstr "Días con QSOs"
@@ -5672,7 +5680,7 @@ msgstr ""
#: application/views/eqsl/download.php:17 application/views/eqsl/export.php:16
#: application/views/eqsl/import.php:15 application/views/eqsl/result.php:17
#: application/views/eqsl/tools.php:15
#: application/views/interface_assets/header.php:241
#: application/views/interface_assets/header.php:243
msgid "Tools"
msgstr ""
@@ -5967,7 +5975,7 @@ msgid "Propagation mode is not supported by LoTW. LoTW QSL fields disabled."
msgstr ""
#: application/views/interface_assets/footer.php:127
#: application/views/interface_assets/header.php:426
#: application/views/interface_assets/header.php:428
#: application/views/options/sidebar.php:11
msgid "Version Info"
msgstr "Información de Versión"
@@ -6044,85 +6052,85 @@ msgstr "Registrar Entrada de Concurso"
msgid "Analytics"
msgstr "Analíticas"
#: application/views/interface_assets/header.php:138
#: application/views/interface_assets/header.php:140
msgid "Activated Gridsquares"
msgstr "Gridsquares Activadas"
#: application/views/interface_assets/header.php:158
#: application/views/interface_assets/header.php:160
msgid "International"
msgstr ""
#: application/views/interface_assets/header.php:164
#: application/views/interface_assets/header.php:166
msgid "ITU"
msgstr ""
#: application/views/interface_assets/header.php:184
#: application/views/interface_assets/header.php:186
msgid "Canada"
msgstr ""
#: application/views/interface_assets/header.php:190
#: application/views/interface_assets/header.php:192
msgid "Germany"
msgstr ""
#: application/views/interface_assets/header.php:194
#: application/views/interface_assets/header.php:196
msgid "DL Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:198
#: application/views/interface_assets/header.php:200
msgid "Great Britain"
msgstr ""
#: application/views/interface_assets/header.php:200
#: application/views/interface_assets/header.php:202
msgid "WAB"
msgstr ""
#: application/views/interface_assets/header.php:204
#: application/views/interface_assets/header.php:206
msgid "Japan"
msgstr ""
#: application/views/interface_assets/header.php:210
#: application/views/interface_assets/header.php:212
msgid "JA Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:214
#: application/views/interface_assets/header.php:216
msgid "Luxemburg"
msgstr ""
#: application/views/interface_assets/header.php:216
#: application/views/interface_assets/header.php:218
msgid "LX Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:220
#: application/views/interface_assets/header.php:222
msgid "Switzerland"
msgstr ""
#: application/views/interface_assets/header.php:226
#: application/views/interface_assets/header.php:228
msgid "USA"
msgstr ""
#: application/views/interface_assets/header.php:232
#: application/views/interface_assets/header.php:234
msgid "US Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:249
#: application/views/interface_assets/header.php:251
msgid "Bandmap"
msgstr "mapa de Bandas"
#: application/views/interface_assets/header.php:251
#: application/views/interface_assets/header.php:253
msgid "SAT Timers"
msgstr ""
#: application/views/interface_assets/header.php:257
#: application/views/interface_assets/header.php:259
#: application/views/station_profile/index.php:33
#: application/views/stationsetup/stationsetup.php:113
msgid "Admin"
msgstr "Administrador"
#: application/views/interface_assets/header.php:262
#: application/views/interface_assets/header.php:264
msgid "Global Options"
msgstr "Opciones Globales"
#: application/views/interface_assets/header.php:268
#: application/views/interface_assets/header.php:270
#: application/views/notes/add.php:38 application/views/notes/edit.php:39
#: application/views/satellite/index.php:11
#: application/views/statistics/custom.php:20
@@ -6132,79 +6140,79 @@ msgstr "Opciones Globales"
msgid "Satellites"
msgstr ""
#: application/views/interface_assets/header.php:274
#: application/views/interface_assets/header.php:276
msgid "Update Country Files"
msgstr "Actualizar Archivos de Países"
#: application/views/interface_assets/header.php:278
#: application/views/interface_assets/header.php:280
msgid "Debug Information"
msgstr "Información de Depuración"
#: application/views/interface_assets/header.php:325
#: application/views/interface_assets/header.php:327
msgid "Add/Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:327
#: application/views/interface_assets/header.php:329
msgid "Log"
msgstr ""
#: application/views/interface_assets/header.php:334
#: application/views/interface_assets/header.php:336
#: application/views/logbookadvanced/index.php:447
#: application/views/oqrs/index.php:27 application/views/user/edit.php:441
#: application/views/visitor/layout/header.php:97
msgid "Search Callsign"
msgstr "Guardar Indicativo"
#: application/views/interface_assets/header.php:363
#: application/views/interface_assets/header.php:365
#: application/views/user/edit.php:49
msgid "Account"
msgstr "Información de la Cuenta"
#: application/views/interface_assets/header.php:378
#: application/views/interface_assets/header.php:380
msgid "Other Export Options"
msgstr ""
#: application/views/interface_assets/header.php:386
#: application/views/interface_assets/header.php:388
msgid "Cabrillo Export"
msgstr "Exportación Cabrillo"
#: application/views/interface_assets/header.php:410
#: application/views/interface_assets/header.php:412
msgid "QSL Queue"
msgstr ""
#: application/views/interface_assets/header.php:411
#: application/views/interface_assets/header.php:413
msgid "Labels"
msgstr ""
#: application/views/interface_assets/header.php:413
#: application/views/interface_assets/header.php:415
msgid "Third-Party Services"
msgstr ""
#: application/views/interface_assets/header.php:416
#: application/views/interface_assets/header.php:418
msgid "eQSL Import / Export"
msgstr ""
#: application/views/interface_assets/header.php:417
#: application/views/interface_assets/header.php:419
msgid "HRDLog Logbook"
msgstr ""
#: application/views/interface_assets/header.php:427
#: application/views/interface_assets/header.php:429
msgid "Help"
msgstr ""
#: application/views/interface_assets/header.php:428
#: application/views/interface_assets/header.php:430
msgid "Forum"
msgstr ""
#: application/views/interface_assets/header.php:430
#: application/views/interface_assets/header.php:432
msgid "Logout"
msgstr ""
#: application/views/interface_assets/header.php:438
#: application/views/interface_assets/header.php:440
msgid "Select a Location"
msgstr ""
#: application/views/interface_assets/header.php:517
#: application/views/interface_assets/header.php:519
msgid "Extras"
msgstr ""

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-30 12:21+0000\n"
"POT-Creation-Date: 2024-07-30 12:45+0000\n"
"PO-Revision-Date: 2024-07-09 13:25+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Finnish <https://translate.wavelog.org/projects/wavelog/main-"
@@ -18,7 +18,7 @@ msgstr ""
"X-Generator: Weblate 5.6\n"
#: application/controllers/Accumulated.php:21
#: application/views/interface_assets/header.php:148
#: application/views/interface_assets/header.php:150
msgid "Accumulated Statistics"
msgstr "Kertyneet tilastot"
@@ -55,7 +55,7 @@ msgstr ""
#: application/controllers/Activators.php:20
#: application/views/activators/index.php:2
#: application/views/interface_assets/header.php:140
#: application/views/interface_assets/header.php:142
msgid "Gridsquare Activators"
msgstr ""
@@ -76,7 +76,7 @@ msgid "ADIF Export"
msgstr ""
#: application/controllers/Adif.php:147
#: application/views/interface_assets/header.php:376
#: application/views/interface_assets/header.php:378
msgid "ADIF Import / Export"
msgstr "ADIF Tuonti / Vienti"
@@ -150,7 +150,7 @@ msgid "Valid"
msgstr "Voimassa"
#: application/controllers/Awards.php:22
#: application/views/interface_assets/header.php:156
#: application/views/interface_assets/header.php:158
#: application/views/qso/edit_ajax.php:35
msgid "Awards"
msgstr "Awardit"
@@ -179,7 +179,7 @@ msgstr ""
#: application/views/awards/dok/index.php:149
#: application/views/bands/index.php:47
#: application/views/contesting/index.php:170
#: application/views/interface_assets/header.php:192
#: application/views/interface_assets/header.php:194
#: application/views/logbookadvanced/index.php:613
#: application/views/logbookadvanced/useroptions.php:130
#: application/views/qso/edit_ajax.php:361 application/views/qso/index.php:264
@@ -192,7 +192,7 @@ msgstr ""
#: application/views/bandmap/list.php:112 application/views/bands/index.php:48
#: application/views/csv/index.php:58 application/views/dxatlas/index.php:58
#: application/views/dxcalendar/index.php:11
#: application/views/interface_assets/header.php:162
#: application/views/interface_assets/header.php:164
#: application/views/kml/index.php:47
#: application/views/logbookadvanced/edit.php:7
#: application/views/logbookadvanced/index.php:145
@@ -215,12 +215,12 @@ msgid "Awards - WAJA"
msgstr ""
#: application/controllers/Awards.php:327 application/views/bands/index.php:51
#: application/views/interface_assets/header.php:208
#: application/views/interface_assets/header.php:210
msgid "JCC"
msgstr ""
#: application/controllers/Awards.php:375 application/views/bands/index.php:57
#: application/views/interface_assets/header.php:168
#: application/views/interface_assets/header.php:170
msgid "VUCC"
msgstr ""
@@ -262,7 +262,7 @@ msgstr ""
#: application/controllers/Logbook.php:1278
#: application/views/awards/index.php:8 application/views/bands/index.php:55
#: application/views/dashboard/index.php:9
#: application/views/interface_assets/header.php:176
#: application/views/interface_assets/header.php:178
#: application/views/logbookadvanced/edit.php:17
#: application/views/logbookadvanced/index.php:259
#: application/views/logbookadvanced/useroptions.php:98
@@ -288,7 +288,7 @@ msgstr ""
#: application/controllers/Logbook.php:1279
#: application/views/bands/index.php:60
#: application/views/dashboard/index.php:10
#: application/views/interface_assets/header.php:170
#: application/views/interface_assets/header.php:172
#: application/views/logbookadvanced/edit.php:19
#: application/views/logbookadvanced/index.php:279
#: application/views/logbookadvanced/useroptions.php:134
@@ -308,7 +308,7 @@ msgstr ""
#: application/controllers/Logbook.php:1280
#: application/views/bands/index.php:52
#: application/views/dashboard/index.php:11
#: application/views/interface_assets/header.php:180
#: application/views/interface_assets/header.php:182
#: application/views/logbookadvanced/edit.php:13
#: application/views/logbookadvanced/index.php:263
#: application/views/logbookadvanced/index.php:595
@@ -335,7 +335,7 @@ msgid "Worked All States (WAS)"
msgstr ""
#: application/controllers/Awards.php:714 application/views/bands/index.php:53
#: application/views/interface_assets/header.php:186
#: application/views/interface_assets/header.php:188
msgid "RAC"
msgstr ""
@@ -349,7 +349,7 @@ msgstr ""
#: application/controllers/Awards.php:858
#: application/controllers/Awards.php:872
#: application/views/interface_assets/header.php:228
#: application/views/interface_assets/header.php:230
msgid "US Counties"
msgstr ""
@@ -381,7 +381,7 @@ msgid "Fred Fish Memorial Award (FFMA)"
msgstr ""
#: application/controllers/Awards.php:1125
#: application/views/interface_assets/header.php:166
#: application/views/interface_assets/header.php:168
#: application/views/logbookadvanced/useroptions.php:138
msgid "SIG"
msgstr ""
@@ -396,7 +396,7 @@ msgid "ITU Zones"
msgstr ""
#: application/controllers/Backup.php:15 application/views/backup/main.php:14
#: application/views/interface_assets/header.php:272
#: application/views/interface_assets/header.php:274
msgid "Backup"
msgstr "Varmuuskopiot"
@@ -410,7 +410,7 @@ msgstr ""
#: application/controllers/Band.php:25 application/views/bands/index.php:28
#: application/views/bands/index.php:32
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:373
#: application/views/statistics/index.php:16
#: application/views/statistics/index.php:56
msgid "Bands"
@@ -437,7 +437,7 @@ msgid "Export Cabrillo"
msgstr ""
#: application/controllers/Cfdexport.php:20
#: application/views/interface_assets/header.php:388
#: application/views/interface_assets/header.php:390
msgid "CFD Export"
msgstr ""
@@ -454,7 +454,7 @@ msgid "No user has configured Clublog."
msgstr ""
#: application/controllers/Contestcalendar.php:19
#: application/views/interface_assets/header.php:245
#: application/views/interface_assets/header.php:247
msgid "Contest Calendar"
msgstr ""
@@ -464,7 +464,7 @@ msgid "Contest Logging"
msgstr "Kilpailuloki"
#: application/controllers/Contesting.php:101
#: application/views/interface_assets/header.php:266
#: application/views/interface_assets/header.php:268
msgid "Contests"
msgstr "Kontestit"
@@ -475,12 +475,12 @@ msgstr ""
#: application/controllers/Continents.php:25
#: application/views/awards/dxcc/index.php:83
#: application/views/awards/iota/index.php:57
#: application/views/interface_assets/header.php:152
#: application/views/interface_assets/header.php:154
msgid "Continents"
msgstr "Mantereet"
#: application/controllers/Cron.php:38
#: application/views/interface_assets/header.php:276
#: application/views/interface_assets/header.php:278
msgid "Cron Manager"
msgstr ""
@@ -489,7 +489,7 @@ msgid "Edit Cronjob"
msgstr ""
#: application/controllers/Csv.php:20 application/views/csv/index.php:3
#: application/views/interface_assets/header.php:384
#: application/views/interface_assets/header.php:386
msgid "SOTA CSV Export"
msgstr ""
@@ -540,7 +540,7 @@ msgstr ""
#: application/controllers/Distances.php:17
#: application/views/distances/index.php:5
#: application/views/distances/index.php:8
#: application/views/interface_assets/header.php:142
#: application/views/interface_assets/header.php:144
msgid "Distances Worked"
msgstr "Workitut etäisyydet"
@@ -554,12 +554,12 @@ msgid "and band"
msgstr ""
#: application/controllers/Dxatlas.php:19
#: application/views/interface_assets/header.php:382
#: application/views/interface_assets/header.php:384
msgid "DX Atlas Gridsquare Export"
msgstr "DX Atlas Gridsquare Vienti"
#: application/controllers/Dxcalendar.php:10
#: application/views/interface_assets/header.php:243
#: application/views/interface_assets/header.php:245
msgid "DX Calendar"
msgstr ""
@@ -599,7 +599,7 @@ msgid "eQSL Card Image Download"
msgstr ""
#: application/controllers/Gridmap.php:10
#: application/views/interface_assets/header.php:136
#: application/views/interface_assets/header.php:138
msgid "Gridsquare Map"
msgstr "Gridsquare-kartta"
@@ -624,7 +624,7 @@ msgid "No QSOs found to upload."
msgstr ""
#: application/controllers/Kmlexport.php:24
#: application/views/interface_assets/header.php:380
#: application/views/interface_assets/header.php:382
#: application/views/kml/index.php:3
msgid "KML Export"
msgstr ""
@@ -1036,7 +1036,7 @@ msgstr "Maa"
#: application/controllers/Logbook.php:1277
#: application/views/awards/iota/index.php:169
#: application/views/bands/index.php:50 application/views/dashboard/index.php:8
#: application/views/interface_assets/header.php:178
#: application/views/interface_assets/header.php:180
#: application/views/logbookadvanced/edit.php:9
#: application/views/logbookadvanced/index.php:267
#: application/views/logbookadvanced/index.php:592
@@ -1306,7 +1306,7 @@ msgstr ""
#: application/controllers/Lotw.php:54 application/controllers/Lotw.php:83
#: application/controllers/Lotw.php:125 application/views/adif/import.php:27
#: application/views/interface_assets/header.php:415
#: application/views/interface_assets/header.php:417
#: application/views/lotw/import.php:3
#: application/views/lotw_views/index.php:12
#: application/views/lotw_views/upload_cert.php:3
@@ -1335,7 +1335,7 @@ msgid "LoTW .TQ8 Not Sent"
msgstr ""
#: application/controllers/Mode.php:25
#: application/views/interface_assets/header.php:264
#: application/views/interface_assets/header.php:266
#: application/views/mode/index.php:15
msgid "Modes"
msgstr "Modet"
@@ -1487,7 +1487,7 @@ msgid "Log Search & OQRS"
msgstr ""
#: application/controllers/Oqrs.php:104
#: application/views/interface_assets/header.php:405
#: application/views/interface_assets/header.php:407
msgid "OQRS Requests"
msgstr "OQRS Pyynnöt"
@@ -1496,7 +1496,7 @@ msgid "QRB Calculator"
msgstr ""
#: application/controllers/Qrz.php:173
#: application/views/interface_assets/header.php:418
#: application/views/interface_assets/header.php:420
msgid "QRZ Logbook"
msgstr "QRZ Logi"
@@ -1532,7 +1532,7 @@ msgid "Add QSO"
msgstr ""
#: application/controllers/Radio.php:18
#: application/views/interface_assets/header.php:424
#: application/views/interface_assets/header.php:426
msgid "Hardware Interfaces"
msgstr ""
@@ -1568,8 +1568,8 @@ msgstr ""
#: application/controllers/Search.php:19
#: application/views/continents/index.php:49
#: application/views/interface_assets/header.php:328
#: application/views/interface_assets/header.php:335
#: application/views/interface_assets/header.php:330
#: application/views/interface_assets/header.php:337
#: application/views/logbookadvanced/index.php:511
#: application/views/oqrs/index.php:28
#: application/views/oqrs/showrequests.php:67
@@ -1633,8 +1633,8 @@ msgid "Duplicate Station Location:"
msgstr ""
#: application/controllers/Stationsetup.php:35
#: application/views/interface_assets/header.php:369
#: application/views/interface_assets/header.php:480
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:482
msgid "Station Setup"
msgstr ""
@@ -1698,7 +1698,7 @@ msgid "Set as Active Logbook"
msgstr ""
#: application/controllers/Stationsetup.php:263
#: application/views/interface_assets/header.php:478
#: application/views/interface_assets/header.php:480
#: application/views/stationsetup/stationsetup.php:46
#: application/views/view_log/index.php:4
msgid "Active Logbook"
@@ -1835,8 +1835,14 @@ msgstr "Statistiikkaa"
msgid "Custom Statistics"
msgstr ""
#: application/controllers/Statistics.php:232
#: application/views/interface_assets/header.php:136
#: application/views/statistics/qsltable.php:5
msgid "QSL Statistics"
msgstr ""
#: application/controllers/Themes.php:27
#: application/views/interface_assets/header.php:270
#: application/views/interface_assets/header.php:272
msgid "Themes"
msgstr "Teemat"
@@ -1849,13 +1855,13 @@ msgid "Edit Theme"
msgstr ""
#: application/controllers/Timeline.php:17
#: application/views/interface_assets/header.php:146
#: application/views/interface_assets/header.php:148
#: application/views/timeline/index.php:2
msgid "Timeline"
msgstr "Aikajana"
#: application/controllers/Timeplotter.php:17
#: application/views/interface_assets/header.php:150
#: application/views/interface_assets/header.php:152
#: application/views/timeplotter/index.php:9
msgid "Timeplotter"
msgstr "Aikajana"
@@ -1897,7 +1903,7 @@ msgid "Dxcc Prefixes:"
msgstr ""
#: application/controllers/User.php:12
#: application/views/interface_assets/header.php:260
#: application/views/interface_assets/header.php:262
msgid "User Accounts"
msgstr ""
@@ -1937,7 +1943,7 @@ msgid "Login failed. Try again."
msgstr ""
#: application/controllers/User.php:860
#: application/views/interface_assets/header.php:348
#: application/views/interface_assets/header.php:350
#: application/views/user/login.php:89
#: application/views/visitor/layout/header.php:88
msgid "Login"
@@ -2019,7 +2025,7 @@ msgstr ""
#: application/controllers/Webadif.php:90
#: application/controllers/Webadif.php:137
#: application/views/interface_assets/header.php:419
#: application/views/interface_assets/header.php:421
msgid "QO-100 Dx Club Upload"
msgstr "QO-100 Dx Club Lähetys"
@@ -2882,7 +2888,7 @@ msgid "Save"
msgstr ""
#: application/views/api/help.php:14
#: application/views/interface_assets/header.php:423
#: application/views/interface_assets/header.php:425
msgid "API Keys"
msgstr ""
@@ -3090,6 +3096,8 @@ msgstr ""
#: application/views/awards/was/index.php:177
#: application/views/dashboard/index.php:217
#: application/views/simplefle/index.php:27
#: application/views/statistics/qsltable.php:54
#: application/views/statistics/qsltable.php:109
#: application/views/statistics/qsotable.php:10
#: application/views/statistics/qsotable.php:23
#: application/views/statistics/satqsotable.php:10
@@ -3493,7 +3501,7 @@ msgid "Prefix"
msgstr ""
#: application/views/awards/ffma/index.php:8
#: application/views/interface_assets/header.php:234
#: application/views/interface_assets/header.php:236
msgid "Fred Fish Memorial Award"
msgstr ""
@@ -3586,7 +3594,7 @@ msgid "Canton"
msgstr ""
#: application/views/awards/index.php:9 application/views/bands/index.php:46
#: application/views/interface_assets/header.php:160
#: application/views/interface_assets/header.php:162
msgid "CQ"
msgstr ""
@@ -4162,12 +4170,12 @@ msgid "USA County"
msgstr "USA lääni"
#: application/views/bands/index.php:58
#: application/views/interface_assets/header.php:206
#: application/views/interface_assets/header.php:208
msgid "WAJA"
msgstr ""
#: application/views/bands/index.php:59
#: application/views/interface_assets/header.php:230
#: application/views/interface_assets/header.php:232
msgid "WAS"
msgstr ""
@@ -4467,7 +4475,7 @@ msgstr ""
#: application/views/contesting/add.php:44
#: application/views/contesting/edit.php:43
#: application/views/contesting/edit.php:46
#: application/views/interface_assets/header.php:458
#: application/views/interface_assets/header.php:460
#: application/views/mode/create.php:46 application/views/mode/create.php:48
#: application/views/mode/edit.php:57 application/views/mode/edit.php:60
#: application/views/mode/index.php:43
@@ -5153,7 +5161,7 @@ msgid "VUCC-Grids"
msgstr ""
#: application/views/dayswithqso/index.php:2
#: application/views/interface_assets/header.php:144
#: application/views/interface_assets/header.php:146
msgid "Days with QSOs"
msgstr "QSO:llsia päiviä"
@@ -5632,7 +5640,7 @@ msgstr ""
#: application/views/eqsl/download.php:17 application/views/eqsl/export.php:16
#: application/views/eqsl/import.php:15 application/views/eqsl/result.php:17
#: application/views/eqsl/tools.php:15
#: application/views/interface_assets/header.php:241
#: application/views/interface_assets/header.php:243
msgid "Tools"
msgstr ""
@@ -5927,7 +5935,7 @@ msgid "Propagation mode is not supported by LoTW. LoTW QSL fields disabled."
msgstr ""
#: application/views/interface_assets/footer.php:127
#: application/views/interface_assets/header.php:426
#: application/views/interface_assets/header.php:428
#: application/views/options/sidebar.php:11
msgid "Version Info"
msgstr ""
@@ -6001,85 +6009,85 @@ msgstr ""
msgid "Analytics"
msgstr "Analyysit"
#: application/views/interface_assets/header.php:138
#: application/views/interface_assets/header.php:140
msgid "Activated Gridsquares"
msgstr "Aktivoidut ruudut"
#: application/views/interface_assets/header.php:158
#: application/views/interface_assets/header.php:160
msgid "International"
msgstr ""
#: application/views/interface_assets/header.php:164
#: application/views/interface_assets/header.php:166
msgid "ITU"
msgstr ""
#: application/views/interface_assets/header.php:184
#: application/views/interface_assets/header.php:186
msgid "Canada"
msgstr ""
#: application/views/interface_assets/header.php:190
#: application/views/interface_assets/header.php:192
msgid "Germany"
msgstr ""
#: application/views/interface_assets/header.php:194
#: application/views/interface_assets/header.php:196
msgid "DL Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:198
#: application/views/interface_assets/header.php:200
msgid "Great Britain"
msgstr ""
#: application/views/interface_assets/header.php:200
#: application/views/interface_assets/header.php:202
msgid "WAB"
msgstr ""
#: application/views/interface_assets/header.php:204
#: application/views/interface_assets/header.php:206
msgid "Japan"
msgstr ""
#: application/views/interface_assets/header.php:210
#: application/views/interface_assets/header.php:212
msgid "JA Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:214
#: application/views/interface_assets/header.php:216
msgid "Luxemburg"
msgstr ""
#: application/views/interface_assets/header.php:216
#: application/views/interface_assets/header.php:218
msgid "LX Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:220
#: application/views/interface_assets/header.php:222
msgid "Switzerland"
msgstr ""
#: application/views/interface_assets/header.php:226
#: application/views/interface_assets/header.php:228
msgid "USA"
msgstr ""
#: application/views/interface_assets/header.php:232
#: application/views/interface_assets/header.php:234
msgid "US Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:249
#: application/views/interface_assets/header.php:251
msgid "Bandmap"
msgstr "Bandikartta"
#: application/views/interface_assets/header.php:251
#: application/views/interface_assets/header.php:253
msgid "SAT Timers"
msgstr ""
#: application/views/interface_assets/header.php:257
#: application/views/interface_assets/header.php:259
#: application/views/station_profile/index.php:33
#: application/views/stationsetup/stationsetup.php:113
msgid "Admin"
msgstr ""
#: application/views/interface_assets/header.php:262
#: application/views/interface_assets/header.php:264
msgid "Global Options"
msgstr "Yleiset asetukset"
#: application/views/interface_assets/header.php:268
#: application/views/interface_assets/header.php:270
#: application/views/notes/add.php:38 application/views/notes/edit.php:39
#: application/views/satellite/index.php:11
#: application/views/statistics/custom.php:20
@@ -6089,79 +6097,79 @@ msgstr "Yleiset asetukset"
msgid "Satellites"
msgstr ""
#: application/views/interface_assets/header.php:274
#: application/views/interface_assets/header.php:276
msgid "Update Country Files"
msgstr "Päivitä Country Files"
#: application/views/interface_assets/header.php:278
#: application/views/interface_assets/header.php:280
msgid "Debug Information"
msgstr ""
#: application/views/interface_assets/header.php:325
#: application/views/interface_assets/header.php:327
msgid "Add/Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:327
#: application/views/interface_assets/header.php:329
msgid "Log"
msgstr ""
#: application/views/interface_assets/header.php:334
#: application/views/interface_assets/header.php:336
#: application/views/logbookadvanced/index.php:447
#: application/views/oqrs/index.php:27 application/views/user/edit.php:441
#: application/views/visitor/layout/header.php:97
msgid "Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:363
#: application/views/interface_assets/header.php:365
#: application/views/user/edit.php:49
msgid "Account"
msgstr ""
#: application/views/interface_assets/header.php:378
#: application/views/interface_assets/header.php:380
msgid "Other Export Options"
msgstr ""
#: application/views/interface_assets/header.php:386
#: application/views/interface_assets/header.php:388
msgid "Cabrillo Export"
msgstr ""
#: application/views/interface_assets/header.php:410
#: application/views/interface_assets/header.php:412
msgid "QSL Queue"
msgstr ""
#: application/views/interface_assets/header.php:411
#: application/views/interface_assets/header.php:413
msgid "Labels"
msgstr "Tarrat"
#: application/views/interface_assets/header.php:413
#: application/views/interface_assets/header.php:415
msgid "Third-Party Services"
msgstr ""
#: application/views/interface_assets/header.php:416
#: application/views/interface_assets/header.php:418
msgid "eQSL Import / Export"
msgstr "eQSL Tuonti / Vienti"
#: application/views/interface_assets/header.php:417
#: application/views/interface_assets/header.php:419
msgid "HRDLog Logbook"
msgstr "HRDLog Logi"
#: application/views/interface_assets/header.php:427
#: application/views/interface_assets/header.php:429
msgid "Help"
msgstr ""
#: application/views/interface_assets/header.php:428
#: application/views/interface_assets/header.php:430
msgid "Forum"
msgstr "Foorumi"
#: application/views/interface_assets/header.php:430
#: application/views/interface_assets/header.php:432
msgid "Logout"
msgstr "Kirjaudu ulos"
#: application/views/interface_assets/header.php:438
#: application/views/interface_assets/header.php:440
msgid "Select a Location"
msgstr ""
#: application/views/interface_assets/header.php:517
#: application/views/interface_assets/header.php:519
msgid "Extras"
msgstr ""

View File

@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-30 12:21+0000\n"
"POT-Creation-Date: 2024-07-30 12:45+0000\n"
"PO-Revision-Date: 2024-07-29 12:05+0000\n"
"Last-Translator: \"Francisco (F4VSE)\" <kikosgc@users.noreply.github.com>\n"
"Language-Team: French <https://translate.wavelog.org/projects/wavelog/main-"
@@ -22,7 +22,7 @@ msgstr ""
"X-Generator: Weblate 5.6.2\n"
#: application/controllers/Accumulated.php:21
#: application/views/interface_assets/header.php:148
#: application/views/interface_assets/header.php:150
msgid "Accumulated Statistics"
msgstr "Statistiques accumulées"
@@ -59,7 +59,7 @@ msgstr "Total des Locator activés"
#: application/controllers/Activators.php:20
#: application/views/activators/index.php:2
#: application/views/interface_assets/header.php:140
#: application/views/interface_assets/header.php:142
msgid "Gridsquare Activators"
msgstr "Activateurs de Locator"
@@ -80,7 +80,7 @@ msgid "ADIF Export"
msgstr "Exporter ADIF"
#: application/controllers/Adif.php:147
#: application/views/interface_assets/header.php:376
#: application/views/interface_assets/header.php:378
msgid "ADIF Import / Export"
msgstr "Importer / Exporter ADIF"
@@ -154,7 +154,7 @@ msgid "Valid"
msgstr "Valide"
#: application/controllers/Awards.php:22
#: application/views/interface_assets/header.php:156
#: application/views/interface_assets/header.php:158
#: application/views/qso/edit_ajax.php:35
msgid "Awards"
msgstr "Trophées"
@@ -183,7 +183,7 @@ msgstr "Trophées - %s"
#: application/views/awards/dok/index.php:149
#: application/views/bands/index.php:47
#: application/views/contesting/index.php:170
#: application/views/interface_assets/header.php:192
#: application/views/interface_assets/header.php:194
#: application/views/logbookadvanced/index.php:613
#: application/views/logbookadvanced/useroptions.php:130
#: application/views/qso/edit_ajax.php:361 application/views/qso/index.php:264
@@ -196,7 +196,7 @@ msgstr "DOK"
#: application/views/bandmap/list.php:112 application/views/bands/index.php:48
#: application/views/csv/index.php:58 application/views/dxatlas/index.php:58
#: application/views/dxcalendar/index.php:11
#: application/views/interface_assets/header.php:162
#: application/views/interface_assets/header.php:164
#: application/views/kml/index.php:47
#: application/views/logbookadvanced/edit.php:7
#: application/views/logbookadvanced/index.php:145
@@ -219,12 +219,12 @@ msgid "Awards - WAJA"
msgstr "Trophées - WAJA"
#: application/controllers/Awards.php:327 application/views/bands/index.php:51
#: application/views/interface_assets/header.php:208
#: application/views/interface_assets/header.php:210
msgid "JCC"
msgstr "JCC"
#: application/controllers/Awards.php:375 application/views/bands/index.php:57
#: application/views/interface_assets/header.php:168
#: application/views/interface_assets/header.php:170
msgid "VUCC"
msgstr "VUCC"
@@ -266,7 +266,7 @@ msgstr " et "
#: application/controllers/Logbook.php:1278
#: application/views/awards/index.php:8 application/views/bands/index.php:55
#: application/views/dashboard/index.php:9
#: application/views/interface_assets/header.php:176
#: application/views/interface_assets/header.php:178
#: application/views/logbookadvanced/edit.php:17
#: application/views/logbookadvanced/index.php:259
#: application/views/logbookadvanced/useroptions.php:98
@@ -292,7 +292,7 @@ msgstr "SOTA"
#: application/controllers/Logbook.php:1279
#: application/views/bands/index.php:60
#: application/views/dashboard/index.php:10
#: application/views/interface_assets/header.php:170
#: application/views/interface_assets/header.php:172
#: application/views/logbookadvanced/edit.php:19
#: application/views/logbookadvanced/index.php:279
#: application/views/logbookadvanced/useroptions.php:134
@@ -312,7 +312,7 @@ msgstr "WWFF"
#: application/controllers/Logbook.php:1280
#: application/views/bands/index.php:52
#: application/views/dashboard/index.php:11
#: application/views/interface_assets/header.php:180
#: application/views/interface_assets/header.php:182
#: application/views/logbookadvanced/edit.php:13
#: application/views/logbookadvanced/index.php:263
#: application/views/logbookadvanced/index.php:595
@@ -339,7 +339,7 @@ msgid "Worked All States (WAS)"
msgstr "Worked All States (WAS)"
#: application/controllers/Awards.php:714 application/views/bands/index.php:53
#: application/views/interface_assets/header.php:186
#: application/views/interface_assets/header.php:188
msgid "RAC"
msgstr "RAC"
@@ -353,7 +353,7 @@ msgstr "IOTA (Island On The Air)"
#: application/controllers/Awards.php:858
#: application/controllers/Awards.php:872
#: application/views/interface_assets/header.php:228
#: application/views/interface_assets/header.php:230
msgid "US Counties"
msgstr "Comtés US"
@@ -385,7 +385,7 @@ msgid "Fred Fish Memorial Award (FFMA)"
msgstr "Fred Fish Memorial Award (FFMA)"
#: application/controllers/Awards.php:1125
#: application/views/interface_assets/header.php:166
#: application/views/interface_assets/header.php:168
#: application/views/logbookadvanced/useroptions.php:138
msgid "SIG"
msgstr "SIG"
@@ -400,7 +400,7 @@ msgid "ITU Zones"
msgstr "Zones ITU"
#: application/controllers/Backup.php:15 application/views/backup/main.php:14
#: application/views/interface_assets/header.php:272
#: application/views/interface_assets/header.php:274
msgid "Backup"
msgstr "Sauvegarde"
@@ -414,7 +414,7 @@ msgstr "Notes - Sauvegarde"
#: application/controllers/Band.php:25 application/views/bands/index.php:28
#: application/views/bands/index.php:32
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:373
#: application/views/statistics/index.php:16
#: application/views/statistics/index.php:56
msgid "Bands"
@@ -441,7 +441,7 @@ msgid "Export Cabrillo"
msgstr "Exporter Cabrillo"
#: application/controllers/Cfdexport.php:20
#: application/views/interface_assets/header.php:388
#: application/views/interface_assets/header.php:390
msgid "CFD Export"
msgstr "Exporter en CFD"
@@ -458,7 +458,7 @@ msgid "No user has configured Clublog."
msgstr "Aucun utilisateur n'a configuré Clublog."
#: application/controllers/Contestcalendar.php:19
#: application/views/interface_assets/header.php:245
#: application/views/interface_assets/header.php:247
msgid "Contest Calendar"
msgstr "Calendrier des concours"
@@ -468,7 +468,7 @@ msgid "Contest Logging"
msgstr "Concours - enregistrement des QSO"
#: application/controllers/Contesting.php:101
#: application/views/interface_assets/header.php:266
#: application/views/interface_assets/header.php:268
msgid "Contests"
msgstr "Concours"
@@ -479,12 +479,12 @@ msgstr "Mettre à jour"
#: application/controllers/Continents.php:25
#: application/views/awards/dxcc/index.php:83
#: application/views/awards/iota/index.php:57
#: application/views/interface_assets/header.php:152
#: application/views/interface_assets/header.php:154
msgid "Continents"
msgstr "Continents"
#: application/controllers/Cron.php:38
#: application/views/interface_assets/header.php:276
#: application/views/interface_assets/header.php:278
msgid "Cron Manager"
msgstr "Gestion des Cron"
@@ -493,7 +493,7 @@ msgid "Edit Cronjob"
msgstr "Modifier les traitements Cron"
#: application/controllers/Csv.php:20 application/views/csv/index.php:3
#: application/views/interface_assets/header.php:384
#: application/views/interface_assets/header.php:386
msgid "SOTA CSV Export"
msgstr "SOTA - Export CSV"
@@ -548,7 +548,7 @@ msgstr ""
#: application/controllers/Distances.php:17
#: application/views/distances/index.php:5
#: application/views/distances/index.php:8
#: application/views/interface_assets/header.php:142
#: application/views/interface_assets/header.php:144
msgid "Distances Worked"
msgstr "Distances réalisées"
@@ -562,12 +562,12 @@ msgid "and band"
msgstr "et bandes"
#: application/controllers/Dxatlas.php:19
#: application/views/interface_assets/header.php:382
#: application/views/interface_assets/header.php:384
msgid "DX Atlas Gridsquare Export"
msgstr "Export Locator pour DX Atlas"
#: application/controllers/Dxcalendar.php:10
#: application/views/interface_assets/header.php:243
#: application/views/interface_assets/header.php:245
msgid "DX Calendar"
msgstr "Calendrier des DX"
@@ -607,7 +607,7 @@ msgid "eQSL Card Image Download"
msgstr "eQSL : Téléchargement des cartes/images"
#: application/controllers/Gridmap.php:10
#: application/views/interface_assets/header.php:136
#: application/views/interface_assets/header.php:138
msgid "Gridsquare Map"
msgstr "Carte des Locator"
@@ -632,7 +632,7 @@ msgid "No QSOs found to upload."
msgstr "Aucun QSO trouvé à télécharger."
#: application/controllers/Kmlexport.php:24
#: application/views/interface_assets/header.php:380
#: application/views/interface_assets/header.php:382
#: application/views/kml/index.php:3
msgid "KML Export"
msgstr "KML - Export"
@@ -1052,7 +1052,7 @@ msgstr "Pays"
#: application/controllers/Logbook.php:1277
#: application/views/awards/iota/index.php:169
#: application/views/bands/index.php:50 application/views/dashboard/index.php:8
#: application/views/interface_assets/header.php:178
#: application/views/interface_assets/header.php:180
#: application/views/logbookadvanced/edit.php:9
#: application/views/logbookadvanced/index.php:267
#: application/views/logbookadvanced/index.php:592
@@ -1322,7 +1322,7 @@ msgstr "Recherche rapide"
#: application/controllers/Lotw.php:54 application/controllers/Lotw.php:83
#: application/controllers/Lotw.php:125 application/views/adif/import.php:27
#: application/views/interface_assets/header.php:415
#: application/views/interface_assets/header.php:417
#: application/views/lotw/import.php:3
#: application/views/lotw_views/index.php:12
#: application/views/lotw_views/upload_cert.php:3
@@ -1351,7 +1351,7 @@ msgid "LoTW .TQ8 Not Sent"
msgstr ".TQ8 LoTW Pas Envoyé"
#: application/controllers/Mode.php:25
#: application/views/interface_assets/header.php:264
#: application/views/interface_assets/header.php:266
#: application/views/mode/index.php:15
msgid "Modes"
msgstr "Modes"
@@ -1505,7 +1505,7 @@ msgid "Log Search & OQRS"
msgstr "Recherche de journaux et OQRS"
#: application/controllers/Oqrs.php:104
#: application/views/interface_assets/header.php:405
#: application/views/interface_assets/header.php:407
msgid "OQRS Requests"
msgstr "OQRS Demandes"
@@ -1514,7 +1514,7 @@ msgid "QRB Calculator"
msgstr "Calculateur QRB"
#: application/controllers/Qrz.php:173
#: application/views/interface_assets/header.php:418
#: application/views/interface_assets/header.php:420
msgid "QRZ Logbook"
msgstr "Journal QRZ"
@@ -1550,7 +1550,7 @@ msgid "Add QSO"
msgstr "Ajouter QSO"
#: application/controllers/Radio.php:18
#: application/views/interface_assets/header.php:424
#: application/views/interface_assets/header.php:426
msgid "Hardware Interfaces"
msgstr "Interfaces matérielles"
@@ -1586,8 +1586,8 @@ msgstr ""
#: application/controllers/Search.php:19
#: application/views/continents/index.php:49
#: application/views/interface_assets/header.php:328
#: application/views/interface_assets/header.php:335
#: application/views/interface_assets/header.php:330
#: application/views/interface_assets/header.php:337
#: application/views/logbookadvanced/index.php:511
#: application/views/oqrs/index.php:28
#: application/views/oqrs/showrequests.php:67
@@ -1653,8 +1653,8 @@ msgid "Duplicate Station Location:"
msgstr ""
#: application/controllers/Stationsetup.php:35
#: application/views/interface_assets/header.php:369
#: application/views/interface_assets/header.php:480
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:482
msgid "Station Setup"
msgstr "Configuration de la station"
@@ -1718,7 +1718,7 @@ msgid "Set as Active Logbook"
msgstr "Activer ce journal"
#: application/controllers/Stationsetup.php:263
#: application/views/interface_assets/header.php:478
#: application/views/interface_assets/header.php:480
#: application/views/stationsetup/stationsetup.php:46
#: application/views/view_log/index.php:4
msgid "Active Logbook"
@@ -1857,8 +1857,14 @@ msgstr "Statistiques"
msgid "Custom Statistics"
msgstr "Statistiques personnalisées"
#: application/controllers/Statistics.php:232
#: application/views/interface_assets/header.php:136
#: application/views/statistics/qsltable.php:5
msgid "QSL Statistics"
msgstr ""
#: application/controllers/Themes.php:27
#: application/views/interface_assets/header.php:270
#: application/views/interface_assets/header.php:272
msgid "Themes"
msgstr "Thèmes"
@@ -1871,13 +1877,13 @@ msgid "Edit Theme"
msgstr "Modifier le thème"
#: application/controllers/Timeline.php:17
#: application/views/interface_assets/header.php:146
#: application/views/interface_assets/header.php:148
#: application/views/timeline/index.php:2
msgid "Timeline"
msgstr "Chronologie"
#: application/controllers/Timeplotter.php:17
#: application/views/interface_assets/header.php:150
#: application/views/interface_assets/header.php:152
#: application/views/timeplotter/index.php:9
msgid "Timeplotter"
msgstr ""
@@ -1919,7 +1925,7 @@ msgid "Dxcc Prefixes:"
msgstr ""
#: application/controllers/User.php:12
#: application/views/interface_assets/header.php:260
#: application/views/interface_assets/header.php:262
msgid "User Accounts"
msgstr "Compte des utilisateurs"
@@ -1959,7 +1965,7 @@ msgid "Login failed. Try again."
msgstr "La connexion a échoué. Essayer à nouveau."
#: application/controllers/User.php:860
#: application/views/interface_assets/header.php:348
#: application/views/interface_assets/header.php:350
#: application/views/user/login.php:89
#: application/views/visitor/layout/header.php:88
msgid "Login"
@@ -2045,7 +2051,7 @@ msgstr "Exporter la carte"
#: application/controllers/Webadif.php:90
#: application/controllers/Webadif.php:137
#: application/views/interface_assets/header.php:419
#: application/views/interface_assets/header.php:421
msgid "QO-100 Dx Club Upload"
msgstr "Télécharger QO-100 Dx Club"
@@ -2932,7 +2938,7 @@ msgid "Save"
msgstr "Enregistrer"
#: application/views/api/help.php:14
#: application/views/interface_assets/header.php:423
#: application/views/interface_assets/header.php:425
msgid "API Keys"
msgstr ""
@@ -3140,6 +3146,8 @@ msgstr ""
#: application/views/awards/was/index.php:177
#: application/views/dashboard/index.php:217
#: application/views/simplefle/index.php:27
#: application/views/statistics/qsltable.php:54
#: application/views/statistics/qsltable.php:109
#: application/views/statistics/qsotable.php:10
#: application/views/statistics/qsotable.php:23
#: application/views/statistics/satqsotable.php:10
@@ -3543,7 +3551,7 @@ msgid "Prefix"
msgstr "Préfix"
#: application/views/awards/ffma/index.php:8
#: application/views/interface_assets/header.php:234
#: application/views/interface_assets/header.php:236
msgid "Fred Fish Memorial Award"
msgstr ""
@@ -3636,7 +3644,7 @@ msgid "Canton"
msgstr ""
#: application/views/awards/index.php:9 application/views/bands/index.php:46
#: application/views/interface_assets/header.php:160
#: application/views/interface_assets/header.php:162
msgid "CQ"
msgstr ""
@@ -4212,12 +4220,12 @@ msgid "USA County"
msgstr "Compté USA"
#: application/views/bands/index.php:58
#: application/views/interface_assets/header.php:206
#: application/views/interface_assets/header.php:208
msgid "WAJA"
msgstr ""
#: application/views/bands/index.php:59
#: application/views/interface_assets/header.php:230
#: application/views/interface_assets/header.php:232
msgid "WAS"
msgstr ""
@@ -4522,7 +4530,7 @@ msgstr "Nom ADIF"
#: application/views/contesting/add.php:44
#: application/views/contesting/edit.php:43
#: application/views/contesting/edit.php:46
#: application/views/interface_assets/header.php:458
#: application/views/interface_assets/header.php:460
#: application/views/mode/create.php:46 application/views/mode/create.php:48
#: application/views/mode/edit.php:57 application/views/mode/edit.php:60
#: application/views/mode/index.php:43
@@ -5214,7 +5222,7 @@ msgid "VUCC-Grids"
msgstr ""
#: application/views/dayswithqso/index.php:2
#: application/views/interface_assets/header.php:144
#: application/views/interface_assets/header.php:146
msgid "Days with QSOs"
msgstr ""
@@ -5696,7 +5704,7 @@ msgstr ""
#: application/views/eqsl/download.php:17 application/views/eqsl/export.php:16
#: application/views/eqsl/import.php:15 application/views/eqsl/result.php:17
#: application/views/eqsl/tools.php:15
#: application/views/interface_assets/header.php:241
#: application/views/interface_assets/header.php:243
msgid "Tools"
msgstr ""
@@ -5993,7 +6001,7 @@ msgid "Propagation mode is not supported by LoTW. LoTW QSL fields disabled."
msgstr ""
#: application/views/interface_assets/footer.php:127
#: application/views/interface_assets/header.php:426
#: application/views/interface_assets/header.php:428
#: application/views/options/sidebar.php:11
msgid "Version Info"
msgstr ""
@@ -6067,85 +6075,85 @@ msgstr ""
msgid "Analytics"
msgstr ""
#: application/views/interface_assets/header.php:138
#: application/views/interface_assets/header.php:140
msgid "Activated Gridsquares"
msgstr ""
#: application/views/interface_assets/header.php:158
#: application/views/interface_assets/header.php:160
msgid "International"
msgstr ""
#: application/views/interface_assets/header.php:164
#: application/views/interface_assets/header.php:166
msgid "ITU"
msgstr ""
#: application/views/interface_assets/header.php:184
#: application/views/interface_assets/header.php:186
msgid "Canada"
msgstr ""
#: application/views/interface_assets/header.php:190
#: application/views/interface_assets/header.php:192
msgid "Germany"
msgstr ""
#: application/views/interface_assets/header.php:194
#: application/views/interface_assets/header.php:196
msgid "DL Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:198
#: application/views/interface_assets/header.php:200
msgid "Great Britain"
msgstr ""
#: application/views/interface_assets/header.php:200
#: application/views/interface_assets/header.php:202
msgid "WAB"
msgstr ""
#: application/views/interface_assets/header.php:204
#: application/views/interface_assets/header.php:206
msgid "Japan"
msgstr ""
#: application/views/interface_assets/header.php:210
#: application/views/interface_assets/header.php:212
msgid "JA Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:214
#: application/views/interface_assets/header.php:216
msgid "Luxemburg"
msgstr ""
#: application/views/interface_assets/header.php:216
#: application/views/interface_assets/header.php:218
msgid "LX Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:220
#: application/views/interface_assets/header.php:222
msgid "Switzerland"
msgstr ""
#: application/views/interface_assets/header.php:226
#: application/views/interface_assets/header.php:228
msgid "USA"
msgstr ""
#: application/views/interface_assets/header.php:232
#: application/views/interface_assets/header.php:234
msgid "US Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:249
#: application/views/interface_assets/header.php:251
msgid "Bandmap"
msgstr ""
#: application/views/interface_assets/header.php:251
#: application/views/interface_assets/header.php:253
msgid "SAT Timers"
msgstr ""
#: application/views/interface_assets/header.php:257
#: application/views/interface_assets/header.php:259
#: application/views/station_profile/index.php:33
#: application/views/stationsetup/stationsetup.php:113
msgid "Admin"
msgstr ""
#: application/views/interface_assets/header.php:262
#: application/views/interface_assets/header.php:264
msgid "Global Options"
msgstr ""
#: application/views/interface_assets/header.php:268
#: application/views/interface_assets/header.php:270
#: application/views/notes/add.php:38 application/views/notes/edit.php:39
#: application/views/satellite/index.php:11
#: application/views/statistics/custom.php:20
@@ -6155,79 +6163,79 @@ msgstr ""
msgid "Satellites"
msgstr ""
#: application/views/interface_assets/header.php:274
#: application/views/interface_assets/header.php:276
msgid "Update Country Files"
msgstr ""
#: application/views/interface_assets/header.php:278
#: application/views/interface_assets/header.php:280
msgid "Debug Information"
msgstr ""
#: application/views/interface_assets/header.php:325
#: application/views/interface_assets/header.php:327
msgid "Add/Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:327
#: application/views/interface_assets/header.php:329
msgid "Log"
msgstr ""
#: application/views/interface_assets/header.php:334
#: application/views/interface_assets/header.php:336
#: application/views/logbookadvanced/index.php:447
#: application/views/oqrs/index.php:27 application/views/user/edit.php:441
#: application/views/visitor/layout/header.php:97
msgid "Search Callsign"
msgstr "Recherche l'indicatif"
#: application/views/interface_assets/header.php:363
#: application/views/interface_assets/header.php:365
#: application/views/user/edit.php:49
msgid "Account"
msgstr "Compte"
#: application/views/interface_assets/header.php:378
#: application/views/interface_assets/header.php:380
msgid "Other Export Options"
msgstr ""
#: application/views/interface_assets/header.php:386
#: application/views/interface_assets/header.php:388
msgid "Cabrillo Export"
msgstr "Cabrillo - Export"
#: application/views/interface_assets/header.php:410
#: application/views/interface_assets/header.php:412
msgid "QSL Queue"
msgstr ""
#: application/views/interface_assets/header.php:411
#: application/views/interface_assets/header.php:413
msgid "Labels"
msgstr ""
#: application/views/interface_assets/header.php:413
#: application/views/interface_assets/header.php:415
msgid "Third-Party Services"
msgstr ""
#: application/views/interface_assets/header.php:416
#: application/views/interface_assets/header.php:418
msgid "eQSL Import / Export"
msgstr ""
#: application/views/interface_assets/header.php:417
#: application/views/interface_assets/header.php:419
msgid "HRDLog Logbook"
msgstr ""
#: application/views/interface_assets/header.php:427
#: application/views/interface_assets/header.php:429
msgid "Help"
msgstr ""
#: application/views/interface_assets/header.php:428
#: application/views/interface_assets/header.php:430
msgid "Forum"
msgstr ""
#: application/views/interface_assets/header.php:430
#: application/views/interface_assets/header.php:432
msgid "Logout"
msgstr ""
#: application/views/interface_assets/header.php:438
#: application/views/interface_assets/header.php:440
msgid "Select a Location"
msgstr ""
#: application/views/interface_assets/header.php:517
#: application/views/interface_assets/header.php:519
msgid "Extras"
msgstr ""

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-30 12:21+0000\n"
"POT-Creation-Date: 2024-07-30 12:45+0000\n"
"PO-Revision-Date: 2024-07-09 13:26+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Italian <https://translate.wavelog.org/projects/wavelog/main-"
@@ -18,7 +18,7 @@ msgstr ""
"X-Generator: Weblate 5.6\n"
#: application/controllers/Accumulated.php:21
#: application/views/interface_assets/header.php:148
#: application/views/interface_assets/header.php:150
msgid "Accumulated Statistics"
msgstr ""
@@ -55,7 +55,7 @@ msgstr ""
#: application/controllers/Activators.php:20
#: application/views/activators/index.php:2
#: application/views/interface_assets/header.php:140
#: application/views/interface_assets/header.php:142
msgid "Gridsquare Activators"
msgstr ""
@@ -76,7 +76,7 @@ msgid "ADIF Export"
msgstr ""
#: application/controllers/Adif.php:147
#: application/views/interface_assets/header.php:376
#: application/views/interface_assets/header.php:378
msgid "ADIF Import / Export"
msgstr ""
@@ -150,7 +150,7 @@ msgid "Valid"
msgstr "Valido"
#: application/controllers/Awards.php:22
#: application/views/interface_assets/header.php:156
#: application/views/interface_assets/header.php:158
#: application/views/qso/edit_ajax.php:35
msgid "Awards"
msgstr ""
@@ -179,7 +179,7 @@ msgstr ""
#: application/views/awards/dok/index.php:149
#: application/views/bands/index.php:47
#: application/views/contesting/index.php:170
#: application/views/interface_assets/header.php:192
#: application/views/interface_assets/header.php:194
#: application/views/logbookadvanced/index.php:613
#: application/views/logbookadvanced/useroptions.php:130
#: application/views/qso/edit_ajax.php:361 application/views/qso/index.php:264
@@ -192,7 +192,7 @@ msgstr ""
#: application/views/bandmap/list.php:112 application/views/bands/index.php:48
#: application/views/csv/index.php:58 application/views/dxatlas/index.php:58
#: application/views/dxcalendar/index.php:11
#: application/views/interface_assets/header.php:162
#: application/views/interface_assets/header.php:164
#: application/views/kml/index.php:47
#: application/views/logbookadvanced/edit.php:7
#: application/views/logbookadvanced/index.php:145
@@ -215,12 +215,12 @@ msgid "Awards - WAJA"
msgstr ""
#: application/controllers/Awards.php:327 application/views/bands/index.php:51
#: application/views/interface_assets/header.php:208
#: application/views/interface_assets/header.php:210
msgid "JCC"
msgstr ""
#: application/controllers/Awards.php:375 application/views/bands/index.php:57
#: application/views/interface_assets/header.php:168
#: application/views/interface_assets/header.php:170
msgid "VUCC"
msgstr ""
@@ -262,7 +262,7 @@ msgstr ""
#: application/controllers/Logbook.php:1278
#: application/views/awards/index.php:8 application/views/bands/index.php:55
#: application/views/dashboard/index.php:9
#: application/views/interface_assets/header.php:176
#: application/views/interface_assets/header.php:178
#: application/views/logbookadvanced/edit.php:17
#: application/views/logbookadvanced/index.php:259
#: application/views/logbookadvanced/useroptions.php:98
@@ -288,7 +288,7 @@ msgstr ""
#: application/controllers/Logbook.php:1279
#: application/views/bands/index.php:60
#: application/views/dashboard/index.php:10
#: application/views/interface_assets/header.php:170
#: application/views/interface_assets/header.php:172
#: application/views/logbookadvanced/edit.php:19
#: application/views/logbookadvanced/index.php:279
#: application/views/logbookadvanced/useroptions.php:134
@@ -308,7 +308,7 @@ msgstr ""
#: application/controllers/Logbook.php:1280
#: application/views/bands/index.php:52
#: application/views/dashboard/index.php:11
#: application/views/interface_assets/header.php:180
#: application/views/interface_assets/header.php:182
#: application/views/logbookadvanced/edit.php:13
#: application/views/logbookadvanced/index.php:263
#: application/views/logbookadvanced/index.php:595
@@ -335,7 +335,7 @@ msgid "Worked All States (WAS)"
msgstr ""
#: application/controllers/Awards.php:714 application/views/bands/index.php:53
#: application/views/interface_assets/header.php:186
#: application/views/interface_assets/header.php:188
msgid "RAC"
msgstr ""
@@ -349,7 +349,7 @@ msgstr ""
#: application/controllers/Awards.php:858
#: application/controllers/Awards.php:872
#: application/views/interface_assets/header.php:228
#: application/views/interface_assets/header.php:230
msgid "US Counties"
msgstr ""
@@ -381,7 +381,7 @@ msgid "Fred Fish Memorial Award (FFMA)"
msgstr ""
#: application/controllers/Awards.php:1125
#: application/views/interface_assets/header.php:166
#: application/views/interface_assets/header.php:168
#: application/views/logbookadvanced/useroptions.php:138
msgid "SIG"
msgstr ""
@@ -396,7 +396,7 @@ msgid "ITU Zones"
msgstr ""
#: application/controllers/Backup.php:15 application/views/backup/main.php:14
#: application/views/interface_assets/header.php:272
#: application/views/interface_assets/header.php:274
msgid "Backup"
msgstr ""
@@ -410,7 +410,7 @@ msgstr ""
#: application/controllers/Band.php:25 application/views/bands/index.php:28
#: application/views/bands/index.php:32
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:373
#: application/views/statistics/index.php:16
#: application/views/statistics/index.php:56
msgid "Bands"
@@ -437,7 +437,7 @@ msgid "Export Cabrillo"
msgstr ""
#: application/controllers/Cfdexport.php:20
#: application/views/interface_assets/header.php:388
#: application/views/interface_assets/header.php:390
msgid "CFD Export"
msgstr ""
@@ -454,7 +454,7 @@ msgid "No user has configured Clublog."
msgstr ""
#: application/controllers/Contestcalendar.php:19
#: application/views/interface_assets/header.php:245
#: application/views/interface_assets/header.php:247
msgid "Contest Calendar"
msgstr ""
@@ -464,7 +464,7 @@ msgid "Contest Logging"
msgstr "Log per Contest"
#: application/controllers/Contesting.php:101
#: application/views/interface_assets/header.php:266
#: application/views/interface_assets/header.php:268
msgid "Contests"
msgstr ""
@@ -475,12 +475,12 @@ msgstr ""
#: application/controllers/Continents.php:25
#: application/views/awards/dxcc/index.php:83
#: application/views/awards/iota/index.php:57
#: application/views/interface_assets/header.php:152
#: application/views/interface_assets/header.php:154
msgid "Continents"
msgstr ""
#: application/controllers/Cron.php:38
#: application/views/interface_assets/header.php:276
#: application/views/interface_assets/header.php:278
msgid "Cron Manager"
msgstr ""
@@ -489,7 +489,7 @@ msgid "Edit Cronjob"
msgstr ""
#: application/controllers/Csv.php:20 application/views/csv/index.php:3
#: application/views/interface_assets/header.php:384
#: application/views/interface_assets/header.php:386
msgid "SOTA CSV Export"
msgstr ""
@@ -540,7 +540,7 @@ msgstr ""
#: application/controllers/Distances.php:17
#: application/views/distances/index.php:5
#: application/views/distances/index.php:8
#: application/views/interface_assets/header.php:142
#: application/views/interface_assets/header.php:144
msgid "Distances Worked"
msgstr ""
@@ -554,12 +554,12 @@ msgid "and band"
msgstr ""
#: application/controllers/Dxatlas.php:19
#: application/views/interface_assets/header.php:382
#: application/views/interface_assets/header.php:384
msgid "DX Atlas Gridsquare Export"
msgstr ""
#: application/controllers/Dxcalendar.php:10
#: application/views/interface_assets/header.php:243
#: application/views/interface_assets/header.php:245
msgid "DX Calendar"
msgstr ""
@@ -599,7 +599,7 @@ msgid "eQSL Card Image Download"
msgstr ""
#: application/controllers/Gridmap.php:10
#: application/views/interface_assets/header.php:136
#: application/views/interface_assets/header.php:138
msgid "Gridsquare Map"
msgstr ""
@@ -624,7 +624,7 @@ msgid "No QSOs found to upload."
msgstr ""
#: application/controllers/Kmlexport.php:24
#: application/views/interface_assets/header.php:380
#: application/views/interface_assets/header.php:382
#: application/views/kml/index.php:3
msgid "KML Export"
msgstr ""
@@ -1038,7 +1038,7 @@ msgstr "Paese"
#: application/controllers/Logbook.php:1277
#: application/views/awards/iota/index.php:169
#: application/views/bands/index.php:50 application/views/dashboard/index.php:8
#: application/views/interface_assets/header.php:178
#: application/views/interface_assets/header.php:180
#: application/views/logbookadvanced/edit.php:9
#: application/views/logbookadvanced/index.php:267
#: application/views/logbookadvanced/index.php:592
@@ -1308,7 +1308,7 @@ msgstr ""
#: application/controllers/Lotw.php:54 application/controllers/Lotw.php:83
#: application/controllers/Lotw.php:125 application/views/adif/import.php:27
#: application/views/interface_assets/header.php:415
#: application/views/interface_assets/header.php:417
#: application/views/lotw/import.php:3
#: application/views/lotw_views/index.php:12
#: application/views/lotw_views/upload_cert.php:3
@@ -1337,7 +1337,7 @@ msgid "LoTW .TQ8 Not Sent"
msgstr ""
#: application/controllers/Mode.php:25
#: application/views/interface_assets/header.php:264
#: application/views/interface_assets/header.php:266
#: application/views/mode/index.php:15
msgid "Modes"
msgstr ""
@@ -1489,7 +1489,7 @@ msgid "Log Search & OQRS"
msgstr ""
#: application/controllers/Oqrs.php:104
#: application/views/interface_assets/header.php:405
#: application/views/interface_assets/header.php:407
msgid "OQRS Requests"
msgstr ""
@@ -1498,7 +1498,7 @@ msgid "QRB Calculator"
msgstr ""
#: application/controllers/Qrz.php:173
#: application/views/interface_assets/header.php:418
#: application/views/interface_assets/header.php:420
msgid "QRZ Logbook"
msgstr ""
@@ -1534,7 +1534,7 @@ msgid "Add QSO"
msgstr ""
#: application/controllers/Radio.php:18
#: application/views/interface_assets/header.php:424
#: application/views/interface_assets/header.php:426
msgid "Hardware Interfaces"
msgstr ""
@@ -1570,8 +1570,8 @@ msgstr ""
#: application/controllers/Search.php:19
#: application/views/continents/index.php:49
#: application/views/interface_assets/header.php:328
#: application/views/interface_assets/header.php:335
#: application/views/interface_assets/header.php:330
#: application/views/interface_assets/header.php:337
#: application/views/logbookadvanced/index.php:511
#: application/views/oqrs/index.php:28
#: application/views/oqrs/showrequests.php:67
@@ -1635,8 +1635,8 @@ msgid "Duplicate Station Location:"
msgstr ""
#: application/controllers/Stationsetup.php:35
#: application/views/interface_assets/header.php:369
#: application/views/interface_assets/header.php:480
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:482
msgid "Station Setup"
msgstr ""
@@ -1700,7 +1700,7 @@ msgid "Set as Active Logbook"
msgstr ""
#: application/controllers/Stationsetup.php:263
#: application/views/interface_assets/header.php:478
#: application/views/interface_assets/header.php:480
#: application/views/stationsetup/stationsetup.php:46
#: application/views/view_log/index.php:4
msgid "Active Logbook"
@@ -1837,8 +1837,14 @@ msgstr ""
msgid "Custom Statistics"
msgstr ""
#: application/controllers/Statistics.php:232
#: application/views/interface_assets/header.php:136
#: application/views/statistics/qsltable.php:5
msgid "QSL Statistics"
msgstr ""
#: application/controllers/Themes.php:27
#: application/views/interface_assets/header.php:270
#: application/views/interface_assets/header.php:272
msgid "Themes"
msgstr ""
@@ -1851,13 +1857,13 @@ msgid "Edit Theme"
msgstr ""
#: application/controllers/Timeline.php:17
#: application/views/interface_assets/header.php:146
#: application/views/interface_assets/header.php:148
#: application/views/timeline/index.php:2
msgid "Timeline"
msgstr ""
#: application/controllers/Timeplotter.php:17
#: application/views/interface_assets/header.php:150
#: application/views/interface_assets/header.php:152
#: application/views/timeplotter/index.php:9
msgid "Timeplotter"
msgstr ""
@@ -1899,7 +1905,7 @@ msgid "Dxcc Prefixes:"
msgstr ""
#: application/controllers/User.php:12
#: application/views/interface_assets/header.php:260
#: application/views/interface_assets/header.php:262
msgid "User Accounts"
msgstr ""
@@ -1939,7 +1945,7 @@ msgid "Login failed. Try again."
msgstr ""
#: application/controllers/User.php:860
#: application/views/interface_assets/header.php:348
#: application/views/interface_assets/header.php:350
#: application/views/user/login.php:89
#: application/views/visitor/layout/header.php:88
msgid "Login"
@@ -2021,7 +2027,7 @@ msgstr ""
#: application/controllers/Webadif.php:90
#: application/controllers/Webadif.php:137
#: application/views/interface_assets/header.php:419
#: application/views/interface_assets/header.php:421
msgid "QO-100 Dx Club Upload"
msgstr ""
@@ -2884,7 +2890,7 @@ msgid "Save"
msgstr ""
#: application/views/api/help.php:14
#: application/views/interface_assets/header.php:423
#: application/views/interface_assets/header.php:425
msgid "API Keys"
msgstr ""
@@ -3092,6 +3098,8 @@ msgstr ""
#: application/views/awards/was/index.php:177
#: application/views/dashboard/index.php:217
#: application/views/simplefle/index.php:27
#: application/views/statistics/qsltable.php:54
#: application/views/statistics/qsltable.php:109
#: application/views/statistics/qsotable.php:10
#: application/views/statistics/qsotable.php:23
#: application/views/statistics/satqsotable.php:10
@@ -3495,7 +3503,7 @@ msgid "Prefix"
msgstr ""
#: application/views/awards/ffma/index.php:8
#: application/views/interface_assets/header.php:234
#: application/views/interface_assets/header.php:236
msgid "Fred Fish Memorial Award"
msgstr ""
@@ -3588,7 +3596,7 @@ msgid "Canton"
msgstr ""
#: application/views/awards/index.php:9 application/views/bands/index.php:46
#: application/views/interface_assets/header.php:160
#: application/views/interface_assets/header.php:162
msgid "CQ"
msgstr ""
@@ -4164,12 +4172,12 @@ msgid "USA County"
msgstr "Contea USA"
#: application/views/bands/index.php:58
#: application/views/interface_assets/header.php:206
#: application/views/interface_assets/header.php:208
msgid "WAJA"
msgstr ""
#: application/views/bands/index.php:59
#: application/views/interface_assets/header.php:230
#: application/views/interface_assets/header.php:232
msgid "WAS"
msgstr ""
@@ -4469,7 +4477,7 @@ msgstr ""
#: application/views/contesting/add.php:44
#: application/views/contesting/edit.php:43
#: application/views/contesting/edit.php:46
#: application/views/interface_assets/header.php:458
#: application/views/interface_assets/header.php:460
#: application/views/mode/create.php:46 application/views/mode/create.php:48
#: application/views/mode/edit.php:57 application/views/mode/edit.php:60
#: application/views/mode/index.php:43
@@ -5155,7 +5163,7 @@ msgid "VUCC-Grids"
msgstr ""
#: application/views/dayswithqso/index.php:2
#: application/views/interface_assets/header.php:144
#: application/views/interface_assets/header.php:146
msgid "Days with QSOs"
msgstr ""
@@ -5634,7 +5642,7 @@ msgstr ""
#: application/views/eqsl/download.php:17 application/views/eqsl/export.php:16
#: application/views/eqsl/import.php:15 application/views/eqsl/result.php:17
#: application/views/eqsl/tools.php:15
#: application/views/interface_assets/header.php:241
#: application/views/interface_assets/header.php:243
msgid "Tools"
msgstr ""
@@ -5929,7 +5937,7 @@ msgid "Propagation mode is not supported by LoTW. LoTW QSL fields disabled."
msgstr ""
#: application/views/interface_assets/footer.php:127
#: application/views/interface_assets/header.php:426
#: application/views/interface_assets/header.php:428
#: application/views/options/sidebar.php:11
msgid "Version Info"
msgstr ""
@@ -6003,85 +6011,85 @@ msgstr ""
msgid "Analytics"
msgstr ""
#: application/views/interface_assets/header.php:138
#: application/views/interface_assets/header.php:140
msgid "Activated Gridsquares"
msgstr ""
#: application/views/interface_assets/header.php:158
#: application/views/interface_assets/header.php:160
msgid "International"
msgstr ""
#: application/views/interface_assets/header.php:164
#: application/views/interface_assets/header.php:166
msgid "ITU"
msgstr ""
#: application/views/interface_assets/header.php:184
#: application/views/interface_assets/header.php:186
msgid "Canada"
msgstr ""
#: application/views/interface_assets/header.php:190
#: application/views/interface_assets/header.php:192
msgid "Germany"
msgstr ""
#: application/views/interface_assets/header.php:194
#: application/views/interface_assets/header.php:196
msgid "DL Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:198
#: application/views/interface_assets/header.php:200
msgid "Great Britain"
msgstr ""
#: application/views/interface_assets/header.php:200
#: application/views/interface_assets/header.php:202
msgid "WAB"
msgstr ""
#: application/views/interface_assets/header.php:204
#: application/views/interface_assets/header.php:206
msgid "Japan"
msgstr ""
#: application/views/interface_assets/header.php:210
#: application/views/interface_assets/header.php:212
msgid "JA Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:214
#: application/views/interface_assets/header.php:216
msgid "Luxemburg"
msgstr ""
#: application/views/interface_assets/header.php:216
#: application/views/interface_assets/header.php:218
msgid "LX Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:220
#: application/views/interface_assets/header.php:222
msgid "Switzerland"
msgstr ""
#: application/views/interface_assets/header.php:226
#: application/views/interface_assets/header.php:228
msgid "USA"
msgstr ""
#: application/views/interface_assets/header.php:232
#: application/views/interface_assets/header.php:234
msgid "US Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:249
#: application/views/interface_assets/header.php:251
msgid "Bandmap"
msgstr ""
#: application/views/interface_assets/header.php:251
#: application/views/interface_assets/header.php:253
msgid "SAT Timers"
msgstr ""
#: application/views/interface_assets/header.php:257
#: application/views/interface_assets/header.php:259
#: application/views/station_profile/index.php:33
#: application/views/stationsetup/stationsetup.php:113
msgid "Admin"
msgstr ""
#: application/views/interface_assets/header.php:262
#: application/views/interface_assets/header.php:264
msgid "Global Options"
msgstr ""
#: application/views/interface_assets/header.php:268
#: application/views/interface_assets/header.php:270
#: application/views/notes/add.php:38 application/views/notes/edit.php:39
#: application/views/satellite/index.php:11
#: application/views/statistics/custom.php:20
@@ -6091,79 +6099,79 @@ msgstr ""
msgid "Satellites"
msgstr ""
#: application/views/interface_assets/header.php:274
#: application/views/interface_assets/header.php:276
msgid "Update Country Files"
msgstr ""
#: application/views/interface_assets/header.php:278
#: application/views/interface_assets/header.php:280
msgid "Debug Information"
msgstr ""
#: application/views/interface_assets/header.php:325
#: application/views/interface_assets/header.php:327
msgid "Add/Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:327
#: application/views/interface_assets/header.php:329
msgid "Log"
msgstr ""
#: application/views/interface_assets/header.php:334
#: application/views/interface_assets/header.php:336
#: application/views/logbookadvanced/index.php:447
#: application/views/oqrs/index.php:27 application/views/user/edit.php:441
#: application/views/visitor/layout/header.php:97
msgid "Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:363
#: application/views/interface_assets/header.php:365
#: application/views/user/edit.php:49
msgid "Account"
msgstr ""
#: application/views/interface_assets/header.php:378
#: application/views/interface_assets/header.php:380
msgid "Other Export Options"
msgstr ""
#: application/views/interface_assets/header.php:386
#: application/views/interface_assets/header.php:388
msgid "Cabrillo Export"
msgstr ""
#: application/views/interface_assets/header.php:410
#: application/views/interface_assets/header.php:412
msgid "QSL Queue"
msgstr ""
#: application/views/interface_assets/header.php:411
#: application/views/interface_assets/header.php:413
msgid "Labels"
msgstr ""
#: application/views/interface_assets/header.php:413
#: application/views/interface_assets/header.php:415
msgid "Third-Party Services"
msgstr ""
#: application/views/interface_assets/header.php:416
#: application/views/interface_assets/header.php:418
msgid "eQSL Import / Export"
msgstr ""
#: application/views/interface_assets/header.php:417
#: application/views/interface_assets/header.php:419
msgid "HRDLog Logbook"
msgstr ""
#: application/views/interface_assets/header.php:427
#: application/views/interface_assets/header.php:429
msgid "Help"
msgstr ""
#: application/views/interface_assets/header.php:428
#: application/views/interface_assets/header.php:430
msgid "Forum"
msgstr ""
#: application/views/interface_assets/header.php:430
#: application/views/interface_assets/header.php:432
msgid "Logout"
msgstr ""
#: application/views/interface_assets/header.php:438
#: application/views/interface_assets/header.php:440
msgid "Select a Location"
msgstr ""
#: application/views/interface_assets/header.php:517
#: application/views/interface_assets/header.php:519
msgid "Extras"
msgstr ""

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-30 12:21+0000\n"
"POT-Creation-Date: 2024-07-30 12:45+0000\n"
"PO-Revision-Date: 2024-07-25 07:32+0000\n"
"Last-Translator: Casper van Lieburg <pa7dx@yahoo.com>\n"
"Language-Team: Dutch <https://translate.wavelog.org/projects/wavelog/main-"
@@ -19,7 +19,7 @@ msgstr ""
"X-Generator: Weblate 5.6.2\n"
#: application/controllers/Accumulated.php:21
#: application/views/interface_assets/header.php:148
#: application/views/interface_assets/header.php:150
msgid "Accumulated Statistics"
msgstr "Opgetelde statistieken"
@@ -56,7 +56,7 @@ msgstr "Totaal Gridsquares geactiveerd"
#: application/controllers/Activators.php:20
#: application/views/activators/index.php:2
#: application/views/interface_assets/header.php:140
#: application/views/interface_assets/header.php:142
msgid "Gridsquare Activators"
msgstr "Gridsquares acticators"
@@ -77,7 +77,7 @@ msgid "ADIF Export"
msgstr "ADIF Export"
#: application/controllers/Adif.php:147
#: application/views/interface_assets/header.php:376
#: application/views/interface_assets/header.php:378
msgid "ADIF Import / Export"
msgstr "ADIF Import / Export"
@@ -151,7 +151,7 @@ msgid "Valid"
msgstr ""
#: application/controllers/Awards.php:22
#: application/views/interface_assets/header.php:156
#: application/views/interface_assets/header.php:158
#: application/views/qso/edit_ajax.php:35
msgid "Awards"
msgstr ""
@@ -180,7 +180,7 @@ msgstr ""
#: application/views/awards/dok/index.php:149
#: application/views/bands/index.php:47
#: application/views/contesting/index.php:170
#: application/views/interface_assets/header.php:192
#: application/views/interface_assets/header.php:194
#: application/views/logbookadvanced/index.php:613
#: application/views/logbookadvanced/useroptions.php:130
#: application/views/qso/edit_ajax.php:361 application/views/qso/index.php:264
@@ -193,7 +193,7 @@ msgstr ""
#: application/views/bandmap/list.php:112 application/views/bands/index.php:48
#: application/views/csv/index.php:58 application/views/dxatlas/index.php:58
#: application/views/dxcalendar/index.php:11
#: application/views/interface_assets/header.php:162
#: application/views/interface_assets/header.php:164
#: application/views/kml/index.php:47
#: application/views/logbookadvanced/edit.php:7
#: application/views/logbookadvanced/index.php:145
@@ -216,12 +216,12 @@ msgid "Awards - WAJA"
msgstr ""
#: application/controllers/Awards.php:327 application/views/bands/index.php:51
#: application/views/interface_assets/header.php:208
#: application/views/interface_assets/header.php:210
msgid "JCC"
msgstr ""
#: application/controllers/Awards.php:375 application/views/bands/index.php:57
#: application/views/interface_assets/header.php:168
#: application/views/interface_assets/header.php:170
msgid "VUCC"
msgstr ""
@@ -263,7 +263,7 @@ msgstr ""
#: application/controllers/Logbook.php:1278
#: application/views/awards/index.php:8 application/views/bands/index.php:55
#: application/views/dashboard/index.php:9
#: application/views/interface_assets/header.php:176
#: application/views/interface_assets/header.php:178
#: application/views/logbookadvanced/edit.php:17
#: application/views/logbookadvanced/index.php:259
#: application/views/logbookadvanced/useroptions.php:98
@@ -289,7 +289,7 @@ msgstr ""
#: application/controllers/Logbook.php:1279
#: application/views/bands/index.php:60
#: application/views/dashboard/index.php:10
#: application/views/interface_assets/header.php:170
#: application/views/interface_assets/header.php:172
#: application/views/logbookadvanced/edit.php:19
#: application/views/logbookadvanced/index.php:279
#: application/views/logbookadvanced/useroptions.php:134
@@ -309,7 +309,7 @@ msgstr ""
#: application/controllers/Logbook.php:1280
#: application/views/bands/index.php:52
#: application/views/dashboard/index.php:11
#: application/views/interface_assets/header.php:180
#: application/views/interface_assets/header.php:182
#: application/views/logbookadvanced/edit.php:13
#: application/views/logbookadvanced/index.php:263
#: application/views/logbookadvanced/index.php:595
@@ -336,7 +336,7 @@ msgid "Worked All States (WAS)"
msgstr ""
#: application/controllers/Awards.php:714 application/views/bands/index.php:53
#: application/views/interface_assets/header.php:186
#: application/views/interface_assets/header.php:188
msgid "RAC"
msgstr ""
@@ -350,7 +350,7 @@ msgstr ""
#: application/controllers/Awards.php:858
#: application/controllers/Awards.php:872
#: application/views/interface_assets/header.php:228
#: application/views/interface_assets/header.php:230
msgid "US Counties"
msgstr ""
@@ -382,7 +382,7 @@ msgid "Fred Fish Memorial Award (FFMA)"
msgstr ""
#: application/controllers/Awards.php:1125
#: application/views/interface_assets/header.php:166
#: application/views/interface_assets/header.php:168
#: application/views/logbookadvanced/useroptions.php:138
msgid "SIG"
msgstr ""
@@ -397,7 +397,7 @@ msgid "ITU Zones"
msgstr ""
#: application/controllers/Backup.php:15 application/views/backup/main.php:14
#: application/views/interface_assets/header.php:272
#: application/views/interface_assets/header.php:274
msgid "Backup"
msgstr ""
@@ -411,7 +411,7 @@ msgstr ""
#: application/controllers/Band.php:25 application/views/bands/index.php:28
#: application/views/bands/index.php:32
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:373
#: application/views/statistics/index.php:16
#: application/views/statistics/index.php:56
msgid "Bands"
@@ -438,7 +438,7 @@ msgid "Export Cabrillo"
msgstr ""
#: application/controllers/Cfdexport.php:20
#: application/views/interface_assets/header.php:388
#: application/views/interface_assets/header.php:390
msgid "CFD Export"
msgstr ""
@@ -455,7 +455,7 @@ msgid "No user has configured Clublog."
msgstr ""
#: application/controllers/Contestcalendar.php:19
#: application/views/interface_assets/header.php:245
#: application/views/interface_assets/header.php:247
msgid "Contest Calendar"
msgstr ""
@@ -465,7 +465,7 @@ msgid "Contest Logging"
msgstr ""
#: application/controllers/Contesting.php:101
#: application/views/interface_assets/header.php:266
#: application/views/interface_assets/header.php:268
msgid "Contests"
msgstr ""
@@ -476,12 +476,12 @@ msgstr ""
#: application/controllers/Continents.php:25
#: application/views/awards/dxcc/index.php:83
#: application/views/awards/iota/index.php:57
#: application/views/interface_assets/header.php:152
#: application/views/interface_assets/header.php:154
msgid "Continents"
msgstr ""
#: application/controllers/Cron.php:38
#: application/views/interface_assets/header.php:276
#: application/views/interface_assets/header.php:278
msgid "Cron Manager"
msgstr ""
@@ -490,7 +490,7 @@ msgid "Edit Cronjob"
msgstr ""
#: application/controllers/Csv.php:20 application/views/csv/index.php:3
#: application/views/interface_assets/header.php:384
#: application/views/interface_assets/header.php:386
msgid "SOTA CSV Export"
msgstr ""
@@ -541,7 +541,7 @@ msgstr ""
#: application/controllers/Distances.php:17
#: application/views/distances/index.php:5
#: application/views/distances/index.php:8
#: application/views/interface_assets/header.php:142
#: application/views/interface_assets/header.php:144
msgid "Distances Worked"
msgstr ""
@@ -555,12 +555,12 @@ msgid "and band"
msgstr ""
#: application/controllers/Dxatlas.php:19
#: application/views/interface_assets/header.php:382
#: application/views/interface_assets/header.php:384
msgid "DX Atlas Gridsquare Export"
msgstr ""
#: application/controllers/Dxcalendar.php:10
#: application/views/interface_assets/header.php:243
#: application/views/interface_assets/header.php:245
msgid "DX Calendar"
msgstr ""
@@ -600,7 +600,7 @@ msgid "eQSL Card Image Download"
msgstr ""
#: application/controllers/Gridmap.php:10
#: application/views/interface_assets/header.php:136
#: application/views/interface_assets/header.php:138
msgid "Gridsquare Map"
msgstr ""
@@ -625,7 +625,7 @@ msgid "No QSOs found to upload."
msgstr ""
#: application/controllers/Kmlexport.php:24
#: application/views/interface_assets/header.php:380
#: application/views/interface_assets/header.php:382
#: application/views/kml/index.php:3
msgid "KML Export"
msgstr ""
@@ -1037,7 +1037,7 @@ msgstr "Land"
#: application/controllers/Logbook.php:1277
#: application/views/awards/iota/index.php:169
#: application/views/bands/index.php:50 application/views/dashboard/index.php:8
#: application/views/interface_assets/header.php:178
#: application/views/interface_assets/header.php:180
#: application/views/logbookadvanced/edit.php:9
#: application/views/logbookadvanced/index.php:267
#: application/views/logbookadvanced/index.php:592
@@ -1307,7 +1307,7 @@ msgstr ""
#: application/controllers/Lotw.php:54 application/controllers/Lotw.php:83
#: application/controllers/Lotw.php:125 application/views/adif/import.php:27
#: application/views/interface_assets/header.php:415
#: application/views/interface_assets/header.php:417
#: application/views/lotw/import.php:3
#: application/views/lotw_views/index.php:12
#: application/views/lotw_views/upload_cert.php:3
@@ -1336,7 +1336,7 @@ msgid "LoTW .TQ8 Not Sent"
msgstr ""
#: application/controllers/Mode.php:25
#: application/views/interface_assets/header.php:264
#: application/views/interface_assets/header.php:266
#: application/views/mode/index.php:15
msgid "Modes"
msgstr ""
@@ -1488,7 +1488,7 @@ msgid "Log Search & OQRS"
msgstr ""
#: application/controllers/Oqrs.php:104
#: application/views/interface_assets/header.php:405
#: application/views/interface_assets/header.php:407
msgid "OQRS Requests"
msgstr ""
@@ -1497,7 +1497,7 @@ msgid "QRB Calculator"
msgstr ""
#: application/controllers/Qrz.php:173
#: application/views/interface_assets/header.php:418
#: application/views/interface_assets/header.php:420
msgid "QRZ Logbook"
msgstr ""
@@ -1533,7 +1533,7 @@ msgid "Add QSO"
msgstr ""
#: application/controllers/Radio.php:18
#: application/views/interface_assets/header.php:424
#: application/views/interface_assets/header.php:426
msgid "Hardware Interfaces"
msgstr ""
@@ -1569,8 +1569,8 @@ msgstr ""
#: application/controllers/Search.php:19
#: application/views/continents/index.php:49
#: application/views/interface_assets/header.php:328
#: application/views/interface_assets/header.php:335
#: application/views/interface_assets/header.php:330
#: application/views/interface_assets/header.php:337
#: application/views/logbookadvanced/index.php:511
#: application/views/oqrs/index.php:28
#: application/views/oqrs/showrequests.php:67
@@ -1634,8 +1634,8 @@ msgid "Duplicate Station Location:"
msgstr ""
#: application/controllers/Stationsetup.php:35
#: application/views/interface_assets/header.php:369
#: application/views/interface_assets/header.php:480
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:482
msgid "Station Setup"
msgstr ""
@@ -1699,7 +1699,7 @@ msgid "Set as Active Logbook"
msgstr ""
#: application/controllers/Stationsetup.php:263
#: application/views/interface_assets/header.php:478
#: application/views/interface_assets/header.php:480
#: application/views/stationsetup/stationsetup.php:46
#: application/views/view_log/index.php:4
msgid "Active Logbook"
@@ -1836,8 +1836,14 @@ msgstr ""
msgid "Custom Statistics"
msgstr ""
#: application/controllers/Statistics.php:232
#: application/views/interface_assets/header.php:136
#: application/views/statistics/qsltable.php:5
msgid "QSL Statistics"
msgstr ""
#: application/controllers/Themes.php:27
#: application/views/interface_assets/header.php:270
#: application/views/interface_assets/header.php:272
msgid "Themes"
msgstr ""
@@ -1850,13 +1856,13 @@ msgid "Edit Theme"
msgstr ""
#: application/controllers/Timeline.php:17
#: application/views/interface_assets/header.php:146
#: application/views/interface_assets/header.php:148
#: application/views/timeline/index.php:2
msgid "Timeline"
msgstr ""
#: application/controllers/Timeplotter.php:17
#: application/views/interface_assets/header.php:150
#: application/views/interface_assets/header.php:152
#: application/views/timeplotter/index.php:9
msgid "Timeplotter"
msgstr ""
@@ -1898,7 +1904,7 @@ msgid "Dxcc Prefixes:"
msgstr ""
#: application/controllers/User.php:12
#: application/views/interface_assets/header.php:260
#: application/views/interface_assets/header.php:262
msgid "User Accounts"
msgstr ""
@@ -1938,7 +1944,7 @@ msgid "Login failed. Try again."
msgstr ""
#: application/controllers/User.php:860
#: application/views/interface_assets/header.php:348
#: application/views/interface_assets/header.php:350
#: application/views/user/login.php:89
#: application/views/visitor/layout/header.php:88
msgid "Login"
@@ -2020,7 +2026,7 @@ msgstr ""
#: application/controllers/Webadif.php:90
#: application/controllers/Webadif.php:137
#: application/views/interface_assets/header.php:419
#: application/views/interface_assets/header.php:421
msgid "QO-100 Dx Club Upload"
msgstr ""
@@ -2883,7 +2889,7 @@ msgid "Save"
msgstr ""
#: application/views/api/help.php:14
#: application/views/interface_assets/header.php:423
#: application/views/interface_assets/header.php:425
msgid "API Keys"
msgstr ""
@@ -3091,6 +3097,8 @@ msgstr ""
#: application/views/awards/was/index.php:177
#: application/views/dashboard/index.php:217
#: application/views/simplefle/index.php:27
#: application/views/statistics/qsltable.php:54
#: application/views/statistics/qsltable.php:109
#: application/views/statistics/qsotable.php:10
#: application/views/statistics/qsotable.php:23
#: application/views/statistics/satqsotable.php:10
@@ -3494,7 +3502,7 @@ msgid "Prefix"
msgstr ""
#: application/views/awards/ffma/index.php:8
#: application/views/interface_assets/header.php:234
#: application/views/interface_assets/header.php:236
msgid "Fred Fish Memorial Award"
msgstr ""
@@ -3587,7 +3595,7 @@ msgid "Canton"
msgstr ""
#: application/views/awards/index.php:9 application/views/bands/index.php:46
#: application/views/interface_assets/header.php:160
#: application/views/interface_assets/header.php:162
msgid "CQ"
msgstr ""
@@ -4163,12 +4171,12 @@ msgid "USA County"
msgstr ""
#: application/views/bands/index.php:58
#: application/views/interface_assets/header.php:206
#: application/views/interface_assets/header.php:208
msgid "WAJA"
msgstr ""
#: application/views/bands/index.php:59
#: application/views/interface_assets/header.php:230
#: application/views/interface_assets/header.php:232
msgid "WAS"
msgstr ""
@@ -4468,7 +4476,7 @@ msgstr ""
#: application/views/contesting/add.php:44
#: application/views/contesting/edit.php:43
#: application/views/contesting/edit.php:46
#: application/views/interface_assets/header.php:458
#: application/views/interface_assets/header.php:460
#: application/views/mode/create.php:46 application/views/mode/create.php:48
#: application/views/mode/edit.php:57 application/views/mode/edit.php:60
#: application/views/mode/index.php:43
@@ -5154,7 +5162,7 @@ msgid "VUCC-Grids"
msgstr ""
#: application/views/dayswithqso/index.php:2
#: application/views/interface_assets/header.php:144
#: application/views/interface_assets/header.php:146
msgid "Days with QSOs"
msgstr ""
@@ -5633,7 +5641,7 @@ msgstr ""
#: application/views/eqsl/download.php:17 application/views/eqsl/export.php:16
#: application/views/eqsl/import.php:15 application/views/eqsl/result.php:17
#: application/views/eqsl/tools.php:15
#: application/views/interface_assets/header.php:241
#: application/views/interface_assets/header.php:243
msgid "Tools"
msgstr ""
@@ -5928,7 +5936,7 @@ msgid "Propagation mode is not supported by LoTW. LoTW QSL fields disabled."
msgstr ""
#: application/views/interface_assets/footer.php:127
#: application/views/interface_assets/header.php:426
#: application/views/interface_assets/header.php:428
#: application/views/options/sidebar.php:11
msgid "Version Info"
msgstr ""
@@ -6002,85 +6010,85 @@ msgstr ""
msgid "Analytics"
msgstr ""
#: application/views/interface_assets/header.php:138
#: application/views/interface_assets/header.php:140
msgid "Activated Gridsquares"
msgstr ""
#: application/views/interface_assets/header.php:158
#: application/views/interface_assets/header.php:160
msgid "International"
msgstr ""
#: application/views/interface_assets/header.php:164
#: application/views/interface_assets/header.php:166
msgid "ITU"
msgstr ""
#: application/views/interface_assets/header.php:184
#: application/views/interface_assets/header.php:186
msgid "Canada"
msgstr ""
#: application/views/interface_assets/header.php:190
#: application/views/interface_assets/header.php:192
msgid "Germany"
msgstr ""
#: application/views/interface_assets/header.php:194
#: application/views/interface_assets/header.php:196
msgid "DL Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:198
#: application/views/interface_assets/header.php:200
msgid "Great Britain"
msgstr ""
#: application/views/interface_assets/header.php:200
#: application/views/interface_assets/header.php:202
msgid "WAB"
msgstr ""
#: application/views/interface_assets/header.php:204
#: application/views/interface_assets/header.php:206
msgid "Japan"
msgstr ""
#: application/views/interface_assets/header.php:210
#: application/views/interface_assets/header.php:212
msgid "JA Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:214
#: application/views/interface_assets/header.php:216
msgid "Luxemburg"
msgstr ""
#: application/views/interface_assets/header.php:216
#: application/views/interface_assets/header.php:218
msgid "LX Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:220
#: application/views/interface_assets/header.php:222
msgid "Switzerland"
msgstr ""
#: application/views/interface_assets/header.php:226
#: application/views/interface_assets/header.php:228
msgid "USA"
msgstr ""
#: application/views/interface_assets/header.php:232
#: application/views/interface_assets/header.php:234
msgid "US Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:249
#: application/views/interface_assets/header.php:251
msgid "Bandmap"
msgstr ""
#: application/views/interface_assets/header.php:251
#: application/views/interface_assets/header.php:253
msgid "SAT Timers"
msgstr ""
#: application/views/interface_assets/header.php:257
#: application/views/interface_assets/header.php:259
#: application/views/station_profile/index.php:33
#: application/views/stationsetup/stationsetup.php:113
msgid "Admin"
msgstr ""
#: application/views/interface_assets/header.php:262
#: application/views/interface_assets/header.php:264
msgid "Global Options"
msgstr ""
#: application/views/interface_assets/header.php:268
#: application/views/interface_assets/header.php:270
#: application/views/notes/add.php:38 application/views/notes/edit.php:39
#: application/views/satellite/index.php:11
#: application/views/statistics/custom.php:20
@@ -6090,79 +6098,79 @@ msgstr ""
msgid "Satellites"
msgstr ""
#: application/views/interface_assets/header.php:274
#: application/views/interface_assets/header.php:276
msgid "Update Country Files"
msgstr ""
#: application/views/interface_assets/header.php:278
#: application/views/interface_assets/header.php:280
msgid "Debug Information"
msgstr ""
#: application/views/interface_assets/header.php:325
#: application/views/interface_assets/header.php:327
msgid "Add/Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:327
#: application/views/interface_assets/header.php:329
msgid "Log"
msgstr ""
#: application/views/interface_assets/header.php:334
#: application/views/interface_assets/header.php:336
#: application/views/logbookadvanced/index.php:447
#: application/views/oqrs/index.php:27 application/views/user/edit.php:441
#: application/views/visitor/layout/header.php:97
msgid "Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:363
#: application/views/interface_assets/header.php:365
#: application/views/user/edit.php:49
msgid "Account"
msgstr ""
#: application/views/interface_assets/header.php:378
#: application/views/interface_assets/header.php:380
msgid "Other Export Options"
msgstr ""
#: application/views/interface_assets/header.php:386
#: application/views/interface_assets/header.php:388
msgid "Cabrillo Export"
msgstr ""
#: application/views/interface_assets/header.php:410
#: application/views/interface_assets/header.php:412
msgid "QSL Queue"
msgstr ""
#: application/views/interface_assets/header.php:411
#: application/views/interface_assets/header.php:413
msgid "Labels"
msgstr ""
#: application/views/interface_assets/header.php:413
#: application/views/interface_assets/header.php:415
msgid "Third-Party Services"
msgstr ""
#: application/views/interface_assets/header.php:416
#: application/views/interface_assets/header.php:418
msgid "eQSL Import / Export"
msgstr ""
#: application/views/interface_assets/header.php:417
#: application/views/interface_assets/header.php:419
msgid "HRDLog Logbook"
msgstr ""
#: application/views/interface_assets/header.php:427
#: application/views/interface_assets/header.php:429
msgid "Help"
msgstr ""
#: application/views/interface_assets/header.php:428
#: application/views/interface_assets/header.php:430
msgid "Forum"
msgstr ""
#: application/views/interface_assets/header.php:430
#: application/views/interface_assets/header.php:432
msgid "Logout"
msgstr ""
#: application/views/interface_assets/header.php:438
#: application/views/interface_assets/header.php:440
msgid "Select a Location"
msgstr ""
#: application/views/interface_assets/header.php:517
#: application/views/interface_assets/header.php:519
msgid "Extras"
msgstr ""

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-30 12:21+0000\n"
"POT-Creation-Date: 2024-07-30 12:45+0000\n"
"PO-Revision-Date: 2024-07-09 13:26+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Polish <https://translate.wavelog.org/projects/wavelog/main-"
@@ -19,7 +19,7 @@ msgstr ""
"X-Generator: Weblate 5.6\n"
#: application/controllers/Accumulated.php:21
#: application/views/interface_assets/header.php:148
#: application/views/interface_assets/header.php:150
msgid "Accumulated Statistics"
msgstr ""
@@ -56,7 +56,7 @@ msgstr ""
#: application/controllers/Activators.php:20
#: application/views/activators/index.php:2
#: application/views/interface_assets/header.php:140
#: application/views/interface_assets/header.php:142
msgid "Gridsquare Activators"
msgstr ""
@@ -77,7 +77,7 @@ msgid "ADIF Export"
msgstr ""
#: application/controllers/Adif.php:147
#: application/views/interface_assets/header.php:376
#: application/views/interface_assets/header.php:378
msgid "ADIF Import / Export"
msgstr ""
@@ -151,7 +151,7 @@ msgid "Valid"
msgstr "Ważny"
#: application/controllers/Awards.php:22
#: application/views/interface_assets/header.php:156
#: application/views/interface_assets/header.php:158
#: application/views/qso/edit_ajax.php:35
msgid "Awards"
msgstr ""
@@ -180,7 +180,7 @@ msgstr ""
#: application/views/awards/dok/index.php:149
#: application/views/bands/index.php:47
#: application/views/contesting/index.php:170
#: application/views/interface_assets/header.php:192
#: application/views/interface_assets/header.php:194
#: application/views/logbookadvanced/index.php:613
#: application/views/logbookadvanced/useroptions.php:130
#: application/views/qso/edit_ajax.php:361 application/views/qso/index.php:264
@@ -193,7 +193,7 @@ msgstr ""
#: application/views/bandmap/list.php:112 application/views/bands/index.php:48
#: application/views/csv/index.php:58 application/views/dxatlas/index.php:58
#: application/views/dxcalendar/index.php:11
#: application/views/interface_assets/header.php:162
#: application/views/interface_assets/header.php:164
#: application/views/kml/index.php:47
#: application/views/logbookadvanced/edit.php:7
#: application/views/logbookadvanced/index.php:145
@@ -216,12 +216,12 @@ msgid "Awards - WAJA"
msgstr ""
#: application/controllers/Awards.php:327 application/views/bands/index.php:51
#: application/views/interface_assets/header.php:208
#: application/views/interface_assets/header.php:210
msgid "JCC"
msgstr ""
#: application/controllers/Awards.php:375 application/views/bands/index.php:57
#: application/views/interface_assets/header.php:168
#: application/views/interface_assets/header.php:170
msgid "VUCC"
msgstr ""
@@ -263,7 +263,7 @@ msgstr ""
#: application/controllers/Logbook.php:1278
#: application/views/awards/index.php:8 application/views/bands/index.php:55
#: application/views/dashboard/index.php:9
#: application/views/interface_assets/header.php:176
#: application/views/interface_assets/header.php:178
#: application/views/logbookadvanced/edit.php:17
#: application/views/logbookadvanced/index.php:259
#: application/views/logbookadvanced/useroptions.php:98
@@ -289,7 +289,7 @@ msgstr ""
#: application/controllers/Logbook.php:1279
#: application/views/bands/index.php:60
#: application/views/dashboard/index.php:10
#: application/views/interface_assets/header.php:170
#: application/views/interface_assets/header.php:172
#: application/views/logbookadvanced/edit.php:19
#: application/views/logbookadvanced/index.php:279
#: application/views/logbookadvanced/useroptions.php:134
@@ -309,7 +309,7 @@ msgstr ""
#: application/controllers/Logbook.php:1280
#: application/views/bands/index.php:52
#: application/views/dashboard/index.php:11
#: application/views/interface_assets/header.php:180
#: application/views/interface_assets/header.php:182
#: application/views/logbookadvanced/edit.php:13
#: application/views/logbookadvanced/index.php:263
#: application/views/logbookadvanced/index.php:595
@@ -336,7 +336,7 @@ msgid "Worked All States (WAS)"
msgstr ""
#: application/controllers/Awards.php:714 application/views/bands/index.php:53
#: application/views/interface_assets/header.php:186
#: application/views/interface_assets/header.php:188
msgid "RAC"
msgstr ""
@@ -350,7 +350,7 @@ msgstr ""
#: application/controllers/Awards.php:858
#: application/controllers/Awards.php:872
#: application/views/interface_assets/header.php:228
#: application/views/interface_assets/header.php:230
msgid "US Counties"
msgstr ""
@@ -382,7 +382,7 @@ msgid "Fred Fish Memorial Award (FFMA)"
msgstr ""
#: application/controllers/Awards.php:1125
#: application/views/interface_assets/header.php:166
#: application/views/interface_assets/header.php:168
#: application/views/logbookadvanced/useroptions.php:138
msgid "SIG"
msgstr ""
@@ -397,7 +397,7 @@ msgid "ITU Zones"
msgstr ""
#: application/controllers/Backup.php:15 application/views/backup/main.php:14
#: application/views/interface_assets/header.php:272
#: application/views/interface_assets/header.php:274
msgid "Backup"
msgstr ""
@@ -411,7 +411,7 @@ msgstr ""
#: application/controllers/Band.php:25 application/views/bands/index.php:28
#: application/views/bands/index.php:32
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:373
#: application/views/statistics/index.php:16
#: application/views/statistics/index.php:56
msgid "Bands"
@@ -438,7 +438,7 @@ msgid "Export Cabrillo"
msgstr ""
#: application/controllers/Cfdexport.php:20
#: application/views/interface_assets/header.php:388
#: application/views/interface_assets/header.php:390
msgid "CFD Export"
msgstr ""
@@ -455,7 +455,7 @@ msgid "No user has configured Clublog."
msgstr ""
#: application/controllers/Contestcalendar.php:19
#: application/views/interface_assets/header.php:245
#: application/views/interface_assets/header.php:247
msgid "Contest Calendar"
msgstr ""
@@ -465,7 +465,7 @@ msgid "Contest Logging"
msgstr "Logowanie Zawodów"
#: application/controllers/Contesting.php:101
#: application/views/interface_assets/header.php:266
#: application/views/interface_assets/header.php:268
msgid "Contests"
msgstr ""
@@ -476,12 +476,12 @@ msgstr ""
#: application/controllers/Continents.php:25
#: application/views/awards/dxcc/index.php:83
#: application/views/awards/iota/index.php:57
#: application/views/interface_assets/header.php:152
#: application/views/interface_assets/header.php:154
msgid "Continents"
msgstr ""
#: application/controllers/Cron.php:38
#: application/views/interface_assets/header.php:276
#: application/views/interface_assets/header.php:278
msgid "Cron Manager"
msgstr ""
@@ -490,7 +490,7 @@ msgid "Edit Cronjob"
msgstr ""
#: application/controllers/Csv.php:20 application/views/csv/index.php:3
#: application/views/interface_assets/header.php:384
#: application/views/interface_assets/header.php:386
msgid "SOTA CSV Export"
msgstr ""
@@ -541,7 +541,7 @@ msgstr ""
#: application/controllers/Distances.php:17
#: application/views/distances/index.php:5
#: application/views/distances/index.php:8
#: application/views/interface_assets/header.php:142
#: application/views/interface_assets/header.php:144
msgid "Distances Worked"
msgstr ""
@@ -555,12 +555,12 @@ msgid "and band"
msgstr ""
#: application/controllers/Dxatlas.php:19
#: application/views/interface_assets/header.php:382
#: application/views/interface_assets/header.php:384
msgid "DX Atlas Gridsquare Export"
msgstr ""
#: application/controllers/Dxcalendar.php:10
#: application/views/interface_assets/header.php:243
#: application/views/interface_assets/header.php:245
msgid "DX Calendar"
msgstr ""
@@ -600,7 +600,7 @@ msgid "eQSL Card Image Download"
msgstr ""
#: application/controllers/Gridmap.php:10
#: application/views/interface_assets/header.php:136
#: application/views/interface_assets/header.php:138
msgid "Gridsquare Map"
msgstr ""
@@ -626,7 +626,7 @@ msgid "No QSOs found to upload."
msgstr ""
#: application/controllers/Kmlexport.php:24
#: application/views/interface_assets/header.php:380
#: application/views/interface_assets/header.php:382
#: application/views/kml/index.php:3
msgid "KML Export"
msgstr ""
@@ -1038,7 +1038,7 @@ msgstr "Kraj"
#: application/controllers/Logbook.php:1277
#: application/views/awards/iota/index.php:169
#: application/views/bands/index.php:50 application/views/dashboard/index.php:8
#: application/views/interface_assets/header.php:178
#: application/views/interface_assets/header.php:180
#: application/views/logbookadvanced/edit.php:9
#: application/views/logbookadvanced/index.php:267
#: application/views/logbookadvanced/index.php:592
@@ -1308,7 +1308,7 @@ msgstr ""
#: application/controllers/Lotw.php:54 application/controllers/Lotw.php:83
#: application/controllers/Lotw.php:125 application/views/adif/import.php:27
#: application/views/interface_assets/header.php:415
#: application/views/interface_assets/header.php:417
#: application/views/lotw/import.php:3
#: application/views/lotw_views/index.php:12
#: application/views/lotw_views/upload_cert.php:3
@@ -1337,7 +1337,7 @@ msgid "LoTW .TQ8 Not Sent"
msgstr ""
#: application/controllers/Mode.php:25
#: application/views/interface_assets/header.php:264
#: application/views/interface_assets/header.php:266
#: application/views/mode/index.php:15
msgid "Modes"
msgstr ""
@@ -1489,7 +1489,7 @@ msgid "Log Search & OQRS"
msgstr ""
#: application/controllers/Oqrs.php:104
#: application/views/interface_assets/header.php:405
#: application/views/interface_assets/header.php:407
msgid "OQRS Requests"
msgstr ""
@@ -1498,7 +1498,7 @@ msgid "QRB Calculator"
msgstr ""
#: application/controllers/Qrz.php:173
#: application/views/interface_assets/header.php:418
#: application/views/interface_assets/header.php:420
msgid "QRZ Logbook"
msgstr ""
@@ -1534,7 +1534,7 @@ msgid "Add QSO"
msgstr ""
#: application/controllers/Radio.php:18
#: application/views/interface_assets/header.php:424
#: application/views/interface_assets/header.php:426
msgid "Hardware Interfaces"
msgstr ""
@@ -1570,8 +1570,8 @@ msgstr ""
#: application/controllers/Search.php:19
#: application/views/continents/index.php:49
#: application/views/interface_assets/header.php:328
#: application/views/interface_assets/header.php:335
#: application/views/interface_assets/header.php:330
#: application/views/interface_assets/header.php:337
#: application/views/logbookadvanced/index.php:511
#: application/views/oqrs/index.php:28
#: application/views/oqrs/showrequests.php:67
@@ -1635,8 +1635,8 @@ msgid "Duplicate Station Location:"
msgstr ""
#: application/controllers/Stationsetup.php:35
#: application/views/interface_assets/header.php:369
#: application/views/interface_assets/header.php:480
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:482
msgid "Station Setup"
msgstr ""
@@ -1700,7 +1700,7 @@ msgid "Set as Active Logbook"
msgstr ""
#: application/controllers/Stationsetup.php:263
#: application/views/interface_assets/header.php:478
#: application/views/interface_assets/header.php:480
#: application/views/stationsetup/stationsetup.php:46
#: application/views/view_log/index.php:4
msgid "Active Logbook"
@@ -1837,8 +1837,14 @@ msgstr ""
msgid "Custom Statistics"
msgstr ""
#: application/controllers/Statistics.php:232
#: application/views/interface_assets/header.php:136
#: application/views/statistics/qsltable.php:5
msgid "QSL Statistics"
msgstr ""
#: application/controllers/Themes.php:27
#: application/views/interface_assets/header.php:270
#: application/views/interface_assets/header.php:272
msgid "Themes"
msgstr ""
@@ -1851,13 +1857,13 @@ msgid "Edit Theme"
msgstr ""
#: application/controllers/Timeline.php:17
#: application/views/interface_assets/header.php:146
#: application/views/interface_assets/header.php:148
#: application/views/timeline/index.php:2
msgid "Timeline"
msgstr ""
#: application/controllers/Timeplotter.php:17
#: application/views/interface_assets/header.php:150
#: application/views/interface_assets/header.php:152
#: application/views/timeplotter/index.php:9
msgid "Timeplotter"
msgstr ""
@@ -1899,7 +1905,7 @@ msgid "Dxcc Prefixes:"
msgstr ""
#: application/controllers/User.php:12
#: application/views/interface_assets/header.php:260
#: application/views/interface_assets/header.php:262
msgid "User Accounts"
msgstr ""
@@ -1939,7 +1945,7 @@ msgid "Login failed. Try again."
msgstr ""
#: application/controllers/User.php:860
#: application/views/interface_assets/header.php:348
#: application/views/interface_assets/header.php:350
#: application/views/user/login.php:89
#: application/views/visitor/layout/header.php:88
msgid "Login"
@@ -2021,7 +2027,7 @@ msgstr ""
#: application/controllers/Webadif.php:90
#: application/controllers/Webadif.php:137
#: application/views/interface_assets/header.php:419
#: application/views/interface_assets/header.php:421
msgid "QO-100 Dx Club Upload"
msgstr ""
@@ -2884,7 +2890,7 @@ msgid "Save"
msgstr ""
#: application/views/api/help.php:14
#: application/views/interface_assets/header.php:423
#: application/views/interface_assets/header.php:425
msgid "API Keys"
msgstr ""
@@ -3092,6 +3098,8 @@ msgstr ""
#: application/views/awards/was/index.php:177
#: application/views/dashboard/index.php:217
#: application/views/simplefle/index.php:27
#: application/views/statistics/qsltable.php:54
#: application/views/statistics/qsltable.php:109
#: application/views/statistics/qsotable.php:10
#: application/views/statistics/qsotable.php:23
#: application/views/statistics/satqsotable.php:10
@@ -3495,7 +3503,7 @@ msgid "Prefix"
msgstr ""
#: application/views/awards/ffma/index.php:8
#: application/views/interface_assets/header.php:234
#: application/views/interface_assets/header.php:236
msgid "Fred Fish Memorial Award"
msgstr ""
@@ -3588,7 +3596,7 @@ msgid "Canton"
msgstr ""
#: application/views/awards/index.php:9 application/views/bands/index.php:46
#: application/views/interface_assets/header.php:160
#: application/views/interface_assets/header.php:162
msgid "CQ"
msgstr ""
@@ -4164,12 +4172,12 @@ msgid "USA County"
msgstr "Hrabstwo USA"
#: application/views/bands/index.php:58
#: application/views/interface_assets/header.php:206
#: application/views/interface_assets/header.php:208
msgid "WAJA"
msgstr ""
#: application/views/bands/index.php:59
#: application/views/interface_assets/header.php:230
#: application/views/interface_assets/header.php:232
msgid "WAS"
msgstr ""
@@ -4469,7 +4477,7 @@ msgstr ""
#: application/views/contesting/add.php:44
#: application/views/contesting/edit.php:43
#: application/views/contesting/edit.php:46
#: application/views/interface_assets/header.php:458
#: application/views/interface_assets/header.php:460
#: application/views/mode/create.php:46 application/views/mode/create.php:48
#: application/views/mode/edit.php:57 application/views/mode/edit.php:60
#: application/views/mode/index.php:43
@@ -5156,7 +5164,7 @@ msgid "VUCC-Grids"
msgstr ""
#: application/views/dayswithqso/index.php:2
#: application/views/interface_assets/header.php:144
#: application/views/interface_assets/header.php:146
msgid "Days with QSOs"
msgstr ""
@@ -5636,7 +5644,7 @@ msgstr ""
#: application/views/eqsl/download.php:17 application/views/eqsl/export.php:16
#: application/views/eqsl/import.php:15 application/views/eqsl/result.php:17
#: application/views/eqsl/tools.php:15
#: application/views/interface_assets/header.php:241
#: application/views/interface_assets/header.php:243
msgid "Tools"
msgstr ""
@@ -5931,7 +5939,7 @@ msgid "Propagation mode is not supported by LoTW. LoTW QSL fields disabled."
msgstr ""
#: application/views/interface_assets/footer.php:127
#: application/views/interface_assets/header.php:426
#: application/views/interface_assets/header.php:428
#: application/views/options/sidebar.php:11
msgid "Version Info"
msgstr ""
@@ -6005,85 +6013,85 @@ msgstr ""
msgid "Analytics"
msgstr ""
#: application/views/interface_assets/header.php:138
#: application/views/interface_assets/header.php:140
msgid "Activated Gridsquares"
msgstr ""
#: application/views/interface_assets/header.php:158
#: application/views/interface_assets/header.php:160
msgid "International"
msgstr ""
#: application/views/interface_assets/header.php:164
#: application/views/interface_assets/header.php:166
msgid "ITU"
msgstr ""
#: application/views/interface_assets/header.php:184
#: application/views/interface_assets/header.php:186
msgid "Canada"
msgstr ""
#: application/views/interface_assets/header.php:190
#: application/views/interface_assets/header.php:192
msgid "Germany"
msgstr ""
#: application/views/interface_assets/header.php:194
#: application/views/interface_assets/header.php:196
msgid "DL Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:198
#: application/views/interface_assets/header.php:200
msgid "Great Britain"
msgstr ""
#: application/views/interface_assets/header.php:200
#: application/views/interface_assets/header.php:202
msgid "WAB"
msgstr ""
#: application/views/interface_assets/header.php:204
#: application/views/interface_assets/header.php:206
msgid "Japan"
msgstr ""
#: application/views/interface_assets/header.php:210
#: application/views/interface_assets/header.php:212
msgid "JA Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:214
#: application/views/interface_assets/header.php:216
msgid "Luxemburg"
msgstr ""
#: application/views/interface_assets/header.php:216
#: application/views/interface_assets/header.php:218
msgid "LX Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:220
#: application/views/interface_assets/header.php:222
msgid "Switzerland"
msgstr ""
#: application/views/interface_assets/header.php:226
#: application/views/interface_assets/header.php:228
msgid "USA"
msgstr ""
#: application/views/interface_assets/header.php:232
#: application/views/interface_assets/header.php:234
msgid "US Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:249
#: application/views/interface_assets/header.php:251
msgid "Bandmap"
msgstr ""
#: application/views/interface_assets/header.php:251
#: application/views/interface_assets/header.php:253
msgid "SAT Timers"
msgstr ""
#: application/views/interface_assets/header.php:257
#: application/views/interface_assets/header.php:259
#: application/views/station_profile/index.php:33
#: application/views/stationsetup/stationsetup.php:113
msgid "Admin"
msgstr ""
#: application/views/interface_assets/header.php:262
#: application/views/interface_assets/header.php:264
msgid "Global Options"
msgstr ""
#: application/views/interface_assets/header.php:268
#: application/views/interface_assets/header.php:270
#: application/views/notes/add.php:38 application/views/notes/edit.php:39
#: application/views/satellite/index.php:11
#: application/views/statistics/custom.php:20
@@ -6093,79 +6101,79 @@ msgstr ""
msgid "Satellites"
msgstr ""
#: application/views/interface_assets/header.php:274
#: application/views/interface_assets/header.php:276
msgid "Update Country Files"
msgstr ""
#: application/views/interface_assets/header.php:278
#: application/views/interface_assets/header.php:280
msgid "Debug Information"
msgstr ""
#: application/views/interface_assets/header.php:325
#: application/views/interface_assets/header.php:327
msgid "Add/Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:327
#: application/views/interface_assets/header.php:329
msgid "Log"
msgstr ""
#: application/views/interface_assets/header.php:334
#: application/views/interface_assets/header.php:336
#: application/views/logbookadvanced/index.php:447
#: application/views/oqrs/index.php:27 application/views/user/edit.php:441
#: application/views/visitor/layout/header.php:97
msgid "Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:363
#: application/views/interface_assets/header.php:365
#: application/views/user/edit.php:49
msgid "Account"
msgstr ""
#: application/views/interface_assets/header.php:378
#: application/views/interface_assets/header.php:380
msgid "Other Export Options"
msgstr ""
#: application/views/interface_assets/header.php:386
#: application/views/interface_assets/header.php:388
msgid "Cabrillo Export"
msgstr ""
#: application/views/interface_assets/header.php:410
#: application/views/interface_assets/header.php:412
msgid "QSL Queue"
msgstr ""
#: application/views/interface_assets/header.php:411
#: application/views/interface_assets/header.php:413
msgid "Labels"
msgstr ""
#: application/views/interface_assets/header.php:413
#: application/views/interface_assets/header.php:415
msgid "Third-Party Services"
msgstr ""
#: application/views/interface_assets/header.php:416
#: application/views/interface_assets/header.php:418
msgid "eQSL Import / Export"
msgstr ""
#: application/views/interface_assets/header.php:417
#: application/views/interface_assets/header.php:419
msgid "HRDLog Logbook"
msgstr ""
#: application/views/interface_assets/header.php:427
#: application/views/interface_assets/header.php:429
msgid "Help"
msgstr ""
#: application/views/interface_assets/header.php:428
#: application/views/interface_assets/header.php:430
msgid "Forum"
msgstr ""
#: application/views/interface_assets/header.php:430
#: application/views/interface_assets/header.php:432
msgid "Logout"
msgstr ""
#: application/views/interface_assets/header.php:438
#: application/views/interface_assets/header.php:440
msgid "Select a Location"
msgstr ""
#: application/views/interface_assets/header.php:517
#: application/views/interface_assets/header.php:519
msgid "Extras"
msgstr ""

View File

@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-30 12:21+0000\n"
"POT-Creation-Date: 2024-07-30 12:45+0000\n"
"PO-Revision-Date: 2024-07-28 17:18+0000\n"
"Last-Translator: \"Francisco (F4VSE)\" <kikosgc@users.noreply.github.com>\n"
"Language-Team: Portuguese (Portugal) <https://translate.wavelog.org/projects/"
@@ -21,7 +21,7 @@ msgstr ""
"X-Generator: Weblate 5.6.2\n"
#: application/controllers/Accumulated.php:21
#: application/views/interface_assets/header.php:148
#: application/views/interface_assets/header.php:150
msgid "Accumulated Statistics"
msgstr "Estatísticas acumuladas"
@@ -58,7 +58,7 @@ msgstr "Total de gridsquares activadas"
#: application/controllers/Activators.php:20
#: application/views/activators/index.php:2
#: application/views/interface_assets/header.php:140
#: application/views/interface_assets/header.php:142
msgid "Gridsquare Activators"
msgstr "Activadores de Gridsquare"
@@ -79,7 +79,7 @@ msgid "ADIF Export"
msgstr "Exportação ADIF"
#: application/controllers/Adif.php:147
#: application/views/interface_assets/header.php:376
#: application/views/interface_assets/header.php:378
msgid "ADIF Import / Export"
msgstr "Importação / Exportação ADIF"
@@ -153,7 +153,7 @@ msgid "Valid"
msgstr "Válido"
#: application/controllers/Awards.php:22
#: application/views/interface_assets/header.php:156
#: application/views/interface_assets/header.php:158
#: application/views/qso/edit_ajax.php:35
msgid "Awards"
msgstr "Prémios"
@@ -182,7 +182,7 @@ msgstr "Prémios - %s"
#: application/views/awards/dok/index.php:149
#: application/views/bands/index.php:47
#: application/views/contesting/index.php:170
#: application/views/interface_assets/header.php:192
#: application/views/interface_assets/header.php:194
#: application/views/logbookadvanced/index.php:613
#: application/views/logbookadvanced/useroptions.php:130
#: application/views/qso/edit_ajax.php:361 application/views/qso/index.php:264
@@ -195,7 +195,7 @@ msgstr "DOK"
#: application/views/bandmap/list.php:112 application/views/bands/index.php:48
#: application/views/csv/index.php:58 application/views/dxatlas/index.php:58
#: application/views/dxcalendar/index.php:11
#: application/views/interface_assets/header.php:162
#: application/views/interface_assets/header.php:164
#: application/views/kml/index.php:47
#: application/views/logbookadvanced/edit.php:7
#: application/views/logbookadvanced/index.php:145
@@ -218,12 +218,12 @@ msgid "Awards - WAJA"
msgstr "Prémios - WAJA"
#: application/controllers/Awards.php:327 application/views/bands/index.php:51
#: application/views/interface_assets/header.php:208
#: application/views/interface_assets/header.php:210
msgid "JCC"
msgstr "JCC"
#: application/controllers/Awards.php:375 application/views/bands/index.php:57
#: application/views/interface_assets/header.php:168
#: application/views/interface_assets/header.php:170
msgid "VUCC"
msgstr "VUCC"
@@ -265,7 +265,7 @@ msgstr " e "
#: application/controllers/Logbook.php:1278
#: application/views/awards/index.php:8 application/views/bands/index.php:55
#: application/views/dashboard/index.php:9
#: application/views/interface_assets/header.php:176
#: application/views/interface_assets/header.php:178
#: application/views/logbookadvanced/edit.php:17
#: application/views/logbookadvanced/index.php:259
#: application/views/logbookadvanced/useroptions.php:98
@@ -291,7 +291,7 @@ msgstr "SOTA"
#: application/controllers/Logbook.php:1279
#: application/views/bands/index.php:60
#: application/views/dashboard/index.php:10
#: application/views/interface_assets/header.php:170
#: application/views/interface_assets/header.php:172
#: application/views/logbookadvanced/edit.php:19
#: application/views/logbookadvanced/index.php:279
#: application/views/logbookadvanced/useroptions.php:134
@@ -311,7 +311,7 @@ msgstr "WWFF"
#: application/controllers/Logbook.php:1280
#: application/views/bands/index.php:52
#: application/views/dashboard/index.php:11
#: application/views/interface_assets/header.php:180
#: application/views/interface_assets/header.php:182
#: application/views/logbookadvanced/edit.php:13
#: application/views/logbookadvanced/index.php:263
#: application/views/logbookadvanced/index.php:595
@@ -338,7 +338,7 @@ msgid "Worked All States (WAS)"
msgstr "Worked All States (WAS)"
#: application/controllers/Awards.php:714 application/views/bands/index.php:53
#: application/views/interface_assets/header.php:186
#: application/views/interface_assets/header.php:188
msgid "RAC"
msgstr "RAC"
@@ -352,7 +352,7 @@ msgstr "IOTA (Island On The Air)"
#: application/controllers/Awards.php:858
#: application/controllers/Awards.php:872
#: application/views/interface_assets/header.php:228
#: application/views/interface_assets/header.php:230
msgid "US Counties"
msgstr "Condados dos EUA"
@@ -384,7 +384,7 @@ msgid "Fred Fish Memorial Award (FFMA)"
msgstr "Fred Fish Memorial Award (FFMA)"
#: application/controllers/Awards.php:1125
#: application/views/interface_assets/header.php:166
#: application/views/interface_assets/header.php:168
#: application/views/logbookadvanced/useroptions.php:138
msgid "SIG"
msgstr "SIG"
@@ -399,7 +399,7 @@ msgid "ITU Zones"
msgstr "Zonas ITU"
#: application/controllers/Backup.php:15 application/views/backup/main.php:14
#: application/views/interface_assets/header.php:272
#: application/views/interface_assets/header.php:274
msgid "Backup"
msgstr "Backup"
@@ -413,7 +413,7 @@ msgstr "Notas - Backup"
#: application/controllers/Band.php:25 application/views/bands/index.php:28
#: application/views/bands/index.php:32
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:373
#: application/views/statistics/index.php:16
#: application/views/statistics/index.php:56
msgid "Bands"
@@ -440,7 +440,7 @@ msgid "Export Cabrillo"
msgstr "Exportar Cabrillo"
#: application/controllers/Cfdexport.php:20
#: application/views/interface_assets/header.php:388
#: application/views/interface_assets/header.php:390
msgid "CFD Export"
msgstr "Exportar CFD"
@@ -457,7 +457,7 @@ msgid "No user has configured Clublog."
msgstr "Nenhum utilizador configurou o Clublog."
#: application/controllers/Contestcalendar.php:19
#: application/views/interface_assets/header.php:245
#: application/views/interface_assets/header.php:247
msgid "Contest Calendar"
msgstr "Calendário de concursos"
@@ -467,7 +467,7 @@ msgid "Contest Logging"
msgstr "Registo de concurso"
#: application/controllers/Contesting.php:101
#: application/views/interface_assets/header.php:266
#: application/views/interface_assets/header.php:268
msgid "Contests"
msgstr "Concursos"
@@ -478,12 +478,12 @@ msgstr "Actualizar Concurso"
#: application/controllers/Continents.php:25
#: application/views/awards/dxcc/index.php:83
#: application/views/awards/iota/index.php:57
#: application/views/interface_assets/header.php:152
#: application/views/interface_assets/header.php:154
msgid "Continents"
msgstr "Continentes"
#: application/controllers/Cron.php:38
#: application/views/interface_assets/header.php:276
#: application/views/interface_assets/header.php:278
msgid "Cron Manager"
msgstr "Gestor Cron"
@@ -492,7 +492,7 @@ msgid "Edit Cronjob"
msgstr "Editar Cronjob"
#: application/controllers/Csv.php:20 application/views/csv/index.php:3
#: application/views/interface_assets/header.php:384
#: application/views/interface_assets/header.php:386
msgid "SOTA CSV Export"
msgstr "Exportar CSV SOTA"
@@ -546,7 +546,7 @@ msgstr "A migração de ficheiros falhou. Verifique o registo de erros."
#: application/controllers/Distances.php:17
#: application/views/distances/index.php:5
#: application/views/distances/index.php:8
#: application/views/interface_assets/header.php:142
#: application/views/interface_assets/header.php:144
msgid "Distances Worked"
msgstr "Distâncias trabalhadas"
@@ -560,12 +560,12 @@ msgid "and band"
msgstr "e banda"
#: application/controllers/Dxatlas.php:19
#: application/views/interface_assets/header.php:382
#: application/views/interface_assets/header.php:384
msgid "DX Atlas Gridsquare Export"
msgstr "Exportar Gridsquare DX Atlas"
#: application/controllers/Dxcalendar.php:10
#: application/views/interface_assets/header.php:243
#: application/views/interface_assets/header.php:245
msgid "DX Calendar"
msgstr "Calendário DX"
@@ -605,7 +605,7 @@ msgid "eQSL Card Image Download"
msgstr "Descarregar Imagem do cartão eQSL"
#: application/controllers/Gridmap.php:10
#: application/views/interface_assets/header.php:136
#: application/views/interface_assets/header.php:138
msgid "Gridsquare Map"
msgstr "Mapa Gridsquare"
@@ -630,7 +630,7 @@ msgid "No QSOs found to upload."
msgstr "Não foram encontrados QSOs para carregar."
#: application/controllers/Kmlexport.php:24
#: application/views/interface_assets/header.php:380
#: application/views/interface_assets/header.php:382
#: application/views/kml/index.php:3
msgid "KML Export"
msgstr "Exportação KML"
@@ -1049,7 +1049,7 @@ msgstr "País"
#: application/controllers/Logbook.php:1277
#: application/views/awards/iota/index.php:169
#: application/views/bands/index.php:50 application/views/dashboard/index.php:8
#: application/views/interface_assets/header.php:178
#: application/views/interface_assets/header.php:180
#: application/views/logbookadvanced/edit.php:9
#: application/views/logbookadvanced/index.php:267
#: application/views/logbookadvanced/index.php:592
@@ -1319,7 +1319,7 @@ msgstr "Consulta rápida"
#: application/controllers/Lotw.php:54 application/controllers/Lotw.php:83
#: application/controllers/Lotw.php:125 application/views/adif/import.php:27
#: application/views/interface_assets/header.php:415
#: application/views/interface_assets/header.php:417
#: application/views/lotw/import.php:3
#: application/views/lotw_views/index.php:12
#: application/views/lotw_views/upload_cert.php:3
@@ -1348,7 +1348,7 @@ msgid "LoTW .TQ8 Not Sent"
msgstr ".TQ8 LoTW não enviado"
#: application/controllers/Mode.php:25
#: application/views/interface_assets/header.php:264
#: application/views/interface_assets/header.php:266
#: application/views/mode/index.php:15
msgid "Modes"
msgstr "Modos"
@@ -1502,7 +1502,7 @@ msgid "Log Search & OQRS"
msgstr "Pesquisa do Log & OQRS"
#: application/controllers/Oqrs.php:104
#: application/views/interface_assets/header.php:405
#: application/views/interface_assets/header.php:407
msgid "OQRS Requests"
msgstr "Pedidos OQRS"
@@ -1511,7 +1511,7 @@ msgid "QRB Calculator"
msgstr "Calculadora QRB"
#: application/controllers/Qrz.php:173
#: application/views/interface_assets/header.php:418
#: application/views/interface_assets/header.php:420
msgid "QRZ Logbook"
msgstr "Logbook QRZ"
@@ -1547,7 +1547,7 @@ msgid "Add QSO"
msgstr "Adicionar contacto"
#: application/controllers/Radio.php:18
#: application/views/interface_assets/header.php:424
#: application/views/interface_assets/header.php:426
msgid "Hardware Interfaces"
msgstr "Interfaces hardware"
@@ -1583,8 +1583,8 @@ msgstr "Tempos dos satélite"
#: application/controllers/Search.php:19
#: application/views/continents/index.php:49
#: application/views/interface_assets/header.php:328
#: application/views/interface_assets/header.php:335
#: application/views/interface_assets/header.php:330
#: application/views/interface_assets/header.php:337
#: application/views/logbookadvanced/index.php:511
#: application/views/oqrs/index.php:28
#: application/views/oqrs/showrequests.php:67
@@ -1650,8 +1650,8 @@ msgid "Duplicate Station Location:"
msgstr "Localização da estação duplicada:"
#: application/controllers/Stationsetup.php:35
#: application/views/interface_assets/header.php:369
#: application/views/interface_assets/header.php:480
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:482
msgid "Station Setup"
msgstr "Configuração da estação"
@@ -1715,7 +1715,7 @@ msgid "Set as Active Logbook"
msgstr "Definir como logbook ativo"
#: application/controllers/Stationsetup.php:263
#: application/views/interface_assets/header.php:478
#: application/views/interface_assets/header.php:480
#: application/views/stationsetup/stationsetup.php:46
#: application/views/view_log/index.php:4
msgid "Active Logbook"
@@ -1860,8 +1860,14 @@ msgstr "Estatísticas"
msgid "Custom Statistics"
msgstr "Estatísticas personalizadas"
#: application/controllers/Statistics.php:232
#: application/views/interface_assets/header.php:136
#: application/views/statistics/qsltable.php:5
msgid "QSL Statistics"
msgstr ""
#: application/controllers/Themes.php:27
#: application/views/interface_assets/header.php:270
#: application/views/interface_assets/header.php:272
msgid "Themes"
msgstr "Temas"
@@ -1874,13 +1880,13 @@ msgid "Edit Theme"
msgstr "Editar Tema"
#: application/controllers/Timeline.php:17
#: application/views/interface_assets/header.php:146
#: application/views/interface_assets/header.php:148
#: application/views/timeline/index.php:2
msgid "Timeline"
msgstr "Fita do tempo"
#: application/controllers/Timeplotter.php:17
#: application/views/interface_assets/header.php:150
#: application/views/interface_assets/header.php:152
#: application/views/timeplotter/index.php:9
msgid "Timeplotter"
msgstr "Plotador de tempo"
@@ -1922,7 +1928,7 @@ msgid "Dxcc Prefixes:"
msgstr "Prefixos DXCC:"
#: application/controllers/User.php:12
#: application/views/interface_assets/header.php:260
#: application/views/interface_assets/header.php:262
msgid "User Accounts"
msgstr "Contas de utilizadores"
@@ -1964,7 +1970,7 @@ msgid "Login failed. Try again."
msgstr "O login falhou. Tente novamente."
#: application/controllers/User.php:860
#: application/views/interface_assets/header.php:348
#: application/views/interface_assets/header.php:350
#: application/views/user/login.php:89
#: application/views/visitor/layout/header.php:88
msgid "Login"
@@ -2050,7 +2056,7 @@ msgstr "Exportar mapa"
#: application/controllers/Webadif.php:90
#: application/controllers/Webadif.php:137
#: application/views/interface_assets/header.php:419
#: application/views/interface_assets/header.php:421
msgid "QO-100 Dx Club Upload"
msgstr "Transferência QO-100 Dx Club"
@@ -2943,7 +2949,7 @@ msgid "Save"
msgstr "Guardar"
#: application/views/api/help.php:14
#: application/views/interface_assets/header.php:423
#: application/views/interface_assets/header.php:425
msgid "API Keys"
msgstr "Chaves API"
@@ -3169,6 +3175,8 @@ msgstr "Condados Confirmados"
#: application/views/awards/was/index.php:177
#: application/views/dashboard/index.php:217
#: application/views/simplefle/index.php:27
#: application/views/statistics/qsltable.php:54
#: application/views/statistics/qsltable.php:109
#: application/views/statistics/qsotable.php:10
#: application/views/statistics/qsotable.php:23
#: application/views/statistics/satqsotable.php:10
@@ -3599,7 +3607,7 @@ msgid "Prefix"
msgstr "Prefixo"
#: application/views/awards/ffma/index.php:8
#: application/views/interface_assets/header.php:234
#: application/views/interface_assets/header.php:236
msgid "Fred Fish Memorial Award"
msgstr "Diploma Fred Fish Memorial"
@@ -3717,7 +3725,7 @@ msgid "Canton"
msgstr "Cantão"
#: application/views/awards/index.php:9 application/views/bands/index.php:46
#: application/views/interface_assets/header.php:160
#: application/views/interface_assets/header.php:162
msgid "CQ"
msgstr "CQ"
@@ -4395,12 +4403,12 @@ msgid "USA County"
msgstr "Condado dos EUA"
#: application/views/bands/index.php:58
#: application/views/interface_assets/header.php:206
#: application/views/interface_assets/header.php:208
msgid "WAJA"
msgstr "WAJA"
#: application/views/bands/index.php:59
#: application/views/interface_assets/header.php:230
#: application/views/interface_assets/header.php:232
msgid "WAS"
msgstr "WAS"
@@ -4706,7 +4714,7 @@ msgstr "Nome ADIF"
#: application/views/contesting/add.php:44
#: application/views/contesting/edit.php:43
#: application/views/contesting/edit.php:46
#: application/views/interface_assets/header.php:458
#: application/views/interface_assets/header.php:460
#: application/views/mode/create.php:46 application/views/mode/create.php:48
#: application/views/mode/edit.php:57 application/views/mode/edit.php:60
#: application/views/mode/index.php:43
@@ -5406,7 +5414,7 @@ msgid "VUCC-Grids"
msgstr "VUCC-Grids"
#: application/views/dayswithqso/index.php:2
#: application/views/interface_assets/header.php:144
#: application/views/interface_assets/header.php:146
msgid "Days with QSOs"
msgstr "Dias com contactos"
@@ -5906,7 +5914,7 @@ msgstr "Enviar contactos"
#: application/views/eqsl/download.php:17 application/views/eqsl/export.php:16
#: application/views/eqsl/import.php:15 application/views/eqsl/result.php:17
#: application/views/eqsl/tools.php:15
#: application/views/interface_assets/header.php:241
#: application/views/interface_assets/header.php:243
msgid "Tools"
msgstr "Ferramentas"
@@ -6238,7 +6246,7 @@ msgstr ""
"desactivados."
#: application/views/interface_assets/footer.php:127
#: application/views/interface_assets/header.php:426
#: application/views/interface_assets/header.php:428
#: application/views/options/sidebar.php:11
msgid "Version Info"
msgstr "Informação da Versão"
@@ -6315,85 +6323,85 @@ msgstr "Enviar log do concurso"
msgid "Analytics"
msgstr "Estatísticas"
#: application/views/interface_assets/header.php:138
#: application/views/interface_assets/header.php:140
msgid "Activated Gridsquares"
msgstr "Quadrículas Ativadas"
#: application/views/interface_assets/header.php:158
#: application/views/interface_assets/header.php:160
msgid "International"
msgstr "Internacional"
#: application/views/interface_assets/header.php:164
#: application/views/interface_assets/header.php:166
msgid "ITU"
msgstr "UIT"
#: application/views/interface_assets/header.php:184
#: application/views/interface_assets/header.php:186
msgid "Canada"
msgstr "Canadá"
#: application/views/interface_assets/header.php:190
#: application/views/interface_assets/header.php:192
msgid "Germany"
msgstr "Alemanha"
#: application/views/interface_assets/header.php:194
#: application/views/interface_assets/header.php:196
msgid "DL Gridmaster"
msgstr "DL Gridmaster"
#: application/views/interface_assets/header.php:198
#: application/views/interface_assets/header.php:200
msgid "Great Britain"
msgstr "Grã-Bretanha"
#: application/views/interface_assets/header.php:200
#: application/views/interface_assets/header.php:202
msgid "WAB"
msgstr "WAB"
#: application/views/interface_assets/header.php:204
#: application/views/interface_assets/header.php:206
msgid "Japan"
msgstr "Japão"
#: application/views/interface_assets/header.php:210
#: application/views/interface_assets/header.php:212
msgid "JA Gridmaster"
msgstr "JA Gridmaster"
#: application/views/interface_assets/header.php:214
#: application/views/interface_assets/header.php:216
msgid "Luxemburg"
msgstr "Luxemburgo"
#: application/views/interface_assets/header.php:216
#: application/views/interface_assets/header.php:218
msgid "LX Gridmaster"
msgstr "LX Gridmaster"
#: application/views/interface_assets/header.php:220
#: application/views/interface_assets/header.php:222
msgid "Switzerland"
msgstr "Suíça"
#: application/views/interface_assets/header.php:226
#: application/views/interface_assets/header.php:228
msgid "USA"
msgstr "EUA"
#: application/views/interface_assets/header.php:232
#: application/views/interface_assets/header.php:234
msgid "US Gridmaster"
msgstr "US Gridmaster"
#: application/views/interface_assets/header.php:249
#: application/views/interface_assets/header.php:251
msgid "Bandmap"
msgstr "Mapa de Bandas"
#: application/views/interface_assets/header.php:251
#: application/views/interface_assets/header.php:253
msgid "SAT Timers"
msgstr "Tempos satélite"
#: application/views/interface_assets/header.php:257
#: application/views/interface_assets/header.php:259
#: application/views/station_profile/index.php:33
#: application/views/stationsetup/stationsetup.php:113
msgid "Admin"
msgstr "Administrador"
#: application/views/interface_assets/header.php:262
#: application/views/interface_assets/header.php:264
msgid "Global Options"
msgstr "Opções Globais"
#: application/views/interface_assets/header.php:268
#: application/views/interface_assets/header.php:270
#: application/views/notes/add.php:38 application/views/notes/edit.php:39
#: application/views/satellite/index.php:11
#: application/views/statistics/custom.php:20
@@ -6403,79 +6411,79 @@ msgstr "Opções Globais"
msgid "Satellites"
msgstr "Satélites"
#: application/views/interface_assets/header.php:274
#: application/views/interface_assets/header.php:276
msgid "Update Country Files"
msgstr "Atualizar ficheiros de países"
#: application/views/interface_assets/header.php:278
#: application/views/interface_assets/header.php:280
msgid "Debug Information"
msgstr "Informações de debug"
#: application/views/interface_assets/header.php:325
#: application/views/interface_assets/header.php:327
msgid "Add/Search Callsign"
msgstr "Adicionar/Pesquisar Indicativo"
#: application/views/interface_assets/header.php:327
#: application/views/interface_assets/header.php:329
msgid "Log"
msgstr "Log"
#: application/views/interface_assets/header.php:334
#: application/views/interface_assets/header.php:336
#: application/views/logbookadvanced/index.php:447
#: application/views/oqrs/index.php:27 application/views/user/edit.php:441
#: application/views/visitor/layout/header.php:97
msgid "Search Callsign"
msgstr "Pesquisar Indicativo"
#: application/views/interface_assets/header.php:363
#: application/views/interface_assets/header.php:365
#: application/views/user/edit.php:49
msgid "Account"
msgstr "Conta"
#: application/views/interface_assets/header.php:378
#: application/views/interface_assets/header.php:380
msgid "Other Export Options"
msgstr "Outras opções de exportação"
#: application/views/interface_assets/header.php:386
#: application/views/interface_assets/header.php:388
msgid "Cabrillo Export"
msgstr "Exportação Cabrillo"
#: application/views/interface_assets/header.php:410
#: application/views/interface_assets/header.php:412
msgid "QSL Queue"
msgstr "Fila de QSLs"
#: application/views/interface_assets/header.php:411
#: application/views/interface_assets/header.php:413
msgid "Labels"
msgstr "Etiquetas"
#: application/views/interface_assets/header.php:413
#: application/views/interface_assets/header.php:415
msgid "Third-Party Services"
msgstr "Serviços de terceiros"
#: application/views/interface_assets/header.php:416
#: application/views/interface_assets/header.php:418
msgid "eQSL Import / Export"
msgstr "Importação / Exportação de eQSL"
#: application/views/interface_assets/header.php:417
#: application/views/interface_assets/header.php:419
msgid "HRDLog Logbook"
msgstr "Logbook HRDLog"
#: application/views/interface_assets/header.php:427
#: application/views/interface_assets/header.php:429
msgid "Help"
msgstr "Ajuda"
#: application/views/interface_assets/header.php:428
#: application/views/interface_assets/header.php:430
msgid "Forum"
msgstr "Fórum"
#: application/views/interface_assets/header.php:430
#: application/views/interface_assets/header.php:432
msgid "Logout"
msgstr "Terminar sessão"
#: application/views/interface_assets/header.php:438
#: application/views/interface_assets/header.php:440
msgid "Select a Location"
msgstr "Selecionar uma localização"
#: application/views/interface_assets/header.php:517
#: application/views/interface_assets/header.php:519
msgid "Extras"
msgstr "Extras"

View File

@@ -11,8 +11,8 @@ msgstr ""
"POT-Creation-Date: 2024-07-28 11:10+0000\n"
"PO-Revision-Date: 2024-07-30 12:45+0000\n"
"Last-Translator: Michael Skolsky <r1blh@yandex.ru>\n"
"Language-Team: Russian <https://translate.wavelog.org/projects/wavelog/"
"main-translation/ru/>\n"
"Language-Team: Russian <https://translate.wavelog.org/projects/wavelog/main-"
"translation/ru/>\n"
"Language: ru_RU\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,6 +23,7 @@ msgstr ""
#: application/controllers/Accumulated.php:21
#: application/views/interface_assets/header.php:148
#: application/views/interface_assets/header.php:150
msgid "Accumulated Statistics"
msgstr "Накопленная статистика"
@@ -60,6 +61,7 @@ msgstr "Всего квадратов активировано"
#: application/controllers/Activators.php:20
#: application/views/activators/index.php:2
#: application/views/interface_assets/header.php:140
#: application/views/interface_assets/header.php:142
msgid "Gridsquare Activators"
msgstr "Активаторы квадратов"
@@ -81,6 +83,7 @@ msgstr "Экспорт ADIF"
#: application/controllers/Adif.php:147
#: application/views/interface_assets/header.php:376
#: application/views/interface_assets/header.php:378
msgid "ADIF Import / Export"
msgstr "Импорт / Экспорт ADIF"
@@ -156,6 +159,7 @@ msgstr "Действительный"
#: application/controllers/Awards.php:22
#: application/views/interface_assets/header.php:156
#: application/views/qso/edit_ajax.php:35
#: application/views/interface_assets/header.php:158
msgid "Awards"
msgstr "Дипломы"
@@ -189,6 +193,7 @@ msgstr "Дипломы - %s"
#: application/views/qso/edit_ajax.php:361 application/views/qso/index.php:264
#: application/views/qso/index.php:508 application/views/user/edit.php:603
#: application/views/view_log/qso.php:351
#: application/views/interface_assets/header.php:194
msgid "DOK"
msgstr "DOK"
@@ -211,6 +216,7 @@ msgstr "DOK"
#: application/views/stationsetup/linkedlocations.php:17
#: application/views/stationsetup/linkedlocations.php:33
#: application/views/timeplotter/index.php:24
#: application/views/interface_assets/header.php:164
msgid "DXCC"
msgstr "DXCC"
@@ -220,11 +226,13 @@ msgstr "Дипломы — WAJA"
#: application/controllers/Awards.php:327 application/views/bands/index.php:51
#: application/views/interface_assets/header.php:208
#: application/views/interface_assets/header.php:210
msgid "JCC"
msgstr "JCC"
#: application/controllers/Awards.php:375 application/views/bands/index.php:57
#: application/views/interface_assets/header.php:168
#: application/views/interface_assets/header.php:170
msgid "VUCC"
msgstr "VUCC"
@@ -285,6 +293,7 @@ msgstr " и "
#: application/views/user/edit.php:323
#: application/views/view_log/partial/log_ajax.php:9
#: application/views/visitor/index.php:21
#: application/views/interface_assets/header.php:178
msgid "SOTA"
msgstr "SOTA"
@@ -305,6 +314,7 @@ msgstr "SOTA"
#: application/views/user/edit.php:279 application/views/user/edit.php:301
#: application/views/user/edit.php:324
#: application/views/view_log/partial/log_ajax.php:10
#: application/views/interface_assets/header.php:172
msgid "WWFF"
msgstr "WWFF"
@@ -325,6 +335,7 @@ msgstr "WWFF"
#: application/views/user/edit.php:280 application/views/user/edit.php:302
#: application/views/user/edit.php:325
#: application/views/view_log/partial/log_ajax.php:11
#: application/views/interface_assets/header.php:182
msgid "POTA"
msgstr "POTA"
@@ -340,6 +351,7 @@ msgstr "Worked All States (WAS)"
#: application/controllers/Awards.php:714 application/views/bands/index.php:53
#: application/views/interface_assets/header.php:186
#: application/views/interface_assets/header.php:188
msgid "RAC"
msgstr "RAC"
@@ -354,6 +366,7 @@ msgstr "IOTA (Island On The Air)"
#: application/controllers/Awards.php:858
#: application/controllers/Awards.php:872
#: application/views/interface_assets/header.php:228
#: application/views/interface_assets/header.php:230
msgid "US Counties"
msgstr "US Counties"
@@ -387,6 +400,7 @@ msgstr "Fred Fish Memorial Award (FFMA)"
#: application/controllers/Awards.php:1125
#: application/views/interface_assets/header.php:166
#: application/views/logbookadvanced/useroptions.php:138
#: application/views/interface_assets/header.php:168
msgid "SIG"
msgstr "SIG"
@@ -401,6 +415,7 @@ msgstr "Зоны ITU"
#: application/controllers/Backup.php:15 application/views/backup/main.php:14
#: application/views/interface_assets/header.php:272
#: application/views/interface_assets/header.php:274
msgid "Backup"
msgstr "Резервное копирование"
@@ -417,6 +432,7 @@ msgstr "Резервное копирование заметок"
#: application/views/interface_assets/header.php:371
#: application/views/statistics/index.php:16
#: application/views/statistics/index.php:56
#: application/views/interface_assets/header.php:373
msgid "Bands"
msgstr "Диапазоны"
@@ -442,6 +458,7 @@ msgstr "Экспорт Cabrillo"
#: application/controllers/Cfdexport.php:20
#: application/views/interface_assets/header.php:388
#: application/views/interface_assets/header.php:390
msgid "CFD Export"
msgstr "Экспорт CDF"
@@ -459,6 +476,7 @@ msgstr "Ни один пользователь не сконфигурирова
#: application/controllers/Contestcalendar.php:19
#: application/views/interface_assets/header.php:245
#: application/views/interface_assets/header.php:247
msgid "Contest Calendar"
msgstr "Календарь контестов"
@@ -469,6 +487,7 @@ msgstr "Журнал контеста"
#: application/controllers/Contesting.php:101
#: application/views/interface_assets/header.php:266
#: application/views/interface_assets/header.php:268
msgid "Contests"
msgstr "Контесты"
@@ -480,11 +499,13 @@ msgstr "Обновить контест"
#: application/views/awards/dxcc/index.php:83
#: application/views/awards/iota/index.php:57
#: application/views/interface_assets/header.php:152
#: application/views/interface_assets/header.php:154
msgid "Continents"
msgstr "Континенты"
#: application/controllers/Cron.php:38
#: application/views/interface_assets/header.php:276
#: application/views/interface_assets/header.php:278
msgid "Cron Manager"
msgstr "Диспетчер задач"
@@ -494,6 +515,7 @@ msgstr "Редактирование задачи"
#: application/controllers/Csv.php:20 application/views/csv/index.php:3
#: application/views/interface_assets/header.php:384
#: application/views/interface_assets/header.php:386
msgid "SOTA CSV Export"
msgstr "Экспорт SOTA CSV"
@@ -545,6 +567,7 @@ msgstr ""
#: application/views/distances/index.php:5
#: application/views/distances/index.php:8
#: application/views/interface_assets/header.php:142
#: application/views/interface_assets/header.php:144
msgid "Distances Worked"
msgstr "Сработанные дистанции"
@@ -559,11 +582,13 @@ msgstr "и диапазоне"
#: application/controllers/Dxatlas.php:19
#: application/views/interface_assets/header.php:382
#: application/views/interface_assets/header.php:384
msgid "DX Atlas Gridsquare Export"
msgstr "Экспорт квадратов DX Atlas"
#: application/controllers/Dxcalendar.php:10
#: application/views/interface_assets/header.php:243
#: application/views/interface_assets/header.php:245
msgid "DX Calendar"
msgstr "Календарь DX экспедиций"
@@ -604,6 +629,7 @@ msgstr "скачать изображения eQSL"
#: application/controllers/Gridmap.php:10
#: application/views/interface_assets/header.php:136
#: application/views/interface_assets/header.php:138
msgid "Gridsquare Map"
msgstr "Карта квадратов"
@@ -631,6 +657,7 @@ msgstr "Не найдены QSO для загрузки."
#: application/controllers/Kmlexport.php:24
#: application/views/interface_assets/header.php:380
#: application/views/kml/index.php:3
#: application/views/interface_assets/header.php:382
msgid "KML Export"
msgstr "Экспорт KML"
@@ -1068,6 +1095,7 @@ msgstr "Страна"
#: application/views/user/edit.php:299 application/views/user/edit.php:322
#: application/views/view_log/partial/log_ajax.php:8
#: application/views/visitor/index.php:18
#: application/views/interface_assets/header.php:180
msgid "IOTA"
msgstr "IOTA"
@@ -1322,6 +1350,7 @@ msgstr "Быстрый поиск"
#: application/views/lotw_views/index.php:12
#: application/views/lotw_views/upload_cert.php:3
#: application/views/user/edit.php:705 application/views/visitor/index.php:324
#: application/views/interface_assets/header.php:417
msgid "Logbook of the World"
msgstr "Logbook of the World"
@@ -1348,6 +1377,7 @@ msgstr "LoTW. TQ8 не загружен"
#: application/controllers/Mode.php:25
#: application/views/interface_assets/header.php:264
#: application/views/mode/index.php:15
#: application/views/interface_assets/header.php:266
msgid "Modes"
msgstr "Виды модуляции"
@@ -1499,6 +1529,7 @@ msgstr "Поиск в журнале и OQRS"
#: application/controllers/Oqrs.php:104
#: application/views/interface_assets/header.php:405
#: application/views/interface_assets/header.php:407
msgid "OQRS Requests"
msgstr "Запросы OQRS"
@@ -1508,6 +1539,7 @@ msgstr "Калькулятор QRB"
#: application/controllers/Qrz.php:173
#: application/views/interface_assets/header.php:418
#: application/views/interface_assets/header.php:420
msgid "QRZ Logbook"
msgstr "Журнал QRZ"
@@ -1544,6 +1576,7 @@ msgstr "Добавить QSO"
#: application/controllers/Radio.php:18
#: application/views/interface_assets/header.php:424
#: application/views/interface_assets/header.php:426
msgid "Hardware Interfaces"
msgstr "Аппаратные интерфейсы"
@@ -1597,6 +1630,8 @@ msgstr "Спутниковые таймеры"
#: application/views/search/main.php:33
#: application/views/visitor/layout/header.php:99
#: application/views/visitor/layout/header.php:100
#: application/views/interface_assets/header.php:330
#: application/views/interface_assets/header.php:337
msgid "Search"
msgstr "Поиск"
@@ -1648,6 +1683,8 @@ msgstr "Дубликат профиля QTH:"
#: application/controllers/Stationsetup.php:35
#: application/views/interface_assets/header.php:369
#: application/views/interface_assets/header.php:480
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:482
msgid "Station Setup"
msgstr "Настройка станции"
@@ -1714,6 +1751,7 @@ msgstr "Установить как активный"
#: application/views/interface_assets/header.php:478
#: application/views/stationsetup/stationsetup.php:46
#: application/views/view_log/index.php:4
#: application/views/interface_assets/header.php:480
msgid "Active Logbook"
msgstr "Активный журнал"
@@ -1854,6 +1892,7 @@ msgstr "Пользовательская статистика"
#: application/controllers/Themes.php:27
#: application/views/interface_assets/header.php:270
#: application/views/interface_assets/header.php:272
msgid "Themes"
msgstr "Темы оформления"
@@ -1868,12 +1907,14 @@ msgstr "Редактировать тему"
#: application/controllers/Timeline.php:17
#: application/views/interface_assets/header.php:146
#: application/views/timeline/index.php:2
#: application/views/interface_assets/header.php:148
msgid "Timeline"
msgstr "Лента событий"
#: application/controllers/Timeplotter.php:17
#: application/views/interface_assets/header.php:150
#: application/views/timeplotter/index.php:9
#: application/views/interface_assets/header.php:152
msgid "Timeplotter"
msgstr "Графики"
@@ -1915,6 +1956,7 @@ msgstr "Префиксы DXCC:"
#: application/controllers/User.php:12
#: application/views/interface_assets/header.php:260
#: application/views/interface_assets/header.php:262
msgid "User Accounts"
msgstr "Аккаунты пользователей"
@@ -1959,6 +2001,7 @@ msgstr "Вход не выполнен. Попробуйте снова."
#: application/views/interface_assets/header.php:348
#: application/views/user/login.php:89
#: application/views/visitor/layout/header.php:88
#: application/views/interface_assets/header.php:350
msgid "Login"
msgstr "Вход"
@@ -2043,6 +2086,7 @@ msgstr "Экспорт карты"
#: application/controllers/Webadif.php:90
#: application/controllers/Webadif.php:137
#: application/views/interface_assets/header.php:419
#: application/views/interface_assets/header.php:421
msgid "QO-100 Dx Club Upload"
msgstr "Загрузка в QO-100 Dx Club"
@@ -2932,6 +2976,7 @@ msgstr "Сохранить"
#: application/views/api/help.php:14
#: application/views/interface_assets/header.php:423
#: application/views/interface_assets/header.php:425
msgid "API Keys"
msgstr "ключи API"
@@ -3164,6 +3209,8 @@ msgstr "Подтверждённые графства"
#: application/views/statistics/uniquetable.php:10
#: application/views/statistics/uniquetable.php:23
#: application/views/visitor/index.php:241
#: application/views/statistics/qsltable.php:54
#: application/views/statistics/qsltable.php:109
msgid "Total"
msgstr "Всего"
@@ -3585,6 +3632,7 @@ msgstr "Префикс"
#: application/views/awards/ffma/index.php:8
#: application/views/interface_assets/header.php:234
#: application/views/interface_assets/header.php:236
msgid "Fred Fish Memorial Award"
msgstr "Fred Fish Memorial Award"
@@ -3705,6 +3753,7 @@ msgstr "Кантон"
#: application/views/awards/index.php:9 application/views/bands/index.php:46
#: application/views/interface_assets/header.php:160
#: application/views/interface_assets/header.php:162
msgid "CQ"
msgstr "CQ"
@@ -4378,11 +4427,13 @@ msgstr "Графство США"
#: application/views/bands/index.php:58
#: application/views/interface_assets/header.php:206
#: application/views/interface_assets/header.php:208
msgid "WAJA"
msgstr "WAJA"
#: application/views/bands/index.php:59
#: application/views/interface_assets/header.php:230
#: application/views/interface_assets/header.php:232
msgid "WAS"
msgstr "WAS"
@@ -4694,6 +4745,7 @@ msgstr "название для ADIF"
#: application/views/mode/create.php:46 application/views/mode/create.php:48
#: application/views/mode/edit.php:57 application/views/mode/edit.php:60
#: application/views/mode/index.php:43
#: application/views/interface_assets/header.php:460
msgid "Active"
msgstr "Активный"
@@ -5396,6 +5448,7 @@ msgstr "Квадраты VUCC"
#: application/views/dayswithqso/index.php:2
#: application/views/interface_assets/header.php:144
#: application/views/interface_assets/header.php:146
msgid "Days with QSOs"
msgstr "Дней с QSO"
@@ -5890,6 +5943,7 @@ msgstr "Загрузить QSO"
#: application/views/eqsl/import.php:15 application/views/eqsl/result.php:17
#: application/views/eqsl/tools.php:15
#: application/views/interface_assets/header.php:241
#: application/views/interface_assets/header.php:243
msgid "Tools"
msgstr "Инструменты"
@@ -6220,6 +6274,7 @@ msgstr "Режим распространения не поддерживает
#: application/views/interface_assets/footer.php:127
#: application/views/interface_assets/header.php:426
#: application/views/options/sidebar.php:11
#: application/views/interface_assets/header.php:428
msgid "Version Info"
msgstr "Информация о версии"
@@ -6296,80 +6351,99 @@ msgid "Analytics"
msgstr "Аналитика"
#: application/views/interface_assets/header.php:138
#: application/views/interface_assets/header.php:140
msgid "Activated Gridsquares"
msgstr "Активированные квадраты"
#: application/views/interface_assets/header.php:158
#: application/views/interface_assets/header.php:160
msgid "International"
msgstr "Международные"
#: application/views/interface_assets/header.php:164
#: application/views/interface_assets/header.php:166
msgid "ITU"
msgstr "ITU"
#: application/views/interface_assets/header.php:184
#: application/views/interface_assets/header.php:186
msgid "Canada"
msgstr "Канада"
#: application/views/interface_assets/header.php:190
#: application/views/interface_assets/header.php:192
msgid "Germany"
msgstr "Германия"
#: application/views/interface_assets/header.php:194
#: application/views/interface_assets/header.php:196
msgid "DL Gridmaster"
msgstr "DL Gridmaster"
#: application/views/interface_assets/header.php:198
#: application/views/interface_assets/header.php:200
msgid "Great Britain"
msgstr "Великобритания"
#: application/views/interface_assets/header.php:200
#: application/views/interface_assets/header.php:202
msgid "WAB"
msgstr "WAB"
#: application/views/interface_assets/header.php:204
#: application/views/interface_assets/header.php:206
msgid "Japan"
msgstr "Япония"
#: application/views/interface_assets/header.php:210
#: application/views/interface_assets/header.php:212
msgid "JA Gridmaster"
msgstr "JA Gridmaster"
#: application/views/interface_assets/header.php:214
#: application/views/interface_assets/header.php:216
msgid "Luxemburg"
msgstr "Люксембург"
#: application/views/interface_assets/header.php:216
#: application/views/interface_assets/header.php:218
msgid "LX Gridmaster"
msgstr "LX Gridmaster"
#: application/views/interface_assets/header.php:220
#: application/views/interface_assets/header.php:222
msgid "Switzerland"
msgstr "Швейцария"
#: application/views/interface_assets/header.php:226
#: application/views/interface_assets/header.php:228
msgid "USA"
msgstr "США"
#: application/views/interface_assets/header.php:232
#: application/views/interface_assets/header.php:234
msgid "US Gridmaster"
msgstr "US Gridmaster"
#: application/views/interface_assets/header.php:249
#: application/views/interface_assets/header.php:251
msgid "Bandmap"
msgstr "План диапазонов"
#: application/views/interface_assets/header.php:251
#: application/views/interface_assets/header.php:253
msgid "SAT Timers"
msgstr "Спутниковые таймеры"
#: application/views/interface_assets/header.php:257
#: application/views/station_profile/index.php:33
#: application/views/stationsetup/stationsetup.php:113
#: application/views/interface_assets/header.php:259
msgid "Admin"
msgstr "Администрирование"
#: application/views/interface_assets/header.php:262
#: application/views/interface_assets/header.php:264
msgid "Global Options"
msgstr "Общие настройки"
@@ -6380,22 +6454,27 @@ msgstr "Общие настройки"
#: application/views/statistics/custom_result.php:21
#: application/views/statistics/index.php:39
#: application/views/statistics/index.php:93
#: application/views/interface_assets/header.php:270
msgid "Satellites"
msgstr "Спутники"
#: application/views/interface_assets/header.php:274
#: application/views/interface_assets/header.php:276
msgid "Update Country Files"
msgstr "Обновить файлы стран"
#: application/views/interface_assets/header.php:278
#: application/views/interface_assets/header.php:280
msgid "Debug Information"
msgstr "Отладочная информация"
#: application/views/interface_assets/header.php:325
#: application/views/interface_assets/header.php:327
msgid "Add/Search Callsign"
msgstr "Добавить/найти позывной"
#: application/views/interface_assets/header.php:327
#: application/views/interface_assets/header.php:329
msgid "Log"
msgstr "Журнал"
@@ -6403,59 +6482,73 @@ msgstr "Журнал"
#: application/views/logbookadvanced/index.php:447
#: application/views/oqrs/index.php:27 application/views/user/edit.php:441
#: application/views/visitor/layout/header.php:97
#: application/views/interface_assets/header.php:336
msgid "Search Callsign"
msgstr "Поиск позывного"
#: application/views/interface_assets/header.php:363
#: application/views/user/edit.php:49
#: application/views/interface_assets/header.php:365
msgid "Account"
msgstr "Информация об аккаунте"
#: application/views/interface_assets/header.php:378
#: application/views/interface_assets/header.php:380
msgid "Other Export Options"
msgstr "Другие варианты экспорта"
#: application/views/interface_assets/header.php:386
#: application/views/interface_assets/header.php:388
msgid "Cabrillo Export"
msgstr "Экспорт Cabrillo"
#: application/views/interface_assets/header.php:410
#: application/views/interface_assets/header.php:412
msgid "QSL Queue"
msgstr "Очередь QSL"
#: application/views/interface_assets/header.php:411
#: application/views/interface_assets/header.php:413
msgid "Labels"
msgstr "Наклейки"
#: application/views/interface_assets/header.php:413
#: application/views/interface_assets/header.php:415
msgid "Third-Party Services"
msgstr "Сторонние сервисы"
#: application/views/interface_assets/header.php:416
#: application/views/interface_assets/header.php:418
msgid "eQSL Import / Export"
msgstr "импорт / экспорт eQSL"
#: application/views/interface_assets/header.php:417
#: application/views/interface_assets/header.php:419
msgid "HRDLog Logbook"
msgstr "Журнал HRDLog"
#: application/views/interface_assets/header.php:427
#: application/views/interface_assets/header.php:429
msgid "Help"
msgstr "Помощь"
#: application/views/interface_assets/header.php:428
#: application/views/interface_assets/header.php:430
msgid "Forum"
msgstr "Форум"
#: application/views/interface_assets/header.php:430
#: application/views/interface_assets/header.php:432
msgid "Logout"
msgstr "Выход"
#: application/views/interface_assets/header.php:438
#: application/views/interface_assets/header.php:440
msgid "Select a Location"
msgstr "Выберите профиль QTH"
#: application/views/interface_assets/header.php:517
#: application/views/interface_assets/header.php:519
msgid "Extras"
msgstr "Дополнения"
@@ -10880,6 +10973,12 @@ msgstr "Wavelog был успешно обновлен!"
msgid "Callsign: "
msgstr ""
#: application/controllers/Statistics.php:232
#: application/views/interface_assets/header.php:136
#: application/views/statistics/qsltable.php:5
msgid "QSL Statistics"
msgstr ""
#~ msgid "VHF/UHF Century Club (VUCC)"
#~ msgstr "VHF / UHF Century Club (VUCC)"

View File

@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-30 12:21+0000\n"
"POT-Creation-Date: 2024-07-30 12:45+0000\n"
"PO-Revision-Date: 2024-07-09 13:26+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Swedish <https://translate.wavelog.org/projects/wavelog/main-"
@@ -18,7 +18,7 @@ msgstr ""
"X-Generator: Weblate 5.6\n"
#: application/controllers/Accumulated.php:21
#: application/views/interface_assets/header.php:148
#: application/views/interface_assets/header.php:150
msgid "Accumulated Statistics"
msgstr "Ackumulerad statistik"
@@ -55,7 +55,7 @@ msgstr ""
#: application/controllers/Activators.php:20
#: application/views/activators/index.php:2
#: application/views/interface_assets/header.php:140
#: application/views/interface_assets/header.php:142
msgid "Gridsquare Activators"
msgstr ""
@@ -76,7 +76,7 @@ msgid "ADIF Export"
msgstr ""
#: application/controllers/Adif.php:147
#: application/views/interface_assets/header.php:376
#: application/views/interface_assets/header.php:378
msgid "ADIF Import / Export"
msgstr ""
@@ -150,7 +150,7 @@ msgid "Valid"
msgstr "Giltig"
#: application/controllers/Awards.php:22
#: application/views/interface_assets/header.php:156
#: application/views/interface_assets/header.php:158
#: application/views/qso/edit_ajax.php:35
msgid "Awards"
msgstr ""
@@ -179,7 +179,7 @@ msgstr ""
#: application/views/awards/dok/index.php:149
#: application/views/bands/index.php:47
#: application/views/contesting/index.php:170
#: application/views/interface_assets/header.php:192
#: application/views/interface_assets/header.php:194
#: application/views/logbookadvanced/index.php:613
#: application/views/logbookadvanced/useroptions.php:130
#: application/views/qso/edit_ajax.php:361 application/views/qso/index.php:264
@@ -192,7 +192,7 @@ msgstr ""
#: application/views/bandmap/list.php:112 application/views/bands/index.php:48
#: application/views/csv/index.php:58 application/views/dxatlas/index.php:58
#: application/views/dxcalendar/index.php:11
#: application/views/interface_assets/header.php:162
#: application/views/interface_assets/header.php:164
#: application/views/kml/index.php:47
#: application/views/logbookadvanced/edit.php:7
#: application/views/logbookadvanced/index.php:145
@@ -215,12 +215,12 @@ msgid "Awards - WAJA"
msgstr ""
#: application/controllers/Awards.php:327 application/views/bands/index.php:51
#: application/views/interface_assets/header.php:208
#: application/views/interface_assets/header.php:210
msgid "JCC"
msgstr ""
#: application/controllers/Awards.php:375 application/views/bands/index.php:57
#: application/views/interface_assets/header.php:168
#: application/views/interface_assets/header.php:170
msgid "VUCC"
msgstr ""
@@ -262,7 +262,7 @@ msgstr ""
#: application/controllers/Logbook.php:1278
#: application/views/awards/index.php:8 application/views/bands/index.php:55
#: application/views/dashboard/index.php:9
#: application/views/interface_assets/header.php:176
#: application/views/interface_assets/header.php:178
#: application/views/logbookadvanced/edit.php:17
#: application/views/logbookadvanced/index.php:259
#: application/views/logbookadvanced/useroptions.php:98
@@ -288,7 +288,7 @@ msgstr ""
#: application/controllers/Logbook.php:1279
#: application/views/bands/index.php:60
#: application/views/dashboard/index.php:10
#: application/views/interface_assets/header.php:170
#: application/views/interface_assets/header.php:172
#: application/views/logbookadvanced/edit.php:19
#: application/views/logbookadvanced/index.php:279
#: application/views/logbookadvanced/useroptions.php:134
@@ -308,7 +308,7 @@ msgstr ""
#: application/controllers/Logbook.php:1280
#: application/views/bands/index.php:52
#: application/views/dashboard/index.php:11
#: application/views/interface_assets/header.php:180
#: application/views/interface_assets/header.php:182
#: application/views/logbookadvanced/edit.php:13
#: application/views/logbookadvanced/index.php:263
#: application/views/logbookadvanced/index.php:595
@@ -335,7 +335,7 @@ msgid "Worked All States (WAS)"
msgstr ""
#: application/controllers/Awards.php:714 application/views/bands/index.php:53
#: application/views/interface_assets/header.php:186
#: application/views/interface_assets/header.php:188
msgid "RAC"
msgstr ""
@@ -349,7 +349,7 @@ msgstr ""
#: application/controllers/Awards.php:858
#: application/controllers/Awards.php:872
#: application/views/interface_assets/header.php:228
#: application/views/interface_assets/header.php:230
msgid "US Counties"
msgstr ""
@@ -381,7 +381,7 @@ msgid "Fred Fish Memorial Award (FFMA)"
msgstr ""
#: application/controllers/Awards.php:1125
#: application/views/interface_assets/header.php:166
#: application/views/interface_assets/header.php:168
#: application/views/logbookadvanced/useroptions.php:138
msgid "SIG"
msgstr ""
@@ -396,7 +396,7 @@ msgid "ITU Zones"
msgstr ""
#: application/controllers/Backup.php:15 application/views/backup/main.php:14
#: application/views/interface_assets/header.php:272
#: application/views/interface_assets/header.php:274
msgid "Backup"
msgstr ""
@@ -410,7 +410,7 @@ msgstr ""
#: application/controllers/Band.php:25 application/views/bands/index.php:28
#: application/views/bands/index.php:32
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:373
#: application/views/statistics/index.php:16
#: application/views/statistics/index.php:56
msgid "Bands"
@@ -437,7 +437,7 @@ msgid "Export Cabrillo"
msgstr ""
#: application/controllers/Cfdexport.php:20
#: application/views/interface_assets/header.php:388
#: application/views/interface_assets/header.php:390
msgid "CFD Export"
msgstr ""
@@ -454,7 +454,7 @@ msgid "No user has configured Clublog."
msgstr ""
#: application/controllers/Contestcalendar.php:19
#: application/views/interface_assets/header.php:245
#: application/views/interface_assets/header.php:247
msgid "Contest Calendar"
msgstr ""
@@ -464,7 +464,7 @@ msgid "Contest Logging"
msgstr "Contest-loggning"
#: application/controllers/Contesting.php:101
#: application/views/interface_assets/header.php:266
#: application/views/interface_assets/header.php:268
msgid "Contests"
msgstr "Tävlingar"
@@ -475,12 +475,12 @@ msgstr ""
#: application/controllers/Continents.php:25
#: application/views/awards/dxcc/index.php:83
#: application/views/awards/iota/index.php:57
#: application/views/interface_assets/header.php:152
#: application/views/interface_assets/header.php:154
msgid "Continents"
msgstr "Kontinenter"
#: application/controllers/Cron.php:38
#: application/views/interface_assets/header.php:276
#: application/views/interface_assets/header.php:278
msgid "Cron Manager"
msgstr ""
@@ -489,7 +489,7 @@ msgid "Edit Cronjob"
msgstr ""
#: application/controllers/Csv.php:20 application/views/csv/index.php:3
#: application/views/interface_assets/header.php:384
#: application/views/interface_assets/header.php:386
msgid "SOTA CSV Export"
msgstr ""
@@ -540,7 +540,7 @@ msgstr ""
#: application/controllers/Distances.php:17
#: application/views/distances/index.php:5
#: application/views/distances/index.php:8
#: application/views/interface_assets/header.php:142
#: application/views/interface_assets/header.php:144
msgid "Distances Worked"
msgstr "Arbetade avstånd"
@@ -554,12 +554,12 @@ msgid "and band"
msgstr ""
#: application/controllers/Dxatlas.php:19
#: application/views/interface_assets/header.php:382
#: application/views/interface_assets/header.php:384
msgid "DX Atlas Gridsquare Export"
msgstr ""
#: application/controllers/Dxcalendar.php:10
#: application/views/interface_assets/header.php:243
#: application/views/interface_assets/header.php:245
msgid "DX Calendar"
msgstr ""
@@ -599,7 +599,7 @@ msgid "eQSL Card Image Download"
msgstr ""
#: application/controllers/Gridmap.php:10
#: application/views/interface_assets/header.php:136
#: application/views/interface_assets/header.php:138
msgid "Gridsquare Map"
msgstr "Gridsquare karta"
@@ -624,7 +624,7 @@ msgid "No QSOs found to upload."
msgstr ""
#: application/controllers/Kmlexport.php:24
#: application/views/interface_assets/header.php:380
#: application/views/interface_assets/header.php:382
#: application/views/kml/index.php:3
msgid "KML Export"
msgstr ""
@@ -1038,7 +1038,7 @@ msgstr "Land"
#: application/controllers/Logbook.php:1277
#: application/views/awards/iota/index.php:169
#: application/views/bands/index.php:50 application/views/dashboard/index.php:8
#: application/views/interface_assets/header.php:178
#: application/views/interface_assets/header.php:180
#: application/views/logbookadvanced/edit.php:9
#: application/views/logbookadvanced/index.php:267
#: application/views/logbookadvanced/index.php:592
@@ -1308,7 +1308,7 @@ msgstr ""
#: application/controllers/Lotw.php:54 application/controllers/Lotw.php:83
#: application/controllers/Lotw.php:125 application/views/adif/import.php:27
#: application/views/interface_assets/header.php:415
#: application/views/interface_assets/header.php:417
#: application/views/lotw/import.php:3
#: application/views/lotw_views/index.php:12
#: application/views/lotw_views/upload_cert.php:3
@@ -1337,7 +1337,7 @@ msgid "LoTW .TQ8 Not Sent"
msgstr ""
#: application/controllers/Mode.php:25
#: application/views/interface_assets/header.php:264
#: application/views/interface_assets/header.php:266
#: application/views/mode/index.php:15
msgid "Modes"
msgstr ""
@@ -1489,7 +1489,7 @@ msgid "Log Search & OQRS"
msgstr ""
#: application/controllers/Oqrs.php:104
#: application/views/interface_assets/header.php:405
#: application/views/interface_assets/header.php:407
msgid "OQRS Requests"
msgstr "OQRS Förfrågningar"
@@ -1498,7 +1498,7 @@ msgid "QRB Calculator"
msgstr ""
#: application/controllers/Qrz.php:173
#: application/views/interface_assets/header.php:418
#: application/views/interface_assets/header.php:420
msgid "QRZ Logbook"
msgstr "QRZ Loggbok"
@@ -1534,7 +1534,7 @@ msgid "Add QSO"
msgstr ""
#: application/controllers/Radio.php:18
#: application/views/interface_assets/header.php:424
#: application/views/interface_assets/header.php:426
msgid "Hardware Interfaces"
msgstr "Hårdvarugränssnitt"
@@ -1570,8 +1570,8 @@ msgstr ""
#: application/controllers/Search.php:19
#: application/views/continents/index.php:49
#: application/views/interface_assets/header.php:328
#: application/views/interface_assets/header.php:335
#: application/views/interface_assets/header.php:330
#: application/views/interface_assets/header.php:337
#: application/views/logbookadvanced/index.php:511
#: application/views/oqrs/index.php:28
#: application/views/oqrs/showrequests.php:67
@@ -1635,8 +1635,8 @@ msgid "Duplicate Station Location:"
msgstr ""
#: application/controllers/Stationsetup.php:35
#: application/views/interface_assets/header.php:369
#: application/views/interface_assets/header.php:480
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:482
msgid "Station Setup"
msgstr ""
@@ -1700,7 +1700,7 @@ msgid "Set as Active Logbook"
msgstr ""
#: application/controllers/Stationsetup.php:263
#: application/views/interface_assets/header.php:478
#: application/views/interface_assets/header.php:480
#: application/views/stationsetup/stationsetup.php:46
#: application/views/view_log/index.php:4
msgid "Active Logbook"
@@ -1837,8 +1837,14 @@ msgstr "Statistik"
msgid "Custom Statistics"
msgstr ""
#: application/controllers/Statistics.php:232
#: application/views/interface_assets/header.php:136
#: application/views/statistics/qsltable.php:5
msgid "QSL Statistics"
msgstr ""
#: application/controllers/Themes.php:27
#: application/views/interface_assets/header.php:270
#: application/views/interface_assets/header.php:272
msgid "Themes"
msgstr "Teman"
@@ -1851,13 +1857,13 @@ msgid "Edit Theme"
msgstr ""
#: application/controllers/Timeline.php:17
#: application/views/interface_assets/header.php:146
#: application/views/interface_assets/header.php:148
#: application/views/timeline/index.php:2
msgid "Timeline"
msgstr "Tidslinje"
#: application/controllers/Timeplotter.php:17
#: application/views/interface_assets/header.php:150
#: application/views/interface_assets/header.php:152
#: application/views/timeplotter/index.php:9
msgid "Timeplotter"
msgstr "Tidplotter"
@@ -1899,7 +1905,7 @@ msgid "Dxcc Prefixes:"
msgstr ""
#: application/controllers/User.php:12
#: application/views/interface_assets/header.php:260
#: application/views/interface_assets/header.php:262
msgid "User Accounts"
msgstr ""
@@ -1939,7 +1945,7 @@ msgid "Login failed. Try again."
msgstr ""
#: application/controllers/User.php:860
#: application/views/interface_assets/header.php:348
#: application/views/interface_assets/header.php:350
#: application/views/user/login.php:89
#: application/views/visitor/layout/header.php:88
msgid "Login"
@@ -2021,7 +2027,7 @@ msgstr ""
#: application/controllers/Webadif.php:90
#: application/controllers/Webadif.php:137
#: application/views/interface_assets/header.php:419
#: application/views/interface_assets/header.php:421
msgid "QO-100 Dx Club Upload"
msgstr "QO-100 Dx Club Ladda upp"
@@ -2884,7 +2890,7 @@ msgid "Save"
msgstr ""
#: application/views/api/help.php:14
#: application/views/interface_assets/header.php:423
#: application/views/interface_assets/header.php:425
msgid "API Keys"
msgstr ""
@@ -3092,6 +3098,8 @@ msgstr ""
#: application/views/awards/was/index.php:177
#: application/views/dashboard/index.php:217
#: application/views/simplefle/index.php:27
#: application/views/statistics/qsltable.php:54
#: application/views/statistics/qsltable.php:109
#: application/views/statistics/qsotable.php:10
#: application/views/statistics/qsotable.php:23
#: application/views/statistics/satqsotable.php:10
@@ -3495,7 +3503,7 @@ msgid "Prefix"
msgstr ""
#: application/views/awards/ffma/index.php:8
#: application/views/interface_assets/header.php:234
#: application/views/interface_assets/header.php:236
msgid "Fred Fish Memorial Award"
msgstr ""
@@ -3588,7 +3596,7 @@ msgid "Canton"
msgstr ""
#: application/views/awards/index.php:9 application/views/bands/index.php:46
#: application/views/interface_assets/header.php:160
#: application/views/interface_assets/header.php:162
msgid "CQ"
msgstr ""
@@ -4164,12 +4172,12 @@ msgid "USA County"
msgstr ""
#: application/views/bands/index.php:58
#: application/views/interface_assets/header.php:206
#: application/views/interface_assets/header.php:208
msgid "WAJA"
msgstr ""
#: application/views/bands/index.php:59
#: application/views/interface_assets/header.php:230
#: application/views/interface_assets/header.php:232
msgid "WAS"
msgstr ""
@@ -4469,7 +4477,7 @@ msgstr ""
#: application/views/contesting/add.php:44
#: application/views/contesting/edit.php:43
#: application/views/contesting/edit.php:46
#: application/views/interface_assets/header.php:458
#: application/views/interface_assets/header.php:460
#: application/views/mode/create.php:46 application/views/mode/create.php:48
#: application/views/mode/edit.php:57 application/views/mode/edit.php:60
#: application/views/mode/index.php:43
@@ -5155,7 +5163,7 @@ msgid "VUCC-Grids"
msgstr ""
#: application/views/dayswithqso/index.php:2
#: application/views/interface_assets/header.php:144
#: application/views/interface_assets/header.php:146
msgid "Days with QSOs"
msgstr "Dagar med QSOs"
@@ -5634,7 +5642,7 @@ msgstr ""
#: application/views/eqsl/download.php:17 application/views/eqsl/export.php:16
#: application/views/eqsl/import.php:15 application/views/eqsl/result.php:17
#: application/views/eqsl/tools.php:15
#: application/views/interface_assets/header.php:241
#: application/views/interface_assets/header.php:243
msgid "Tools"
msgstr ""
@@ -5929,7 +5937,7 @@ msgid "Propagation mode is not supported by LoTW. LoTW QSL fields disabled."
msgstr ""
#: application/views/interface_assets/footer.php:127
#: application/views/interface_assets/header.php:426
#: application/views/interface_assets/header.php:428
#: application/views/options/sidebar.php:11
msgid "Version Info"
msgstr ""
@@ -6003,85 +6011,85 @@ msgstr "Post Tävlingsloggning"
msgid "Analytics"
msgstr "Analyser"
#: application/views/interface_assets/header.php:138
#: application/views/interface_assets/header.php:140
msgid "Activated Gridsquares"
msgstr "Aktiverad Gridsquares"
#: application/views/interface_assets/header.php:158
#: application/views/interface_assets/header.php:160
msgid "International"
msgstr ""
#: application/views/interface_assets/header.php:164
#: application/views/interface_assets/header.php:166
msgid "ITU"
msgstr ""
#: application/views/interface_assets/header.php:184
#: application/views/interface_assets/header.php:186
msgid "Canada"
msgstr ""
#: application/views/interface_assets/header.php:190
#: application/views/interface_assets/header.php:192
msgid "Germany"
msgstr ""
#: application/views/interface_assets/header.php:194
#: application/views/interface_assets/header.php:196
msgid "DL Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:198
#: application/views/interface_assets/header.php:200
msgid "Great Britain"
msgstr ""
#: application/views/interface_assets/header.php:200
#: application/views/interface_assets/header.php:202
msgid "WAB"
msgstr ""
#: application/views/interface_assets/header.php:204
#: application/views/interface_assets/header.php:206
msgid "Japan"
msgstr ""
#: application/views/interface_assets/header.php:210
#: application/views/interface_assets/header.php:212
msgid "JA Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:214
#: application/views/interface_assets/header.php:216
msgid "Luxemburg"
msgstr ""
#: application/views/interface_assets/header.php:216
#: application/views/interface_assets/header.php:218
msgid "LX Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:220
#: application/views/interface_assets/header.php:222
msgid "Switzerland"
msgstr ""
#: application/views/interface_assets/header.php:226
#: application/views/interface_assets/header.php:228
msgid "USA"
msgstr ""
#: application/views/interface_assets/header.php:232
#: application/views/interface_assets/header.php:234
msgid "US Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:249
#: application/views/interface_assets/header.php:251
msgid "Bandmap"
msgstr "Bandkarta"
#: application/views/interface_assets/header.php:251
#: application/views/interface_assets/header.php:253
msgid "SAT Timers"
msgstr ""
#: application/views/interface_assets/header.php:257
#: application/views/interface_assets/header.php:259
#: application/views/station_profile/index.php:33
#: application/views/stationsetup/stationsetup.php:113
msgid "Admin"
msgstr ""
#: application/views/interface_assets/header.php:262
#: application/views/interface_assets/header.php:264
msgid "Global Options"
msgstr "Globala alternativ"
#: application/views/interface_assets/header.php:268
#: application/views/interface_assets/header.php:270
#: application/views/notes/add.php:38 application/views/notes/edit.php:39
#: application/views/satellite/index.php:11
#: application/views/statistics/custom.php:20
@@ -6091,79 +6099,79 @@ msgstr "Globala alternativ"
msgid "Satellites"
msgstr ""
#: application/views/interface_assets/header.php:274
#: application/views/interface_assets/header.php:276
msgid "Update Country Files"
msgstr "Uppdatera landsfiler"
#: application/views/interface_assets/header.php:278
#: application/views/interface_assets/header.php:280
msgid "Debug Information"
msgstr "Debug Info"
#: application/views/interface_assets/header.php:325
#: application/views/interface_assets/header.php:327
msgid "Add/Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:327
#: application/views/interface_assets/header.php:329
msgid "Log"
msgstr ""
#: application/views/interface_assets/header.php:334
#: application/views/interface_assets/header.php:336
#: application/views/logbookadvanced/index.php:447
#: application/views/oqrs/index.php:27 application/views/user/edit.php:441
#: application/views/visitor/layout/header.php:97
msgid "Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:363
#: application/views/interface_assets/header.php:365
#: application/views/user/edit.php:49
msgid "Account"
msgstr "Användarkontoinformation"
#: application/views/interface_assets/header.php:378
#: application/views/interface_assets/header.php:380
msgid "Other Export Options"
msgstr ""
#: application/views/interface_assets/header.php:386
#: application/views/interface_assets/header.php:388
msgid "Cabrillo Export"
msgstr ""
#: application/views/interface_assets/header.php:410
#: application/views/interface_assets/header.php:412
msgid "QSL Queue"
msgstr ""
#: application/views/interface_assets/header.php:411
#: application/views/interface_assets/header.php:413
msgid "Labels"
msgstr "Etiketter"
#: application/views/interface_assets/header.php:413
#: application/views/interface_assets/header.php:415
msgid "Third-Party Services"
msgstr ""
#: application/views/interface_assets/header.php:416
#: application/views/interface_assets/header.php:418
msgid "eQSL Import / Export"
msgstr ""
#: application/views/interface_assets/header.php:417
#: application/views/interface_assets/header.php:419
msgid "HRDLog Logbook"
msgstr "HRDLog Loggbok"
#: application/views/interface_assets/header.php:427
#: application/views/interface_assets/header.php:429
msgid "Help"
msgstr "Hjälp"
#: application/views/interface_assets/header.php:428
#: application/views/interface_assets/header.php:430
msgid "Forum"
msgstr ""
#: application/views/interface_assets/header.php:430
#: application/views/interface_assets/header.php:432
msgid "Logout"
msgstr "Logga ut"
#: application/views/interface_assets/header.php:438
#: application/views/interface_assets/header.php:440
msgid "Select a Location"
msgstr ""
#: application/views/interface_assets/header.php:517
#: application/views/interface_assets/header.php:519
msgid "Extras"
msgstr ""

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-30 12:21+0000\n"
"POT-Creation-Date: 2024-07-30 12:45+0000\n"
"PO-Revision-Date: 2024-07-26 14:02+0000\n"
"Last-Translator: Halil AYYILDIZ <ta2lghalil@gmail.com>\n"
"Language-Team: Turkish <https://translate.wavelog.org/projects/wavelog/main-"
@@ -19,7 +19,7 @@ msgstr ""
"X-Generator: Weblate 5.6.2\n"
#: application/controllers/Accumulated.php:21
#: application/views/interface_assets/header.php:148
#: application/views/interface_assets/header.php:150
msgid "Accumulated Statistics"
msgstr "Toplu İstatistikler"
@@ -56,7 +56,7 @@ msgstr "Toplam Konum Belirteci etkinleştirildi"
#: application/controllers/Activators.php:20
#: application/views/activators/index.php:2
#: application/views/interface_assets/header.php:140
#: application/views/interface_assets/header.php:142
msgid "Gridsquare Activators"
msgstr "Konum Belirteci Aktivatörleri"
@@ -77,7 +77,7 @@ msgid "ADIF Export"
msgstr "ADIF Dışa Aktarma"
#: application/controllers/Adif.php:147
#: application/views/interface_assets/header.php:376
#: application/views/interface_assets/header.php:378
msgid "ADIF Import / Export"
msgstr "ADIF İçe / Dışa Aktarma"
@@ -151,7 +151,7 @@ msgid "Valid"
msgstr "Geçerli"
#: application/controllers/Awards.php:22
#: application/views/interface_assets/header.php:156
#: application/views/interface_assets/header.php:158
#: application/views/qso/edit_ajax.php:35
msgid "Awards"
msgstr "Ödüller"
@@ -180,7 +180,7 @@ msgstr "Ödüller - %s"
#: application/views/awards/dok/index.php:149
#: application/views/bands/index.php:47
#: application/views/contesting/index.php:170
#: application/views/interface_assets/header.php:192
#: application/views/interface_assets/header.php:194
#: application/views/logbookadvanced/index.php:613
#: application/views/logbookadvanced/useroptions.php:130
#: application/views/qso/edit_ajax.php:361 application/views/qso/index.php:264
@@ -193,7 +193,7 @@ msgstr "DOK"
#: application/views/bandmap/list.php:112 application/views/bands/index.php:48
#: application/views/csv/index.php:58 application/views/dxatlas/index.php:58
#: application/views/dxcalendar/index.php:11
#: application/views/interface_assets/header.php:162
#: application/views/interface_assets/header.php:164
#: application/views/kml/index.php:47
#: application/views/logbookadvanced/edit.php:7
#: application/views/logbookadvanced/index.php:145
@@ -216,12 +216,12 @@ msgid "Awards - WAJA"
msgstr "Ödüller - WAJA"
#: application/controllers/Awards.php:327 application/views/bands/index.php:51
#: application/views/interface_assets/header.php:208
#: application/views/interface_assets/header.php:210
msgid "JCC"
msgstr "JCC"
#: application/controllers/Awards.php:375 application/views/bands/index.php:57
#: application/views/interface_assets/header.php:168
#: application/views/interface_assets/header.php:170
msgid "VUCC"
msgstr "VUCC"
@@ -263,7 +263,7 @@ msgstr " ve "
#: application/controllers/Logbook.php:1278
#: application/views/awards/index.php:8 application/views/bands/index.php:55
#: application/views/dashboard/index.php:9
#: application/views/interface_assets/header.php:176
#: application/views/interface_assets/header.php:178
#: application/views/logbookadvanced/edit.php:17
#: application/views/logbookadvanced/index.php:259
#: application/views/logbookadvanced/useroptions.php:98
@@ -289,7 +289,7 @@ msgstr "SOTA"
#: application/controllers/Logbook.php:1279
#: application/views/bands/index.php:60
#: application/views/dashboard/index.php:10
#: application/views/interface_assets/header.php:170
#: application/views/interface_assets/header.php:172
#: application/views/logbookadvanced/edit.php:19
#: application/views/logbookadvanced/index.php:279
#: application/views/logbookadvanced/useroptions.php:134
@@ -309,7 +309,7 @@ msgstr "WWFF"
#: application/controllers/Logbook.php:1280
#: application/views/bands/index.php:52
#: application/views/dashboard/index.php:11
#: application/views/interface_assets/header.php:180
#: application/views/interface_assets/header.php:182
#: application/views/logbookadvanced/edit.php:13
#: application/views/logbookadvanced/index.php:263
#: application/views/logbookadvanced/index.php:595
@@ -336,7 +336,7 @@ msgid "Worked All States (WAS)"
msgstr "Worked All States (WAS)"
#: application/controllers/Awards.php:714 application/views/bands/index.php:53
#: application/views/interface_assets/header.php:186
#: application/views/interface_assets/header.php:188
msgid "RAC"
msgstr "RAC"
@@ -350,7 +350,7 @@ msgstr "IOTA (Yayındaki Ada)"
#: application/controllers/Awards.php:858
#: application/controllers/Awards.php:872
#: application/views/interface_assets/header.php:228
#: application/views/interface_assets/header.php:230
msgid "US Counties"
msgstr "ABD İlçeleri"
@@ -382,7 +382,7 @@ msgid "Fred Fish Memorial Award (FFMA)"
msgstr "Fred Fish Memorial Award (FFMA)"
#: application/controllers/Awards.php:1125
#: application/views/interface_assets/header.php:166
#: application/views/interface_assets/header.php:168
#: application/views/logbookadvanced/useroptions.php:138
msgid "SIG"
msgstr "SIG"
@@ -397,7 +397,7 @@ msgid "ITU Zones"
msgstr "ITU Bölgeleri"
#: application/controllers/Backup.php:15 application/views/backup/main.php:14
#: application/views/interface_assets/header.php:272
#: application/views/interface_assets/header.php:274
msgid "Backup"
msgstr "Yedekleme"
@@ -411,7 +411,7 @@ msgstr "Notlar - Yedekleme"
#: application/controllers/Band.php:25 application/views/bands/index.php:28
#: application/views/bands/index.php:32
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:373
#: application/views/statistics/index.php:16
#: application/views/statistics/index.php:56
msgid "Bands"
@@ -438,7 +438,7 @@ msgid "Export Cabrillo"
msgstr "Cabrillo'yu dışa aktar"
#: application/controllers/Cfdexport.php:20
#: application/views/interface_assets/header.php:388
#: application/views/interface_assets/header.php:390
msgid "CFD Export"
msgstr "CFD Dışa Aktarımı"
@@ -455,7 +455,7 @@ msgid "No user has configured Clublog."
msgstr "Clublog'u hiçbir kullanıcı yapılandırmadı."
#: application/controllers/Contestcalendar.php:19
#: application/views/interface_assets/header.php:245
#: application/views/interface_assets/header.php:247
msgid "Contest Calendar"
msgstr "Yarışma Takvimi"
@@ -465,7 +465,7 @@ msgid "Contest Logging"
msgstr "Yarışma Kayıtları"
#: application/controllers/Contesting.php:101
#: application/views/interface_assets/header.php:266
#: application/views/interface_assets/header.php:268
msgid "Contests"
msgstr "Yarışmalar"
@@ -476,12 +476,12 @@ msgstr "Yarışmayı Güncelleyin"
#: application/controllers/Continents.php:25
#: application/views/awards/dxcc/index.php:83
#: application/views/awards/iota/index.php:57
#: application/views/interface_assets/header.php:152
#: application/views/interface_assets/header.php:154
msgid "Continents"
msgstr "Kıtalar"
#: application/controllers/Cron.php:38
#: application/views/interface_assets/header.php:276
#: application/views/interface_assets/header.php:278
msgid "Cron Manager"
msgstr "Cron Yöneticisi"
@@ -490,7 +490,7 @@ msgid "Edit Cronjob"
msgstr "Cronjob'u Düzenle"
#: application/controllers/Csv.php:20 application/views/csv/index.php:3
#: application/views/interface_assets/header.php:384
#: application/views/interface_assets/header.php:386
msgid "SOTA CSV Export"
msgstr "SOTA CSV Dışa Aktarma"
@@ -545,7 +545,7 @@ msgstr ""
#: application/controllers/Distances.php:17
#: application/views/distances/index.php:5
#: application/views/distances/index.php:8
#: application/views/interface_assets/header.php:142
#: application/views/interface_assets/header.php:144
msgid "Distances Worked"
msgstr "Çalışılan Mesafeler"
@@ -559,12 +559,12 @@ msgid "and band"
msgstr "ve bant"
#: application/controllers/Dxatlas.php:19
#: application/views/interface_assets/header.php:382
#: application/views/interface_assets/header.php:384
msgid "DX Atlas Gridsquare Export"
msgstr "DX Atlas Konum belirleyici Dışa Aktarma"
#: application/controllers/Dxcalendar.php:10
#: application/views/interface_assets/header.php:243
#: application/views/interface_assets/header.php:245
msgid "DX Calendar"
msgstr "DX Takvimi"
@@ -604,7 +604,7 @@ msgid "eQSL Card Image Download"
msgstr "eQSL Kart Görüntüsü İndirme"
#: application/controllers/Gridmap.php:10
#: application/views/interface_assets/header.php:136
#: application/views/interface_assets/header.php:138
msgid "Gridsquare Map"
msgstr "Konum belirleyici Haritası"
@@ -629,7 +629,7 @@ msgid "No QSOs found to upload."
msgstr "Yüklenecek QSO bulunamadı."
#: application/controllers/Kmlexport.php:24
#: application/views/interface_assets/header.php:380
#: application/views/interface_assets/header.php:382
#: application/views/kml/index.php:3
msgid "KML Export"
msgstr "KML Dışa Aktarma"
@@ -1043,7 +1043,7 @@ msgstr "Ülke"
#: application/controllers/Logbook.php:1277
#: application/views/awards/iota/index.php:169
#: application/views/bands/index.php:50 application/views/dashboard/index.php:8
#: application/views/interface_assets/header.php:178
#: application/views/interface_assets/header.php:180
#: application/views/logbookadvanced/edit.php:9
#: application/views/logbookadvanced/index.php:267
#: application/views/logbookadvanced/index.php:592
@@ -1313,7 +1313,7 @@ msgstr ""
#: application/controllers/Lotw.php:54 application/controllers/Lotw.php:83
#: application/controllers/Lotw.php:125 application/views/adif/import.php:27
#: application/views/interface_assets/header.php:415
#: application/views/interface_assets/header.php:417
#: application/views/lotw/import.php:3
#: application/views/lotw_views/index.php:12
#: application/views/lotw_views/upload_cert.php:3
@@ -1342,7 +1342,7 @@ msgid "LoTW .TQ8 Not Sent"
msgstr ""
#: application/controllers/Mode.php:25
#: application/views/interface_assets/header.php:264
#: application/views/interface_assets/header.php:266
#: application/views/mode/index.php:15
msgid "Modes"
msgstr ""
@@ -1494,7 +1494,7 @@ msgid "Log Search & OQRS"
msgstr ""
#: application/controllers/Oqrs.php:104
#: application/views/interface_assets/header.php:405
#: application/views/interface_assets/header.php:407
msgid "OQRS Requests"
msgstr ""
@@ -1503,7 +1503,7 @@ msgid "QRB Calculator"
msgstr ""
#: application/controllers/Qrz.php:173
#: application/views/interface_assets/header.php:418
#: application/views/interface_assets/header.php:420
msgid "QRZ Logbook"
msgstr ""
@@ -1539,7 +1539,7 @@ msgid "Add QSO"
msgstr ""
#: application/controllers/Radio.php:18
#: application/views/interface_assets/header.php:424
#: application/views/interface_assets/header.php:426
msgid "Hardware Interfaces"
msgstr ""
@@ -1575,8 +1575,8 @@ msgstr ""
#: application/controllers/Search.php:19
#: application/views/continents/index.php:49
#: application/views/interface_assets/header.php:328
#: application/views/interface_assets/header.php:335
#: application/views/interface_assets/header.php:330
#: application/views/interface_assets/header.php:337
#: application/views/logbookadvanced/index.php:511
#: application/views/oqrs/index.php:28
#: application/views/oqrs/showrequests.php:67
@@ -1640,8 +1640,8 @@ msgid "Duplicate Station Location:"
msgstr ""
#: application/controllers/Stationsetup.php:35
#: application/views/interface_assets/header.php:369
#: application/views/interface_assets/header.php:480
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:482
msgid "Station Setup"
msgstr ""
@@ -1705,7 +1705,7 @@ msgid "Set as Active Logbook"
msgstr ""
#: application/controllers/Stationsetup.php:263
#: application/views/interface_assets/header.php:478
#: application/views/interface_assets/header.php:480
#: application/views/stationsetup/stationsetup.php:46
#: application/views/view_log/index.php:4
msgid "Active Logbook"
@@ -1842,8 +1842,14 @@ msgstr ""
msgid "Custom Statistics"
msgstr ""
#: application/controllers/Statistics.php:232
#: application/views/interface_assets/header.php:136
#: application/views/statistics/qsltable.php:5
msgid "QSL Statistics"
msgstr ""
#: application/controllers/Themes.php:27
#: application/views/interface_assets/header.php:270
#: application/views/interface_assets/header.php:272
msgid "Themes"
msgstr ""
@@ -1856,13 +1862,13 @@ msgid "Edit Theme"
msgstr ""
#: application/controllers/Timeline.php:17
#: application/views/interface_assets/header.php:146
#: application/views/interface_assets/header.php:148
#: application/views/timeline/index.php:2
msgid "Timeline"
msgstr ""
#: application/controllers/Timeplotter.php:17
#: application/views/interface_assets/header.php:150
#: application/views/interface_assets/header.php:152
#: application/views/timeplotter/index.php:9
msgid "Timeplotter"
msgstr ""
@@ -1904,7 +1910,7 @@ msgid "Dxcc Prefixes:"
msgstr ""
#: application/controllers/User.php:12
#: application/views/interface_assets/header.php:260
#: application/views/interface_assets/header.php:262
msgid "User Accounts"
msgstr ""
@@ -1944,7 +1950,7 @@ msgid "Login failed. Try again."
msgstr ""
#: application/controllers/User.php:860
#: application/views/interface_assets/header.php:348
#: application/views/interface_assets/header.php:350
#: application/views/user/login.php:89
#: application/views/visitor/layout/header.php:88
msgid "Login"
@@ -2026,7 +2032,7 @@ msgstr ""
#: application/controllers/Webadif.php:90
#: application/controllers/Webadif.php:137
#: application/views/interface_assets/header.php:419
#: application/views/interface_assets/header.php:421
msgid "QO-100 Dx Club Upload"
msgstr ""
@@ -2889,7 +2895,7 @@ msgid "Save"
msgstr ""
#: application/views/api/help.php:14
#: application/views/interface_assets/header.php:423
#: application/views/interface_assets/header.php:425
msgid "API Keys"
msgstr ""
@@ -3097,6 +3103,8 @@ msgstr ""
#: application/views/awards/was/index.php:177
#: application/views/dashboard/index.php:217
#: application/views/simplefle/index.php:27
#: application/views/statistics/qsltable.php:54
#: application/views/statistics/qsltable.php:109
#: application/views/statistics/qsotable.php:10
#: application/views/statistics/qsotable.php:23
#: application/views/statistics/satqsotable.php:10
@@ -3500,7 +3508,7 @@ msgid "Prefix"
msgstr ""
#: application/views/awards/ffma/index.php:8
#: application/views/interface_assets/header.php:234
#: application/views/interface_assets/header.php:236
msgid "Fred Fish Memorial Award"
msgstr ""
@@ -3593,7 +3601,7 @@ msgid "Canton"
msgstr ""
#: application/views/awards/index.php:9 application/views/bands/index.php:46
#: application/views/interface_assets/header.php:160
#: application/views/interface_assets/header.php:162
msgid "CQ"
msgstr ""
@@ -4169,12 +4177,12 @@ msgid "USA County"
msgstr "ABD İlçesi"
#: application/views/bands/index.php:58
#: application/views/interface_assets/header.php:206
#: application/views/interface_assets/header.php:208
msgid "WAJA"
msgstr ""
#: application/views/bands/index.php:59
#: application/views/interface_assets/header.php:230
#: application/views/interface_assets/header.php:232
msgid "WAS"
msgstr ""
@@ -4474,7 +4482,7 @@ msgstr ""
#: application/views/contesting/add.php:44
#: application/views/contesting/edit.php:43
#: application/views/contesting/edit.php:46
#: application/views/interface_assets/header.php:458
#: application/views/interface_assets/header.php:460
#: application/views/mode/create.php:46 application/views/mode/create.php:48
#: application/views/mode/edit.php:57 application/views/mode/edit.php:60
#: application/views/mode/index.php:43
@@ -5160,7 +5168,7 @@ msgid "VUCC-Grids"
msgstr ""
#: application/views/dayswithqso/index.php:2
#: application/views/interface_assets/header.php:144
#: application/views/interface_assets/header.php:146
msgid "Days with QSOs"
msgstr ""
@@ -5639,7 +5647,7 @@ msgstr ""
#: application/views/eqsl/download.php:17 application/views/eqsl/export.php:16
#: application/views/eqsl/import.php:15 application/views/eqsl/result.php:17
#: application/views/eqsl/tools.php:15
#: application/views/interface_assets/header.php:241
#: application/views/interface_assets/header.php:243
msgid "Tools"
msgstr ""
@@ -5934,7 +5942,7 @@ msgid "Propagation mode is not supported by LoTW. LoTW QSL fields disabled."
msgstr ""
#: application/views/interface_assets/footer.php:127
#: application/views/interface_assets/header.php:426
#: application/views/interface_assets/header.php:428
#: application/views/options/sidebar.php:11
msgid "Version Info"
msgstr ""
@@ -6008,85 +6016,85 @@ msgstr ""
msgid "Analytics"
msgstr ""
#: application/views/interface_assets/header.php:138
#: application/views/interface_assets/header.php:140
msgid "Activated Gridsquares"
msgstr ""
#: application/views/interface_assets/header.php:158
#: application/views/interface_assets/header.php:160
msgid "International"
msgstr ""
#: application/views/interface_assets/header.php:164
#: application/views/interface_assets/header.php:166
msgid "ITU"
msgstr ""
#: application/views/interface_assets/header.php:184
#: application/views/interface_assets/header.php:186
msgid "Canada"
msgstr ""
#: application/views/interface_assets/header.php:190
#: application/views/interface_assets/header.php:192
msgid "Germany"
msgstr ""
#: application/views/interface_assets/header.php:194
#: application/views/interface_assets/header.php:196
msgid "DL Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:198
#: application/views/interface_assets/header.php:200
msgid "Great Britain"
msgstr ""
#: application/views/interface_assets/header.php:200
#: application/views/interface_assets/header.php:202
msgid "WAB"
msgstr ""
#: application/views/interface_assets/header.php:204
#: application/views/interface_assets/header.php:206
msgid "Japan"
msgstr ""
#: application/views/interface_assets/header.php:210
#: application/views/interface_assets/header.php:212
msgid "JA Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:214
#: application/views/interface_assets/header.php:216
msgid "Luxemburg"
msgstr ""
#: application/views/interface_assets/header.php:216
#: application/views/interface_assets/header.php:218
msgid "LX Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:220
#: application/views/interface_assets/header.php:222
msgid "Switzerland"
msgstr ""
#: application/views/interface_assets/header.php:226
#: application/views/interface_assets/header.php:228
msgid "USA"
msgstr ""
#: application/views/interface_assets/header.php:232
#: application/views/interface_assets/header.php:234
msgid "US Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:249
#: application/views/interface_assets/header.php:251
msgid "Bandmap"
msgstr ""
#: application/views/interface_assets/header.php:251
#: application/views/interface_assets/header.php:253
msgid "SAT Timers"
msgstr ""
#: application/views/interface_assets/header.php:257
#: application/views/interface_assets/header.php:259
#: application/views/station_profile/index.php:33
#: application/views/stationsetup/stationsetup.php:113
msgid "Admin"
msgstr ""
#: application/views/interface_assets/header.php:262
#: application/views/interface_assets/header.php:264
msgid "Global Options"
msgstr ""
#: application/views/interface_assets/header.php:268
#: application/views/interface_assets/header.php:270
#: application/views/notes/add.php:38 application/views/notes/edit.php:39
#: application/views/satellite/index.php:11
#: application/views/statistics/custom.php:20
@@ -6096,79 +6104,79 @@ msgstr ""
msgid "Satellites"
msgstr ""
#: application/views/interface_assets/header.php:274
#: application/views/interface_assets/header.php:276
msgid "Update Country Files"
msgstr ""
#: application/views/interface_assets/header.php:278
#: application/views/interface_assets/header.php:280
msgid "Debug Information"
msgstr ""
#: application/views/interface_assets/header.php:325
#: application/views/interface_assets/header.php:327
msgid "Add/Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:327
#: application/views/interface_assets/header.php:329
msgid "Log"
msgstr ""
#: application/views/interface_assets/header.php:334
#: application/views/interface_assets/header.php:336
#: application/views/logbookadvanced/index.php:447
#: application/views/oqrs/index.php:27 application/views/user/edit.php:441
#: application/views/visitor/layout/header.php:97
msgid "Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:363
#: application/views/interface_assets/header.php:365
#: application/views/user/edit.php:49
msgid "Account"
msgstr ""
#: application/views/interface_assets/header.php:378
#: application/views/interface_assets/header.php:380
msgid "Other Export Options"
msgstr ""
#: application/views/interface_assets/header.php:386
#: application/views/interface_assets/header.php:388
msgid "Cabrillo Export"
msgstr ""
#: application/views/interface_assets/header.php:410
#: application/views/interface_assets/header.php:412
msgid "QSL Queue"
msgstr ""
#: application/views/interface_assets/header.php:411
#: application/views/interface_assets/header.php:413
msgid "Labels"
msgstr ""
#: application/views/interface_assets/header.php:413
#: application/views/interface_assets/header.php:415
msgid "Third-Party Services"
msgstr ""
#: application/views/interface_assets/header.php:416
#: application/views/interface_assets/header.php:418
msgid "eQSL Import / Export"
msgstr ""
#: application/views/interface_assets/header.php:417
#: application/views/interface_assets/header.php:419
msgid "HRDLog Logbook"
msgstr ""
#: application/views/interface_assets/header.php:427
#: application/views/interface_assets/header.php:429
msgid "Help"
msgstr ""
#: application/views/interface_assets/header.php:428
#: application/views/interface_assets/header.php:430
msgid "Forum"
msgstr ""
#: application/views/interface_assets/header.php:430
#: application/views/interface_assets/header.php:432
msgid "Logout"
msgstr ""
#: application/views/interface_assets/header.php:438
#: application/views/interface_assets/header.php:440
msgid "Select a Location"
msgstr ""
#: application/views/interface_assets/header.php:517
#: application/views/interface_assets/header.php:519
msgid "Extras"
msgstr ""

View File

@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-30 12:21+0000\n"
"POT-Creation-Date: 2024-07-30 12:45+0000\n"
"PO-Revision-Date: 2024-07-29 13:32+0000\n"
"Last-Translator: Karuru <karuru@aerodefense.co.uk>\n"
"Language-Team: Chinese (Simplified) <https://translate.wavelog.org/projects/"
@@ -20,7 +20,7 @@ msgstr ""
"X-Generator: Weblate 5.6.2\n"
#: application/controllers/Accumulated.php:21
#: application/views/interface_assets/header.php:148
#: application/views/interface_assets/header.php:150
msgid "Accumulated Statistics"
msgstr "累积统计"
@@ -57,7 +57,7 @@ msgstr "总激活的网格"
#: application/controllers/Activators.php:20
#: application/views/activators/index.php:2
#: application/views/interface_assets/header.php:140
#: application/views/interface_assets/header.php:142
msgid "Gridsquare Activators"
msgstr "网格激活者"
@@ -78,7 +78,7 @@ msgid "ADIF Export"
msgstr "ADIF 导出"
#: application/controllers/Adif.php:147
#: application/views/interface_assets/header.php:376
#: application/views/interface_assets/header.php:378
msgid "ADIF Import / Export"
msgstr "ADIF 导入/导出"
@@ -152,7 +152,7 @@ msgid "Valid"
msgstr "有效"
#: application/controllers/Awards.php:22
#: application/views/interface_assets/header.php:156
#: application/views/interface_assets/header.php:158
#: application/views/qso/edit_ajax.php:35
msgid "Awards"
msgstr "奖项"
@@ -181,7 +181,7 @@ msgstr "奖项 - %s"
#: application/views/awards/dok/index.php:149
#: application/views/bands/index.php:47
#: application/views/contesting/index.php:170
#: application/views/interface_assets/header.php:192
#: application/views/interface_assets/header.php:194
#: application/views/logbookadvanced/index.php:613
#: application/views/logbookadvanced/useroptions.php:130
#: application/views/qso/edit_ajax.php:361 application/views/qso/index.php:264
@@ -194,7 +194,7 @@ msgstr "DOK"
#: application/views/bandmap/list.php:112 application/views/bands/index.php:48
#: application/views/csv/index.php:58 application/views/dxatlas/index.php:58
#: application/views/dxcalendar/index.php:11
#: application/views/interface_assets/header.php:162
#: application/views/interface_assets/header.php:164
#: application/views/kml/index.php:47
#: application/views/logbookadvanced/edit.php:7
#: application/views/logbookadvanced/index.php:145
@@ -217,12 +217,12 @@ msgid "Awards - WAJA"
msgstr "奖项 - WAJA"
#: application/controllers/Awards.php:327 application/views/bands/index.php:51
#: application/views/interface_assets/header.php:208
#: application/views/interface_assets/header.php:210
msgid "JCC"
msgstr "JCC"
#: application/controllers/Awards.php:375 application/views/bands/index.php:57
#: application/views/interface_assets/header.php:168
#: application/views/interface_assets/header.php:170
msgid "VUCC"
msgstr "VUCC"
@@ -264,7 +264,7 @@ msgstr " 并且 "
#: application/controllers/Logbook.php:1278
#: application/views/awards/index.php:8 application/views/bands/index.php:55
#: application/views/dashboard/index.php:9
#: application/views/interface_assets/header.php:176
#: application/views/interface_assets/header.php:178
#: application/views/logbookadvanced/edit.php:17
#: application/views/logbookadvanced/index.php:259
#: application/views/logbookadvanced/useroptions.php:98
@@ -290,7 +290,7 @@ msgstr "SOTA"
#: application/controllers/Logbook.php:1279
#: application/views/bands/index.php:60
#: application/views/dashboard/index.php:10
#: application/views/interface_assets/header.php:170
#: application/views/interface_assets/header.php:172
#: application/views/logbookadvanced/edit.php:19
#: application/views/logbookadvanced/index.php:279
#: application/views/logbookadvanced/useroptions.php:134
@@ -310,7 +310,7 @@ msgstr "WWFF"
#: application/controllers/Logbook.php:1280
#: application/views/bands/index.php:52
#: application/views/dashboard/index.php:11
#: application/views/interface_assets/header.php:180
#: application/views/interface_assets/header.php:182
#: application/views/logbookadvanced/edit.php:13
#: application/views/logbookadvanced/index.php:263
#: application/views/logbookadvanced/index.php:595
@@ -337,7 +337,7 @@ msgid "Worked All States (WAS)"
msgstr "通联全部州奖WAS"
#: application/controllers/Awards.php:714 application/views/bands/index.php:53
#: application/views/interface_assets/header.php:186
#: application/views/interface_assets/header.php:188
msgid "RAC"
msgstr "RAC"
@@ -351,7 +351,7 @@ msgstr "IOTA空中岛屿"
#: application/controllers/Awards.php:858
#: application/controllers/Awards.php:872
#: application/views/interface_assets/header.php:228
#: application/views/interface_assets/header.php:230
msgid "US Counties"
msgstr "美国各县"
@@ -383,7 +383,7 @@ msgid "Fred Fish Memorial Award (FFMA)"
msgstr "Fred Fish 纪念奖FFMA"
#: application/controllers/Awards.php:1125
#: application/views/interface_assets/header.php:166
#: application/views/interface_assets/header.php:168
#: application/views/logbookadvanced/useroptions.php:138
msgid "SIG"
msgstr "SIG"
@@ -398,7 +398,7 @@ msgid "ITU Zones"
msgstr "ITU 分区"
#: application/controllers/Backup.php:15 application/views/backup/main.php:14
#: application/views/interface_assets/header.php:272
#: application/views/interface_assets/header.php:274
msgid "Backup"
msgstr "备份"
@@ -412,7 +412,7 @@ msgstr "笔记 - 备份"
#: application/controllers/Band.php:25 application/views/bands/index.php:28
#: application/views/bands/index.php:32
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:373
#: application/views/statistics/index.php:16
#: application/views/statistics/index.php:56
msgid "Bands"
@@ -439,7 +439,7 @@ msgid "Export Cabrillo"
msgstr "导出 Cabrillo"
#: application/controllers/Cfdexport.php:20
#: application/views/interface_assets/header.php:388
#: application/views/interface_assets/header.php:390
msgid "CFD Export"
msgstr "CFD 导出"
@@ -456,7 +456,7 @@ msgid "No user has configured Clublog."
msgstr "Clublog 未配置用户账户。"
#: application/controllers/Contestcalendar.php:19
#: application/views/interface_assets/header.php:245
#: application/views/interface_assets/header.php:247
msgid "Contest Calendar"
msgstr "竞赛日志"
@@ -466,7 +466,7 @@ msgid "Contest Logging"
msgstr "竞赛日志"
#: application/controllers/Contesting.php:101
#: application/views/interface_assets/header.php:266
#: application/views/interface_assets/header.php:268
msgid "Contests"
msgstr "比赛"
@@ -477,12 +477,12 @@ msgstr "更新竞赛"
#: application/controllers/Continents.php:25
#: application/views/awards/dxcc/index.php:83
#: application/views/awards/iota/index.php:57
#: application/views/interface_assets/header.php:152
#: application/views/interface_assets/header.php:154
msgid "Continents"
msgstr "大陆"
#: application/controllers/Cron.php:38
#: application/views/interface_assets/header.php:276
#: application/views/interface_assets/header.php:278
msgid "Cron Manager"
msgstr "Cron 管理器"
@@ -491,7 +491,7 @@ msgid "Edit Cronjob"
msgstr "编辑 Cron"
#: application/controllers/Csv.php:20 application/views/csv/index.php:3
#: application/views/interface_assets/header.php:384
#: application/views/interface_assets/header.php:386
msgid "SOTA CSV Export"
msgstr "SOTA CSV 导出"
@@ -544,7 +544,7 @@ msgstr "文件迁移失败。请检查错误日志。"
#: application/controllers/Distances.php:17
#: application/views/distances/index.php:5
#: application/views/distances/index.php:8
#: application/views/interface_assets/header.php:142
#: application/views/interface_assets/header.php:144
msgid "Distances Worked"
msgstr "距离"
@@ -558,12 +558,12 @@ msgid "and band"
msgstr "和波段"
#: application/controllers/Dxatlas.php:19
#: application/views/interface_assets/header.php:382
#: application/views/interface_assets/header.php:384
msgid "DX Atlas Gridsquare Export"
msgstr "DX Atlas Gridsquare 导出"
#: application/controllers/Dxcalendar.php:10
#: application/views/interface_assets/header.php:243
#: application/views/interface_assets/header.php:245
msgid "DX Calendar"
msgstr "DX 日志"
@@ -603,7 +603,7 @@ msgid "eQSL Card Image Download"
msgstr "eQSL 卡片图像下载"
#: application/controllers/Gridmap.php:10
#: application/views/interface_assets/header.php:136
#: application/views/interface_assets/header.php:138
msgid "Gridsquare Map"
msgstr "网格地图"
@@ -627,7 +627,7 @@ msgid "No QSOs found to upload."
msgstr "无 QSO 可供上传。"
#: application/controllers/Kmlexport.php:24
#: application/views/interface_assets/header.php:380
#: application/views/interface_assets/header.php:382
#: application/views/kml/index.php:3
msgid "KML Export"
msgstr "KML 导出"
@@ -1039,7 +1039,7 @@ msgstr "DXCC 实体"
#: application/controllers/Logbook.php:1277
#: application/views/awards/iota/index.php:169
#: application/views/bands/index.php:50 application/views/dashboard/index.php:8
#: application/views/interface_assets/header.php:178
#: application/views/interface_assets/header.php:180
#: application/views/logbookadvanced/edit.php:9
#: application/views/logbookadvanced/index.php:267
#: application/views/logbookadvanced/index.php:592
@@ -1309,7 +1309,7 @@ msgstr "快速查找"
#: application/controllers/Lotw.php:54 application/controllers/Lotw.php:83
#: application/controllers/Lotw.php:125 application/views/adif/import.php:27
#: application/views/interface_assets/header.php:415
#: application/views/interface_assets/header.php:417
#: application/views/lotw/import.php:3
#: application/views/lotw_views/index.php:12
#: application/views/lotw_views/upload_cert.php:3
@@ -1338,7 +1338,7 @@ msgid "LoTW .TQ8 Not Sent"
msgstr "LoTW .TQ8 未发送"
#: application/controllers/Mode.php:25
#: application/views/interface_assets/header.php:264
#: application/views/interface_assets/header.php:266
#: application/views/mode/index.php:15
msgid "Modes"
msgstr "模式"
@@ -1490,7 +1490,7 @@ msgid "Log Search & OQRS"
msgstr "查找日志 & OQRS"
#: application/controllers/Oqrs.php:104
#: application/views/interface_assets/header.php:405
#: application/views/interface_assets/header.php:407
msgid "OQRS Requests"
msgstr "OQRS"
@@ -1499,7 +1499,7 @@ msgid "QRB Calculator"
msgstr "QRB 计算器"
#: application/controllers/Qrz.php:173
#: application/views/interface_assets/header.php:418
#: application/views/interface_assets/header.php:420
msgid "QRZ Logbook"
msgstr "QRZ 日志簿"
@@ -1535,7 +1535,7 @@ msgid "Add QSO"
msgstr "添加 QSO"
#: application/controllers/Radio.php:18
#: application/views/interface_assets/header.php:424
#: application/views/interface_assets/header.php:426
msgid "Hardware Interfaces"
msgstr "硬件接口"
@@ -1571,8 +1571,8 @@ msgstr "卫星时钟"
#: application/controllers/Search.php:19
#: application/views/continents/index.php:49
#: application/views/interface_assets/header.php:328
#: application/views/interface_assets/header.php:335
#: application/views/interface_assets/header.php:330
#: application/views/interface_assets/header.php:337
#: application/views/logbookadvanced/index.php:511
#: application/views/oqrs/index.php:28
#: application/views/oqrs/showrequests.php:67
@@ -1636,8 +1636,8 @@ msgid "Duplicate Station Location:"
msgstr "台站地址重复:"
#: application/controllers/Stationsetup.php:35
#: application/views/interface_assets/header.php:369
#: application/views/interface_assets/header.php:480
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:482
msgid "Station Setup"
msgstr "设置台站"
@@ -1701,7 +1701,7 @@ msgid "Set as Active Logbook"
msgstr "设置为正在使用的日志"
#: application/controllers/Stationsetup.php:263
#: application/views/interface_assets/header.php:478
#: application/views/interface_assets/header.php:480
#: application/views/stationsetup/stationsetup.php:46
#: application/views/view_log/index.php:4
msgid "Active Logbook"
@@ -1838,8 +1838,14 @@ msgstr "统计"
msgid "Custom Statistics"
msgstr "自定义统计"
#: application/controllers/Statistics.php:232
#: application/views/interface_assets/header.php:136
#: application/views/statistics/qsltable.php:5
msgid "QSL Statistics"
msgstr ""
#: application/controllers/Themes.php:27
#: application/views/interface_assets/header.php:270
#: application/views/interface_assets/header.php:272
msgid "Themes"
msgstr "主题"
@@ -1852,13 +1858,13 @@ msgid "Edit Theme"
msgstr "编辑主题"
#: application/controllers/Timeline.php:17
#: application/views/interface_assets/header.php:146
#: application/views/interface_assets/header.php:148
#: application/views/timeline/index.php:2
msgid "Timeline"
msgstr "时间线"
#: application/controllers/Timeplotter.php:17
#: application/views/interface_assets/header.php:150
#: application/views/interface_assets/header.php:152
#: application/views/timeplotter/index.php:9
msgid "Timeplotter"
msgstr "时间图"
@@ -1900,7 +1906,7 @@ msgid "Dxcc Prefixes:"
msgstr "DXCC 前缀:"
#: application/controllers/User.php:12
#: application/views/interface_assets/header.php:260
#: application/views/interface_assets/header.php:262
msgid "User Accounts"
msgstr "用户账户"
@@ -1940,7 +1946,7 @@ msgid "Login failed. Try again."
msgstr "登录失败,请重试。"
#: application/controllers/User.php:860
#: application/views/interface_assets/header.php:348
#: application/views/interface_assets/header.php:350
#: application/views/user/login.php:89
#: application/views/visitor/layout/header.php:88
msgid "Login"
@@ -2024,7 +2030,7 @@ msgstr "导出地图"
#: application/controllers/Webadif.php:90
#: application/controllers/Webadif.php:137
#: application/views/interface_assets/header.php:419
#: application/views/interface_assets/header.php:421
msgid "QO-100 Dx Club Upload"
msgstr "QO-100 Dx Club 上传"
@@ -2891,7 +2897,7 @@ msgid "Save"
msgstr "保存"
#: application/views/api/help.php:14
#: application/views/interface_assets/header.php:423
#: application/views/interface_assets/header.php:425
msgid "API Keys"
msgstr "API 密钥"
@@ -3107,6 +3113,8 @@ msgstr "已确认的县"
#: application/views/awards/was/index.php:177
#: application/views/dashboard/index.php:217
#: application/views/simplefle/index.php:27
#: application/views/statistics/qsltable.php:54
#: application/views/statistics/qsltable.php:109
#: application/views/statistics/qsotable.php:10
#: application/views/statistics/qsotable.php:23
#: application/views/statistics/satqsotable.php:10
@@ -3526,7 +3534,7 @@ msgid "Prefix"
msgstr "前缀"
#: application/views/awards/ffma/index.php:8
#: application/views/interface_assets/header.php:234
#: application/views/interface_assets/header.php:236
msgid "Fred Fish Memorial Award"
msgstr "弗雷德·菲什纪念奖"
@@ -3632,7 +3640,7 @@ msgid "Canton"
msgstr "Canton"
#: application/views/awards/index.php:9 application/views/bands/index.php:46
#: application/views/interface_assets/header.php:160
#: application/views/interface_assets/header.php:162
msgid "CQ"
msgstr "CQ"
@@ -4255,12 +4263,12 @@ msgid "USA County"
msgstr "县(美国)"
#: application/views/bands/index.php:58
#: application/views/interface_assets/header.php:206
#: application/views/interface_assets/header.php:208
msgid "WAJA"
msgstr "WAJA"
#: application/views/bands/index.php:59
#: application/views/interface_assets/header.php:230
#: application/views/interface_assets/header.php:232
msgid "WAS"
msgstr "WAS"
@@ -4560,7 +4568,7 @@ msgstr "ADIF 名称"
#: application/views/contesting/add.php:44
#: application/views/contesting/edit.php:43
#: application/views/contesting/edit.php:46
#: application/views/interface_assets/header.php:458
#: application/views/interface_assets/header.php:460
#: application/views/mode/create.php:46 application/views/mode/create.php:48
#: application/views/mode/edit.php:57 application/views/mode/edit.php:60
#: application/views/mode/index.php:43
@@ -5245,7 +5253,7 @@ msgid "VUCC-Grids"
msgstr "VUCC 网格"
#: application/views/dayswithqso/index.php:2
#: application/views/interface_assets/header.php:144
#: application/views/interface_assets/header.php:146
msgid "Days with QSOs"
msgstr "天数"
@@ -5726,7 +5734,7 @@ msgstr "上传QSO"
#: application/views/eqsl/download.php:17 application/views/eqsl/export.php:16
#: application/views/eqsl/import.php:15 application/views/eqsl/result.php:17
#: application/views/eqsl/tools.php:15
#: application/views/interface_assets/header.php:241
#: application/views/interface_assets/header.php:243
msgid "Tools"
msgstr "工具"
@@ -6033,7 +6041,7 @@ msgid "Propagation mode is not supported by LoTW. LoTW QSL fields disabled."
msgstr "传播方式不被 LoTW 支持LoTW 字段已禁用。"
#: application/views/interface_assets/footer.php:127
#: application/views/interface_assets/header.php:426
#: application/views/interface_assets/header.php:428
#: application/views/options/sidebar.php:11
msgid "Version Info"
msgstr "版本信息"
@@ -6109,85 +6117,85 @@ msgstr "比赛日志(手动)"
msgid "Analytics"
msgstr "分析"
#: application/views/interface_assets/header.php:138
#: application/views/interface_assets/header.php:140
msgid "Activated Gridsquares"
msgstr "激活的网格"
#: application/views/interface_assets/header.php:158
#: application/views/interface_assets/header.php:160
msgid "International"
msgstr "国际"
#: application/views/interface_assets/header.php:164
#: application/views/interface_assets/header.php:166
msgid "ITU"
msgstr "ITU"
#: application/views/interface_assets/header.php:184
#: application/views/interface_assets/header.php:186
msgid "Canada"
msgstr "加拿大"
#: application/views/interface_assets/header.php:190
#: application/views/interface_assets/header.php:192
msgid "Germany"
msgstr "德国"
#: application/views/interface_assets/header.php:194
#: application/views/interface_assets/header.php:196
msgid "DL Gridmaster"
msgstr "DL Gridmaster"
#: application/views/interface_assets/header.php:198
#: application/views/interface_assets/header.php:200
msgid "Great Britain"
msgstr "英国"
#: application/views/interface_assets/header.php:200
#: application/views/interface_assets/header.php:202
msgid "WAB"
msgstr "WAB"
#: application/views/interface_assets/header.php:204
#: application/views/interface_assets/header.php:206
msgid "Japan"
msgstr "日本"
#: application/views/interface_assets/header.php:210
#: application/views/interface_assets/header.php:212
msgid "JA Gridmaster"
msgstr "JA Gridmaster"
#: application/views/interface_assets/header.php:214
#: application/views/interface_assets/header.php:216
msgid "Luxemburg"
msgstr "卢森堡"
#: application/views/interface_assets/header.php:216
#: application/views/interface_assets/header.php:218
msgid "LX Gridmaster"
msgstr "LX Gridmaster"
#: application/views/interface_assets/header.php:220
#: application/views/interface_assets/header.php:222
msgid "Switzerland"
msgstr "瑞士"
#: application/views/interface_assets/header.php:226
#: application/views/interface_assets/header.php:228
msgid "USA"
msgstr "美国"
#: application/views/interface_assets/header.php:232
#: application/views/interface_assets/header.php:234
msgid "US Gridmaster"
msgstr "US Gridmaster"
#: application/views/interface_assets/header.php:249
#: application/views/interface_assets/header.php:251
msgid "Bandmap"
msgstr "波段地图"
#: application/views/interface_assets/header.php:251
#: application/views/interface_assets/header.php:253
msgid "SAT Timers"
msgstr "卫星过境时钟"
#: application/views/interface_assets/header.php:257
#: application/views/interface_assets/header.php:259
#: application/views/station_profile/index.php:33
#: application/views/stationsetup/stationsetup.php:113
msgid "Admin"
msgstr "管理员"
#: application/views/interface_assets/header.php:262
#: application/views/interface_assets/header.php:264
msgid "Global Options"
msgstr "全局选项"
#: application/views/interface_assets/header.php:268
#: application/views/interface_assets/header.php:270
#: application/views/notes/add.php:38 application/views/notes/edit.php:39
#: application/views/satellite/index.php:11
#: application/views/statistics/custom.php:20
@@ -6197,79 +6205,79 @@ msgstr "全局选项"
msgid "Satellites"
msgstr "卫星"
#: application/views/interface_assets/header.php:274
#: application/views/interface_assets/header.php:276
msgid "Update Country Files"
msgstr "更新国家文件"
#: application/views/interface_assets/header.php:278
#: application/views/interface_assets/header.php:280
msgid "Debug Information"
msgstr "调试信息"
#: application/views/interface_assets/header.php:325
#: application/views/interface_assets/header.php:327
msgid "Add/Search Callsign"
msgstr "添加/搜索 呼号"
#: application/views/interface_assets/header.php:327
#: application/views/interface_assets/header.php:329
msgid "Log"
msgstr "日志"
#: application/views/interface_assets/header.php:334
#: application/views/interface_assets/header.php:336
#: application/views/logbookadvanced/index.php:447
#: application/views/oqrs/index.php:27 application/views/user/edit.php:441
#: application/views/visitor/layout/header.php:97
msgid "Search Callsign"
msgstr "查询呼号"
#: application/views/interface_assets/header.php:363
#: application/views/interface_assets/header.php:365
#: application/views/user/edit.php:49
msgid "Account"
msgstr "账户信息"
#: application/views/interface_assets/header.php:378
#: application/views/interface_assets/header.php:380
msgid "Other Export Options"
msgstr "其它导出选项"
#: application/views/interface_assets/header.php:386
#: application/views/interface_assets/header.php:388
msgid "Cabrillo Export"
msgstr "Cabrillo 导出"
#: application/views/interface_assets/header.php:410
#: application/views/interface_assets/header.php:412
msgid "QSL Queue"
msgstr "QSL 队列"
#: application/views/interface_assets/header.php:411
#: application/views/interface_assets/header.php:413
msgid "Labels"
msgstr "标签"
#: application/views/interface_assets/header.php:413
#: application/views/interface_assets/header.php:415
msgid "Third-Party Services"
msgstr "第三方服务"
#: application/views/interface_assets/header.php:416
#: application/views/interface_assets/header.php:418
msgid "eQSL Import / Export"
msgstr "eQSL 导入/导出"
#: application/views/interface_assets/header.php:417
#: application/views/interface_assets/header.php:419
msgid "HRDLog Logbook"
msgstr "HRDLog 日志簿"
#: application/views/interface_assets/header.php:427
#: application/views/interface_assets/header.php:429
msgid "Help"
msgstr "帮助"
#: application/views/interface_assets/header.php:428
#: application/views/interface_assets/header.php:430
msgid "Forum"
msgstr "论坛"
#: application/views/interface_assets/header.php:430
#: application/views/interface_assets/header.php:432
msgid "Logout"
msgstr "注销"
#: application/views/interface_assets/header.php:438
#: application/views/interface_assets/header.php:440
msgid "Select a Location"
msgstr "选择电台站位置"
#: application/views/interface_assets/header.php:517
#: application/views/interface_assets/header.php:519
msgid "Extras"
msgstr "额外"

View File

@@ -4,30 +4,30 @@
function result() {
$this->db->select('COL_CALL, COL_BAND, COL_TIME_ON, COL_RST_RCVD, COL_RST_SENT, COL_MODE, COL_NAME, COL_COUNTRY, COL_PRIMARY_KEY, COL_SAT_NAME');
$this->db->where('COL_TIME_ON >=', $this->input->post('start_date'));
$this->db->where('COL_TIME_OFF <=', $this->input->post('end_date'));
$this->db->where('COL_TIME_ON >=', $this->input->post('start_date'));
$this->db->where('COL_TIME_OFF <=', $this->input->post('end_date'));
if($this->input->post('band_6m') == "6m") {
$this->db->where('COL_BAND', $this->input->post('band_6m'));
$this->db->where('COL_BAND', $this->input->post('band_6m'));
}
if($this->input->post('band_2m') == "2m") {
$this->db->where('COL_BAND', $this->input->post('band_2m'));
$this->db->where('COL_BAND', $this->input->post('band_2m'));
}
if($this->input->post('band_70cm') == "70cm") {
$this->db->where('COL_BAND', $this->input->post('band_70cm'));
$this->db->where('COL_BAND', $this->input->post('band_70cm'));
}
if($this->input->post('band_23cm') == "23cm") {
$this->db->where('COL_BAND', $this->input->post('band_23cm'));
$this->db->where('COL_BAND', $this->input->post('band_23cm'));
}
if($this->input->post('band_3cm') == "3cm") {
$this->db->where('COL_BAND', $this->input->post('band_3cm'));
$this->db->where('COL_BAND', $this->input->post('band_3cm'));
}
// Select Voice QSOs
if($this->input->post('mode_data') == "data") {
if($this->input->post('mode_ssb') != "ssb") {
@@ -45,29 +45,29 @@
$this->db->where('COL_MODE !=', 'AM');
}
}
// Select Voice QSOs
if($this->input->post('mode_ssb') == "ssb") {
$this->db->where('COL_MODE', $this->input->post('mode_ssb'));
$this->db->where('COL_MODE', $this->input->post('mode_ssb'));
$this->db->or_where('COL_MODE', 'USB');
$this->db->or_where('COL_MODE', 'LSB');
$this->db->or_where('COL_MODE', 'LSB');
}
// Select CW QSOs
if($this->input->post('mode_cw') == "cw") {
$this->db->where('COL_MODE', $this->input->post('mode_ssb'));
$this->db->where('COL_MODE', $this->input->post('mode_ssb'));
}
// Select FM QSOs
if($this->input->post('mode_fm') == "fm") {
$this->db->where('COL_MODE', $this->input->post('mode_ssb'));
$this->db->where('COL_MODE', $this->input->post('mode_ssb'));
}
// Select AM QSOs
if($this->input->post('mode_am') == "am") {
$this->db->where('COL_MODE', $this->input->post('mode_am'));
$this->db->where('COL_MODE', $this->input->post('mode_am'));
}
return $this->db->get($this->config->item('table_name'));
}
@@ -79,7 +79,7 @@
$satunique = $this->getUniqueSatCallsignsSat();
$modeunique = $this->getUniqueSatCallsignsModes();
// Generating the band/mode table
foreach ($sats as $sat) {
$sattotal[$sat] = 0;
@@ -133,7 +133,7 @@
$modecalls=[];
$bandcalls=[];
// Generating the band/mode table
foreach ($bands as $band) {
$bandtotal[$band] = 0;
@@ -178,19 +178,19 @@
function getUniqueSatCallsignsSat() {
$this->load->model('logbooks_model');
$logbooks_locations_array = $this->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
if (!$logbooks_locations_array) {
return null;
}
$bands = array();
$this->db->select('count(distinct col_call) as calls, upper(col_sat_name) as sat', FALSE);
$this->db->where('col_prop_mode', 'SAT');
$this->db->where('coalesce(col_sat_name,"") != ""');
$this->db->where_in('station_id', $logbooks_locations_array);
$this->db->group_by('upper(col_sat_name)');
$query = $this->db->get($this->config->item('table_name'));
return $query->result();
@@ -199,59 +199,57 @@
function getUniqueSatCallsigns() {
$this->load->model('logbooks_model');
$logbooks_locations_array = $this->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
if (!$logbooks_locations_array) {
return null;
}
$bands = array();
$this->db->select('count(distinct col_call) as calls, upper(col_sat_name) as sat, col_mode, coalesce(col_submode, "") col_submode', FALSE);
$this->db->where('col_prop_mode', 'SAT');
$this->db->where('coalesce(col_sat_name,"") != ""');
$this->db->where_in('station_id', $logbooks_locations_array);
$this->db->group_by('upper(col_sat_name), col_mode, coalesce(col_submode, "")');
$query = $this->db->get($this->config->item('table_name'));
return $query->result();
}
function getUniqueCallsigns() {
$CI =& get_instance();
$CI->load->model('logbooks_model');
$logbooks_locations_array = $CI->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
$this->load->model('logbooks_model');
$logbooks_locations_array = $this->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
if (!$logbooks_locations_array) {
return null;
}
$bands = array();
$this->db->select('count(distinct col_call) as calls, lower(col_band) as band, col_mode, coalesce(col_submode, "") col_submode', FALSE);
$this->db->where_in('station_id', $logbooks_locations_array);
$this->db->group_by('lower(col_band), col_mode, coalesce(col_submode, "")');
$query = $this->db->get($this->config->item('table_name'));
return $query->result();
}
function getUniqueCallsignsModes() {
$CI =& get_instance();
$CI->load->model('logbooks_model');
$logbooks_locations_array = $CI->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
$this->load->model('logbooks_model');
$logbooks_locations_array = $this->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
if (!$logbooks_locations_array) {
return null;
}
$bands = array();
$this->db->select('count(distinct col_call) as calls, col_mode, coalesce(col_submode, "") col_submode', FALSE);
$this->db->where_in('station_id', $logbooks_locations_array);
$this->db->group_by('col_mode, coalesce(col_submode, "")');
$query = $this->db->get($this->config->item('table_name'));
return $query->result();
@@ -260,39 +258,38 @@
function getUniqueSatCallsignsModes() {
$this->load->model('logbooks_model');
$logbooks_locations_array = $this->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
if (!$logbooks_locations_array) {
return null;
}
$bands = array();
$this->db->select('count(distinct col_call) as calls, col_mode, coalesce(col_submode, "") col_submode', FALSE);
$this->db->where('coalesce(col_sat_name,"") != ""');
$this->db->where('col_prop_mode', 'SAT');
$this->db->where_in('station_id', $logbooks_locations_array);
$this->db->group_by('col_mode, coalesce(col_submode, "")');
$query = $this->db->get($this->config->item('table_name'));
return $query->result();
}
function getUniqueCallsignsBands() {
$CI =& get_instance();
$CI->load->model('logbooks_model');
$logbooks_locations_array = $CI->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
$this->load->model('logbooks_model');
$logbooks_locations_array = $this->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
if (!$logbooks_locations_array) {
return null;
}
$bands = array();
$this->db->select('count(distinct col_call) as calls, col_band as band', FALSE);
$this->db->where_in('station_id', $logbooks_locations_array);
$this->db->group_by('col_band');
$query = $this->db->get($this->config->item('table_name'));
return $query->result();
@@ -301,37 +298,36 @@
function getUniqueSatCallsignsTotal() {
$this->load->model('logbooks_model');
$logbooks_locations_array = $this->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
if (!$logbooks_locations_array) {
return null;
}
$bands = array();
$this->db->select('count(distinct col_call) as calls', FALSE);
$this->db->where('coalesce(col_sat_name,"") != ""');
$this->db->where('col_prop_mode', 'SAT');
$this->db->where_in('station_id', $logbooks_locations_array);
$query = $this->db->get($this->config->item('table_name'));
return $query->row();
}
function getUniqueCallsignsTotal() {
$CI =& get_instance();
$CI->load->model('logbooks_model');
$logbooks_locations_array = $CI->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
$this->load->model('logbooks_model');
$logbooks_locations_array = $this->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
if (!$logbooks_locations_array) {
return null;
}
$bands = array();
$this->db->select('count(distinct col_call) as calls', FALSE);
$this->db->where_in('station_id', $logbooks_locations_array);
$query = $this->db->get($this->config->item('table_name'));
return $query->row();
@@ -412,42 +408,167 @@
return $result;
}
function total_qsls() {
$qsoView = array();
$qsoSatView = array();
$bands = $this->get_bands();
$modes = $this->get_modes();
$sats = $this->get_sats();
$satmodes = $this->get_sat_modes();
// Generating the band/mode table
foreach ($bands as $band) {
foreach ($modes as $mode) {
$qsoView [$mode][$band]['qso'] = '0';
$qsoView [$mode][$band]['qsl'] = '0';
$qsoView [$mode][$band]['lotw'] = '0';
$qsoView [$mode][$band]['qrz'] = '0';
$qsoView [$mode][$band]['eqsl'] = '0';
$qsoView [$mode][$band]['clublog'] = '0';
}
}
// Populating array with numbers
$workedQso = $this->modeBandQsl();
foreach ($workedQso as $line) {
if ($line->col_submode == null || $line->col_submode == "") {
$qsoView [$line->col_mode] [$line->band] ['qso'] = $line->qsos;
$qsoView [$line->col_mode] [$line->band] ['qsl'] = $line->qsl;
$qsoView [$line->col_mode] [$line->band] ['lotw'] = $line->lotw;
$qsoView [$line->col_mode] [$line->band] ['qrz'] = $line->qrz;
$qsoView [$line->col_mode] [$line->band] ['eqsl'] = $line->eqsl;
$qsoView [$line->col_mode] [$line->band] ['clublog'] = $line->clublog;
} else {
$qsoView [$line->col_submode] [$line->band] ['qso'] = $line->qsos;
$qsoView [$line->col_submode] [$line->band] ['qsl'] = $line->qsl;
$qsoView [$line->col_submode] [$line->band] ['lotw'] = $line->lotw;
$qsoView [$line->col_submode] [$line->band] ['qrz'] = $line->qrz;
$qsoView [$line->col_submode] [$line->band] ['eqsl'] = $line->eqsl;
$qsoView [$line->col_submode] [$line->band] ['clublog'] = $line->clublog;
}
}
// Generating the band/mode table
foreach ($sats as $sat) {
foreach ($satmodes as $mode) {
$qsoSatView [$mode][$sat]['qso'] = '0';
$qsoSatView [$mode][$sat]['qsl'] = '0';
$qsoSatView [$mode][$sat]['lotw'] = '0';
$qsoSatView [$mode][$sat]['qrz'] = '0';
$qsoSatView [$mode][$sat]['eqsl'] = '0';
$qsoSatView [$mode][$sat]['clublog'] = '0';
}
}
// Populating array with numbers
$workedSatQso = $this->modeSatQsl();
foreach ($workedSatQso as $line) {
if ($line->col_submode == null || $line->col_submode == "") {
$qsoSatView [$line->col_mode] [$line->sat] ['qso'] = $line->qsos;
$qsoSatView [$line->col_mode] [$line->sat] ['qsl'] = $line->qsl;
$qsoSatView [$line->col_mode] [$line->sat] ['lotw'] = $line->lotw;
$qsoSatView [$line->col_mode] [$line->sat] ['qrz'] = $line->qrz;
$qsoSatView [$line->col_mode] [$line->sat] ['eqsl'] = $line->eqsl;
$qsoSatView [$line->col_mode] [$line->sat] ['clublog'] = $line->clublog;
} else {
$qsoSatView [$line->col_submode] [$line->sat] ['qso'] = $line->qsos;
$qsoSatView [$line->col_submode] [$line->sat] ['qsl'] = $line->qsl;
$qsoSatView [$line->col_submode] [$line->sat] ['lotw'] = $line->lotw;
$qsoSatView [$line->col_submode] [$line->sat] ['qrz'] = $line->qrz;
$qsoSatView [$line->col_submode] [$line->sat] ['eqsl'] = $line->eqsl;
$qsoSatView [$line->col_submode] [$line->sat] ['clublog'] = $line->clublog;
}
}
$result['qsoView'] = $qsoView;
$result['qsoSatView'] = $qsoSatView;
return $result;
}
function modeBandQsl() {
$this->load->model('logbooks_model');
$logbooks_locations_array = $this->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
if (!$logbooks_locations_array) {
return null;
}
$sql = "select lower(col_band) as band, col_mode, coalesce(col_submode, '') col_submode,
count(*) qsos,
count(case when COL_QSL_RCVD='Y' then 1 end) qsl,
count(case when COL_EQSL_QSL_RCVD='Y' then 1 end) eqsl,
count(case when COL_LOTW_QSL_RCVD='Y' then 1 end) lotw,
count(case when COL_QRZCOM_QSO_DOWNLOAD_STATUS='Y' then 1 end) qrz,
count(case when COL_CLUBLOG_QSO_DOWNLOAD_STATUS='Y' then 1 end) clublog
from " . $this->config->item('table_name') . "
where station_id in (". implode(',', $logbooks_locations_array) .")
and col_prop_mode <> 'SAT'
group by lower(col_band), col_mode, coalesce(col_submode, '')";
$result = $this->db->query($sql);
return $result->result();
}
function modeSatQsl() {
$this->load->model('logbooks_model');
$logbooks_locations_array = $this->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
if (!$logbooks_locations_array) {
return null;
}
$sql = "select upper(col_sat_name) as sat, col_mode, coalesce(col_submode, '') col_submode,
count(*) qsos,
count(case when COL_QSL_RCVD='Y' then 1 end) qsl,
count(case when COL_EQSL_QSL_RCVD='Y' then 1 end) eqsl,
count(case when COL_LOTW_QSL_RCVD='Y' then 1 end) lotw,
count(case when COL_QRZCOM_QSO_DOWNLOAD_STATUS='Y' then 1 end) qrz,
count(case when COL_CLUBLOG_QSO_DOWNLOAD_STATUS='Y' then 1 end) clublog
from " . $this->config->item('table_name') . "
where station_id in (". implode(',', $logbooks_locations_array) .")
and col_prop_mode = 'SAT'
group by upper(col_sat_name), col_mode, coalesce(col_submode, '')";
$result = $this->db->query($sql);
return $result->result();
}
function modeSatQso() {
$this->load->model('logbooks_model');
$logbooks_locations_array = $this->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
if (!$logbooks_locations_array) {
return null;
return null;
}
$bands = array();
$this->db->select('count(*) as count, upper(col_sat_name) as sat, col_mode, coalesce(col_submode, "") col_submode', FALSE);
$this->db->where('coalesce(col_sat_name,"") != ""');
$this->db->where('col_prop_mode', 'SAT');
$this->db->where_in('station_id', $logbooks_locations_array);
$this->db->group_by('upper(col_sat_name), col_mode, coalesce(col_submode, "")');
$query = $this->db->get($this->config->item('table_name'));
return $query->result();
}
function modeBandQso() {
$CI =& get_instance();
$CI->load->model('logbooks_model');
$logbooks_locations_array = $CI->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
$this->load->model('logbooks_model');
$logbooks_locations_array = $this->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
if (!$logbooks_locations_array) {
return null;
return null;
}
$bands = array();
$this->db->select('count(*) as count, lower(col_band) as band, col_mode, coalesce(col_submode, "") col_submode', FALSE);
$this->db->where_in('station_id', $logbooks_locations_array);
$this->db->group_by('lower(col_band), col_mode, coalesce(col_submode, "")');
$query = $this->db->get($this->config->item('table_name'));
return $query->result();
@@ -456,62 +577,72 @@
function get_sats() {
$this->load->model('logbooks_model');
$logbooks_locations_array = $this->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
if (!$logbooks_locations_array) {
return null;
return null;
}
$sats = array();
$this->db->select('distinct col_sat_name as satsort, upper(col_sat_name) as sat', FALSE);
$this->db->where('coalesce(col_sat_name,"") != ""');
$this->db->where('col_prop_mode', 'SAT');
$this->db->where_in('station_id', $logbooks_locations_array);
$this->db->order_by('satsort', 'asc');
$query = $this->db->get($this->config->item('table_name'));
foreach($query->result() as $sat){
array_push($sats, $sat->sat);
}
return $sats;
}
function get_bands() {
$CI =& get_instance();
$CI->load->model('logbooks_model');
$logbooks_locations_array = $CI->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
$this->load->model('logbooks_model');
$logbooks_locations_array = $this->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
if (!$logbooks_locations_array) {
return null;
return null;
}
$bands = array();
$this->db->select('distinct col_band+0 as bandsort, lower(col_band) as band', FALSE);
$this->db->where_in('station_id', $logbooks_locations_array);
$this->db->order_by('bandsort', 'desc');
$query = $this->db->get($this->config->item('table_name'));
foreach($query->result() as $band){
array_push($bands, $band->band);
}
usort(
$bands,
function($b, $a) {
sscanf($a, '%f%s', $ac, $ar);
sscanf($b, '%f%s', $bc, $br);
if ($ar == $br) {
return ($ac < $bc) ? -1 : 1;
}
return ($ar < $br) ? -1 : 1;
}
);
return $bands;
}
function get_sat_modes() {
$this->load->model('logbooks_model');
$logbooks_locations_array = $this->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
if (!$logbooks_locations_array) {
return null;
return null;
}
$modes = array();
$this->db->select('distinct col_mode, coalesce(col_submode, "") col_submode', FALSE);
$this->db->where('coalesce(col_sat_name,"") != ""');
$this->db->where('col_prop_mode', 'SAT');
@@ -519,7 +650,7 @@
$this->db->order_by('col_mode, col_submode', 'ASC');
$query = $this->db->get($this->config->item('table_name'));
foreach($query->result() as $mode){
if ($mode->col_submode == null || $mode->col_submode == "") {
array_push($modes, $mode->col_mode);
@@ -530,24 +661,23 @@
return $modes;
}
function get_modes() {
$CI =& get_instance();
$CI->load->model('logbooks_model');
$logbooks_locations_array = $CI->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
$this->load->model('logbooks_model');
$logbooks_locations_array = $this->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));
if (!$logbooks_locations_array) {
return null;
return null;
}
$modes = array();
$this->db->select('distinct col_mode, coalesce(col_submode, "") col_submode', FALSE);
$this->db->where_in('station_id', $logbooks_locations_array);
$this->db->order_by('col_mode, col_submode', 'ASC');
$query = $this->db->get($this->config->item('table_name'));
foreach($query->result() as $mode){
if ($mode->col_submode == null || $mode->col_submode == "") {
array_push($modes, $mode->col_mode);

View File

@@ -200,7 +200,7 @@ if($this->session->userdata('user_id') != null) {
<script id="dxccmapjs" type="text/javascript" src="<?php echo base_url(); ?>assets/js/sections/dxccmap.js" tileUrl="<?php echo $this->optionslib->get_option('option_map_tile_server');?>"></script>
<?php } ?>
<?php if ($this->uri->segment(1) == "statistics") { ?>
<?php if ($this->uri->segment(1) == "statistics" && $this->uri->segment(2) == "") { ?>
<script type="text/javascript" src="<?php echo base_url(); ?>assets/js/chart.js"></script>
<script type="text/javascript" src="<?php echo base_url(); ?>assets/js/chartjs-plugin-piechart-outlabels.js"></script>
<script type="text/javascript" src="<?php echo base_url(); ?>assets/js/sections/statistics.js"></script>

View File

@@ -133,6 +133,8 @@
<ul class="dropdown-menu header-dropdown">
<li><a class="dropdown-item" href="<?php echo site_url('statistics'); ?>" title="Statistics"><i class="fas fa-chart-area"></i> <?= __("Statistics"); ?></a></li>
<div class="dropdown-divider"></div>
<li><a class="dropdown-item" href="<?php echo site_url('statistics/qslstats'); ?>" title="QSL Statistics"><i class="fas fa-chart-area"></i> <?= __("QSL Statistics"); ?></a></li>
<div class="dropdown-divider"></div>
<li><a class="dropdown-item" href="<?php echo site_url('gridmap'); ?>" title="Gridmap"><i class="fas fa-globe-europe"></i> <?= __("Gridsquare Map"); ?></a></li>
<div class="dropdown-divider"></div>
<li><a class="dropdown-item" href="<?php echo site_url('activated_gridmap'); ?>" title="Activated Gridsquares"><i class="fas fa-globe-europe"></i> <?= __("Activated Gridsquares"); ?></a></li>
@@ -402,7 +404,7 @@
if (!($this->config->item('disable_oqrs') ?? false)) {
$oqrs_requests = $this->oqrs_model->oqrs_requests($location_list);
?>
<li><a class="dropdown-item" href="<?php echo site_url('oqrs/requests'); ?>" title="OQRS Requests"><i class="fa fa-id-card"></i> <?= __("OQRS Requests"); ?>
<li><a class="dropdown-item" href="<?php echo site_url('oqrs/requests'); ?>" title="OQRS Requests"><i class="fa fa-id-card"></i> <?= __("OQRS Requests"); ?>
<?php if ($oqrs_requests > 0) {
echo "<span class=\"badge text-bg-light\">" . $oqrs_requests . "</span>";
} ?></a></li>

View File

@@ -0,0 +1,122 @@
<div class="container">
<br />
<div class="card">
<div class="card-header">
<?= __("QSL Statistics"); ?>
</div>
<div class="tables-container mx-2">
<?php
if ($qsoarray) {
foreach($bands as $band) {
echo '
<div class="table-wrapper">
<table style="width: 100%" class="flex-wrap table-sm table table-bordered table-hover table-striped table-condensed text-center">
<thead>';
echo '<tr>';
echo '<th colspan = 7>' . $band . '</th>';
echo '</tr>
</thead>
<tbody>';
echo '<tr><th></th>';
echo '<th>QSO</th>';
echo '<th>QSL</th>';
echo '<th>LoTW</th>';
echo '<th>eQSL</th>';
echo '<th>QRZ</th>';
echo '<th>Clublog</th>';
echo '</tr>';
$qsototal = 0;
$qsltotal = 0;
$lotwtotal = 0;
$eqsltotal = 0;
$qrztotal = 0;
$clublogtotal = 0;
foreach ($qsoarray as $mode => $value) {
$qsototal += $value[$band]['qso'];
$qsltotal += $value[$band]['qsl'];
$lotwtotal += $value[$band]['lotw'];
$eqsltotal += $value[$band]['eqsl'];
$qrztotal += $value[$band]['qrz'];
$clublogtotal += $value[$band]['clublog'];
$total = $value[$band]['qso'] + $value[$band]['qsl'] + $value[$band]['lotw'] + $value[$band]['eqsl'] + $value[$band]['qrz'] + $value[$band]['clublog'];
if ($total > 0) {
echo '<tr>
<th>'. $mode .'</th>';
echo '<td>' . $value[$band]['qso'] . '</td>';
echo '<td>' . $value[$band]['qsl'] . '</td>';
echo '<td>' . $value[$band]['lotw'] . '</td>';
echo '<td>' . $value[$band]['eqsl'] . '</td>';
echo '<td>' . $value[$band]['qrz'] . '</td>';
echo '<td>' . $value[$band]['clublog'] . '</td>';
echo '</tr>';
}
}
echo '</tbody><tfoot><tr><th>'.__("Total").'</th>';
echo '<th>' . $qsototal . '</th>';
echo '<th>' . $qsltotal . '</th>';
echo '<th>' . $lotwtotal . '</th>';
echo '<th>' . $eqsltotal . '</th>';
echo '<th>' . $qrztotal . '</th>';
echo '<th>' . $clublogtotal . '</th>';
echo '</tr></tfoot></table></div>';
}
}
if ($qsosatarray) {
foreach($sats as $sat) {
echo '
<div class="table-wrapper">
<table style="width: 100%" class="mx-2 flex-wrap table-sm table table-bordered table-hover table-striped table-condensed text-center">
<thead>';
echo '<tr>';
echo '<th colspan = 7>' . $sat . '</th>';
echo '</tr>
</thead>
<tbody>';
echo '<tr><th></th>';
echo '<th>QSO</th>';
echo '<th>QSL</th>';
echo '<th>LoTW</th>';
echo '<th>eQSL</th>';
echo '<th>QRZ</th>';
echo '<th>Clublog</th>';
echo '</tr>';
$qsototal = 0;
$qsltotal = 0;
$lotwtotal = 0;
$eqsltotal = 0;
$qrztotal = 0;
$clublogtotal = 0;
foreach ($qsosatarray as $mode => $value) {
$qsototal += $value[$sat]['qso'];
$qsltotal += $value[$sat]['qsl'];
$lotwtotal += $value[$sat]['lotw'];
$eqsltotal += $value[$sat]['eqsl'];
$qrztotal += $value[$sat]['qrz'];
$clublogtotal += $value[$sat]['clublog'];
$total = $value[$sat]['qso'] + $value[$sat]['qsl'] + $value[$sat]['lotw'] + $value[$sat]['eqsl'] + $value[$sat]['qrz'] + $value[$sat]['clublog'];
if ($total > 0) {
echo '<tr>
<th>'. $mode .'</th>';
echo '<td>' . $value[$sat]['qso'] . '</td>';
echo '<td>' . $value[$sat]['qsl'] . '</td>';
echo '<td>' . $value[$sat]['lotw'] . '</td>';
echo '<td>' . $value[$sat]['eqsl'] . '</td>';
echo '<td>' . $value[$sat]['qrz'] . '</td>';
echo '<td>' . $value[$sat]['clublog'] . '</td>';
echo '</tr>';
}
}
echo '</tbody><tfoot><tr><th>'.__("Total").'</th>';
echo '<th>' . $qsototal . '</th>';
echo '<th>' . $qsltotal . '</th>';
echo '<th>' . $lotwtotal . '</th>';
echo '<th>' . $eqsltotal . '</th>';
echo '<th>' . $qrztotal . '</th>';
echo '<th>' . $clublogtotal . '</th>';
echo '</tr></tfoot></table></div>';
}
}
?>
</div>
</div>
</div>

View File

@@ -1048,10 +1048,26 @@ label {
text-transform: uppercase;
}
.tables-container {
display: flex;
flex-wrap: wrap;
gap: 10px; /* Optional: add some space between tables */
justify-content: center;
overflow-x: auto; /* Enable horizontal scrolling if needed */
max-width: 100%; /* Ensure the container doesn't exceed the viewport width */
padding: 10px; /* Optional: add some padding */
box-sizing: border-box;
}
.table-wrapper {
flex: 1 1 400px; /* Adjust the base width of tables */
box-sizing: border-box;
}
.multiselect-container.dropdown-menu {
--bs-dropdown-padding-y: 0;
}
#dxcc + .btn-group .multiselect-container .multiselect-option input[type="radio"] {
display: none;
}
}

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-30 12:21+0000\n"
"POT-Creation-Date: 2024-07-30 12:45+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"
@@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: application/controllers/Accumulated.php:21
#: application/views/interface_assets/header.php:148
#: application/views/interface_assets/header.php:150
msgid "Accumulated Statistics"
msgstr ""
@@ -54,7 +54,7 @@ msgstr ""
#: application/controllers/Activators.php:20
#: application/views/activators/index.php:2
#: application/views/interface_assets/header.php:140
#: application/views/interface_assets/header.php:142
msgid "Gridsquare Activators"
msgstr ""
@@ -75,7 +75,7 @@ msgid "ADIF Export"
msgstr ""
#: application/controllers/Adif.php:147
#: application/views/interface_assets/header.php:376
#: application/views/interface_assets/header.php:378
msgid "ADIF Import / Export"
msgstr ""
@@ -149,7 +149,7 @@ msgid "Valid"
msgstr ""
#: application/controllers/Awards.php:22
#: application/views/interface_assets/header.php:156
#: application/views/interface_assets/header.php:158
#: application/views/qso/edit_ajax.php:35
msgid "Awards"
msgstr ""
@@ -178,7 +178,7 @@ msgstr ""
#: application/views/awards/dok/index.php:149
#: application/views/bands/index.php:47
#: application/views/contesting/index.php:170
#: application/views/interface_assets/header.php:192
#: application/views/interface_assets/header.php:194
#: application/views/logbookadvanced/index.php:613
#: application/views/logbookadvanced/useroptions.php:130
#: application/views/qso/edit_ajax.php:361 application/views/qso/index.php:264
@@ -191,7 +191,7 @@ msgstr ""
#: application/views/bandmap/list.php:112 application/views/bands/index.php:48
#: application/views/csv/index.php:58 application/views/dxatlas/index.php:58
#: application/views/dxcalendar/index.php:11
#: application/views/interface_assets/header.php:162
#: application/views/interface_assets/header.php:164
#: application/views/kml/index.php:47
#: application/views/logbookadvanced/edit.php:7
#: application/views/logbookadvanced/index.php:145
@@ -214,12 +214,12 @@ msgid "Awards - WAJA"
msgstr ""
#: application/controllers/Awards.php:327 application/views/bands/index.php:51
#: application/views/interface_assets/header.php:208
#: application/views/interface_assets/header.php:210
msgid "JCC"
msgstr ""
#: application/controllers/Awards.php:375 application/views/bands/index.php:57
#: application/views/interface_assets/header.php:168
#: application/views/interface_assets/header.php:170
msgid "VUCC"
msgstr ""
@@ -261,7 +261,7 @@ msgstr ""
#: application/controllers/Logbook.php:1278
#: application/views/awards/index.php:8 application/views/bands/index.php:55
#: application/views/dashboard/index.php:9
#: application/views/interface_assets/header.php:176
#: application/views/interface_assets/header.php:178
#: application/views/logbookadvanced/edit.php:17
#: application/views/logbookadvanced/index.php:259
#: application/views/logbookadvanced/useroptions.php:98
@@ -287,7 +287,7 @@ msgstr ""
#: application/controllers/Logbook.php:1279
#: application/views/bands/index.php:60
#: application/views/dashboard/index.php:10
#: application/views/interface_assets/header.php:170
#: application/views/interface_assets/header.php:172
#: application/views/logbookadvanced/edit.php:19
#: application/views/logbookadvanced/index.php:279
#: application/views/logbookadvanced/useroptions.php:134
@@ -307,7 +307,7 @@ msgstr ""
#: application/controllers/Logbook.php:1280
#: application/views/bands/index.php:52
#: application/views/dashboard/index.php:11
#: application/views/interface_assets/header.php:180
#: application/views/interface_assets/header.php:182
#: application/views/logbookadvanced/edit.php:13
#: application/views/logbookadvanced/index.php:263
#: application/views/logbookadvanced/index.php:595
@@ -334,7 +334,7 @@ msgid "Worked All States (WAS)"
msgstr ""
#: application/controllers/Awards.php:714 application/views/bands/index.php:53
#: application/views/interface_assets/header.php:186
#: application/views/interface_assets/header.php:188
msgid "RAC"
msgstr ""
@@ -348,7 +348,7 @@ msgstr ""
#: application/controllers/Awards.php:858
#: application/controllers/Awards.php:872
#: application/views/interface_assets/header.php:228
#: application/views/interface_assets/header.php:230
msgid "US Counties"
msgstr ""
@@ -380,7 +380,7 @@ msgid "Fred Fish Memorial Award (FFMA)"
msgstr ""
#: application/controllers/Awards.php:1125
#: application/views/interface_assets/header.php:166
#: application/views/interface_assets/header.php:168
#: application/views/logbookadvanced/useroptions.php:138
msgid "SIG"
msgstr ""
@@ -395,7 +395,7 @@ msgid "ITU Zones"
msgstr ""
#: application/controllers/Backup.php:15 application/views/backup/main.php:14
#: application/views/interface_assets/header.php:272
#: application/views/interface_assets/header.php:274
msgid "Backup"
msgstr ""
@@ -409,7 +409,7 @@ msgstr ""
#: application/controllers/Band.php:25 application/views/bands/index.php:28
#: application/views/bands/index.php:32
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:373
#: application/views/statistics/index.php:16
#: application/views/statistics/index.php:56
msgid "Bands"
@@ -436,7 +436,7 @@ msgid "Export Cabrillo"
msgstr ""
#: application/controllers/Cfdexport.php:20
#: application/views/interface_assets/header.php:388
#: application/views/interface_assets/header.php:390
msgid "CFD Export"
msgstr ""
@@ -453,7 +453,7 @@ msgid "No user has configured Clublog."
msgstr ""
#: application/controllers/Contestcalendar.php:19
#: application/views/interface_assets/header.php:245
#: application/views/interface_assets/header.php:247
msgid "Contest Calendar"
msgstr ""
@@ -463,7 +463,7 @@ msgid "Contest Logging"
msgstr ""
#: application/controllers/Contesting.php:101
#: application/views/interface_assets/header.php:266
#: application/views/interface_assets/header.php:268
msgid "Contests"
msgstr ""
@@ -474,12 +474,12 @@ msgstr ""
#: application/controllers/Continents.php:25
#: application/views/awards/dxcc/index.php:83
#: application/views/awards/iota/index.php:57
#: application/views/interface_assets/header.php:152
#: application/views/interface_assets/header.php:154
msgid "Continents"
msgstr ""
#: application/controllers/Cron.php:38
#: application/views/interface_assets/header.php:276
#: application/views/interface_assets/header.php:278
msgid "Cron Manager"
msgstr ""
@@ -488,7 +488,7 @@ msgid "Edit Cronjob"
msgstr ""
#: application/controllers/Csv.php:20 application/views/csv/index.php:3
#: application/views/interface_assets/header.php:384
#: application/views/interface_assets/header.php:386
msgid "SOTA CSV Export"
msgstr ""
@@ -539,7 +539,7 @@ msgstr ""
#: application/controllers/Distances.php:17
#: application/views/distances/index.php:5
#: application/views/distances/index.php:8
#: application/views/interface_assets/header.php:142
#: application/views/interface_assets/header.php:144
msgid "Distances Worked"
msgstr ""
@@ -553,12 +553,12 @@ msgid "and band"
msgstr ""
#: application/controllers/Dxatlas.php:19
#: application/views/interface_assets/header.php:382
#: application/views/interface_assets/header.php:384
msgid "DX Atlas Gridsquare Export"
msgstr ""
#: application/controllers/Dxcalendar.php:10
#: application/views/interface_assets/header.php:243
#: application/views/interface_assets/header.php:245
msgid "DX Calendar"
msgstr ""
@@ -598,7 +598,7 @@ msgid "eQSL Card Image Download"
msgstr ""
#: application/controllers/Gridmap.php:10
#: application/views/interface_assets/header.php:136
#: application/views/interface_assets/header.php:138
msgid "Gridsquare Map"
msgstr ""
@@ -623,7 +623,7 @@ msgid "No QSOs found to upload."
msgstr ""
#: application/controllers/Kmlexport.php:24
#: application/views/interface_assets/header.php:380
#: application/views/interface_assets/header.php:382
#: application/views/kml/index.php:3
msgid "KML Export"
msgstr ""
@@ -1035,7 +1035,7 @@ msgstr ""
#: application/controllers/Logbook.php:1277
#: application/views/awards/iota/index.php:169
#: application/views/bands/index.php:50 application/views/dashboard/index.php:8
#: application/views/interface_assets/header.php:178
#: application/views/interface_assets/header.php:180
#: application/views/logbookadvanced/edit.php:9
#: application/views/logbookadvanced/index.php:267
#: application/views/logbookadvanced/index.php:592
@@ -1305,7 +1305,7 @@ msgstr ""
#: application/controllers/Lotw.php:54 application/controllers/Lotw.php:83
#: application/controllers/Lotw.php:125 application/views/adif/import.php:27
#: application/views/interface_assets/header.php:415
#: application/views/interface_assets/header.php:417
#: application/views/lotw/import.php:3
#: application/views/lotw_views/index.php:12
#: application/views/lotw_views/upload_cert.php:3
@@ -1334,7 +1334,7 @@ msgid "LoTW .TQ8 Not Sent"
msgstr ""
#: application/controllers/Mode.php:25
#: application/views/interface_assets/header.php:264
#: application/views/interface_assets/header.php:266
#: application/views/mode/index.php:15
msgid "Modes"
msgstr ""
@@ -1486,7 +1486,7 @@ msgid "Log Search & OQRS"
msgstr ""
#: application/controllers/Oqrs.php:104
#: application/views/interface_assets/header.php:405
#: application/views/interface_assets/header.php:407
msgid "OQRS Requests"
msgstr ""
@@ -1495,7 +1495,7 @@ msgid "QRB Calculator"
msgstr ""
#: application/controllers/Qrz.php:173
#: application/views/interface_assets/header.php:418
#: application/views/interface_assets/header.php:420
msgid "QRZ Logbook"
msgstr ""
@@ -1531,7 +1531,7 @@ msgid "Add QSO"
msgstr ""
#: application/controllers/Radio.php:18
#: application/views/interface_assets/header.php:424
#: application/views/interface_assets/header.php:426
msgid "Hardware Interfaces"
msgstr ""
@@ -1567,8 +1567,8 @@ msgstr ""
#: application/controllers/Search.php:19
#: application/views/continents/index.php:49
#: application/views/interface_assets/header.php:328
#: application/views/interface_assets/header.php:335
#: application/views/interface_assets/header.php:330
#: application/views/interface_assets/header.php:337
#: application/views/logbookadvanced/index.php:511
#: application/views/oqrs/index.php:28
#: application/views/oqrs/showrequests.php:67
@@ -1632,8 +1632,8 @@ msgid "Duplicate Station Location:"
msgstr ""
#: application/controllers/Stationsetup.php:35
#: application/views/interface_assets/header.php:369
#: application/views/interface_assets/header.php:480
#: application/views/interface_assets/header.php:371
#: application/views/interface_assets/header.php:482
msgid "Station Setup"
msgstr ""
@@ -1697,7 +1697,7 @@ msgid "Set as Active Logbook"
msgstr ""
#: application/controllers/Stationsetup.php:263
#: application/views/interface_assets/header.php:478
#: application/views/interface_assets/header.php:480
#: application/views/stationsetup/stationsetup.php:46
#: application/views/view_log/index.php:4
msgid "Active Logbook"
@@ -1834,8 +1834,14 @@ msgstr ""
msgid "Custom Statistics"
msgstr ""
#: application/controllers/Statistics.php:232
#: application/views/interface_assets/header.php:136
#: application/views/statistics/qsltable.php:5
msgid "QSL Statistics"
msgstr ""
#: application/controllers/Themes.php:27
#: application/views/interface_assets/header.php:270
#: application/views/interface_assets/header.php:272
msgid "Themes"
msgstr ""
@@ -1848,13 +1854,13 @@ msgid "Edit Theme"
msgstr ""
#: application/controllers/Timeline.php:17
#: application/views/interface_assets/header.php:146
#: application/views/interface_assets/header.php:148
#: application/views/timeline/index.php:2
msgid "Timeline"
msgstr ""
#: application/controllers/Timeplotter.php:17
#: application/views/interface_assets/header.php:150
#: application/views/interface_assets/header.php:152
#: application/views/timeplotter/index.php:9
msgid "Timeplotter"
msgstr ""
@@ -1896,7 +1902,7 @@ msgid "Dxcc Prefixes:"
msgstr ""
#: application/controllers/User.php:12
#: application/views/interface_assets/header.php:260
#: application/views/interface_assets/header.php:262
msgid "User Accounts"
msgstr ""
@@ -1936,7 +1942,7 @@ msgid "Login failed. Try again."
msgstr ""
#: application/controllers/User.php:860
#: application/views/interface_assets/header.php:348
#: application/views/interface_assets/header.php:350
#: application/views/user/login.php:89
#: application/views/visitor/layout/header.php:88
msgid "Login"
@@ -2018,7 +2024,7 @@ msgstr ""
#: application/controllers/Webadif.php:90
#: application/controllers/Webadif.php:137
#: application/views/interface_assets/header.php:419
#: application/views/interface_assets/header.php:421
msgid "QO-100 Dx Club Upload"
msgstr ""
@@ -2881,7 +2887,7 @@ msgid "Save"
msgstr ""
#: application/views/api/help.php:14
#: application/views/interface_assets/header.php:423
#: application/views/interface_assets/header.php:425
msgid "API Keys"
msgstr ""
@@ -3089,6 +3095,8 @@ msgstr ""
#: application/views/awards/was/index.php:177
#: application/views/dashboard/index.php:217
#: application/views/simplefle/index.php:27
#: application/views/statistics/qsltable.php:54
#: application/views/statistics/qsltable.php:109
#: application/views/statistics/qsotable.php:10
#: application/views/statistics/qsotable.php:23
#: application/views/statistics/satqsotable.php:10
@@ -3492,7 +3500,7 @@ msgid "Prefix"
msgstr ""
#: application/views/awards/ffma/index.php:8
#: application/views/interface_assets/header.php:234
#: application/views/interface_assets/header.php:236
msgid "Fred Fish Memorial Award"
msgstr ""
@@ -3585,7 +3593,7 @@ msgid "Canton"
msgstr ""
#: application/views/awards/index.php:9 application/views/bands/index.php:46
#: application/views/interface_assets/header.php:160
#: application/views/interface_assets/header.php:162
msgid "CQ"
msgstr ""
@@ -4161,12 +4169,12 @@ msgid "USA County"
msgstr ""
#: application/views/bands/index.php:58
#: application/views/interface_assets/header.php:206
#: application/views/interface_assets/header.php:208
msgid "WAJA"
msgstr ""
#: application/views/bands/index.php:59
#: application/views/interface_assets/header.php:230
#: application/views/interface_assets/header.php:232
msgid "WAS"
msgstr ""
@@ -4466,7 +4474,7 @@ msgstr ""
#: application/views/contesting/add.php:44
#: application/views/contesting/edit.php:43
#: application/views/contesting/edit.php:46
#: application/views/interface_assets/header.php:458
#: application/views/interface_assets/header.php:460
#: application/views/mode/create.php:46 application/views/mode/create.php:48
#: application/views/mode/edit.php:57 application/views/mode/edit.php:60
#: application/views/mode/index.php:43
@@ -5152,7 +5160,7 @@ msgid "VUCC-Grids"
msgstr ""
#: application/views/dayswithqso/index.php:2
#: application/views/interface_assets/header.php:144
#: application/views/interface_assets/header.php:146
msgid "Days with QSOs"
msgstr ""
@@ -5631,7 +5639,7 @@ msgstr ""
#: application/views/eqsl/download.php:17 application/views/eqsl/export.php:16
#: application/views/eqsl/import.php:15 application/views/eqsl/result.php:17
#: application/views/eqsl/tools.php:15
#: application/views/interface_assets/header.php:241
#: application/views/interface_assets/header.php:243
msgid "Tools"
msgstr ""
@@ -5926,7 +5934,7 @@ msgid "Propagation mode is not supported by LoTW. LoTW QSL fields disabled."
msgstr ""
#: application/views/interface_assets/footer.php:127
#: application/views/interface_assets/header.php:426
#: application/views/interface_assets/header.php:428
#: application/views/options/sidebar.php:11
msgid "Version Info"
msgstr ""
@@ -6000,85 +6008,85 @@ msgstr ""
msgid "Analytics"
msgstr ""
#: application/views/interface_assets/header.php:138
#: application/views/interface_assets/header.php:140
msgid "Activated Gridsquares"
msgstr ""
#: application/views/interface_assets/header.php:158
#: application/views/interface_assets/header.php:160
msgid "International"
msgstr ""
#: application/views/interface_assets/header.php:164
#: application/views/interface_assets/header.php:166
msgid "ITU"
msgstr ""
#: application/views/interface_assets/header.php:184
#: application/views/interface_assets/header.php:186
msgid "Canada"
msgstr ""
#: application/views/interface_assets/header.php:190
#: application/views/interface_assets/header.php:192
msgid "Germany"
msgstr ""
#: application/views/interface_assets/header.php:194
#: application/views/interface_assets/header.php:196
msgid "DL Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:198
#: application/views/interface_assets/header.php:200
msgid "Great Britain"
msgstr ""
#: application/views/interface_assets/header.php:200
#: application/views/interface_assets/header.php:202
msgid "WAB"
msgstr ""
#: application/views/interface_assets/header.php:204
#: application/views/interface_assets/header.php:206
msgid "Japan"
msgstr ""
#: application/views/interface_assets/header.php:210
#: application/views/interface_assets/header.php:212
msgid "JA Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:214
#: application/views/interface_assets/header.php:216
msgid "Luxemburg"
msgstr ""
#: application/views/interface_assets/header.php:216
#: application/views/interface_assets/header.php:218
msgid "LX Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:220
#: application/views/interface_assets/header.php:222
msgid "Switzerland"
msgstr ""
#: application/views/interface_assets/header.php:226
#: application/views/interface_assets/header.php:228
msgid "USA"
msgstr ""
#: application/views/interface_assets/header.php:232
#: application/views/interface_assets/header.php:234
msgid "US Gridmaster"
msgstr ""
#: application/views/interface_assets/header.php:249
#: application/views/interface_assets/header.php:251
msgid "Bandmap"
msgstr ""
#: application/views/interface_assets/header.php:251
#: application/views/interface_assets/header.php:253
msgid "SAT Timers"
msgstr ""
#: application/views/interface_assets/header.php:257
#: application/views/interface_assets/header.php:259
#: application/views/station_profile/index.php:33
#: application/views/stationsetup/stationsetup.php:113
msgid "Admin"
msgstr ""
#: application/views/interface_assets/header.php:262
#: application/views/interface_assets/header.php:264
msgid "Global Options"
msgstr ""
#: application/views/interface_assets/header.php:268
#: application/views/interface_assets/header.php:270
#: application/views/notes/add.php:38 application/views/notes/edit.php:39
#: application/views/satellite/index.php:11
#: application/views/statistics/custom.php:20
@@ -6088,79 +6096,79 @@ msgstr ""
msgid "Satellites"
msgstr ""
#: application/views/interface_assets/header.php:274
#: application/views/interface_assets/header.php:276
msgid "Update Country Files"
msgstr ""
#: application/views/interface_assets/header.php:278
#: application/views/interface_assets/header.php:280
msgid "Debug Information"
msgstr ""
#: application/views/interface_assets/header.php:325
#: application/views/interface_assets/header.php:327
msgid "Add/Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:327
#: application/views/interface_assets/header.php:329
msgid "Log"
msgstr ""
#: application/views/interface_assets/header.php:334
#: application/views/interface_assets/header.php:336
#: application/views/logbookadvanced/index.php:447
#: application/views/oqrs/index.php:27 application/views/user/edit.php:441
#: application/views/visitor/layout/header.php:97
msgid "Search Callsign"
msgstr ""
#: application/views/interface_assets/header.php:363
#: application/views/interface_assets/header.php:365
#: application/views/user/edit.php:49
msgid "Account"
msgstr ""
#: application/views/interface_assets/header.php:378
#: application/views/interface_assets/header.php:380
msgid "Other Export Options"
msgstr ""
#: application/views/interface_assets/header.php:386
#: application/views/interface_assets/header.php:388
msgid "Cabrillo Export"
msgstr ""
#: application/views/interface_assets/header.php:410
#: application/views/interface_assets/header.php:412
msgid "QSL Queue"
msgstr ""
#: application/views/interface_assets/header.php:411
#: application/views/interface_assets/header.php:413
msgid "Labels"
msgstr ""
#: application/views/interface_assets/header.php:413
#: application/views/interface_assets/header.php:415
msgid "Third-Party Services"
msgstr ""
#: application/views/interface_assets/header.php:416
#: application/views/interface_assets/header.php:418
msgid "eQSL Import / Export"
msgstr ""
#: application/views/interface_assets/header.php:417
#: application/views/interface_assets/header.php:419
msgid "HRDLog Logbook"
msgstr ""
#: application/views/interface_assets/header.php:427
#: application/views/interface_assets/header.php:429
msgid "Help"
msgstr ""
#: application/views/interface_assets/header.php:428
#: application/views/interface_assets/header.php:430
msgid "Forum"
msgstr ""
#: application/views/interface_assets/header.php:430
#: application/views/interface_assets/header.php:432
msgid "Logout"
msgstr ""
#: application/views/interface_assets/header.php:438
#: application/views/interface_assets/header.php:440
msgid "Select a Location"
msgstr ""
#: application/views/interface_assets/header.php:517
#: application/views/interface_assets/header.php:519
msgid "Extras"
msgstr ""

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-07-30 12:21+0000\n"
"POT-Creation-Date: 2024-07-30 12:45+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"