mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge remote-tracking branch 'upstream/dev' into installer_v2
This commit is contained in:
@@ -71,6 +71,8 @@ class Contesting extends CI_Controller {
|
||||
public function setSession() {
|
||||
$this->load->model('Contesting_model');
|
||||
$this->Contesting_model->setSession();
|
||||
|
||||
$this->session->set_userdata('radio', $this->input->post('radio'));
|
||||
header('Content-Type: application/json');
|
||||
echo json_encode($this->Contesting_model->getSession());
|
||||
}
|
||||
|
||||
@@ -186,6 +186,10 @@ class eqsl extends CI_Controller {
|
||||
|
||||
$status = $this->eqslmethods_model->uploadQso($adif, $qsl);
|
||||
|
||||
if($status == 'Error') {
|
||||
redirect('eqsl/export');
|
||||
}
|
||||
|
||||
$timestamp = strtotime($qsl['COL_TIME_ON']);
|
||||
$rows .= "<td>" . date($custom_date_format, $timestamp) . "</td>";
|
||||
$rows .= "<td>" . date('H:i', $timestamp) . "</td>";
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-07-17 15:11+0000\n"
|
||||
"POT-Creation-Date: 2024-07-22 07:07+0000\n"
|
||||
"PO-Revision-Date: 2024-07-09 13:25+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Bulgarian <https://translate.wavelog.org/projects/wavelog/"
|
||||
@@ -462,12 +462,12 @@ msgstr ""
|
||||
msgid "Contest Logging"
|
||||
msgstr "Регистриране на състезание"
|
||||
|
||||
#: application/controllers/Contesting.php:99
|
||||
#: application/controllers/Contesting.php:101
|
||||
#: application/views/interface_assets/header.php:266
|
||||
msgid "Contests"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Contesting.php:113
|
||||
#: application/controllers/Contesting.php:115
|
||||
msgid "Update Contest"
|
||||
msgstr ""
|
||||
|
||||
@@ -577,19 +577,19 @@ msgstr ""
|
||||
msgid "eQSL QSO Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:411
|
||||
#: application/controllers/Eqsl.php:415
|
||||
msgid "eQSL Tools"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid " / Errors: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid "Successfully downloaded: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:467
|
||||
#: application/controllers/Eqsl.php:471
|
||||
msgid "eQSL Card Image Download"
|
||||
msgstr ""
|
||||
|
||||
@@ -2001,6 +2001,29 @@ msgstr ""
|
||||
msgid "QO-100 Dx Club Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:281
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:303
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Hrdlog_model.php:22
|
||||
msgid ""
|
||||
"HRDlog: QSOs have been uploaded to hrdlog.net for the station callsign: "
|
||||
@@ -5672,11 +5695,17 @@ msgstr ""
|
||||
msgid "Import directly from eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:27
|
||||
msgid ""
|
||||
"This does NOT upload any QSOs. It only marks QSOs as sent. If you use this "
|
||||
"button you need to upload them manually on the eQSL.cc website."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid "Mark All QSOs as Sent to eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid ""
|
||||
"Use this if you have lots of QSOs to upload to eQSL it will save the server "
|
||||
"timing out."
|
||||
|
||||
Binary file not shown.
@@ -6,8 +6,8 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-07-17 15:11+0000\n"
|
||||
"PO-Revision-Date: 2024-07-10 20:23+0000\n"
|
||||
"POT-Creation-Date: 2024-07-22 07:19+0000\n"
|
||||
"PO-Revision-Date: 2024-07-22 07:07+0000\n"
|
||||
"Last-Translator: Ondřej Koloničný <ondra@ok1cdj.com>\n"
|
||||
"Language-Team: Czech <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
"translation/cs/>\n"
|
||||
@@ -16,7 +16,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.6\n"
|
||||
"X-Generator: Weblate 5.6.2\n"
|
||||
|
||||
#: application/controllers/Accumulated.php:21
|
||||
#: application/views/interface_assets/header.php:148
|
||||
@@ -92,7 +92,7 @@ msgstr "Nepodporovaný formát souboru"
|
||||
|
||||
#: application/controllers/Adif.php:247
|
||||
msgid "Station Profile not valid for User"
|
||||
msgstr ""
|
||||
msgstr "Profil stanice není platný pro uživatele"
|
||||
|
||||
#: application/controllers/Adif.php:254
|
||||
#: application/views/adif/import_success.php:12
|
||||
@@ -117,7 +117,7 @@ msgstr "Popis API"
|
||||
|
||||
#: application/controllers/Api.php:51
|
||||
msgid "API Key is required. Do not change this field"
|
||||
msgstr ""
|
||||
msgstr "Je vyžadován klíč API. Toto pole neměňte"
|
||||
|
||||
#: application/controllers/Api.php:57
|
||||
msgid "Edit API Description"
|
||||
@@ -135,7 +135,7 @@ msgstr "API klíč %s byl smazán"
|
||||
|
||||
#: application/controllers/Api.php:118
|
||||
msgid "Key Disabled"
|
||||
msgstr ""
|
||||
msgstr "Klíč je zakázaný"
|
||||
|
||||
#: application/controllers/Api.php:118
|
||||
msgid "No Key Found"
|
||||
@@ -240,11 +240,11 @@ msgstr ""
|
||||
|
||||
#: application/controllers/Awards.php:457
|
||||
msgid " and sat "
|
||||
msgstr ""
|
||||
msgstr " a sat "
|
||||
|
||||
#: application/controllers/Awards.php:460
|
||||
msgid " and orbit type "
|
||||
msgstr ""
|
||||
msgstr " a typ oběhu "
|
||||
|
||||
#: application/controllers/Awards.php:464
|
||||
msgid " and propagation "
|
||||
@@ -256,7 +256,7 @@ msgstr ""
|
||||
|
||||
#: application/controllers/Awards.php:470
|
||||
msgid " and "
|
||||
msgstr ""
|
||||
msgstr " a "
|
||||
|
||||
#: application/controllers/Awards.php:486
|
||||
#: application/controllers/Logbook.php:1278
|
||||
@@ -463,12 +463,12 @@ msgstr ""
|
||||
msgid "Contest Logging"
|
||||
msgstr "Závodní deník"
|
||||
|
||||
#: application/controllers/Contesting.php:99
|
||||
#: application/controllers/Contesting.php:101
|
||||
#: application/views/interface_assets/header.php:266
|
||||
msgid "Contests"
|
||||
msgstr "Závody"
|
||||
|
||||
#: application/controllers/Contesting.php:113
|
||||
#: application/controllers/Contesting.php:115
|
||||
msgid "Update Contest"
|
||||
msgstr ""
|
||||
|
||||
@@ -578,19 +578,19 @@ msgstr ""
|
||||
msgid "eQSL QSO Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:411
|
||||
#: application/controllers/Eqsl.php:415
|
||||
msgid "eQSL Tools"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid " / Errors: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid "Successfully downloaded: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:467
|
||||
#: application/controllers/Eqsl.php:471
|
||||
msgid "eQSL Card Image Download"
|
||||
msgstr ""
|
||||
|
||||
@@ -602,7 +602,7 @@ msgstr "Mapa lokátorů"
|
||||
#: application/controllers/Gridmap.php:34
|
||||
#: application/controllers/Visitor.php:377
|
||||
msgid "Total gridsquares worked"
|
||||
msgstr "Celkový počet odpracovaných lokátorů"
|
||||
msgstr "Celkový počet lokátorů"
|
||||
|
||||
#: application/controllers/Hamsat.php:59
|
||||
msgid "Hamsat - Satellite Roving"
|
||||
@@ -2004,6 +2004,29 @@ msgstr ""
|
||||
msgid "QO-100 Dx Club Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:281
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:303
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Hrdlog_model.php:22
|
||||
msgid ""
|
||||
"HRDlog: QSOs have been uploaded to hrdlog.net for the station callsign: "
|
||||
@@ -2744,7 +2767,7 @@ msgstr ""
|
||||
|
||||
#: application/views/adif/import.php:267
|
||||
msgid "Ignore QSOs that cannot be matched."
|
||||
msgstr "Ignore QSOs that cannot be matched"
|
||||
msgstr "Ignorovat QSO, které nelze porovnat."
|
||||
|
||||
#: application/views/adif/import.php:269
|
||||
msgid ""
|
||||
@@ -3085,7 +3108,7 @@ msgstr "Potvrzeno"
|
||||
#: application/views/dashboard/index.php:356
|
||||
#: application/views/visitor/index.php:262
|
||||
msgid "Worked"
|
||||
msgstr "Spojeno"
|
||||
msgstr "Navázáno"
|
||||
|
||||
#: application/views/awards/cq/index.php:36
|
||||
#: application/views/awards/dok/index.php:41
|
||||
@@ -4986,7 +5009,7 @@ msgstr "Počet zemí"
|
||||
#: application/views/dashboard/index.php:253
|
||||
#: application/views/visitor/index.php:275
|
||||
msgid "Needed"
|
||||
msgstr "Potřebuje se"
|
||||
msgstr "Zbývá"
|
||||
|
||||
#: application/views/dashboard/index.php:266
|
||||
#: application/views/dashboard/index.php:293
|
||||
@@ -5677,11 +5700,17 @@ msgstr "Deník musí být ve formátu .adi"
|
||||
msgid "Import directly from eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:27
|
||||
msgid ""
|
||||
"This does NOT upload any QSOs. It only marks QSOs as sent. If you use this "
|
||||
"button you need to upload them manually on the eQSL.cc website."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid "Mark All QSOs as Sent to eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid ""
|
||||
"Use this if you have lots of QSOs to upload to eQSL it will save the server "
|
||||
"timing out."
|
||||
|
||||
@@ -11,11 +11,11 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-07-17 15:11+0000\n"
|
||||
"POT-Creation-Date: 2024-07-22 07:07+0000\n"
|
||||
"PO-Revision-Date: 2024-07-17 15:14+0000\n"
|
||||
"Last-Translator: Florian Wolters <wavelog@df2et.de>\n"
|
||||
"Language-Team: German <https://translate.wavelog.org/projects/wavelog/"
|
||||
"main-translation/de/>\n"
|
||||
"Language-Team: German <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
"translation/de/>\n"
|
||||
"Language: de_DE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -468,12 +468,12 @@ msgstr "Contest Kalender"
|
||||
msgid "Contest Logging"
|
||||
msgstr "Contest-Logging"
|
||||
|
||||
#: application/controllers/Contesting.php:99
|
||||
#: application/controllers/Contesting.php:101
|
||||
#: application/views/interface_assets/header.php:266
|
||||
msgid "Contests"
|
||||
msgstr "Conteste"
|
||||
|
||||
#: application/controllers/Contesting.php:113
|
||||
#: application/controllers/Contesting.php:115
|
||||
msgid "Update Contest"
|
||||
msgstr "Aktualisiere Contest"
|
||||
|
||||
@@ -586,19 +586,19 @@ msgstr "eQSL Import Information"
|
||||
msgid "eQSL QSO Upload"
|
||||
msgstr "eQSL QSO Upload"
|
||||
|
||||
#: application/controllers/Eqsl.php:411
|
||||
#: application/controllers/Eqsl.php:415
|
||||
msgid "eQSL Tools"
|
||||
msgstr "eQSL Tools"
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid " / Errors: "
|
||||
msgstr " / Fehler: "
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid "Successfully downloaded: "
|
||||
msgstr "Erfolgreich heruntergeladen: "
|
||||
|
||||
#: application/controllers/Eqsl.php:467
|
||||
#: application/controllers/Eqsl.php:471
|
||||
msgid "eQSL Card Image Download"
|
||||
msgstr "eQSL Karten Bilder Download"
|
||||
|
||||
@@ -2030,6 +2030,29 @@ msgstr "Export Karte"
|
||||
msgid "QO-100 Dx Club Upload"
|
||||
msgstr "QO-100 Dx Club Upload"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:281
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:303
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Hrdlog_model.php:22
|
||||
msgid ""
|
||||
"HRDlog: QSOs have been uploaded to hrdlog.net for the station callsign: "
|
||||
@@ -5962,11 +5985,17 @@ msgstr "Logdateien müssen den Dateityp .adi haben"
|
||||
msgid "Import directly from eQSL"
|
||||
msgstr "Direktimport von eQSL"
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:27
|
||||
msgid ""
|
||||
"This does NOT upload any QSOs. It only marks QSOs as sent. If you use this "
|
||||
"button you need to upload them manually on the eQSL.cc website."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid "Mark All QSOs as Sent to eQSL"
|
||||
msgstr "Markiere alle QSOs als gesendet für eQSL"
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid ""
|
||||
"Use this if you have lots of QSOs to upload to eQSL it will save the server "
|
||||
"timing out."
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-07-17 15:11+0000\n"
|
||||
"POT-Creation-Date: 2024-07-22 07:07+0000\n"
|
||||
"PO-Revision-Date: 2024-07-09 13:25+0000\n"
|
||||
"Last-Translator: Fabian Berg <hb9hil@wavelog.org>\n"
|
||||
"Language-Team: Greek <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -463,12 +463,12 @@ msgstr ""
|
||||
msgid "Contest Logging"
|
||||
msgstr "Αρχείο διαγωνισμού"
|
||||
|
||||
#: application/controllers/Contesting.php:99
|
||||
#: application/controllers/Contesting.php:101
|
||||
#: application/views/interface_assets/header.php:266
|
||||
msgid "Contests"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Contesting.php:113
|
||||
#: application/controllers/Contesting.php:115
|
||||
msgid "Update Contest"
|
||||
msgstr ""
|
||||
|
||||
@@ -578,19 +578,19 @@ msgstr ""
|
||||
msgid "eQSL QSO Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:411
|
||||
#: application/controllers/Eqsl.php:415
|
||||
msgid "eQSL Tools"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid " / Errors: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid "Successfully downloaded: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:467
|
||||
#: application/controllers/Eqsl.php:471
|
||||
msgid "eQSL Card Image Download"
|
||||
msgstr ""
|
||||
|
||||
@@ -2004,6 +2004,29 @@ msgstr ""
|
||||
msgid "QO-100 Dx Club Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:281
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:303
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Hrdlog_model.php:22
|
||||
msgid ""
|
||||
"HRDlog: QSOs have been uploaded to hrdlog.net for the station callsign: "
|
||||
@@ -5675,11 +5698,17 @@ msgstr "Τα αρχεία καταγραφής πρέπει να έχουν το
|
||||
msgid "Import directly from eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:27
|
||||
msgid ""
|
||||
"This does NOT upload any QSOs. It only marks QSOs as sent. If you use this "
|
||||
"button you need to upload them manually on the eQSL.cc website."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid "Mark All QSOs as Sent to eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid ""
|
||||
"Use this if you have lots of QSOs to upload to eQSL it will save the server "
|
||||
"timing out."
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-07-17 15:11+0000\n"
|
||||
"POT-Creation-Date: 2024-07-22 07:07+0000\n"
|
||||
"PO-Revision-Date: 2024-07-09 13:25+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Spanish <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -463,12 +463,12 @@ msgstr "Calendario de Concursos"
|
||||
msgid "Contest Logging"
|
||||
msgstr "Registro de Concurso"
|
||||
|
||||
#: application/controllers/Contesting.php:99
|
||||
#: application/controllers/Contesting.php:101
|
||||
#: application/views/interface_assets/header.php:266
|
||||
msgid "Contests"
|
||||
msgstr "Concursos"
|
||||
|
||||
#: application/controllers/Contesting.php:113
|
||||
#: application/controllers/Contesting.php:115
|
||||
msgid "Update Contest"
|
||||
msgstr "Actualizar Concurso"
|
||||
|
||||
@@ -578,19 +578,19 @@ msgstr "Información de importación de eQSL"
|
||||
msgid "eQSL QSO Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:411
|
||||
#: application/controllers/Eqsl.php:415
|
||||
msgid "eQSL Tools"
|
||||
msgstr "Herramientas de eQSL"
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid " / Errors: "
|
||||
msgstr " / Errores: "
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid "Successfully downloaded: "
|
||||
msgstr "Descargado satisfactoriamente: "
|
||||
|
||||
#: application/controllers/Eqsl.php:467
|
||||
#: application/controllers/Eqsl.php:471
|
||||
msgid "eQSL Card Image Download"
|
||||
msgstr "Descargar Imagen de Tarjeta eQSL"
|
||||
|
||||
@@ -2010,6 +2010,29 @@ msgstr ""
|
||||
msgid "QO-100 Dx Club Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:281
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:303
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Hrdlog_model.php:22
|
||||
msgid ""
|
||||
"HRDlog: QSOs have been uploaded to hrdlog.net for the station callsign: "
|
||||
@@ -5712,11 +5735,17 @@ msgstr "Los archivos de registro deben ser del tipo .adi"
|
||||
msgid "Import directly from eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:27
|
||||
msgid ""
|
||||
"This does NOT upload any QSOs. It only marks QSOs as sent. If you use this "
|
||||
"button you need to upload them manually on the eQSL.cc website."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid "Mark All QSOs as Sent to eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid ""
|
||||
"Use this if you have lots of QSOs to upload to eQSL it will save the server "
|
||||
"timing out."
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-07-17 15:11+0000\n"
|
||||
"POT-Creation-Date: 2024-07-22 07:07+0000\n"
|
||||
"PO-Revision-Date: 2024-07-09 13:25+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Finnish <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -462,12 +462,12 @@ msgstr ""
|
||||
msgid "Contest Logging"
|
||||
msgstr "Kilpailuloki"
|
||||
|
||||
#: application/controllers/Contesting.php:99
|
||||
#: application/controllers/Contesting.php:101
|
||||
#: application/views/interface_assets/header.php:266
|
||||
msgid "Contests"
|
||||
msgstr "Kontestit"
|
||||
|
||||
#: application/controllers/Contesting.php:113
|
||||
#: application/controllers/Contesting.php:115
|
||||
msgid "Update Contest"
|
||||
msgstr ""
|
||||
|
||||
@@ -577,19 +577,19 @@ msgstr ""
|
||||
msgid "eQSL QSO Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:411
|
||||
#: application/controllers/Eqsl.php:415
|
||||
msgid "eQSL Tools"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid " / Errors: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid "Successfully downloaded: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:467
|
||||
#: application/controllers/Eqsl.php:471
|
||||
msgid "eQSL Card Image Download"
|
||||
msgstr ""
|
||||
|
||||
@@ -2001,6 +2001,29 @@ msgstr ""
|
||||
msgid "QO-100 Dx Club Upload"
|
||||
msgstr "QO-100 Dx Club Lähetys"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:281
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:303
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Hrdlog_model.php:22
|
||||
msgid ""
|
||||
"HRDlog: QSOs have been uploaded to hrdlog.net for the station callsign: "
|
||||
@@ -5672,11 +5695,17 @@ msgstr "Lokitiedoston pitää olla ADI-tiedosto --> .adi"
|
||||
msgid "Import directly from eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:27
|
||||
msgid ""
|
||||
"This does NOT upload any QSOs. It only marks QSOs as sent. If you use this "
|
||||
"button you need to upload them manually on the eQSL.cc website."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid "Mark All QSOs as Sent to eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid ""
|
||||
"Use this if you have lots of QSOs to upload to eQSL it will save the server "
|
||||
"timing out."
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-07-17 15:11+0000\n"
|
||||
"POT-Creation-Date: 2024-07-22 07:07+0000\n"
|
||||
"PO-Revision-Date: 2024-07-13 09:35+0000\n"
|
||||
"Last-Translator: Byt3 <falko@205er.de>\n"
|
||||
"Language-Team: French <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -464,12 +464,12 @@ msgstr "Calendrier des concours"
|
||||
msgid "Contest Logging"
|
||||
msgstr "Concours - enregistrement des QSO"
|
||||
|
||||
#: application/controllers/Contesting.php:99
|
||||
#: application/controllers/Contesting.php:101
|
||||
#: application/views/interface_assets/header.php:266
|
||||
msgid "Contests"
|
||||
msgstr "Concours"
|
||||
|
||||
#: application/controllers/Contesting.php:113
|
||||
#: application/controllers/Contesting.php:115
|
||||
msgid "Update Contest"
|
||||
msgstr "Mettre à jour"
|
||||
|
||||
@@ -579,19 +579,19 @@ msgstr "eQSL : résultat de l'import"
|
||||
msgid "eQSL QSO Upload"
|
||||
msgstr "eQSL : envoi des QSO"
|
||||
|
||||
#: application/controllers/Eqsl.php:411
|
||||
#: application/controllers/Eqsl.php:415
|
||||
msgid "eQSL Tools"
|
||||
msgstr "eQSL : Outils"
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid " / Errors: "
|
||||
msgstr " / Erreurs : "
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid "Successfully downloaded: "
|
||||
msgstr "Téléchargé avec succès : "
|
||||
|
||||
#: application/controllers/Eqsl.php:467
|
||||
#: application/controllers/Eqsl.php:471
|
||||
msgid "eQSL Card Image Download"
|
||||
msgstr "eQSL : Téléchargement des cartes/images"
|
||||
|
||||
@@ -2009,6 +2009,29 @@ msgstr ""
|
||||
msgid "QO-100 Dx Club Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:281
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:303
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Hrdlog_model.php:22
|
||||
msgid ""
|
||||
"HRDlog: QSOs have been uploaded to hrdlog.net for the station callsign: "
|
||||
@@ -5712,11 +5735,17 @@ msgstr "Les fichiers de log doivent être au format .adi"
|
||||
msgid "Import directly from eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:27
|
||||
msgid ""
|
||||
"This does NOT upload any QSOs. It only marks QSOs as sent. If you use this "
|
||||
"button you need to upload them manually on the eQSL.cc website."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid "Mark All QSOs as Sent to eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid ""
|
||||
"Use this if you have lots of QSOs to upload to eQSL it will save the server "
|
||||
"timing out."
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-07-17 15:11+0000\n"
|
||||
"POT-Creation-Date: 2024-07-22 07:07+0000\n"
|
||||
"PO-Revision-Date: 2024-07-09 13:26+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Italian <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -462,12 +462,12 @@ msgstr ""
|
||||
msgid "Contest Logging"
|
||||
msgstr "Log per Contest"
|
||||
|
||||
#: application/controllers/Contesting.php:99
|
||||
#: application/controllers/Contesting.php:101
|
||||
#: application/views/interface_assets/header.php:266
|
||||
msgid "Contests"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Contesting.php:113
|
||||
#: application/controllers/Contesting.php:115
|
||||
msgid "Update Contest"
|
||||
msgstr ""
|
||||
|
||||
@@ -577,19 +577,19 @@ msgstr ""
|
||||
msgid "eQSL QSO Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:411
|
||||
#: application/controllers/Eqsl.php:415
|
||||
msgid "eQSL Tools"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid " / Errors: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid "Successfully downloaded: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:467
|
||||
#: application/controllers/Eqsl.php:471
|
||||
msgid "eQSL Card Image Download"
|
||||
msgstr ""
|
||||
|
||||
@@ -2003,6 +2003,29 @@ msgstr ""
|
||||
msgid "QO-100 Dx Club Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:281
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:303
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Hrdlog_model.php:22
|
||||
msgid ""
|
||||
"HRDlog: QSOs have been uploaded to hrdlog.net for the station callsign: "
|
||||
@@ -5674,11 +5697,17 @@ msgstr "I file di log devono essere di tipo .adi"
|
||||
msgid "Import directly from eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:27
|
||||
msgid ""
|
||||
"This does NOT upload any QSOs. It only marks QSOs as sent. If you use this "
|
||||
"button you need to upload them manually on the eQSL.cc website."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid "Mark All QSOs as Sent to eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid ""
|
||||
"Use this if you have lots of QSOs to upload to eQSL it will save the server "
|
||||
"timing out."
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-07-17 15:11+0000\n"
|
||||
"POT-Creation-Date: 2024-07-22 07:07+0000\n"
|
||||
"PO-Revision-Date: 2024-07-09 13:26+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Dutch <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -462,12 +462,12 @@ msgstr ""
|
||||
msgid "Contest Logging"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Contesting.php:99
|
||||
#: application/controllers/Contesting.php:101
|
||||
#: application/views/interface_assets/header.php:266
|
||||
msgid "Contests"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Contesting.php:113
|
||||
#: application/controllers/Contesting.php:115
|
||||
msgid "Update Contest"
|
||||
msgstr ""
|
||||
|
||||
@@ -577,19 +577,19 @@ msgstr ""
|
||||
msgid "eQSL QSO Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:411
|
||||
#: application/controllers/Eqsl.php:415
|
||||
msgid "eQSL Tools"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid " / Errors: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid "Successfully downloaded: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:467
|
||||
#: application/controllers/Eqsl.php:471
|
||||
msgid "eQSL Card Image Download"
|
||||
msgstr ""
|
||||
|
||||
@@ -2001,6 +2001,29 @@ msgstr ""
|
||||
msgid "QO-100 Dx Club Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:281
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:303
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Hrdlog_model.php:22
|
||||
msgid ""
|
||||
"HRDlog: QSOs have been uploaded to hrdlog.net for the station callsign: "
|
||||
@@ -5672,11 +5695,17 @@ msgstr ""
|
||||
msgid "Import directly from eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:27
|
||||
msgid ""
|
||||
"This does NOT upload any QSOs. It only marks QSOs as sent. If you use this "
|
||||
"button you need to upload them manually on the eQSL.cc website."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid "Mark All QSOs as Sent to eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid ""
|
||||
"Use this if you have lots of QSOs to upload to eQSL it will save the server "
|
||||
"timing out."
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-07-17 15:11+0000\n"
|
||||
"POT-Creation-Date: 2024-07-22 07:07+0000\n"
|
||||
"PO-Revision-Date: 2024-07-09 13:26+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Polish <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -463,12 +463,12 @@ msgstr ""
|
||||
msgid "Contest Logging"
|
||||
msgstr "Logowanie Zawodów"
|
||||
|
||||
#: application/controllers/Contesting.php:99
|
||||
#: application/controllers/Contesting.php:101
|
||||
#: application/views/interface_assets/header.php:266
|
||||
msgid "Contests"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Contesting.php:113
|
||||
#: application/controllers/Contesting.php:115
|
||||
msgid "Update Contest"
|
||||
msgstr ""
|
||||
|
||||
@@ -578,19 +578,19 @@ msgstr ""
|
||||
msgid "eQSL QSO Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:411
|
||||
#: application/controllers/Eqsl.php:415
|
||||
msgid "eQSL Tools"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid " / Errors: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid "Successfully downloaded: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:467
|
||||
#: application/controllers/Eqsl.php:471
|
||||
msgid "eQSL Card Image Download"
|
||||
msgstr ""
|
||||
|
||||
@@ -2003,6 +2003,29 @@ msgstr ""
|
||||
msgid "QO-100 Dx Club Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:281
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:303
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Hrdlog_model.php:22
|
||||
msgid ""
|
||||
"HRDlog: QSOs have been uploaded to hrdlog.net for the station callsign: "
|
||||
@@ -5676,11 +5699,17 @@ msgstr "Pliki logu muszą mieć rozszerzenie .adi"
|
||||
msgid "Import directly from eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:27
|
||||
msgid ""
|
||||
"This does NOT upload any QSOs. It only marks QSOs as sent. If you use this "
|
||||
"button you need to upload them manually on the eQSL.cc website."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid "Mark All QSOs as Sent to eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid ""
|
||||
"Use this if you have lots of QSOs to upload to eQSL it will save the server "
|
||||
"timing out."
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-07-17 15:11+0000\n"
|
||||
"POT-Creation-Date: 2024-07-22 07:07+0000\n"
|
||||
"PO-Revision-Date: 2024-07-15 22:49+0000\n"
|
||||
"Last-Translator: Michael Skolsky <r1blh@yandex.ru>\n"
|
||||
"Language-Team: Russian <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -464,12 +464,12 @@ msgstr "Календарь контестов"
|
||||
msgid "Contest Logging"
|
||||
msgstr "Журнал контеста"
|
||||
|
||||
#: application/controllers/Contesting.php:99
|
||||
#: application/controllers/Contesting.php:101
|
||||
#: application/views/interface_assets/header.php:266
|
||||
msgid "Contests"
|
||||
msgstr "Контесты"
|
||||
|
||||
#: application/controllers/Contesting.php:113
|
||||
#: application/controllers/Contesting.php:115
|
||||
msgid "Update Contest"
|
||||
msgstr "Обновить контест"
|
||||
|
||||
@@ -583,19 +583,19 @@ msgstr "информация для импорта eQSL"
|
||||
msgid "eQSL QSO Upload"
|
||||
msgstr "загрузка QSO в eQSL"
|
||||
|
||||
#: application/controllers/Eqsl.php:411
|
||||
#: application/controllers/Eqsl.php:415
|
||||
msgid "eQSL Tools"
|
||||
msgstr "инструменты eQSL"
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid " / Errors: "
|
||||
msgstr " / Ошибки: "
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid "Successfully downloaded: "
|
||||
msgstr "Успешно скачано: "
|
||||
|
||||
#: application/controllers/Eqsl.php:467
|
||||
#: application/controllers/Eqsl.php:471
|
||||
msgid "eQSL Card Image Download"
|
||||
msgstr "скачать изображения eQSL"
|
||||
|
||||
@@ -2024,6 +2024,29 @@ msgstr "Экспорт карты"
|
||||
msgid "QO-100 Dx Club Upload"
|
||||
msgstr "Загрузка в QO-100 Dx Club"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:281
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:303
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Hrdlog_model.php:22
|
||||
msgid ""
|
||||
"HRDlog: QSOs have been uploaded to hrdlog.net for the station callsign: "
|
||||
@@ -5940,11 +5963,17 @@ msgstr "Файлы журнала должны быть с расширение
|
||||
msgid "Import directly from eQSL"
|
||||
msgstr "Импортировать напрямую из eQSL"
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:27
|
||||
msgid ""
|
||||
"This does NOT upload any QSOs. It only marks QSOs as sent. If you use this "
|
||||
"button you need to upload them manually on the eQSL.cc website."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid "Mark All QSOs as Sent to eQSL"
|
||||
msgstr "Отметить все QSO как отправленные в eQSL"
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid ""
|
||||
"Use this if you have lots of QSOs to upload to eQSL it will save the server "
|
||||
"timing out."
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-07-17 15:11+0000\n"
|
||||
"POT-Creation-Date: 2024-07-22 07:07+0000\n"
|
||||
"PO-Revision-Date: 2024-07-09 13:26+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Swedish <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -462,12 +462,12 @@ msgstr ""
|
||||
msgid "Contest Logging"
|
||||
msgstr "Contest-loggning"
|
||||
|
||||
#: application/controllers/Contesting.php:99
|
||||
#: application/controllers/Contesting.php:101
|
||||
#: application/views/interface_assets/header.php:266
|
||||
msgid "Contests"
|
||||
msgstr "Tävlingar"
|
||||
|
||||
#: application/controllers/Contesting.php:113
|
||||
#: application/controllers/Contesting.php:115
|
||||
msgid "Update Contest"
|
||||
msgstr ""
|
||||
|
||||
@@ -577,19 +577,19 @@ msgstr ""
|
||||
msgid "eQSL QSO Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:411
|
||||
#: application/controllers/Eqsl.php:415
|
||||
msgid "eQSL Tools"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid " / Errors: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid "Successfully downloaded: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:467
|
||||
#: application/controllers/Eqsl.php:471
|
||||
msgid "eQSL Card Image Download"
|
||||
msgstr ""
|
||||
|
||||
@@ -2003,6 +2003,29 @@ msgstr ""
|
||||
msgid "QO-100 Dx Club Upload"
|
||||
msgstr "QO-100 Dx Club Ladda upp"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:281
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:303
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Hrdlog_model.php:22
|
||||
msgid ""
|
||||
"HRDlog: QSOs have been uploaded to hrdlog.net for the station callsign: "
|
||||
@@ -5674,11 +5697,17 @@ msgstr "Loggfil måste vara av format .adi"
|
||||
msgid "Import directly from eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:27
|
||||
msgid ""
|
||||
"This does NOT upload any QSOs. It only marks QSOs as sent. If you use this "
|
||||
"button you need to upload them manually on the eQSL.cc website."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid "Mark All QSOs as Sent to eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid ""
|
||||
"Use this if you have lots of QSOs to upload to eQSL it will save the server "
|
||||
"timing out."
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-07-17 15:11+0000\n"
|
||||
"POT-Creation-Date: 2024-07-22 07:07+0000\n"
|
||||
"PO-Revision-Date: 2024-07-09 13:26+0000\n"
|
||||
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
||||
"Language-Team: Turkish <https://translate.wavelog.org/projects/wavelog/main-"
|
||||
@@ -462,12 +462,12 @@ msgstr ""
|
||||
msgid "Contest Logging"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Contesting.php:99
|
||||
#: application/controllers/Contesting.php:101
|
||||
#: application/views/interface_assets/header.php:266
|
||||
msgid "Contests"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Contesting.php:113
|
||||
#: application/controllers/Contesting.php:115
|
||||
msgid "Update Contest"
|
||||
msgstr ""
|
||||
|
||||
@@ -577,19 +577,19 @@ msgstr ""
|
||||
msgid "eQSL QSO Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:411
|
||||
#: application/controllers/Eqsl.php:415
|
||||
msgid "eQSL Tools"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid " / Errors: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid "Successfully downloaded: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:467
|
||||
#: application/controllers/Eqsl.php:471
|
||||
msgid "eQSL Card Image Download"
|
||||
msgstr ""
|
||||
|
||||
@@ -2003,6 +2003,29 @@ msgstr ""
|
||||
msgid "QO-100 Dx Club Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:281
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:303
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Hrdlog_model.php:22
|
||||
msgid ""
|
||||
"HRDlog: QSOs have been uploaded to hrdlog.net for the station callsign: "
|
||||
@@ -5674,11 +5697,17 @@ msgstr "Günlük dosyaları .adi dosya tipine sahip olmalıdır"
|
||||
msgid "Import directly from eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:27
|
||||
msgid ""
|
||||
"This does NOT upload any QSOs. It only marks QSOs as sent. If you use this "
|
||||
"button you need to upload them manually on the eQSL.cc website."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid "Mark All QSOs as Sent to eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid ""
|
||||
"Use this if you have lots of QSOs to upload to eQSL it will save the server "
|
||||
"timing out."
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-07-17 15:11+0000\n"
|
||||
"POT-Creation-Date: 2024-07-22 07:07+0000\n"
|
||||
"PO-Revision-Date: 2024-07-18 10:17+0000\n"
|
||||
"Last-Translator: BG6HJE <1753409828@qq.com>\n"
|
||||
"Language-Team: Chinese (Simplified) <https://translate.wavelog.org/projects/"
|
||||
@@ -464,12 +464,12 @@ msgstr "竞赛日志"
|
||||
msgid "Contest Logging"
|
||||
msgstr "竞赛日志"
|
||||
|
||||
#: application/controllers/Contesting.php:99
|
||||
#: application/controllers/Contesting.php:101
|
||||
#: application/views/interface_assets/header.php:266
|
||||
msgid "Contests"
|
||||
msgstr "比赛"
|
||||
|
||||
#: application/controllers/Contesting.php:113
|
||||
#: application/controllers/Contesting.php:115
|
||||
msgid "Update Contest"
|
||||
msgstr "更新竞赛"
|
||||
|
||||
@@ -581,19 +581,19 @@ msgstr "eQSL 导入信息"
|
||||
msgid "eQSL QSO Upload"
|
||||
msgstr "eQSL QSO 上传"
|
||||
|
||||
#: application/controllers/Eqsl.php:411
|
||||
#: application/controllers/Eqsl.php:415
|
||||
msgid "eQSL Tools"
|
||||
msgstr "eQSL 工具"
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid " / Errors: "
|
||||
msgstr " / 错误: "
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid "Successfully downloaded: "
|
||||
msgstr "下载成功: "
|
||||
|
||||
#: application/controllers/Eqsl.php:467
|
||||
#: application/controllers/Eqsl.php:471
|
||||
msgid "eQSL Card Image Download"
|
||||
msgstr "eQSL 卡片图像下载"
|
||||
|
||||
@@ -2006,6 +2006,29 @@ msgstr "导出地图"
|
||||
msgid "QO-100 Dx Club Upload"
|
||||
msgstr "QO-100 Dx Club 上传"
|
||||
|
||||
#: application/models/Eqslmethods_model.php:281
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:303
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Hrdlog_model.php:22
|
||||
msgid ""
|
||||
"HRDlog: QSOs have been uploaded to hrdlog.net for the station callsign: "
|
||||
@@ -2646,8 +2669,9 @@ msgstr "导入时忽略台站的呼号"
|
||||
msgid ""
|
||||
"If selected, Wavelog will try to import <b>all</b> QSO's of the ADIF, "
|
||||
"regardless if they match to the chosen station-location."
|
||||
msgstr "如果选择,Wavelog 会尝试导入 ADIF 文件中的 <b>所有</b> "
|
||||
"QSO,而不判断是否与所选台站位置匹配。"
|
||||
msgstr ""
|
||||
"如果选择,Wavelog 会尝试导入 ADIF 文件中的 <b>所有</b> QSO,而不判断是否与所"
|
||||
"选台站位置匹配。"
|
||||
|
||||
#: application/views/adif/import.php:158 application/views/adif/import.php:273
|
||||
#: application/views/hrdlog/export.php:50 application/views/qrz/export.php:54
|
||||
@@ -3062,14 +3086,16 @@ msgid ""
|
||||
"The CQ Magazine is located in the US and one of the most popular amateur "
|
||||
"radio magazines in the world. The magazine first appeared in January 1945 "
|
||||
"and focuses on awards and the practical aspects of amateur radio."
|
||||
msgstr "CQ 杂志来自美国,是世界上最受欢迎的业余无线电杂志之一。该杂志于 1945 年 1 "
|
||||
"月首次出版,重点关注业余无线电的奖项和实用方面。"
|
||||
msgstr ""
|
||||
"CQ 杂志来自美国,是世界上最受欢迎的业余无线电杂志之一。该杂志于 1945 年 1 月"
|
||||
"首次出版,重点关注业余无线电的奖项和实用方面。"
|
||||
|
||||
#: application/views/awards/cq/index.php:20
|
||||
msgid ""
|
||||
"The WAZ Award stands for 'Worked All Zones' and requires radio contacts to "
|
||||
"all 40 CQ Zones along with the corresponding confirmation."
|
||||
msgstr "WAZ 奖代表“Worked All Zones”,需要与所有40个CQ分区进行QSO并提供相应的确认。"
|
||||
msgstr ""
|
||||
"WAZ 奖代表“Worked All Zones”,需要与所有40个CQ分区进行QSO并提供相应的确认。"
|
||||
|
||||
#: application/views/awards/cq/index.php:21
|
||||
#, php-format
|
||||
@@ -4047,7 +4073,8 @@ msgstr "您可以通过将其设置为cronjob来自动化此过程。"
|
||||
msgid ""
|
||||
"Something went wrong during the backup process. Check that the backup folder "
|
||||
"exists and is writeable by your web server user / group."
|
||||
msgstr "备份过程中出现错误。请检查备份文件夹是否存在并且您的Web服务器用户/组有写入权"
|
||||
msgstr ""
|
||||
"备份过程中出现错误。请检查备份文件夹是否存在并且您的Web服务器用户/组有写入权"
|
||||
"限。"
|
||||
|
||||
#: application/views/backup/main.php:17
|
||||
@@ -5692,7 +5719,8 @@ msgstr "查看/下载"
|
||||
msgid ""
|
||||
"Wavelog will use the eQSL credentials from your Wavelog user profile to "
|
||||
"connect to eQSL and download confirmations."
|
||||
msgstr "Wavelog将使用您的Wavelog用户配置文件中的eQSL凭据连接并下载eQSL确认信息。"
|
||||
msgstr ""
|
||||
"Wavelog将使用您的Wavelog用户配置文件中的eQSL凭据连接并下载eQSL确认信息。"
|
||||
|
||||
#: application/views/eqsl/download.php:73
|
||||
msgid ""
|
||||
@@ -5701,9 +5729,9 @@ msgid ""
|
||||
"to call this function several times depending on the amount of outstanding "
|
||||
"cards. This may run into a script timeout depending on the PHP configuration."
|
||||
msgstr ""
|
||||
"由于每个eQSL图片下载的速度限制约为10秒,调用此功能需要很长时间才能完成! "
|
||||
"因此,您可能需要多次调用此函数,具体取决于尚未下载的卡片数量。 "
|
||||
"这可能会导致脚本超时,具体取决于PHP配置。"
|
||||
"由于每个eQSL图片下载的速度限制约为10秒,调用此功能需要很长时间才能完成! 因"
|
||||
"此,您可能需要多次调用此函数,具体取决于尚未下载的卡片数量。 这可能会导致脚本"
|
||||
"超时,具体取决于PHP配置。"
|
||||
|
||||
#: application/views/eqsl/download.php:81
|
||||
msgid ""
|
||||
@@ -5719,8 +5747,9 @@ msgstr ""
|
||||
msgid ""
|
||||
"Please make sure the 'eQSL QTH Nickname' field is set in your station "
|
||||
"profile and that the value matches the QTH Nickname you set within eQSL."
|
||||
msgstr "请确保 \"eQSL QTH昵称 \"字段已在您的电台配置文件中设置,且该值与您在eQSL "
|
||||
"中设置的QTH昵称一致。"
|
||||
msgstr ""
|
||||
"请确保 \"eQSL QTH昵称 \"字段已在您的电台配置文件中设置,且该值与您在eQSL 中设"
|
||||
"置的QTH昵称一致。"
|
||||
|
||||
#: application/views/eqsl/export.php:37
|
||||
msgid "Clicking 'Upload QSOs' will send QSO information to eQSL.cc."
|
||||
@@ -5763,11 +5792,17 @@ msgstr "日志文件的类型必须为 .adi"
|
||||
msgid "Import directly from eQSL"
|
||||
msgstr "直接从eQSL导入"
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:27
|
||||
msgid ""
|
||||
"This does NOT upload any QSOs. It only marks QSOs as sent. If you use this "
|
||||
"button you need to upload them manually on the eQSL.cc website."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid "Mark All QSOs as Sent to eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid ""
|
||||
"Use this if you have lots of QSOs to upload to eQSL it will save the server "
|
||||
"timing out."
|
||||
|
||||
@@ -10,13 +10,17 @@ class Eqslmethods_model extends CI_Model {
|
||||
$users = $this->get_eqsl_users();
|
||||
|
||||
foreach ($users as $user) {
|
||||
log_message('debug', 'eQSL Upload for: '.$user->user_eqsl_name);
|
||||
$this->uploadUser($user->user_id, $user->user_eqsl_name, $user->user_eqsl_password);
|
||||
log_message('debug', 'eQSL Download for: '.$user->user_eqsl_name);
|
||||
$this->downloadUser($user->user_id, $user->user_eqsl_name, $user->user_eqsl_password);
|
||||
}
|
||||
}
|
||||
|
||||
function downloadUser($userid, $username, $password) {
|
||||
$this->load->library('EqslImporter');
|
||||
if(!$this->load->is_loaded('EqslImporter')) {
|
||||
$this->load->library('EqslImporter');
|
||||
}
|
||||
|
||||
$config['upload_path'] = './uploads/';
|
||||
$eqsl_locations = $this->all_of_user_with_eqsl_nick_defined($userid);
|
||||
@@ -47,6 +51,11 @@ class Eqslmethods_model extends CI_Model {
|
||||
$adif = $this->generateAdif($qsl, $data);
|
||||
|
||||
$status = $this->uploadQso($adif, $qsl);
|
||||
|
||||
if ($status == 'Error') {
|
||||
log_message('error', 'eQSL Error for '.$data['user_eqsl_name']);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -269,12 +278,16 @@ class Eqslmethods_model extends CI_Model {
|
||||
$this->eqsl_mark_sent($qsl['COL_PRIMARY_KEY']);
|
||||
} else {
|
||||
if (stristr($result, "Error: No match on eQSL_User/eQSL_Pswd")) {
|
||||
$this->session->set_flashdata('warning', 'Your eQSL username and/or password is incorrect.');
|
||||
redirect('eqsl/export');
|
||||
$msg = __("Your eQSL username and/or password is incorrect.");
|
||||
log_message('error', 'eQSL: '.$msg);
|
||||
$this->session->set_flashdata('warning', $msg);
|
||||
$status = "Error";
|
||||
} else {
|
||||
if (stristr($result, "Result: 0 out of 0 records added")) {
|
||||
$this->session->set_flashdata('warning', 'Something went wrong with eQSL.cc!');
|
||||
redirect('eqsl/export');
|
||||
$msg = __("Something went wrong with eQSL.cc!");
|
||||
log_message('error', 'eQSL: '.$msg);
|
||||
$this->session->set_flashdata('warning', $msg);
|
||||
$status = "Error";
|
||||
} else {
|
||||
if (stristr($result, "Bad record: Duplicate")) {
|
||||
$status = "Duplicate";
|
||||
@@ -287,17 +300,22 @@ class Eqslmethods_model extends CI_Model {
|
||||
}
|
||||
} else {
|
||||
if ($chi['http_code'] == "500") {
|
||||
$this->session->set_flashdata('warning', 'eQSL.cc is experiencing issues. Please try exporting QSOs later.');
|
||||
redirect('eqsl/export');
|
||||
$msg = __("eQSL.cc is experiencing issues. Please try exporting QSOs later.");
|
||||
log_message('error', 'eQSL: '.$msg);
|
||||
$this->session->set_flashdata('warning', $msg);
|
||||
$status = "Error";
|
||||
} else {
|
||||
if ($chi['http_code'] == "400") {
|
||||
$this->session->set_flashdata('warning', 'There was an error in one of the QSOs. You might want to manually upload them.');
|
||||
redirect('eqsl/export');
|
||||
$msg = __("There was an error in one of the QSOs. You might want to manually upload them.");
|
||||
log_message('error', 'eQSL: '.$msg);
|
||||
$this->session->set_flashdata('warning', $msg);
|
||||
$status = "Error";
|
||||
} else {
|
||||
if ($chi['http_code'] == "404") {
|
||||
$this->session->set_flashdata('warning', 'It seems that the eQSL site has changed. Please open up an issue on GitHub.');
|
||||
redirect('eqsl/export');
|
||||
$msg = __("It seems that the eQSL site has changed. Please open up an issue on GitHub.");
|
||||
log_message('error', 'eQSL: '.$msg);
|
||||
$this->session->set_flashdata('warning', $msg);
|
||||
$status = "Error";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,7 +23,10 @@
|
||||
|
||||
<div class="card-body">
|
||||
<?php $this->load->view('layout/messages'); ?>
|
||||
<p><a class="btn btn-primary" href="<?php echo site_url('eqsl/mark_all_sent'); ?>"><?= __("Mark All QSOs as Sent to eQSL"); ?></a> <?= __("Use this if you have lots of QSOs to upload to eQSL it will save the server timing out."); ?></p>
|
||||
<div class="alert alert-warning">
|
||||
<p><?= __("This does NOT upload any QSOs. It only marks QSOs as sent. If you use this button you need to upload them manually on the eQSL.cc website."); ?></p>
|
||||
</div>
|
||||
<p><a class="btn btn-primary" href="<?php echo site_url('eqsl/mark_all_sent'); ?>"><?= __("Mark All QSOs as Sent to eQSL"); ?></a> <?= __("Use this if you have lots of QSOs to upload to eQSL it will save the server timing out."); ?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ foreach ($result as $mode => $value) {
|
||||
<td>'. strtoupper($mode) .'</td>';
|
||||
foreach ($value as $key => $val) {
|
||||
switch($type) {
|
||||
case 'dxcc': $linkinfo = '<a href=\'javascript:displayContacts("'.str_replace("&", "%26", $dxcc).'","' . $key . '","' . $mode . '","All","All","DXCC2")\'>' . $val . '</a>'; break;
|
||||
case 'dxcc': $linkinfo = '<a href=\'javascript:displayContacts("'.str_replace("&", "%26", $dxcc).'","' . $key . '","All","All","' . $mode . '","DXCC2")\'>' . $val . '</a>'; break;
|
||||
case 'iota': $linkinfo = '<a href=\'javascript:displayContacts("'.str_replace("&", "%26", $iota).'","' . $key . '","' . $mode . '","All","All","IOTA")\'>' . $val . '</a>'; break;
|
||||
case 'vucc': $linkinfo = '<a href=\'javascript:displayContacts("'.str_replace("&", "%26", $grid).'","' . $key . '","' . $mode . '","All","All","VUCC")\'>' . $val . '</a>'; break;
|
||||
case 'cq': $linkinfo = '<a href=\'javascript:displayContacts("'.str_replace("&", "%26", $cqz).'","' . $key . '","' . $mode . '","All","All","CQZone")\'>' . $val . '</a>'; break;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-07-18 15:21+0000\n"
|
||||
"POT-Creation-Date: 2024-07-22 07:35+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"
|
||||
@@ -461,12 +461,12 @@ msgstr ""
|
||||
msgid "Contest Logging"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Contesting.php:99
|
||||
#: application/controllers/Contesting.php:101
|
||||
#: application/views/interface_assets/header.php:266
|
||||
msgid "Contests"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Contesting.php:113
|
||||
#: application/controllers/Contesting.php:115
|
||||
msgid "Update Contest"
|
||||
msgstr ""
|
||||
|
||||
@@ -576,19 +576,19 @@ msgstr ""
|
||||
msgid "eQSL QSO Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:411
|
||||
#: application/controllers/Eqsl.php:415
|
||||
msgid "eQSL Tools"
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid " / Errors: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:458
|
||||
#: application/controllers/Eqsl.php:462
|
||||
msgid "Successfully downloaded: "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Eqsl.php:467
|
||||
#: application/controllers/Eqsl.php:471
|
||||
msgid "eQSL Card Image Download"
|
||||
msgstr ""
|
||||
|
||||
@@ -2000,6 +2000,29 @@ msgstr ""
|
||||
msgid "QO-100 Dx Club Upload"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:281
|
||||
msgid "Your eQSL username and/or password is incorrect."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:287
|
||||
msgid "Something went wrong with eQSL.cc!"
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:303
|
||||
msgid "eQSL.cc is experiencing issues. Please try exporting QSOs later."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:309
|
||||
msgid ""
|
||||
"There was an error in one of the QSOs. You might want to manually upload "
|
||||
"them."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Eqslmethods_model.php:315
|
||||
msgid ""
|
||||
"It seems that the eQSL site has changed. Please open up an issue on GitHub."
|
||||
msgstr ""
|
||||
|
||||
#: application/models/Hrdlog_model.php:22
|
||||
msgid ""
|
||||
"HRDlog: QSOs have been uploaded to hrdlog.net for the station callsign: "
|
||||
@@ -5671,11 +5694,17 @@ msgstr ""
|
||||
msgid "Import directly from eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:27
|
||||
msgid ""
|
||||
"This does NOT upload any QSOs. It only marks QSOs as sent. If you use this "
|
||||
"button you need to upload them manually on the eQSL.cc website."
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid "Mark All QSOs as Sent to eQSL"
|
||||
msgstr ""
|
||||
|
||||
#: application/views/eqsl/tools.php:26
|
||||
#: application/views/eqsl/tools.php:29
|
||||
msgid ""
|
||||
"Use this if you have lots of QSOs to upload to eQSL it will save the server "
|
||||
"timing out."
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-07-18 15:21+0000\n"
|
||||
"POT-Creation-Date: 2024-07-22 07:35+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"
|
||||
|
||||
@@ -322,7 +322,7 @@ class CI_Router {
|
||||
2 => $method
|
||||
);
|
||||
|
||||
log_message('debug', 'No URI present. Default controller set.');
|
||||
log_message('info', 'No URI present. Default controller set.');
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user