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

This commit is contained in:
Weblate
2024-12-04 09:36:48 +00:00
25 changed files with 199 additions and 185 deletions

View File

@@ -696,12 +696,16 @@ class Lotw extends CI_Controller {
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 30);
$content = curl_exec($ch);
if(curl_errno($ch)){
if(curl_errno($ch)) {
$result = "LoTW download failed for user ".$data['user_lotw_name'].": ".curl_strerror(curl_errno($ch))." (".curl_errno($ch).").";
if (curl_errno($ch) == 28) { // break on timeout
$result .= "<br>Timeout reached. Stopping subsequent downloads.";
break;
}
continue;
} else if(str_contains($content,"Username/password incorrect</I>")) {
$result = "LoTW download failed for user ".$data['user_lotw_name'].": Username/password incorrect";
continue;
}
file_put_contents($file, $content);
if (file_get_contents($file, false, null, 0, 39) != "ARRL Logbook of the World Status Report") {
@@ -785,13 +789,14 @@ class Lotw extends CI_Controller {
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 30);
$content = curl_exec($ch);
if(!curl_errno($ch)){
if(curl_errno($ch)) {
print "LoTW download failed for user ".$data['user_lotw_name'].": ".curl_strerror(curl_errno($ch))." (".curl_errno($ch).").";
} else if (str_contains($content,"Username/password incorrect</I>")) {
print "LoTW download failed for user ".$data['user_lotw_name'].": Username/password incorrect";
} else {
file_put_contents($file, $content);
ini_set('memory_limit', '-1');
$this->loadFromFile($file, $station_ids);
} else {
print "LoTW download failed for user ".$data['user_lotw_name'].": ".curl_strerror(curl_errno($ch))." (".curl_errno($ch).").";
}
} else {
if (!is_writable(dirname($file))) {

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-11-01 08:53+0000\n"
"Last-Translator: Plamen Panteleev <lz1ppl@abv.bg>\n"
"Language-Team: Bulgarian <https://translate.wavelog.org/projects/wavelog/"
@@ -58,7 +58,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1550,27 +1550,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr ""
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr ""
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr ""
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr ""
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr ""
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr ""
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr ""

View File

@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-11-16 17:03+0000\n"
"Last-Translator: Samir <DL4DCO@users.noreply.translate.wavelog.org>\n"
"Language-Team: Bosnian <https://translate.wavelog.org/projects/wavelog/main-"
@@ -60,7 +60,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1553,27 +1553,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr ""
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr ""
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr ""
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr ""
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr ""
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr ""
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr ""

View File

@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-11-19 01:22+0000\n"
"Last-Translator: Fabian Berg <fabian.berg@hb9hil.org>\n"
"Language-Team: Montenegrin <https://translate.wavelog.org/projects/wavelog/"
@@ -60,7 +60,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1553,27 +1553,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr ""
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr ""
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr ""
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr ""
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr ""
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr ""
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr ""

View File

@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-09-23 14:46+0000\n"
"Last-Translator: Filip Melik <filip@melik.cz>\n"
"Language-Team: Czech <https://translate.wavelog.org/projects/wavelog/main-"
@@ -61,7 +61,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1555,27 +1555,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr ""
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr ""
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr ""
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr ""
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr ""
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr ""
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr ""

View File

@@ -20,7 +20,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-12-03 08:27+0000\n"
"Last-Translator: Florian Wolters <wavelog@df2et.de>\n"
"Language-Team: German <https://translate.wavelog.org/projects/wavelog/main-"
@@ -72,7 +72,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1580,27 +1580,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr "LoTW ADIF Information"
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr "LoTW ADIF-Import"
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr "Du hast deine ARRL LoTW Zugangsdaten nicht definiert!"
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr "LoTW .TQ8-Upload"
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr "Dein ARRL-Benutzername und/oder Passwort ist falsch."
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr "LoTW .TQ8 gesendet"
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr "LoTW .TQ8 nicht gesendet"

View File

@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-11-19 01:22+0000\n"
"Last-Translator: Fabian Berg <fabian.berg@hb9hil.org>\n"
"Language-Team: Greek <https://translate.wavelog.org/projects/wavelog/main-"
@@ -59,7 +59,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1553,27 +1553,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr ""
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr ""
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr ""
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr ""
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr ""
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr ""
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr ""

View File

@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-10-18 12:15+0000\n"
"Last-Translator: \"Francisco (F4VSE)\" <kikosgc@users.noreply.github.com>\n"
"Language-Team: Spanish <https://translate.wavelog.org/projects/wavelog/main-"
@@ -60,7 +60,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1554,27 +1554,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr ""
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr ""
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr ""
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr ""
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr ""
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr ""
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr ""

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-11-24 17:28+0000\n"
"Last-Translator: tviitkar <tambet@viitkar.ee>\n"
"Language-Team: Estonian <https://translate.wavelog.org/projects/wavelog/main-"
@@ -58,7 +58,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1550,27 +1550,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr "LoTW ADIF informatsioon"
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr "LoTW ADIF import"
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr ""
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr ""
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr ""
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr ""
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr ""

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-11-19 01:22+0000\n"
"Last-Translator: Fabian Berg <fabian.berg@hb9hil.org>\n"
"Language-Team: Finnish <https://translate.wavelog.org/projects/wavelog/main-"
@@ -58,7 +58,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1550,27 +1550,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr ""
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr ""
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr ""
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr ""
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr ""
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr ""
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr ""

View File

@@ -113,6 +113,7 @@ msgstr ""
#: application/controllers/User.php:762 application/controllers/User.php:1046
#: application/controllers/User.php:1248
#: application/controllers/User_options.php:9
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
msgid "You're not allowed to do that!"
msgstr "Vous n'as pas le droit de faire ça !"
@@ -1574,27 +1575,29 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr "Information ADIF LoTW"
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:731 application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr "Importation ADIF LoTW"
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr "Vous n'avez pas défini vos identifiants ARRL LoTW !"
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:831 application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr "Télécharger .TQ8 LoTW"
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:909 application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr "Votre nom d'utilisateur et/ou mot de passe ARRL est incorrect."
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr ".TQ8 LoTW Envoyé"
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:940 application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr ".TQ8 LoTW Pas Envoyé"

View File

@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-11-23 16:17+0000\n"
"Last-Translator: Fabian Berg <fabian.berg@hb9hil.org>\n"
"Language-Team: Croatian <https://translate.wavelog.org/projects/wavelog/main-"
@@ -60,7 +60,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1553,27 +1553,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr ""
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr ""
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr ""
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr ""
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr ""
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr ""
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr ""

View File

@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-11-23 00:21+0000\n"
"Last-Translator: Fabian Berg <fabian.berg@hb9hil.org>\n"
"Language-Team: Italian <https://translate.wavelog.org/projects/wavelog/main-"
@@ -60,7 +60,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1554,27 +1554,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr ""
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr ""
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr ""
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr ""
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr ""
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr ""
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr ""

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-11-19 01:22+0000\n"
"Last-Translator: Fabian Berg <fabian.berg@hb9hil.org>\n"
"Language-Team: Lithuanian <https://translate.wavelog.org/projects/wavelog/"
@@ -60,7 +60,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1552,27 +1552,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr ""
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr ""
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr ""
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr ""
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr ""
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr ""
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr ""

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-11-19 01:22+0000\n"
"Last-Translator: Fabian Berg <fabian.berg@hb9hil.org>\n"
"Language-Team: Latvian <https://translate.wavelog.org/projects/wavelog/main-"
@@ -59,7 +59,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1551,27 +1551,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr ""
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr ""
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr ""
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr ""
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr ""
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr ""
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr ""

View File

@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-11-19 01:22+0000\n"
"Last-Translator: Fabian Berg <fabian.berg@hb9hil.org>\n"
"Language-Team: Dutch <https://translate.wavelog.org/projects/wavelog/main-"
@@ -59,7 +59,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1551,27 +1551,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr ""
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr ""
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr ""
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr ""
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr ""
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr ""
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr ""

View File

@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-11-24 17:28+0000\n"
"Last-Translator: Stanisław Korzeń <stasiek.linux@outlook.com>\n"
"Language-Team: Polish <https://translate.wavelog.org/projects/wavelog/main-"
@@ -62,7 +62,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1571,27 +1571,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr "Informacje ADIF LoTW"
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr "Import ADIF LoTW"
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr "Nie zdefiniowano danych logowania ARRL LoTW!"
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr "Przesyłanie LoTW .TQ8"
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr "Twoja nazwa użytkownika i/lub hasło ARRL jest niepoprawne."
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr "LoTW .TQ8 wysłano"
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr "LoTW .TQ8 nie wysłano"

View File

@@ -111,6 +111,7 @@ msgstr ""
#: application/controllers/User.php:762 application/controllers/User.php:1046
#: application/controllers/User.php:1248
#: application/controllers/User_options.php:9
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
msgid "You're not allowed to do that!"
msgstr "Não é permitido fazer isso!"
@@ -1570,27 +1571,29 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr "Informações sobre o ADIF LoTW"
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:731 application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr "Importação ADIF LoTW"
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr "Não definiu as suas credenciais LoTW da ARRL !"
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:831 application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr "Enviar .TQ8 LoTW"
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:909 application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr "O seu nome de utilizador e/ou palavra-passe da ARRL está incorreto."
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr ".TQ8 LoTW enviado"
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:940 application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr ".TQ8 LoTW não enviado"

View File

@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-12-02 11:12+0000\n"
"Last-Translator: Michael Skolsky <r1blh@yandex.ru>\n"
"Language-Team: Russian <https://translate.wavelog.org/projects/wavelog/main-"
@@ -61,7 +61,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1570,27 +1570,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr "LoTW. Информация ADIF"
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr "LoTW. Импорт ADIF"
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr "Вы не указали свои учетные данные ARRL LoTW!"
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr "LoTW. TQ8 загрузка"
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr "Ваше имя пользователя и/или пароль ARRL неверны."
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr "LoTW. TQ8 загружен"
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr "LoTW. TQ8 не загружен"

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-08-17 10:49+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Albanian <https://translate.wavelog.org/projects/wavelog/main-"
@@ -58,7 +58,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1550,27 +1550,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr ""
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr ""
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr ""
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr ""
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr ""
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr ""
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr ""

View File

@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-09-17 12:24+0000\n"
"Last-Translator: Dragan Đorđević <4o4a.dragan@gmail.com>\n"
"Language-Team: Serbian <https://translate.wavelog.org/projects/wavelog/main-"
@@ -61,7 +61,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1570,27 +1570,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr "Informacija o LoTW ADIF"
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr "Uvoz LoTW ADIF"
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr "Niste definisali vaše ARRL LoTW kredencijale!"
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr "LoTW .TQ8 učitavanje"
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr "Vaše ARRL korisničko ime i/ili lozinka su netačni."
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr "LoTW .TQ8 je poslat"
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr "LoTW .TQ8 nije poslat"

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-11-19 01:22+0000\n"
"Last-Translator: Fabian Berg <fabian.berg@hb9hil.org>\n"
"Language-Team: Swedish <https://translate.wavelog.org/projects/wavelog/main-"
@@ -58,7 +58,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1552,27 +1552,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr ""
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr ""
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr ""
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr ""
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr ""
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr ""
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr ""

View File

@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+0000\n"
"PO-Revision-Date: 2024-10-30 21:08+0000\n"
"Last-Translator: utkuyalcin <utkyalcn@gmail.com>\n"
"Language-Team: Turkish <https://translate.wavelog.org/projects/wavelog/main-"
@@ -60,7 +60,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1560,27 +1560,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr ""
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr ""
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr ""
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr ""
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr ""
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr ""
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr ""

View File

@@ -115,6 +115,7 @@ msgstr ""
#: application/controllers/User.php:762 application/controllers/User.php:1046
#: application/controllers/User.php:1248
#: application/controllers/User_options.php:9
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
msgid "You're not allowed to do that!"
msgstr "您不能这么做!"
@@ -1563,27 +1564,29 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr "LoTW ADIF 信息"
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:731 application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr "LoTW ADIF 导入"
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr "未配置 LoTW 登录信息!"
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:831 application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr "LoTW .TQ8 导入"
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:909 application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr "LoTW 用户名/密码错误。"
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr "LoTW .TQ8 已发送"
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:940 application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr "LoTW .TQ8 未发送"

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: translations@wavelog.org\n"
"POT-Creation-Date: 2024-12-04 07:52+0000\n"
"POT-Creation-Date: 2024-12-04 09:36+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"
@@ -56,7 +56,7 @@ msgstr ""
#: application/controllers/Lookup.php:17 application/controllers/Lotw.php:44
#: application/controllers/Lotw.php:79 application/controllers/Lotw.php:105
#: application/controllers/Lotw.php:377 application/controllers/Lotw.php:400
#: application/controllers/Lotw.php:725 application/controllers/Lotw.php:829
#: application/controllers/Lotw.php:729 application/controllers/Lotw.php:834
#: application/controllers/Mode.php:15 application/controllers/Notes.php:10
#: application/controllers/Options.php:15 application/controllers/Oqrs.php:15
#: application/controllers/Qrbcalc.php:13 application/controllers/Qrz.php:282
@@ -1548,27 +1548,27 @@ msgstr ""
msgid "LoTW ADIF Information"
msgstr ""
#: application/controllers/Lotw.php:731
#: application/controllers/Lotw.php:735
msgid "LoTW ADIF Import"
msgstr ""
#: application/controllers/Lotw.php:757 application/controllers/Lotw.php:864
#: application/controllers/Lotw.php:761 application/controllers/Lotw.php:869
msgid "You have not defined your ARRL LoTW credentials!"
msgstr ""
#: application/controllers/Lotw.php:831
#: application/controllers/Lotw.php:836
msgid "LoTW .TQ8 Upload"
msgstr ""
#: application/controllers/Lotw.php:909
#: application/controllers/Lotw.php:914
msgid "Your ARRL username and/or password is incorrect."
msgstr ""
#: application/controllers/Lotw.php:928 application/controllers/Lotw.php:933
#: application/controllers/Lotw.php:933 application/controllers/Lotw.php:938
msgid "LoTW .TQ8 Sent"
msgstr ""
#: application/controllers/Lotw.php:940
#: application/controllers/Lotw.php:945
msgid "LoTW .TQ8 Not Sent"
msgstr ""