mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Station Edit (work in progress)
This commit is contained in:
@@ -65,7 +65,7 @@ class Station extends CI_Controller {
|
||||
$this->load->model('stations');
|
||||
if ($this->stations->check_station_is_accessible($id)) {
|
||||
$data = $this->load_station_for_editing($id);
|
||||
$data['page_title'] = "Edit Station Location: {$data['my_station_profile']->station_profile_name}";
|
||||
$data['page_title'] = lang('account_stationlocation_edit') . $data['my_station_profile']->station_profile_name;
|
||||
|
||||
if ($this->form_validation->run() == FALSE) {
|
||||
$this->load->view('interface_assets/header', $data);
|
||||
@@ -74,7 +74,7 @@ class Station extends CI_Controller {
|
||||
} else {
|
||||
$this->stations->edit();
|
||||
|
||||
$data['notice'] = "Station Profile " . $this->security->xss_clean($this->input->post('station_profile_name', true)) . " Updated";
|
||||
$data['notice'] = lang('account_stationlocation') . $this->security->xss_clean($this->input->post('station_profile_name', true)) . " Updated";
|
||||
|
||||
redirect('station');
|
||||
}
|
||||
|
||||
@@ -107,11 +107,17 @@ $lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station pr
|
||||
$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_edit'] = 'Edit Station Location: ';
|
||||
$lang['account_stationlocation_updated_suff'] = ' Updated.';
|
||||
$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 ';
|
||||
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
|
||||
$lang['account_stationlocation_name'] = 'Profile Name';
|
||||
$lang['account_stationlocation_name_hint'] = 'Shortname for the station location. For example: Home (IO87IP)';
|
||||
$lang['account_stationlocation_callsign'] = 'Station Callsign';
|
||||
$lang['account_stationlocation_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P';
|
||||
$lang['account_stationlocation_power'] = 'Station Power (W)';
|
||||
$lang['account_stationlocation_power_hint'] = 'Default station power in Watt. Overwritten by CAT.';
|
||||
$lang['account_stationlocation_emptylog'] = 'Empty Log';
|
||||
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
|
||||
$lang['account_stationlocation_set_active'] = 'Set Active';
|
||||
@@ -120,4 +126,12 @@ $lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
|
||||
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
|
||||
$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_dxcc'] = 'Station DXCC';
|
||||
$lang['account_stationlocation_dxcc_hint'] = 'Station DXCC entity. For example: Scotland';
|
||||
$lang['account_stationlocation_city'] = 'Station City';
|
||||
$lang['account_stationlocation_city_hint'] = 'Station city. For example: Inverness';
|
||||
$lang['account_stationlocation_state'] = 'Station State';
|
||||
$lang['account_stationlocation_state_hint'] = 'Station state. Applies to certain countries only. Leave blank if not applicable.';
|
||||
$lang['account_stationlocation_county'] = 'Station County';
|
||||
$lang['account_stationlocation_county_hint'] = 'Station County (Only used for USA/Alaska/Hawaii).';
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ $lang['admin_options'] = 'Options';
|
||||
$lang['admin_create_user'] = 'Create user';
|
||||
$lang['admin_delete'] = 'Delete';
|
||||
$lang['admin_edit'] = 'Edit';
|
||||
$lang['admin_create'] = 'Create';
|
||||
$lang['admin_update'] = 'Update';
|
||||
$lang['admin_copy'] = 'Copy';
|
||||
$lang['admin_save'] = 'Save';
|
||||
$lang['admin_close'] = 'Close';
|
||||
|
||||
@@ -121,7 +121,9 @@ $lang['gen_hamradio_satellite_mode'] = 'Режим на сателита';
|
||||
|
||||
$lang['gen_hamradio_logbook'] = 'Дневник';
|
||||
|
||||
$lang['gen_hamradio_zones'] = 'Zones';
|
||||
$lang['gen_hamradio_cq_zone'] = 'CQ зона';
|
||||
$lang['gen_hamradio_itu_zone'] = 'ITU Zone';
|
||||
$lang['gen_hamradio_dxcc'] = 'DXCC';
|
||||
$lang['gen_hamradio_deleted_dxcc'] = 'Deleted DXCC';
|
||||
$lang['gen_hamradio_continent'] = 'Continent';
|
||||
@@ -144,6 +146,12 @@ $lang['gen_hamradio_operator'] = 'Operator';
|
||||
$lang['gen_hamradio_sig'] = 'Sig';
|
||||
$lang['gen_hamradio_sig_info'] = 'Sig Info';
|
||||
|
||||
// Find your CQ/ITU Zone
|
||||
$lang['gen_find_zone_cq_part1'] = "If you don't know your CQ Zone then ";
|
||||
$lang['gen_find_zone_itu_part1'] = "If you don't know your ITU Zone then ";
|
||||
$lang['gen_find_zone_part2'] = 'click here';
|
||||
$lang['gen_find_zone_part3'] = ' to find it!';
|
||||
|
||||
// Dashboard Words
|
||||
$lang['dashboard_you_have_had'] = 'Вие сте имали';
|
||||
$lang['dashboard_qsos_today'] = 'QSO-та днес!';
|
||||
|
||||
@@ -107,11 +107,17 @@ $lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station pr
|
||||
$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_edit'] = 'Edit Station Location: ';
|
||||
$lang['account_stationlocation_updated_suff'] = ' Updated.';
|
||||
$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 ';
|
||||
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
|
||||
$lang['account_stationlocation_name'] = 'Profile Name';
|
||||
$lang['account_stationlocation_name_hint'] = 'Shortname for the station location. For example: Home (IO87IP)';
|
||||
$lang['account_stationlocation_callsign'] = 'Station Callsign';
|
||||
$lang['account_stationlocation_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P';
|
||||
$lang['account_stationlocation_power'] = 'Station Power (W)';
|
||||
$lang['account_stationlocation_power_hint'] = 'Default station power in Watt. Overwritten by CAT.';
|
||||
$lang['account_stationlocation_emptylog'] = 'Empty Log';
|
||||
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
|
||||
$lang['account_stationlocation_set_active'] = 'Set Active';
|
||||
@@ -120,4 +126,12 @@ $lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
|
||||
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
|
||||
$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_dxcc'] = 'Station DXCC';
|
||||
$lang['account_stationlocation_dxcc_hint'] = 'Station DXCC entity. For example: Scotland';
|
||||
$lang['account_stationlocation_city'] = 'Station City';
|
||||
$lang['account_stationlocation_city_hint'] = 'Station city. For example: Inverness';
|
||||
$lang['account_stationlocation_state'] = 'Station State';
|
||||
$lang['account_stationlocation_state_hint'] = 'Station state. Applies to certain countries only. Leave blank if not applicable.';
|
||||
$lang['account_stationlocation_county'] = 'Station County';
|
||||
$lang['account_stationlocation_county_hint'] = 'Station County (Only used for USA/Alaska/Hawaii).';
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ $lang['admin_options'] = '设置';
|
||||
$lang['admin_create_user'] = '创建用户';
|
||||
$lang['admin_delete'] = '删除用户';
|
||||
$lang['admin_edit'] = '编辑用户';
|
||||
$lang['admin_create'] = 'Create';
|
||||
$lang['admin_update'] = 'Update';
|
||||
$lang['admin_copy'] = 'Copy';
|
||||
$lang['admin_save'] = 'Save';
|
||||
$lang['admin_close'] = 'Close';
|
||||
|
||||
@@ -121,7 +121,9 @@ $lang['gen_hamradio_satellite_mode'] = '卫星模式';
|
||||
|
||||
$lang['gen_hamradio_logbook'] = '日志簿';
|
||||
|
||||
$lang['gen_hamradio_zones'] = 'Zones';
|
||||
$lang['gen_hamradio_cq_zone'] = 'CQ 分区';
|
||||
$lang['gen_hamradio_itu_zone'] = 'ITU Zone';
|
||||
$lang['gen_hamradio_dxcc'] = 'DXCC实体';
|
||||
$lang['gen_hamradio_deleted_dxcc'] = '删除 DXCC实体';
|
||||
$lang['gen_hamradio_continent'] = '大陆';
|
||||
@@ -144,6 +146,12 @@ $lang['gen_hamradio_operator'] = '操作员';
|
||||
$lang['gen_hamradio_sig'] = 'Sig';
|
||||
$lang['gen_hamradio_sig_info'] = 'Sig 属性';
|
||||
|
||||
// Find your CQ/ITU Zone
|
||||
$lang['gen_find_zone_cq_part1'] = "If you don't know your CQ Zone then ";
|
||||
$lang['gen_find_zone_itu_part1'] = "If you don't know your ITU Zone then ";
|
||||
$lang['gen_find_zone_part2'] = 'click here';
|
||||
$lang['gen_find_zone_part3'] = ' to find it!';
|
||||
|
||||
// Dashboard Words
|
||||
$lang['dashboard_you_have_had'] = '今天你有';
|
||||
$lang['dashboard_qsos_today'] = '个 QSO!';
|
||||
|
||||
@@ -107,11 +107,17 @@ $lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station pr
|
||||
$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_edit'] = 'Edit Station Location: ';
|
||||
$lang['account_stationlocation_updated_suff'] = ' Updated.';
|
||||
$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 ';
|
||||
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
|
||||
$lang['account_stationlocation_name'] = 'Profile Name';
|
||||
$lang['account_stationlocation_name_hint'] = 'Shortname for the station location. For example: Home (IO87IP)';
|
||||
$lang['account_stationlocation_callsign'] = 'Station Callsign';
|
||||
$lang['account_stationlocation_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P';
|
||||
$lang['account_stationlocation_power'] = 'Station Power (W)';
|
||||
$lang['account_stationlocation_power_hint'] = 'Default station power in Watt. Overwritten by CAT.';
|
||||
$lang['account_stationlocation_emptylog'] = 'Empty Log';
|
||||
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
|
||||
$lang['account_stationlocation_set_active'] = 'Set Active';
|
||||
@@ -120,4 +126,12 @@ $lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
|
||||
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
|
||||
$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_dxcc'] = 'Station DXCC';
|
||||
$lang['account_stationlocation_dxcc_hint'] = 'Station DXCC entity. For example: Scotland';
|
||||
$lang['account_stationlocation_city'] = 'Station City';
|
||||
$lang['account_stationlocation_city_hint'] = 'Station city. For example: Inverness';
|
||||
$lang['account_stationlocation_state'] = 'Station State';
|
||||
$lang['account_stationlocation_state_hint'] = 'Station state. Applies to certain countries only. Leave blank if not applicable.';
|
||||
$lang['account_stationlocation_county'] = 'Station County';
|
||||
$lang['account_stationlocation_county_hint'] = 'Station County (Only used for USA/Alaska/Hawaii).';
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ $lang['admin_options'] = 'Možnosti';
|
||||
$lang['admin_create_user'] = 'Vytvořit uživatele';
|
||||
$lang['admin_delete'] = 'Smazat';
|
||||
$lang['admin_edit'] = 'Upravit';
|
||||
$lang['admin_create'] = 'Create';
|
||||
$lang['admin_update'] = 'Update';
|
||||
$lang['admin_copy'] = 'Copy';
|
||||
$lang['admin_save'] = 'Save';
|
||||
$lang['admin_close'] = 'Close';
|
||||
|
||||
@@ -121,7 +121,9 @@ $lang['gen_hamradio_satellite_mode'] = 'Režim satelitu';
|
||||
|
||||
$lang['gen_hamradio_logbook'] = 'Logbook';
|
||||
|
||||
$lang['gen_hamradio_zones'] = 'Zones';
|
||||
$lang['gen_hamradio_cq_zone'] = 'CQ zóna';
|
||||
$lang['gen_hamradio_itu_zone'] = 'ITU Zone';
|
||||
$lang['gen_hamradio_dxcc'] = 'DXCC';
|
||||
$lang['gen_hamradio_deleted_dxcc'] = 'Smazané DXCC';
|
||||
$lang['gen_hamradio_continent'] = 'Kontinent';
|
||||
@@ -144,6 +146,12 @@ $lang['gen_hamradio_operator'] = 'Operátor';
|
||||
$lang['gen_hamradio_sig'] = 'Sig';
|
||||
$lang['gen_hamradio_sig_info'] = 'Sig Info';
|
||||
|
||||
// Find your CQ/ITU Zone
|
||||
$lang['gen_find_zone_cq_part1'] = "If you don't know your CQ Zone then ";
|
||||
$lang['gen_find_zone_itu_part1'] = "If you don't know your ITU Zone then ";
|
||||
$lang['gen_find_zone_part2'] = 'click here';
|
||||
$lang['gen_find_zone_part3'] = ' to find it!';
|
||||
|
||||
// Dashboard Words
|
||||
$lang['dashboard_you_have_had'] = 'Máte';
|
||||
$lang['dashboard_qsos_today'] = 'QSO spojení dnes!';
|
||||
|
||||
@@ -107,11 +107,17 @@ $lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station pr
|
||||
$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_edit'] = 'Edit Station Location: ';
|
||||
$lang['account_stationlocation_updated_suff'] = ' Updated.';
|
||||
$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 ';
|
||||
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
|
||||
$lang['account_stationlocation_name'] = 'Profile Name';
|
||||
$lang['account_stationlocation_name_hint'] = 'Shortname for the station location. For example: Home (IO87IP)';
|
||||
$lang['account_stationlocation_callsign'] = 'Station Callsign';
|
||||
$lang['account_stationlocation_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P';
|
||||
$lang['account_stationlocation_power'] = 'Station Power (W)';
|
||||
$lang['account_stationlocation_power_hint'] = 'Default station power in Watt. Overwritten by CAT.';
|
||||
$lang['account_stationlocation_emptylog'] = 'Empty Log';
|
||||
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
|
||||
$lang['account_stationlocation_set_active'] = 'Set Active';
|
||||
@@ -120,4 +126,12 @@ $lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
|
||||
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
|
||||
$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_dxcc'] = 'Station DXCC';
|
||||
$lang['account_stationlocation_dxcc_hint'] = 'Station DXCC entity. For example: Scotland';
|
||||
$lang['account_stationlocation_city'] = 'Station City';
|
||||
$lang['account_stationlocation_city_hint'] = 'Station city. For example: Inverness';
|
||||
$lang['account_stationlocation_state'] = 'Station State';
|
||||
$lang['account_stationlocation_state_hint'] = 'Station state. Applies to certain countries only. Leave blank if not applicable.';
|
||||
$lang['account_stationlocation_county'] = 'Station County';
|
||||
$lang['account_stationlocation_county_hint'] = 'Station County (Only used for USA/Alaska/Hawaii).';
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ $lang['admin_options'] = 'Options';
|
||||
$lang['admin_create_user'] = 'Create user';
|
||||
$lang['admin_delete'] = 'Delete';
|
||||
$lang['admin_edit'] = 'Edit';
|
||||
$lang['admin_create'] = 'Create';
|
||||
$lang['admin_update'] = 'Update';
|
||||
$lang['admin_copy'] = 'Copy';
|
||||
$lang['admin_save'] = 'Save';
|
||||
$lang['admin_close'] = 'Close';
|
||||
|
||||
@@ -121,7 +121,9 @@ $lang['gen_hamradio_satellite_mode'] = 'Satelliet Mode';
|
||||
|
||||
$lang['gen_hamradio_logbook'] = 'Logboek';
|
||||
|
||||
$lang['gen_hamradio_zones'] = 'Zones';
|
||||
$lang['gen_hamradio_cq_zone'] = 'CQ Zone';
|
||||
$lang['gen_hamradio_itu_zone'] = 'ITU Zone';
|
||||
$lang['gen_hamradio_dxcc'] = 'DXCC';
|
||||
$lang['gen_hamradio_deleted_dxcc'] = 'Deleted DXCC';
|
||||
$lang['gen_hamradio_continent'] = 'Continent';
|
||||
@@ -144,6 +146,12 @@ $lang['gen_hamradio_operator'] = 'Operator';
|
||||
$lang['gen_hamradio_sig'] = 'Sig';
|
||||
$lang['gen_hamradio_sig_info'] = 'Sig Info';
|
||||
|
||||
// Find your CQ/ITU Zone
|
||||
$lang['gen_find_zone_cq_part1'] = "If you don't know your CQ Zone then ";
|
||||
$lang['gen_find_zone_itu_part1'] = "If you don't know your ITU Zone then ";
|
||||
$lang['gen_find_zone_part2'] = 'click here';
|
||||
$lang['gen_find_zone_part3'] = ' to find it!';
|
||||
|
||||
// Dashboard Words
|
||||
$lang['dashboard_you_have_had'] = 'Je hebt';
|
||||
$lang['dashboard_qsos_today'] = 'QSOs vandaag!';
|
||||
|
||||
@@ -107,11 +107,17 @@ $lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station pr
|
||||
$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_edit'] = 'Edit Station Location: ';
|
||||
$lang['account_stationlocation_updated_suff'] = ' Updated.';
|
||||
$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 ';
|
||||
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
|
||||
$lang['account_stationlocation_name'] = 'Profile Name';
|
||||
$lang['account_stationlocation_name_hint'] = 'Shortname for the station location. For example: Home (IO87IP)';
|
||||
$lang['account_stationlocation_callsign'] = 'Station Callsign';
|
||||
$lang['account_stationlocation_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P';
|
||||
$lang['account_stationlocation_power'] = 'Station Power (W)';
|
||||
$lang['account_stationlocation_power_hint'] = 'Default station power in Watt. Overwritten by CAT.';
|
||||
$lang['account_stationlocation_emptylog'] = 'Empty Log';
|
||||
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
|
||||
$lang['account_stationlocation_set_active'] = 'Set Active';
|
||||
@@ -120,4 +126,12 @@ $lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
|
||||
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
|
||||
$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_dxcc'] = 'Station DXCC';
|
||||
$lang['account_stationlocation_dxcc_hint'] = 'Station DXCC entity. For example: Scotland';
|
||||
$lang['account_stationlocation_city'] = 'Station City';
|
||||
$lang['account_stationlocation_city_hint'] = 'Station city. For example: Inverness';
|
||||
$lang['account_stationlocation_state'] = 'Station State';
|
||||
$lang['account_stationlocation_state_hint'] = 'Station state. Applies to certain countries only. Leave blank if not applicable.';
|
||||
$lang['account_stationlocation_county'] = 'Station County';
|
||||
$lang['account_stationlocation_county_hint'] = 'Station County (Only used for USA/Alaska/Hawaii).';
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ $lang['admin_options'] = 'Options';
|
||||
$lang['admin_create_user'] = 'Create user';
|
||||
$lang['admin_delete'] = 'Delete';
|
||||
$lang['admin_edit'] = 'Edit';
|
||||
$lang['admin_create'] = 'Create';
|
||||
$lang['admin_update'] = 'Update';
|
||||
$lang['admin_copy'] = 'Copy';
|
||||
$lang['admin_save'] = 'Save';
|
||||
$lang['admin_close'] = 'Close';
|
||||
|
||||
@@ -121,7 +121,9 @@ $lang['gen_hamradio_satellite_mode'] = 'Satellite Mode';
|
||||
|
||||
$lang['gen_hamradio_logbook'] = 'Logbook';
|
||||
|
||||
$lang['gen_hamradio_zones'] = 'Zones';
|
||||
$lang['gen_hamradio_cq_zone'] = 'CQ Zone';
|
||||
$lang['gen_hamradio_itu_zone'] = 'ITU Zone';
|
||||
$lang['gen_hamradio_dxcc'] = 'DXCC';
|
||||
$lang['gen_hamradio_deleted_dxcc'] = 'Deleted DXCC';
|
||||
$lang['gen_hamradio_continent'] = 'Continent';
|
||||
@@ -144,6 +146,10 @@ $lang['gen_hamradio_operator'] = 'Operator';
|
||||
$lang['gen_hamradio_sig'] = 'Sig';
|
||||
$lang['gen_hamradio_sig_info'] = 'Sig Info';
|
||||
|
||||
// Find your CQ/ITU Zone
|
||||
$lang['gen_find_zone_cq'] = "If you don't know your CQ Zone then <a href='https://zone-check.eu/?m=cq' target='_blank'>click here</a> to find it";
|
||||
$lang['gen_find_zone_itu'] = "If you don't know your ITU Zone then <a href='https://zone-check.eu/?m=itu' target='_blank'>click here</a> to find it";
|
||||
|
||||
// Dashboard Words
|
||||
$lang['dashboard_you_have_had'] = 'You have had';
|
||||
$lang['dashboard_qsos_today'] = 'QSOs Today!';
|
||||
|
||||
@@ -107,11 +107,17 @@ $lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station pr
|
||||
$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_edit'] = 'Edit Station Location: ';
|
||||
$lang['account_stationlocation_updated_suff'] = ' Updated.';
|
||||
$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 ';
|
||||
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
|
||||
$lang['account_stationlocation_name'] = 'Profile Name';
|
||||
$lang['account_stationlocation_name_hint'] = 'Shortname for the station location. For example: Home (IO87IP)';
|
||||
$lang['account_stationlocation_callsign'] = 'Station Callsign';
|
||||
$lang['account_stationlocation_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P';
|
||||
$lang['account_stationlocation_power'] = 'Station Power (W)';
|
||||
$lang['account_stationlocation_power_hint'] = 'Default station power in Watt. Overwritten by CAT.';
|
||||
$lang['account_stationlocation_emptylog'] = 'Empty Log';
|
||||
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
|
||||
$lang['account_stationlocation_set_active'] = 'Set Active';
|
||||
@@ -120,4 +126,12 @@ $lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
|
||||
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
|
||||
$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_dxcc'] = 'Station DXCC';
|
||||
$lang['account_stationlocation_dxcc_hint'] = 'Station DXCC entity. For example: Scotland';
|
||||
$lang['account_stationlocation_city'] = 'Station City';
|
||||
$lang['account_stationlocation_city_hint'] = 'Station city. For example: Inverness';
|
||||
$lang['account_stationlocation_state'] = 'Station State';
|
||||
$lang['account_stationlocation_state_hint'] = 'Station state. Applies to certain countries only. Leave blank if not applicable.';
|
||||
$lang['account_stationlocation_county'] = 'Station County';
|
||||
$lang['account_stationlocation_county_hint'] = 'Station County (Only used for USA/Alaska/Hawaii).';
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ $lang['admin_options'] = 'Valinnat';
|
||||
$lang['admin_create_user'] = 'Luo käyttäjä';
|
||||
$lang['admin_delete'] = 'Poista';
|
||||
$lang['admin_edit'] = 'Muokkaa';
|
||||
$lang['admin_create'] = 'Create';
|
||||
$lang['admin_update'] = 'Update';
|
||||
$lang['admin_copy'] = 'Copy';
|
||||
$lang['admin_save'] = 'Save';
|
||||
$lang['admin_close'] = 'Close';
|
||||
|
||||
@@ -121,7 +121,9 @@ $lang['gen_hamradio_satellite_mode'] = 'Satelliitin Mode';
|
||||
|
||||
$lang['gen_hamradio_logbook'] = 'Lokikirja';
|
||||
|
||||
$lang['gen_hamradio_zones'] = 'Zones';
|
||||
$lang['gen_hamradio_cq_zone'] = 'CQ Zone';
|
||||
$lang['gen_hamradio_itu_zone'] = 'ITU Zone';
|
||||
$lang['gen_hamradio_dxcc'] = 'DXCC';
|
||||
$lang['gen_hamradio_deleted_dxcc'] = 'Poistettu DXCC';
|
||||
$lang['gen_hamradio_continent'] = 'Continent';
|
||||
@@ -144,6 +146,12 @@ $lang['gen_hamradio_operator'] = 'Operator';
|
||||
$lang['gen_hamradio_sig'] = 'Sig';
|
||||
$lang['gen_hamradio_sig_info'] = 'Sig Info';
|
||||
|
||||
// Find your CQ/ITU Zone
|
||||
$lang['gen_find_zone_cq_part1'] = "If you don't know your CQ Zone then ";
|
||||
$lang['gen_find_zone_itu_part1'] = "If you don't know your ITU Zone then ";
|
||||
$lang['gen_find_zone_part2'] = 'click here';
|
||||
$lang['gen_find_zone_part3'] = ' to find it!';
|
||||
|
||||
// Dashboard Words
|
||||
$lang['dashboard_you_have_had'] = 'Olet pitänyt';
|
||||
$lang['dashboard_qsos_today'] = 'yhteyttä tänään!';
|
||||
|
||||
@@ -107,11 +107,17 @@ $lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station pr
|
||||
$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_edit'] = 'Edit Station Location: ';
|
||||
$lang['account_stationlocation_updated_suff'] = ' Updated.';
|
||||
$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 ';
|
||||
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
|
||||
$lang['account_stationlocation_name'] = 'Profile Name';
|
||||
$lang['account_stationlocation_name_hint'] = 'Shortname for the station location. For example: Home (IO87IP)';
|
||||
$lang['account_stationlocation_callsign'] = 'Station Callsign';
|
||||
$lang['account_stationlocation_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P';
|
||||
$lang['account_stationlocation_power'] = 'Station Power (W)';
|
||||
$lang['account_stationlocation_power_hint'] = 'Default station power in Watt. Overwritten by CAT.';
|
||||
$lang['account_stationlocation_emptylog'] = 'Empty Log';
|
||||
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
|
||||
$lang['account_stationlocation_set_active'] = 'Set Active';
|
||||
@@ -120,4 +126,12 @@ $lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
|
||||
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
|
||||
$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_dxcc'] = 'Station DXCC';
|
||||
$lang['account_stationlocation_dxcc_hint'] = 'Station DXCC entity. For example: Scotland';
|
||||
$lang['account_stationlocation_city'] = 'Station City';
|
||||
$lang['account_stationlocation_city_hint'] = 'Station city. For example: Inverness';
|
||||
$lang['account_stationlocation_state'] = 'Station State';
|
||||
$lang['account_stationlocation_state_hint'] = 'Station state. Applies to certain countries only. Leave blank if not applicable.';
|
||||
$lang['account_stationlocation_county'] = 'Station County';
|
||||
$lang['account_stationlocation_county_hint'] = 'Station County (Only used for USA/Alaska/Hawaii).';
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ $lang['admin_options'] = 'Options';
|
||||
$lang['admin_create_user'] = 'Creation d\'un utilisateur';
|
||||
$lang['admin_delete'] = 'Supprimer';
|
||||
$lang['admin_edit'] = 'Editer';
|
||||
$lang['admin_create'] = 'Create';
|
||||
$lang['admin_update'] = 'Update';
|
||||
$lang['admin_copy'] = 'Copy';
|
||||
$lang['admin_save'] = 'Save';
|
||||
$lang['admin_close'] = 'Close';
|
||||
|
||||
@@ -121,7 +121,9 @@ $lang['gen_hamradio_satellite_mode'] = 'Mode du Satellite';
|
||||
|
||||
$lang['gen_hamradio_logbook'] = 'Logbook';
|
||||
|
||||
$lang['gen_hamradio_zones'] = 'Zones';
|
||||
$lang['gen_hamradio_cq_zone'] = 'Zone CQ ';
|
||||
$lang['gen_hamradio_itu_zone'] = 'ITU Zone';
|
||||
$lang['gen_hamradio_dxcc'] = 'DXCC';
|
||||
$lang['gen_hamradio_deleted_dxcc'] = 'Deleted DXCC';
|
||||
$lang['gen_hamradio_continent'] = 'Continent';
|
||||
@@ -129,8 +131,8 @@ $lang['gen_hamradio_usa_state'] = 'Etat USA';
|
||||
$lang['gen_hamradio_county_reference'] = 'USA County';
|
||||
$lang['gen_hamradio_iota_reference'] = 'Référence IOTA';
|
||||
$lang['gen_hamradio_sota_reference'] = 'Référence SOTA';
|
||||
$lang['gen_hamradio_wwff_reference'] = 'WWFF Reference';
|
||||
$lang['gen_hamradio_pota_reference'] = 'POTA Reference';
|
||||
$lang['gen_hamradio_wwff_reference'] = 'Référence WWFF';
|
||||
$lang['gen_hamradio_pota_reference'] = 'Référence POTA';
|
||||
$lang['gen_hamradio_dok'] = 'DOK';
|
||||
$lang['gen_hamradio_state'] = 'State';
|
||||
$lang['gen_hamradio_iota'] = 'IOTA';
|
||||
@@ -144,6 +146,12 @@ $lang['gen_hamradio_operator'] = 'Operateur';
|
||||
$lang['gen_hamradio_sig'] = 'Sig';
|
||||
$lang['gen_hamradio_sig_info'] = 'Sig Info';
|
||||
|
||||
// Find your CQ/ITU Zone
|
||||
$lang['gen_find_zone_cq_part1'] = "If you don't know your CQ Zone then ";
|
||||
$lang['gen_find_zone_itu_part1'] = "If you don't know your ITU Zone then ";
|
||||
$lang['gen_find_zone_part2'] = 'click here';
|
||||
$lang['gen_find_zone_part3'] = ' to find it!';
|
||||
|
||||
// Dashboard Words
|
||||
$lang['dashboard_you_have_had'] = 'Vous avez eu';
|
||||
$lang['dashboard_qsos_today'] = 'QSOs aujourd\'hui!';
|
||||
|
||||
@@ -107,11 +107,17 @@ $lang['account_stationlocation_header_ln2'] = 'Ähnlich wie Logbücher trennen d
|
||||
$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_edit'] = 'Bearbeite Stationsstandort: ';
|
||||
$lang['account_stationlocation_updated_suff'] = ' aktualisiert.'; // nur letztes Wort im Satz "XYZ wurde aktualisiert"
|
||||
$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 ';
|
||||
$lang['account_stationlocation_warning_reassign'] = 'Aufgrund von Änderungen in Cloudlog musst du QSOs wieder einem Stationsstandort zuordnen.';
|
||||
$lang['account_stationlocation_name'] = 'Station Name';
|
||||
$lang['account_stationlocation_name_hint'] = 'Kurzname für den Stationsstandort. Zum Beispiel: Home (IO87IP)';
|
||||
$lang['account_stationlocation_callsign'] = 'Station Rufzeichen';
|
||||
$lang['account_stationlocation_callsign_hint'] = 'Station Rufzeichen. Zum Beispiel: HB9HIL/P';
|
||||
$lang['account_stationlocation_power'] = 'Station Sendeleistung (W)';
|
||||
$lang['account_stationlocation_power_hint'] = 'Standardmässig eingestellte Sendeleistung in Watt. Wird von CAT-Daten überschrieben.';
|
||||
$lang['account_stationlocation_emptylog'] = 'Lösche Log';
|
||||
$lang['account_stationlocation_confirm_active'] = 'Bist du sicher, dass du den folgenden Stationsstandort zum aktiven Standort machen möchtest?: ';
|
||||
$lang['account_stationlocation_set_active'] = 'Aktiviere';
|
||||
@@ -120,4 +126,12 @@ $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'] = '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!';
|
||||
$lang['account_stationlocation_dxcc'] = 'Station DXCC';
|
||||
$lang['account_stationlocation_dxcc_hint'] = 'Station DXCC Einteilung. Zum Beispiel: Germany';
|
||||
$lang['account_stationlocation_city'] = 'Station Stadt';
|
||||
$lang['account_stationlocation_city_hint'] = 'Station Stadt. Zum Beispiel: Berlin';
|
||||
$lang['account_stationlocation_state'] = 'Station Staat';
|
||||
$lang['account_stationlocation_state_hint'] = 'Station Staat. Nur verfügbar für einige Länder. Leer lassen falls nicht verfügbar.';
|
||||
$lang['account_stationlocation_county'] = 'Station County';
|
||||
$lang['account_stationlocation_county_hint'] = 'Station County (Nur für USA/Alaska/Hawaii).';
|
||||
|
||||
|
||||
@@ -15,7 +15,9 @@ $lang['admin_options'] = 'Optionen';
|
||||
|
||||
$lang['admin_create_user'] = 'Benutzer anlegen';
|
||||
$lang['admin_delete'] = 'Löschen';
|
||||
$lang['admin_edit'] = 'Editieren';
|
||||
$lang['admin_edit'] = 'Bearbeiten';
|
||||
$lang['admin_create'] = 'Erstelle';
|
||||
$lang['admin_update'] = 'Aktualisiere';
|
||||
$lang['admin_copy'] = 'Kopieren';
|
||||
$lang['admin_save'] = 'Speichern';
|
||||
$lang['admin_close'] = 'Schliessen';
|
||||
|
||||
@@ -121,7 +121,9 @@ $lang['gen_hamradio_satellite_mode'] = 'Satellitenmodus';
|
||||
|
||||
$lang['gen_hamradio_logbook'] = 'Logbuch';
|
||||
|
||||
$lang['gen_hamradio_zones'] = 'Zonen';
|
||||
$lang['gen_hamradio_cq_zone'] = 'CQ Zone';
|
||||
$lang['gen_hamradio_itu_zone'] = 'ITU Zone';
|
||||
$lang['gen_hamradio_dxcc'] = 'DXCC';
|
||||
$lang['gen_hamradio_deleted_dxcc'] = 'Gelöschtes DXCC';
|
||||
$lang['gen_hamradio_continent'] = 'Kontinent';
|
||||
@@ -144,6 +146,10 @@ $lang['gen_hamradio_operator'] = 'Operator';
|
||||
$lang['gen_hamradio_sig'] = 'Sig';
|
||||
$lang['gen_hamradio_sig_info'] = 'Sig Info';
|
||||
|
||||
// Find your CQ/ITU Zone
|
||||
$lang['gen_find_zone_cq'] = "Wenn du deine CQ Zone nicht kennst <a href='https://zone-check.eu/?m=cq' target='_blank'>klicke hier</a> um sie herauszufinden!";
|
||||
$lang['gen_find_zone_itu'] = "Wenn du deine ITU Zone nicht kennst <a href='https://zone-check.eu/?m=itu' target='_blank'>klicke hier</a> um sie herauszufinden!";
|
||||
|
||||
// Dashboard Words
|
||||
$lang['dashboard_you_have_had'] = 'Du hattest';
|
||||
$lang['dashboard_qsos_today'] = 'QSOs heute!';
|
||||
|
||||
@@ -107,11 +107,17 @@ $lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station pr
|
||||
$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_edit'] = 'Edit Station Location: ';
|
||||
$lang['account_stationlocation_updated_suff'] = ' Updated.';
|
||||
$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 ';
|
||||
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
|
||||
$lang['account_stationlocation_name'] = 'Profile Name';
|
||||
$lang['account_stationlocation_name_hint'] = 'Shortname for the station location. For example: Home (IO87IP)';
|
||||
$lang['account_stationlocation_callsign'] = 'Station Callsign';
|
||||
$lang['account_stationlocation_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P';
|
||||
$lang['account_stationlocation_power'] = 'Station Power (W)';
|
||||
$lang['account_stationlocation_power_hint'] = 'Default station power in Watt. Overwritten by CAT.';
|
||||
$lang['account_stationlocation_emptylog'] = 'Empty Log';
|
||||
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
|
||||
$lang['account_stationlocation_set_active'] = 'Set Active';
|
||||
@@ -120,4 +126,12 @@ $lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
|
||||
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
|
||||
$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_dxcc'] = 'Station DXCC';
|
||||
$lang['account_stationlocation_dxcc_hint'] = 'Station DXCC entity. For example: Scotland';
|
||||
$lang['account_stationlocation_city'] = 'Station City';
|
||||
$lang['account_stationlocation_city_hint'] = 'Station city. For example: Inverness';
|
||||
$lang['account_stationlocation_state'] = 'Station State';
|
||||
$lang['account_stationlocation_state_hint'] = 'Station state. Applies to certain countries only. Leave blank if not applicable.';
|
||||
$lang['account_stationlocation_county'] = 'Station County';
|
||||
$lang['account_stationlocation_county_hint'] = 'Station County (Only used for USA/Alaska/Hawaii).';
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ $lang['admin_options'] = 'Options';
|
||||
$lang['admin_create_user'] = 'Create user';
|
||||
$lang['admin_delete'] = 'Delete';
|
||||
$lang['admin_edit'] = 'Edit';
|
||||
$lang['admin_create'] = 'Create';
|
||||
$lang['admin_update'] = 'Update';
|
||||
$lang['admin_copy'] = 'Copy';
|
||||
$lang['admin_save'] = 'Save';
|
||||
$lang['admin_close'] = 'Close';
|
||||
|
||||
@@ -121,7 +121,9 @@ $lang['gen_hamradio_satellite_mode'] = 'Λειτουργία δορυφόρου'
|
||||
|
||||
$lang['gen_hamradio_logbook'] = 'Αρχείο επαφών';
|
||||
|
||||
$lang['gen_hamradio_zones'] = 'Zones';
|
||||
$lang['gen_hamradio_cq_zone'] = 'CQ Zone';
|
||||
$lang['gen_hamradio_itu_zone'] = 'ITU Zone';
|
||||
$lang['gen_hamradio_dxcc'] = 'DXCC';
|
||||
$lang['gen_hamradio_deleted_dxcc'] = 'Deleted DXCC';
|
||||
$lang['gen_hamradio_continent'] = 'Continent';
|
||||
@@ -144,6 +146,12 @@ $lang['gen_hamradio_operator'] = 'Χειριστής';
|
||||
$lang['gen_hamradio_sig'] = 'Sig';
|
||||
$lang['gen_hamradio_sig_info'] = 'Sig Info';
|
||||
|
||||
// Find your CQ/ITU Zone
|
||||
$lang['gen_find_zone_cq_part1'] = "If you don't know your CQ Zone then ";
|
||||
$lang['gen_find_zone_itu_part1'] = "If you don't know your ITU Zone then ";
|
||||
$lang['gen_find_zone_part2'] = 'click here';
|
||||
$lang['gen_find_zone_part3'] = ' to find it!';
|
||||
|
||||
// Dashboard Words
|
||||
$lang['dashboard_you_have_had'] = 'Έχετε';
|
||||
$lang['dashboard_qsos_today'] = 'Σημερινά QSOs ';
|
||||
|
||||
@@ -107,11 +107,17 @@ $lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station pr
|
||||
$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_edit'] = 'Edit Station Location: ';
|
||||
$lang['account_stationlocation_updated_suff'] = ' Updated.';
|
||||
$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 ';
|
||||
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
|
||||
$lang['account_stationlocation_name'] = 'Profile Name';
|
||||
$lang['account_stationlocation_name_hint'] = 'Shortname for the station location. For example: Home (IO87IP)';
|
||||
$lang['account_stationlocation_callsign'] = 'Station Callsign';
|
||||
$lang['account_stationlocation_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P';
|
||||
$lang['account_stationlocation_power'] = 'Station Power (W)';
|
||||
$lang['account_stationlocation_power_hint'] = 'Default station power in Watt. Overwritten by CAT.';
|
||||
$lang['account_stationlocation_emptylog'] = 'Empty Log';
|
||||
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
|
||||
$lang['account_stationlocation_set_active'] = 'Set Active';
|
||||
@@ -120,4 +126,12 @@ $lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
|
||||
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
|
||||
$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_dxcc'] = 'Station DXCC';
|
||||
$lang['account_stationlocation_dxcc_hint'] = 'Station DXCC entity. For example: Scotland';
|
||||
$lang['account_stationlocation_city'] = 'Station City';
|
||||
$lang['account_stationlocation_city_hint'] = 'Station city. For example: Inverness';
|
||||
$lang['account_stationlocation_state'] = 'Station State';
|
||||
$lang['account_stationlocation_state_hint'] = 'Station state. Applies to certain countries only. Leave blank if not applicable.';
|
||||
$lang['account_stationlocation_county'] = 'Station County';
|
||||
$lang['account_stationlocation_county_hint'] = 'Station County (Only used for USA/Alaska/Hawaii).';
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ $lang['admin_options'] = 'Options';
|
||||
$lang['admin_create_user'] = 'Create user';
|
||||
$lang['admin_delete'] = 'Delete';
|
||||
$lang['admin_edit'] = 'Edit';
|
||||
$lang['admin_create'] = 'Create';
|
||||
$lang['admin_update'] = 'Update';
|
||||
$lang['admin_copy'] = 'Copy';
|
||||
$lang['admin_save'] = 'Save';
|
||||
$lang['admin_close'] = 'Close';
|
||||
|
||||
@@ -121,7 +121,9 @@ $lang['gen_hamradio_satellite_mode'] = 'Modo Satellite';
|
||||
|
||||
$lang['gen_hamradio_logbook'] = 'Logbook';
|
||||
|
||||
$lang['gen_hamradio_zones'] = 'Zones';
|
||||
$lang['gen_hamradio_cq_zone'] = 'Zona CQ';
|
||||
$lang['gen_hamradio_itu_zone'] = 'ITU Zone';
|
||||
$lang['gen_hamradio_dxcc'] = 'DXCC';
|
||||
$lang['gen_hamradio_deleted_dxcc'] = 'Deleted DXCC';
|
||||
$lang['gen_hamradio_continent'] = 'Continent';
|
||||
@@ -144,6 +146,12 @@ $lang['gen_hamradio_operator'] = 'Operatore';
|
||||
$lang['gen_hamradio_sig'] = 'Seg';
|
||||
$lang['gen_hamradio_sig_info'] = 'Info Seg';
|
||||
|
||||
// Find your CQ/ITU Zone
|
||||
$lang['gen_find_zone_cq_part1'] = "If you don't know your CQ Zone then ";
|
||||
$lang['gen_find_zone_itu_part1'] = "If you don't know your ITU Zone then ";
|
||||
$lang['gen_find_zone_part2'] = 'click here';
|
||||
$lang['gen_find_zone_part3'] = ' to find it!';
|
||||
|
||||
// Dashboard Words
|
||||
$lang['dashboard_you_have_had'] = 'Hai fatto';
|
||||
$lang['dashboard_qsos_today'] = 'QSO oggi!';
|
||||
|
||||
@@ -107,11 +107,17 @@ $lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station pr
|
||||
$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_edit'] = 'Edit Station Location: ';
|
||||
$lang['account_stationlocation_updated_suff'] = ' Updated.';
|
||||
$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 ';
|
||||
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
|
||||
$lang['account_stationlocation_name'] = 'Profile Name';
|
||||
$lang['account_stationlocation_name_hint'] = 'Shortname for the station location. For example: Home (IO87IP)';
|
||||
$lang['account_stationlocation_callsign'] = 'Station Callsign';
|
||||
$lang['account_stationlocation_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P';
|
||||
$lang['account_stationlocation_power'] = 'Station Power (W)';
|
||||
$lang['account_stationlocation_power_hint'] = 'Default station power in Watt. Overwritten by CAT.';
|
||||
$lang['account_stationlocation_emptylog'] = 'Empty Log';
|
||||
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
|
||||
$lang['account_stationlocation_set_active'] = 'Set Active';
|
||||
@@ -120,4 +126,12 @@ $lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
|
||||
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
|
||||
$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_dxcc'] = 'Station DXCC';
|
||||
$lang['account_stationlocation_dxcc_hint'] = 'Station DXCC entity. For example: Scotland';
|
||||
$lang['account_stationlocation_city'] = 'Station City';
|
||||
$lang['account_stationlocation_city_hint'] = 'Station city. For example: Inverness';
|
||||
$lang['account_stationlocation_state'] = 'Station State';
|
||||
$lang['account_stationlocation_state_hint'] = 'Station state. Applies to certain countries only. Leave blank if not applicable.';
|
||||
$lang['account_stationlocation_county'] = 'Station County';
|
||||
$lang['account_stationlocation_county_hint'] = 'Station County (Only used for USA/Alaska/Hawaii).';
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ $lang['admin_options'] = 'Options';
|
||||
$lang['admin_create_user'] = 'Create user';
|
||||
$lang['admin_delete'] = 'Delete';
|
||||
$lang['admin_edit'] = 'Edit';
|
||||
$lang['admin_create'] = 'Create';
|
||||
$lang['admin_update'] = 'Update';
|
||||
$lang['admin_copy'] = 'Copy';
|
||||
$lang['admin_save'] = 'Save';
|
||||
$lang['admin_close'] = 'Close';
|
||||
|
||||
@@ -25,6 +25,7 @@ $lang['general_word_satellite'] = 'Satelita';
|
||||
$lang['general_word_satellite_short'] = 'Sat';
|
||||
$lang['general_word_notes'] = 'Notatki';
|
||||
$lang['general_word_country'] = 'Kraj';
|
||||
$lang['general_word_city'] = 'City';
|
||||
|
||||
$lang['general_word_total'] = 'Suma';
|
||||
$lang['general_word_year'] = 'Rok';
|
||||
@@ -42,12 +43,23 @@ $lang['general_word_method'] = 'Sposób';
|
||||
$lang['general_word_sent'] = 'Wysłane';
|
||||
$lang['general_word_received'] = 'Odebrane';
|
||||
$lang['general_word_requested'] = 'Poproszone';
|
||||
$lang['general_word_queued'] = 'Queued';
|
||||
$lang['general_word_invalid_ignore'] = 'Invalid (Ignore)';
|
||||
$lang['general_word_qslcard'] = 'Karta QSL';
|
||||
$lang['general_word_qslcard_management'] = 'Zarządzanie kartami';
|
||||
$lang['general_word_qslcards'] = 'Karty QSL';
|
||||
$lang['general_word_qslcard_direct'] = 'Direct';
|
||||
$lang['general_word_qslcard_bureau'] = 'Biuro';
|
||||
$lang['general_word_qslcard_electronic'] = 'Electronic';
|
||||
$lang['general_word_qslcard_manager'] = 'Manager';
|
||||
$lang['general_word_qslcard_via'] = 'Via';
|
||||
$lang['general_word_eqslcard'] = 'eQSL Card';
|
||||
$lang['general_word_eqslcards'] = 'eQSL Cards';
|
||||
$lang['general_word_lotw'] = 'Logbook of the World';
|
||||
$lang['general_word_lotw_short'] = 'LoTW';
|
||||
|
||||
$lang['general_word_details'] = 'Details';
|
||||
$lang['general_word_qso_data'] = 'QSO Data';
|
||||
|
||||
$lang['general_edit_qso'] = 'Edytuj QSO';
|
||||
$lang['general_mark_qsl_rx_bureau'] = 'Zaznacz QSL jako odebraną przez (Biuro)';
|
||||
@@ -59,12 +71,19 @@ $lang['general_mark_qsl_requested'] = 'Zaznacz QSL zgodnie z żądaniem';
|
||||
$lang['general_mark_qsl_requested_bureau'] = 'Zaznacz QSL zgodnie z żądaniem (Biuro)';
|
||||
$lang['general_mark_qsl_requested_direct'] = 'Zaznacz QSL zgodnie z żądaniem (Bezpośredni)';
|
||||
$lang['general_mark_qsl_not_required'] = 'Zaznacz QSLjako niewymagane';
|
||||
$lang['general_word_qso_data'] = 'QSO Data';
|
||||
|
||||
$lang['general_delete_qso'] = 'Usuń QSO';
|
||||
$lang['general_more_qso'] = 'More QSOs';
|
||||
|
||||
$lang['general_lookup_qrz'] = 'Lookup on QRZ.com';
|
||||
$lang['general_lookup_hamqth'] = 'Lookup on HamQTH';
|
||||
|
||||
$lang['general_total_distance'] = 'Suma odległości';
|
||||
|
||||
// PHP Upload Warning
|
||||
$lang['general_word_warning'] = 'Warning';
|
||||
$lang['gen_max_file_upload_size'] = 'Maximum file upload size is ';
|
||||
|
||||
// Cloudlog Terms
|
||||
$lang['cloudlog_station_profile'] = 'Lokalizacja stacji';
|
||||
|
||||
@@ -74,6 +93,8 @@ $lang['gen_hamradio_station'] = 'Stacja';
|
||||
|
||||
$lang['gen_hamradio_call'] = 'Znak';
|
||||
$lang['gen_hamradio_callsign'] = 'Znak';
|
||||
$lang['gen_hamradio_de'] = 'De';
|
||||
$lang['gen_hamradio_dx'] = 'Dx';
|
||||
$lang['gen_hamradio_mode'] = 'Modulacja';
|
||||
$lang['gen_hamradio_rst_sent'] = 'Wysłany';
|
||||
$lang['gen_hamradio_rst_rcvd'] = 'Odebrany\'d';
|
||||
@@ -84,6 +105,8 @@ $lang['gen_hamradio_frequency_rx'] = 'Częstotliwość (RX)';
|
||||
$lang['gen_hamradio_radio'] = 'Radio';
|
||||
$lang['gen_hamradio_rsts'] = 'RST (S)';
|
||||
$lang['gen_hamradio_rstr'] = 'RST (R)';
|
||||
$lang['gen_hamradio_refs'] = 'Refs';
|
||||
$lang['gen_hamradio_myrefs'] = 'My Refs';
|
||||
$lang['gen_hamradio_exchange_sent_short'] = 'Wymiana (S)';
|
||||
$lang['gen_hamradio_exchange_rcvd_short'] = 'Wymiana (R)';
|
||||
$lang['gen_hamradio_qsl'] = 'QSL';
|
||||
@@ -98,23 +121,37 @@ $lang['gen_hamradio_satellite_mode'] = 'modulacja satelity';
|
||||
|
||||
$lang['gen_hamradio_logbook'] = 'Log';
|
||||
|
||||
$lang['gen_hamradio_zones'] = 'Zones';
|
||||
$lang['gen_hamradio_cq_zone'] = 'Strefa CQ';
|
||||
$lang['gen_hamradio_itu_zone'] = 'Strefa ITU';
|
||||
$lang['gen_hamradio_dxcc'] = 'DXCC';
|
||||
$lang['gen_hamradio_deleted_dxcc'] = 'Deleted DXCC';
|
||||
$lang['gen_hamradio_continent'] = 'Continent';
|
||||
$lang['gen_hamradio_usa_state'] = 'Stan USA';
|
||||
$lang['gen_hamradio_county_reference'] = 'Hrabstwo USA';
|
||||
$lang['gen_hamradio_iota_reference'] = 'Podmiot IOTA';
|
||||
$lang['gen_hamradio_sota_reference'] = 'Podmiot SOTA';
|
||||
$lang['gen_hamradio_wwff_reference'] = 'Podmiot WWFF';
|
||||
$lang['gen_hamradio_pota_reference'] = 'POTA Reference';
|
||||
$lang['gen_hamradio_dok'] = 'DOK';
|
||||
$lang['gen_hamradio_state'] = 'Stan';
|
||||
$lang['gen_hamradio_iota'] = 'IOTA';
|
||||
$lang['gen_hamradio_sota'] = 'SOTA';
|
||||
$lang['gen_hamradio_wwff'] = 'WWFF';
|
||||
$lang['gen_hamradio_pota'] = 'POTA';
|
||||
$lang['gen_hamradio_gridsquare'] = 'Lokator';
|
||||
$lang['gen_hamradio_distance'] = 'Distance';
|
||||
$lang['gen_hamradio_operator'] = 'Operator';
|
||||
|
||||
$lang['gen_hamradio_sig'] = 'Sig';
|
||||
$lang['gen_hamradio_sig_info'] = 'Sig Info';
|
||||
|
||||
// Find your CQ/ITU Zone
|
||||
$lang['gen_find_zone_cq_part1'] = "If you don't know your CQ Zone then ";
|
||||
$lang['gen_find_zone_itu_part1'] = "If you don't know your ITU Zone then ";
|
||||
$lang['gen_find_zone_part2'] = 'click here';
|
||||
$lang['gen_find_zone_part3'] = ' to find it!';
|
||||
|
||||
// Dashboard Words
|
||||
$lang['dashboard_you_have_had'] = 'Już miałeś';
|
||||
$lang['dashboard_qsos_today'] = 'QSOs Today!';
|
||||
@@ -124,3 +161,18 @@ $lang['dashboard_countries_breakdown'] = 'Rozkład na kraje';
|
||||
$lang['gen_from_date'] = 'Od daty';
|
||||
|
||||
$lang['gen_this_qso_was_confirmed_on'] = 'Ta łączność została potwierdzona';
|
||||
|
||||
$lang['error_no_logbook_found'] = 'No logbooks were found. You need to define a logbook under Station Logbooks! Do it here:';
|
||||
|
||||
$lang['copy_to_clipboard'] = 'Copy to clipboard';
|
||||
|
||||
$lang['africa'] = 'Africa';
|
||||
$lang['antarctica'] = 'Antarctica';
|
||||
$lang['asia'] = 'Asia';
|
||||
$lang['europe'] = 'Europe';
|
||||
$lang['northamerica'] = 'North America';
|
||||
$lang['oceania'] = 'Oceania';
|
||||
$lang['southamerica'] = 'South America';
|
||||
|
||||
$lang['gen_band_selection'] = 'Band selection';
|
||||
$lang['general_word_today'] = 'Today';
|
||||
|
||||
@@ -107,11 +107,17 @@ $lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station pr
|
||||
$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_edit'] = 'Edit Station Location: ';
|
||||
$lang['account_stationlocation_updated_suff'] = ' Updated.';
|
||||
$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 ';
|
||||
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
|
||||
$lang['account_stationlocation_name'] = 'Profile Name';
|
||||
$lang['account_stationlocation_name_hint'] = 'Shortname for the station location. For example: Home (IO87IP)';
|
||||
$lang['account_stationlocation_callsign'] = 'Station Callsign';
|
||||
$lang['account_stationlocation_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P';
|
||||
$lang['account_stationlocation_power'] = 'Station Power (W)';
|
||||
$lang['account_stationlocation_power_hint'] = 'Default station power in Watt. Overwritten by CAT.';
|
||||
$lang['account_stationlocation_emptylog'] = 'Empty Log';
|
||||
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
|
||||
$lang['account_stationlocation_set_active'] = 'Set Active';
|
||||
@@ -120,4 +126,12 @@ $lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
|
||||
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
|
||||
$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_dxcc'] = 'Station DXCC';
|
||||
$lang['account_stationlocation_dxcc_hint'] = 'Station DXCC entity. For example: Scotland';
|
||||
$lang['account_stationlocation_city'] = 'Station City';
|
||||
$lang['account_stationlocation_city_hint'] = 'Station city. For example: Inverness';
|
||||
$lang['account_stationlocation_state'] = 'Station State';
|
||||
$lang['account_stationlocation_state_hint'] = 'Station state. Applies to certain countries only. Leave blank if not applicable.';
|
||||
$lang['account_stationlocation_county'] = 'Station County';
|
||||
$lang['account_stationlocation_county_hint'] = 'Station County (Only used for USA/Alaska/Hawaii).';
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ $lang['admin_options'] = 'Опции';
|
||||
$lang['admin_create_user'] = 'Создать пользователя';
|
||||
$lang['admin_delete'] = 'Удалить';
|
||||
$lang['admin_edit'] = 'Редактировать';
|
||||
$lang['admin_create'] = 'Create';
|
||||
$lang['admin_update'] = 'Update';
|
||||
$lang['admin_copy'] = 'Copy';
|
||||
$lang['admin_save'] = 'Save';
|
||||
$lang['admin_close'] = 'Close';
|
||||
|
||||
@@ -121,7 +121,9 @@ $lang['gen_hamradio_satellite_name'] = 'Название спутника';
|
||||
$lang['gen_hamradio_satellite_mode'] = 'Режим работы спутника';
|
||||
|
||||
$lang['gen_hamradio_logbook'] = 'Журнал';
|
||||
$lang['gen_hamradio_zones'] = 'Zones';
|
||||
|
||||
$lang['gen_hamradio_itu_zone'] = 'ITU Zone';
|
||||
$lang['gen_hamradio_cq_zone'] = 'CQ Zone';
|
||||
$lang['gen_hamradio_dxcc'] = 'DXCC';
|
||||
$lang['gen_hamradio_deleted_dxcc'] = 'Удалённые DXCC';
|
||||
@@ -145,6 +147,12 @@ $lang['gen_hamradio_operator'] = 'Оператор';
|
||||
$lang['gen_hamradio_sig'] = 'Sig';
|
||||
$lang['gen_hamradio_sig_info'] = 'Sig Info';
|
||||
|
||||
// Find your CQ/ITU Zone
|
||||
$lang['gen_find_zone_cq_part1'] = "If you don't know your CQ Zone then ";
|
||||
$lang['gen_find_zone_itu_part1'] = "If you don't know your ITU Zone then ";
|
||||
$lang['gen_find_zone_part2'] = 'click here';
|
||||
$lang['gen_find_zone_part3'] = ' to find it!';
|
||||
|
||||
// Dashboard Words
|
||||
$lang['dashboard_you_have_had'] = '';
|
||||
$lang['dashboard_qsos_today'] = 'QSOs сегодня!';
|
||||
|
||||
@@ -107,11 +107,17 @@ $lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station pr
|
||||
$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_edit'] = 'Edit Station Location: ';
|
||||
$lang['account_stationlocation_updated_suff'] = ' Updated.';
|
||||
$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 ';
|
||||
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
|
||||
$lang['account_stationlocation_name'] = 'Profile Name';
|
||||
$lang['account_stationlocation_name_hint'] = 'Shortname for the station location. For example: Home (IO87IP)';
|
||||
$lang['account_stationlocation_callsign'] = 'Station Callsign';
|
||||
$lang['account_stationlocation_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P';
|
||||
$lang['account_stationlocation_power'] = 'Station Power (W)';
|
||||
$lang['account_stationlocation_power_hint'] = 'Default station power in Watt. Overwritten by CAT.';
|
||||
$lang['account_stationlocation_emptylog'] = 'Empty Log';
|
||||
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
|
||||
$lang['account_stationlocation_set_active'] = 'Set Active';
|
||||
@@ -120,4 +126,12 @@ $lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
|
||||
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
|
||||
$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_dxcc'] = 'Station DXCC';
|
||||
$lang['account_stationlocation_dxcc_hint'] = 'Station DXCC entity. For example: Scotland';
|
||||
$lang['account_stationlocation_city'] = 'Station City';
|
||||
$lang['account_stationlocation_city_hint'] = 'Station city. For example: Inverness';
|
||||
$lang['account_stationlocation_state'] = 'Station State';
|
||||
$lang['account_stationlocation_state_hint'] = 'Station state. Applies to certain countries only. Leave blank if not applicable.';
|
||||
$lang['account_stationlocation_county'] = 'Station County';
|
||||
$lang['account_stationlocation_county_hint'] = 'Station County (Only used for USA/Alaska/Hawaii).';
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ $lang['admin_options'] = 'Options';
|
||||
$lang['admin_create_user'] = 'Create user';
|
||||
$lang['admin_delete'] = 'Delete';
|
||||
$lang['admin_edit'] = 'Edit';
|
||||
$lang['admin_create'] = 'Create';
|
||||
$lang['admin_update'] = 'Update';
|
||||
$lang['admin_copy'] = 'Copy';
|
||||
$lang['admin_save'] = 'Save';
|
||||
$lang['admin_close'] = 'Close';
|
||||
|
||||
@@ -121,7 +121,9 @@ $lang['gen_hamradio_satellite_mode'] = 'Modo del Satélite';
|
||||
|
||||
$lang['gen_hamradio_logbook'] = 'Logbook';
|
||||
|
||||
$lang['gen_hamradio_zones'] = 'Zones';
|
||||
$lang['gen_hamradio_cq_zone'] = 'Zona CQ';
|
||||
$lang['gen_hamradio_itu_zone'] = 'ITU Zone';
|
||||
$lang['gen_hamradio_dxcc'] = 'DXCC';
|
||||
$lang['gen_hamradio_deleted_dxcc'] = 'Deleted DXCC';
|
||||
$lang['gen_hamradio_continent'] = 'Continent';
|
||||
@@ -144,6 +146,12 @@ $lang['gen_hamradio_operator'] = 'Operator';
|
||||
$lang['gen_hamradio_sig'] = 'Señal';
|
||||
$lang['gen_hamradio_sig_info'] = 'Información de señal';
|
||||
|
||||
// Find your CQ/ITU Zone
|
||||
$lang['gen_find_zone_cq_part1'] = "If you don't know your CQ Zone then ";
|
||||
$lang['gen_find_zone_itu_part1'] = "If you don't know your ITU Zone then ";
|
||||
$lang['gen_find_zone_part2'] = 'click here';
|
||||
$lang['gen_find_zone_part3'] = ' to find it!';
|
||||
|
||||
// Dashboard Words
|
||||
$lang['dashboard_you_have_had'] = 'Has tenido';
|
||||
$lang['dashboard_qsos_today'] = 'QSOs hoy!';
|
||||
|
||||
@@ -107,11 +107,17 @@ $lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station pr
|
||||
$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_edit'] = 'Edit Station Location: ';
|
||||
$lang['account_stationlocation_updated_suff'] = ' Updated.';
|
||||
$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 ';
|
||||
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
|
||||
$lang['account_stationlocation_name'] = 'Profile Name';
|
||||
$lang['account_stationlocation_name_hint'] = 'Shortname for the station location. For example: Home (IO87IP)';
|
||||
$lang['account_stationlocation_callsign'] = 'Station Callsign';
|
||||
$lang['account_stationlocation_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P';
|
||||
$lang['account_stationlocation_power'] = 'Station Power (W)';
|
||||
$lang['account_stationlocation_power_hint'] = 'Default station power in Watt. Overwritten by CAT.';
|
||||
$lang['account_stationlocation_emptylog'] = 'Empty Log';
|
||||
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
|
||||
$lang['account_stationlocation_set_active'] = 'Set Active';
|
||||
@@ -120,4 +126,12 @@ $lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
|
||||
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
|
||||
$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_dxcc'] = 'Station DXCC';
|
||||
$lang['account_stationlocation_dxcc_hint'] = 'Station DXCC entity. For example: Scotland';
|
||||
$lang['account_stationlocation_city'] = 'Station City';
|
||||
$lang['account_stationlocation_city_hint'] = 'Station city. For example: Inverness';
|
||||
$lang['account_stationlocation_state'] = 'Station State';
|
||||
$lang['account_stationlocation_state_hint'] = 'Station state. Applies to certain countries only. Leave blank if not applicable.';
|
||||
$lang['account_stationlocation_county'] = 'Station County';
|
||||
$lang['account_stationlocation_county_hint'] = 'Station County (Only used for USA/Alaska/Hawaii).';
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ $lang['admin_options'] = 'Alternativ';
|
||||
$lang['admin_create_user'] = 'Skapa användare';
|
||||
$lang['admin_delete'] = 'Radera';
|
||||
$lang['admin_edit'] = 'Redigera';
|
||||
$lang['admin_create'] = 'Create';
|
||||
$lang['admin_update'] = 'Update';
|
||||
$lang['admin_copy'] = 'Copy';
|
||||
$lang['admin_save'] = 'Save';
|
||||
$lang['admin_close'] = 'Close';
|
||||
|
||||
@@ -7,7 +7,7 @@ $lang['error_no_active_station_profile'] = 'OBS! Du behöver ange en aktiv stati
|
||||
$lang['notice_turn_the_radio_on'] = 'Inga QSOn idag - dags att slå på radion!';
|
||||
|
||||
$lang['general_word_important'] = 'Viktigt';
|
||||
$lang['general_word_maintenance'] = 'Maintenance';
|
||||
$lang['general_word_maintenance'] = 'Maintenance';
|
||||
$lang['general_word_info'] = 'Info';
|
||||
$lang['general_word_choose_file'] = 'Välj fil';
|
||||
$lang['general_word_next'] = 'Next';
|
||||
@@ -59,7 +59,7 @@ $lang['general_word_lotw'] = 'Logbook of the World';
|
||||
$lang['general_word_lotw_short'] = 'LoTW';
|
||||
|
||||
$lang['general_word_details'] = 'Details';
|
||||
$lang['general_word_qso_data'] = 'QSO Data';
|
||||
$lang['general_word_qso_data'] = 'QSO Data';
|
||||
|
||||
$lang['general_edit_qso'] = 'Redigera QSO';
|
||||
$lang['general_mark_qsl_rx_bureau'] = 'Ange QSL mottagen (Byrå)';
|
||||
@@ -121,7 +121,9 @@ $lang['gen_hamradio_satellite_mode'] = 'Satellite-mode';
|
||||
|
||||
$lang['gen_hamradio_logbook'] = 'Loggbok';
|
||||
|
||||
$lang['gen_hamradio_zones'] = 'Zones';
|
||||
$lang['gen_hamradio_cq_zone'] = 'CQ Zone';
|
||||
$lang['gen_hamradio_itu_zone'] = 'ITU Zone';
|
||||
$lang['gen_hamradio_dxcc'] = 'DXCC';
|
||||
$lang['gen_hamradio_deleted_dxcc'] = 'Struket DXCC';
|
||||
$lang['gen_hamradio_continent'] = 'Kontinent';
|
||||
@@ -144,6 +146,12 @@ $lang['gen_hamradio_operator'] = 'Operatör';
|
||||
$lang['gen_hamradio_sig'] = 'Sig';
|
||||
$lang['gen_hamradio_sig_info'] = 'Sig Info';
|
||||
|
||||
// Find your CQ/ITU Zone
|
||||
$lang['gen_find_zone_cq_part1'] = "If you don't know your CQ Zone then ";
|
||||
$lang['gen_find_zone_itu_part1'] = "If you don't know your ITU Zone then ";
|
||||
$lang['gen_find_zone_part2'] = 'click here';
|
||||
$lang['gen_find_zone_part3'] = ' to find it!';
|
||||
|
||||
// Dashboard Words
|
||||
$lang['dashboard_you_have_had'] = 'Du har kört';
|
||||
$lang['dashboard_qsos_today'] = 'QSOs idag!';
|
||||
|
||||
@@ -107,11 +107,17 @@ $lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station pr
|
||||
$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_edit'] = 'Edit Station Location: ';
|
||||
$lang['account_stationlocation_updated_suff'] = ' Updated.';
|
||||
$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 ';
|
||||
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
|
||||
$lang['account_stationlocation_name'] = 'Profile Name';
|
||||
$lang['account_stationlocation_name_hint'] = 'Shortname for the station location. For example: Home (IO87IP)';
|
||||
$lang['account_stationlocation_callsign'] = 'Station Callsign';
|
||||
$lang['account_stationlocation_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P';
|
||||
$lang['account_stationlocation_power'] = 'Station Power (W)';
|
||||
$lang['account_stationlocation_power_hint'] = 'Default station power in Watt. Overwritten by CAT.';
|
||||
$lang['account_stationlocation_emptylog'] = 'Empty Log';
|
||||
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
|
||||
$lang['account_stationlocation_set_active'] = 'Set Active';
|
||||
@@ -120,4 +126,12 @@ $lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
|
||||
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
|
||||
$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_dxcc'] = 'Station DXCC';
|
||||
$lang['account_stationlocation_dxcc_hint'] = 'Station DXCC entity. For example: Scotland';
|
||||
$lang['account_stationlocation_city'] = 'Station City';
|
||||
$lang['account_stationlocation_city_hint'] = 'Station city. For example: Inverness';
|
||||
$lang['account_stationlocation_state'] = 'Station State';
|
||||
$lang['account_stationlocation_state_hint'] = 'Station state. Applies to certain countries only. Leave blank if not applicable.';
|
||||
$lang['account_stationlocation_county'] = 'Station County';
|
||||
$lang['account_stationlocation_county_hint'] = 'Station County (Only used for USA/Alaska/Hawaii).';
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ $lang['admin_options'] = 'Options';
|
||||
$lang['admin_create_user'] = 'Create user';
|
||||
$lang['admin_delete'] = 'Delete';
|
||||
$lang['admin_edit'] = 'Edit';
|
||||
$lang['admin_create'] = 'Create';
|
||||
$lang['admin_update'] = 'Update';
|
||||
$lang['admin_copy'] = 'Copy';
|
||||
$lang['admin_save'] = 'Save';
|
||||
$lang['admin_close'] = 'Close';
|
||||
|
||||
@@ -121,7 +121,9 @@ $lang['gen_hamradio_satellite_mode'] = 'Uydu Modu';
|
||||
|
||||
$lang['gen_hamradio_logbook'] = 'Kayıt defteri';
|
||||
|
||||
$lang['gen_hamradio_zones'] = 'Zones';
|
||||
$lang['gen_hamradio_cq_zone'] = 'CQ Alanı';
|
||||
$lang['gen_hamradio_itu_zone'] = 'ITU Zone';
|
||||
$lang['gen_hamradio_dxcc'] = 'DXCC';
|
||||
$lang['gen_hamradio_deleted_dxcc'] = 'Deleted DXCC';
|
||||
$lang['gen_hamradio_continent'] = 'Continent';
|
||||
@@ -144,6 +146,12 @@ $lang['gen_hamradio_operator'] = 'Operatör';
|
||||
$lang['gen_hamradio_sig'] = 'İmza';
|
||||
$lang['gen_hamradio_sig_info'] = 'İmza bilgisi';
|
||||
|
||||
// Find your CQ/ITU Zone
|
||||
$lang['gen_find_zone_cq_part1'] = "If you don't know your CQ Zone then ";
|
||||
$lang['gen_find_zone_itu_part1'] = "If you don't know your ITU Zone then ";
|
||||
$lang['gen_find_zone_part2'] = 'click here';
|
||||
$lang['gen_find_zone_part3'] = ' to find it!';
|
||||
|
||||
// Dashboard Words
|
||||
$lang['dashboard_you_have_had'] = 'Bu gün';
|
||||
$lang['dashboard_qsos_today'] = 'QSO Yaptınız!';
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<?php echo validation_errors(); ?>
|
||||
|
||||
<?php if($my_station_profile->station_id != NULL) {
|
||||
$form_action = "Update";
|
||||
$form_action = lang("admin_update");
|
||||
?>
|
||||
<form method="post" action="<?php echo site_url('station/edit/'); ?><?php echo $my_station_profile->station_id; ?>" name="create_profile">
|
||||
<input type="hidden" name="station_id" value="<?php echo $my_station_profile->station_id; ?>">
|
||||
|
||||
<?php } else {
|
||||
$form_action = "Create";
|
||||
$form_action = lang("admin_create");
|
||||
?>
|
||||
<form method="post" action="<?php echo site_url('station/copy/'); ?><?php echo $copy_from; ?>" name="create_profile">
|
||||
<?php } ?>
|
||||
@@ -33,25 +33,25 @@
|
||||
<div class="row">
|
||||
<div class="col-md">
|
||||
<div class="card">
|
||||
<div class="card-header"><?php echo $page_title; ?> (Callsign: <?php echo $my_station_profile->station_callsign; ?>)</div>
|
||||
<div class="card-header"><?php echo $page_title; ?> <?php echo "(" . lang("gen_hamradio_callsign") . ": "; ?> <?php echo $my_station_profile->station_callsign; ?>)</div>
|
||||
<div class="card-body">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="stationNameInput">Station Name</label>
|
||||
<label for="stationNameInput"><?php echo lang("account_stationlocation_name"); ?></label>
|
||||
<input type="text" class="form-control" name="station_profile_name" id="stationNameInput" aria-describedby="stationNameInputHelp" value="<?php if(set_value('station_profile_name') != "") { echo set_value('station_profile_name'); } else { echo $my_station_profile->station_profile_name; } ?>" required>
|
||||
<small id="stationNameInputHelp" class="form-text text-muted">Shortname for the station location. For example: Home (IO87IP)</small>
|
||||
<small id="stationNameInputHelp" class="form-text text-muted"><?php echo lang("account_stationlocation_name_hint"); ?></small>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="stationCallsignInput">Station Callsign</label>
|
||||
<label for="stationCallsignInput"><?php echo lang("account_stationlocation_callsign"); ?></label>
|
||||
<input type="text" class="form-control" name="station_callsign" id="stationCallsignInput" aria-describedby="stationCallsignInputHelp" value="<?php if(set_value('station_callsign') != "") { echo set_value('station_callsign'); } else { echo $my_station_profile->station_callsign; } ?>" required>
|
||||
<small id="stationCallsignInputHelp" class="form-text text-muted">Station callsign. For example: 2M0SQL/P</small>
|
||||
<small id="stationCallsignInputHelp" class="form-text text-muted"><?php echo lang("account_stationlocation_callsign_hint"); ?></small>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="stationPowerInput">Station Power</label>
|
||||
<label for="stationPowerInput"><?php echo lang("account_stationlocation_power"); ?></label>
|
||||
<input type="number" class="form-control" name="station_power" step="1" id="stationPowerInput" aria-describedby="stationPowerInputHelp" value="<?php if(set_value('station_power') != "") { echo set_value('station_power'); } else { echo $my_station_profile->station_power; } ?>">
|
||||
<small id="stationPowerInputHelp" class="form-text text-muted">Default station power. Overwritten by CAT.</small>
|
||||
<small id="stationPowerInputHelp" class="form-text text-muted"><?php echo lang("account_stationlocation_power_hint"); ?></small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -62,11 +62,11 @@
|
||||
<!-- Location Ends -->
|
||||
<div class="col-md">
|
||||
<div class="card">
|
||||
<div class="card-header">Location</div>
|
||||
<div class="card-header"><?php echo lang("general_word_location"); ?></div>
|
||||
<div class="card-body">
|
||||
<!-- DXCC -->
|
||||
<div class="form-group">
|
||||
<label for="stationDXCCInput">Station DXCC</label>
|
||||
<label for="stationDXCCInput"><?php echo lang("account_stationlocation_dxcc"); ?></label>
|
||||
<?php if ($dxcc_list->num_rows() > 0) { ?>
|
||||
<select class="form-control" id="dxcc_select" name="dxcc" aria-describedby="stationCallsignInputHelp">
|
||||
<option value="0" <?php if($my_station_profile->station_dxcc == "0") { ?>selected<?php } ?>>- NONE -</option>
|
||||
@@ -76,19 +76,19 @@
|
||||
<?php } ?>
|
||||
</select>
|
||||
<?php } ?>
|
||||
<small id="stationDXCCInputHelp" class="form-text text-muted">Station DXCC entity. For example: Scotland</small>
|
||||
<small id="stationDXCCInputHelp" class="form-text text-muted"><?php echo lang("account_stationlocation_dxcc_hint"); ?></small>
|
||||
</div>
|
||||
|
||||
<!-- City -->
|
||||
<div class="form-group">
|
||||
<label for="stationCityInput">Station City</label>
|
||||
<label for="stationCityInput"><?php echo lang("account_stationlocation_city"); ?></label>
|
||||
<input type="text" class="form-control" name="city" id="stationCityInput" aria-describedby="stationCityInputHelp" value="<?php if(set_value('city') != "") { echo set_value('city'); } else { echo $my_station_profile->station_city; } ?>">
|
||||
<small id="stationCityInputHelp" class="form-text text-muted">Station city. For example: Inverness</small>
|
||||
<small id="stationCityInputHelp" class="form-text text-muted"><?php echo lang("account_stationlocation_city_hint"); ?></small>
|
||||
</div>
|
||||
|
||||
<!-- US State -->
|
||||
<div class="form-group" id="us_state">
|
||||
<label for="stateInput">Station State</label>
|
||||
<label for="stateInput"><?php echo lang("account_stationlocation_state"); ?></label>
|
||||
<select class="form-control custom-select" name="station_state" id="StateHelp" aria-describedby="stationCntyInputHelp">
|
||||
<option value=""></option>
|
||||
<option value="AK" <?php if($my_station_profile->state == "AK") { echo "selected"; } ?>>Alaska</option>
|
||||
@@ -143,12 +143,12 @@
|
||||
<option value="WV" <?php if($my_station_profile->state == "WV") { echo "selected"; } ?>>West Virginia</option>
|
||||
<option value="WY" <?php if($my_station_profile->state == "WY") { echo "selected"; } ?>>Wyoming</option>
|
||||
</select>
|
||||
<small id="StateHelp" class="form-text text-muted">Station state. Applies to certain countries only. Leave blank if not applicable.</small>
|
||||
<small id="StateHelp" class="form-text text-muted"><?php echo lang("account_stationlocation_state_hint"); ?></small>
|
||||
</div>
|
||||
|
||||
<!-- Canada State -->
|
||||
<div class="form-group" id="canada_state">
|
||||
<label for="stateInput">Canadian Province</label>
|
||||
<label for="stateInput"><?php echo lang("account_stationlocation_state"); ?></label>
|
||||
<select class="form-control custom-select" name="station_ca_state" id="StateHelp" aria-describedby="stationCntyInputHelp">
|
||||
<option value=""></option>
|
||||
<option value="AB" <?php if($my_station_profile->state == "AB") { echo "selected"; } ?>>Alberta</option>
|
||||
@@ -165,14 +165,14 @@
|
||||
<option value="SK" <?php if($my_station_profile->state == "SK") { echo "selected"; } ?>>Saskatchewan</option>
|
||||
<option value="YT" <?php if($my_station_profile->state == "YT") { echo "selected"; } ?>>Yukon</option>
|
||||
</select>
|
||||
<small id="StateHelp" class="form-text text-muted">Station state. Applies to certain countries only. Leave blank if not applicable.</small>
|
||||
<small id="StateHelp" class="form-text text-muted"><?php echo lang("account_stationlocation_state_hint"); ?></small>
|
||||
</div>
|
||||
|
||||
<!-- US County -->
|
||||
<div class="form-group">
|
||||
<label for="stationCntyInput">Station County</label>
|
||||
<label for="stationCntyInput"><?php echo lang("account_stationlocation_county"); ?></label>
|
||||
<input disabled="disabled" type="text" class="form-control" name="station_cnty" id="stationCntyInput" aria-describedby="stationCntyInputHelp" value="<?php if(set_value('station_cnty') != "") { echo set_value('station_cnty'); } else { echo $my_station_profile->station_cnty; } ?>">
|
||||
<small id="stationCntyInputHelp" class="form-text text-muted">Station County (Only used for USA/Alaska/Hawaii)</small>
|
||||
<small id="stationCntyInputHelp" class="form-text text-muted"><?php echo lang("account_stationlocation_county_hint"); ?></small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -182,11 +182,11 @@
|
||||
<!-- Zones -->
|
||||
<div class="col-md">
|
||||
<div class="card">
|
||||
<div class="card-header">Zones</div>
|
||||
<div class="card-header"><?php echo lang("gen_hamradio_zones"); ?></div>
|
||||
<div class="card-body">
|
||||
<!-- CQ Zone -->
|
||||
<div class="form-group">
|
||||
<label for="stationCQZoneInput">CQ Zone</label>
|
||||
<label for="stationCQZoneInput"><?php echo lang("gen_hamradio_cq_zone"); ?></label>
|
||||
<select class="custom-select" id="stationCQZoneInput" name="station_cq" required>
|
||||
<?php
|
||||
for ($i = 1; $i<=40; $i++) {
|
||||
@@ -198,12 +198,12 @@
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
<small id="stationCQInputHelp" class="form-text text-muted">If you don't know your CQ Zone then <a href="https://zone-check.eu/?m=cq" target="_blank">click here</a> to find it!</small>
|
||||
<small id="stationCQInputHelp" class="form-text text-muted"><?php echo lang("gen_find_zone_cq"); ?></small>
|
||||
</div>
|
||||
|
||||
<!-- ITU Zone -->
|
||||
<div class="form-group">
|
||||
<label for="stationITUZoneInput">ITU Zone</label>
|
||||
<label for="stationITUZoneInput"><?php echo lang("gen_hamradio_itu_zone"); ?></label>
|
||||
<select class="custom-select" id="stationITUZoneInput" name="station_itu" required>
|
||||
<?php
|
||||
for ($i = 1; $i<=90; $i++) {
|
||||
@@ -215,7 +215,7 @@
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
<small id="stationITUInputHelp" class="form-text text-muted">If you don't know your ITU Zone then <a href="https://zone-check.eu/?m=itu" target="_blank">click here</a> to find it!</small>
|
||||
<small id="stationITUInputHelp" class="form-text text-muted"><?php echo lang("gen_find_zone_itu"); ?></small>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -227,10 +227,10 @@
|
||||
<div class="row">
|
||||
<div class="col-md">
|
||||
<div class="card">
|
||||
<h5 class="card-header">Gridsquare</h5>
|
||||
<h5 class="card-header"><?php echo lang("gen_hamradio_gridsquare"); ?></h5>
|
||||
<div class="card-body">
|
||||
<div class="form-group">
|
||||
<label for="stationGridsquareInput">Gridsquare</label>
|
||||
<label for="stationGridsquareInput"><?php echo lang("gen_hamradio_gridsquare"); ?></label>
|
||||
|
||||
<div class="input-group mb-3">
|
||||
<input type="text" class="form-control" name="gridsquare" id="stationGridsquareInput" aria-describedby="stationGridInputHelp" value="<?php if(set_value('gridsquare') != "") { echo set_value('gridsquare'); } else { echo $my_station_profile->station_gridsquare; } ?>" required>
|
||||
|
||||
Reference in New Issue
Block a user