diff --git a/application/controllers/Contesting.php b/application/controllers/Contesting.php index af2a928e6..d0cad9fd8 100644 --- a/application/controllers/Contesting.php +++ b/application/controllers/Contesting.php @@ -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()); } diff --git a/application/controllers/Eqsl.php b/application/controllers/Eqsl.php index 21eb950fe..6c70c9eee 100644 --- a/application/controllers/Eqsl.php +++ b/application/controllers/Eqsl.php @@ -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 .= "" . date($custom_date_format, $timestamp) . ""; $rows .= "" . date('H:i', $timestamp) . ""; diff --git a/application/locale/bg_BG/LC_MESSAGES/messages.po b/application/locale/bg_BG/LC_MESSAGES/messages.po index b6b656a7a..def6ba1f8 100644 --- a/application/locale/bg_BG/LC_MESSAGES/messages.po +++ b/application/locale/bg_BG/LC_MESSAGES/messages.po @@ -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 \n" "Language-Team: Bulgarian \n" "Language-Team: Czech \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." diff --git a/application/locale/de_DE/LC_MESSAGES/messages.po b/application/locale/de_DE/LC_MESSAGES/messages.po index fa58cbe8a..65275f8ad 100644 --- a/application/locale/de_DE/LC_MESSAGES/messages.po +++ b/application/locale/de_DE/LC_MESSAGES/messages.po @@ -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 \n" -"Language-Team: German \n" +"Language-Team: German \n" "Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -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." diff --git a/application/locale/el_GR/LC_MESSAGES/messages.po b/application/locale/el_GR/LC_MESSAGES/messages.po index 3eba2a6bc..a9b04ed72 100644 --- a/application/locale/el_GR/LC_MESSAGES/messages.po +++ b/application/locale/el_GR/LC_MESSAGES/messages.po @@ -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 \n" "Language-Team: Greek \n" "Language-Team: Spanish \n" "Language-Team: Finnish .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." diff --git a/application/locale/fr_FR/LC_MESSAGES/messages.po b/application/locale/fr_FR/LC_MESSAGES/messages.po index a9ee53bb1..276122f69 100644 --- a/application/locale/fr_FR/LC_MESSAGES/messages.po +++ b/application/locale/fr_FR/LC_MESSAGES/messages.po @@ -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 \n" "Language-Team: French \n" "Language-Team: Italian \n" "Language-Team: Dutch \n" "Language-Team: Polish \n" "Language-Team: Russian \n" "Language-Team: Swedish \n" "Language-Team: Turkish \n" "Language-Team: Chinese (Simplified) all QSO's of the ADIF, " "regardless if they match to the chosen station-location." -msgstr "如果选择,Wavelog 会尝试导入 ADIF 文件中的 所有 " -"QSO,而不判断是否与所选台站位置匹配。" +msgstr "" +"如果选择,Wavelog 会尝试导入 ADIF 文件中的 所有 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." diff --git a/application/models/Eqslmethods_model.php b/application/models/Eqslmethods_model.php index 6de1b54d3..5e9030d63 100644 --- a/application/models/Eqslmethods_model.php +++ b/application/models/Eqslmethods_model.php @@ -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"; } } } diff --git a/application/views/eqsl/tools.php b/application/views/eqsl/tools.php index 969983e00..8ad61669e 100644 --- a/application/views/eqsl/tools.php +++ b/application/views/eqsl/tools.php @@ -23,7 +23,10 @@
load->view('layout/messages'); ?> -

+
+

+
+

diff --git a/application/views/lookup/result.php b/application/views/lookup/result.php index 841796477..4fd0f27ab 100644 --- a/application/views/lookup/result.php +++ b/application/views/lookup/result.php @@ -15,7 +15,7 @@ foreach ($result as $mode => $value) { '. strtoupper($mode) .''; foreach ($value as $key => $val) { switch($type) { - case 'dxcc': $linkinfo = '' . $val . ''; break; + case 'dxcc': $linkinfo = '' . $val . ''; break; case 'iota': $linkinfo = '' . $val . ''; break; case 'vucc': $linkinfo = '' . $val . ''; break; case 'cq': $linkinfo = '' . $val . ''; break; diff --git a/assets/lang_src/messages.pot b/assets/lang_src/messages.pot index 80ca66754..e783794f0 100644 --- a/assets/lang_src/messages.pot +++ b/assets/lang_src/messages.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2024-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 \n" "Language-Team: LANGUAGE \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." diff --git a/install/includes/gettext/lang_src/installer.pot b/install/includes/gettext/lang_src/installer.pot index 000281c77..79d867f78 100644 --- a/install/includes/gettext/lang_src/installer.pot +++ b/install/includes/gettext/lang_src/installer.pot @@ -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 \n" "Language-Team: LANGUAGE \n" diff --git a/system/core/Router.php b/system/core/Router.php index c2fbb1471..b83f53928 100644 --- a/system/core/Router.php +++ b/system/core/Router.php @@ -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.'); } // --------------------------------------------------------------------