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'); } } 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/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: Italian \n" "Language: it_IT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -124,6 +124,7 @@ msgstr "" #: application/controllers/User_options.php:9 #: application/controllers/Usermode.php:15 #: application/controllers/Webadif.php:91 application/models/Club_model.php:52 +#: application/controllers/Stationsetup.php:16 msgid "You're not allowed to do that!" msgstr "Non ti è permesso farlo!" @@ -215,6 +216,7 @@ msgstr "data incorretta" #: application/controllers/Adif.php:283 #: application/views/interface_assets/header.php:474 +#: application/views/interface_assets/header.php:476 msgid "ADIF Import / Export" msgstr "Importa / Esporta ADIF" @@ -887,6 +889,7 @@ msgstr "Non attivo" #: 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 "Esporta CSV SOTA" @@ -1013,6 +1016,7 @@ msgstr "e propagazione" #: 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 "Esporta Locatore DX Atlas" @@ -1114,6 +1118,7 @@ msgstr "Nessun QSO da caricare." #: application/controllers/Kmlexport.php:24 #: application/views/interface_assets/header.php:479 #: application/views/kml/index.php:3 +#: application/views/interface_assets/header.php:481 msgid "KML Export" msgstr "Esportazione KML" @@ -1850,6 +1855,8 @@ msgstr "Operatore" #: application/views/view_log/partial/log_ajax.php:31 #: application/views/view_log/qso.php:341 #: application/views/view_log/qso.php:694 +#: application/controllers/Stationsetup.php:424 +#: application/views/stationsetup/locationlist.php:58 msgid "Deleted DXCC" msgstr "DXCC eliminati" @@ -1868,6 +1875,7 @@ msgstr "Ricerca rapida" #: 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 +#: application/views/interface_assets/header.php:516 msgid "Logbook of the World" msgstr "Logbook of the World" @@ -2197,6 +2205,7 @@ msgstr "ID di stazione non valido" #: application/controllers/Oqrs.php:163 #: application/views/interface_assets/header.php:504 +#: application/views/interface_assets/header.php:506 msgid "OQRS Requests" msgstr "Richieste OQRS" @@ -2254,6 +2263,7 @@ msgstr "" #: application/controllers/Qrz.php:204 #: application/views/interface_assets/header.php:517 +#: application/views/interface_assets/header.php:519 msgid "QRZ Logbook" msgstr "Registro QRZ" @@ -2302,6 +2312,7 @@ msgstr "Nessun nominativo fornito." #: application/controllers/Radio.php:17 #: application/views/interface_assets/header.php:531 +#: application/views/interface_assets/header.php:533 msgid "Hardware Interfaces" msgstr "Interfacce hardware" @@ -2363,6 +2374,7 @@ msgstr "Predefinito (premi per rimuovere)" #: application/views/stationsetup/stationsetup.php:172 #: application/views/themes/index.php:104 application/views/user/index.php:97 #: application/views/user/index.php:203 +#: application/controllers/Stationsetup.php:402 msgid "Edit" msgstr "Modifica" @@ -2392,6 +2404,7 @@ msgstr "Modifica" #: application/views/stationsetup/stationsetup.php:199 #: application/views/themes/index.php:107 application/views/user/index.php:119 #: application/views/user/index.php:228 application/views/view_log/qso.php:778 +#: application/controllers/Stationsetup.php:415 msgid "Delete" msgstr "Elimina" @@ -2540,6 +2553,7 @@ msgstr "Svuota registro di stazione" #: application/controllers/Station.php:38 #: application/controllers/Stationsetup.php:251 +#: application/controllers/Stationsetup.php:252 msgid "Create Station Location" msgstr "Crea postazione" @@ -2575,6 +2589,9 @@ msgstr "Prego verifica il locatore (%s)" #: application/controllers/Stationsetup.php:60 #: application/views/interface_assets/header.php:441 #: application/views/interface_assets/header.php:594 +#: application/controllers/Stationsetup.php:61 +#: application/views/interface_assets/header.php:474 +#: application/views/interface_assets/header.php:596 msgid "Station Setup" msgstr "Impostazioni stazione" @@ -2582,6 +2599,10 @@ msgstr "Impostazioni stazione" #: 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 "Non permesso" @@ -2595,27 +2616,39 @@ msgstr "Non permesso" #: 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 +#: 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 msgid "Error" msgstr "Errore" #: application/controllers/Stationsetup.php:184 #: application/views/stationsetup/stationsetup.php:25 +#: application/controllers/Stationsetup.php:185 msgid "Create Station Logbook" msgstr "Crea registro di stazione" #: application/controllers/Stationsetup.php:191 +#: application/controllers/Stationsetup.php:192 msgid "Edit container name" msgstr "Modifica nome contenitore" #: application/controllers/Stationsetup.php:206 +#: application/controllers/Stationsetup.php:207 msgid "Edit linked locations" msgstr "Modifica postazioni collegate" #: application/controllers/Stationsetup.php:215 +#: application/controllers/Stationsetup.php:216 msgid "Edit visitor site" msgstr "Modifica sito visitatori" #: application/controllers/Stationsetup.php:237 +#: application/controllers/Stationsetup.php:238 msgid "Error. Link is already in use!" msgstr "Errore. Collegamento già in uso!" @@ -2634,11 +2667,13 @@ msgstr "Errore. Collegamento già in uso!" #: application/views/user/edit.php:450 application/views/user/edit.php:501 #: application/views/user/edit.php:510 application/views/user/edit.php:667 #: application/views/user/edit.php:677 +#: application/controllers/Stationsetup.php:279 msgid "Disabled" msgstr "Disabilitato" #: application/controllers/Stationsetup.php:286 #: application/views/stationsetup/stationsetup.php:47 +#: application/controllers/Stationsetup.php:287 msgid "Set as Active Logbook" msgstr "Imposta come registro attivo" @@ -2646,6 +2681,8 @@ msgstr "Imposta come registro attivo" #: application/views/interface_assets/header.php:592 #: application/views/stationsetup/stationsetup.php:49 #: application/views/view_log/index.php:4 +#: application/controllers/Stationsetup.php:289 +#: application/views/interface_assets/header.php:594 msgid "Active Logbook" msgstr "Registro attivo" @@ -2661,10 +2698,12 @@ msgstr "" #: application/controllers/Stationsetup.php:305 #: application/views/stationsetup/stationsetup.php:68 +#: application/controllers/Stationsetup.php:306 msgid "View Public Page for Logbook: " msgstr "Visualizza pagina pubblica del registro di stazione: " #: application/controllers/Stationsetup.php:306 +#: application/controllers/Stationsetup.php:307 msgid "Are you sure you want to delete the public slug?" msgstr "Sei sicuro di voler eliminare questo identificativo pubblico?" @@ -2678,11 +2717,13 @@ msgstr "" #: application/controllers/Stationsetup.php:391 #: application/views/stationsetup/stationsetup.php:161 +#: application/controllers/Stationsetup.php:392 msgid "Set Active" msgstr "Imposta come attiva" #: application/controllers/Stationsetup.php:393 #: application/views/stationsetup/stationsetup.php:163 +#: application/controllers/Stationsetup.php:394 msgid "Active Station" msgstr "Stazione attiva" @@ -2693,11 +2734,13 @@ msgstr "Stazione attiva" #: application/views/stationsetup/stationsetup.php:168 #: application/views/user/index.php:82 application/views/user/index.php:86 #: application/views/user/index.php:193 application/views/user/index.php:195 +#: application/controllers/Stationsetup.php:397 msgid "QSO" msgstr "QSO" #: application/controllers/Stationsetup.php:405 #: application/views/stationsetup/stationsetup.php:192 +#: application/controllers/Stationsetup.php:406 msgid "Are you sure you want to delete all QSOs within this station profile?" msgstr "" "Sei sicuro di voler eliminare tutti i QSO all'interno di questo profilo " @@ -2706,17 +2749,20 @@ msgstr "" #: application/controllers/Stationsetup.php:405 #: application/views/stationsetup/stationsetup.php:142 #: application/views/stationsetup/stationsetup.php:194 +#: application/controllers/Stationsetup.php:406 msgid "Empty Log" msgstr "Svuota log" #: application/controllers/Stationsetup.php:409 #: application/views/stationsetup/stationsetup.php:135 #: application/views/stationsetup/stationsetup.php:175 +#: application/controllers/Stationsetup.php:410 msgid "Copy" msgstr "Copia" #: application/controllers/Stationsetup.php:414 #: application/views/stationsetup/stationsetup.php:198 +#: application/controllers/Stationsetup.php:415 #, php-format msgid "" "Are you sure you want delete station profile '%s'? This will delete all QSOs " @@ -2731,10 +2777,12 @@ msgstr "" #: application/views/station_profile/edit.php:103 #: application/views/stationsetup/stationsetup.php:156 #: application/views/user/modals/first_login_wizard.php:46 +#: application/controllers/Stationsetup.php:422 msgid "Please select one" msgstr "Per favore seleziona uno" #: application/controllers/Stationsetup.php:504 +#: application/controllers/Stationsetup.php:505 msgid "Edit Export Map options" msgstr "Modifica opzioni di esportazione mappa" @@ -3231,6 +3279,7 @@ msgstr "Esporta mappa" #: 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 "Caricamento QO-100 Dx Club" @@ -4872,8 +4921,8 @@ msgid "" "The CBR file contains a TRX number at the end of each QSO line (for multi-op " "stations)" msgstr "" -"Il file CBR contiene un numero TRX alla fine di ogni riga QSO " -"(per stazioni multi-operatore)" +"Il file CBR contiene un numero TRX alla fine di ogni riga QSO (per stazioni " +"multi-operatore)" #: application/views/adif/import.php:460 msgid "" @@ -5058,6 +5107,7 @@ msgstr "Salva" #: application/views/api/index.php:8 #: application/views/interface_assets/header.php:530 +#: application/views/interface_assets/header.php:532 msgid "API Keys" msgstr "Chiavi API" @@ -6061,7 +6111,8 @@ msgstr "Prefisso" #: application/views/awards/dxcc/index.php:378 msgid "No results found for your search criteria. Please try again." -msgstr "Nessun risultato trovato per i criteri di ricerca. Per favore, riprova." +msgstr "" +"Nessun risultato trovato per i criteri di ricerca. Per favore, riprova." #: application/views/awards/ffma/index.php:11 #: application/views/interface_assets/header.php:294 @@ -6495,8 +6546,8 @@ msgid "" "Bronze (3), Silver (7), Gold (12). All 16 voivodeships required." msgstr "" "Categorie premi: MIXED (tutti i modi/bande), PHONE (SSB/AM/FM/SSTV), CW, " -"DIGI (RTTY/PSK/FSK) e bande individuali (160M-2M). Classi: Base (1 QSO/voiv)" -", Bronzo (3), Argento (7), Oro (12). Necessari tutti i 16 voivodati." +"DIGI (RTTY/PSK/FSK) e bande individuali (160M-2M). Classi: Base (1 QSO/" +"voiv), Bronzo (3), Argento (7), Oro (12). Necessari tutti i 16 voivodati." #: application/views/awards/pl_polska/index.php:40 #, php-format @@ -7214,8 +7265,8 @@ msgid "" "Fields taken for this Award: DXCC (Must be one of U.S.A., Alaska or Hawaii) " "and STATE (Must contain a valid U.S. state abbreviation!)" msgstr "" -"Campi presi in considerazione per questo premio: DXCC (Deve essere uno tra U." -"S.A., Alaska o Hawaii) e STATE (Deve contenere una valida abbreviazione di " +"Campi presi in considerazione per questo premio: DXCC (Deve essere uno tra " +"U.S.A., Alaska o Hawaii) e STATE (Deve contenere una valida abbreviazione di " "uno stato U.S.A.!)" #: application/views/awards/was/index.php:120 @@ -7396,7 +7447,8 @@ msgstr "CAT segue la radio - Clicca per disabilitare" #: application/views/bandmap/list.php:32 application/views/bandmap/list.php:231 msgid "Click to enable band lock (requires CAT connection)" -msgstr "Fai clic per abilitare il blocco di banda (richiede la connessione CAT)" +msgstr "" +"Fai clic per abilitare il blocco di banda (richiede la connessione CAT)" #: application/views/bandmap/list.php:33 msgid "Band lock active - Click to disable" @@ -7425,7 +7477,8 @@ msgstr "Filtro di frequenza impostato su" #: application/views/bandmap/list.php:39 msgid "Frequency outside known bands - showing all bands" -msgstr "Frequenza al di fuori delle bande conosciute - mostrando tutte le bande" +msgstr "" +"Frequenza al di fuori delle bande conosciute - mostrando tutte le bande" #: application/views/bandmap/list.php:40 msgid "Waiting for radio data..." @@ -7441,7 +7494,8 @@ msgstr "Caricamento dei preferiti non riuscito" #: application/views/bandmap/list.php:43 msgid "Modes applied. Band filter preserved (CAT connection is active)" -msgstr "Modalità applicate. Filtro di banda preservato (connessione CAT attiva)" +msgstr "" +"Modalità applicate. Filtro di banda preservato (connessione CAT attiva)" #: application/views/bandmap/list.php:44 msgid "Applied your favorite bands and modes" @@ -7470,7 +7524,8 @@ msgstr "Configura in Impostazioni utente - Modalità" #: application/views/bandmap/list.php:52 msgid "No submodes configured - configure in User Settings - Modes" -msgstr "Nessun sotto-modo configurata - configura in Impostazioni utente - Modi" +msgstr "" +"Nessun sotto-modo configurata - configura in Impostazioni utente - Modi" #: application/views/bandmap/list.php:53 msgid "No submodes enabled in settings - showing all spots" @@ -7796,7 +7851,8 @@ msgstr "Attendere, per favore" #: application/views/bandmap/list.php:145 #, php-format msgid "Please wait %s seconds before sending another callsign to the QSO form" -msgstr "Attendere %s secondi prima di inviare un altro nominativo al modulo QSO" +msgstr "" +"Attendere %s secondi prima di inviare un altro nominativo al modulo QSO" #: application/views/bandmap/list.php:148 msgid "Loading spots..." @@ -9323,6 +9379,7 @@ msgstr "Nome ADIF" #: application/views/mode/index.php:8 application/views/mode/index.php:55 #: application/views/usermode/index.php:6 #: application/views/usermode/index.php:51 +#: application/views/interface_assets/header.php:574 msgid "Active" msgstr "Attivo" @@ -11659,6 +11716,7 @@ msgstr "" #: application/views/interface_assets/footer.php:223 #: application/views/interface_assets/header.php:533 #: application/views/options/sidebar.php:10 +#: application/views/interface_assets/header.php:535 msgid "Version Info" msgstr "Informazioni sulla versione" @@ -12044,79 +12102,97 @@ msgid "No Clubstations available" msgstr "Nessun club/stazione disponibile" #: application/views/interface_assets/header.php:477 +#: application/views/interface_assets/header.php:479 msgid "Other Export Options" msgstr "Altre opzioni di esportazione" #: application/views/interface_assets/header.php:485 +#: application/views/interface_assets/header.php:487 msgid "Cabrillo Export" msgstr "Esportazione Cabrillo" #: application/views/interface_assets/header.php:487 +#: application/views/interface_assets/header.php:489 msgid "EDI Export" msgstr "Esportazione EDI" #: application/views/interface_assets/header.php:509 +#: application/views/interface_assets/header.php:511 msgid "QSL Queue" msgstr "Coda QSL" #: application/views/interface_assets/header.php:510 +#: application/views/interface_assets/header.php:512 msgid "Labels" msgstr "Etichette" #: application/views/interface_assets/header.php:512 +#: application/views/interface_assets/header.php:514 msgid "Third-Party Services" msgstr "Servizi di terze parti" #: application/views/interface_assets/header.php:515 +#: application/views/interface_assets/header.php:517 msgid "eQSL Import / Export" msgstr "Importazione / Esportazione eQSL" #: application/views/interface_assets/header.php:516 +#: application/views/interface_assets/header.php:518 msgid "HRDLog Logbook" msgstr "Registro HRDLog" #: application/views/interface_assets/header.php:519 +#: application/views/interface_assets/header.php:521 msgid "Clublog Import / Export" msgstr "Importazione / Esportazione Clublog" #: application/views/interface_assets/header.php:522 +#: application/views/interface_assets/header.php:524 msgid "DCL Export" msgstr "Esportazione DCL" #: application/views/interface_assets/header.php:534 #: application/views/logbookadvanced/index.php:831 +#: application/views/interface_assets/header.php:536 msgid "Help" msgstr "Aiuto" #: 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 "Smetti di impersonare e torna a %s" #: application/views/interface_assets/header.php:540 +#: application/views/interface_assets/header.php:542 #, php-format msgid "Switch back to %s" msgstr "Torna a %s" #: application/views/interface_assets/header.php:544 +#: application/views/interface_assets/header.php:546 msgid "Logout" msgstr "Disconnetti" #: application/views/interface_assets/header.php:552 +#: application/views/interface_assets/header.php:554 msgid "Select a Location" msgstr "Seleziona una posizione" #: 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 "" "Non trovi le posizioni delle stazioni? Vai alle impostazioni della stazione " "e aggiungile ai preferiti" #: application/views/interface_assets/header.php:631 +#: application/views/interface_assets/header.php:633 msgid "Extras" msgstr "Extra" @@ -16952,8 +17028,9 @@ msgid "" "Create a new folder in 'assets/css/' and upload a 'bootstrap.min.css' file " "which contains basic styling rules. We use the themes from %s" msgstr "" -"Crea una nuova cartella in 'assets/css/' e carica un file 'bootstrap.min." -"css' che contiene regole di stile di base. Utilizziamo i temi di %s" +"Crea una nuova cartella in 'assets/css/' e carica un file " +"'bootstrap.min.css' che contiene regole di stile di base. Utilizziamo i temi " +"di %s" #: application/views/themes/index.php:50 msgid "2. Step" diff --git a/application/locale/ja/LC_MESSAGES/messages.po b/application/locale/ja/LC_MESSAGES/messages.po index 0decd3bcd..c791e4bdb 100644 --- a/application/locale/ja/LC_MESSAGES/messages.po +++ b/application/locale/ja/LC_MESSAGES/messages.po @@ -11,8 +11,8 @@ msgstr "" "POT-Creation-Date: 2025-12-07 14:55+0000\n" "PO-Revision-Date: 2025-12-08 10:52+0000\n" "Last-Translator: \"S.NAKAO(JG3HLX)\" \n" -"Language-Team: Japanese \n" +"Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -123,6 +123,7 @@ msgstr "" #: application/controllers/User_options.php:9 #: application/controllers/Usermode.php:15 #: application/controllers/Webadif.php:91 application/models/Club_model.php:52 +#: application/controllers/Stationsetup.php:16 msgid "You're not allowed to do that!" msgstr "それは許されません!" @@ -213,6 +214,7 @@ 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 "ADIF インポート/エクスポート" @@ -885,6 +887,7 @@ 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 "SOTA CSVエクスポート" @@ -1010,6 +1013,7 @@ 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 "DX アトラス グリッドスクエア エクスポート" @@ -1109,6 +1113,7 @@ msgstr "アップロードする QSO が見つかりません。" #: application/controllers/Kmlexport.php:24 #: application/views/interface_assets/header.php:479 #: application/views/kml/index.php:3 +#: application/views/interface_assets/header.php:481 msgid "KML Export" msgstr "KMLエクスポート" @@ -1844,6 +1849,8 @@ msgstr "オペレーター" #: application/views/view_log/partial/log_ajax.php:31 #: application/views/view_log/qso.php:341 #: application/views/view_log/qso.php:694 +#: application/controllers/Stationsetup.php:424 +#: application/views/stationsetup/locationlist.php:58 msgid "Deleted DXCC" msgstr "DXCCを削除しました" @@ -1862,6 +1869,7 @@ msgstr "クイック検索" #: 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 +#: application/views/interface_assets/header.php:516 msgid "Logbook of the World" msgstr "Logbook of the World" @@ -2190,6 +2198,7 @@ msgstr "無効なステーション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リクエスト" @@ -2242,6 +2251,7 @@ msgstr "負の緯度は赤道の南側、負の経度はグリニッジの西側 #: application/controllers/Qrz.php:204 #: application/views/interface_assets/header.php:517 +#: application/views/interface_assets/header.php:519 msgid "QRZ Logbook" msgstr "QRZログブック" @@ -2290,6 +2300,7 @@ msgstr "コールサインが提供されていません。" #: application/controllers/Radio.php:17 #: application/views/interface_assets/header.php:531 +#: application/views/interface_assets/header.php:533 msgid "Hardware Interfaces" msgstr "ハードウェアインターフェース" @@ -2351,6 +2362,7 @@ msgstr "デフォルト(クリックして解除)" #: application/views/stationsetup/stationsetup.php:172 #: application/views/themes/index.php:104 application/views/user/index.php:97 #: application/views/user/index.php:203 +#: application/controllers/Stationsetup.php:402 msgid "Edit" msgstr "編集" @@ -2380,6 +2392,7 @@ msgstr "編集" #: application/views/stationsetup/stationsetup.php:199 #: application/views/themes/index.php:107 application/views/user/index.php:119 #: application/views/user/index.php:228 application/views/view_log/qso.php:778 +#: application/controllers/Stationsetup.php:415 msgid "Delete" msgstr "削除" @@ -2527,6 +2540,7 @@ msgstr "空のログブック" #: application/controllers/Station.php:38 #: application/controllers/Stationsetup.php:251 +#: application/controllers/Stationsetup.php:252 msgid "Create Station Location" msgstr "ステーションの場所を作成する" @@ -2562,6 +2576,9 @@ msgstr "グリッドロケータの値を確認してください( %s )" #: application/controllers/Stationsetup.php:60 #: application/views/interface_assets/header.php:441 #: application/views/interface_assets/header.php:594 +#: application/controllers/Stationsetup.php:61 +#: application/views/interface_assets/header.php:474 +#: application/views/interface_assets/header.php:596 msgid "Station Setup" msgstr "ステーションのセットアップ" @@ -2569,6 +2586,10 @@ msgstr "ステーションのセットアップ" #: 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 "許可されていません" @@ -2582,27 +2603,39 @@ msgstr "許可されていません" #: 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 +#: 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 msgid "Error" msgstr "エラー" #: application/controllers/Stationsetup.php:184 #: application/views/stationsetup/stationsetup.php:25 +#: application/controllers/Stationsetup.php:185 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 "エラー。リンクは既に使用中です!" @@ -2621,11 +2654,13 @@ msgstr "エラー。リンクは既に使用中です!" #: application/views/user/edit.php:450 application/views/user/edit.php:501 #: application/views/user/edit.php:510 application/views/user/edit.php:667 #: application/views/user/edit.php:677 +#: application/controllers/Stationsetup.php:279 msgid "Disabled" msgstr "無効" #: application/controllers/Stationsetup.php:286 #: application/views/stationsetup/stationsetup.php:47 +#: application/controllers/Stationsetup.php:287 msgid "Set as Active Logbook" msgstr "アクティブなログブックとして設定" @@ -2633,11 +2668,14 @@ msgstr "アクティブなログブックとして設定" #: application/views/interface_assets/header.php:592 #: application/views/stationsetup/stationsetup.php:49 #: application/views/view_log/index.php:4 +#: application/controllers/Stationsetup.php:289 +#: application/views/interface_assets/header.php:594 msgid "Active Logbook" msgstr "アクティブなログブック" #: application/controllers/Stationsetup.php:295 #: application/views/stationsetup/stationsetup.php:58 +#: application/controllers/Stationsetup.php:296 #, php-format msgid "" "Are you sure you want to delete the station logbook %s? You must re-link any " @@ -2648,15 +2686,18 @@ msgstr "" #: application/controllers/Stationsetup.php:305 #: application/views/stationsetup/stationsetup.php:68 +#: application/controllers/Stationsetup.php:306 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/views/stationsetup/stationsetup.php:161 +#: application/controllers/Stationsetup.php:392 #, php-format msgid "" "Are you sure you want to make the station profile %s the active station?" @@ -2666,11 +2707,13 @@ msgstr "" #: application/controllers/Stationsetup.php:391 #: application/views/stationsetup/stationsetup.php:161 +#: application/controllers/Stationsetup.php:392 msgid "Set Active" msgstr "アクティブに設定" #: application/controllers/Stationsetup.php:393 #: application/views/stationsetup/stationsetup.php:163 +#: application/controllers/Stationsetup.php:394 msgid "Active Station" msgstr "アクティブステーション" @@ -2681,28 +2724,33 @@ msgstr "アクティブステーション" #: application/views/stationsetup/stationsetup.php:168 #: application/views/user/index.php:82 application/views/user/index.php:86 #: application/views/user/index.php:193 application/views/user/index.php:195 +#: application/controllers/Stationsetup.php:397 msgid "QSO" msgstr "QSO" #: application/controllers/Stationsetup.php:405 #: application/views/stationsetup/stationsetup.php:192 +#: application/controllers/Stationsetup.php:406 msgid "Are you sure you want to delete all QSOs within this station profile?" msgstr "この局プロファイル内のすべての QSO を削除してもよろしいですか?" #: application/controllers/Stationsetup.php:405 #: application/views/stationsetup/stationsetup.php:142 #: application/views/stationsetup/stationsetup.php:194 +#: application/controllers/Stationsetup.php:406 msgid "Empty Log" msgstr "ログ削除" #: application/controllers/Stationsetup.php:409 #: application/views/stationsetup/stationsetup.php:135 #: application/views/stationsetup/stationsetup.php:175 +#: application/controllers/Stationsetup.php:410 msgid "Copy" msgstr "コピー" #: application/controllers/Stationsetup.php:414 #: application/views/stationsetup/stationsetup.php:198 +#: application/controllers/Stationsetup.php:415 #, php-format msgid "" "Are you sure you want delete station profile '%s'? This will delete all QSOs " @@ -2717,14 +2765,17 @@ msgstr "" #: application/views/station_profile/edit.php:103 #: application/views/stationsetup/stationsetup.php:156 #: application/views/user/modals/first_login_wizard.php:46 +#: application/controllers/Stationsetup.php:422 msgid "Please select one" msgstr "1つ選択してください" #: 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 "局の所在地一覧" @@ -3216,6 +3267,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 "QO-100 Dxクラブアップロード" @@ -5033,6 +5085,7 @@ 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 "APIキー" @@ -9234,6 +9287,7 @@ msgstr "ADIF名" #: application/views/mode/index.php:8 application/views/mode/index.php:55 #: application/views/usermode/index.php:6 #: application/views/usermode/index.php:51 +#: application/views/interface_assets/header.php:574 msgid "Active" msgstr "アクティブ" @@ -11560,6 +11614,7 @@ msgstr "" #: application/views/interface_assets/footer.php:223 #: application/views/interface_assets/header.php:533 #: application/views/options/sidebar.php:10 +#: application/views/interface_assets/header.php:535 msgid "Version Info" msgstr "バージョン情報" @@ -11944,79 +11999,97 @@ 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 "Cabrillo・エクスポート" #: application/views/interface_assets/header.php:487 +#: application/views/interface_assets/header.php:489 msgid "EDI Export" msgstr "EDIエクスポート" #: application/views/interface_assets/header.php:509 +#: application/views/interface_assets/header.php:511 msgid "QSL Queue" msgstr "QSLキュー" #: 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 "eQSLインポート/エクスポート" #: application/views/interface_assets/header.php:516 +#: application/views/interface_assets/header.php:518 msgid "HRDLog Logbook" msgstr "HRDLog ログブック" #: application/views/interface_assets/header.php:519 +#: application/views/interface_assets/header.php:521 msgid "Clublog Import / Export" msgstr "Clublogのインポート/エクスポート" #: application/views/interface_assets/header.php:522 +#: application/views/interface_assets/header.php:524 msgid "DCL Export" msgstr "DCLエクスポート" #: application/views/interface_assets/header.php:534 #: application/views/logbookadvanced/index.php:831 +#: application/views/interface_assets/header.php:536 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 "%s へのなりすましを停止し、元に戻す" #: application/views/interface_assets/header.php:540 +#: application/views/interface_assets/header.php:542 #, php-format msgid "Switch back to %s" msgstr "%sに戻す" #: 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 "特典" @@ -18549,8 +18622,8 @@ msgstr "受信" #~ "Your active Station Location isn't linked to your Logbook. Click %shere%s " #~ "to do it." #~ msgstr "" -#~ "現在のステーション位置がログブックとリンクされていません。リンクするに" -#~ "は、%shere%s をクリックしてください。" +#~ "現在のステーション位置がログブックとリンクされていません。リンクするには、" +#~ "%shere%s をクリックしてください。" #, php-format #~ msgctxt "Dashboard Warning" diff --git a/application/locale/lt/LC_MESSAGES/messages.po b/application/locale/lt/LC_MESSAGES/messages.po index 1e7b284db..1791948ca 100644 --- a/application/locale/lt/LC_MESSAGES/messages.po +++ b/application/locale/lt/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-19 01:22+0000\n" "Last-Translator: Fabian Berg \n" "Language-Team: Lithuanian \n" "Language-Team: Latvian \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "Language: nl_NL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -125,6 +125,7 @@ msgstr "" #: application/controllers/User_options.php:9 #: application/controllers/Usermode.php:15 #: application/controllers/Webadif.php:91 application/models/Club_model.php:52 +#: application/controllers/Stationsetup.php:16 msgid "You're not allowed to do that!" msgstr "Je mag dat niet doen!" @@ -215,6 +216,7 @@ msgstr "Datum niet correct" #: 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" @@ -887,6 +889,7 @@ msgstr "Draait niet" #: 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" @@ -1013,6 +1016,7 @@ msgstr "en propagatie" #: 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 locatorvakken Exporteren" @@ -1113,6 +1117,7 @@ msgstr "Geen QSOs gevonden om te uploaden." #: application/controllers/Kmlexport.php:24 #: application/views/interface_assets/header.php:479 #: application/views/kml/index.php:3 +#: application/views/interface_assets/header.php:481 msgid "KML Export" msgstr "KML-export" @@ -1848,6 +1853,8 @@ msgstr "Operator" #: application/views/view_log/partial/log_ajax.php:31 #: application/views/view_log/qso.php:341 #: application/views/view_log/qso.php:694 +#: application/controllers/Stationsetup.php:424 +#: application/views/stationsetup/locationlist.php:58 msgid "Deleted DXCC" msgstr "Verwijderde DXCC" @@ -1866,6 +1873,7 @@ msgstr "Snel opzoeken" #: 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 +#: application/views/interface_assets/header.php:516 msgid "Logbook of the World" msgstr "Logbook of The World" @@ -2196,6 +2204,7 @@ msgstr "Ongeldige station-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-verzoeken" @@ -2253,6 +2262,7 @@ msgstr "" #: application/controllers/Qrz.php:204 #: application/views/interface_assets/header.php:517 +#: application/views/interface_assets/header.php:519 msgid "QRZ Logbook" msgstr "QRZ Logboek" @@ -2301,6 +2311,7 @@ msgstr "Geen roepnaam opgegeven." #: application/controllers/Radio.php:17 #: application/views/interface_assets/header.php:531 +#: application/views/interface_assets/header.php:533 msgid "Hardware Interfaces" msgstr "Hardware-interfaces" @@ -2362,6 +2373,7 @@ msgstr "Standaard (klik om vrij te geven)" #: application/views/stationsetup/stationsetup.php:172 #: application/views/themes/index.php:104 application/views/user/index.php:97 #: application/views/user/index.php:203 +#: application/controllers/Stationsetup.php:402 msgid "Edit" msgstr "Bewerken" @@ -2391,6 +2403,7 @@ msgstr "Bewerken" #: application/views/stationsetup/stationsetup.php:199 #: application/views/themes/index.php:107 application/views/user/index.php:119 #: application/views/user/index.php:228 application/views/view_log/qso.php:778 +#: application/controllers/Stationsetup.php:415 msgid "Delete" msgstr "Verwijderen" @@ -2539,6 +2552,7 @@ msgstr "Leeg logboek" #: application/controllers/Station.php:38 #: application/controllers/Stationsetup.php:251 +#: application/controllers/Stationsetup.php:252 msgid "Create Station Location" msgstr "Maak stationslocatie aan" @@ -2574,6 +2588,9 @@ msgstr "Controleer de waarde voor locatorvak (%s)" #: application/controllers/Stationsetup.php:60 #: application/views/interface_assets/header.php:441 #: application/views/interface_assets/header.php:594 +#: application/controllers/Stationsetup.php:61 +#: application/views/interface_assets/header.php:474 +#: application/views/interface_assets/header.php:596 msgid "Station Setup" msgstr "Stations instellen" @@ -2581,6 +2598,10 @@ msgstr "Stations instellen" #: 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 "Niet toegestaan" @@ -2594,27 +2615,39 @@ msgstr "Niet toegestaan" #: 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 +#: 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 msgid "Error" msgstr "Fout" #: application/controllers/Stationsetup.php:184 #: application/views/stationsetup/stationsetup.php:25 +#: application/controllers/Stationsetup.php:185 msgid "Create Station Logbook" msgstr "Maak stationlogboek aan" #: application/controllers/Stationsetup.php:191 +#: application/controllers/Stationsetup.php:192 msgid "Edit container name" msgstr "Containernaam bewerken" #: application/controllers/Stationsetup.php:206 +#: application/controllers/Stationsetup.php:207 msgid "Edit linked locations" msgstr "Gekoppelde locaties bewerken" #: application/controllers/Stationsetup.php:215 +#: application/controllers/Stationsetup.php:216 msgid "Edit visitor site" msgstr "Bezoekerssite bewerken" #: application/controllers/Stationsetup.php:237 +#: application/controllers/Stationsetup.php:238 msgid "Error. Link is already in use!" msgstr "Fout. Link is al in gebruik!" @@ -2633,11 +2666,13 @@ msgstr "Fout. Link is al in gebruik!" #: application/views/user/edit.php:450 application/views/user/edit.php:501 #: application/views/user/edit.php:510 application/views/user/edit.php:667 #: application/views/user/edit.php:677 +#: application/controllers/Stationsetup.php:279 msgid "Disabled" msgstr "Uitgeschakeld" #: application/controllers/Stationsetup.php:286 #: application/views/stationsetup/stationsetup.php:47 +#: application/controllers/Stationsetup.php:287 msgid "Set as Active Logbook" msgstr "Instellen als actief logboek" @@ -2645,11 +2680,14 @@ msgstr "Instellen als actief logboek" #: application/views/interface_assets/header.php:592 #: application/views/stationsetup/stationsetup.php:49 #: application/views/view_log/index.php:4 +#: application/controllers/Stationsetup.php:289 +#: application/views/interface_assets/header.php:594 msgid "Active Logbook" msgstr "Actief logboek" #: application/controllers/Stationsetup.php:295 #: application/views/stationsetup/stationsetup.php:58 +#: application/controllers/Stationsetup.php:296 #, php-format msgid "" "Are you sure you want to delete the station logbook %s? You must re-link any " @@ -2660,15 +2698,18 @@ msgstr "" #: application/controllers/Stationsetup.php:305 #: application/views/stationsetup/stationsetup.php:68 +#: application/controllers/Stationsetup.php:306 msgid "View Public Page for Logbook: " msgstr "Bekijk openbare pagina voor logboek: " #: application/controllers/Stationsetup.php:306 +#: application/controllers/Stationsetup.php:307 msgid "Are you sure you want to delete the public slug?" msgstr "Weet je zeker dat je de openbare slug wilt verwijderen?" #: application/controllers/Stationsetup.php:391 #: application/views/stationsetup/stationsetup.php:161 +#: application/controllers/Stationsetup.php:392 #, php-format msgid "" "Are you sure you want to make the station profile %s the active station?" @@ -2677,11 +2718,13 @@ msgstr "" #: application/controllers/Stationsetup.php:391 #: application/views/stationsetup/stationsetup.php:161 +#: application/controllers/Stationsetup.php:392 msgid "Set Active" msgstr "Actief maken" #: application/controllers/Stationsetup.php:393 #: application/views/stationsetup/stationsetup.php:163 +#: application/controllers/Stationsetup.php:394 msgid "Active Station" msgstr "Actief station" @@ -2692,11 +2735,13 @@ msgstr "Actief station" #: application/views/stationsetup/stationsetup.php:168 #: application/views/user/index.php:82 application/views/user/index.php:86 #: application/views/user/index.php:193 application/views/user/index.php:195 +#: application/controllers/Stationsetup.php:397 msgid "QSO" msgstr "QSO" #: application/controllers/Stationsetup.php:405 #: application/views/stationsetup/stationsetup.php:192 +#: application/controllers/Stationsetup.php:406 msgid "Are you sure you want to delete all QSOs within this station profile?" msgstr "" "Weet je zeker dat je alle QSO's binnen dit stationprofiel wilt verwijderen?" @@ -2704,17 +2749,20 @@ msgstr "" #: application/controllers/Stationsetup.php:405 #: application/views/stationsetup/stationsetup.php:142 #: application/views/stationsetup/stationsetup.php:194 +#: application/controllers/Stationsetup.php:406 msgid "Empty Log" msgstr "Leeg logboek" #: application/controllers/Stationsetup.php:409 #: application/views/stationsetup/stationsetup.php:135 #: application/views/stationsetup/stationsetup.php:175 +#: application/controllers/Stationsetup.php:410 msgid "Copy" msgstr "Kopiëren" #: application/controllers/Stationsetup.php:414 #: application/views/stationsetup/stationsetup.php:198 +#: application/controllers/Stationsetup.php:415 #, php-format msgid "" "Are you sure you want delete station profile '%s'? This will delete all QSOs " @@ -2729,14 +2777,17 @@ msgstr "" #: application/views/station_profile/edit.php:103 #: application/views/stationsetup/stationsetup.php:156 #: application/views/user/modals/first_login_wizard.php:46 +#: application/controllers/Stationsetup.php:422 msgid "Please select one" msgstr "Kies er één" #: application/controllers/Stationsetup.php:504 +#: application/controllers/Stationsetup.php:505 msgid "Edit Export Map options" msgstr "Opties voor Exportkaart bewerken" #: application/controllers/Stationsetup.php:526 +#: application/controllers/Stationsetup.php:527 msgid "Station location list" msgstr "Stationlocatielijst" @@ -3226,6 +3277,7 @@ msgstr "Kaart exporteren" #: 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" @@ -5052,6 +5104,7 @@ msgstr "Opslaan" #: 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-sleutels" @@ -9302,6 +9355,7 @@ msgstr "ADIF-naam" #: application/views/mode/index.php:8 application/views/mode/index.php:55 #: application/views/usermode/index.php:6 #: application/views/usermode/index.php:51 +#: application/views/interface_assets/header.php:574 msgid "Active" msgstr "Actief" @@ -11636,6 +11690,7 @@ msgstr "" #: application/views/interface_assets/footer.php:223 #: application/views/interface_assets/header.php:533 #: application/views/options/sidebar.php:10 +#: application/views/interface_assets/header.php:535 msgid "Version Info" msgstr "Versie-informatie" @@ -12022,79 +12077,97 @@ msgid "No Clubstations available" msgstr "Geen clubstations beschikbaar" #: application/views/interface_assets/header.php:477 +#: application/views/interface_assets/header.php:479 msgid "Other Export Options" msgstr "Andere exportopties" #: 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 Wachtrij" #: application/views/interface_assets/header.php:510 +#: application/views/interface_assets/header.php:512 msgid "Labels" msgstr "Labels" #: application/views/interface_assets/header.php:512 +#: application/views/interface_assets/header.php:514 msgid "Third-Party Services" msgstr "Diensten van derden" #: application/views/interface_assets/header.php:515 +#: application/views/interface_assets/header.php:517 msgid "eQSL Import / Export" msgstr "eQSL importeren / exporteren" #: application/views/interface_assets/header.php:516 +#: application/views/interface_assets/header.php:518 msgid "HRDLog Logbook" msgstr "HRDLog Logboek" #: application/views/interface_assets/header.php:519 +#: application/views/interface_assets/header.php:521 msgid "Clublog Import / Export" msgstr "Clublog importeren / exporteren" #: application/views/interface_assets/header.php:522 +#: application/views/interface_assets/header.php:524 msgid "DCL Export" msgstr "DCL exporteren" #: application/views/interface_assets/header.php:534 #: application/views/logbookadvanced/index.php:831 +#: application/views/interface_assets/header.php:536 msgid "Help" msgstr "Help" #: 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 "Stop met imiteren en schakel terug naar %s" #: application/views/interface_assets/header.php:540 +#: application/views/interface_assets/header.php:542 #, php-format msgid "Switch back to %s" msgstr "Schakel terug naar %s" #: application/views/interface_assets/header.php:544 +#: application/views/interface_assets/header.php:546 msgid "Logout" msgstr "Uitloggen" #: application/views/interface_assets/header.php:552 +#: application/views/interface_assets/header.php:554 msgid "Select a Location" msgstr "Selecteer een locatie" #: 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 "" "Mis je hier stationslocaties? Ga naar stationssetup en voeg ze toe aan je " "favorieten" #: application/views/interface_assets/header.php:631 +#: application/views/interface_assets/header.php:633 msgid "Extras" msgstr "Extra's" diff --git a/application/locale/pl_PL/LC_MESSAGES/messages.po b/application/locale/pl_PL/LC_MESSAGES/messages.po index 7d9be4215..aa3ea9e1f 100644 --- a/application/locale/pl_PL/LC_MESSAGES/messages.po +++ b/application/locale/pl_PL/LC_MESSAGES/messages.po @@ -15,7 +15,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-12-03 07:44+0000\n" "Last-Translator: Szymon \n" "Language-Team: Polish \n" "Language-Team: Portuguese (Portugal) \n" -"Language-Team: Russian \n" +"Language-Team: Russian \n" "Language: ru_RU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -128,6 +128,7 @@ msgstr "" #: application/controllers/User_options.php:9 #: application/controllers/Usermode.php:15 #: application/controllers/Webadif.php:91 application/models/Club_model.php:52 +#: application/controllers/Stationsetup.php:16 msgid "You're not allowed to do that!" msgstr "Вам нельзя это делать!" @@ -218,6 +219,7 @@ 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 "Импорт / Экспорт ADIF" @@ -891,6 +893,7 @@ 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 "Экспорт SOTA в CSV" @@ -1018,6 +1021,7 @@ 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 "Экспорт квадратов DX Atlas" @@ -1119,6 +1123,7 @@ msgstr "Не найдены QSO для загрузки." #: application/controllers/Kmlexport.php:24 #: application/views/interface_assets/header.php:479 #: application/views/kml/index.php:3 +#: application/views/interface_assets/header.php:481 msgid "KML Export" msgstr "Экспорт KML" @@ -1854,6 +1859,8 @@ msgstr "Оператор" #: application/views/view_log/partial/log_ajax.php:31 #: application/views/view_log/qso.php:341 #: application/views/view_log/qso.php:694 +#: application/controllers/Stationsetup.php:424 +#: application/views/stationsetup/locationlist.php:58 msgid "Deleted DXCC" msgstr "Удалённые DXCC" @@ -1872,6 +1879,7 @@ msgstr "Быстрый поиск" #: 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 +#: application/views/interface_assets/header.php:516 msgid "Logbook of the World" msgstr "Logbook of the World" @@ -2199,6 +2207,7 @@ msgstr "Недействительный идентификатор станци #: application/controllers/Oqrs.php:163 #: application/views/interface_assets/header.php:504 +#: application/views/interface_assets/header.php:506 msgid "OQRS Requests" msgstr "Запросы OQRS" @@ -2259,6 +2268,7 @@ msgstr "" #: application/controllers/Qrz.php:204 #: application/views/interface_assets/header.php:517 +#: application/views/interface_assets/header.php:519 msgid "QRZ Logbook" msgstr "Журнал QRZ" @@ -2307,6 +2317,7 @@ msgstr "Позывной не указан." #: application/controllers/Radio.php:17 #: application/views/interface_assets/header.php:531 +#: application/views/interface_assets/header.php:533 msgid "Hardware Interfaces" msgstr "Интерфейсы радиостанций" @@ -2368,6 +2379,7 @@ msgstr "По умолчанию (кликните, чтобы освободит #: application/views/stationsetup/stationsetup.php:172 #: application/views/themes/index.php:104 application/views/user/index.php:97 #: application/views/user/index.php:203 +#: application/controllers/Stationsetup.php:402 msgid "Edit" msgstr "Редактировать" @@ -2397,6 +2409,7 @@ msgstr "Редактировать" #: application/views/stationsetup/stationsetup.php:199 #: application/views/themes/index.php:107 application/views/user/index.php:119 #: application/views/user/index.php:228 application/views/view_log/qso.php:778 +#: application/controllers/Stationsetup.php:415 msgid "Delete" msgstr "Удалить" @@ -2545,6 +2558,7 @@ msgstr "Пустой журнал" #: application/controllers/Station.php:38 #: application/controllers/Stationsetup.php:251 +#: application/controllers/Stationsetup.php:252 msgid "Create Station Location" msgstr "Создать профиль QTH" @@ -2580,6 +2594,9 @@ msgstr "Пожалуйста, проверьте значение QTH локат #: application/controllers/Stationsetup.php:60 #: application/views/interface_assets/header.php:441 #: application/views/interface_assets/header.php:594 +#: application/controllers/Stationsetup.php:61 +#: application/views/interface_assets/header.php:474 +#: application/views/interface_assets/header.php:596 msgid "Station Setup" msgstr "Настройка станции" @@ -2587,6 +2604,10 @@ msgstr "Настройка станции" #: 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 "Не разрешено" @@ -2600,27 +2621,39 @@ msgstr "Не разрешено" #: 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 +#: 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 msgid "Error" msgstr "Ошибка" #: application/controllers/Stationsetup.php:184 #: application/views/stationsetup/stationsetup.php:25 +#: application/controllers/Stationsetup.php:185 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 "Редактировать привязанные профили QTH" #: 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 "Ошибка. Ссылка уже используется!" @@ -2639,11 +2672,13 @@ msgstr "Ошибка. Ссылка уже используется!" #: application/views/user/edit.php:450 application/views/user/edit.php:501 #: application/views/user/edit.php:510 application/views/user/edit.php:667 #: application/views/user/edit.php:677 +#: application/controllers/Stationsetup.php:279 msgid "Disabled" msgstr "Выключено" #: application/controllers/Stationsetup.php:286 #: application/views/stationsetup/stationsetup.php:47 +#: application/controllers/Stationsetup.php:287 msgid "Set as Active Logbook" msgstr "Установить как активный" @@ -2651,11 +2686,14 @@ msgstr "Установить как активный" #: application/views/interface_assets/header.php:592 #: application/views/stationsetup/stationsetup.php:49 #: application/views/view_log/index.php:4 +#: application/controllers/Stationsetup.php:289 +#: application/views/interface_assets/header.php:594 msgid "Active Logbook" msgstr "Активный журнал" #: application/controllers/Stationsetup.php:295 #: application/views/stationsetup/stationsetup.php:58 +#: application/controllers/Stationsetup.php:296 #, php-format msgid "" "Are you sure you want to delete the station logbook %s? You must re-link any " @@ -2666,15 +2704,18 @@ msgstr "" #: application/controllers/Stationsetup.php:305 #: application/views/stationsetup/stationsetup.php:68 +#: application/controllers/Stationsetup.php:306 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/views/stationsetup/stationsetup.php:161 +#: application/controllers/Stationsetup.php:392 #, php-format msgid "" "Are you sure you want to make the station profile %s the active station?" @@ -2682,11 +2723,13 @@ msgstr "Вы уверены, что хотите сделать профиль Q #: application/controllers/Stationsetup.php:391 #: application/views/stationsetup/stationsetup.php:161 +#: application/controllers/Stationsetup.php:392 msgid "Set Active" msgstr "Установить активным" #: application/controllers/Stationsetup.php:393 #: application/views/stationsetup/stationsetup.php:163 +#: application/controllers/Stationsetup.php:394 msgid "Active Station" msgstr "Активный профиль QTH" @@ -2697,28 +2740,33 @@ msgstr "Активный профиль QTH" #: application/views/stationsetup/stationsetup.php:168 #: application/views/user/index.php:82 application/views/user/index.php:86 #: application/views/user/index.php:193 application/views/user/index.php:195 +#: application/controllers/Stationsetup.php:397 msgid "QSO" msgstr "QSO" #: application/controllers/Stationsetup.php:405 #: application/views/stationsetup/stationsetup.php:192 +#: application/controllers/Stationsetup.php:406 msgid "Are you sure you want to delete all QSOs within this station profile?" msgstr "Вы уверены, что хотите удалить все QSO из этого профиля станции?" #: application/controllers/Stationsetup.php:405 #: application/views/stationsetup/stationsetup.php:142 #: application/views/stationsetup/stationsetup.php:194 +#: application/controllers/Stationsetup.php:406 msgid "Empty Log" msgstr "Очистить лог" #: application/controllers/Stationsetup.php:409 #: application/views/stationsetup/stationsetup.php:135 #: application/views/stationsetup/stationsetup.php:175 +#: application/controllers/Stationsetup.php:410 msgid "Copy" msgstr "Скопировать" #: application/controllers/Stationsetup.php:414 #: application/views/stationsetup/stationsetup.php:198 +#: application/controllers/Stationsetup.php:415 #, php-format msgid "" "Are you sure you want delete station profile '%s'? This will delete all QSOs " @@ -2733,14 +2781,17 @@ msgstr "" #: application/views/station_profile/edit.php:103 #: application/views/stationsetup/stationsetup.php:156 #: application/views/user/modals/first_login_wizard.php:46 +#: application/controllers/Stationsetup.php:422 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 "Список профилей QTH" @@ -3231,6 +3282,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 "Загрузка в QO-100 Dx Club" @@ -5059,6 +5111,7 @@ 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 "Ключи API" @@ -9328,6 +9381,7 @@ msgstr "название для ADIF" #: application/views/mode/index.php:8 application/views/mode/index.php:55 #: application/views/usermode/index.php:6 #: application/views/usermode/index.php:51 +#: application/views/interface_assets/header.php:574 msgid "Active" msgstr "Активный" @@ -11677,6 +11731,7 @@ msgstr "" #: application/views/interface_assets/footer.php:223 #: application/views/interface_assets/header.php:533 #: application/views/options/sidebar.php:10 +#: application/views/interface_assets/header.php:535 msgid "Version Info" msgstr "Информация о версии" @@ -12061,79 +12116,97 @@ 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 "Экспорт Cabrillo" #: application/views/interface_assets/header.php:487 +#: application/views/interface_assets/header.php:489 msgid "EDI Export" msgstr "Экспорт EDI" #: application/views/interface_assets/header.php:509 +#: application/views/interface_assets/header.php:511 msgid "QSL Queue" msgstr "Очередь QSL" #: 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 "импорт / экспорт eQSL" #: application/views/interface_assets/header.php:516 +#: application/views/interface_assets/header.php:518 msgid "HRDLog Logbook" msgstr "Журнал HRDLog" #: application/views/interface_assets/header.php:519 +#: application/views/interface_assets/header.php:521 msgid "Clublog Import / Export" msgstr "Импорт / Экспорт из Clublog" #: application/views/interface_assets/header.php:522 +#: application/views/interface_assets/header.php:524 msgid "DCL Export" msgstr "Экспорт DCL" #: application/views/interface_assets/header.php:534 #: application/views/logbookadvanced/index.php:831 +#: application/views/interface_assets/header.php:536 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 "Прекратить выдавать себя за другого и переключиться обратно на %s" #: application/views/interface_assets/header.php:540 +#: application/views/interface_assets/header.php:542 #, php-format msgid "Switch back to %s" msgstr "Переключиться обратно на %s" #: 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 "Выберите профиль QTH" #: 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 "" "Не видите нужных профилей QTH? Перейдите в \"Настройки станции\" и добавьте " "их в избранное" #: application/views/interface_assets/header.php:631 +#: application/views/interface_assets/header.php:633 msgid "Extras" msgstr "Дополнения" @@ -16226,8 +16299,8 @@ msgid "" "give an initial sent exchange. To deactivate, use ',+0':" msgstr "" "Принятый контрольный номер должен быть с префиксом точка '.', отправленный " -"контрольный номер -- с запятой ','. Последние две строки эквивалентны -- т." -"е. пробелы не имеют значения, как и порядок. Контрольный номер, который вы " +"контрольный номер -- с запятой ','. Последние две строки эквивалентны -- " +"т.е. пробелы не имеют значения, как и порядок. Контрольный номер, который вы " "отправили, будет автоматически включен в следующее QSO, если он содержит " "принятый контрольный номер, или если вы используете одну запятую ','. Чтобы " "автоматически увеличить отправленный порядковый номер, используйте ',++' и " @@ -16973,8 +17046,9 @@ msgid "" "Create a new folder in 'assets/css/' and upload a 'bootstrap.min.css' file " "which contains basic styling rules. We use the themes from %s" msgstr "" -"Создайте новую папку в 'assets/css/' и загрузите в нее файл 'bootstrap.min." -"css', который содержит основные правила стилизации. Мы используем темы из %s" +"Создайте новую папку в 'assets/css/' и загрузите в нее файл " +"'bootstrap.min.css', который содержит основные правила стилизации. Мы " +"используем темы из %s" #: application/views/themes/index.php:50 msgid "2. Step" @@ -17314,8 +17388,8 @@ msgid "" "Show profile picture of QSO partner from qrz.com/hamqth.com profile in the " "log QSO section." msgstr "" -"Показать изображение корреспондента по QSO из его профиля на qrz.com/hamqth." -"com в разделе QSO журнала." +"Показать изображение корреспондента по QSO из его профиля на qrz.com/" +"hamqth.com в разделе QSO журнала." #: application/views/user/edit.php:391 msgid "" diff --git a/application/locale/sk/LC_MESSAGES/messages.po b/application/locale/sk/LC_MESSAGES/messages.po index a575b4411..cd1ac0229 100644 --- a/application/locale/sk/LC_MESSAGES/messages.po +++ b/application/locale/sk/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-12-03 07:44+0000\n" "Last-Translator: Viliam Petrik \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) + +
  • diff --git a/application/views/stationsetup/locationlist.php b/application/views/stationsetup/locationlist.php index c003820a4..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; ?> @@ -116,6 +120,7 @@ $(node).removeClass('dt-button').addClass('btn btn-primary'); } }, + { text: 'Import Locations', className: 'mb-1 btn btn-sm btn-primary', @@ -158,6 +163,7 @@ $(node).removeClass('dt-button').addClass('btn btn-primary'); } } + ] }); diff --git a/assets/lang_src/messages.pot b/assets/lang_src/messages.pot index 90af07a55..e165814e6 100644 --- a/assets/lang_src/messages.pot +++ b/assets/lang_src/messages.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2025-12-07 14:55+0000\n" +"POT-Creation-Date: 2025-12-08 10:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \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 ""