mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge branch 'dev' into qso_get
This commit is contained in:
@@ -117,9 +117,11 @@ class Cabrillo extends CI_Controller {
|
||||
$data['categorypower'] = $this->security->xss_clean($this->input->post('categorypower'));
|
||||
$data['categorystation'] = $this->security->xss_clean($this->input->post('categorystation'));
|
||||
$data['categorytransmitter'] = $this->security->xss_clean($this->input->post('categorytransmitter'));
|
||||
$data['categorytime'] = $this->security->xss_clean($this->input->post('categorytime'));
|
||||
$data['categoryoverlay'] = $this->security->xss_clean($this->input->post('categoryoverlay'));
|
||||
$data['operators'] = $this->security->xss_clean($this->input->post('operators'));
|
||||
$data['club'] = $this->security->xss_clean($this->input->post('club'));
|
||||
$data['location'] = $this->security->xss_clean($this->input->post('location'));
|
||||
$data['name'] = $userinfo->user_firstname . ' ' . $userinfo->user_lastname;
|
||||
$data['email'] = $userinfo->user_email;
|
||||
$data['address'] = $this->security->xss_clean($this->input->post('address'));
|
||||
@@ -129,6 +131,7 @@ class Cabrillo extends CI_Controller {
|
||||
$data['addresscountry'] = $this->security->xss_clean($this->input->post('addresscountry'));
|
||||
$data['soapbox'] = $this->security->xss_clean($this->input->post('soapbox'));
|
||||
$data['gridlocator'] = $station->station_gridsquare;
|
||||
$data['certificate'] = $this->security->xss_clean($this->input->post('certificate'));
|
||||
|
||||
$this->load->view('cabrillo/export', $data);
|
||||
}else {
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
class Cabrilloformat {
|
||||
|
||||
public function header($contest_id, $callsign, $claimed_score,
|
||||
$operators, $club, $name, $address, $addresscity, $addressstateprovince, $addresspostalcode, $addresscountry, $soapbox, $gridlocator,
|
||||
$categoryoverlay, $categorytransmitter, $categorystation, $categorypower, $categorymode, $categoryband, $categoryassisted, $categoryoperator, $email) {
|
||||
$operators, $club, $location, $name, $address, $addresscity, $addressstateprovince, $addresspostalcode, $addresscountry, $soapbox, $gridlocator,
|
||||
$categoryoverlay, $categorytransmitter, $categorytime, $categorystation, $categorypower, $categorymode, $categoryband, $categoryassisted, $categoryoperator, $email, $certificate) {
|
||||
$cab_header = "";
|
||||
$cab_header .= "START-OF-LOG: 3.0"."\r\n";
|
||||
$cab_header .= "CONTEST: ".$contest_id."\r\n";
|
||||
@@ -21,6 +21,10 @@ class Cabrilloformat {
|
||||
$cab_header .= "CLUB: ".$club."\r\n";
|
||||
}
|
||||
|
||||
if($location != null) {
|
||||
$cab_header .= "LOCATION: ".$location."\r\n";
|
||||
}
|
||||
|
||||
$cab_header .= "CATEGORY-OPERATOR: ".$categoryoperator."\r\n";
|
||||
$cab_header .= "CATEGORY-BAND: ".$categoryband."\r\n";
|
||||
$cab_header .= "CATEGORY-ASSISTED: ".$categoryassisted."\r\n";
|
||||
@@ -28,6 +32,7 @@ class Cabrilloformat {
|
||||
$cab_header .= "CATEGORY-POWER: ".$categorypower."\r\n";
|
||||
$cab_header .= "CATEGORY-STATION: ".$categorystation."\r\n";
|
||||
$cab_header .= "CATEGORY-TRANSMITTER: ".$categorytransmitter."\r\n";
|
||||
$cab_header .= "CATEGORY-TIME: ".$categorytime."\r\n";
|
||||
$cab_header .= "CATEGORY-OVERLAY: ".$categoryoverlay."\r\n";
|
||||
|
||||
$cab_header .= "NAME: ".$name."\r\n";
|
||||
@@ -38,6 +43,10 @@ class Cabrilloformat {
|
||||
$cab_header .= "ADDRESS-COUNTRY: ".$addresscountry."\r\n";
|
||||
$cab_header .= "EMAIL: ".$email."\r\n";
|
||||
$cab_header .= "SOAPBOX: ".$soapbox."\r\n";
|
||||
|
||||
if ($certificate != null || $certificate != "") {
|
||||
$cab_header .= "CERTIFICATE: ".$certificate."\r\n";
|
||||
}
|
||||
|
||||
if($gridlocator != null) {
|
||||
$cab_header .= "GRID-LOCATOR: ".$gridlocator."\r\n";
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:46+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Bulgarian <https://translate.wavelog.org/projects/wavelog/"
|
||||
@@ -27,7 +27,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2406,25 +2406,25 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2606,7 +2606,7 @@ msgstr ""
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4486,7 +4486,7 @@ msgid "Show JCC Map"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5081,77 +5081,203 @@ msgid "Club"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Местоположение"
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Да"
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Не"
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr ""
|
||||
@@ -7475,83 +7601,6 @@ msgstr ""
|
||||
msgid "QSL sent"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Да"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Не"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -7863,12 +7912,6 @@ msgstr ""
|
||||
msgid "# Results"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Местоположение"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr ""
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:49+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Bosnian <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -29,7 +29,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2413,25 +2413,25 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2613,7 +2613,7 @@ msgstr ""
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4493,7 +4493,7 @@ msgid "Show JCC Map"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5088,77 +5088,203 @@ msgid "Club"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr ""
|
||||
@@ -7484,83 +7610,6 @@ msgstr ""
|
||||
msgid "QSL sent"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -7872,12 +7921,6 @@ msgstr ""
|
||||
msgid "# Results"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr ""
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:49+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Montenegrin <https://translate.wavelog.org/projects/wavelog/"
|
||||
@@ -29,7 +29,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2413,25 +2413,25 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2613,7 +2613,7 @@ msgstr ""
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4493,7 +4493,7 @@ msgid "Show JCC Map"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5088,77 +5088,203 @@ msgid "Club"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr ""
|
||||
@@ -7484,83 +7610,6 @@ msgstr ""
|
||||
msgid "QSL sent"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -7872,12 +7921,6 @@ msgstr ""
|
||||
msgid "# Results"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr ""
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-09-23 14:46+0000\n"
|
||||
"Last-Translator: Filip Melik <filip@melik.cz>\n"
|
||||
"Language-Team: Czech <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -31,7 +31,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2416,25 +2416,25 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2616,7 +2616,7 @@ msgstr ""
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4496,7 +4496,7 @@ msgid "Show JCC Map"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5091,77 +5091,203 @@ msgid "Club"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Místo"
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Ano"
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Ne"
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr ""
|
||||
@@ -7489,83 +7615,6 @@ msgstr ""
|
||||
msgid "QSL sent"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Ano"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Ne"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -7877,12 +7926,6 @@ msgstr ""
|
||||
msgid "# Results"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Místo"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr ""
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-10-03 21:13+0000\n"
|
||||
"Last-Translator: Fabian Berg <fabian.berg@hb9hil.org>\n"
|
||||
"Language-Team: German <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -42,7 +42,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2462,21 +2462,21 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr "Stadt / Ku / Gun"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr "Dein eQSL-Benutzername und/oder Passwort ist falsch."
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr "Etwas ist schiefgelaufen bei eQSL.cc!"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
"eQSL.cc hat Probleme. Bitte versuche es später nochmal mit dem Export der "
|
||||
"QSOs."
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
@@ -2484,7 +2484,7 @@ msgstr ""
|
||||
"Es gab einen Fehler in einem der QSOs. Du solltest sie vielleicht manuell "
|
||||
"hochladen."
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2672,7 +2672,7 @@ msgstr "Differenz"
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4684,7 +4684,7 @@ msgid "Show JCC Map"
|
||||
msgstr "Zeige Karte der JCCs"
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5358,77 +5358,203 @@ msgid "Club"
|
||||
msgstr "Club"
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Standort"
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr "Kategorie Operator"
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr "Kategorie 'Assisted'"
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr "Kategorie Band"
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr "Licht/Laser"
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr "VHF-3-BAND und VHF-FM-ONLY (nur ARRL VHF-Conteste)"
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr "Kategorie Mode"
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr "Kategorie Sendeleistung"
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr "Kategorie Station"
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr "Kategorie Sender"
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr "Kategorie Overlay"
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr "Operatoren"
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr "Soapbox"
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr "Addresse"
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr "Addresse Stadt"
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr "Addresse Staat/Provinz"
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr "Addresse Postleitzahl"
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr "Addresse Land"
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Nein"
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr "Es wurden keine Conteste in deinem Log gefunden."
|
||||
@@ -7857,83 +7983,6 @@ msgstr "Ungültig"
|
||||
msgid "QSL sent"
|
||||
msgstr "QSL gesendet"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Nein"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -8245,12 +8294,6 @@ msgstr "Filter"
|
||||
msgid "# Results"
|
||||
msgstr "# Resultate"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Standort"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr "Duplikate"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:47+0000\n"
|
||||
"Last-Translator: Fabian Berg <fabian.berg@hb9hil.org>\n"
|
||||
"Language-Team: Greek <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -29,7 +29,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2410,25 +2410,25 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2610,7 +2610,7 @@ msgstr ""
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4490,7 +4490,7 @@ msgid "Show JCC Map"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5085,77 +5085,203 @@ msgid "Club"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Τοποθεσία"
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Ναι"
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Οχι"
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr ""
|
||||
@@ -7479,83 +7605,6 @@ msgstr ""
|
||||
msgid "QSL sent"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Ναι"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Οχι"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -7867,12 +7916,6 @@ msgstr ""
|
||||
msgid "# Results"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Τοποθεσία"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-08-28 05:06+0000\n"
|
||||
"Last-Translator: Francisco Jiménez-Martín Sánchez <ea1jm.fran@gmail.com>\n"
|
||||
"Language-Team: Spanish <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -30,7 +30,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2417,25 +2417,25 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2617,7 +2617,7 @@ msgstr ""
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4509,7 +4509,7 @@ msgid "Show JCC Map"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5109,77 +5109,203 @@ msgid "Club"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Localización"
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr "Categoría - Operador"
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr "Categoría - Asistida"
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr "Categoría - Banda"
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr "Luz/Láser"
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr "Categoría - Modo"
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr "Categoría - Potencia"
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr "Categoría - Estación"
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr "Categoría - Transmisor"
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr "Categoría - Overlay"
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr "Operadores"
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr "Dirección"
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr "Dirección - Ciudad"
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr "Dirección - Estado/Provincia"
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr "Dirección - Código Postal"
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr "Dirección - País"
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Sí"
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr "No se encontraron concursos en tu registro."
|
||||
@@ -7515,83 +7641,6 @@ msgstr ""
|
||||
msgid "QSL sent"
|
||||
msgstr "QSL enviadas"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Sí"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -7903,12 +7952,6 @@ msgstr "Filtros"
|
||||
msgid "# Results"
|
||||
msgstr "No. Resultados"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Localización"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr "Duplicados"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:47+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Finnish <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -27,7 +27,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2406,25 +2406,25 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2606,7 +2606,7 @@ msgstr ""
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4486,7 +4486,7 @@ msgid "Show JCC Map"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5081,77 +5081,203 @@ msgid "Club"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Sijainti"
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Kyllä"
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Ei"
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr ""
|
||||
@@ -7475,83 +7601,6 @@ msgstr ""
|
||||
msgid "QSL sent"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Kyllä"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Ei"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -7863,12 +7912,6 @@ msgstr ""
|
||||
msgid "# Results"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Sijainti"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr ""
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-10-03 21:11+0000\n"
|
||||
"Last-Translator: \"Francisco (F4VSE)\" <kikosgc@users.noreply.github.com>\n"
|
||||
"Language-Team: French <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -32,7 +32,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2453,21 +2453,21 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr "Ville / Arrondissement / Préfecture"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr "Votre nom d'utilisateur et/ou mot de passe eQSL est incorrect."
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr "Quelque chose s'est mal passé avec eQSL.cc !"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
"eQSL.cc rencontre des problèmes. Veuillez essayer d'exporter les QSOs plus "
|
||||
"tard."
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
@@ -2475,7 +2475,7 @@ msgstr ""
|
||||
"Il y a eu une erreur dans l'un des QSOs. Il serait peut-être préférable de "
|
||||
"les télécharger manuellement."
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2666,7 +2666,7 @@ msgstr "Différence"
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4684,7 +4684,7 @@ msgid "Show JCC Map"
|
||||
msgstr "Afficher la carte JCC"
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5313,77 +5313,203 @@ msgid "Club"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Lieu"
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr "Catégorie - Opérateur"
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr "Catégorie - Assistance"
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr "Bandes"
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr "Lumière/Laser"
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr "VHF-3-BAND et VHF-FM-ONLY (Concours ARRL VHF seulement)"
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr "Catégorie - Mode"
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr "Catégorie - Puissance"
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr "Catégorie - Station"
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr "Catégorie - Emetteur"
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr "Catégorie - Overlay"
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr "Operateurs"
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr "Message"
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr "Adresse"
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr "Adresse - Ville"
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr "Adresse - State/Province"
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr "Adresse - Code Postal"
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr "Adresse - Pays"
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Oui"
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Non"
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr "Aucun concours trouvé dans votre journal de trafic."
|
||||
@@ -7724,83 +7850,6 @@ msgstr ""
|
||||
msgid "QSL sent"
|
||||
msgstr "QSL Envoyée"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Oui"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Non"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -8114,12 +8163,6 @@ msgstr "Filtres"
|
||||
msgid "# Results"
|
||||
msgstr "Nb lignes"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Lieu"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr "Doublon(s)"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:49+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Croatian <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -29,7 +29,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2413,25 +2413,25 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2613,7 +2613,7 @@ msgstr ""
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4493,7 +4493,7 @@ msgid "Show JCC Map"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5088,77 +5088,203 @@ msgid "Club"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr ""
|
||||
@@ -7484,83 +7610,6 @@ msgstr ""
|
||||
msgid "QSL sent"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -7872,12 +7921,6 @@ msgstr ""
|
||||
msgid "# Results"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr ""
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-08-18 19:11+0000\n"
|
||||
"Last-Translator: \"Francisco (F4VSE)\" <kikosgc@users.noreply.github.com>\n"
|
||||
"Language-Team: Italian <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -29,7 +29,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2410,25 +2410,25 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2610,7 +2610,7 @@ msgstr ""
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4490,7 +4490,7 @@ msgid "Show JCC Map"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5085,77 +5085,203 @@ msgid "Club"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Luogo"
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Si"
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr ""
|
||||
@@ -7479,83 +7605,6 @@ msgstr ""
|
||||
msgid "QSL sent"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Si"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -7867,12 +7916,6 @@ msgstr ""
|
||||
msgid "# Results"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Luogo"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr ""
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:47+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Dutch <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -28,7 +28,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2407,25 +2407,25 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2607,7 +2607,7 @@ msgstr ""
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4487,7 +4487,7 @@ msgid "Show JCC Map"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5082,77 +5082,203 @@ msgid "Club"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Locatie"
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr ""
|
||||
@@ -7476,83 +7602,6 @@ msgstr ""
|
||||
msgid "QSL sent"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -7864,12 +7913,6 @@ msgstr ""
|
||||
msgid "# Results"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Locatie"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr ""
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-09-08 22:18+0000\n"
|
||||
"Last-Translator: Maciej <github@maciej.website>\n"
|
||||
"Language-Team: Polish <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -29,7 +29,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2414,25 +2414,25 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr "Twoja nazwa użytkownika i/lub hasło eQSL jest niepoprawne."
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2614,7 +2614,7 @@ msgstr "Różnica"
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4494,7 +4494,7 @@ msgid "Show JCC Map"
|
||||
msgstr "Wyświetl mapę JCC"
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5089,77 +5089,203 @@ msgid "Club"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Lokalizacja"
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Tak"
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Nie"
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr ""
|
||||
@@ -7486,83 +7612,6 @@ msgstr ""
|
||||
msgid "QSL sent"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Tak"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Nie"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -7874,12 +7923,6 @@ msgstr ""
|
||||
msgid "# Results"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Lokalizacja"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-10-03 21:11+0000\n"
|
||||
"Last-Translator: \"Francisco (F4VSE)\" <kikosgc@users.noreply.github.com>\n"
|
||||
"Language-Team: Portuguese (Portugal) <https://translate.wavelog.org/projects/"
|
||||
@@ -30,7 +30,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2452,27 +2452,27 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr "Cidade / Ku / Gun"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr "O seu nome de utilizador e/ou palavra-passe eQSL está incorreto."
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr "Algo correu mal com o eQSL.cc!"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
"O eQSL.cc está a ter problemas. Por favor, tente exportar os contactos mais "
|
||||
"tarde."
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr "Houve um erro num dos contactos. Queira carregá-los manualmente."
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2663,7 +2663,7 @@ msgstr "Diferença"
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4671,7 +4671,7 @@ msgid "Show JCC Map"
|
||||
msgstr "Mostra o mapa JCC"
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5344,77 +5344,203 @@ msgid "Club"
|
||||
msgstr "Clube"
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Localização"
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr "Categoria de operador"
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr "Categoria Assistida"
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr "Categoria Banda"
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr "Luz/Laser"
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr "VHF-3-BAND e VHF-FM-ONLY (apenas para os concursos ARRL VHF)"
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr "Modo de Categoria"
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr "Categoria Potência"
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr "Categoria Estação"
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr "Categoria Transmissor"
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr "Categoria Overlay"
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr "Operadores"
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr "Soapbox"
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr "Endereço"
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr "Endereço Cidade"
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr "Endereço Estado/Província"
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr "Endereço Código Postal"
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr "Endereço País"
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Sim"
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Não"
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr "Não foram encontrados concursos no seu log."
|
||||
@@ -7840,83 +7966,6 @@ msgstr "Inválido"
|
||||
msgid "QSL sent"
|
||||
msgstr "QSL enviada"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Sim"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Não"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -8229,12 +8278,6 @@ msgstr "Filtros"
|
||||
msgid "# Results"
|
||||
msgstr "# Resultados"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Localização"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr "Duplicados"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-10-01 09:20+0000\n"
|
||||
"Last-Translator: Michael Skolsky <r1blh@yandex.ru>\n"
|
||||
"Language-Team: Russian <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -31,7 +31,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2451,20 +2451,20 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr "Город / Ku / Gun"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr "Ваше имя пользователя и/или пароль для eQSL неверны."
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr "С eQSL.cc что-то пошло не так!"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
"eQSL.cc испытывает проблемы. Пожалуйста, попробуйте экспортировать QSO позже."
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
@@ -2472,7 +2472,7 @@ msgstr ""
|
||||
"При загрузке одного из QSO произошла ошибка. Возможно, вам стоит произвести "
|
||||
"загрузку вручную."
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2656,7 +2656,7 @@ msgstr "Разница"
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4664,7 +4664,7 @@ msgid "Show JCC Map"
|
||||
msgstr "Показать карту JCC"
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5334,77 +5334,203 @@ msgid "Club"
|
||||
msgstr "Клуб"
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "QTH"
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr "Категория оператора"
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr "Категория Assisted"
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr "Категория диапаон"
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr "Свет/лазер"
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr "VHF-3-BAND и VHF-FM-ONLY (только для контестов ARRL VHF)"
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr "Категория вид модуляции"
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr "Категория мощность"
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr "Категория станция"
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr "Категория передатчик"
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr "Категория оверлей"
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr "Операторы"
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr "Soapbox"
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr "Адрес"
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr "Адрес (город)"
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr "Адрес (штат/провинция)"
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr "Адрес (индекс)"
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr "Адрес (страна)"
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Да"
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Нет"
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr "В вашем логе конест-сессий не найдено."
|
||||
@@ -7827,83 +7953,6 @@ msgstr "Недействительный"
|
||||
msgid "QSL sent"
|
||||
msgstr "QSL отправлено"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Да"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Нет"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -8215,12 +8264,6 @@ msgstr "Фильтры"
|
||||
msgid "# Results"
|
||||
msgstr "# Результаты"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "QTH"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr "Дубликаты"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:49+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Albanian <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -28,7 +28,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2407,25 +2407,25 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2607,7 +2607,7 @@ msgstr ""
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4487,7 +4487,7 @@ msgid "Show JCC Map"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5082,77 +5082,203 @@ msgid "Club"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr ""
|
||||
@@ -7476,83 +7602,6 @@ msgstr ""
|
||||
msgid "QSL sent"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -7864,12 +7913,6 @@ msgstr ""
|
||||
msgid "# Results"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr ""
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-09-17 12:24+0000\n"
|
||||
"Last-Translator: Dragan Đorđević <4o4a.dragan@gmail.com>\n"
|
||||
"Language-Team: Serbian <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -31,7 +31,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2452,20 +2452,20 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr "Grad / Ku / Gun"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr "Vaše eQSL korisničko ime i/ili lozinka nisu ispravni."
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr "Nešto nije u redu sa eQSL.cc!"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
"eQSL.cc trenutno ispoljava neke probleme. Molimo pokušajte izvoz QSO kasnije."
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
@@ -2473,7 +2473,7 @@ msgstr ""
|
||||
"Postojala je greška u jednoj od QSO. Možda želite da izvršite ručno "
|
||||
"učitavanje."
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2658,7 +2658,7 @@ msgstr "Razlika"
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4649,7 +4649,7 @@ msgid "Show JCC Map"
|
||||
msgstr "Prikaži JCC kartu"
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5313,77 +5313,203 @@ msgid "Club"
|
||||
msgstr "Klub"
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Lokacija"
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr "Operator kategorije"
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr "Assisted kategorija"
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr "Opseg kategorije"
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr "Svetlo/Laser"
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr "VHF-3-BAND i VHF-FM-ONLY (samo u ARRL VHF takmičenju)"
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr "Vrsta rada kategorije"
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr "Snaga kategorije"
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr "Stanica kategorije"
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr "Predajnik kategorije"
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr "Overlay kategorija"
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr "Operatori"
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr "Komentari (soapbox)"
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr "Adresa"
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr "Grad adrese"
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr "Država/Provincija adrese"
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr "Poštanski broj adrese"
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr "Okrug adrese"
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Da"
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Ne"
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr "U vašem dnevniku nisu pronađena takmičenja."
|
||||
@@ -7799,83 +7925,6 @@ msgstr "Neispravno"
|
||||
msgid "QSL sent"
|
||||
msgstr "QSL poslata"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Da"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Ne"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -8187,12 +8236,6 @@ msgstr "Filteri"
|
||||
msgid "# Results"
|
||||
msgstr "# rezultata"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Lokacija"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr "Duple"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-08-17 10:48+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Swedish <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -27,7 +27,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2408,25 +2408,25 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2608,7 +2608,7 @@ msgstr ""
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4488,7 +4488,7 @@ msgid "Show JCC Map"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5083,77 +5083,203 @@ msgid "Club"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "QTH"
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Nej"
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr ""
|
||||
@@ -7477,83 +7603,6 @@ msgstr ""
|
||||
msgid "QSL sent"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Nej"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -7865,12 +7914,6 @@ msgstr ""
|
||||
msgid "# Results"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "QTH"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr ""
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-09-20 16:52+0000\n"
|
||||
"Last-Translator: Fatih ÖNDER <fatih05onder@gmail.com>\n"
|
||||
"Language-Team: Turkish <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -29,7 +29,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2416,25 +2416,25 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2616,7 +2616,7 @@ msgstr ""
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4496,7 +4496,7 @@ msgid "Show JCC Map"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5091,77 +5091,203 @@ msgid "Club"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Konum"
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Evet"
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Hayır"
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr ""
|
||||
@@ -7485,83 +7611,6 @@ msgstr ""
|
||||
msgid "QSL sent"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "Evet"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "Hayır"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -7873,12 +7922,6 @@ msgstr ""
|
||||
msgid "# Results"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "Konum"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr ""
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+0000\n"
|
||||
"PO-Revision-Date: 2024-10-02 16:43+0000\n"
|
||||
"Last-Translator: Karuru <karuru@aerodefense.co.uk>\n"
|
||||
"Language-Team: Chinese (Simplified Han script) <https://translate.wavelog."
|
||||
@@ -31,7 +31,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2415,25 +2415,25 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr "郡"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr "您的 eQSL 用户名或密码错误。"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr "eQSL 服务异常!"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr "eQSL 网站出了一些问题,请稍后重试。"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr "上传的 QSO 有问题,您可能需要手动录入。"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr "eQSL 网站似乎更改了地址,请在 GitHub 上创建一个 issue。"
|
||||
@@ -2615,7 +2615,7 @@ msgstr "差异"
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4550,7 +4550,7 @@ msgid "Show JCC Map"
|
||||
msgstr "显示 JCC 地图"
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5182,77 +5182,203 @@ msgid "Club"
|
||||
msgstr "俱乐部"
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "位置"
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr "操作员类型(Operator)"
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr "辅助类型(Assisted)"
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr "波段类型(Band)"
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr "浅色/高光"
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr "VHF-3-BAND 和 VHF-FM-ONLY (仅限 ARRL VHF 竞赛)"
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr "模式类型(Mode)"
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr "功率类型(Power)"
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr "台站类型(Station)"
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr "发射机类型(Transmitter)"
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr "Overlay类型"
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr "操作员"
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr "Soapbox(附加信息)"
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr "地址"
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr "城市"
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr "州/省"
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr "邮政编码"
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr "国家"
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "是"
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "否"
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr "在日志中未发现任何竞赛。"
|
||||
@@ -7594,83 +7720,6 @@ msgstr "无效"
|
||||
msgid "QSL sent"
|
||||
msgstr "QSL 发送"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr "是"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr "否"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -7982,12 +8031,6 @@ msgstr "过滤器"
|
||||
msgid "# Results"
|
||||
msgstr "每页结果数"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr "位置"
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr "重复的 QSO"
|
||||
|
||||
@@ -41,7 +41,7 @@ class Eqslmethods_model extends CI_Model {
|
||||
|
||||
function uploadUser($userid, $username, $password) {
|
||||
$data['user_eqsl_name'] = $this->security->xss_clean($username);
|
||||
$data['user_eqsl_password'] = html_entity_decode($this->security->xss_clean($password));
|
||||
$data['user_eqsl_password'] = $password;
|
||||
$clean_userid = $this->security->xss_clean($userid);
|
||||
|
||||
$qslsnotsent = $this->eqsl_not_yet_sent($clean_userid);
|
||||
@@ -49,7 +49,7 @@ class Eqslmethods_model extends CI_Model {
|
||||
foreach ($qslsnotsent->result_array() as $qsl) {
|
||||
$data['user_eqsl_name'] = $qsl['station_callsign'];
|
||||
$adif = $this->generateAdif($qsl, $data);
|
||||
|
||||
|
||||
$status = $this->uploadQso($adif, $qsl);
|
||||
|
||||
if ($status == 'Error') {
|
||||
@@ -69,8 +69,8 @@ class Eqslmethods_model extends CI_Model {
|
||||
$COL_TIME_ON = date('Hi', strtotime($qsl['COL_TIME_ON']));
|
||||
|
||||
# Set up the single record file
|
||||
$adif = "https://www.eqsl.cc/qslcard/importADIF.cfm?";
|
||||
$adif .= "ADIFData=WavelogUpload%20";
|
||||
$adifhead = "https://www.eqsl.cc/qslcard/importADIF.cfm?";
|
||||
$adifhead .= "ADIFData=WavelogUpload%20";
|
||||
|
||||
/* Handy reference of escaping chars
|
||||
"<" = 3C
|
||||
@@ -83,33 +83,34 @@ class Eqslmethods_model extends CI_Model {
|
||||
"&" = 26
|
||||
*/
|
||||
|
||||
$adif .= "%3C";
|
||||
$adif .= "ADIF%5FVER";
|
||||
$adif .= "%3A";
|
||||
$adif .= "4";
|
||||
$adif .= "%3E";
|
||||
$adif .= "1%2E00 ";
|
||||
$adif .= "%20";
|
||||
$adifhead .= "%3C";
|
||||
$adifhead .= "ADIF%5FVER";
|
||||
$adifhead .= "%3A";
|
||||
$adifhead .= "4";
|
||||
$adifhead .= "%3E";
|
||||
$adifhead .= "1%2E000";
|
||||
$adifhead .= "%20";
|
||||
|
||||
$adif .= "%3C";
|
||||
$adif .= "EQSL%5FUSER";
|
||||
$adif .= "%3A";
|
||||
$adif .= strlen($data['user_eqsl_name']);
|
||||
$adif .= "%3E";
|
||||
$adif .= $data['user_eqsl_name'];
|
||||
$adif .= "%20";
|
||||
$adifhead .= "%3C";
|
||||
$adifhead .= "EQSL%5FUSER";
|
||||
$adifhead .= "%3A";
|
||||
$adifhead .= strlen($data['user_eqsl_name']);
|
||||
$adifhead .= "%3E";
|
||||
$adifhead .= $data['user_eqsl_name'];
|
||||
$adifhead .= "%20";
|
||||
|
||||
$adif .= "%3C";
|
||||
$adif .= "EQSL%5FPSWD";
|
||||
$adif .= "%3A";
|
||||
$adif .= strlen($data['user_eqsl_password']);
|
||||
$adif .= "%3E";
|
||||
$adif .= urlencode($data['user_eqsl_password']);
|
||||
$adif .= "%20";
|
||||
$adifhead .= "%3C";
|
||||
$adifhead .= "EQSL%5FPSWD";
|
||||
$adifhead .= "%3A";
|
||||
$adifhead .= mb_strlen((($data['user_eqsl_password'])));
|
||||
$adifhead .= "%3E";
|
||||
$adifhead .= rawurlencode($data['user_eqsl_password']);
|
||||
$adifhead .= "%20";
|
||||
|
||||
$adif .= "%3C";
|
||||
$adif .= "EOH";
|
||||
$adif .= "%3E";
|
||||
$adifhead .= "%3C";
|
||||
$adifhead .= "EOH";
|
||||
|
||||
$adif = "%3E";
|
||||
|
||||
# Lay out the required fields
|
||||
$adif .= "%3C";
|
||||
@@ -246,6 +247,7 @@ class Eqslmethods_model extends CI_Model {
|
||||
|
||||
# Make sure we don't have any spaces
|
||||
$adif = str_replace(" ", '%20', $adif);
|
||||
$adif = $adifhead.$adif;
|
||||
|
||||
return $adif;
|
||||
}
|
||||
@@ -324,7 +326,6 @@ class Eqslmethods_model extends CI_Model {
|
||||
}
|
||||
}
|
||||
}
|
||||
log_message('debug', $result);
|
||||
return $status;
|
||||
}
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@ $CI =& get_instance();
|
||||
$CI->load->library('Cabrilloformat');
|
||||
|
||||
echo $CI->cabrilloformat->header($contest_id, $callsign, $claimed_score,
|
||||
$operators, $club, $name, $address, $addresscity, $addressstateprovince, $addresspostalcode, $addresscountry, $soapbox, $gridlocator,
|
||||
$categoryoverlay, $categorytransmitter, $categorystation, $categorypower, $categorymode, $categoryband, $categoryassisted, $categoryoperator, $email);
|
||||
$operators, $club, $location, $name, $address, $addresscity, $addressstateprovince, $addresspostalcode, $addresscountry, $soapbox, $gridlocator,
|
||||
$categoryoverlay, $categorytransmitter, $categorytime, $categorystation, $categorypower, $categorymode, $categoryband, $categoryassisted, $categoryoperator, $email, $certificate);
|
||||
foreach ($qsos->result() as $row) {
|
||||
echo $CI->cabrilloformat->qso($row);
|
||||
}
|
||||
|
||||
@@ -41,8 +41,12 @@
|
||||
<div class="mb-3 d-flex align-items-center row contestdates">
|
||||
</div>
|
||||
<div hidden="true" class="mb-3 d-flex align-items-center row additionalinfo">
|
||||
<div class="col-md-3 control-label" for="soapbox"><?= __("Club"); ?>: </div>
|
||||
<input class="form-control my-1 me-sm-2 col-md-4 w-auto" id="soapbox" type="soapbox" name="soapbox" aria-label="soapbox">
|
||||
<div class="col-md-3 control-label" for="club"><?= __("Club"); ?>: </div>
|
||||
<input class="form-control my-1 me-sm-2 col-md-4 w-auto" id="club" type="club" name="club" aria-label="club">
|
||||
</div>
|
||||
<div hidden="true" class="mb-3 d-flex align-items-center row additionalinfo">
|
||||
<div class="col-md-3 control-label" for="location"><?= __("Location"); ?>: <i class="fas fa-question-circle col-md-1" data-bs-toggle="contestinfo" data-bs-placement="right" title="<?= __("For USA and Canada stations LOCATION must be the ARRL section abbreviation. For foreign stations LOCATION must be 'DX'. This information is required for IARU-HF and for all ARRL and CQ contests.") . "<br><br>" . __("For the RSGB-IOTA contest this information contains the IOTA name (not the IOTA reference code).") . "<br><br>" . __("For the RDXC contest this contains the RDA number.") ?>"></i></div>
|
||||
<input class="form-control my-1 me-sm-2 col-md-4 w-auto" id="location" type="location" name="location" aria-label="location">
|
||||
</div>
|
||||
<div hidden="true" class="mb-3 d-flex align-items-center row additionalinfo">
|
||||
<div class="col-md-3 control-label" for="categoryoperator"><?= __("Category Operator") ?>: </div>
|
||||
@@ -135,6 +139,15 @@
|
||||
<option value="SWL">SWL</option>
|
||||
</select>
|
||||
</div>
|
||||
<div hidden="true" class="mb-3 d-flex align-items-center row additionalinfo">
|
||||
<div class="col-md-3 control-label" for="categorytime"><?= __("Category Time") ?>: </div>
|
||||
<select class="form-select my-1 me-sm-2 col-md-4 w-auto" id="categorytime" name="categorytime">
|
||||
<option value="6-HOURS"><?= sprintf(__("%d Hours"), 6); ?></option>
|
||||
<option value="8-HOURS"><?= sprintf(__("%d Hours"), 8); ?></option>
|
||||
<option value="12-HOURS"><?= sprintf(__("%d Hours"), 12); ?></option>
|
||||
<option value="24-HOURS"><?= sprintf(__("%d Hours"), 24); ?></option>
|
||||
</select>
|
||||
</div>
|
||||
<div hidden="true" class="mb-3 d-flex align-items-center row additionalinfo">
|
||||
<div class="col-md-3 control-label" for="categoryoverlay"><?= __("Category Overlay") ?>: </div>
|
||||
<select class="form-select my-1 me-sm-2 col-md-4 w-auto" id="categoryoverlay" name="categoryoverlay">
|
||||
@@ -175,6 +188,14 @@
|
||||
<div class="col-md-3 control-label" for="addresscountry"><?= __("Address Country") ?>: </div>
|
||||
<input class="form-control my-1 me-sm-2 col-md-4 w-auto" id="addresscountry" type="text" name="addresscountry" aria-label="addresscountry">
|
||||
</div>
|
||||
<div hidden="true" class="mb-3 d-flex align-items-center row additionalinfo">
|
||||
<div class="col-md-3 control-label" for="certificate"><?= __("Certificate") ?>: <i class="fas fa-question-circle col-md-1" data-bs-toggle="contestinfo" data-bs-placement="right" title="<?= __("Indicate if you wish to receive, if eligible, a paper certificate sent via postal mail by the contest sponsor. The contest sponsor may or may not honor this tag.") ?>"></i></div>
|
||||
<select class="form-select my-1 me-sm-2 col-md-4 w-auto" id="certificate" name="certificate">
|
||||
<option value=""></option>
|
||||
<option value="YES"><?= __("Yes"); ?></option>
|
||||
<option value="NO"><?= __("No"); ?></option>
|
||||
</select>
|
||||
</div>
|
||||
<div hidden="true" class="mb-3 d-flex align-items-center row additionalinfo">
|
||||
<div class="col-md-3 control-label" for="button1id"></div>
|
||||
<button id="button1id" type="submit" name="button1id" class="btn btn-sm btn-primary w-auto"> <?= __("Export") ?></button>
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
$(document).ready(function() {
|
||||
$('[data-bs-toggle="contestinfo"]').tooltip({
|
||||
html: true
|
||||
});
|
||||
});
|
||||
|
||||
function loadYears() {
|
||||
$(".contestyear").empty();
|
||||
$(".contestname").empty();
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-10-04 08:59+0000\n"
|
||||
"POT-Creation-Date: 2024-10-05 05:47+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"
|
||||
@@ -26,7 +26,7 @@ msgstr ""
|
||||
#: application/controllers/Cabrillo.php:16
|
||||
#: application/controllers/Cabrillo.php:53
|
||||
#: application/controllers/Cabrillo.php:80
|
||||
#: application/controllers/Cabrillo.php:135
|
||||
#: application/controllers/Cabrillo.php:138
|
||||
#: application/controllers/Calltester.php:11
|
||||
#: application/controllers/Cfdexport.php:18
|
||||
#: application/controllers/Cfdexport.php:29
|
||||
@@ -2405,25 +2405,25 @@ msgctxt "Division Name (States in various countries)."
|
||||
msgid "City / Ku / Gun"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:285
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:291
|
||||
#: application/models/Eqslmethods_model.php:293
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:307
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:313
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:319
|
||||
#: application/models/Eqslmethods_model.php:321
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
@@ -2605,7 +2605,7 @@ msgstr ""
|
||||
#: application/views/awards/was/index.php:90
|
||||
#: application/views/bandmap/list.php:71 application/views/bandmap/list.php:78
|
||||
#: application/views/bandmap/list.php:90 application/views/bands/index.php:117
|
||||
#: application/views/cabrillo/index.php:65
|
||||
#: application/views/cabrillo/index.php:69
|
||||
#: application/views/continents/index.php:32
|
||||
#: application/views/continents/index.php:41 application/views/csv/index.php:21
|
||||
#: application/views/csv/index.php:33 application/views/csv/index.php:44
|
||||
@@ -4485,7 +4485,7 @@ msgid "Show JCC Map"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/awards/jcc/index.php:116
|
||||
#: application/views/cabrillo/index.php:180 application/views/cfd/index.php:25
|
||||
#: application/views/cabrillo/index.php:201 application/views/cfd/index.php:25
|
||||
#: application/views/csv/index.php:128 application/views/dxatlas/index.php:128
|
||||
#: application/views/kml/index.php:113 application/views/reg1test/index.php:145
|
||||
msgid "Export"
|
||||
@@ -5080,77 +5080,203 @@ msgid "Club"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For USA and Canada stations LOCATION must be the ARRL section abbreviation. "
|
||||
"For foreign stations LOCATION must be 'DX'. This information is required for "
|
||||
"IARU-HF and for all ARRL and CQ contests."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid "For the RDXC contest this contains the RDA number."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
msgid ""
|
||||
"For the RSGB-IOTA contest this information contains the IOTA name (not the "
|
||||
"IOTA reference code)."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:48
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:52
|
||||
#: application/views/reg1test/index.php:58
|
||||
msgid "Category Operator"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:56
|
||||
#: application/views/cabrillo/index.php:60
|
||||
msgid "Category Assisted"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:63
|
||||
#: application/views/cabrillo/index.php:67
|
||||
msgid "Category Band"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:89
|
||||
#: application/views/cabrillo/index.php:93
|
||||
msgid "Light/Laser"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:90
|
||||
#: application/views/cabrillo/index.php:94
|
||||
msgid "VHF-3-BAND and VHF-FM-ONLY (ARRL VHF Contests only)"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:94
|
||||
#: application/views/cabrillo/index.php:98
|
||||
msgid "Category Mode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:105
|
||||
#: application/views/cabrillo/index.php:109
|
||||
msgid "Category Power"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:113
|
||||
#: application/views/cabrillo/index.php:117
|
||||
msgid "Category Station"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:129
|
||||
#: application/views/cabrillo/index.php:133
|
||||
msgid "Category Transmitter"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:139
|
||||
#: application/views/cabrillo/index.php:143
|
||||
msgid "Category Time"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:145
|
||||
#: application/views/cabrillo/index.php:146
|
||||
#: application/views/cabrillo/index.php:147
|
||||
#: application/views/cabrillo/index.php:148
|
||||
#, php-format
|
||||
msgid "%d Hours"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:152
|
||||
msgid "Category Overlay"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:150
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/reg1test/index.php:70
|
||||
msgid "Operators"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:155
|
||||
#: application/views/cabrillo/index.php:168
|
||||
#: application/views/reg1test/index.php:139
|
||||
msgid "Soapbox"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:159
|
||||
#: application/views/cabrillo/index.php:172
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:163
|
||||
#: application/views/cabrillo/index.php:176
|
||||
msgid "Address City"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:167
|
||||
#: application/views/cabrillo/index.php:180
|
||||
msgid "Address State/Province"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:171
|
||||
#: application/views/cabrillo/index.php:184
|
||||
msgid "Address Postalcode"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:175
|
||||
#: application/views/cabrillo/index.php:188
|
||||
msgid "Address Country"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:186
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid "Certificate"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:192
|
||||
msgid ""
|
||||
"Indicate if you wish to receive, if eligible, a paper certificate sent via "
|
||||
"postal mail by the contest sponsor. The contest sponsor may or may not honor "
|
||||
"this tag."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:195
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:196
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/cabrillo/index.php:207
|
||||
#: application/views/reg1test/index.php:150
|
||||
msgid "No contests were found in your log."
|
||||
msgstr ""
|
||||
@@ -7474,83 +7600,6 @@ msgstr ""
|
||||
msgid "QSL sent"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:334
|
||||
#: application/views/logbookadvanced/index.php:345
|
||||
#: application/views/logbookadvanced/index.php:376
|
||||
#: application/views/logbookadvanced/index.php:387
|
||||
#: application/views/logbookadvanced/index.php:398
|
||||
#: application/views/logbookadvanced/index.php:409
|
||||
#: application/views/logbookadvanced/index.php:420
|
||||
#: application/views/logbookadvanced/index.php:431
|
||||
#: application/views/logbookadvanced/index.php:446
|
||||
#: application/views/lookup/lotwuser.php:12
|
||||
#: application/views/qso/edit_ajax.php:422
|
||||
#: application/views/qso/edit_ajax.php:455
|
||||
#: application/views/qso/edit_ajax.php:483
|
||||
#: application/views/qso/edit_ajax.php:496
|
||||
#: application/views/qso/edit_ajax.php:519
|
||||
#: application/views/qso/edit_ajax.php:531 application/views/qso/index.php:575
|
||||
#: application/views/search/result.php:58
|
||||
#: application/views/station_profile/create.php:216
|
||||
#: application/views/station_profile/create.php:224
|
||||
#: application/views/station_profile/create.php:243
|
||||
#: application/views/station_profile/create.php:283
|
||||
#: application/views/station_profile/create.php:294
|
||||
#: application/views/station_profile/create.php:301
|
||||
#: application/views/station_profile/edit.php:357
|
||||
#: application/views/station_profile/edit.php:365
|
||||
#: application/views/station_profile/edit.php:391
|
||||
#: application/views/station_profile/edit.php:413
|
||||
#: application/views/station_profile/edit.php:431
|
||||
#: application/views/station_profile/edit.php:438
|
||||
#: application/views/user/edit.php:347 application/views/user/edit.php:358
|
||||
#: application/views/user/edit.php:369 application/views/user/edit.php:379
|
||||
#: application/views/user/edit.php:389 application/views/user/edit.php:399
|
||||
#: application/views/user/edit.php:419 application/views/user/edit.php:430
|
||||
#: application/views/user/edit.php:540 application/views/user/edit.php:802
|
||||
#: application/views/user/edit.php:834 application/views/user/edit.php:859
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:335
|
||||
#: application/views/logbookadvanced/index.php:346
|
||||
#: application/views/logbookadvanced/index.php:377
|
||||
#: application/views/logbookadvanced/index.php:388
|
||||
#: application/views/logbookadvanced/index.php:399
|
||||
#: application/views/logbookadvanced/index.php:410
|
||||
#: application/views/logbookadvanced/index.php:421
|
||||
#: application/views/logbookadvanced/index.php:432
|
||||
#: application/views/logbookadvanced/index.php:447
|
||||
#: application/views/lookup/lotwuser.php:14
|
||||
#: application/views/qso/edit_ajax.php:421
|
||||
#: application/views/qso/edit_ajax.php:454
|
||||
#: application/views/qso/edit_ajax.php:482
|
||||
#: application/views/qso/edit_ajax.php:495
|
||||
#: application/views/qso/edit_ajax.php:518
|
||||
#: application/views/qso/edit_ajax.php:530 application/views/qso/index.php:574
|
||||
#: application/views/search/result.php:60
|
||||
#: application/views/station_profile/create.php:217
|
||||
#: application/views/station_profile/create.php:225
|
||||
#: application/views/station_profile/create.php:244
|
||||
#: application/views/station_profile/create.php:284
|
||||
#: application/views/station_profile/create.php:293
|
||||
#: application/views/station_profile/create.php:300
|
||||
#: application/views/station_profile/edit.php:358
|
||||
#: application/views/station_profile/edit.php:366
|
||||
#: application/views/station_profile/edit.php:392
|
||||
#: application/views/station_profile/edit.php:414
|
||||
#: application/views/station_profile/edit.php:432
|
||||
#: application/views/station_profile/edit.php:439
|
||||
#: application/views/user/edit.php:348 application/views/user/edit.php:359
|
||||
#: application/views/user/edit.php:370 application/views/user/edit.php:380
|
||||
#: application/views/user/edit.php:390 application/views/user/edit.php:400
|
||||
#: application/views/user/edit.php:420 application/views/user/edit.php:431
|
||||
#: application/views/user/edit.php:522 application/views/user/edit.php:526
|
||||
#: application/views/user/edit.php:541 application/views/user/edit.php:803
|
||||
#: application/views/user/edit.php:833 application/views/user/edit.php:858
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:337
|
||||
#: application/views/logbookadvanced/index.php:379
|
||||
#: application/views/logbookadvanced/index.php:401
|
||||
@@ -7862,12 +7911,6 @@ msgstr ""
|
||||
msgid "# Results"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:534
|
||||
#: application/views/qso/index.php:273
|
||||
#: application/views/station_profile/edit.php:92
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/logbookadvanced/index.php:546
|
||||
msgid "Dupes"
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user