mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fix confirmation message
This commit is contained in:
@@ -361,7 +361,7 @@ class Stationsetup extends CI_Controller {
|
||||
|
||||
private function stationdelete2html($id, $station_profile_name, $station_active) {
|
||||
if($station_active != 1) {
|
||||
return '<button id="'.$id . '" class="DeleteStation btn btn-danger btn-sm" title="' . __("Delete") . '" cnftext="' . __("Are you sure you want delete station profile ") . $station_profile_name . __("This will delete all QSOs within this station profile?") . '"><i class="fas fa-trash-alt"></i></button>';
|
||||
return '<button id="'.$id . '" class="DeleteStation btn btn-danger btn-sm" title="' . __("Delete") . '" cnftext="' . sprintf(__("Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."), $station_profile_name) . '"><i class="fas fa-trash-alt"></i></button>';
|
||||
}
|
||||
|
||||
return '';
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-06-07 22:43+0200\n"
|
||||
"POT-Creation-Date: 2024-06-07 23:00+0200\n"
|
||||
"PO-Revision-Date: 2024-06-05 15:12+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -997,14 +997,14 @@ msgstr ""
|
||||
#: application/views/satellite/edit.php:40
|
||||
#: application/views/stationsetup/stationsetup.php:33
|
||||
#: application/views/stationsetup/stationsetup.php:133
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/stationsetup/stationsetup.php:184
|
||||
#: application/views/contesting/add.php:62
|
||||
#: application/views/labels/index.php:44 application/views/labels/index.php:80
|
||||
#: application/views/logbookadvanced/index.php:485
|
||||
#: application/views/mode/index.php:55
|
||||
#: application/views/oqrs/showrequests.php:71
|
||||
#: application/views/station_profile/index.php:55
|
||||
#: application/views/station_profile/index.php:102
|
||||
#: application/views/station_profile/index.php:103
|
||||
#: application/views/user/main.php:54
|
||||
#: application/views/lotw_views/index.php:118
|
||||
#: application/views/qslcard/index.php:65
|
||||
@@ -1014,13 +1014,8 @@ msgstr ""
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "Are you sure you want delete station profile "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "This will delete all QSOs within this station profile?"
|
||||
#, php-format
|
||||
msgid "Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:371
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-06-07 22:43+0200\n"
|
||||
"POT-Creation-Date: 2024-06-07 23:00+0200\n"
|
||||
"PO-Revision-Date: 2024-06-05 15:12+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -997,14 +997,14 @@ msgstr ""
|
||||
#: application/views/satellite/edit.php:40
|
||||
#: application/views/stationsetup/stationsetup.php:33
|
||||
#: application/views/stationsetup/stationsetup.php:133
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/stationsetup/stationsetup.php:184
|
||||
#: application/views/contesting/add.php:62
|
||||
#: application/views/labels/index.php:44 application/views/labels/index.php:80
|
||||
#: application/views/logbookadvanced/index.php:485
|
||||
#: application/views/mode/index.php:55
|
||||
#: application/views/oqrs/showrequests.php:71
|
||||
#: application/views/station_profile/index.php:55
|
||||
#: application/views/station_profile/index.php:102
|
||||
#: application/views/station_profile/index.php:103
|
||||
#: application/views/user/main.php:54
|
||||
#: application/views/lotw_views/index.php:118
|
||||
#: application/views/qslcard/index.php:65
|
||||
@@ -1014,13 +1014,8 @@ msgstr "Smazat"
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "Are you sure you want delete station profile "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "This will delete all QSOs within this station profile?"
|
||||
#, php-format
|
||||
msgid "Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:371
|
||||
|
||||
Binary file not shown.
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wavelog-test\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-06-07 22:43+0200\n"
|
||||
"POT-Creation-Date: 2024-06-07 23:00+0200\n"
|
||||
"PO-Revision-Date: 2024-06-05 12:44\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: German\n"
|
||||
@@ -995,14 +995,14 @@ msgstr "Kopieren"
|
||||
#: application/views/satellite/edit.php:40
|
||||
#: application/views/stationsetup/stationsetup.php:33
|
||||
#: application/views/stationsetup/stationsetup.php:133
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/stationsetup/stationsetup.php:184
|
||||
#: application/views/contesting/add.php:62
|
||||
#: application/views/labels/index.php:44 application/views/labels/index.php:80
|
||||
#: application/views/logbookadvanced/index.php:485
|
||||
#: application/views/mode/index.php:55
|
||||
#: application/views/oqrs/showrequests.php:71
|
||||
#: application/views/station_profile/index.php:55
|
||||
#: application/views/station_profile/index.php:102
|
||||
#: application/views/station_profile/index.php:103
|
||||
#: application/views/user/main.php:54
|
||||
#: application/views/lotw_views/index.php:118
|
||||
#: application/views/qslcard/index.php:65
|
||||
@@ -1012,14 +1012,9 @@ msgstr "Löschen"
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "Are you sure you want delete station profile "
|
||||
msgstr "Bist du sicher, dass du diesen Stationsstandort löschen willst?:"
|
||||
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "This will delete all QSOs within this station profile?"
|
||||
msgstr "Es werden alle QSO an diesem Stationsstandort gelöscht!"
|
||||
#, php-format
|
||||
msgid "Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:371
|
||||
#: application/views/qso/edit_ajax.php:220
|
||||
@@ -8373,6 +8368,12 @@ msgstr "Markiere QSL Karte als angefragt (Büro)"
|
||||
msgid "Mark QSL Card Requested (Direct)"
|
||||
msgstr "Markiere QSL Karte als angefragt (Direkt)"
|
||||
|
||||
#~ msgid "Are you sure you want delete station profile "
|
||||
#~ msgstr "Bist du sicher, dass du diesen Stationsstandort löschen willst?:"
|
||||
|
||||
#~ msgid "This will delete all QSOs within this station profile?"
|
||||
#~ msgstr "Es werden alle QSO an diesem Stationsstandort gelöscht!"
|
||||
|
||||
#~ msgid "Single Operator"
|
||||
#~ msgstr "Einzel Operator"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-06-07 22:43+0200\n"
|
||||
"POT-Creation-Date: 2024-06-07 23:00+0200\n"
|
||||
"PO-Revision-Date: 2024-06-05 15:13+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -997,14 +997,14 @@ msgstr ""
|
||||
#: application/views/satellite/edit.php:40
|
||||
#: application/views/stationsetup/stationsetup.php:33
|
||||
#: application/views/stationsetup/stationsetup.php:133
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/stationsetup/stationsetup.php:184
|
||||
#: application/views/contesting/add.php:62
|
||||
#: application/views/labels/index.php:44 application/views/labels/index.php:80
|
||||
#: application/views/logbookadvanced/index.php:485
|
||||
#: application/views/mode/index.php:55
|
||||
#: application/views/oqrs/showrequests.php:71
|
||||
#: application/views/station_profile/index.php:55
|
||||
#: application/views/station_profile/index.php:102
|
||||
#: application/views/station_profile/index.php:103
|
||||
#: application/views/user/main.php:54
|
||||
#: application/views/lotw_views/index.php:118
|
||||
#: application/views/qslcard/index.php:65
|
||||
@@ -1014,13 +1014,8 @@ msgstr ""
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "Are you sure you want delete station profile "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "This will delete all QSOs within this station profile?"
|
||||
#, php-format
|
||||
msgid "Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:371
|
||||
|
||||
Binary file not shown.
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wavelog-test\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-06-07 22:43+0200\n"
|
||||
"POT-Creation-Date: 2024-06-07 23:00+0200\n"
|
||||
"PO-Revision-Date: 2024-06-05 12:34\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Spanish\n"
|
||||
@@ -995,14 +995,14 @@ msgstr "Copiar"
|
||||
#: application/views/satellite/edit.php:40
|
||||
#: application/views/stationsetup/stationsetup.php:33
|
||||
#: application/views/stationsetup/stationsetup.php:133
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/stationsetup/stationsetup.php:184
|
||||
#: application/views/contesting/add.php:62
|
||||
#: application/views/labels/index.php:44 application/views/labels/index.php:80
|
||||
#: application/views/logbookadvanced/index.php:485
|
||||
#: application/views/mode/index.php:55
|
||||
#: application/views/oqrs/showrequests.php:71
|
||||
#: application/views/station_profile/index.php:55
|
||||
#: application/views/station_profile/index.php:102
|
||||
#: application/views/station_profile/index.php:103
|
||||
#: application/views/user/main.php:54
|
||||
#: application/views/lotw_views/index.php:118
|
||||
#: application/views/qslcard/index.php:65
|
||||
@@ -1012,14 +1012,9 @@ msgstr "Eliminar"
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "Are you sure you want delete station profile "
|
||||
msgstr "¿Está seguro que desea eliminar el perfil de estación "
|
||||
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "This will delete all QSOs within this station profile?"
|
||||
msgstr "? Esto eliminará todos los QSOs dentro este perfil de estación."
|
||||
#, php-format
|
||||
msgid "Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:371
|
||||
#: application/views/qso/edit_ajax.php:220
|
||||
@@ -8373,6 +8368,12 @@ msgstr "Marcar QSL como Solicitada (Buró)"
|
||||
msgid "Mark QSL Card Requested (Direct)"
|
||||
msgstr "Marcar QSL como Solicitada (Directa)"
|
||||
|
||||
#~ msgid "Are you sure you want delete station profile "
|
||||
#~ msgstr "¿Está seguro que desea eliminar el perfil de estación "
|
||||
|
||||
#~ msgid "This will delete all QSOs within this station profile?"
|
||||
#~ msgstr "? Esto eliminará todos los QSOs dentro este perfil de estación."
|
||||
|
||||
#~ msgid "Single Operator"
|
||||
#~ msgstr "Operador Único"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-06-07 22:43+0200\n"
|
||||
"POT-Creation-Date: 2024-06-07 23:00+0200\n"
|
||||
"PO-Revision-Date: 2024-06-05 15:14+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -997,14 +997,14 @@ msgstr ""
|
||||
#: application/views/satellite/edit.php:40
|
||||
#: application/views/stationsetup/stationsetup.php:33
|
||||
#: application/views/stationsetup/stationsetup.php:133
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/stationsetup/stationsetup.php:184
|
||||
#: application/views/contesting/add.php:62
|
||||
#: application/views/labels/index.php:44 application/views/labels/index.php:80
|
||||
#: application/views/logbookadvanced/index.php:485
|
||||
#: application/views/mode/index.php:55
|
||||
#: application/views/oqrs/showrequests.php:71
|
||||
#: application/views/station_profile/index.php:55
|
||||
#: application/views/station_profile/index.php:102
|
||||
#: application/views/station_profile/index.php:103
|
||||
#: application/views/user/main.php:54
|
||||
#: application/views/lotw_views/index.php:118
|
||||
#: application/views/qslcard/index.php:65
|
||||
@@ -1014,13 +1014,8 @@ msgstr "Poista"
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "Are you sure you want delete station profile "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "This will delete all QSOs within this station profile?"
|
||||
#, php-format
|
||||
msgid "Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:371
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wavelog-test\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-06-07 22:43+0200\n"
|
||||
"POT-Creation-Date: 2024-06-07 23:00+0200\n"
|
||||
"PO-Revision-Date: 2024-06-05 12:34\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: French\n"
|
||||
@@ -995,14 +995,14 @@ msgstr "Copier"
|
||||
#: application/views/satellite/edit.php:40
|
||||
#: application/views/stationsetup/stationsetup.php:33
|
||||
#: application/views/stationsetup/stationsetup.php:133
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/stationsetup/stationsetup.php:184
|
||||
#: application/views/contesting/add.php:62
|
||||
#: application/views/labels/index.php:44 application/views/labels/index.php:80
|
||||
#: application/views/logbookadvanced/index.php:485
|
||||
#: application/views/mode/index.php:55
|
||||
#: application/views/oqrs/showrequests.php:71
|
||||
#: application/views/station_profile/index.php:55
|
||||
#: application/views/station_profile/index.php:102
|
||||
#: application/views/station_profile/index.php:103
|
||||
#: application/views/user/main.php:54
|
||||
#: application/views/lotw_views/index.php:118
|
||||
#: application/views/qslcard/index.php:65
|
||||
@@ -1012,13 +1012,8 @@ msgstr "Supprimer"
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "Are you sure you want delete station profile "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "This will delete all QSOs within this station profile?"
|
||||
#, php-format
|
||||
msgid "Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:371
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: wavelog-test\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-06-07 22:43+0200\n"
|
||||
"POT-Creation-Date: 2024-06-07 23:00+0200\n"
|
||||
"PO-Revision-Date: 2024-06-05 12:34\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Italian\n"
|
||||
@@ -995,14 +995,14 @@ msgstr ""
|
||||
#: application/views/satellite/edit.php:40
|
||||
#: application/views/stationsetup/stationsetup.php:33
|
||||
#: application/views/stationsetup/stationsetup.php:133
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/stationsetup/stationsetup.php:184
|
||||
#: application/views/contesting/add.php:62
|
||||
#: application/views/labels/index.php:44 application/views/labels/index.php:80
|
||||
#: application/views/logbookadvanced/index.php:485
|
||||
#: application/views/mode/index.php:55
|
||||
#: application/views/oqrs/showrequests.php:71
|
||||
#: application/views/station_profile/index.php:55
|
||||
#: application/views/station_profile/index.php:102
|
||||
#: application/views/station_profile/index.php:103
|
||||
#: application/views/user/main.php:54
|
||||
#: application/views/lotw_views/index.php:118
|
||||
#: application/views/qslcard/index.php:65
|
||||
@@ -1012,13 +1012,8 @@ msgstr ""
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "Are you sure you want delete station profile "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "This will delete all QSOs within this station profile?"
|
||||
#, php-format
|
||||
msgid "Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:371
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-06-07 22:43+0200\n"
|
||||
"POT-Creation-Date: 2024-06-07 23:00+0200\n"
|
||||
"PO-Revision-Date: 2024-06-05 15:15+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -997,14 +997,14 @@ msgstr ""
|
||||
#: application/views/satellite/edit.php:40
|
||||
#: application/views/stationsetup/stationsetup.php:33
|
||||
#: application/views/stationsetup/stationsetup.php:133
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/stationsetup/stationsetup.php:184
|
||||
#: application/views/contesting/add.php:62
|
||||
#: application/views/labels/index.php:44 application/views/labels/index.php:80
|
||||
#: application/views/logbookadvanced/index.php:485
|
||||
#: application/views/mode/index.php:55
|
||||
#: application/views/oqrs/showrequests.php:71
|
||||
#: application/views/station_profile/index.php:55
|
||||
#: application/views/station_profile/index.php:102
|
||||
#: application/views/station_profile/index.php:103
|
||||
#: application/views/user/main.php:54
|
||||
#: application/views/lotw_views/index.php:118
|
||||
#: application/views/qslcard/index.php:65
|
||||
@@ -1014,13 +1014,8 @@ msgstr ""
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "Are you sure you want delete station profile "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "This will delete all QSOs within this station profile?"
|
||||
#, php-format
|
||||
msgid "Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:371
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-06-07 22:43+0200\n"
|
||||
"POT-Creation-Date: 2024-06-07 23:00+0200\n"
|
||||
"PO-Revision-Date: 2024-06-05 15:16+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -997,14 +997,14 @@ msgstr ""
|
||||
#: application/views/satellite/edit.php:40
|
||||
#: application/views/stationsetup/stationsetup.php:33
|
||||
#: application/views/stationsetup/stationsetup.php:133
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/stationsetup/stationsetup.php:184
|
||||
#: application/views/contesting/add.php:62
|
||||
#: application/views/labels/index.php:44 application/views/labels/index.php:80
|
||||
#: application/views/logbookadvanced/index.php:485
|
||||
#: application/views/mode/index.php:55
|
||||
#: application/views/oqrs/showrequests.php:71
|
||||
#: application/views/station_profile/index.php:55
|
||||
#: application/views/station_profile/index.php:102
|
||||
#: application/views/station_profile/index.php:103
|
||||
#: application/views/user/main.php:54
|
||||
#: application/views/lotw_views/index.php:118
|
||||
#: application/views/qslcard/index.php:65
|
||||
@@ -1014,13 +1014,8 @@ msgstr ""
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "Are you sure you want delete station profile "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "This will delete all QSOs within this station profile?"
|
||||
#, php-format
|
||||
msgid "Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:371
|
||||
|
||||
Binary file not shown.
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-06-07 22:43+0200\n"
|
||||
"POT-Creation-Date: 2024-06-07 23:00+0200\n"
|
||||
"PO-Revision-Date: 2024-06-05 15:17+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -997,14 +997,14 @@ msgstr ""
|
||||
#: application/views/satellite/edit.php:40
|
||||
#: application/views/stationsetup/stationsetup.php:33
|
||||
#: application/views/stationsetup/stationsetup.php:133
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/stationsetup/stationsetup.php:184
|
||||
#: application/views/contesting/add.php:62
|
||||
#: application/views/labels/index.php:44 application/views/labels/index.php:80
|
||||
#: application/views/logbookadvanced/index.php:485
|
||||
#: application/views/mode/index.php:55
|
||||
#: application/views/oqrs/showrequests.php:71
|
||||
#: application/views/station_profile/index.php:55
|
||||
#: application/views/station_profile/index.php:102
|
||||
#: application/views/station_profile/index.php:103
|
||||
#: application/views/user/main.php:54
|
||||
#: application/views/lotw_views/index.php:118
|
||||
#: application/views/qslcard/index.php:65
|
||||
@@ -1014,14 +1014,9 @@ msgstr "Удалить"
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "Are you sure you want delete station profile "
|
||||
msgstr "Вы уверены, что хотите удалить профиль станции "
|
||||
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "This will delete all QSOs within this station profile?"
|
||||
msgstr ", это удалит все QSO, содержащиеся в этом профиле станции?"
|
||||
#, php-format
|
||||
msgid "Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:371
|
||||
#: application/views/qso/edit_ajax.php:220
|
||||
@@ -8380,6 +8375,12 @@ msgstr "Отметить запрос QSL-карточки (через бюро)
|
||||
msgid "Mark QSL Card Requested (Direct)"
|
||||
msgstr "Отметить запрос QSL-карточки (напрямую)"
|
||||
|
||||
#~ msgid "Are you sure you want delete station profile "
|
||||
#~ msgstr "Вы уверены, что хотите удалить профиль станции "
|
||||
|
||||
#~ msgid "This will delete all QSOs within this station profile?"
|
||||
#~ msgstr ", это удалит все QSO, содержащиеся в этом профиле станции?"
|
||||
|
||||
#~ msgid "Single Operator"
|
||||
#~ msgstr "Один оператор"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-06-07 22:43+0200\n"
|
||||
"POT-Creation-Date: 2024-06-07 23:00+0200\n"
|
||||
"PO-Revision-Date: 2024-06-05 15:19+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -997,14 +997,14 @@ msgstr ""
|
||||
#: application/views/satellite/edit.php:40
|
||||
#: application/views/stationsetup/stationsetup.php:33
|
||||
#: application/views/stationsetup/stationsetup.php:133
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/stationsetup/stationsetup.php:184
|
||||
#: application/views/contesting/add.php:62
|
||||
#: application/views/labels/index.php:44 application/views/labels/index.php:80
|
||||
#: application/views/logbookadvanced/index.php:485
|
||||
#: application/views/mode/index.php:55
|
||||
#: application/views/oqrs/showrequests.php:71
|
||||
#: application/views/station_profile/index.php:55
|
||||
#: application/views/station_profile/index.php:102
|
||||
#: application/views/station_profile/index.php:103
|
||||
#: application/views/user/main.php:54
|
||||
#: application/views/lotw_views/index.php:118
|
||||
#: application/views/qslcard/index.php:65
|
||||
@@ -1014,13 +1014,8 @@ msgstr "Radera"
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "Are you sure you want delete station profile "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "This will delete all QSOs within this station profile?"
|
||||
#, php-format
|
||||
msgid "Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:371
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-06-07 22:43+0200\n"
|
||||
"POT-Creation-Date: 2024-06-07 23:00+0200\n"
|
||||
"PO-Revision-Date: 2024-06-05 15:20+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -997,14 +997,14 @@ msgstr ""
|
||||
#: application/views/satellite/edit.php:40
|
||||
#: application/views/stationsetup/stationsetup.php:33
|
||||
#: application/views/stationsetup/stationsetup.php:133
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/stationsetup/stationsetup.php:184
|
||||
#: application/views/contesting/add.php:62
|
||||
#: application/views/labels/index.php:44 application/views/labels/index.php:80
|
||||
#: application/views/logbookadvanced/index.php:485
|
||||
#: application/views/mode/index.php:55
|
||||
#: application/views/oqrs/showrequests.php:71
|
||||
#: application/views/station_profile/index.php:55
|
||||
#: application/views/station_profile/index.php:102
|
||||
#: application/views/station_profile/index.php:103
|
||||
#: application/views/user/main.php:54
|
||||
#: application/views/lotw_views/index.php:118
|
||||
#: application/views/qslcard/index.php:65
|
||||
@@ -1014,13 +1014,8 @@ msgstr ""
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "Are you sure you want delete station profile "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "This will delete all QSOs within this station profile?"
|
||||
#, php-format
|
||||
msgid "Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:371
|
||||
|
||||
Binary file not shown.
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-06-07 22:43+0200\n"
|
||||
"POT-Creation-Date: 2024-06-07 23:00+0200\n"
|
||||
"PO-Revision-Date: 2024-06-05 15:20+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -997,14 +997,14 @@ msgstr "复制"
|
||||
#: application/views/satellite/edit.php:40
|
||||
#: application/views/stationsetup/stationsetup.php:33
|
||||
#: application/views/stationsetup/stationsetup.php:133
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/stationsetup/stationsetup.php:184
|
||||
#: application/views/contesting/add.php:62
|
||||
#: application/views/labels/index.php:44 application/views/labels/index.php:80
|
||||
#: application/views/logbookadvanced/index.php:485
|
||||
#: application/views/mode/index.php:55
|
||||
#: application/views/oqrs/showrequests.php:71
|
||||
#: application/views/station_profile/index.php:55
|
||||
#: application/views/station_profile/index.php:102
|
||||
#: application/views/station_profile/index.php:103
|
||||
#: application/views/user/main.php:54
|
||||
#: application/views/lotw_views/index.php:118
|
||||
#: application/views/qslcard/index.php:65
|
||||
@@ -1014,14 +1014,9 @@ msgstr "删除用户"
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "Are you sure you want delete station profile "
|
||||
msgstr "确认删除该台站 "
|
||||
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "This will delete all QSOs within this station profile?"
|
||||
msgstr "此操作会删除所有该台站的 QSO"
|
||||
#, php-format
|
||||
msgid "Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:371
|
||||
#: application/views/qso/edit_ajax.php:220
|
||||
@@ -8370,6 +8365,12 @@ msgstr "标记 已请求卡片(卡片局)"
|
||||
msgid "Mark QSL Card Requested (Direct)"
|
||||
msgstr "标记 已请求卡片(直邮)"
|
||||
|
||||
#~ msgid "Are you sure you want delete station profile "
|
||||
#~ msgstr "确认删除该台站 "
|
||||
|
||||
#~ msgid "This will delete all QSOs within this station profile?"
|
||||
#~ msgstr "此操作会删除所有该台站的 QSO"
|
||||
|
||||
#~ msgid "Single Operator"
|
||||
#~ msgstr "单操作员(Single Operator)"
|
||||
|
||||
|
||||
@@ -98,8 +98,9 @@
|
||||
<a href="<?php echo site_url('station/deletelog')."/".$row->station_id; ?>" class="btn btn-danger btn-sm" title=<?= __("Empty Log"); ?> onclick="return confirm('<?= __("Are you sure you want to delete all QSOs within this station profile?"); ?>');"><i class="fas fa-trash-alt"></i></a></td>
|
||||
</td>
|
||||
<td style="text-align: center; vertical-align: middle;">
|
||||
<?php if($row->station_active != 1) { ?>
|
||||
<a href="<?php echo site_url('station/delete')."/".$row->station_id; ?>" class="btn btn-danger btn-sm" title=<?= __("Delete"); ?> onclick="return confirm('<?= __("Are you sure you want delete station profile "); ?> <?php echo $row->station_profile_name; ?> <?= __("This will delete all QSOs within this station profile?"); ?>');"><i class="fas fa-trash-alt"></i></a>
|
||||
<?php if($row->station_active != 1) {
|
||||
$cnfmsg = sprintf(__("Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."), $row->station_profile_name); ?>
|
||||
<a href="<?php echo site_url('station/delete')."/".$row->station_id; ?>" class="btn btn-danger btn-sm" title=<?= __("Delete"); ?> onclick="return confirm('<?= $cnfmsg ?>')"><i class="fas fa-trash-alt"></i></a>
|
||||
<?php } ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -179,8 +179,9 @@
|
||||
<a href="<?php echo site_url('station/deletelog')."/".$row->station_id; ?>" class="btn btn-danger btn-sm" title=<?= __("Empty Log"); ?> onclick="return confirm('<?= __("Are you sure you want to delete all QSOs within this station profile?"); ?>');"><i class="fas fa-trash-alt"></i></a></td>
|
||||
</td>
|
||||
<td>
|
||||
<?php if($row->station_active != 1) { ?>
|
||||
<a href="<?php echo site_url('station/delete')."/".$row->station_id; ?>" class="btn btn-danger btn-sm" title=<?= __("Delete"); ?> onclick="return confirm('<?= __("Are you sure you want delete station profile "); ?> <?php echo $row->station_profile_name; ?> <?= __("This will delete all QSOs within this station profile?"); ?>');"><i class="fas fa-trash-alt"></i></a>
|
||||
<?php if($row->station_active != 1) {
|
||||
$cnfmsg = sprintf(__("Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."), $row->station_profile_name); ?>?>
|
||||
<a href="<?php echo site_url('station/delete')."/".$row->station_id; ?>" class="btn btn-danger btn-sm" title=<?= __("Delete"); ?> onclick="return confirm('<?= $cnfmsg ?>');"><i class="fas fa-trash-alt"></i></a>
|
||||
<?php } ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-06-07 22:43+0200\n"
|
||||
"POT-Creation-Date: 2024-06-07 23:00+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -996,14 +996,14 @@ msgstr ""
|
||||
#: application/views/satellite/edit.php:40
|
||||
#: application/views/stationsetup/stationsetup.php:33
|
||||
#: application/views/stationsetup/stationsetup.php:133
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/stationsetup/stationsetup.php:184
|
||||
#: application/views/contesting/add.php:62
|
||||
#: application/views/labels/index.php:44 application/views/labels/index.php:80
|
||||
#: application/views/logbookadvanced/index.php:485
|
||||
#: application/views/mode/index.php:55
|
||||
#: application/views/oqrs/showrequests.php:71
|
||||
#: application/views/station_profile/index.php:55
|
||||
#: application/views/station_profile/index.php:102
|
||||
#: application/views/station_profile/index.php:103
|
||||
#: application/views/user/main.php:54
|
||||
#: application/views/lotw_views/index.php:118
|
||||
#: application/views/qslcard/index.php:65
|
||||
@@ -1013,13 +1013,8 @@ msgstr ""
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "Are you sure you want delete station profile "
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:364
|
||||
#: application/views/stationsetup/stationsetup.php:183
|
||||
#: application/views/station_profile/index.php:102
|
||||
msgid "This will delete all QSOs within this station profile?"
|
||||
#, php-format
|
||||
msgid "Are you sure you want delete station profile '%s'? This will delete all QSOs within this station profile."
|
||||
msgstr ""
|
||||
|
||||
#: application/controllers/Stationsetup.php:371
|
||||
|
||||
Reference in New Issue
Block a user