From e585e3f092d232ebd8b7353634aee1ddca1be288 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Thu, 6 Jun 2024 10:49:31 +0200 Subject: [PATCH] added basic po files. we be replaced in a later step --- .../locale/bg_BG/LC_MESSAGES/index.html | 11 + .../locale/bg_BG/LC_MESSAGES/messages.mo | Bin 0 -> 351 bytes .../locale/bg_BG/LC_MESSAGES/messages.po | 261 +++++++++++++++++ .../locale/cs_CZ/LC_MESSAGES/index.html | 11 + .../locale/cs_CZ/LC_MESSAGES/messages.mo | Bin 0 -> 376 bytes .../locale/cs_CZ/LC_MESSAGES/messages.po | 264 +++++++++++++++++ .../locale/de_DE/LC_MESSAGES/index.html | 11 + .../locale/de_DE/LC_MESSAGES/messages.mo | Bin 0 -> 3947 bytes .../locale/de_DE/LC_MESSAGES/messages.po | 257 +++++++++++++++++ .../locale/el_GR/LC_MESSAGES/index.html | 11 + .../locale/el_GR/LC_MESSAGES/messages.mo | Bin 0 -> 351 bytes .../locale/el_GR/LC_MESSAGES/messages.po | 261 +++++++++++++++++ .../locale/es_ES/LC_MESSAGES/index.html | 11 + .../locale/es_ES/LC_MESSAGES/messages.mo | Bin 0 -> 602 bytes .../locale/es_ES/LC_MESSAGES/messages.po | 257 +++++++++++++++++ .../locale/fi_FI/LC_MESSAGES/index.html | 11 + .../locale/fi_FI/LC_MESSAGES/messages.mo | Bin 0 -> 351 bytes .../locale/fi_FI/LC_MESSAGES/messages.po | 261 +++++++++++++++++ .../locale/fr_FR/LC_MESSAGES/index.html | 11 + .../locale/fr_FR/LC_MESSAGES/messages.mo | Bin 0 -> 493 bytes .../locale/fr_FR/LC_MESSAGES/messages.po | 257 +++++++++++++++++ application/locale/index.html | 11 + .../locale/it_IT/LC_MESSAGES/index.html | 11 + .../locale/it_IT/LC_MESSAGES/messages.mo | Bin 0 -> 495 bytes .../locale/it_IT/LC_MESSAGES/messages.po | 257 +++++++++++++++++ .../locale/nl_NL/LC_MESSAGES/index.html | 11 + .../locale/nl_NL/LC_MESSAGES/messages.mo | Bin 0 -> 351 bytes .../locale/nl_NL/LC_MESSAGES/messages.po | 261 +++++++++++++++++ .../locale/pl_PL/LC_MESSAGES/index.html | 11 + .../locale/pl_PL/LC_MESSAGES/messages.mo | Bin 0 -> 408 bytes .../locale/pl_PL/LC_MESSAGES/messages.po | 265 ++++++++++++++++++ .../locale/ru_RU/LC_MESSAGES/index.html | 11 + .../locale/ru_RU/LC_MESSAGES/messages.mo | Bin 0 -> 424 bytes .../locale/ru_RU/LC_MESSAGES/messages.po | 265 ++++++++++++++++++ .../locale/sv_SE/LC_MESSAGES/index.html | 11 + .../locale/sv_SE/LC_MESSAGES/messages.mo | Bin 0 -> 351 bytes .../locale/sv_SE/LC_MESSAGES/messages.po | 261 +++++++++++++++++ .../locale/tr_TR/LC_MESSAGES/index.html | 11 + .../locale/tr_TR/LC_MESSAGES/messages.mo | Bin 0 -> 351 bytes .../locale/tr_TR/LC_MESSAGES/messages.po | 261 +++++++++++++++++ .../locale/zh_CN/LC_MESSAGES/index.html | 11 + .../locale/zh_CN/LC_MESSAGES/messages.mo | Bin 0 -> 344 bytes .../locale/zh_CN/LC_MESSAGES/messages.po | 258 +++++++++++++++++ 43 files changed, 3811 insertions(+) create mode 100644 application/locale/bg_BG/LC_MESSAGES/index.html create mode 100644 application/locale/bg_BG/LC_MESSAGES/messages.mo create mode 100644 application/locale/bg_BG/LC_MESSAGES/messages.po create mode 100644 application/locale/cs_CZ/LC_MESSAGES/index.html create mode 100644 application/locale/cs_CZ/LC_MESSAGES/messages.mo create mode 100644 application/locale/cs_CZ/LC_MESSAGES/messages.po create mode 100644 application/locale/de_DE/LC_MESSAGES/index.html create mode 100644 application/locale/de_DE/LC_MESSAGES/messages.mo create mode 100644 application/locale/de_DE/LC_MESSAGES/messages.po create mode 100644 application/locale/el_GR/LC_MESSAGES/index.html create mode 100644 application/locale/el_GR/LC_MESSAGES/messages.mo create mode 100644 application/locale/el_GR/LC_MESSAGES/messages.po create mode 100644 application/locale/es_ES/LC_MESSAGES/index.html create mode 100644 application/locale/es_ES/LC_MESSAGES/messages.mo create mode 100644 application/locale/es_ES/LC_MESSAGES/messages.po create mode 100644 application/locale/fi_FI/LC_MESSAGES/index.html create mode 100644 application/locale/fi_FI/LC_MESSAGES/messages.mo create mode 100644 application/locale/fi_FI/LC_MESSAGES/messages.po create mode 100644 application/locale/fr_FR/LC_MESSAGES/index.html create mode 100644 application/locale/fr_FR/LC_MESSAGES/messages.mo create mode 100644 application/locale/fr_FR/LC_MESSAGES/messages.po create mode 100644 application/locale/index.html create mode 100644 application/locale/it_IT/LC_MESSAGES/index.html create mode 100644 application/locale/it_IT/LC_MESSAGES/messages.mo create mode 100644 application/locale/it_IT/LC_MESSAGES/messages.po create mode 100644 application/locale/nl_NL/LC_MESSAGES/index.html create mode 100644 application/locale/nl_NL/LC_MESSAGES/messages.mo create mode 100644 application/locale/nl_NL/LC_MESSAGES/messages.po create mode 100644 application/locale/pl_PL/LC_MESSAGES/index.html create mode 100644 application/locale/pl_PL/LC_MESSAGES/messages.mo create mode 100644 application/locale/pl_PL/LC_MESSAGES/messages.po create mode 100644 application/locale/ru_RU/LC_MESSAGES/index.html create mode 100644 application/locale/ru_RU/LC_MESSAGES/messages.mo create mode 100644 application/locale/ru_RU/LC_MESSAGES/messages.po create mode 100644 application/locale/sv_SE/LC_MESSAGES/index.html create mode 100644 application/locale/sv_SE/LC_MESSAGES/messages.mo create mode 100644 application/locale/sv_SE/LC_MESSAGES/messages.po create mode 100644 application/locale/tr_TR/LC_MESSAGES/index.html create mode 100644 application/locale/tr_TR/LC_MESSAGES/messages.mo create mode 100644 application/locale/tr_TR/LC_MESSAGES/messages.po create mode 100644 application/locale/zh_CN/LC_MESSAGES/index.html create mode 100644 application/locale/zh_CN/LC_MESSAGES/messages.mo create mode 100644 application/locale/zh_CN/LC_MESSAGES/messages.po diff --git a/application/locale/bg_BG/LC_MESSAGES/index.html b/application/locale/bg_BG/LC_MESSAGES/index.html new file mode 100644 index 000000000..67f2d8864 --- /dev/null +++ b/application/locale/bg_BG/LC_MESSAGES/index.html @@ -0,0 +1,11 @@ + + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/locale/bg_BG/LC_MESSAGES/messages.mo b/application/locale/bg_BG/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..16319f4a8ae339edefda3388dd2d0f301d0b2191 GIT binary patch literal 351 zcmYk0!Ab)$5QZyy%F(lj2nvc$&91GiDSK&cOQDNPS;d>A-Eoa)5S)8?C z{ox~-nSb)<`|#kaL)s&bh!bL;xFlL7#3>DL>1;iJ%AI|~Re)IukLbL%Msl{m#<~ER zuXG8+P357m)Xwi=f$zFC!JP^yc`V`{h#L@n9`$7uUx-);Hdj7C;gs>U3f9r)T$yU4 zDue>n`d=;ivU(m)SvJeYyZopt*vOiIhMxIsC@0`YxN2&p&4907mGc, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-06-05 12:34+0000\n" +"PO-Revision-Date: 2024-06-05 15:12+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: bg_BG\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.4.4\n" + +#: application/views/dashboard/index.php:4 +msgid "Mode" +msgstr "" + +#: application/views/dashboard/index.php:5 +msgid "RSTS" +msgstr "" + +#: application/views/dashboard/index.php:6 +msgid "RSTR" +msgstr "" + +#: application/views/dashboard/index.php:7 +msgid "Country" +msgstr "" + +#: application/views/dashboard/index.php:8 +msgid "IOTA" +msgstr "" + +#: application/views/dashboard/index.php:9 +msgid "SOTA" +msgstr "" + +#: application/views/dashboard/index.php:10 +msgid "WWFF" +msgstr "" + +#: application/views/dashboard/index.php:11 +msgid "POTA" +msgstr "" + +#: application/views/dashboard/index.php:12 +msgid "State" +msgstr "" + +#: application/views/dashboard/index.php:13 +msgid "Gridsquare" +msgstr "" + +#: application/views/dashboard/index.php:14 +msgid "Distance" +msgstr "" + +#: application/views/dashboard/index.php:15 +#: application/views/awards/cq/index.php:72 +msgid "Band" +msgstr "" + +#: application/views/dashboard/index.php:16 +msgid "Frequency" +msgstr "" + +#: application/views/dashboard/index.php:17 +msgid "Operator" +msgstr "" + +#: application/views/dashboard/index.php:18 +msgid "Name" +msgstr "" + +#: application/views/dashboard/index.php:28 +msgid "Deleted DXCC" +msgstr "" + +#: application/views/dashboard/index.php:57 +msgid "" +"You need to upgrade your PHP version. Minimum version is 7.4. Your version is" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgctxt "Dashboard Warning" +msgid "You need to update country files! Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgid "Update Country Files" +msgstr "" + +#: application/views/dashboard/index.php:69 +msgctxt "Dashboard Warning" +msgid "You have no station locations. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:69 +#: application/views/dashboard/index.php:75 +msgid "Stationsetup" +msgstr "" + +#: application/views/dashboard/index.php:75 +msgctxt "Dashboard Warning" +msgid "You have no station logbook. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:82 +#, php-format +msgid "You have had %d QSO today" +msgid_plural "You have had %d QSOs today" +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:86 +#: application/views/dashboard/index.php:130 +#: application/views/dashboard/index.php:136 +msgid "Important" +msgstr "" + +#: application/views/dashboard/index.php:86 +msgid "You have made no QSOs today; time to turn on the radio!" +msgstr "" + +#: application/views/dashboard/index.php:93 +msgid "Attention: you need to set an active station location." +msgstr "" + +#: application/views/dashboard/index.php:109 +#: application/views/dashboard/index.php:110 +msgid "Apple" +msgid_plural "Apples" +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:111 +#: application/views/dashboard/index.php:164 +msgid "Callsign" +msgstr "" + +#: application/views/dashboard/index.php:112 +#, php-format +msgid "For more information, %s." +msgstr "" + +#: application/views/dashboard/index.php:112 +msgid "Click here" +msgstr "" + +#: application/views/dashboard/index.php:113 +#, php-format +msgid "You have eaten %d Banana today." +msgid_plural "You have eaten %d Bananas today." +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:121 +msgid "" +"You have themes without defined theme mode. Please ask the admin to edit the " +"themes." +msgstr "" + +#: application/views/dashboard/index.php:130 +msgid "At least one of your LoTW certificates is expired!" +msgstr "" + +#: application/views/dashboard/index.php:136 +msgid "At least one of your LoTW certificates is about to expire!" +msgstr "" + +#: application/views/dashboard/index.php:159 +msgid "Date" +msgstr "" + +#: application/views/dashboard/index.php:162 +msgid "Time" +msgstr "" + +#: application/views/dashboard/index.php:225 +msgid "QSOs Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:229 +msgid "Total" +msgstr "" + +#: application/views/dashboard/index.php:234 +msgid "Year" +msgstr "" + +#: application/views/dashboard/index.php:239 +msgid "Month" +msgstr "" + +#: application/views/dashboard/index.php:248 +msgid "Countries Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:252 +#: application/views/dashboard/index.php:368 +msgid "Worked" +msgstr "" + +#: application/views/dashboard/index.php:256 +#: application/views/dashboard/index.php:374 +msgid "Confirmed" +msgstr "" + +#: application/views/dashboard/index.php:265 +msgid "Needed" +msgstr "" + +#: application/views/dashboard/index.php:273 +msgid "QSL Cards" +msgstr "" + +#: application/views/dashboard/index.php:274 +#: application/views/dashboard/index.php:301 +#: application/views/dashboard/index.php:322 +#: application/views/dashboard/index.php:343 +msgid "Today" +msgstr "" + +#: application/views/dashboard/index.php:278 +#: application/views/dashboard/index.php:305 +#: application/views/dashboard/index.php:326 +#: application/views/dashboard/index.php:347 +msgid "Sent" +msgstr "" + +#: application/views/dashboard/index.php:284 +#: application/views/dashboard/index.php:311 +#: application/views/dashboard/index.php:332 +#: application/views/dashboard/index.php:353 +msgid "Received" +msgstr "" + +#: application/views/dashboard/index.php:290 +msgid "Requested" +msgstr "" + +#: application/views/dashboard/index.php:300 +msgctxt "Probably no translation needed as this is a name." +msgid "Logbook of the World" +msgstr "" + +#: application/views/dashboard/index.php:321 +msgid "eQSL Cards" +msgstr "" + +#: application/views/awards/cq/index.php:50 +msgid "QSL Type" +msgstr "" diff --git a/application/locale/cs_CZ/LC_MESSAGES/index.html b/application/locale/cs_CZ/LC_MESSAGES/index.html new file mode 100644 index 000000000..67f2d8864 --- /dev/null +++ b/application/locale/cs_CZ/LC_MESSAGES/index.html @@ -0,0 +1,11 @@ + + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/locale/cs_CZ/LC_MESSAGES/messages.mo b/application/locale/cs_CZ/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..fea72135ac889feab0683064b73a7b72b41f6b9a GIT binary patch literal 376 zcmYk1!Ab)$5QZyy+M{O=bC9Cw)a-UEb!%F%wo+(uDXWMViMw%)Y?CEPMIXf1^I4p= zVEy4EnVEm`lkfe#uNG;CI3Ny*UE-8z)F*~Cyr8r3{3*5OP39hF1>Q^Rl+g(UOIaK1 zap6i;;MKZxm>FuPx44w=sxjfU@G^mjMKQ8-WIYIbNf@25h_PTUoX5-x?JD7orOmm} zyGbvX8>I8E4G=2;gv&CeaA9h$UHrh)~&wSRD4xt1F@O0PMp>&x*|5^DUt=3jlI5l?V643Q;>3DYln=3!koQE(11~eY>2-, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-06-05 12:34+0000\n" +"PO-Revision-Date: 2024-06-05 15:12+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: cs_CZ\n" +"MIME-Version: 1.0\n" +"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: Poedit 3.4.4\n" + +#: application/views/dashboard/index.php:4 +msgid "Mode" +msgstr "" + +#: application/views/dashboard/index.php:5 +msgid "RSTS" +msgstr "" + +#: application/views/dashboard/index.php:6 +msgid "RSTR" +msgstr "" + +#: application/views/dashboard/index.php:7 +msgid "Country" +msgstr "" + +#: application/views/dashboard/index.php:8 +msgid "IOTA" +msgstr "" + +#: application/views/dashboard/index.php:9 +msgid "SOTA" +msgstr "" + +#: application/views/dashboard/index.php:10 +msgid "WWFF" +msgstr "" + +#: application/views/dashboard/index.php:11 +msgid "POTA" +msgstr "" + +#: application/views/dashboard/index.php:12 +msgid "State" +msgstr "" + +#: application/views/dashboard/index.php:13 +msgid "Gridsquare" +msgstr "" + +#: application/views/dashboard/index.php:14 +msgid "Distance" +msgstr "" + +#: application/views/dashboard/index.php:15 +#: application/views/awards/cq/index.php:72 +msgid "Band" +msgstr "" + +#: application/views/dashboard/index.php:16 +msgid "Frequency" +msgstr "" + +#: application/views/dashboard/index.php:17 +msgid "Operator" +msgstr "" + +#: application/views/dashboard/index.php:18 +msgid "Name" +msgstr "" + +#: application/views/dashboard/index.php:28 +msgid "Deleted DXCC" +msgstr "" + +#: application/views/dashboard/index.php:57 +msgid "" +"You need to upgrade your PHP version. Minimum version is 7.4. Your version is" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgctxt "Dashboard Warning" +msgid "You need to update country files! Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgid "Update Country Files" +msgstr "" + +#: application/views/dashboard/index.php:69 +msgctxt "Dashboard Warning" +msgid "You have no station locations. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:69 +#: application/views/dashboard/index.php:75 +msgid "Stationsetup" +msgstr "" + +#: application/views/dashboard/index.php:75 +msgctxt "Dashboard Warning" +msgid "You have no station logbook. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:82 +#, php-format +msgid "You have had %d QSO today" +msgid_plural "You have had %d QSOs today" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: application/views/dashboard/index.php:86 +#: application/views/dashboard/index.php:130 +#: application/views/dashboard/index.php:136 +msgid "Important" +msgstr "" + +#: application/views/dashboard/index.php:86 +msgid "You have made no QSOs today; time to turn on the radio!" +msgstr "" + +#: application/views/dashboard/index.php:93 +msgid "Attention: you need to set an active station location." +msgstr "" + +#: application/views/dashboard/index.php:109 +#: application/views/dashboard/index.php:110 +msgid "Apple" +msgid_plural "Apples" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: application/views/dashboard/index.php:111 +#: application/views/dashboard/index.php:164 +msgid "Callsign" +msgstr "" + +#: application/views/dashboard/index.php:112 +#, php-format +msgid "For more information, %s." +msgstr "" + +#: application/views/dashboard/index.php:112 +msgid "Click here" +msgstr "" + +#: application/views/dashboard/index.php:113 +#, php-format +msgid "You have eaten %d Banana today." +msgid_plural "You have eaten %d Bananas today." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: application/views/dashboard/index.php:121 +msgid "" +"You have themes without defined theme mode. Please ask the admin to edit the " +"themes." +msgstr "" + +#: application/views/dashboard/index.php:130 +msgid "At least one of your LoTW certificates is expired!" +msgstr "" + +#: application/views/dashboard/index.php:136 +msgid "At least one of your LoTW certificates is about to expire!" +msgstr "" + +#: application/views/dashboard/index.php:159 +msgid "Date" +msgstr "" + +#: application/views/dashboard/index.php:162 +msgid "Time" +msgstr "" + +#: application/views/dashboard/index.php:225 +msgid "QSOs Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:229 +msgid "Total" +msgstr "" + +#: application/views/dashboard/index.php:234 +msgid "Year" +msgstr "" + +#: application/views/dashboard/index.php:239 +msgid "Month" +msgstr "" + +#: application/views/dashboard/index.php:248 +msgid "Countries Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:252 +#: application/views/dashboard/index.php:368 +msgid "Worked" +msgstr "" + +#: application/views/dashboard/index.php:256 +#: application/views/dashboard/index.php:374 +msgid "Confirmed" +msgstr "" + +#: application/views/dashboard/index.php:265 +msgid "Needed" +msgstr "" + +#: application/views/dashboard/index.php:273 +msgid "QSL Cards" +msgstr "" + +#: application/views/dashboard/index.php:274 +#: application/views/dashboard/index.php:301 +#: application/views/dashboard/index.php:322 +#: application/views/dashboard/index.php:343 +msgid "Today" +msgstr "" + +#: application/views/dashboard/index.php:278 +#: application/views/dashboard/index.php:305 +#: application/views/dashboard/index.php:326 +#: application/views/dashboard/index.php:347 +msgid "Sent" +msgstr "" + +#: application/views/dashboard/index.php:284 +#: application/views/dashboard/index.php:311 +#: application/views/dashboard/index.php:332 +#: application/views/dashboard/index.php:353 +msgid "Received" +msgstr "" + +#: application/views/dashboard/index.php:290 +msgid "Requested" +msgstr "" + +#: application/views/dashboard/index.php:300 +msgctxt "Probably no translation needed as this is a name." +msgid "Logbook of the World" +msgstr "" + +#: application/views/dashboard/index.php:321 +msgid "eQSL Cards" +msgstr "" + +#: application/views/awards/cq/index.php:50 +msgid "QSL Type" +msgstr "" diff --git a/application/locale/de_DE/LC_MESSAGES/index.html b/application/locale/de_DE/LC_MESSAGES/index.html new file mode 100644 index 000000000..67f2d8864 --- /dev/null +++ b/application/locale/de_DE/LC_MESSAGES/index.html @@ -0,0 +1,11 @@ + + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/locale/de_DE/LC_MESSAGES/messages.mo b/application/locale/de_DE/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..130625b6df0585779b2656f4aed048c8e2aeabd4 GIT binary patch literal 3947 zcmb7`?{6GO8OH~33%&9)rTi@Im^RST?AbB48=d7Uw$JBWVkgGF)=7}C=5C+c-QMoZ zb#^w6EhJt55-1Wvst8gQRH;g(A{1VgzCi7p9^wtJcmZz^{R5B?FX;f#Ew~IGfM>zC!By}-Aj_%WU+mWeS>E&D7r|YS+5paPi6lLCHvrKF@CKazX9S1;-_W%=iphiZ-KMmU%_X< z6F6K8JP&SwuYjzFzk_eUX77Q#?;Uh5g1-fM-Fx7(;PivVeGJI!9Ektodu96ucmnO4 zAm96!;6?D);5ztk@B(-qoA5nvf}aL&fjFYL13m`+2E7rqM@)(IE(xnW^HdlHr7jAQ%DsKfGMeBg??&Yu9ia^TUD9NS+(W!pcE z`b|{U?-1pVscPi{qo9+s7E-z?vQ90D-&Z$M!IWkl56giJegKS!_tcx>CV1b zvyq>^m?>zkd8xG|nn~YSEO%nV_=F$rLUB=osn>>Bfnzm}k`>Zu* zl}_WrP<#uVN2St*a1{0xsUf90v2JpOuw%K9~cUH2-St_X!`D4jXQ3 zyR{|ovn{r$L+}Y7AGkw`Ym03@$~N3cY{PPt|H4b)Ls?(6A{@SDe6^2Xr(*G3q1n#;c6J&Kfy4A5?g}X@M*cvMsO3pt!sYM}9sp6*yN=_=$0mfz=jFIiF*IH}9w}Fi zhZ5!Iu9&MKm$)DuZo&@eGOH1sx&Ey3BQrT(2c0JH_`S%59GgCMBMn33-EanE|k3zQ=P3! zD9|426f`z6yygY!IIrn@&lh59au2Z=o4~`<;woFjUg&M4LF9YOS&(`yQwb|LqIvy^sReGYaShTKmkg0&Y7OA8r*9eiIN4+(u zXt%yv*=TO8jt_IXI$gm-!Y`A@-dK~4uDhvztRlT2JE5}ht;OeB4e!i&9&g$u>#gdJ z@$sb8%6^D49>>xL|2ls!lWa7A|8>fL7O51PWa3@B0TlSBU*?SR4bE~8_Y + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/locale/el_GR/LC_MESSAGES/messages.mo b/application/locale/el_GR/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..9f7a1fe976160993a2252ce8bf25b844b7671ce1 GIT binary patch literal 351 zcmYk0!Ab)$5QZyy%F(lj2nvc$&2C#+v+PA}OQFT3tl~{#cU&XeWJ$8358~_jEY4c6 z{_v5^%s=__y}$R>Bkd3e#1XMeoD-cA;+Te4batLU<<7q0D!{CS2XtOrBRN}QV_krS zuXG95ZRMe`)Xwin`d=+M)=$$VTg(>YZGO}j?8cgahMxIsC@0`YxM*snP0ClV%6SageKCP#>+9lP z(81WOY^hBpdGf3S%j?#u8Yb4Qz2v6(EqxZJd~?lC3_r|xbegh9n4&?q`EqWt)PWEB J!~T%, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-06-05 12:34+0000\n" +"PO-Revision-Date: 2024-06-05 15:13+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: el_GR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.4.4\n" + +#: application/views/dashboard/index.php:4 +msgid "Mode" +msgstr "" + +#: application/views/dashboard/index.php:5 +msgid "RSTS" +msgstr "" + +#: application/views/dashboard/index.php:6 +msgid "RSTR" +msgstr "" + +#: application/views/dashboard/index.php:7 +msgid "Country" +msgstr "" + +#: application/views/dashboard/index.php:8 +msgid "IOTA" +msgstr "" + +#: application/views/dashboard/index.php:9 +msgid "SOTA" +msgstr "" + +#: application/views/dashboard/index.php:10 +msgid "WWFF" +msgstr "" + +#: application/views/dashboard/index.php:11 +msgid "POTA" +msgstr "" + +#: application/views/dashboard/index.php:12 +msgid "State" +msgstr "" + +#: application/views/dashboard/index.php:13 +msgid "Gridsquare" +msgstr "" + +#: application/views/dashboard/index.php:14 +msgid "Distance" +msgstr "" + +#: application/views/dashboard/index.php:15 +#: application/views/awards/cq/index.php:72 +msgid "Band" +msgstr "" + +#: application/views/dashboard/index.php:16 +msgid "Frequency" +msgstr "" + +#: application/views/dashboard/index.php:17 +msgid "Operator" +msgstr "" + +#: application/views/dashboard/index.php:18 +msgid "Name" +msgstr "" + +#: application/views/dashboard/index.php:28 +msgid "Deleted DXCC" +msgstr "" + +#: application/views/dashboard/index.php:57 +msgid "" +"You need to upgrade your PHP version. Minimum version is 7.4. Your version is" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgctxt "Dashboard Warning" +msgid "You need to update country files! Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgid "Update Country Files" +msgstr "" + +#: application/views/dashboard/index.php:69 +msgctxt "Dashboard Warning" +msgid "You have no station locations. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:69 +#: application/views/dashboard/index.php:75 +msgid "Stationsetup" +msgstr "" + +#: application/views/dashboard/index.php:75 +msgctxt "Dashboard Warning" +msgid "You have no station logbook. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:82 +#, php-format +msgid "You have had %d QSO today" +msgid_plural "You have had %d QSOs today" +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:86 +#: application/views/dashboard/index.php:130 +#: application/views/dashboard/index.php:136 +msgid "Important" +msgstr "" + +#: application/views/dashboard/index.php:86 +msgid "You have made no QSOs today; time to turn on the radio!" +msgstr "" + +#: application/views/dashboard/index.php:93 +msgid "Attention: you need to set an active station location." +msgstr "" + +#: application/views/dashboard/index.php:109 +#: application/views/dashboard/index.php:110 +msgid "Apple" +msgid_plural "Apples" +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:111 +#: application/views/dashboard/index.php:164 +msgid "Callsign" +msgstr "" + +#: application/views/dashboard/index.php:112 +#, php-format +msgid "For more information, %s." +msgstr "" + +#: application/views/dashboard/index.php:112 +msgid "Click here" +msgstr "" + +#: application/views/dashboard/index.php:113 +#, php-format +msgid "You have eaten %d Banana today." +msgid_plural "You have eaten %d Bananas today." +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:121 +msgid "" +"You have themes without defined theme mode. Please ask the admin to edit the " +"themes." +msgstr "" + +#: application/views/dashboard/index.php:130 +msgid "At least one of your LoTW certificates is expired!" +msgstr "" + +#: application/views/dashboard/index.php:136 +msgid "At least one of your LoTW certificates is about to expire!" +msgstr "" + +#: application/views/dashboard/index.php:159 +msgid "Date" +msgstr "" + +#: application/views/dashboard/index.php:162 +msgid "Time" +msgstr "" + +#: application/views/dashboard/index.php:225 +msgid "QSOs Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:229 +msgid "Total" +msgstr "" + +#: application/views/dashboard/index.php:234 +msgid "Year" +msgstr "" + +#: application/views/dashboard/index.php:239 +msgid "Month" +msgstr "" + +#: application/views/dashboard/index.php:248 +msgid "Countries Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:252 +#: application/views/dashboard/index.php:368 +msgid "Worked" +msgstr "" + +#: application/views/dashboard/index.php:256 +#: application/views/dashboard/index.php:374 +msgid "Confirmed" +msgstr "" + +#: application/views/dashboard/index.php:265 +msgid "Needed" +msgstr "" + +#: application/views/dashboard/index.php:273 +msgid "QSL Cards" +msgstr "" + +#: application/views/dashboard/index.php:274 +#: application/views/dashboard/index.php:301 +#: application/views/dashboard/index.php:322 +#: application/views/dashboard/index.php:343 +msgid "Today" +msgstr "" + +#: application/views/dashboard/index.php:278 +#: application/views/dashboard/index.php:305 +#: application/views/dashboard/index.php:326 +#: application/views/dashboard/index.php:347 +msgid "Sent" +msgstr "" + +#: application/views/dashboard/index.php:284 +#: application/views/dashboard/index.php:311 +#: application/views/dashboard/index.php:332 +#: application/views/dashboard/index.php:353 +msgid "Received" +msgstr "" + +#: application/views/dashboard/index.php:290 +msgid "Requested" +msgstr "" + +#: application/views/dashboard/index.php:300 +msgctxt "Probably no translation needed as this is a name." +msgid "Logbook of the World" +msgstr "" + +#: application/views/dashboard/index.php:321 +msgid "eQSL Cards" +msgstr "" + +#: application/views/awards/cq/index.php:50 +msgid "QSL Type" +msgstr "" diff --git a/application/locale/es_ES/LC_MESSAGES/index.html b/application/locale/es_ES/LC_MESSAGES/index.html new file mode 100644 index 000000000..67f2d8864 --- /dev/null +++ b/application/locale/es_ES/LC_MESSAGES/index.html @@ -0,0 +1,11 @@ + + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/locale/es_ES/LC_MESSAGES/messages.mo b/application/locale/es_ES/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..821fd9b663cc6272cabd6983fca5e97c06607634 GIT binary patch literal 602 zcmZWm!A=`75Opa?$h~py!Q9%zkYpiI>{(^wMAG zzw~SREgdJ&R4~%p=UMyB_>KP@?EYdDyM)(-Q^FqMD=UjD>CF8D{~-STg0Y{( zoRIHqbnl5@QT~CLw$~b3uH$9;_El8{T^e?#BCS4#u0n*uD-$Xe zttZjBGUZB@2nDKIiVLTV4$FVPrNA&7T=4N|JlNi*b=2g2Ya$w|_T5pZhrVvk9xjD!-hyxpy$NeSy50C_7^$kssI20 literal 0 HcmV?d00001 diff --git a/application/locale/es_ES/LC_MESSAGES/messages.po b/application/locale/es_ES/LC_MESSAGES/messages.po new file mode 100644 index 000000000..343b07101 --- /dev/null +++ b/application/locale/es_ES/LC_MESSAGES/messages.po @@ -0,0 +1,257 @@ +msgid "" +msgstr "" +"Project-Id-Version: wavelog-test\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-06-05 12:34+0000\n" +"PO-Revision-Date: 2024-06-05 12:34\n" +"Last-Translator: \n" +"Language-Team: Spanish\n" +"Language: es_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: wavelog-test\n" +"X-Crowdin-Project-ID: 682556\n" +"X-Crowdin-Language: es-ES\n" +"X-Crowdin-File: /gettext_po_test/pot/messages.pot\n" +"X-Crowdin-File-ID: 66\n" + +#: application/views/dashboard/index.php:4 +msgid "Mode" +msgstr "" + +#: application/views/dashboard/index.php:5 +msgid "RSTS" +msgstr "" + +#: application/views/dashboard/index.php:6 +msgid "RSTR" +msgstr "" + +#: application/views/dashboard/index.php:7 +msgid "Country" +msgstr "" + +#: application/views/dashboard/index.php:8 +msgid "IOTA" +msgstr "" + +#: application/views/dashboard/index.php:9 +msgid "SOTA" +msgstr "" + +#: application/views/dashboard/index.php:10 +msgid "WWFF" +msgstr "" + +#: application/views/dashboard/index.php:11 +msgid "POTA" +msgstr "" + +#: application/views/dashboard/index.php:12 +msgid "State" +msgstr "" + +#: application/views/dashboard/index.php:13 +msgid "Gridsquare" +msgstr "" + +#: application/views/dashboard/index.php:14 +msgid "Distance" +msgstr "" + +#: application/views/dashboard/index.php:15 +#: application/views/awards/cq/index.php:72 +msgid "Band" +msgstr "" + +#: application/views/dashboard/index.php:16 +msgid "Frequency" +msgstr "" + +#: application/views/dashboard/index.php:17 +msgid "Operator" +msgstr "" + +#: application/views/dashboard/index.php:18 +msgid "Name" +msgstr "" + +#: application/views/dashboard/index.php:28 +msgid "Deleted DXCC" +msgstr "" + +#: application/views/dashboard/index.php:57 +msgid "You need to upgrade your PHP version. Minimum version is 7.4. Your version is" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgctxt "Dashboard Warning" +msgid "You need to update country files! Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgid "Update Country Files" +msgstr "" + +#: application/views/dashboard/index.php:69 +msgctxt "Dashboard Warning" +msgid "You have no station locations. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:69 +#: application/views/dashboard/index.php:75 +msgid "Stationsetup" +msgstr "" + +#: application/views/dashboard/index.php:75 +msgctxt "Dashboard Warning" +msgid "You have no station logbook. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:82 +#, php-format +msgid "You have had %d QSO today" +msgid_plural "You have had %d QSOs today" +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:86 +#: application/views/dashboard/index.php:130 +#: application/views/dashboard/index.php:136 +msgid "Important" +msgstr "" + +#: application/views/dashboard/index.php:86 +msgid "You have made no QSOs today; time to turn on the radio!" +msgstr "" + +#: application/views/dashboard/index.php:93 +msgid "Attention: you need to set an active station location." +msgstr "" + +#: application/views/dashboard/index.php:109 +#: application/views/dashboard/index.php:110 +msgid "Apple" +msgid_plural "Apples" +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:111 +#: application/views/dashboard/index.php:164 +msgid "Callsign" +msgstr "Rufzeichen" + +#: application/views/dashboard/index.php:112 +#, php-format +msgid "For more information, %s." +msgstr "" + +#: application/views/dashboard/index.php:112 +msgid "Click here" +msgstr "" + +#: application/views/dashboard/index.php:113 +#, php-format +msgid "You have eaten %d Banana today." +msgid_plural "You have eaten %d Bananas today." +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:121 +msgid "You have themes without defined theme mode. Please ask the admin to edit the themes." +msgstr "" + +#: application/views/dashboard/index.php:130 +msgid "At least one of your LoTW certificates is expired!" +msgstr "" + +#: application/views/dashboard/index.php:136 +msgid "At least one of your LoTW certificates is about to expire!" +msgstr "" + +#: application/views/dashboard/index.php:159 +msgid "Date" +msgstr "Fecha" + +#: application/views/dashboard/index.php:162 +msgid "Time" +msgstr "Tiempo Test" + +#: application/views/dashboard/index.php:225 +msgid "QSOs Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:229 +msgid "Total" +msgstr "" + +#: application/views/dashboard/index.php:234 +msgid "Year" +msgstr "" + +#: application/views/dashboard/index.php:239 +msgid "Month" +msgstr "" + +#: application/views/dashboard/index.php:248 +msgid "Countries Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:252 +#: application/views/dashboard/index.php:368 +msgid "Worked" +msgstr "" + +#: application/views/dashboard/index.php:256 +#: application/views/dashboard/index.php:374 +msgid "Confirmed" +msgstr "" + +#: application/views/dashboard/index.php:265 +msgid "Needed" +msgstr "" + +#: application/views/dashboard/index.php:273 +msgid "QSL Cards" +msgstr "" + +#: application/views/dashboard/index.php:274 +#: application/views/dashboard/index.php:301 +#: application/views/dashboard/index.php:322 +#: application/views/dashboard/index.php:343 +msgid "Today" +msgstr "" + +#: application/views/dashboard/index.php:278 +#: application/views/dashboard/index.php:305 +#: application/views/dashboard/index.php:326 +#: application/views/dashboard/index.php:347 +msgid "Sent" +msgstr "" + +#: application/views/dashboard/index.php:284 +#: application/views/dashboard/index.php:311 +#: application/views/dashboard/index.php:332 +#: application/views/dashboard/index.php:353 +msgid "Received" +msgstr "" + +#: application/views/dashboard/index.php:290 +msgid "Requested" +msgstr "" + +#: application/views/dashboard/index.php:300 +msgctxt "Probably no translation needed as this is a name." +msgid "Logbook of the World" +msgstr "" + +#: application/views/dashboard/index.php:321 +msgid "eQSL Cards" +msgstr "" + +#: application/views/awards/cq/index.php:50 +msgid "QSL Type" +msgstr "" + diff --git a/application/locale/fi_FI/LC_MESSAGES/index.html b/application/locale/fi_FI/LC_MESSAGES/index.html new file mode 100644 index 000000000..67f2d8864 --- /dev/null +++ b/application/locale/fi_FI/LC_MESSAGES/index.html @@ -0,0 +1,11 @@ + + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/locale/fi_FI/LC_MESSAGES/messages.mo b/application/locale/fi_FI/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..00b222ca061f53021d8471ddd8c08e4994552520 GIT binary patch literal 351 zcmYk0(MrQG6ow~yl}oR^h@hb8scG$GcJ#)%N@2q?s(2@HJ*$x}DM>2&Aikc@;;94Y z4Fhm!Dy(_KrH8zNN3>2Eop83m)>sd7 zSE~wcy4pc$s9oH{0^e0{f?Me^;gN`95LY0EJRBxrd?q3x*i1SPrIp$>(i=;gGpXxN z)(9oa^}jmdEA^b^Y@W}j+x##PY+|%WP0xI`l;iQkU$l)>dd!!v(mM3%Lz%&7>+9oI zXkn_Crc%02_~=D>Ry3WJ4P?fyUBY$yTe>tF^UXCq(flyw;pvz?!5wO}n=cmzE9LoR J5C<_E`~cJ?VBG)! literal 0 HcmV?d00001 diff --git a/application/locale/fi_FI/LC_MESSAGES/messages.po b/application/locale/fi_FI/LC_MESSAGES/messages.po new file mode 100644 index 000000000..bcf9e9dc5 --- /dev/null +++ b/application/locale/fi_FI/LC_MESSAGES/messages.po @@ -0,0 +1,261 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Wavelog +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-06-05 12:34+0000\n" +"PO-Revision-Date: 2024-06-05 15:14+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: fi_FI\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.4.4\n" + +#: application/views/dashboard/index.php:4 +msgid "Mode" +msgstr "" + +#: application/views/dashboard/index.php:5 +msgid "RSTS" +msgstr "" + +#: application/views/dashboard/index.php:6 +msgid "RSTR" +msgstr "" + +#: application/views/dashboard/index.php:7 +msgid "Country" +msgstr "" + +#: application/views/dashboard/index.php:8 +msgid "IOTA" +msgstr "" + +#: application/views/dashboard/index.php:9 +msgid "SOTA" +msgstr "" + +#: application/views/dashboard/index.php:10 +msgid "WWFF" +msgstr "" + +#: application/views/dashboard/index.php:11 +msgid "POTA" +msgstr "" + +#: application/views/dashboard/index.php:12 +msgid "State" +msgstr "" + +#: application/views/dashboard/index.php:13 +msgid "Gridsquare" +msgstr "" + +#: application/views/dashboard/index.php:14 +msgid "Distance" +msgstr "" + +#: application/views/dashboard/index.php:15 +#: application/views/awards/cq/index.php:72 +msgid "Band" +msgstr "" + +#: application/views/dashboard/index.php:16 +msgid "Frequency" +msgstr "" + +#: application/views/dashboard/index.php:17 +msgid "Operator" +msgstr "" + +#: application/views/dashboard/index.php:18 +msgid "Name" +msgstr "" + +#: application/views/dashboard/index.php:28 +msgid "Deleted DXCC" +msgstr "" + +#: application/views/dashboard/index.php:57 +msgid "" +"You need to upgrade your PHP version. Minimum version is 7.4. Your version is" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgctxt "Dashboard Warning" +msgid "You need to update country files! Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgid "Update Country Files" +msgstr "" + +#: application/views/dashboard/index.php:69 +msgctxt "Dashboard Warning" +msgid "You have no station locations. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:69 +#: application/views/dashboard/index.php:75 +msgid "Stationsetup" +msgstr "" + +#: application/views/dashboard/index.php:75 +msgctxt "Dashboard Warning" +msgid "You have no station logbook. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:82 +#, php-format +msgid "You have had %d QSO today" +msgid_plural "You have had %d QSOs today" +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:86 +#: application/views/dashboard/index.php:130 +#: application/views/dashboard/index.php:136 +msgid "Important" +msgstr "" + +#: application/views/dashboard/index.php:86 +msgid "You have made no QSOs today; time to turn on the radio!" +msgstr "" + +#: application/views/dashboard/index.php:93 +msgid "Attention: you need to set an active station location." +msgstr "" + +#: application/views/dashboard/index.php:109 +#: application/views/dashboard/index.php:110 +msgid "Apple" +msgid_plural "Apples" +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:111 +#: application/views/dashboard/index.php:164 +msgid "Callsign" +msgstr "" + +#: application/views/dashboard/index.php:112 +#, php-format +msgid "For more information, %s." +msgstr "" + +#: application/views/dashboard/index.php:112 +msgid "Click here" +msgstr "" + +#: application/views/dashboard/index.php:113 +#, php-format +msgid "You have eaten %d Banana today." +msgid_plural "You have eaten %d Bananas today." +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:121 +msgid "" +"You have themes without defined theme mode. Please ask the admin to edit the " +"themes." +msgstr "" + +#: application/views/dashboard/index.php:130 +msgid "At least one of your LoTW certificates is expired!" +msgstr "" + +#: application/views/dashboard/index.php:136 +msgid "At least one of your LoTW certificates is about to expire!" +msgstr "" + +#: application/views/dashboard/index.php:159 +msgid "Date" +msgstr "" + +#: application/views/dashboard/index.php:162 +msgid "Time" +msgstr "" + +#: application/views/dashboard/index.php:225 +msgid "QSOs Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:229 +msgid "Total" +msgstr "" + +#: application/views/dashboard/index.php:234 +msgid "Year" +msgstr "" + +#: application/views/dashboard/index.php:239 +msgid "Month" +msgstr "" + +#: application/views/dashboard/index.php:248 +msgid "Countries Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:252 +#: application/views/dashboard/index.php:368 +msgid "Worked" +msgstr "" + +#: application/views/dashboard/index.php:256 +#: application/views/dashboard/index.php:374 +msgid "Confirmed" +msgstr "" + +#: application/views/dashboard/index.php:265 +msgid "Needed" +msgstr "" + +#: application/views/dashboard/index.php:273 +msgid "QSL Cards" +msgstr "" + +#: application/views/dashboard/index.php:274 +#: application/views/dashboard/index.php:301 +#: application/views/dashboard/index.php:322 +#: application/views/dashboard/index.php:343 +msgid "Today" +msgstr "" + +#: application/views/dashboard/index.php:278 +#: application/views/dashboard/index.php:305 +#: application/views/dashboard/index.php:326 +#: application/views/dashboard/index.php:347 +msgid "Sent" +msgstr "" + +#: application/views/dashboard/index.php:284 +#: application/views/dashboard/index.php:311 +#: application/views/dashboard/index.php:332 +#: application/views/dashboard/index.php:353 +msgid "Received" +msgstr "" + +#: application/views/dashboard/index.php:290 +msgid "Requested" +msgstr "" + +#: application/views/dashboard/index.php:300 +msgctxt "Probably no translation needed as this is a name." +msgid "Logbook of the World" +msgstr "" + +#: application/views/dashboard/index.php:321 +msgid "eQSL Cards" +msgstr "" + +#: application/views/awards/cq/index.php:50 +msgid "QSL Type" +msgstr "" diff --git a/application/locale/fr_FR/LC_MESSAGES/index.html b/application/locale/fr_FR/LC_MESSAGES/index.html new file mode 100644 index 000000000..67f2d8864 --- /dev/null +++ b/application/locale/fr_FR/LC_MESSAGES/index.html @@ -0,0 +1,11 @@ + + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/locale/fr_FR/LC_MESSAGES/messages.mo b/application/locale/fr_FR/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..231301179a23aef5a3e04db220e5bb6476498e7f GIT binary patch literal 493 zcmZWlO-}+b5XI=JN6#L5@SusqE-P%-5=GGr8W+RHp{1Qx6CXgT5vXcfHAJ}iU9Z0q2PfZG{FzSZ}CPTuA6Kit%Jl! zWee%FA<{sqY$-E@1m!~T*q}=1+p6F*Gl|D+*dO+GpJ~*6*44_PqQ~A#TIBG}d1WDU z)#mA38jG&;n8Xn6=BlMLG|*G2p5`hOJbK9;8x>0<3y8H@Six2KliE(u=9_EhLh)PP zxNNg$=o-ByD*PIB;L5)~^zQ`^qoCCa_sD;OD`|V>I4?+tm!Ye)OiDeetoBOnyaifI P4%s>-2aL^%kk!5c8TOR^ literal 0 HcmV?d00001 diff --git a/application/locale/fr_FR/LC_MESSAGES/messages.po b/application/locale/fr_FR/LC_MESSAGES/messages.po new file mode 100644 index 000000000..b09dea0dd --- /dev/null +++ b/application/locale/fr_FR/LC_MESSAGES/messages.po @@ -0,0 +1,257 @@ +msgid "" +msgstr "" +"Project-Id-Version: wavelog-test\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-06-05 12:34+0000\n" +"PO-Revision-Date: 2024-06-05 12:34\n" +"Last-Translator: \n" +"Language-Team: French\n" +"Language: fr_FR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Crowdin-Project: wavelog-test\n" +"X-Crowdin-Project-ID: 682556\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /gettext_po_test/pot/messages.pot\n" +"X-Crowdin-File-ID: 66\n" + +#: application/views/dashboard/index.php:4 +msgid "Mode" +msgstr "" + +#: application/views/dashboard/index.php:5 +msgid "RSTS" +msgstr "" + +#: application/views/dashboard/index.php:6 +msgid "RSTR" +msgstr "" + +#: application/views/dashboard/index.php:7 +msgid "Country" +msgstr "" + +#: application/views/dashboard/index.php:8 +msgid "IOTA" +msgstr "" + +#: application/views/dashboard/index.php:9 +msgid "SOTA" +msgstr "" + +#: application/views/dashboard/index.php:10 +msgid "WWFF" +msgstr "" + +#: application/views/dashboard/index.php:11 +msgid "POTA" +msgstr "" + +#: application/views/dashboard/index.php:12 +msgid "State" +msgstr "" + +#: application/views/dashboard/index.php:13 +msgid "Gridsquare" +msgstr "" + +#: application/views/dashboard/index.php:14 +msgid "Distance" +msgstr "" + +#: application/views/dashboard/index.php:15 +#: application/views/awards/cq/index.php:72 +msgid "Band" +msgstr "" + +#: application/views/dashboard/index.php:16 +msgid "Frequency" +msgstr "" + +#: application/views/dashboard/index.php:17 +msgid "Operator" +msgstr "" + +#: application/views/dashboard/index.php:18 +msgid "Name" +msgstr "" + +#: application/views/dashboard/index.php:28 +msgid "Deleted DXCC" +msgstr "" + +#: application/views/dashboard/index.php:57 +msgid "You need to upgrade your PHP version. Minimum version is 7.4. Your version is" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgctxt "Dashboard Warning" +msgid "You need to update country files! Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgid "Update Country Files" +msgstr "" + +#: application/views/dashboard/index.php:69 +msgctxt "Dashboard Warning" +msgid "You have no station locations. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:69 +#: application/views/dashboard/index.php:75 +msgid "Stationsetup" +msgstr "" + +#: application/views/dashboard/index.php:75 +msgctxt "Dashboard Warning" +msgid "You have no station logbook. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:82 +#, php-format +msgid "You have had %d QSO today" +msgid_plural "You have had %d QSOs today" +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:86 +#: application/views/dashboard/index.php:130 +#: application/views/dashboard/index.php:136 +msgid "Important" +msgstr "" + +#: application/views/dashboard/index.php:86 +msgid "You have made no QSOs today; time to turn on the radio!" +msgstr "" + +#: application/views/dashboard/index.php:93 +msgid "Attention: you need to set an active station location." +msgstr "" + +#: application/views/dashboard/index.php:109 +#: application/views/dashboard/index.php:110 +msgid "Apple" +msgid_plural "Apples" +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:111 +#: application/views/dashboard/index.php:164 +msgid "Callsign" +msgstr "" + +#: application/views/dashboard/index.php:112 +#, php-format +msgid "For more information, %s." +msgstr "" + +#: application/views/dashboard/index.php:112 +msgid "Click here" +msgstr "" + +#: application/views/dashboard/index.php:113 +#, php-format +msgid "You have eaten %d Banana today." +msgid_plural "You have eaten %d Bananas today." +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:121 +msgid "You have themes without defined theme mode. Please ask the admin to edit the themes." +msgstr "" + +#: application/views/dashboard/index.php:130 +msgid "At least one of your LoTW certificates is expired!" +msgstr "" + +#: application/views/dashboard/index.php:136 +msgid "At least one of your LoTW certificates is about to expire!" +msgstr "" + +#: application/views/dashboard/index.php:159 +msgid "Date" +msgstr "" + +#: application/views/dashboard/index.php:162 +msgid "Time" +msgstr "" + +#: application/views/dashboard/index.php:225 +msgid "QSOs Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:229 +msgid "Total" +msgstr "" + +#: application/views/dashboard/index.php:234 +msgid "Year" +msgstr "" + +#: application/views/dashboard/index.php:239 +msgid "Month" +msgstr "" + +#: application/views/dashboard/index.php:248 +msgid "Countries Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:252 +#: application/views/dashboard/index.php:368 +msgid "Worked" +msgstr "" + +#: application/views/dashboard/index.php:256 +#: application/views/dashboard/index.php:374 +msgid "Confirmed" +msgstr "" + +#: application/views/dashboard/index.php:265 +msgid "Needed" +msgstr "" + +#: application/views/dashboard/index.php:273 +msgid "QSL Cards" +msgstr "" + +#: application/views/dashboard/index.php:274 +#: application/views/dashboard/index.php:301 +#: application/views/dashboard/index.php:322 +#: application/views/dashboard/index.php:343 +msgid "Today" +msgstr "" + +#: application/views/dashboard/index.php:278 +#: application/views/dashboard/index.php:305 +#: application/views/dashboard/index.php:326 +#: application/views/dashboard/index.php:347 +msgid "Sent" +msgstr "" + +#: application/views/dashboard/index.php:284 +#: application/views/dashboard/index.php:311 +#: application/views/dashboard/index.php:332 +#: application/views/dashboard/index.php:353 +msgid "Received" +msgstr "" + +#: application/views/dashboard/index.php:290 +msgid "Requested" +msgstr "" + +#: application/views/dashboard/index.php:300 +msgctxt "Probably no translation needed as this is a name." +msgid "Logbook of the World" +msgstr "" + +#: application/views/dashboard/index.php:321 +msgid "eQSL Cards" +msgstr "" + +#: application/views/awards/cq/index.php:50 +msgid "QSL Type" +msgstr "" + diff --git a/application/locale/index.html b/application/locale/index.html new file mode 100644 index 000000000..67f2d8864 --- /dev/null +++ b/application/locale/index.html @@ -0,0 +1,11 @@ + + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/locale/it_IT/LC_MESSAGES/index.html b/application/locale/it_IT/LC_MESSAGES/index.html new file mode 100644 index 000000000..67f2d8864 --- /dev/null +++ b/application/locale/it_IT/LC_MESSAGES/index.html @@ -0,0 +1,11 @@ + + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/locale/it_IT/LC_MESSAGES/messages.mo b/application/locale/it_IT/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..31656a5b8d0288c26aa6eccb0b78f369d099a7c2 GIT binary patch literal 495 zcmZWl%T59@6vgPOOV=)H;zARz3?od&lG(^3nFJysqj5(n)Ujr0C+!9FL;Mtf$8YhD zC=k5KNqZlsx95BvAAQs)4hScNGr}R^l2AoV_@w3yoz=`HM$W#fDMC7f2j#rBM(~wf zs>0@g$|D=A(mI5p&-Dy$7rBSb3eHA%Fjh-l5uhtk2_6Pv6M_hW7H@>&y2%F8BVvQEj PdE~Ds*<-9%M6C7=O_!CM literal 0 HcmV?d00001 diff --git a/application/locale/it_IT/LC_MESSAGES/messages.po b/application/locale/it_IT/LC_MESSAGES/messages.po new file mode 100644 index 000000000..9fea1d217 --- /dev/null +++ b/application/locale/it_IT/LC_MESSAGES/messages.po @@ -0,0 +1,257 @@ +msgid "" +msgstr "" +"Project-Id-Version: wavelog-test\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-06-05 12:34+0000\n" +"PO-Revision-Date: 2024-06-05 12:34\n" +"Last-Translator: \n" +"Language-Team: Italian\n" +"Language: it_IT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: wavelog-test\n" +"X-Crowdin-Project-ID: 682556\n" +"X-Crowdin-Language: it\n" +"X-Crowdin-File: /gettext_po_test/pot/messages.pot\n" +"X-Crowdin-File-ID: 66\n" + +#: application/views/dashboard/index.php:4 +msgid "Mode" +msgstr "" + +#: application/views/dashboard/index.php:5 +msgid "RSTS" +msgstr "" + +#: application/views/dashboard/index.php:6 +msgid "RSTR" +msgstr "" + +#: application/views/dashboard/index.php:7 +msgid "Country" +msgstr "" + +#: application/views/dashboard/index.php:8 +msgid "IOTA" +msgstr "" + +#: application/views/dashboard/index.php:9 +msgid "SOTA" +msgstr "" + +#: application/views/dashboard/index.php:10 +msgid "WWFF" +msgstr "" + +#: application/views/dashboard/index.php:11 +msgid "POTA" +msgstr "" + +#: application/views/dashboard/index.php:12 +msgid "State" +msgstr "" + +#: application/views/dashboard/index.php:13 +msgid "Gridsquare" +msgstr "" + +#: application/views/dashboard/index.php:14 +msgid "Distance" +msgstr "" + +#: application/views/dashboard/index.php:15 +#: application/views/awards/cq/index.php:72 +msgid "Band" +msgstr "" + +#: application/views/dashboard/index.php:16 +msgid "Frequency" +msgstr "" + +#: application/views/dashboard/index.php:17 +msgid "Operator" +msgstr "" + +#: application/views/dashboard/index.php:18 +msgid "Name" +msgstr "" + +#: application/views/dashboard/index.php:28 +msgid "Deleted DXCC" +msgstr "" + +#: application/views/dashboard/index.php:57 +msgid "You need to upgrade your PHP version. Minimum version is 7.4. Your version is" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgctxt "Dashboard Warning" +msgid "You need to update country files! Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgid "Update Country Files" +msgstr "" + +#: application/views/dashboard/index.php:69 +msgctxt "Dashboard Warning" +msgid "You have no station locations. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:69 +#: application/views/dashboard/index.php:75 +msgid "Stationsetup" +msgstr "" + +#: application/views/dashboard/index.php:75 +msgctxt "Dashboard Warning" +msgid "You have no station logbook. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:82 +#, php-format +msgid "You have had %d QSO today" +msgid_plural "You have had %d QSOs today" +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:86 +#: application/views/dashboard/index.php:130 +#: application/views/dashboard/index.php:136 +msgid "Important" +msgstr "" + +#: application/views/dashboard/index.php:86 +msgid "You have made no QSOs today; time to turn on the radio!" +msgstr "" + +#: application/views/dashboard/index.php:93 +msgid "Attention: you need to set an active station location." +msgstr "" + +#: application/views/dashboard/index.php:109 +#: application/views/dashboard/index.php:110 +msgid "Apple" +msgid_plural "Apples" +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:111 +#: application/views/dashboard/index.php:164 +msgid "Callsign" +msgstr "" + +#: application/views/dashboard/index.php:112 +#, php-format +msgid "For more information, %s." +msgstr "" + +#: application/views/dashboard/index.php:112 +msgid "Click here" +msgstr "" + +#: application/views/dashboard/index.php:113 +#, php-format +msgid "You have eaten %d Banana today." +msgid_plural "You have eaten %d Bananas today." +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:121 +msgid "You have themes without defined theme mode. Please ask the admin to edit the themes." +msgstr "" + +#: application/views/dashboard/index.php:130 +msgid "At least one of your LoTW certificates is expired!" +msgstr "" + +#: application/views/dashboard/index.php:136 +msgid "At least one of your LoTW certificates is about to expire!" +msgstr "" + +#: application/views/dashboard/index.php:159 +msgid "Date" +msgstr "" + +#: application/views/dashboard/index.php:162 +msgid "Time" +msgstr "" + +#: application/views/dashboard/index.php:225 +msgid "QSOs Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:229 +msgid "Total" +msgstr "" + +#: application/views/dashboard/index.php:234 +msgid "Year" +msgstr "" + +#: application/views/dashboard/index.php:239 +msgid "Month" +msgstr "" + +#: application/views/dashboard/index.php:248 +msgid "Countries Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:252 +#: application/views/dashboard/index.php:368 +msgid "Worked" +msgstr "" + +#: application/views/dashboard/index.php:256 +#: application/views/dashboard/index.php:374 +msgid "Confirmed" +msgstr "" + +#: application/views/dashboard/index.php:265 +msgid "Needed" +msgstr "" + +#: application/views/dashboard/index.php:273 +msgid "QSL Cards" +msgstr "" + +#: application/views/dashboard/index.php:274 +#: application/views/dashboard/index.php:301 +#: application/views/dashboard/index.php:322 +#: application/views/dashboard/index.php:343 +msgid "Today" +msgstr "" + +#: application/views/dashboard/index.php:278 +#: application/views/dashboard/index.php:305 +#: application/views/dashboard/index.php:326 +#: application/views/dashboard/index.php:347 +msgid "Sent" +msgstr "" + +#: application/views/dashboard/index.php:284 +#: application/views/dashboard/index.php:311 +#: application/views/dashboard/index.php:332 +#: application/views/dashboard/index.php:353 +msgid "Received" +msgstr "" + +#: application/views/dashboard/index.php:290 +msgid "Requested" +msgstr "" + +#: application/views/dashboard/index.php:300 +msgctxt "Probably no translation needed as this is a name." +msgid "Logbook of the World" +msgstr "" + +#: application/views/dashboard/index.php:321 +msgid "eQSL Cards" +msgstr "" + +#: application/views/awards/cq/index.php:50 +msgid "QSL Type" +msgstr "" + diff --git a/application/locale/nl_NL/LC_MESSAGES/index.html b/application/locale/nl_NL/LC_MESSAGES/index.html new file mode 100644 index 000000000..67f2d8864 --- /dev/null +++ b/application/locale/nl_NL/LC_MESSAGES/index.html @@ -0,0 +1,11 @@ + + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/locale/nl_NL/LC_MESSAGES/messages.mo b/application/locale/nl_NL/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..2a768d21684584d387f05e3964621fd54753c9e6 GIT binary patch literal 351 zcmYk0!Ait15QbOul%r=45fl`in%1t=F1@(!%0gGmQpKCZ?N}q-q$H{6gZO$ri&Ga| zfA~md=AZoe-re~ckhX|D;(*vDPKjO#aY(~UI(yHb3TxhQ>0wsE16rqyPB~j(YpjR4 zt5pS8UG1PW)GqE|f$yp}!L{_5@<>E6hzk%y9uCuRcp@SpST3E1(n{?b>5Zk$TEn(mM3neL00>zP@Hhn(t>kJRY$}xIv9}{pG@7r93|m I;vi;&ALAQf^Z)<= literal 0 HcmV?d00001 diff --git a/application/locale/nl_NL/LC_MESSAGES/messages.po b/application/locale/nl_NL/LC_MESSAGES/messages.po new file mode 100644 index 000000000..e8bde47b9 --- /dev/null +++ b/application/locale/nl_NL/LC_MESSAGES/messages.po @@ -0,0 +1,261 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Wavelog +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-06-05 12:34+0000\n" +"PO-Revision-Date: 2024-06-05 15:15+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: nl_NL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.4.4\n" + +#: application/views/dashboard/index.php:4 +msgid "Mode" +msgstr "" + +#: application/views/dashboard/index.php:5 +msgid "RSTS" +msgstr "" + +#: application/views/dashboard/index.php:6 +msgid "RSTR" +msgstr "" + +#: application/views/dashboard/index.php:7 +msgid "Country" +msgstr "" + +#: application/views/dashboard/index.php:8 +msgid "IOTA" +msgstr "" + +#: application/views/dashboard/index.php:9 +msgid "SOTA" +msgstr "" + +#: application/views/dashboard/index.php:10 +msgid "WWFF" +msgstr "" + +#: application/views/dashboard/index.php:11 +msgid "POTA" +msgstr "" + +#: application/views/dashboard/index.php:12 +msgid "State" +msgstr "" + +#: application/views/dashboard/index.php:13 +msgid "Gridsquare" +msgstr "" + +#: application/views/dashboard/index.php:14 +msgid "Distance" +msgstr "" + +#: application/views/dashboard/index.php:15 +#: application/views/awards/cq/index.php:72 +msgid "Band" +msgstr "" + +#: application/views/dashboard/index.php:16 +msgid "Frequency" +msgstr "" + +#: application/views/dashboard/index.php:17 +msgid "Operator" +msgstr "" + +#: application/views/dashboard/index.php:18 +msgid "Name" +msgstr "" + +#: application/views/dashboard/index.php:28 +msgid "Deleted DXCC" +msgstr "" + +#: application/views/dashboard/index.php:57 +msgid "" +"You need to upgrade your PHP version. Minimum version is 7.4. Your version is" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgctxt "Dashboard Warning" +msgid "You need to update country files! Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgid "Update Country Files" +msgstr "" + +#: application/views/dashboard/index.php:69 +msgctxt "Dashboard Warning" +msgid "You have no station locations. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:69 +#: application/views/dashboard/index.php:75 +msgid "Stationsetup" +msgstr "" + +#: application/views/dashboard/index.php:75 +msgctxt "Dashboard Warning" +msgid "You have no station logbook. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:82 +#, php-format +msgid "You have had %d QSO today" +msgid_plural "You have had %d QSOs today" +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:86 +#: application/views/dashboard/index.php:130 +#: application/views/dashboard/index.php:136 +msgid "Important" +msgstr "" + +#: application/views/dashboard/index.php:86 +msgid "You have made no QSOs today; time to turn on the radio!" +msgstr "" + +#: application/views/dashboard/index.php:93 +msgid "Attention: you need to set an active station location." +msgstr "" + +#: application/views/dashboard/index.php:109 +#: application/views/dashboard/index.php:110 +msgid "Apple" +msgid_plural "Apples" +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:111 +#: application/views/dashboard/index.php:164 +msgid "Callsign" +msgstr "" + +#: application/views/dashboard/index.php:112 +#, php-format +msgid "For more information, %s." +msgstr "" + +#: application/views/dashboard/index.php:112 +msgid "Click here" +msgstr "" + +#: application/views/dashboard/index.php:113 +#, php-format +msgid "You have eaten %d Banana today." +msgid_plural "You have eaten %d Bananas today." +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:121 +msgid "" +"You have themes without defined theme mode. Please ask the admin to edit the " +"themes." +msgstr "" + +#: application/views/dashboard/index.php:130 +msgid "At least one of your LoTW certificates is expired!" +msgstr "" + +#: application/views/dashboard/index.php:136 +msgid "At least one of your LoTW certificates is about to expire!" +msgstr "" + +#: application/views/dashboard/index.php:159 +msgid "Date" +msgstr "" + +#: application/views/dashboard/index.php:162 +msgid "Time" +msgstr "" + +#: application/views/dashboard/index.php:225 +msgid "QSOs Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:229 +msgid "Total" +msgstr "" + +#: application/views/dashboard/index.php:234 +msgid "Year" +msgstr "" + +#: application/views/dashboard/index.php:239 +msgid "Month" +msgstr "" + +#: application/views/dashboard/index.php:248 +msgid "Countries Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:252 +#: application/views/dashboard/index.php:368 +msgid "Worked" +msgstr "" + +#: application/views/dashboard/index.php:256 +#: application/views/dashboard/index.php:374 +msgid "Confirmed" +msgstr "" + +#: application/views/dashboard/index.php:265 +msgid "Needed" +msgstr "" + +#: application/views/dashboard/index.php:273 +msgid "QSL Cards" +msgstr "" + +#: application/views/dashboard/index.php:274 +#: application/views/dashboard/index.php:301 +#: application/views/dashboard/index.php:322 +#: application/views/dashboard/index.php:343 +msgid "Today" +msgstr "" + +#: application/views/dashboard/index.php:278 +#: application/views/dashboard/index.php:305 +#: application/views/dashboard/index.php:326 +#: application/views/dashboard/index.php:347 +msgid "Sent" +msgstr "" + +#: application/views/dashboard/index.php:284 +#: application/views/dashboard/index.php:311 +#: application/views/dashboard/index.php:332 +#: application/views/dashboard/index.php:353 +msgid "Received" +msgstr "" + +#: application/views/dashboard/index.php:290 +msgid "Requested" +msgstr "" + +#: application/views/dashboard/index.php:300 +msgctxt "Probably no translation needed as this is a name." +msgid "Logbook of the World" +msgstr "" + +#: application/views/dashboard/index.php:321 +msgid "eQSL Cards" +msgstr "" + +#: application/views/awards/cq/index.php:50 +msgid "QSL Type" +msgstr "" diff --git a/application/locale/pl_PL/LC_MESSAGES/index.html b/application/locale/pl_PL/LC_MESSAGES/index.html new file mode 100644 index 000000000..67f2d8864 --- /dev/null +++ b/application/locale/pl_PL/LC_MESSAGES/index.html @@ -0,0 +1,11 @@ + + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/locale/pl_PL/LC_MESSAGES/messages.mo b/application/locale/pl_PL/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..758889ebfa9c12c79dad07b21ff2000ffc0beb82 GIT binary patch literal 408 zcmYjMO-}+b6vXJMN6#L5Py*41?XnPDC?qNv5{MhJ8c&+a)^*L&ZrWlr;cxi&{4Ku4 zM4V*O_c8M({XRVSsv-7}N62I3KJpA%p@)3L%ZE;l-&WT8r9 zJ93%$E@hvRWdtQm)T6z`HfCVA2F0c;eorrf&S-=>XN#`N4QoBNWW6?R2 zI$O(3L89d9Umwx3c#3CaKAn$u`Mkx*mC;^lJo8y%j#nT4yewp{`*is#ty5myB@^iF zbXDAovM|<5ljb^$Xzw}qBreug7BDe(, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-06-05 12:34+0000\n" +"PO-Revision-Date: 2024-06-05 15:16+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: pl_PL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 " +"|| n%100>14) ? 1 : 2);\n" +"X-Generator: Poedit 3.4.4\n" + +#: application/views/dashboard/index.php:4 +msgid "Mode" +msgstr "" + +#: application/views/dashboard/index.php:5 +msgid "RSTS" +msgstr "" + +#: application/views/dashboard/index.php:6 +msgid "RSTR" +msgstr "" + +#: application/views/dashboard/index.php:7 +msgid "Country" +msgstr "" + +#: application/views/dashboard/index.php:8 +msgid "IOTA" +msgstr "" + +#: application/views/dashboard/index.php:9 +msgid "SOTA" +msgstr "" + +#: application/views/dashboard/index.php:10 +msgid "WWFF" +msgstr "" + +#: application/views/dashboard/index.php:11 +msgid "POTA" +msgstr "" + +#: application/views/dashboard/index.php:12 +msgid "State" +msgstr "" + +#: application/views/dashboard/index.php:13 +msgid "Gridsquare" +msgstr "" + +#: application/views/dashboard/index.php:14 +msgid "Distance" +msgstr "" + +#: application/views/dashboard/index.php:15 +#: application/views/awards/cq/index.php:72 +msgid "Band" +msgstr "" + +#: application/views/dashboard/index.php:16 +msgid "Frequency" +msgstr "" + +#: application/views/dashboard/index.php:17 +msgid "Operator" +msgstr "" + +#: application/views/dashboard/index.php:18 +msgid "Name" +msgstr "" + +#: application/views/dashboard/index.php:28 +msgid "Deleted DXCC" +msgstr "" + +#: application/views/dashboard/index.php:57 +msgid "" +"You need to upgrade your PHP version. Minimum version is 7.4. Your version is" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgctxt "Dashboard Warning" +msgid "You need to update country files! Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgid "Update Country Files" +msgstr "" + +#: application/views/dashboard/index.php:69 +msgctxt "Dashboard Warning" +msgid "You have no station locations. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:69 +#: application/views/dashboard/index.php:75 +msgid "Stationsetup" +msgstr "" + +#: application/views/dashboard/index.php:75 +msgctxt "Dashboard Warning" +msgid "You have no station logbook. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:82 +#, php-format +msgid "You have had %d QSO today" +msgid_plural "You have had %d QSOs today" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: application/views/dashboard/index.php:86 +#: application/views/dashboard/index.php:130 +#: application/views/dashboard/index.php:136 +msgid "Important" +msgstr "" + +#: application/views/dashboard/index.php:86 +msgid "You have made no QSOs today; time to turn on the radio!" +msgstr "" + +#: application/views/dashboard/index.php:93 +msgid "Attention: you need to set an active station location." +msgstr "" + +#: application/views/dashboard/index.php:109 +#: application/views/dashboard/index.php:110 +msgid "Apple" +msgid_plural "Apples" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: application/views/dashboard/index.php:111 +#: application/views/dashboard/index.php:164 +msgid "Callsign" +msgstr "" + +#: application/views/dashboard/index.php:112 +#, php-format +msgid "For more information, %s." +msgstr "" + +#: application/views/dashboard/index.php:112 +msgid "Click here" +msgstr "" + +#: application/views/dashboard/index.php:113 +#, php-format +msgid "You have eaten %d Banana today." +msgid_plural "You have eaten %d Bananas today." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: application/views/dashboard/index.php:121 +msgid "" +"You have themes without defined theme mode. Please ask the admin to edit the " +"themes." +msgstr "" + +#: application/views/dashboard/index.php:130 +msgid "At least one of your LoTW certificates is expired!" +msgstr "" + +#: application/views/dashboard/index.php:136 +msgid "At least one of your LoTW certificates is about to expire!" +msgstr "" + +#: application/views/dashboard/index.php:159 +msgid "Date" +msgstr "" + +#: application/views/dashboard/index.php:162 +msgid "Time" +msgstr "" + +#: application/views/dashboard/index.php:225 +msgid "QSOs Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:229 +msgid "Total" +msgstr "" + +#: application/views/dashboard/index.php:234 +msgid "Year" +msgstr "" + +#: application/views/dashboard/index.php:239 +msgid "Month" +msgstr "" + +#: application/views/dashboard/index.php:248 +msgid "Countries Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:252 +#: application/views/dashboard/index.php:368 +msgid "Worked" +msgstr "" + +#: application/views/dashboard/index.php:256 +#: application/views/dashboard/index.php:374 +msgid "Confirmed" +msgstr "" + +#: application/views/dashboard/index.php:265 +msgid "Needed" +msgstr "" + +#: application/views/dashboard/index.php:273 +msgid "QSL Cards" +msgstr "" + +#: application/views/dashboard/index.php:274 +#: application/views/dashboard/index.php:301 +#: application/views/dashboard/index.php:322 +#: application/views/dashboard/index.php:343 +msgid "Today" +msgstr "" + +#: application/views/dashboard/index.php:278 +#: application/views/dashboard/index.php:305 +#: application/views/dashboard/index.php:326 +#: application/views/dashboard/index.php:347 +msgid "Sent" +msgstr "" + +#: application/views/dashboard/index.php:284 +#: application/views/dashboard/index.php:311 +#: application/views/dashboard/index.php:332 +#: application/views/dashboard/index.php:353 +msgid "Received" +msgstr "" + +#: application/views/dashboard/index.php:290 +msgid "Requested" +msgstr "" + +#: application/views/dashboard/index.php:300 +msgctxt "Probably no translation needed as this is a name." +msgid "Logbook of the World" +msgstr "" + +#: application/views/dashboard/index.php:321 +msgid "eQSL Cards" +msgstr "" + +#: application/views/awards/cq/index.php:50 +msgid "QSL Type" +msgstr "" diff --git a/application/locale/ru_RU/LC_MESSAGES/index.html b/application/locale/ru_RU/LC_MESSAGES/index.html new file mode 100644 index 000000000..67f2d8864 --- /dev/null +++ b/application/locale/ru_RU/LC_MESSAGES/index.html @@ -0,0 +1,11 @@ + + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/locale/ru_RU/LC_MESSAGES/messages.mo b/application/locale/ru_RU/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..f6a768b2824e003333e76e6fec49ed4dc15faace GIT binary patch literal 424 zcmYjM(MrQG6rJc(AAR=W3OXDvGwC{=-7-PlWUyfwo%kkkjkVGxB}qkLzv1usE#7YE zyl}`lx##4N@BO{68qN;l0C9xaMKlrBbP)=dmv~m5zln@~lM6@233-slW?F^d&19jC zBU77Z3Arv)OJa@J(LI^T_pCCJTj68~KJ^1a&k5}S>xAs$l=_r<6JZ^RjZiihP8&>4 zgi1@1N)k)4{HH@O<, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-06-05 12:34+0000\n" +"PO-Revision-Date: 2024-06-05 15:17+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: ru_RU\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" +"X-Generator: Poedit 3.4.4\n" + +#: application/views/dashboard/index.php:4 +msgid "Mode" +msgstr "" + +#: application/views/dashboard/index.php:5 +msgid "RSTS" +msgstr "" + +#: application/views/dashboard/index.php:6 +msgid "RSTR" +msgstr "" + +#: application/views/dashboard/index.php:7 +msgid "Country" +msgstr "" + +#: application/views/dashboard/index.php:8 +msgid "IOTA" +msgstr "" + +#: application/views/dashboard/index.php:9 +msgid "SOTA" +msgstr "" + +#: application/views/dashboard/index.php:10 +msgid "WWFF" +msgstr "" + +#: application/views/dashboard/index.php:11 +msgid "POTA" +msgstr "" + +#: application/views/dashboard/index.php:12 +msgid "State" +msgstr "" + +#: application/views/dashboard/index.php:13 +msgid "Gridsquare" +msgstr "" + +#: application/views/dashboard/index.php:14 +msgid "Distance" +msgstr "" + +#: application/views/dashboard/index.php:15 +#: application/views/awards/cq/index.php:72 +msgid "Band" +msgstr "" + +#: application/views/dashboard/index.php:16 +msgid "Frequency" +msgstr "" + +#: application/views/dashboard/index.php:17 +msgid "Operator" +msgstr "" + +#: application/views/dashboard/index.php:18 +msgid "Name" +msgstr "" + +#: application/views/dashboard/index.php:28 +msgid "Deleted DXCC" +msgstr "" + +#: application/views/dashboard/index.php:57 +msgid "" +"You need to upgrade your PHP version. Minimum version is 7.4. Your version is" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgctxt "Dashboard Warning" +msgid "You need to update country files! Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgid "Update Country Files" +msgstr "" + +#: application/views/dashboard/index.php:69 +msgctxt "Dashboard Warning" +msgid "You have no station locations. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:69 +#: application/views/dashboard/index.php:75 +msgid "Stationsetup" +msgstr "" + +#: application/views/dashboard/index.php:75 +msgctxt "Dashboard Warning" +msgid "You have no station logbook. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:82 +#, php-format +msgid "You have had %d QSO today" +msgid_plural "You have had %d QSOs today" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: application/views/dashboard/index.php:86 +#: application/views/dashboard/index.php:130 +#: application/views/dashboard/index.php:136 +msgid "Important" +msgstr "" + +#: application/views/dashboard/index.php:86 +msgid "You have made no QSOs today; time to turn on the radio!" +msgstr "" + +#: application/views/dashboard/index.php:93 +msgid "Attention: you need to set an active station location." +msgstr "" + +#: application/views/dashboard/index.php:109 +#: application/views/dashboard/index.php:110 +msgid "Apple" +msgid_plural "Apples" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: application/views/dashboard/index.php:111 +#: application/views/dashboard/index.php:164 +msgid "Callsign" +msgstr "" + +#: application/views/dashboard/index.php:112 +#, php-format +msgid "For more information, %s." +msgstr "" + +#: application/views/dashboard/index.php:112 +msgid "Click here" +msgstr "" + +#: application/views/dashboard/index.php:113 +#, php-format +msgid "You have eaten %d Banana today." +msgid_plural "You have eaten %d Bananas today." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: application/views/dashboard/index.php:121 +msgid "" +"You have themes without defined theme mode. Please ask the admin to edit the " +"themes." +msgstr "" + +#: application/views/dashboard/index.php:130 +msgid "At least one of your LoTW certificates is expired!" +msgstr "" + +#: application/views/dashboard/index.php:136 +msgid "At least one of your LoTW certificates is about to expire!" +msgstr "" + +#: application/views/dashboard/index.php:159 +msgid "Date" +msgstr "" + +#: application/views/dashboard/index.php:162 +msgid "Time" +msgstr "" + +#: application/views/dashboard/index.php:225 +msgid "QSOs Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:229 +msgid "Total" +msgstr "" + +#: application/views/dashboard/index.php:234 +msgid "Year" +msgstr "" + +#: application/views/dashboard/index.php:239 +msgid "Month" +msgstr "" + +#: application/views/dashboard/index.php:248 +msgid "Countries Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:252 +#: application/views/dashboard/index.php:368 +msgid "Worked" +msgstr "" + +#: application/views/dashboard/index.php:256 +#: application/views/dashboard/index.php:374 +msgid "Confirmed" +msgstr "" + +#: application/views/dashboard/index.php:265 +msgid "Needed" +msgstr "" + +#: application/views/dashboard/index.php:273 +msgid "QSL Cards" +msgstr "" + +#: application/views/dashboard/index.php:274 +#: application/views/dashboard/index.php:301 +#: application/views/dashboard/index.php:322 +#: application/views/dashboard/index.php:343 +msgid "Today" +msgstr "" + +#: application/views/dashboard/index.php:278 +#: application/views/dashboard/index.php:305 +#: application/views/dashboard/index.php:326 +#: application/views/dashboard/index.php:347 +msgid "Sent" +msgstr "" + +#: application/views/dashboard/index.php:284 +#: application/views/dashboard/index.php:311 +#: application/views/dashboard/index.php:332 +#: application/views/dashboard/index.php:353 +msgid "Received" +msgstr "" + +#: application/views/dashboard/index.php:290 +msgid "Requested" +msgstr "" + +#: application/views/dashboard/index.php:300 +msgctxt "Probably no translation needed as this is a name." +msgid "Logbook of the World" +msgstr "" + +#: application/views/dashboard/index.php:321 +msgid "eQSL Cards" +msgstr "" + +#: application/views/awards/cq/index.php:50 +msgid "QSL Type" +msgstr "" diff --git a/application/locale/sv_SE/LC_MESSAGES/index.html b/application/locale/sv_SE/LC_MESSAGES/index.html new file mode 100644 index 000000000..67f2d8864 --- /dev/null +++ b/application/locale/sv_SE/LC_MESSAGES/index.html @@ -0,0 +1,11 @@ + + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/locale/sv_SE/LC_MESSAGES/messages.mo b/application/locale/sv_SE/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..be45962ad167a61fd39ff3f5497010ad29682d37 GIT binary patch literal 351 zcmYk0(MrQG6ow~yl}oR^h@hb8scGG$>*$Shlfi~%R`E_^d#sTzDM>o?L3}-*#Zw2) zA3ld)W2}dT zt5gZsZRH?0)Xwf;iEGuF;6{2(cqF1eh$|2S9uAUlcqSqt*jzdfxs}@0(i=;gbE&IV zRtP!D)xSF7ZvA{eVT;*fvds?z!Nx{=)bz|}LpdHl{6$ksrANGYlh&b6AMz>0TVEIV ziWVliFs0H}!s8d^Sys1J)-W}8, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-06-05 12:34+0000\n" +"PO-Revision-Date: 2024-06-05 15:19+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: sv_SE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.4.4\n" + +#: application/views/dashboard/index.php:4 +msgid "Mode" +msgstr "" + +#: application/views/dashboard/index.php:5 +msgid "RSTS" +msgstr "" + +#: application/views/dashboard/index.php:6 +msgid "RSTR" +msgstr "" + +#: application/views/dashboard/index.php:7 +msgid "Country" +msgstr "" + +#: application/views/dashboard/index.php:8 +msgid "IOTA" +msgstr "" + +#: application/views/dashboard/index.php:9 +msgid "SOTA" +msgstr "" + +#: application/views/dashboard/index.php:10 +msgid "WWFF" +msgstr "" + +#: application/views/dashboard/index.php:11 +msgid "POTA" +msgstr "" + +#: application/views/dashboard/index.php:12 +msgid "State" +msgstr "" + +#: application/views/dashboard/index.php:13 +msgid "Gridsquare" +msgstr "" + +#: application/views/dashboard/index.php:14 +msgid "Distance" +msgstr "" + +#: application/views/dashboard/index.php:15 +#: application/views/awards/cq/index.php:72 +msgid "Band" +msgstr "" + +#: application/views/dashboard/index.php:16 +msgid "Frequency" +msgstr "" + +#: application/views/dashboard/index.php:17 +msgid "Operator" +msgstr "" + +#: application/views/dashboard/index.php:18 +msgid "Name" +msgstr "" + +#: application/views/dashboard/index.php:28 +msgid "Deleted DXCC" +msgstr "" + +#: application/views/dashboard/index.php:57 +msgid "" +"You need to upgrade your PHP version. Minimum version is 7.4. Your version is" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgctxt "Dashboard Warning" +msgid "You need to update country files! Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgid "Update Country Files" +msgstr "" + +#: application/views/dashboard/index.php:69 +msgctxt "Dashboard Warning" +msgid "You have no station locations. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:69 +#: application/views/dashboard/index.php:75 +msgid "Stationsetup" +msgstr "" + +#: application/views/dashboard/index.php:75 +msgctxt "Dashboard Warning" +msgid "You have no station logbook. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:82 +#, php-format +msgid "You have had %d QSO today" +msgid_plural "You have had %d QSOs today" +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:86 +#: application/views/dashboard/index.php:130 +#: application/views/dashboard/index.php:136 +msgid "Important" +msgstr "" + +#: application/views/dashboard/index.php:86 +msgid "You have made no QSOs today; time to turn on the radio!" +msgstr "" + +#: application/views/dashboard/index.php:93 +msgid "Attention: you need to set an active station location." +msgstr "" + +#: application/views/dashboard/index.php:109 +#: application/views/dashboard/index.php:110 +msgid "Apple" +msgid_plural "Apples" +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:111 +#: application/views/dashboard/index.php:164 +msgid "Callsign" +msgstr "" + +#: application/views/dashboard/index.php:112 +#, php-format +msgid "For more information, %s." +msgstr "" + +#: application/views/dashboard/index.php:112 +msgid "Click here" +msgstr "" + +#: application/views/dashboard/index.php:113 +#, php-format +msgid "You have eaten %d Banana today." +msgid_plural "You have eaten %d Bananas today." +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:121 +msgid "" +"You have themes without defined theme mode. Please ask the admin to edit the " +"themes." +msgstr "" + +#: application/views/dashboard/index.php:130 +msgid "At least one of your LoTW certificates is expired!" +msgstr "" + +#: application/views/dashboard/index.php:136 +msgid "At least one of your LoTW certificates is about to expire!" +msgstr "" + +#: application/views/dashboard/index.php:159 +msgid "Date" +msgstr "" + +#: application/views/dashboard/index.php:162 +msgid "Time" +msgstr "" + +#: application/views/dashboard/index.php:225 +msgid "QSOs Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:229 +msgid "Total" +msgstr "" + +#: application/views/dashboard/index.php:234 +msgid "Year" +msgstr "" + +#: application/views/dashboard/index.php:239 +msgid "Month" +msgstr "" + +#: application/views/dashboard/index.php:248 +msgid "Countries Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:252 +#: application/views/dashboard/index.php:368 +msgid "Worked" +msgstr "" + +#: application/views/dashboard/index.php:256 +#: application/views/dashboard/index.php:374 +msgid "Confirmed" +msgstr "" + +#: application/views/dashboard/index.php:265 +msgid "Needed" +msgstr "" + +#: application/views/dashboard/index.php:273 +msgid "QSL Cards" +msgstr "" + +#: application/views/dashboard/index.php:274 +#: application/views/dashboard/index.php:301 +#: application/views/dashboard/index.php:322 +#: application/views/dashboard/index.php:343 +msgid "Today" +msgstr "" + +#: application/views/dashboard/index.php:278 +#: application/views/dashboard/index.php:305 +#: application/views/dashboard/index.php:326 +#: application/views/dashboard/index.php:347 +msgid "Sent" +msgstr "" + +#: application/views/dashboard/index.php:284 +#: application/views/dashboard/index.php:311 +#: application/views/dashboard/index.php:332 +#: application/views/dashboard/index.php:353 +msgid "Received" +msgstr "" + +#: application/views/dashboard/index.php:290 +msgid "Requested" +msgstr "" + +#: application/views/dashboard/index.php:300 +msgctxt "Probably no translation needed as this is a name." +msgid "Logbook of the World" +msgstr "" + +#: application/views/dashboard/index.php:321 +msgid "eQSL Cards" +msgstr "" + +#: application/views/awards/cq/index.php:50 +msgid "QSL Type" +msgstr "" diff --git a/application/locale/tr_TR/LC_MESSAGES/index.html b/application/locale/tr_TR/LC_MESSAGES/index.html new file mode 100644 index 000000000..67f2d8864 --- /dev/null +++ b/application/locale/tr_TR/LC_MESSAGES/index.html @@ -0,0 +1,11 @@ + + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/locale/tr_TR/LC_MESSAGES/messages.mo b/application/locale/tr_TR/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..087057892b2551c23af2d88496c30b1dd0b7946c GIT binary patch literal 351 zcmYk0!Ait15QbOul%r=45fl`iHLbf+TY6D5MR${aq5EW z4YDKRJ_4rzEv=ivEMZp|B39u_q`pmoaVn6m;qV?AW9 zQ8irkjf2uqJHLYh-_>A(8|g9Tp$I1+EhQk@ak1shd#Y8=MZgtL);5m znCZ&YN;ff&o|R{L+gsVf+}M?ix$b^Tmxc*nU(+Ma_fsAmC+rb!QKMadIX74<&(Ft` I@q~?j0Ph%K2mk;8 literal 0 HcmV?d00001 diff --git a/application/locale/tr_TR/LC_MESSAGES/messages.po b/application/locale/tr_TR/LC_MESSAGES/messages.po new file mode 100644 index 000000000..f5596de75 --- /dev/null +++ b/application/locale/tr_TR/LC_MESSAGES/messages.po @@ -0,0 +1,261 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Wavelog +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-06-05 12:34+0000\n" +"PO-Revision-Date: 2024-06-05 15:20+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: tr_TR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.4.4\n" + +#: application/views/dashboard/index.php:4 +msgid "Mode" +msgstr "" + +#: application/views/dashboard/index.php:5 +msgid "RSTS" +msgstr "" + +#: application/views/dashboard/index.php:6 +msgid "RSTR" +msgstr "" + +#: application/views/dashboard/index.php:7 +msgid "Country" +msgstr "" + +#: application/views/dashboard/index.php:8 +msgid "IOTA" +msgstr "" + +#: application/views/dashboard/index.php:9 +msgid "SOTA" +msgstr "" + +#: application/views/dashboard/index.php:10 +msgid "WWFF" +msgstr "" + +#: application/views/dashboard/index.php:11 +msgid "POTA" +msgstr "" + +#: application/views/dashboard/index.php:12 +msgid "State" +msgstr "" + +#: application/views/dashboard/index.php:13 +msgid "Gridsquare" +msgstr "" + +#: application/views/dashboard/index.php:14 +msgid "Distance" +msgstr "" + +#: application/views/dashboard/index.php:15 +#: application/views/awards/cq/index.php:72 +msgid "Band" +msgstr "" + +#: application/views/dashboard/index.php:16 +msgid "Frequency" +msgstr "" + +#: application/views/dashboard/index.php:17 +msgid "Operator" +msgstr "" + +#: application/views/dashboard/index.php:18 +msgid "Name" +msgstr "" + +#: application/views/dashboard/index.php:28 +msgid "Deleted DXCC" +msgstr "" + +#: application/views/dashboard/index.php:57 +msgid "" +"You need to upgrade your PHP version. Minimum version is 7.4. Your version is" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgctxt "Dashboard Warning" +msgid "You need to update country files! Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgid "Update Country Files" +msgstr "" + +#: application/views/dashboard/index.php:69 +msgctxt "Dashboard Warning" +msgid "You have no station locations. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:69 +#: application/views/dashboard/index.php:75 +msgid "Stationsetup" +msgstr "" + +#: application/views/dashboard/index.php:75 +msgctxt "Dashboard Warning" +msgid "You have no station logbook. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:82 +#, php-format +msgid "You have had %d QSO today" +msgid_plural "You have had %d QSOs today" +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:86 +#: application/views/dashboard/index.php:130 +#: application/views/dashboard/index.php:136 +msgid "Important" +msgstr "" + +#: application/views/dashboard/index.php:86 +msgid "You have made no QSOs today; time to turn on the radio!" +msgstr "" + +#: application/views/dashboard/index.php:93 +msgid "Attention: you need to set an active station location." +msgstr "" + +#: application/views/dashboard/index.php:109 +#: application/views/dashboard/index.php:110 +msgid "Apple" +msgid_plural "Apples" +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:111 +#: application/views/dashboard/index.php:164 +msgid "Callsign" +msgstr "" + +#: application/views/dashboard/index.php:112 +#, php-format +msgid "For more information, %s." +msgstr "" + +#: application/views/dashboard/index.php:112 +msgid "Click here" +msgstr "" + +#: application/views/dashboard/index.php:113 +#, php-format +msgid "You have eaten %d Banana today." +msgid_plural "You have eaten %d Bananas today." +msgstr[0] "" +msgstr[1] "" + +#: application/views/dashboard/index.php:121 +msgid "" +"You have themes without defined theme mode. Please ask the admin to edit the " +"themes." +msgstr "" + +#: application/views/dashboard/index.php:130 +msgid "At least one of your LoTW certificates is expired!" +msgstr "" + +#: application/views/dashboard/index.php:136 +msgid "At least one of your LoTW certificates is about to expire!" +msgstr "" + +#: application/views/dashboard/index.php:159 +msgid "Date" +msgstr "" + +#: application/views/dashboard/index.php:162 +msgid "Time" +msgstr "" + +#: application/views/dashboard/index.php:225 +msgid "QSOs Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:229 +msgid "Total" +msgstr "" + +#: application/views/dashboard/index.php:234 +msgid "Year" +msgstr "" + +#: application/views/dashboard/index.php:239 +msgid "Month" +msgstr "" + +#: application/views/dashboard/index.php:248 +msgid "Countries Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:252 +#: application/views/dashboard/index.php:368 +msgid "Worked" +msgstr "" + +#: application/views/dashboard/index.php:256 +#: application/views/dashboard/index.php:374 +msgid "Confirmed" +msgstr "" + +#: application/views/dashboard/index.php:265 +msgid "Needed" +msgstr "" + +#: application/views/dashboard/index.php:273 +msgid "QSL Cards" +msgstr "" + +#: application/views/dashboard/index.php:274 +#: application/views/dashboard/index.php:301 +#: application/views/dashboard/index.php:322 +#: application/views/dashboard/index.php:343 +msgid "Today" +msgstr "" + +#: application/views/dashboard/index.php:278 +#: application/views/dashboard/index.php:305 +#: application/views/dashboard/index.php:326 +#: application/views/dashboard/index.php:347 +msgid "Sent" +msgstr "" + +#: application/views/dashboard/index.php:284 +#: application/views/dashboard/index.php:311 +#: application/views/dashboard/index.php:332 +#: application/views/dashboard/index.php:353 +msgid "Received" +msgstr "" + +#: application/views/dashboard/index.php:290 +msgid "Requested" +msgstr "" + +#: application/views/dashboard/index.php:300 +msgctxt "Probably no translation needed as this is a name." +msgid "Logbook of the World" +msgstr "" + +#: application/views/dashboard/index.php:321 +msgid "eQSL Cards" +msgstr "" + +#: application/views/awards/cq/index.php:50 +msgid "QSL Type" +msgstr "" diff --git a/application/locale/zh_CN/LC_MESSAGES/index.html b/application/locale/zh_CN/LC_MESSAGES/index.html new file mode 100644 index 000000000..67f2d8864 --- /dev/null +++ b/application/locale/zh_CN/LC_MESSAGES/index.html @@ -0,0 +1,11 @@ + + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/locale/zh_CN/LC_MESSAGES/messages.mo b/application/locale/zh_CN/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..87ce216a2ce1bb28e0cb09283f1e5f8f144f9f95 GIT binary patch literal 344 zcmYk0K~BRk5Jih%C>u(PDzy+*0kK0S8B(Lvj%=p_?!omq3ll0) zzVu|z%pZS$A0B)SNPEN)aYF19XGE`%9&872DSgBnjy|J`8m%8p` zjZmOm|Em-Jxq2SovBhjL+2x0UU}K{_YI^3Qr5um%{=99Z(kU-j(mM3nLotPT=j-EM z(ZWQRrc%02c>JO~%bU*12ByZYUBY$yTe>Vv`SzNLls&;MYP8$G<_0U}`9&}chHUTy DMiF0$ literal 0 HcmV?d00001 diff --git a/application/locale/zh_CN/LC_MESSAGES/messages.po b/application/locale/zh_CN/LC_MESSAGES/messages.po new file mode 100644 index 000000000..d65125087 --- /dev/null +++ b/application/locale/zh_CN/LC_MESSAGES/messages.po @@ -0,0 +1,258 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Wavelog +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-06-05 12:34+0000\n" +"PO-Revision-Date: 2024-06-05 15:20+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 3.4.4\n" + +#: application/views/dashboard/index.php:4 +msgid "Mode" +msgstr "" + +#: application/views/dashboard/index.php:5 +msgid "RSTS" +msgstr "" + +#: application/views/dashboard/index.php:6 +msgid "RSTR" +msgstr "" + +#: application/views/dashboard/index.php:7 +msgid "Country" +msgstr "" + +#: application/views/dashboard/index.php:8 +msgid "IOTA" +msgstr "" + +#: application/views/dashboard/index.php:9 +msgid "SOTA" +msgstr "" + +#: application/views/dashboard/index.php:10 +msgid "WWFF" +msgstr "" + +#: application/views/dashboard/index.php:11 +msgid "POTA" +msgstr "" + +#: application/views/dashboard/index.php:12 +msgid "State" +msgstr "" + +#: application/views/dashboard/index.php:13 +msgid "Gridsquare" +msgstr "" + +#: application/views/dashboard/index.php:14 +msgid "Distance" +msgstr "" + +#: application/views/dashboard/index.php:15 +#: application/views/awards/cq/index.php:72 +msgid "Band" +msgstr "" + +#: application/views/dashboard/index.php:16 +msgid "Frequency" +msgstr "" + +#: application/views/dashboard/index.php:17 +msgid "Operator" +msgstr "" + +#: application/views/dashboard/index.php:18 +msgid "Name" +msgstr "" + +#: application/views/dashboard/index.php:28 +msgid "Deleted DXCC" +msgstr "" + +#: application/views/dashboard/index.php:57 +msgid "" +"You need to upgrade your PHP version. Minimum version is 7.4. Your version is" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgctxt "Dashboard Warning" +msgid "You need to update country files! Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:63 +msgid "Update Country Files" +msgstr "" + +#: application/views/dashboard/index.php:69 +msgctxt "Dashboard Warning" +msgid "You have no station locations. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:69 +#: application/views/dashboard/index.php:75 +msgid "Stationsetup" +msgstr "" + +#: application/views/dashboard/index.php:75 +msgctxt "Dashboard Warning" +msgid "You have no station logbook. Go here to do it:" +msgstr "" + +#: application/views/dashboard/index.php:82 +#, php-format +msgid "You have had %d QSO today" +msgid_plural "You have had %d QSOs today" +msgstr[0] "" + +#: application/views/dashboard/index.php:86 +#: application/views/dashboard/index.php:130 +#: application/views/dashboard/index.php:136 +msgid "Important" +msgstr "" + +#: application/views/dashboard/index.php:86 +msgid "You have made no QSOs today; time to turn on the radio!" +msgstr "" + +#: application/views/dashboard/index.php:93 +msgid "Attention: you need to set an active station location." +msgstr "" + +#: application/views/dashboard/index.php:109 +#: application/views/dashboard/index.php:110 +msgid "Apple" +msgid_plural "Apples" +msgstr[0] "" + +#: application/views/dashboard/index.php:111 +#: application/views/dashboard/index.php:164 +msgid "Callsign" +msgstr "" + +#: application/views/dashboard/index.php:112 +#, php-format +msgid "For more information, %s." +msgstr "" + +#: application/views/dashboard/index.php:112 +msgid "Click here" +msgstr "" + +#: application/views/dashboard/index.php:113 +#, php-format +msgid "You have eaten %d Banana today." +msgid_plural "You have eaten %d Bananas today." +msgstr[0] "" + +#: application/views/dashboard/index.php:121 +msgid "" +"You have themes without defined theme mode. Please ask the admin to edit the " +"themes." +msgstr "" + +#: application/views/dashboard/index.php:130 +msgid "At least one of your LoTW certificates is expired!" +msgstr "" + +#: application/views/dashboard/index.php:136 +msgid "At least one of your LoTW certificates is about to expire!" +msgstr "" + +#: application/views/dashboard/index.php:159 +msgid "Date" +msgstr "" + +#: application/views/dashboard/index.php:162 +msgid "Time" +msgstr "" + +#: application/views/dashboard/index.php:225 +msgid "QSOs Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:229 +msgid "Total" +msgstr "" + +#: application/views/dashboard/index.php:234 +msgid "Year" +msgstr "" + +#: application/views/dashboard/index.php:239 +msgid "Month" +msgstr "" + +#: application/views/dashboard/index.php:248 +msgid "Countries Breakdown" +msgstr "" + +#: application/views/dashboard/index.php:252 +#: application/views/dashboard/index.php:368 +msgid "Worked" +msgstr "" + +#: application/views/dashboard/index.php:256 +#: application/views/dashboard/index.php:374 +msgid "Confirmed" +msgstr "" + +#: application/views/dashboard/index.php:265 +msgid "Needed" +msgstr "" + +#: application/views/dashboard/index.php:273 +msgid "QSL Cards" +msgstr "" + +#: application/views/dashboard/index.php:274 +#: application/views/dashboard/index.php:301 +#: application/views/dashboard/index.php:322 +#: application/views/dashboard/index.php:343 +msgid "Today" +msgstr "" + +#: application/views/dashboard/index.php:278 +#: application/views/dashboard/index.php:305 +#: application/views/dashboard/index.php:326 +#: application/views/dashboard/index.php:347 +msgid "Sent" +msgstr "" + +#: application/views/dashboard/index.php:284 +#: application/views/dashboard/index.php:311 +#: application/views/dashboard/index.php:332 +#: application/views/dashboard/index.php:353 +msgid "Received" +msgstr "" + +#: application/views/dashboard/index.php:290 +msgid "Requested" +msgstr "" + +#: application/views/dashboard/index.php:300 +msgctxt "Probably no translation needed as this is a name." +msgid "Logbook of the World" +msgstr "" + +#: application/views/dashboard/index.php:321 +msgid "eQSL Cards" +msgstr "" + +#: application/views/awards/cq/index.php:50 +msgid "QSL Type" +msgstr ""