From 3d1d911e8b89ed958d8e7677e8c11872a11def26 Mon Sep 17 00:00:00 2001 From: int2001 Date: Mon, 8 Dec 2025 06:10:39 +0000 Subject: [PATCH 1/4] Show stationlist of ClubMembers --- application/controllers/Stationsetup.php | 2 ++ application/views/interface_assets/header.php | 2 ++ application/views/stationsetup/locationlist.php | 2 ++ 3 files changed, 6 insertions(+) diff --git a/application/controllers/Stationsetup.php b/application/controllers/Stationsetup.php index 89f555e83..9b7456365 100644 --- a/application/controllers/Stationsetup.php +++ b/application/controllers/Stationsetup.php @@ -12,6 +12,7 @@ class Stationsetup extends CI_Controller { $this->load->helper(array('form', 'url')); $this->load->model('user_model'); + if (($this->router->method == 'list_locations') && $this->user_model->authorize(2) && ((clubaccess_check(3) || clubaccess_check(6)))) { return; } // Allow Clubmembers and Clubmembers ADIF to access list_locations if(!$this->user_model->authorize(2) || !clubaccess_check(9)) { $this->session->set_flashdata('error', __("You're not allowed to do that!")); redirect('dashboard'); } } @@ -524,6 +525,7 @@ class Stationsetup extends CI_Controller { $this->load->model('stationsetup_model'); $data['locations'] = $this->stationsetup_model->list_all_locations(); $data['page_title'] = __("Station location list"); + $data['cd_p_level'] = ($this->session->userdata('cd_p_level') ?? 0); $this->load->view('interface_assets/header', $data); $this->load->view('stationsetup/locationlist'); $this->load->view('interface_assets/footer'); diff --git a/application/views/interface_assets/header.php b/application/views/interface_assets/header.php index b92790ea1..82ce0be81 100644 --- a/application/views/interface_assets/header.php +++ b/application/views/interface_assets/header.php @@ -470,6 +470,8 @@ + +
  • diff --git a/application/views/stationsetup/locationlist.php b/application/views/stationsetup/locationlist.php index c003820a4..b248f66e2 100644 --- a/application/views/stationsetup/locationlist.php +++ b/application/views/stationsetup/locationlist.php @@ -116,6 +116,7 @@ $(node).removeClass('dt-button').addClass('btn btn-primary'); } }, + { text: 'Import Locations', className: 'mb-1 btn btn-sm btn-primary', @@ -158,6 +159,7 @@ $(node).removeClass('dt-button').addClass('btn btn-primary'); } } + ] }); From 250aa1b8b422584618713951ea7b59a29a85f63f Mon Sep 17 00:00:00 2001 From: int2001 Date: Mon, 8 Dec 2025 08:22:01 +0000 Subject: [PATCH 2/4] No Edit-Link for member/adif-member --- application/views/stationsetup/locationlist.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application/views/stationsetup/locationlist.php b/application/views/stationsetup/locationlist.php index b248f66e2..5a90886bc 100644 --- a/application/views/stationsetup/locationlist.php +++ b/application/views/stationsetup/locationlist.php @@ -45,7 +45,11 @@ station_id; ?> station_active ? 'Yes' : 'No' ?> qso_total; ?> + station_id; ?>">station_profile_name; ?> + + station_profile_name; ?> + station_callsign; ?> station_gridsquare; ?> station_city; ?> From 9beec8409943def65bbcfdbf163eeb88385f27db Mon Sep 17 00:00:00 2001 From: int2001 Date: Mon, 8 Dec 2025 09:39:08 +0000 Subject: [PATCH 3/4] Restrict access to statio-controler (except function stationProfileCoords) --- application/controllers/Station.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/application/controllers/Station.php b/application/controllers/Station.php index 16e1bc2e8..e65d47387 100644 --- a/application/controllers/Station.php +++ b/application/controllers/Station.php @@ -7,15 +7,15 @@ class Station extends CI_Controller { - function __construct() - { + function __construct() { parent::__construct(); $this->load->helper(array('form', 'url')); $this->load->model('user_model'); - if (!$this->user_model->authorize(2)) { - $this->session->set_flashdata('error', __("You're not allowed to do that!")); - redirect('dashboard'); + if (($this->router->method == 'stationProfileCoords') && $this->user_model->authorize(2) && ((clubaccess_check(3) || clubaccess_check(6)))) { return; } // Allow Clubmembers and Clubmembers ADIF to access list_locations + if (!$this->user_model->authorize(2) || !clubaccess_check(9)) { + $this->session->set_flashdata('error', __("You're not allowed to do that!")); + redirect('dashboard'); } } From 7c1d2e840c11c5a05cf8841ed7e18e8ce63f7dc6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 8 Dec 2025 10:52:16 +0000 Subject: [PATCH 4/4] po/mo updates --- .../locale/bg_BG/LC_MESSAGES/messages.po | 147 ++++++++--------- application/locale/bs/LC_MESSAGES/messages.po | 147 ++++++++--------- .../locale/cnr/LC_MESSAGES/messages.po | 147 ++++++++--------- .../locale/cs_CZ/LC_MESSAGES/messages.po | 147 ++++++++--------- .../locale/de_DE/LC_MESSAGES/messages.po | 151 +++++++++--------- .../locale/el_GR/LC_MESSAGES/messages.po | 147 ++++++++--------- .../locale/es_ES/LC_MESSAGES/messages.po | 147 ++++++++--------- application/locale/et/LC_MESSAGES/messages.po | 147 ++++++++--------- .../locale/fi_FI/LC_MESSAGES/messages.po | 147 ++++++++--------- .../locale/fr_FR/LC_MESSAGES/messages.po | 147 ++++++++--------- application/locale/hr/LC_MESSAGES/messages.po | 147 ++++++++--------- application/locale/hu/LC_MESSAGES/messages.po | 147 ++++++++--------- application/locale/hy/LC_MESSAGES/messages.po | 147 ++++++++--------- .../locale/it_IT/LC_MESSAGES/messages.po | 147 ++++++++--------- application/locale/ja/LC_MESSAGES/messages.po | 147 ++++++++--------- application/locale/lt/LC_MESSAGES/messages.po | 147 ++++++++--------- application/locale/lv/LC_MESSAGES/messages.po | 147 ++++++++--------- .../locale/nl_NL/LC_MESSAGES/messages.po | 147 ++++++++--------- .../locale/pl_PL/LC_MESSAGES/messages.po | 147 ++++++++--------- .../locale/pt_PT/LC_MESSAGES/messages.po | 147 ++++++++--------- .../locale/ru_RU/LC_MESSAGES/messages.po | 147 ++++++++--------- application/locale/sk/LC_MESSAGES/messages.po | 147 ++++++++--------- application/locale/sl/LC_MESSAGES/messages.po | 147 ++++++++--------- application/locale/sq/LC_MESSAGES/messages.po | 147 ++++++++--------- application/locale/sr/LC_MESSAGES/messages.po | 147 ++++++++--------- .../locale/sv_SE/LC_MESSAGES/messages.po | 147 ++++++++--------- .../locale/tr_TR/LC_MESSAGES/messages.po | 147 ++++++++--------- .../locale/zh_CN/LC_MESSAGES/messages.po | 147 ++++++++--------- assets/lang_src/messages.pot | 147 ++++++++--------- 29 files changed, 2148 insertions(+), 2119 deletions(-) diff --git a/application/locale/bg_BG/LC_MESSAGES/messages.po b/application/locale/bg_BG/LC_MESSAGES/messages.po index ad6f412d7..be1a7ea04 100644 --- a/application/locale/bg_BG/LC_MESSAGES/messages.po +++ b/application/locale/bg_BG/LC_MESSAGES/messages.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2025-12-07 14:55+0000\n" +"POT-Creation-Date: 2025-12-08 10:52+0000\n" "PO-Revision-Date: 2024-11-01 08:53+0000\n" "Last-Translator: Plamen Panteleev \n" "Language-Team: Bulgarian \n" "Language-Team: Bosnian \n" "Language-Team: Montenegrin \n" "Language-Team: Czech \n" -"Language-Team: German \n" +"Language-Team: German \n" "Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -125,7 +125,7 @@ msgstr "" #: application/controllers/Search.php:12 #: application/controllers/Simplefle.php:7 #: application/controllers/Station.php:17 -#: application/controllers/Stationsetup.php:15 +#: application/controllers/Stationsetup.php:16 #: application/controllers/Themes.php:17 #: application/controllers/Timeline.php:10 #: application/controllers/Timeplotter.php:11 @@ -230,7 +230,7 @@ msgid "date incorrect" msgstr "ungültiges Datum" #: application/controllers/Adif.php:283 -#: application/views/interface_assets/header.php:474 +#: application/views/interface_assets/header.php:476 msgid "ADIF Import / Export" msgstr "ADIF Import/Export" @@ -902,7 +902,7 @@ msgid "Not running" msgstr "Läuft nicht" #: application/controllers/Csv.php:20 application/views/csv/index.php:3 -#: application/views/interface_assets/header.php:483 +#: application/views/interface_assets/header.php:485 msgid "SOTA CSV Export" msgstr "SOTA CSV-Export" @@ -1028,7 +1028,7 @@ msgid "and propagation" msgstr "und Ausbreitungsart" #: application/controllers/Dxatlas.php:19 -#: application/views/interface_assets/header.php:481 +#: application/views/interface_assets/header.php:483 msgid "DX Atlas Gridsquare Export" msgstr "DX-Atlas Locator-Export" @@ -1127,7 +1127,7 @@ msgid "No QSOs found to upload." msgstr "Keine QSOs zum hochladen gefunden." #: application/controllers/Kmlexport.php:24 -#: application/views/interface_assets/header.php:479 +#: application/views/interface_assets/header.php:481 #: application/views/kml/index.php:3 msgid "KML Export" msgstr "KML-Export" @@ -1839,7 +1839,7 @@ msgid "Operator" msgstr "Operator" #: application/controllers/Logbook.php:1395 -#: application/controllers/Stationsetup.php:423 +#: application/controllers/Stationsetup.php:424 #: application/views/awards/dxcc/index.php:83 #: application/views/awards/dxcc/index.php:291 #: application/views/awards/wae/index.php:175 @@ -1856,7 +1856,7 @@ msgstr "Operator" #: application/views/station_profile/edit.php:109 #: application/views/stationsetup/linkedlocations.php:17 #: application/views/stationsetup/linkedlocations.php:45 -#: application/views/stationsetup/locationlist.php:54 +#: application/views/stationsetup/locationlist.php:58 #: application/views/stationsetup/stationsetup.php:156 #: application/views/timeline/index.php:216 #: application/views/timeplotter/index.php:33 @@ -1878,7 +1878,7 @@ msgstr "Schnellsuche" #: application/controllers/Lotw.php:64 application/controllers/Lotw.php:96 #: application/controllers/Lotw.php:136 application/views/adif/import.php:42 #: application/views/dcl_views/upload_cert.php:3 -#: application/views/interface_assets/header.php:514 +#: application/views/interface_assets/header.php:516 #: application/views/lotw/import.php:3 application/views/lotw_views/index.php:9 #: application/views/lotw_views/upload_cert.php:3 #: application/views/user/edit.php:880 application/views/visitor/index.php:328 @@ -2209,7 +2209,7 @@ msgid "Invalid Station ID" msgstr "Ungültige Stations-ID" #: application/controllers/Oqrs.php:163 -#: application/views/interface_assets/header.php:504 +#: application/views/interface_assets/header.php:506 msgid "OQRS Requests" msgstr "OQRS-Anforderungen" @@ -2266,7 +2266,7 @@ msgstr "" "westlich von Greenwich." #: application/controllers/Qrz.php:204 -#: application/views/interface_assets/header.php:517 +#: application/views/interface_assets/header.php:519 msgid "QRZ Logbook" msgstr "QRZ-Logbuch" @@ -2314,7 +2314,7 @@ msgid "No callsign provided." msgstr "Kein Rufzeichen angegeben." #: application/controllers/Radio.php:17 -#: application/views/interface_assets/header.php:531 +#: application/views/interface_assets/header.php:533 msgid "Hardware Interfaces" msgstr "Hardware-Schnittstellen" @@ -2361,7 +2361,7 @@ msgid "Default (click to release)" msgstr "Standardgerät (klicken zum freigeben)" #: application/controllers/Radio.php:115 -#: application/controllers/Stationsetup.php:401 +#: application/controllers/Stationsetup.php:402 #: application/views/api/index.php:74 application/views/bands/bandedges.php:32 #: application/views/club/permissions.php:274 #: application/views/contesting/add.php:59 application/views/cron/index.php:71 @@ -2380,7 +2380,7 @@ msgid "Edit" msgstr "Bearbeiten" #: application/controllers/Radio.php:116 -#: application/controllers/Stationsetup.php:414 +#: application/controllers/Stationsetup.php:415 #: application/views/api/index.php:81 application/views/bands/bandedges.php:33 #: application/views/club/permissions.php:331 #: application/views/club/permissions.php:353 @@ -2552,7 +2552,7 @@ msgid "Empty Logbook" msgstr "Leeres Logbuch" #: application/controllers/Station.php:38 -#: application/controllers/Stationsetup.php:251 +#: application/controllers/Stationsetup.php:252 msgid "Create Station Location" msgstr "Erstelle Stationsstandort" @@ -2585,54 +2585,55 @@ msgstr "Doppelter Stationsstandort:" msgid "Please check value for grid locator (%s)" msgstr "Bitte den Wert für den Locator (%s) überprüfen" -#: application/controllers/Stationsetup.php:60 +#: application/controllers/Stationsetup.php:61 #: application/views/interface_assets/header.php:441 -#: application/views/interface_assets/header.php:594 +#: application/views/interface_assets/header.php:474 +#: application/views/interface_assets/header.php:596 msgid "Station Setup" msgstr "Stationssetup" -#: application/controllers/Stationsetup.php:75 -#: application/controllers/Stationsetup.php:93 -#: application/controllers/Stationsetup.php:437 -#: application/controllers/Stationsetup.php:451 +#: application/controllers/Stationsetup.php:76 +#: application/controllers/Stationsetup.php:94 +#: application/controllers/Stationsetup.php:438 +#: application/controllers/Stationsetup.php:452 msgid "Not allowed" msgstr "Nicht erlaubt" -#: application/controllers/Stationsetup.php:97 -#: application/controllers/Stationsetup.php:111 -#: application/controllers/Stationsetup.php:130 -#: application/controllers/Stationsetup.php:143 -#: application/controllers/Stationsetup.php:156 -#: application/controllers/Stationsetup.php:177 -#: application/controllers/Stationsetup.php:478 +#: application/controllers/Stationsetup.php:98 +#: application/controllers/Stationsetup.php:112 +#: application/controllers/Stationsetup.php:131 +#: application/controllers/Stationsetup.php:144 +#: application/controllers/Stationsetup.php:157 +#: application/controllers/Stationsetup.php:178 +#: application/controllers/Stationsetup.php:479 #: application/views/qso/index.php:745 application/views/simplefle/index.php:39 #: application/views/widgets/on_air.php:181 #: application/views/widgets/on_air.php:243 msgid "Error" msgstr "Fehler" -#: application/controllers/Stationsetup.php:184 +#: application/controllers/Stationsetup.php:185 #: application/views/stationsetup/stationsetup.php:25 msgid "Create Station Logbook" msgstr "Erstelle Stationslogbuch" -#: application/controllers/Stationsetup.php:191 +#: application/controllers/Stationsetup.php:192 msgid "Edit container name" msgstr "Bearbeite Containernamen" -#: application/controllers/Stationsetup.php:206 +#: application/controllers/Stationsetup.php:207 msgid "Edit linked locations" msgstr "Verlinkte Stationsstandorte bearbeiten" -#: application/controllers/Stationsetup.php:215 +#: application/controllers/Stationsetup.php:216 msgid "Edit visitor site" msgstr "Besucherseite bearbeiten" -#: application/controllers/Stationsetup.php:237 +#: application/controllers/Stationsetup.php:238 msgid "Error. Link is already in use!" msgstr "Fehler. Link existiert bereits!" -#: application/controllers/Stationsetup.php:278 +#: application/controllers/Stationsetup.php:279 #: application/views/options/appearance.php:57 #: application/views/options/appearance.php:64 #: application/views/options/appearance.php:73 @@ -2650,19 +2651,19 @@ msgstr "Fehler. Link existiert bereits!" msgid "Disabled" msgstr "Ausgeschaltet" -#: application/controllers/Stationsetup.php:286 +#: application/controllers/Stationsetup.php:287 #: application/views/stationsetup/stationsetup.php:47 msgid "Set as Active Logbook" msgstr "Setze als aktives Logbuch" -#: application/controllers/Stationsetup.php:288 -#: application/views/interface_assets/header.php:592 +#: application/controllers/Stationsetup.php:289 +#: application/views/interface_assets/header.php:594 #: application/views/stationsetup/stationsetup.php:49 #: application/views/view_log/index.php:4 msgid "Active Logbook" msgstr "Aktives Logbuch" -#: application/controllers/Stationsetup.php:295 +#: application/controllers/Stationsetup.php:296 #: application/views/stationsetup/stationsetup.php:58 #, php-format msgid "" @@ -2672,16 +2673,16 @@ msgstr "" "Bist du sicher, dass du das Stationslogbuch %s löschen möchtest? Du musst " "alle hier verknüpften Standorte mit einem anderen Logbuch verknüpfen." -#: application/controllers/Stationsetup.php:305 +#: application/controllers/Stationsetup.php:306 #: application/views/stationsetup/stationsetup.php:68 msgid "View Public Page for Logbook: " msgstr "Zeige die öffentl. Seite für das Logbuch: " -#: application/controllers/Stationsetup.php:306 +#: application/controllers/Stationsetup.php:307 msgid "Are you sure you want to delete the public slug?" msgstr "Bist Du Dir sicher die Kurz-URL zu löschen?" -#: application/controllers/Stationsetup.php:391 +#: application/controllers/Stationsetup.php:392 #: application/views/stationsetup/stationsetup.php:161 #, php-format msgid "" @@ -2690,17 +2691,17 @@ msgstr "" "Bist du sicher, dass du das Stationsprofil %s als aktive Station festlegen " "möchtest?" -#: application/controllers/Stationsetup.php:391 +#: application/controllers/Stationsetup.php:392 #: application/views/stationsetup/stationsetup.php:161 msgid "Set Active" msgstr "Aktivieren" -#: application/controllers/Stationsetup.php:393 +#: application/controllers/Stationsetup.php:394 #: application/views/stationsetup/stationsetup.php:163 msgid "Active Station" msgstr "Aktive Station" -#: application/controllers/Stationsetup.php:396 +#: application/controllers/Stationsetup.php:397 #: application/views/interface_assets/header.php:131 #: application/views/qso/edit_ajax.php:34 application/views/qso/index.php:86 #: application/views/simplefle/index.php:28 @@ -2710,26 +2711,26 @@ msgstr "Aktive Station" msgid "QSO" msgstr "QSO" -#: application/controllers/Stationsetup.php:405 +#: application/controllers/Stationsetup.php:406 #: application/views/stationsetup/stationsetup.php:192 msgid "Are you sure you want to delete all QSOs within this station profile?" msgstr "" "Bist du sicher, dass du alle QSOs an diesem Stationsstandort löschen " "möchtest?" -#: application/controllers/Stationsetup.php:405 +#: application/controllers/Stationsetup.php:406 #: application/views/stationsetup/stationsetup.php:142 #: application/views/stationsetup/stationsetup.php:194 msgid "Empty Log" msgstr "Lösche Log" -#: application/controllers/Stationsetup.php:409 +#: application/controllers/Stationsetup.php:410 #: application/views/stationsetup/stationsetup.php:135 #: application/views/stationsetup/stationsetup.php:175 msgid "Copy" msgstr "Kopieren" -#: application/controllers/Stationsetup.php:414 +#: application/controllers/Stationsetup.php:415 #: application/views/stationsetup/stationsetup.php:198 #, php-format msgid "" @@ -2739,7 +2740,7 @@ msgstr "" "Stationsstandort '%s' wirklich löschen? Alle QSOs in dem Profil werden " "mitgelöscht." -#: application/controllers/Stationsetup.php:421 +#: application/controllers/Stationsetup.php:422 #: application/views/qso/edit_ajax.php:236 #: application/views/station_profile/create.php:75 #: application/views/station_profile/edit.php:103 @@ -2748,11 +2749,11 @@ msgstr "" msgid "Please select one" msgstr "Bitte wähle eines" -#: application/controllers/Stationsetup.php:504 +#: application/controllers/Stationsetup.php:505 msgid "Edit Export Map options" msgstr "Bearbeite Export-Karte Optionen" -#: application/controllers/Stationsetup.php:526 +#: application/controllers/Stationsetup.php:527 msgid "Station location list" msgstr "Stationsstandorte-Liste" @@ -3242,7 +3243,7 @@ msgstr "Karte exportieren" #: application/controllers/Webadif.php:95 #: application/controllers/Webadif.php:142 -#: application/views/interface_assets/header.php:518 +#: application/views/interface_assets/header.php:520 msgid "QO-100 Dx Club Upload" msgstr "QO-100 DX Club Upload" @@ -5079,7 +5080,7 @@ msgid "Save" msgstr "Speichern" #: application/views/api/index.php:8 -#: application/views/interface_assets/header.php:530 +#: application/views/interface_assets/header.php:532 msgid "API Keys" msgstr "API-Schlüssel" @@ -9340,7 +9341,7 @@ msgstr "ADIF-Name" #: application/views/contesting/add.php:44 #: application/views/contesting/edit.php:43 #: application/views/contesting/edit.php:46 -#: application/views/interface_assets/header.php:572 +#: application/views/interface_assets/header.php:574 #: application/views/mode/create.php:46 application/views/mode/create.php:48 #: application/views/mode/edit.php:57 application/views/mode/edit.php:60 #: application/views/mode/index.php:8 application/views/mode/index.php:55 @@ -11692,7 +11693,7 @@ msgstr "" "Einrichtungshinweise." #: application/views/interface_assets/footer.php:223 -#: application/views/interface_assets/header.php:533 +#: application/views/interface_assets/header.php:535 #: application/views/options/sidebar.php:10 msgid "Version Info" msgstr "Versionsinfo" @@ -12083,80 +12084,80 @@ msgstr "Verwalte %s" msgid "No Clubstations available" msgstr "Keine Clubstationen verfügbar" -#: application/views/interface_assets/header.php:477 +#: application/views/interface_assets/header.php:479 msgid "Other Export Options" msgstr "Andere Export-Optionen" -#: application/views/interface_assets/header.php:485 +#: application/views/interface_assets/header.php:487 msgid "Cabrillo Export" msgstr "Cabrillo Export" -#: application/views/interface_assets/header.php:487 +#: application/views/interface_assets/header.php:489 msgid "EDI Export" msgstr "EDI Export" -#: application/views/interface_assets/header.php:509 +#: application/views/interface_assets/header.php:511 msgid "QSL Queue" msgstr "QSL-Warteschlange" -#: application/views/interface_assets/header.php:510 +#: application/views/interface_assets/header.php:512 msgid "Labels" msgstr "Etiketten" -#: application/views/interface_assets/header.php:512 +#: application/views/interface_assets/header.php:514 msgid "Third-Party Services" msgstr "Drittanbieter-Dienste" -#: application/views/interface_assets/header.php:515 +#: application/views/interface_assets/header.php:517 msgid "eQSL Import / Export" msgstr "eQSL Import/Export" -#: application/views/interface_assets/header.php:516 +#: application/views/interface_assets/header.php:518 msgid "HRDLog Logbook" msgstr "HRDLog Logbuch" -#: application/views/interface_assets/header.php:519 +#: application/views/interface_assets/header.php:521 msgid "Clublog Import / Export" msgstr "Clublog Import/Export" -#: application/views/interface_assets/header.php:522 +#: application/views/interface_assets/header.php:524 msgid "DCL Export" msgstr "DCL Export" -#: application/views/interface_assets/header.php:534 +#: application/views/interface_assets/header.php:536 #: application/views/logbookadvanced/index.php:831 msgid "Help" msgstr "Hilfe" -#: application/views/interface_assets/header.php:535 +#: application/views/interface_assets/header.php:537 msgid "Forum" msgstr "Forum" -#: application/views/interface_assets/header.php:539 +#: application/views/interface_assets/header.php:541 #, php-format msgid "Stop impersonate and switch back to %s" msgstr "Stoppe zu imitieren und wechsle zurück zu %s" -#: application/views/interface_assets/header.php:540 +#: application/views/interface_assets/header.php:542 #, php-format msgid "Switch back to %s" msgstr "Wechsle zurück zu %s" -#: application/views/interface_assets/header.php:544 +#: application/views/interface_assets/header.php:546 msgid "Logout" msgstr "Ausloggen" -#: application/views/interface_assets/header.php:552 +#: application/views/interface_assets/header.php:554 msgid "Select a Location" msgstr "Wähle einen Stationsstandort" -#: application/views/interface_assets/header.php:594 +#: application/views/interface_assets/header.php:596 msgid "You miss station-locations here? Go to stationsetup and fav them" msgstr "" "Du vermisst Stationsstandorte hier? Geh ins Stationssetup und markiere sie " "als Favoriten" -#: application/views/interface_assets/header.php:631 +#: application/views/interface_assets/header.php:633 msgid "Extras" msgstr "Extras" diff --git a/application/locale/el_GR/LC_MESSAGES/messages.po b/application/locale/el_GR/LC_MESSAGES/messages.po index 489998246..c7530c40c 100644 --- a/application/locale/el_GR/LC_MESSAGES/messages.po +++ b/application/locale/el_GR/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2025-12-07 14:55+0000\n" +"POT-Creation-Date: 2025-12-08 10:52+0000\n" "PO-Revision-Date: 2025-08-19 17:14+0000\n" "Last-Translator: Fabian Berg \n" "Language-Team: Greek \n" "Language-Team: Spanish \n" "Language-Team: Estonian \n" "Language-Team: Finnish \n" "Language-Team: French \n" "Language-Team: Croatian \n" "Language-Team: Hungarian \n" "Language-Team: Armenian \n" "Language-Team: Italian \n" "Language-Team: Japanese \n" "Language-Team: Lithuanian \n" "Language-Team: Latvian \n" "Language-Team: Dutch \n" "Language-Team: Polish \n" "Language-Team: Portuguese (Portugal) \n" "Language-Team: Russian \n" "Language-Team: Slovak \n" "Language-Team: Albanian \n" "Language-Team: Serbian \n" "Language-Team: Swedish \n" "Language-Team: Turkish \n" "Language-Team: Chinese (Simplified Han script) \n" "Language-Team: LANGUAGE \n" @@ -103,7 +103,7 @@ msgstr "" #: application/controllers/Search.php:12 #: application/controllers/Simplefle.php:7 #: application/controllers/Station.php:17 -#: application/controllers/Stationsetup.php:15 +#: application/controllers/Stationsetup.php:16 #: application/controllers/Themes.php:17 #: application/controllers/Timeline.php:10 #: application/controllers/Timeplotter.php:11 @@ -208,7 +208,7 @@ msgid "date incorrect" msgstr "" #: application/controllers/Adif.php:283 -#: application/views/interface_assets/header.php:474 +#: application/views/interface_assets/header.php:476 msgid "ADIF Import / Export" msgstr "" @@ -872,7 +872,7 @@ msgid "Not running" msgstr "" #: application/controllers/Csv.php:20 application/views/csv/index.php:3 -#: application/views/interface_assets/header.php:483 +#: application/views/interface_assets/header.php:485 msgid "SOTA CSV Export" msgstr "" @@ -995,7 +995,7 @@ msgid "and propagation" msgstr "" #: application/controllers/Dxatlas.php:19 -#: application/views/interface_assets/header.php:481 +#: application/views/interface_assets/header.php:483 msgid "DX Atlas Gridsquare Export" msgstr "" @@ -1094,7 +1094,7 @@ msgid "No QSOs found to upload." msgstr "" #: application/controllers/Kmlexport.php:24 -#: application/views/interface_assets/header.php:479 +#: application/views/interface_assets/header.php:481 #: application/views/kml/index.php:3 msgid "KML Export" msgstr "" @@ -1800,7 +1800,7 @@ msgid "Operator" msgstr "" #: application/controllers/Logbook.php:1395 -#: application/controllers/Stationsetup.php:423 +#: application/controllers/Stationsetup.php:424 #: application/views/awards/dxcc/index.php:83 #: application/views/awards/dxcc/index.php:291 #: application/views/awards/wae/index.php:175 @@ -1817,7 +1817,7 @@ msgstr "" #: application/views/station_profile/edit.php:109 #: application/views/stationsetup/linkedlocations.php:17 #: application/views/stationsetup/linkedlocations.php:45 -#: application/views/stationsetup/locationlist.php:54 +#: application/views/stationsetup/locationlist.php:58 #: application/views/stationsetup/stationsetup.php:156 #: application/views/timeline/index.php:216 #: application/views/timeplotter/index.php:33 @@ -1839,7 +1839,7 @@ msgstr "" #: application/controllers/Lotw.php:64 application/controllers/Lotw.php:96 #: application/controllers/Lotw.php:136 application/views/adif/import.php:42 #: application/views/dcl_views/upload_cert.php:3 -#: application/views/interface_assets/header.php:514 +#: application/views/interface_assets/header.php:516 #: application/views/lotw/import.php:3 application/views/lotw_views/index.php:9 #: application/views/lotw_views/upload_cert.php:3 #: application/views/user/edit.php:880 application/views/visitor/index.php:328 @@ -2159,7 +2159,7 @@ msgid "Invalid Station ID" msgstr "" #: application/controllers/Oqrs.php:163 -#: application/views/interface_assets/header.php:504 +#: application/views/interface_assets/header.php:506 msgid "OQRS Requests" msgstr "" @@ -2214,7 +2214,7 @@ msgid "" msgstr "" #: application/controllers/Qrz.php:204 -#: application/views/interface_assets/header.php:517 +#: application/views/interface_assets/header.php:519 msgid "QRZ Logbook" msgstr "" @@ -2262,7 +2262,7 @@ msgid "No callsign provided." msgstr "" #: application/controllers/Radio.php:17 -#: application/views/interface_assets/header.php:531 +#: application/views/interface_assets/header.php:533 msgid "Hardware Interfaces" msgstr "" @@ -2309,7 +2309,7 @@ msgid "Default (click to release)" msgstr "" #: application/controllers/Radio.php:115 -#: application/controllers/Stationsetup.php:401 +#: application/controllers/Stationsetup.php:402 #: application/views/api/index.php:74 application/views/bands/bandedges.php:32 #: application/views/club/permissions.php:274 #: application/views/contesting/add.php:59 application/views/cron/index.php:71 @@ -2328,7 +2328,7 @@ msgid "Edit" msgstr "" #: application/controllers/Radio.php:116 -#: application/controllers/Stationsetup.php:414 +#: application/controllers/Stationsetup.php:415 #: application/views/api/index.php:81 application/views/bands/bandedges.php:33 #: application/views/club/permissions.php:331 #: application/views/club/permissions.php:353 @@ -2498,7 +2498,7 @@ msgid "Empty Logbook" msgstr "" #: application/controllers/Station.php:38 -#: application/controllers/Stationsetup.php:251 +#: application/controllers/Stationsetup.php:252 msgid "Create Station Location" msgstr "" @@ -2531,54 +2531,55 @@ msgstr "" msgid "Please check value for grid locator (%s)" msgstr "" -#: application/controllers/Stationsetup.php:60 +#: application/controllers/Stationsetup.php:61 #: application/views/interface_assets/header.php:441 -#: application/views/interface_assets/header.php:594 +#: application/views/interface_assets/header.php:474 +#: application/views/interface_assets/header.php:596 msgid "Station Setup" msgstr "" -#: application/controllers/Stationsetup.php:75 -#: application/controllers/Stationsetup.php:93 -#: application/controllers/Stationsetup.php:437 -#: application/controllers/Stationsetup.php:451 +#: application/controllers/Stationsetup.php:76 +#: application/controllers/Stationsetup.php:94 +#: application/controllers/Stationsetup.php:438 +#: application/controllers/Stationsetup.php:452 msgid "Not allowed" msgstr "" -#: application/controllers/Stationsetup.php:97 -#: application/controllers/Stationsetup.php:111 -#: application/controllers/Stationsetup.php:130 -#: application/controllers/Stationsetup.php:143 -#: application/controllers/Stationsetup.php:156 -#: application/controllers/Stationsetup.php:177 -#: application/controllers/Stationsetup.php:478 +#: application/controllers/Stationsetup.php:98 +#: application/controllers/Stationsetup.php:112 +#: application/controllers/Stationsetup.php:131 +#: application/controllers/Stationsetup.php:144 +#: application/controllers/Stationsetup.php:157 +#: application/controllers/Stationsetup.php:178 +#: application/controllers/Stationsetup.php:479 #: application/views/qso/index.php:745 application/views/simplefle/index.php:39 #: application/views/widgets/on_air.php:181 #: application/views/widgets/on_air.php:243 msgid "Error" msgstr "" -#: application/controllers/Stationsetup.php:184 +#: application/controllers/Stationsetup.php:185 #: application/views/stationsetup/stationsetup.php:25 msgid "Create Station Logbook" msgstr "" -#: application/controllers/Stationsetup.php:191 +#: application/controllers/Stationsetup.php:192 msgid "Edit container name" msgstr "" -#: application/controllers/Stationsetup.php:206 +#: application/controllers/Stationsetup.php:207 msgid "Edit linked locations" msgstr "" -#: application/controllers/Stationsetup.php:215 +#: application/controllers/Stationsetup.php:216 msgid "Edit visitor site" msgstr "" -#: application/controllers/Stationsetup.php:237 +#: application/controllers/Stationsetup.php:238 msgid "Error. Link is already in use!" msgstr "" -#: application/controllers/Stationsetup.php:278 +#: application/controllers/Stationsetup.php:279 #: application/views/options/appearance.php:57 #: application/views/options/appearance.php:64 #: application/views/options/appearance.php:73 @@ -2596,19 +2597,19 @@ msgstr "" msgid "Disabled" msgstr "" -#: application/controllers/Stationsetup.php:286 +#: application/controllers/Stationsetup.php:287 #: application/views/stationsetup/stationsetup.php:47 msgid "Set as Active Logbook" msgstr "" -#: application/controllers/Stationsetup.php:288 -#: application/views/interface_assets/header.php:592 +#: application/controllers/Stationsetup.php:289 +#: application/views/interface_assets/header.php:594 #: application/views/stationsetup/stationsetup.php:49 #: application/views/view_log/index.php:4 msgid "Active Logbook" msgstr "" -#: application/controllers/Stationsetup.php:295 +#: application/controllers/Stationsetup.php:296 #: application/views/stationsetup/stationsetup.php:58 #, php-format msgid "" @@ -2616,33 +2617,33 @@ msgid "" "locations linked here to another logbook." msgstr "" -#: application/controllers/Stationsetup.php:305 +#: application/controllers/Stationsetup.php:306 #: application/views/stationsetup/stationsetup.php:68 msgid "View Public Page for Logbook: " msgstr "" -#: application/controllers/Stationsetup.php:306 +#: application/controllers/Stationsetup.php:307 msgid "Are you sure you want to delete the public slug?" msgstr "" -#: application/controllers/Stationsetup.php:391 +#: application/controllers/Stationsetup.php:392 #: application/views/stationsetup/stationsetup.php:161 #, php-format msgid "" "Are you sure you want to make the station profile %s the active station?" msgstr "" -#: application/controllers/Stationsetup.php:391 +#: application/controllers/Stationsetup.php:392 #: application/views/stationsetup/stationsetup.php:161 msgid "Set Active" msgstr "" -#: application/controllers/Stationsetup.php:393 +#: application/controllers/Stationsetup.php:394 #: application/views/stationsetup/stationsetup.php:163 msgid "Active Station" msgstr "" -#: application/controllers/Stationsetup.php:396 +#: application/controllers/Stationsetup.php:397 #: application/views/interface_assets/header.php:131 #: application/views/qso/edit_ajax.php:34 application/views/qso/index.php:86 #: application/views/simplefle/index.php:28 @@ -2652,24 +2653,24 @@ msgstr "" msgid "QSO" msgstr "" -#: application/controllers/Stationsetup.php:405 +#: application/controllers/Stationsetup.php:406 #: application/views/stationsetup/stationsetup.php:192 msgid "Are you sure you want to delete all QSOs within this station profile?" msgstr "" -#: application/controllers/Stationsetup.php:405 +#: application/controllers/Stationsetup.php:406 #: application/views/stationsetup/stationsetup.php:142 #: application/views/stationsetup/stationsetup.php:194 msgid "Empty Log" msgstr "" -#: application/controllers/Stationsetup.php:409 +#: application/controllers/Stationsetup.php:410 #: application/views/stationsetup/stationsetup.php:135 #: application/views/stationsetup/stationsetup.php:175 msgid "Copy" msgstr "" -#: application/controllers/Stationsetup.php:414 +#: application/controllers/Stationsetup.php:415 #: application/views/stationsetup/stationsetup.php:198 #, php-format msgid "" @@ -2677,7 +2678,7 @@ msgid "" "within this station profile." msgstr "" -#: application/controllers/Stationsetup.php:421 +#: application/controllers/Stationsetup.php:422 #: application/views/qso/edit_ajax.php:236 #: application/views/station_profile/create.php:75 #: application/views/station_profile/edit.php:103 @@ -2686,11 +2687,11 @@ msgstr "" msgid "Please select one" msgstr "" -#: application/controllers/Stationsetup.php:504 +#: application/controllers/Stationsetup.php:505 msgid "Edit Export Map options" msgstr "" -#: application/controllers/Stationsetup.php:526 +#: application/controllers/Stationsetup.php:527 msgid "Station location list" msgstr "" @@ -3152,7 +3153,7 @@ msgstr "" #: application/controllers/Webadif.php:95 #: application/controllers/Webadif.php:142 -#: application/views/interface_assets/header.php:518 +#: application/views/interface_assets/header.php:520 msgid "QO-100 Dx Club Upload" msgstr "" @@ -4906,7 +4907,7 @@ msgid "Save" msgstr "" #: application/views/api/index.php:8 -#: application/views/interface_assets/header.php:530 +#: application/views/interface_assets/header.php:532 msgid "API Keys" msgstr "" @@ -8835,7 +8836,7 @@ msgstr "" #: application/views/contesting/add.php:44 #: application/views/contesting/edit.php:43 #: application/views/contesting/edit.php:46 -#: application/views/interface_assets/header.php:572 +#: application/views/interface_assets/header.php:574 #: application/views/mode/create.php:46 application/views/mode/create.php:48 #: application/views/mode/edit.php:57 application/views/mode/edit.php:60 #: application/views/mode/index.php:8 application/views/mode/index.php:55 @@ -11028,7 +11029,7 @@ msgid "" msgstr "" #: application/views/interface_assets/footer.php:223 -#: application/views/interface_assets/header.php:533 +#: application/views/interface_assets/header.php:535 #: application/views/options/sidebar.php:10 msgid "Version Info" msgstr "" @@ -11410,78 +11411,78 @@ msgstr "" msgid "No Clubstations available" msgstr "" -#: application/views/interface_assets/header.php:477 +#: application/views/interface_assets/header.php:479 msgid "Other Export Options" msgstr "" -#: application/views/interface_assets/header.php:485 +#: application/views/interface_assets/header.php:487 msgid "Cabrillo Export" msgstr "" -#: application/views/interface_assets/header.php:487 +#: application/views/interface_assets/header.php:489 msgid "EDI Export" msgstr "" -#: application/views/interface_assets/header.php:509 +#: application/views/interface_assets/header.php:511 msgid "QSL Queue" msgstr "" -#: application/views/interface_assets/header.php:510 +#: application/views/interface_assets/header.php:512 msgid "Labels" msgstr "" -#: application/views/interface_assets/header.php:512 +#: application/views/interface_assets/header.php:514 msgid "Third-Party Services" msgstr "" -#: application/views/interface_assets/header.php:515 +#: application/views/interface_assets/header.php:517 msgid "eQSL Import / Export" msgstr "" -#: application/views/interface_assets/header.php:516 +#: application/views/interface_assets/header.php:518 msgid "HRDLog Logbook" msgstr "" -#: application/views/interface_assets/header.php:519 +#: application/views/interface_assets/header.php:521 msgid "Clublog Import / Export" msgstr "" -#: application/views/interface_assets/header.php:522 +#: application/views/interface_assets/header.php:524 msgid "DCL Export" msgstr "" -#: application/views/interface_assets/header.php:534 +#: application/views/interface_assets/header.php:536 #: application/views/logbookadvanced/index.php:831 msgid "Help" msgstr "" -#: application/views/interface_assets/header.php:535 +#: application/views/interface_assets/header.php:537 msgid "Forum" msgstr "" -#: application/views/interface_assets/header.php:539 +#: application/views/interface_assets/header.php:541 #, php-format msgid "Stop impersonate and switch back to %s" msgstr "" -#: application/views/interface_assets/header.php:540 +#: application/views/interface_assets/header.php:542 #, php-format msgid "Switch back to %s" msgstr "" -#: application/views/interface_assets/header.php:544 +#: application/views/interface_assets/header.php:546 msgid "Logout" msgstr "" -#: application/views/interface_assets/header.php:552 +#: application/views/interface_assets/header.php:554 msgid "Select a Location" msgstr "" -#: application/views/interface_assets/header.php:594 +#: application/views/interface_assets/header.php:596 msgid "You miss station-locations here? Go to stationsetup and fav them" msgstr "" -#: application/views/interface_assets/header.php:631 +#: application/views/interface_assets/header.php:633 msgid "Extras" msgstr ""