mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-27 01:24:16 +00:00
Merge branch 'dev' into fix_rst
This commit is contained in:
@@ -13,7 +13,7 @@ class Operator extends CI_Controller {
|
||||
|
||||
public function saveOperator() {
|
||||
|
||||
$operator = ['operator_callsign' => $this->security->xss_clean($this->input->post('operator_callsign'))];
|
||||
$operator = ['operator_callsign' => $this->security->xss_clean(strtoupper($this->input->post('operator_callsign')))];
|
||||
|
||||
$this->session->set_userdata($operator);
|
||||
}
|
||||
|
||||
Binary file not shown.
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-07-26 14:02+0000\n"
|
||||
"PO-Revision-Date: 2024-07-25 19:10+0000\n"
|
||||
"PO-Revision-Date: 2024-07-27 20:04+0000\n"
|
||||
"Last-Translator: Karuru <karuru@aerodefense.co.uk>\n"
|
||||
"Language-Team: Chinese (Simplified) <https://translate.wavelog.org/projects/"
|
||||
"wavelog/main-translation/zh_Hans/>\n"
|
||||
@@ -6523,11 +6523,11 @@ msgstr "QSL Via"
|
||||
|
||||
#: application/views/logbookadvanced/edit.php:22
|
||||
msgid "LoTW Sent"
|
||||
msgstr ""
|
||||
msgstr "LoTW 已发送"
|
||||
|
||||
#: application/views/logbookadvanced/edit.php:23
|
||||
msgid "LoTW Received"
|
||||
msgstr ""
|
||||
msgstr "LoTW 已收到"
|
||||
|
||||
#: application/views/logbookadvanced/edit.php:73
|
||||
msgid "SAT Mode"
|
||||
@@ -7972,8 +7972,8 @@ msgstr "导出用于打印的 QSL 请求"
|
||||
msgid ""
|
||||
"Here you can export requested QSLs as CSV or ADIF files for printing and, "
|
||||
"optionally, mark them as sent."
|
||||
msgstr ""
|
||||
"在这里,你可以导出QSL请求为 CSV 或 ADIF 文件用于打印,或者标记为已寄出。"
|
||||
msgstr "在这里,您可以把 QSL 请求导出为 CSV 或 ADIF "
|
||||
"文件用于打印,或者直接标记为已寄出。"
|
||||
|
||||
#: application/views/qslprint/index.php:30
|
||||
msgid ""
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-07-27 04:03+0000\n"
|
||||
"POT-Creation-Date: 2024-07-28 00:52+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"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
|
||||
"POT-Creation-Date: 2024-07-27 04:03+0000\n"
|
||||
"POT-Creation-Date: 2024-07-28 00:52+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"
|
||||
|
||||
Reference in New Issue
Block a user