Station Controller (uncomplete)

pull/2564/head
HB9HIL 2023-10-12 08:30:18 +02:00
rodzic eb8222203e
commit 39dbe00fb4
16 zmienionych plików z 34 dodań i 4 usunięć

Wyświetl plik

@ -28,7 +28,7 @@ class Station extends CI_Controller {
$data['is_there_qsos_with_no_station_id'] = $this->Logbook_model->check_for_station_id();
// Render Page
$data['page_title'] = "Station Location";
$data['page_title'] = lang('account_stationlocation');
$this->load->view('interface_assets/header', $data);
$this->load->view('station_profile/index');
$this->load->view('interface_assets/footer');
@ -48,7 +48,7 @@ class Station extends CI_Controller {
if ($this->form_validation->run() == FALSE)
{
$data['page_title'] = "Create Station Location";
$data['page_title'] = lang('account_stationlocation_create_header');
$this->load->view('interface_assets/header', $data);
$this->load->view('station_profile/create');
$this->load->view('interface_assets/footer');

Wyświetl plik

@ -101,9 +101,11 @@ $lang['account_gridmap_default_band'] = 'Default Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation'] = 'Station Location';
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create_header'] = 'Create Station Location';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';

Wyświetl plik

@ -101,9 +101,11 @@ $lang['account_gridmap_default_band'] = '默认波段';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation'] = 'Station Location';
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create_header'] = 'Create Station Location';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';

Wyświetl plik

@ -101,9 +101,11 @@ $lang['account_gridmap_default_band'] = 'Výchozí pásma';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation'] = 'Station Location';
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create_header'] = 'Create Station Location';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';

Wyświetl plik

@ -101,9 +101,11 @@ $lang['account_gridmap_default_band'] = 'Default Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation'] = 'Station Location';
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create_header'] = 'Create Station Location';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';

Wyświetl plik

@ -101,9 +101,11 @@ $lang['account_gridmap_default_band'] = 'Default Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation'] = 'Station Location';
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create_header'] = 'Create Station Location';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';

Wyświetl plik

@ -101,9 +101,11 @@ $lang['account_gridmap_default_band'] = 'Oletusbandi';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation'] = 'Station Location';
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create_header'] = 'Create Station Location';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';

Wyświetl plik

@ -101,9 +101,11 @@ $lang['account_gridmap_default_band'] = 'Default Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation'] = 'Station Location';
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create_header'] = 'Create Station Location';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';

Wyświetl plik

@ -101,9 +101,11 @@ $lang['account_gridmap_default_band'] = 'Standardband';
$lang['account_qsl_settings'] = 'QSL-Methoden, die in der Planquadratkarte und beim anlegen eines QSOs angezeigt werden';
// Station Location
$lang['account_stationlocation'] = 'Stationsstandort';
$lang['account_stationlocation_header_ln1'] = 'Stationsstandorte definieren die Orte, von denen aus du QRV bist. Dein Zuhause, Bei Freunden oder Unterwegs';
$lang['account_stationlocation_header_ln2'] = 'Ähnlich wie Logbücher trennen die Stationsstandorte die entsprechenden QSO voneinander ab.';
$lang['account_stationlocation_header_ln3'] = 'Es kann immer nur ein Stationsstandort aktiv sein. Welches das aktuell ist siehst du in der Liste an dem "Aktive Station" Symbol';
$lang['account_stationlocation_create_header'] = 'Erstellung Stationsstandort';
$lang['account_stationlocation_create'] = 'Erstelle einen neuen Stationsstandort';
$lang['account_stationlocation_warning'] = 'Achtung: Du musst einen aktiven Stationsstandort auswählen. Gehe zu Rufzeichen -> Stationsstandorte um einen zu aktivieren.';
$lang['account_stationlocation_reassign_at'] = 'Bitte mache die Zuordnung in ';
@ -116,6 +118,6 @@ $lang['account_stationlocation_set_active'] = 'Aktiviere';
$lang['account_stationlocation_active'] = 'Aktive Station';
$lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
$lang['account_stationlocation_confirm_del_qso'] = 'Bist du sicher, dass du alle QSO an diesem Stationsstandort löschen möchtest?';
$lang['account_stationlocation_confirm_del_stationlocation'] = 'Are you sure you want delete station profile ';
$lang['account_stationlocation_confirm_del_stationlocation_qso'] = 'This will delete all QSOs within this station profile?';
$lang['account_stationlocation_confirm_del_stationlocation'] = 'Bist du sicher, dass du diesen Stationsstandort löschen willst?:';
$lang['account_stationlocation_confirm_del_stationlocation_qso'] = 'Es werden alle QSO an diesem Stationsstandort gelöscht!';

Wyświetl plik

@ -101,9 +101,11 @@ $lang['account_gridmap_default_band'] = 'Default Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation'] = 'Station Location';
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create_header'] = 'Create Station Location';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';

Wyświetl plik

@ -101,9 +101,11 @@ $lang['account_gridmap_default_band'] = 'Default Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation'] = 'Station Location';
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create_header'] = 'Create Station Location';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';

Wyświetl plik

@ -101,9 +101,11 @@ $lang['account_gridmap_default_band'] = 'Default Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation'] = 'Station Location';
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create_header'] = 'Create Station Location';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';

Wyświetl plik

@ -101,9 +101,11 @@ $lang['account_gridmap_default_band'] = 'Диапазон по умолчани
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation'] = 'Station Location';
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create_header'] = 'Create Station Location';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';

Wyświetl plik

@ -101,9 +101,11 @@ $lang['account_gridmap_default_band'] = 'Default Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation'] = 'Station Location';
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create_header'] = 'Create Station Location';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';

Wyświetl plik

@ -101,9 +101,11 @@ $lang['account_gridmap_default_band'] = 'Standard Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation'] = 'Station Location';
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create_header'] = 'Create Station Location';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';

Wyświetl plik

@ -101,9 +101,11 @@ $lang['account_gridmap_default_band'] = 'Default Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation'] = 'Station Location';
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create_header'] = 'Create Station Location';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';