当前提交
c443b92c87
共有 34 个文件被更改,包括 440 次插入 和 57 次删除
|
|
@ -91,6 +91,7 @@ $lang['gen_max_file_upload_size'] = 'Maximum file upload size is ';
|
|||
$lang['cloudlog_station_profile'] = 'Местоположение на станцията';
|
||||
|
||||
// ham radio terms
|
||||
$lang['gen_hamradio_cq'] = "CQ";
|
||||
$lang['gen_hamradio_qso'] = 'QSO';
|
||||
$lang['gen_hamradio_station'] = 'Станция';
|
||||
|
||||
|
|
@ -102,6 +103,7 @@ $lang['gen_hamradio_mode'] = 'Режим';
|
|||
$lang['gen_hamradio_rst_sent'] = 'Sent';
|
||||
$lang['gen_hamradio_rst_rcvd'] = 'Recv\'d';
|
||||
$lang['gen_hamradio_band'] = 'Обхват';
|
||||
$lang['gen_hamradio_bandgroup'] = "Bandgroup";
|
||||
$lang['gen_hamradio_band_rx'] = 'Обхват (RX)';
|
||||
$lang['gen_hamradio_frequency'] = 'Честота';
|
||||
$lang['gen_hamradio_frequency_rx'] = 'Честота (RX)';
|
||||
|
|
|
|||
|
|
@ -72,3 +72,26 @@ $lang['options_dxcluster_decont_changed_to']='de continent changed to ';
|
|||
$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown';
|
||||
|
||||
$lang['options_save'] = 'Save';
|
||||
|
||||
// Bands
|
||||
|
||||
$lang['options_bands'] = "Bands";
|
||||
$lang['options_bands_text_ln1'] = "Using the band list you can control which bands are shown when creating a new QSO.";
|
||||
$lang['options_bands_text_ln2'] = "Active bands will be shown in the QSO 'Band' drop-down, while inactive bands will be hidden and cannot be selected.";
|
||||
$lang['options_bands_create'] = "Create a band";
|
||||
$lang['options_bands_edit'] = "Edit Band";
|
||||
$lang['options_bands_activate_all'] = "Activate All";
|
||||
$lang['options_bands_activateall_warning'] = "Warning! Are you sure you want to activate all bands?";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
$lang['options_bands_deactivateall_warning'] = "Warning! Are you sure you want to deactivate all bands?";
|
||||
$lang['options_bands_ssb_qrg'] = "SSB QRG";
|
||||
$lang['options_bands_ssb_qrg_hint'] = "Frequency for SSB QRG in band (must be in Hz)";
|
||||
$lang['options_bands_data_qrg'] = "DATA QRG";
|
||||
$lang['options_bands_data_qrg_hint'] = "Frequency for DATA QRG in band (must be in Hz)";
|
||||
$lang['options_bands_cw_qrg'] = "CW QRG";
|
||||
$lang['options_bands_cw_qrg_hint'] = "Frequency for CW QRG in band (must be in Hz)";
|
||||
|
||||
$lang['options_bands_name_band'] = "Name of Band (E.g. 20m)";
|
||||
$lang['options_bands_name_bandgroup'] = "Name of bandgroup (E.g. hf, vhf, uhf, shf)";
|
||||
$lang['options_bands_delete_warning'] = "Warning! Are you sure you want to delete the following band: ";
|
||||
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ $lang['gen_max_file_upload_size'] = 'Maximum file upload size is ';
|
|||
$lang['cloudlog_station_profile'] = '台站地址';
|
||||
|
||||
// ham radio terms
|
||||
$lang['gen_hamradio_cq'] = "CQ";
|
||||
$lang['gen_hamradio_qso'] = 'QSO';
|
||||
$lang['gen_hamradio_station'] = '台站';
|
||||
|
||||
|
|
@ -102,6 +103,7 @@ $lang['gen_hamradio_mode'] = 'Mode';
|
|||
$lang['gen_hamradio_rst_sent'] = '发';
|
||||
$lang['gen_hamradio_rst_rcvd'] = '收';
|
||||
$lang['gen_hamradio_band'] = '频段';
|
||||
$lang['gen_hamradio_bandgroup'] = "Bandgroup";
|
||||
$lang['gen_hamradio_band_rx'] = '频段 (RX)';
|
||||
$lang['gen_hamradio_frequency'] = '频率';
|
||||
$lang['gen_hamradio_frequency_rx'] = '频率 (RX)';
|
||||
|
|
|
|||
|
|
@ -72,3 +72,26 @@ $lang['options_dxcluster_decont_changed_to']='de continent changed to ';
|
|||
$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown';
|
||||
|
||||
$lang['options_save'] = 'Save';
|
||||
|
||||
// Bands
|
||||
|
||||
$lang['options_bands'] = "Bands";
|
||||
$lang['options_bands_text_ln1'] = "Using the band list you can control which bands are shown when creating a new QSO.";
|
||||
$lang['options_bands_text_ln2'] = "Active bands will be shown in the QSO 'Band' drop-down, while inactive bands will be hidden and cannot be selected.";
|
||||
$lang['options_bands_create'] = "Create a band";
|
||||
$lang['options_bands_edit'] = "Edit Band";
|
||||
$lang['options_bands_activate_all'] = "Activate All";
|
||||
$lang['options_bands_activateall_warning'] = "Warning! Are you sure you want to activate all bands?";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
$lang['options_bands_deactivateall_warning'] = "Warning! Are you sure you want to deactivate all bands?";
|
||||
$lang['options_bands_ssb_qrg'] = "SSB QRG";
|
||||
$lang['options_bands_ssb_qrg_hint'] = "Frequency for SSB QRG in band (must be in Hz)";
|
||||
$lang['options_bands_data_qrg'] = "DATA QRG";
|
||||
$lang['options_bands_data_qrg_hint'] = "Frequency for DATA QRG in band (must be in Hz)";
|
||||
$lang['options_bands_cw_qrg'] = "CW QRG";
|
||||
$lang['options_bands_cw_qrg_hint'] = "Frequency for CW QRG in band (must be in Hz)";
|
||||
|
||||
$lang['options_bands_name_band'] = "Name of Band (E.g. 20m)";
|
||||
$lang['options_bands_name_bandgroup'] = "Name of bandgroup (E.g. hf, vhf, uhf, shf)";
|
||||
$lang['options_bands_delete_warning'] = "Warning! Are you sure you want to delete the following band: ";
|
||||
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ $lang['gen_max_file_upload_size'] = 'Maximum file upload size is ';
|
|||
$lang['cloudlog_station_profile'] = 'Umístění stanice';
|
||||
|
||||
// ham radio terms
|
||||
$lang['gen_hamradio_cq'] = "CQ";
|
||||
$lang['gen_hamradio_qso'] = 'QSO';
|
||||
$lang['gen_hamradio_station'] = 'Stanice';
|
||||
|
||||
|
|
@ -102,6 +103,7 @@ $lang['gen_hamradio_mode'] = 'Režim';
|
|||
$lang['gen_hamradio_rst_sent'] = 'Odesláno';
|
||||
$lang['gen_hamradio_rst_rcvd'] = 'Přijato';
|
||||
$lang['gen_hamradio_band'] = 'Pásmo';
|
||||
$lang['gen_hamradio_bandgroup'] = "Bandgroup";
|
||||
$lang['gen_hamradio_band_rx'] = 'Pásmo (RX)';
|
||||
$lang['gen_hamradio_frequency'] = 'Frekvence';
|
||||
$lang['gen_hamradio_frequency_rx'] = 'Frekvence (RX)';
|
||||
|
|
|
|||
|
|
@ -72,3 +72,26 @@ $lang['options_dxcluster_decont_changed_to']='de continent changed to ';
|
|||
$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown';
|
||||
|
||||
$lang['options_save'] = 'Uložit';
|
||||
|
||||
// Bands
|
||||
|
||||
$lang['options_bands'] = "Bands";
|
||||
$lang['options_bands_text_ln1'] = "Using the band list you can control which bands are shown when creating a new QSO.";
|
||||
$lang['options_bands_text_ln2'] = "Active bands will be shown in the QSO 'Band' drop-down, while inactive bands will be hidden and cannot be selected.";
|
||||
$lang['options_bands_create'] = "Create a band";
|
||||
$lang['options_bands_edit'] = "Edit Band";
|
||||
$lang['options_bands_activate_all'] = "Activate All";
|
||||
$lang['options_bands_activateall_warning'] = "Warning! Are you sure you want to activate all bands?";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
$lang['options_bands_deactivateall_warning'] = "Warning! Are you sure you want to deactivate all bands?";
|
||||
$lang['options_bands_ssb_qrg'] = "SSB QRG";
|
||||
$lang['options_bands_ssb_qrg_hint'] = "Frequency for SSB QRG in band (must be in Hz)";
|
||||
$lang['options_bands_data_qrg'] = "DATA QRG";
|
||||
$lang['options_bands_data_qrg_hint'] = "Frequency for DATA QRG in band (must be in Hz)";
|
||||
$lang['options_bands_cw_qrg'] = "CW QRG";
|
||||
$lang['options_bands_cw_qrg_hint'] = "Frequency for CW QRG in band (must be in Hz)";
|
||||
|
||||
$lang['options_bands_name_band'] = "Name of Band (E.g. 20m)";
|
||||
$lang['options_bands_name_bandgroup'] = "Name of bandgroup (E.g. hf, vhf, uhf, shf)";
|
||||
$lang['options_bands_delete_warning'] = "Warning! Are you sure you want to delete the following band: ";
|
||||
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ $lang['gen_max_file_upload_size'] = 'Maximum file upload size is ';
|
|||
$lang['cloudlog_station_profile'] = 'Station Profiel';
|
||||
|
||||
// ham radio terms
|
||||
$lang['gen_hamradio_cq'] = "CQ";
|
||||
$lang['gen_hamradio_qso'] = 'QSO';
|
||||
$lang['gen_hamradio_station'] = 'Station';
|
||||
|
||||
|
|
@ -102,6 +103,7 @@ $lang['gen_hamradio_mode'] = 'Mode';
|
|||
$lang['gen_hamradio_rst_sent'] = 'Verzonden';
|
||||
$lang['gen_hamradio_rst_rcvd'] = 'Ontvangen';
|
||||
$lang['gen_hamradio_band'] = 'Band';
|
||||
$lang['gen_hamradio_bandgroup'] = "Bandgroup";
|
||||
$lang['gen_hamradio_band_rx'] = 'Band (RX)';
|
||||
$lang['gen_hamradio_frequency'] = 'Frequentie';
|
||||
$lang['gen_hamradio_frequency_rx'] = 'Frequentie (RX)';
|
||||
|
|
|
|||
|
|
@ -72,3 +72,26 @@ $lang['options_dxcluster_decont_changed_to']='de continent changed to ';
|
|||
$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown';
|
||||
|
||||
$lang['options_save'] = 'Save';
|
||||
|
||||
// Bands
|
||||
|
||||
$lang['options_bands'] = "Bands";
|
||||
$lang['options_bands_text_ln1'] = "Using the band list you can control which bands are shown when creating a new QSO.";
|
||||
$lang['options_bands_text_ln2'] = "Active bands will be shown in the QSO 'Band' drop-down, while inactive bands will be hidden and cannot be selected.";
|
||||
$lang['options_bands_create'] = "Create a band";
|
||||
$lang['options_bands_edit'] = "Edit Band";
|
||||
$lang['options_bands_activate_all'] = "Activate All";
|
||||
$lang['options_bands_activateall_warning'] = "Warning! Are you sure you want to activate all bands?";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
$lang['options_bands_deactivateall_warning'] = "Warning! Are you sure you want to deactivate all bands?";
|
||||
$lang['options_bands_ssb_qrg'] = "SSB QRG";
|
||||
$lang['options_bands_ssb_qrg_hint'] = "Frequency for SSB QRG in band (must be in Hz)";
|
||||
$lang['options_bands_data_qrg'] = "DATA QRG";
|
||||
$lang['options_bands_data_qrg_hint'] = "Frequency for DATA QRG in band (must be in Hz)";
|
||||
$lang['options_bands_cw_qrg'] = "CW QRG";
|
||||
$lang['options_bands_cw_qrg_hint'] = "Frequency for CW QRG in band (must be in Hz)";
|
||||
|
||||
$lang['options_bands_name_band'] = "Name of Band (E.g. 20m)";
|
||||
$lang['options_bands_name_bandgroup'] = "Name of bandgroup (E.g. hf, vhf, uhf, shf)";
|
||||
$lang['options_bands_delete_warning'] = "Warning! Are you sure you want to delete the following band: ";
|
||||
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ $lang['gen_max_file_upload_size'] = 'Maximum file upload size is ';
|
|||
$lang['cloudlog_station_profile'] = 'Station Location';
|
||||
|
||||
// ham radio terms
|
||||
$lang['gen_hamradio_cq'] = "CQ";
|
||||
$lang['gen_hamradio_qso'] = 'QSO';
|
||||
$lang['gen_hamradio_station'] = 'Station';
|
||||
|
||||
|
|
@ -102,6 +103,7 @@ $lang['gen_hamradio_mode'] = 'Mode';
|
|||
$lang['gen_hamradio_rst_sent'] = 'Sent';
|
||||
$lang['gen_hamradio_rst_rcvd'] = 'Recv\'d';
|
||||
$lang['gen_hamradio_band'] = 'Band';
|
||||
$lang['gen_hamradio_bandgroup'] = "Bandgroup";
|
||||
$lang['gen_hamradio_band_rx'] = 'Band (RX)';
|
||||
$lang['gen_hamradio_frequency'] = 'Frequency';
|
||||
$lang['gen_hamradio_frequency_rx'] = 'Frequency (RX)';
|
||||
|
|
|
|||
|
|
@ -72,3 +72,26 @@ $lang['options_dxcluster_decont_changed_to']='de continent changed to ';
|
|||
$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown';
|
||||
|
||||
$lang['options_save'] = 'Save';
|
||||
|
||||
// Bands
|
||||
|
||||
$lang['options_bands'] = "Bands";
|
||||
$lang['options_bands_text_ln1'] = "Using the band list you can control which bands are shown when creating a new QSO.";
|
||||
$lang['options_bands_text_ln2'] = "Active bands will be shown in the QSO 'Band' drop-down, while inactive bands will be hidden and cannot be selected.";
|
||||
$lang['options_bands_create'] = "Create a band";
|
||||
$lang['options_bands_edit'] = "Edit Band";
|
||||
$lang['options_bands_activate_all'] = "Activate All";
|
||||
$lang['options_bands_activateall_warning'] = "Warning! Are you sure you want to activate all bands?";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
$lang['options_bands_deactivateall_warning'] = "Warning! Are you sure you want to deactivate all bands?";
|
||||
$lang['options_bands_ssb_qrg'] = "SSB QRG";
|
||||
$lang['options_bands_ssb_qrg_hint'] = "Frequency for SSB QRG in band (must be in Hz)";
|
||||
$lang['options_bands_data_qrg'] = "DATA QRG";
|
||||
$lang['options_bands_data_qrg_hint'] = "Frequency for DATA QRG in band (must be in Hz)";
|
||||
$lang['options_bands_cw_qrg'] = "CW QRG";
|
||||
$lang['options_bands_cw_qrg_hint'] = "Frequency for CW QRG in band (must be in Hz)";
|
||||
|
||||
$lang['options_bands_name_band'] = "Name of Band (E.g. 20m)";
|
||||
$lang['options_bands_name_bandgroup'] = "Name of bandgroup (E.g. hf, vhf, uhf, shf)";
|
||||
$lang['options_bands_delete_warning'] = "Warning! Are you sure you want to delete the following band: ";
|
||||
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ $lang['gen_max_file_upload_size'] = 'Maximum file upload size is ';
|
|||
$lang['cloudlog_station_profile'] = 'Asemaprofiili';
|
||||
|
||||
// ham radio terms
|
||||
$lang['gen_hamradio_cq'] = "CQ";
|
||||
$lang['gen_hamradio_qso'] = 'QSO';
|
||||
$lang['gen_hamradio_station'] = 'Asema';
|
||||
|
||||
|
|
@ -102,6 +103,7 @@ $lang['gen_hamradio_mode'] = 'Lähetelaji';
|
|||
$lang['gen_hamradio_rst_sent'] = 'Annettu raportti';
|
||||
$lang['gen_hamradio_rst_rcvd'] = 'Saatu raportti';
|
||||
$lang['gen_hamradio_band'] = 'Bandi';
|
||||
$lang['gen_hamradio_bandgroup'] = "Bandgroup";
|
||||
$lang['gen_hamradio_band_rx'] = 'Bandi (RX)';
|
||||
$lang['gen_hamradio_frequency'] = 'Taajuus';
|
||||
$lang['gen_hamradio_frequency_rx'] = 'Taajuus (RX)';
|
||||
|
|
|
|||
|
|
@ -72,3 +72,26 @@ $lang['options_dxcluster_decont_changed_to']='de continent changed to ';
|
|||
$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown';
|
||||
|
||||
$lang['options_save'] = 'Save';
|
||||
|
||||
// Bands
|
||||
|
||||
$lang['options_bands'] = "Bands";
|
||||
$lang['options_bands_text_ln1'] = "Using the band list you can control which bands are shown when creating a new QSO.";
|
||||
$lang['options_bands_text_ln2'] = "Active bands will be shown in the QSO 'Band' drop-down, while inactive bands will be hidden and cannot be selected.";
|
||||
$lang['options_bands_create'] = "Create a band";
|
||||
$lang['options_bands_edit'] = "Edit Band";
|
||||
$lang['options_bands_activate_all'] = "Activate All";
|
||||
$lang['options_bands_activateall_warning'] = "Warning! Are you sure you want to activate all bands?";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
$lang['options_bands_deactivateall_warning'] = "Warning! Are you sure you want to deactivate all bands?";
|
||||
$lang['options_bands_ssb_qrg'] = "SSB QRG";
|
||||
$lang['options_bands_ssb_qrg_hint'] = "Frequency for SSB QRG in band (must be in Hz)";
|
||||
$lang['options_bands_data_qrg'] = "DATA QRG";
|
||||
$lang['options_bands_data_qrg_hint'] = "Frequency for DATA QRG in band (must be in Hz)";
|
||||
$lang['options_bands_cw_qrg'] = "CW QRG";
|
||||
$lang['options_bands_cw_qrg_hint'] = "Frequency for CW QRG in band (must be in Hz)";
|
||||
|
||||
$lang['options_bands_name_band'] = "Name of Band (E.g. 20m)";
|
||||
$lang['options_bands_name_bandgroup'] = "Name of bandgroup (E.g. hf, vhf, uhf, shf)";
|
||||
$lang['options_bands_delete_warning'] = "Warning! Are you sure you want to delete the following band: ";
|
||||
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ $lang['gen_max_file_upload_size'] = 'Maximum file upload size is ';
|
|||
$lang['cloudlog_station_profile'] = 'Profil Station';
|
||||
|
||||
// ham radio terms
|
||||
$lang['gen_hamradio_cq'] = "CQ";
|
||||
$lang['gen_hamradio_qso'] = 'QSO';
|
||||
$lang['gen_hamradio_station'] = 'Station';
|
||||
|
||||
|
|
@ -102,6 +103,7 @@ $lang['gen_hamradio_mode'] = 'Mode';
|
|||
$lang['gen_hamradio_rst_sent'] = 'Envoyé';
|
||||
$lang['gen_hamradio_rst_rcvd'] = 'Reçu';
|
||||
$lang['gen_hamradio_band'] = 'Bande';
|
||||
$lang['gen_hamradio_bandgroup'] = "Bandgroup";
|
||||
$lang['gen_hamradio_band_rx'] = 'Bande (RX)';
|
||||
$lang['gen_hamradio_frequency'] = 'Frequence';
|
||||
$lang['gen_hamradio_frequency_rx'] = 'Frequence (RX)';
|
||||
|
|
|
|||
|
|
@ -72,3 +72,26 @@ $lang['options_dxcluster_decont_changed_to']='de continent changed to ';
|
|||
$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown';
|
||||
|
||||
$lang['options_save'] = 'Save';
|
||||
|
||||
// Bands
|
||||
|
||||
$lang['options_bands'] = "Bands";
|
||||
$lang['options_bands_text_ln1'] = "Using the band list you can control which bands are shown when creating a new QSO.";
|
||||
$lang['options_bands_text_ln2'] = "Active bands will be shown in the QSO 'Band' drop-down, while inactive bands will be hidden and cannot be selected.";
|
||||
$lang['options_bands_create'] = "Create a band";
|
||||
$lang['options_bands_edit'] = "Edit Band";
|
||||
$lang['options_bands_activate_all'] = "Activate All";
|
||||
$lang['options_bands_activateall_warning'] = "Warning! Are you sure you want to activate all bands?";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
$lang['options_bands_deactivateall_warning'] = "Warning! Are you sure you want to deactivate all bands?";
|
||||
$lang['options_bands_ssb_qrg'] = "SSB QRG";
|
||||
$lang['options_bands_ssb_qrg_hint'] = "Frequency for SSB QRG in band (must be in Hz)";
|
||||
$lang['options_bands_data_qrg'] = "DATA QRG";
|
||||
$lang['options_bands_data_qrg_hint'] = "Frequency for DATA QRG in band (must be in Hz)";
|
||||
$lang['options_bands_cw_qrg'] = "CW QRG";
|
||||
$lang['options_bands_cw_qrg_hint'] = "Frequency for CW QRG in band (must be in Hz)";
|
||||
|
||||
$lang['options_bands_name_band'] = "Name of Band (E.g. 20m)";
|
||||
$lang['options_bands_name_bandgroup'] = "Name of bandgroup (E.g. hf, vhf, uhf, shf)";
|
||||
$lang['options_bands_delete_warning'] = "Warning! Are you sure you want to delete the following band: ";
|
||||
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ $lang['gen_max_file_upload_size'] = 'Die max. Dateigrösse für Uploads beträgt
|
|||
$lang['cloudlog_station_profile'] = 'Stationsprofil';
|
||||
|
||||
// ham radio terms
|
||||
$lang['gen_hamradio_cq'] = "CQ";
|
||||
$lang['gen_hamradio_qso'] = 'QSO';
|
||||
$lang['gen_hamradio_station'] = 'Station';
|
||||
|
||||
|
|
@ -102,6 +103,7 @@ $lang['gen_hamradio_mode'] = 'Mode';
|
|||
$lang['gen_hamradio_rst_sent'] = 'Gegeben';
|
||||
$lang['gen_hamradio_rst_rcvd'] = 'Erhalten';
|
||||
$lang['gen_hamradio_band'] = 'Band';
|
||||
$lang['gen_hamradio_bandgroup'] = "Bandgruppe";
|
||||
$lang['gen_hamradio_band_rx'] = 'Band (RX)';
|
||||
$lang['gen_hamradio_frequency'] = 'Frequenz';
|
||||
$lang['gen_hamradio_frequency_rx'] = 'Frequenz (RX)';
|
||||
|
|
|
|||
|
|
@ -72,3 +72,26 @@ $lang['options_dxcluster_decont_changed_to']='Spotterkontinent geändert auf ';
|
|||
$lang['options_dxcluster_decont_hint']='Nur Spots von Spottern dieses Kontinents werden angezeigt';
|
||||
|
||||
$lang['options_save'] = 'Speichern';
|
||||
|
||||
// Bands
|
||||
|
||||
$lang['options_bands'] = "Bänder";
|
||||
$lang['options_bands_text_ln1'] = "Mit dieser Bänder-Liste kannst du steuern, welche Bänder beim Erstellen eines neuen QSO angezeigt werden.";
|
||||
$lang['options_bands_text_ln2'] = "Aktive Bänder werden im QSO Band Auswahlfeld angezeigt, während inaktive Bänder ausgeblendet werden und nicht ausgewählt werden können.";
|
||||
$lang['options_bands_create'] = "Erstelle ein neues Band";
|
||||
$lang['options_bands_edit'] = "Bearbeite Band";
|
||||
$lang['options_bands_activate_all'] = "Aktiviere Alle";
|
||||
$lang['options_bands_activateall_warning'] = "Warnung! Bist du sicher, dass du alle Bänder aktivieren willst?";
|
||||
$lang['options_bands_deactivate_all'] = "Deaktiviere Alle";
|
||||
$lang['options_bands_deactivateall_warning'] = "Warnung! Bist du sicher, dass du alle Bänder deaktivieren willst?";
|
||||
$lang['options_bands_ssb_qrg'] = "SSB QRG";
|
||||
$lang['options_bands_ssb_qrg_hint'] = "Frequenz für die SSB QRG auf dem Band (Muss in Hz angegeben werden)";
|
||||
$lang['options_bands_data_qrg'] = "DATA QRG";
|
||||
$lang['options_bands_data_qrg_hint'] = "Frequenz für die DATA QRG auf dem Band (Muss in Hz angegeben werden";
|
||||
$lang['options_bands_cw_qrg'] = "CW QRG";
|
||||
$lang['options_bands_cw_qrg_hint'] = "Frequenz für die CW QRG auf dem Band (Muss in Hz angegeben werden";
|
||||
|
||||
$lang['options_bands_name_band'] = "Name des Bandes (z.B. 20m)";
|
||||
$lang['options_bands_name_bandgroup'] = "Name der Bandgruppe (z.B. hf, vhf, uhf, shf)";
|
||||
$lang['options_bands_delete_warning'] = "Warnung! Bist du dir sicher, dass du das folgende Band löschen willst: ";
|
||||
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ $lang['gen_max_file_upload_size'] = 'Maximum file upload size is ';
|
|||
$lang['cloudlog_station_profile'] = 'Τοποθεσία Σταθμού';
|
||||
|
||||
// ham radio terms
|
||||
$lang['gen_hamradio_cq'] = "CQ";
|
||||
$lang['gen_hamradio_qso'] = 'QSO';
|
||||
$lang['gen_hamradio_station'] = 'Σταθμός';
|
||||
|
||||
|
|
@ -102,6 +103,7 @@ $lang['gen_hamradio_mode'] = 'Τρόπος';
|
|||
$lang['gen_hamradio_rst_sent'] = 'Απεσταλμένα';
|
||||
$lang['gen_hamradio_rst_rcvd'] = 'Ελήφθη\'d';
|
||||
$lang['gen_hamradio_band'] = 'Ζώνη';
|
||||
$lang['gen_hamradio_bandgroup'] = "Bandgroup";
|
||||
$lang['gen_hamradio_band_rx'] = 'Ζώνη (RX)';
|
||||
$lang['gen_hamradio_frequency'] = 'Συχνότητα';
|
||||
$lang['gen_hamradio_frequency_rx'] = 'Συχνότητα (RX)';
|
||||
|
|
|
|||
|
|
@ -72,3 +72,26 @@ $lang['options_dxcluster_decont_changed_to']='de continent changed to ';
|
|||
$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown';
|
||||
|
||||
$lang['options_save'] = 'Save';
|
||||
|
||||
// Bands
|
||||
|
||||
$lang['options_bands'] = "Bands";
|
||||
$lang['options_bands_text_ln1'] = "Using the band list you can control which bands are shown when creating a new QSO.";
|
||||
$lang['options_bands_text_ln2'] = "Active bands will be shown in the QSO 'Band' drop-down, while inactive bands will be hidden and cannot be selected.";
|
||||
$lang['options_bands_create'] = "Create a band";
|
||||
$lang['options_bands_edit'] = "Edit Band";
|
||||
$lang['options_bands_activate_all'] = "Activate All";
|
||||
$lang['options_bands_activateall_warning'] = "Warning! Are you sure you want to activate all bands?";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
$lang['options_bands_deactivateall_warning'] = "Warning! Are you sure you want to deactivate all bands?";
|
||||
$lang['options_bands_ssb_qrg'] = "SSB QRG";
|
||||
$lang['options_bands_ssb_qrg_hint'] = "Frequency for SSB QRG in band (must be in Hz)";
|
||||
$lang['options_bands_data_qrg'] = "DATA QRG";
|
||||
$lang['options_bands_data_qrg_hint'] = "Frequency for DATA QRG in band (must be in Hz)";
|
||||
$lang['options_bands_cw_qrg'] = "CW QRG";
|
||||
$lang['options_bands_cw_qrg_hint'] = "Frequency for CW QRG in band (must be in Hz)";
|
||||
|
||||
$lang['options_bands_name_band'] = "Name of Band (E.g. 20m)";
|
||||
$lang['options_bands_name_bandgroup'] = "Name of bandgroup (E.g. hf, vhf, uhf, shf)";
|
||||
$lang['options_bands_delete_warning'] = "Warning! Are you sure you want to delete the following band: ";
|
||||
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ $lang['gen_max_file_upload_size'] = 'Maximum file upload size is ';
|
|||
$lang['cloudlog_station_profile'] = 'Luogo Stazione';
|
||||
|
||||
// ham radio terms
|
||||
$lang['gen_hamradio_cq'] = "CQ";
|
||||
$lang['gen_hamradio_qso'] = 'QSO';
|
||||
$lang['gen_hamradio_station'] = 'Stazione';
|
||||
|
||||
|
|
@ -102,6 +103,7 @@ $lang['gen_hamradio_mode'] = 'Modo';
|
|||
$lang['gen_hamradio_rst_sent'] = 'Inviato';
|
||||
$lang['gen_hamradio_rst_rcvd'] = 'Ricevuto';
|
||||
$lang['gen_hamradio_band'] = 'Banda';
|
||||
$lang['gen_hamradio_bandgroup'] = "Bandgroup";
|
||||
$lang['gen_hamradio_band_rx'] = 'Banda (RX)';
|
||||
$lang['gen_hamradio_frequency'] = 'Frequenza';
|
||||
$lang['gen_hamradio_frequency_rx'] = 'Frequenza (RX)';
|
||||
|
|
|
|||
|
|
@ -72,3 +72,26 @@ $lang['options_dxcluster_decont_changed_to']='de continent changed to ';
|
|||
$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown';
|
||||
|
||||
$lang['options_save'] = 'Save';
|
||||
|
||||
// Bands
|
||||
|
||||
$lang['options_bands'] = "Bands";
|
||||
$lang['options_bands_text_ln1'] = "Using the band list you can control which bands are shown when creating a new QSO.";
|
||||
$lang['options_bands_text_ln2'] = "Active bands will be shown in the QSO 'Band' drop-down, while inactive bands will be hidden and cannot be selected.";
|
||||
$lang['options_bands_create'] = "Create a band";
|
||||
$lang['options_bands_edit'] = "Edit Band";
|
||||
$lang['options_bands_activate_all'] = "Activate All";
|
||||
$lang['options_bands_activateall_warning'] = "Warning! Are you sure you want to activate all bands?";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
$lang['options_bands_deactivateall_warning'] = "Warning! Are you sure you want to deactivate all bands?";
|
||||
$lang['options_bands_ssb_qrg'] = "SSB QRG";
|
||||
$lang['options_bands_ssb_qrg_hint'] = "Frequency for SSB QRG in band (must be in Hz)";
|
||||
$lang['options_bands_data_qrg'] = "DATA QRG";
|
||||
$lang['options_bands_data_qrg_hint'] = "Frequency for DATA QRG in band (must be in Hz)";
|
||||
$lang['options_bands_cw_qrg'] = "CW QRG";
|
||||
$lang['options_bands_cw_qrg_hint'] = "Frequency for CW QRG in band (must be in Hz)";
|
||||
|
||||
$lang['options_bands_name_band'] = "Name of Band (E.g. 20m)";
|
||||
$lang['options_bands_name_bandgroup'] = "Name of bandgroup (E.g. hf, vhf, uhf, shf)";
|
||||
$lang['options_bands_delete_warning'] = "Warning! Are you sure you want to delete the following band: ";
|
||||
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ $lang['gen_max_file_upload_size'] = 'Maximum file upload size is ';
|
|||
$lang['cloudlog_station_profile'] = 'Lokalizacja stacji';
|
||||
|
||||
// ham radio terms
|
||||
$lang['gen_hamradio_cq'] = "CQ";
|
||||
$lang['gen_hamradio_qso'] = 'QSO';
|
||||
$lang['gen_hamradio_station'] = 'Stacja';
|
||||
|
||||
|
|
@ -102,6 +103,7 @@ $lang['gen_hamradio_mode'] = 'Modulacja';
|
|||
$lang['gen_hamradio_rst_sent'] = 'Wysłany';
|
||||
$lang['gen_hamradio_rst_rcvd'] = 'Odebrany\'d';
|
||||
$lang['gen_hamradio_band'] = 'Pasmo';
|
||||
$lang['gen_hamradio_bandgroup'] = "Bandgroup";
|
||||
$lang['gen_hamradio_band_rx'] = 'Pasmo (RX)';
|
||||
$lang['gen_hamradio_frequency'] = 'Częstotliwość';
|
||||
$lang['gen_hamradio_frequency_rx'] = 'Częstotliwość (RX)';
|
||||
|
|
|
|||
|
|
@ -72,3 +72,26 @@ $lang['options_dxcluster_decont_changed_to']='de continent changed to ';
|
|||
$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown';
|
||||
|
||||
$lang['options_save'] = 'Save';
|
||||
|
||||
// Bands
|
||||
|
||||
$lang['options_bands'] = "Bands";
|
||||
$lang['options_bands_text_ln1'] = "Using the band list you can control which bands are shown when creating a new QSO.";
|
||||
$lang['options_bands_text_ln2'] = "Active bands will be shown in the QSO 'Band' drop-down, while inactive bands will be hidden and cannot be selected.";
|
||||
$lang['options_bands_create'] = "Create a band";
|
||||
$lang['options_bands_edit'] = "Edit Band";
|
||||
$lang['options_bands_activate_all'] = "Activate All";
|
||||
$lang['options_bands_activateall_warning'] = "Warning! Are you sure you want to activate all bands?";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
$lang['options_bands_deactivateall_warning'] = "Warning! Are you sure you want to deactivate all bands?";
|
||||
$lang['options_bands_ssb_qrg'] = "SSB QRG";
|
||||
$lang['options_bands_ssb_qrg_hint'] = "Frequency for SSB QRG in band (must be in Hz)";
|
||||
$lang['options_bands_data_qrg'] = "DATA QRG";
|
||||
$lang['options_bands_data_qrg_hint'] = "Frequency for DATA QRG in band (must be in Hz)";
|
||||
$lang['options_bands_cw_qrg'] = "CW QRG";
|
||||
$lang['options_bands_cw_qrg_hint'] = "Frequency for CW QRG in band (must be in Hz)";
|
||||
|
||||
$lang['options_bands_name_band'] = "Name of Band (E.g. 20m)";
|
||||
$lang['options_bands_name_bandgroup'] = "Name of bandgroup (E.g. hf, vhf, uhf, shf)";
|
||||
$lang['options_bands_delete_warning'] = "Warning! Are you sure you want to delete the following band: ";
|
||||
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ $lang['gen_max_file_upload_size'] = 'Maximum file upload size is ';
|
|||
// Cloudlog Terms
|
||||
$lang['cloudlog_station_profile'] = 'Месторасположение станции';
|
||||
|
||||
$lang['gen_hamradio_cq'] = "CQ";
|
||||
// ham radio terms
|
||||
$lang['gen_hamradio_qso'] = 'QSO';
|
||||
$lang['gen_hamradio_station'] = 'Станция';
|
||||
|
|
@ -102,6 +103,7 @@ $lang['gen_hamradio_dx'] = 'Dx';
|
|||
$lang['gen_hamradio_mode'] = 'Вид модуляции';
|
||||
$lang['gen_hamradio_rst_sent'] = 'Отправлено';
|
||||
$lang['gen_hamradio_rst_rcvd'] = 'Получено';
|
||||
$lang['gen_hamradio_bandgroup'] = "Bandgroup";
|
||||
$lang['gen_hamradio_band'] = 'Диапазон';
|
||||
$lang['gen_hamradio_band_rx'] = 'Диапазон (RX)';
|
||||
$lang['gen_hamradio_frequency'] = 'Частота';
|
||||
|
|
|
|||
|
|
@ -72,3 +72,26 @@ $lang['options_dxcluster_decont_changed_to']='континент изменён
|
|||
$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown';
|
||||
|
||||
$lang['options_save'] = 'Сохранить';
|
||||
|
||||
// Bands
|
||||
|
||||
$lang['options_bands'] = "Bands";
|
||||
$lang['options_bands_text_ln1'] = "Using the band list you can control which bands are shown when creating a new QSO.";
|
||||
$lang['options_bands_text_ln2'] = "Active bands will be shown in the QSO 'Band' drop-down, while inactive bands will be hidden and cannot be selected.";
|
||||
$lang['options_bands_create'] = "Create a band";
|
||||
$lang['options_bands_edit'] = "Edit Band";
|
||||
$lang['options_bands_activate_all'] = "Activate All";
|
||||
$lang['options_bands_activateall_warning'] = "Warning! Are you sure you want to activate all bands?";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
$lang['options_bands_deactivateall_warning'] = "Warning! Are you sure you want to deactivate all bands?";
|
||||
$lang['options_bands_ssb_qrg'] = "SSB QRG";
|
||||
$lang['options_bands_ssb_qrg_hint'] = "Frequency for SSB QRG in band (must be in Hz)";
|
||||
$lang['options_bands_data_qrg'] = "DATA QRG";
|
||||
$lang['options_bands_data_qrg_hint'] = "Frequency for DATA QRG in band (must be in Hz)";
|
||||
$lang['options_bands_cw_qrg'] = "CW QRG";
|
||||
$lang['options_bands_cw_qrg_hint'] = "Frequency for CW QRG in band (must be in Hz)";
|
||||
|
||||
$lang['options_bands_name_band'] = "Name of Band (E.g. 20m)";
|
||||
$lang['options_bands_name_bandgroup'] = "Name of bandgroup (E.g. hf, vhf, uhf, shf)";
|
||||
$lang['options_bands_delete_warning'] = "Warning! Are you sure you want to delete the following band: ";
|
||||
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ $lang['gen_max_file_upload_size'] = 'Maximum file upload size is ';
|
|||
$lang['cloudlog_station_profile'] = 'Perfil de estación';
|
||||
|
||||
// ham radio terms
|
||||
$lang['gen_hamradio_cq'] = "CQ";
|
||||
$lang['gen_hamradio_qso'] = 'QSO';
|
||||
$lang['gen_hamradio_station'] = 'Estación';
|
||||
|
||||
|
|
@ -102,6 +103,7 @@ $lang['gen_hamradio_mode'] = 'Modo';
|
|||
$lang['gen_hamradio_rst_sent'] = 'Enviado';
|
||||
$lang['gen_hamradio_rst_rcvd'] = 'Recibido';
|
||||
$lang['gen_hamradio_band'] = 'Banda';
|
||||
$lang['gen_hamradio_bandgroup'] = "Bandgroup";
|
||||
$lang['gen_hamradio_band_rx'] = 'Banda (Recepción)';
|
||||
$lang['gen_hamradio_frequency'] = 'Frecuencia';
|
||||
$lang['gen_hamradio_frequency_rx'] = 'Frecuencia (Recepción)';
|
||||
|
|
|
|||
|
|
@ -72,3 +72,26 @@ $lang['options_dxcluster_decont_changed_to']='de continent changed to ';
|
|||
$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown';
|
||||
|
||||
$lang['options_save'] = 'Save';
|
||||
|
||||
// Bands
|
||||
|
||||
$lang['options_bands'] = "Bands";
|
||||
$lang['options_bands_text_ln1'] = "Using the band list you can control which bands are shown when creating a new QSO.";
|
||||
$lang['options_bands_text_ln2'] = "Active bands will be shown in the QSO 'Band' drop-down, while inactive bands will be hidden and cannot be selected.";
|
||||
$lang['options_bands_create'] = "Create a band";
|
||||
$lang['options_bands_edit'] = "Edit Band";
|
||||
$lang['options_bands_activate_all'] = "Activate All";
|
||||
$lang['options_bands_activateall_warning'] = "Warning! Are you sure you want to activate all bands?";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
$lang['options_bands_deactivateall_warning'] = "Warning! Are you sure you want to deactivate all bands?";
|
||||
$lang['options_bands_ssb_qrg'] = "SSB QRG";
|
||||
$lang['options_bands_ssb_qrg_hint'] = "Frequency for SSB QRG in band (must be in Hz)";
|
||||
$lang['options_bands_data_qrg'] = "DATA QRG";
|
||||
$lang['options_bands_data_qrg_hint'] = "Frequency for DATA QRG in band (must be in Hz)";
|
||||
$lang['options_bands_cw_qrg'] = "CW QRG";
|
||||
$lang['options_bands_cw_qrg_hint'] = "Frequency for CW QRG in band (must be in Hz)";
|
||||
|
||||
$lang['options_bands_name_band'] = "Name of Band (E.g. 20m)";
|
||||
$lang['options_bands_name_bandgroup'] = "Name of bandgroup (E.g. hf, vhf, uhf, shf)";
|
||||
$lang['options_bands_delete_warning'] = "Warning! Are you sure you want to delete the following band: ";
|
||||
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ $lang['gen_max_file_upload_size'] = 'Maximum file upload size is ';
|
|||
$lang['cloudlog_station_profile'] = 'Stationsplats';
|
||||
|
||||
// ham radio terms
|
||||
$lang['gen_hamradio_cq'] = "CQ";
|
||||
$lang['gen_hamradio_qso'] = 'QSO';
|
||||
$lang['gen_hamradio_station'] = 'Station';
|
||||
|
||||
|
|
@ -102,6 +103,7 @@ $lang['gen_hamradio_mode'] = 'Mode';
|
|||
$lang['gen_hamradio_rst_sent'] = 'Skickat';
|
||||
$lang['gen_hamradio_rst_rcvd'] = 'Mottagen\'d';
|
||||
$lang['gen_hamradio_band'] = 'Band';
|
||||
$lang['gen_hamradio_bandgroup'] = "Bandgroup";
|
||||
$lang['gen_hamradio_band_rx'] = 'Band (RX)';
|
||||
$lang['gen_hamradio_frequency'] = 'Frekvens';
|
||||
$lang['gen_hamradio_frequency_rx'] = 'Frekvens (RX)';
|
||||
|
|
|
|||
|
|
@ -72,3 +72,26 @@ $lang['options_dxcluster_decont_changed_to']='kontinenten ändrats till ';
|
|||
$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown';
|
||||
|
||||
$lang['options_save'] = 'Spara';
|
||||
|
||||
// Bands
|
||||
|
||||
$lang['options_bands'] = "Bands";
|
||||
$lang['options_bands_text_ln1'] = "Using the band list you can control which bands are shown when creating a new QSO.";
|
||||
$lang['options_bands_text_ln2'] = "Active bands will be shown in the QSO 'Band' drop-down, while inactive bands will be hidden and cannot be selected.";
|
||||
$lang['options_bands_create'] = "Create a band";
|
||||
$lang['options_bands_edit'] = "Edit Band";
|
||||
$lang['options_bands_activate_all'] = "Activate All";
|
||||
$lang['options_bands_activateall_warning'] = "Warning! Are you sure you want to activate all bands?";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
$lang['options_bands_deactivateall_warning'] = "Warning! Are you sure you want to deactivate all bands?";
|
||||
$lang['options_bands_ssb_qrg'] = "SSB QRG";
|
||||
$lang['options_bands_ssb_qrg_hint'] = "Frequency for SSB QRG in band (must be in Hz)";
|
||||
$lang['options_bands_data_qrg'] = "DATA QRG";
|
||||
$lang['options_bands_data_qrg_hint'] = "Frequency for DATA QRG in band (must be in Hz)";
|
||||
$lang['options_bands_cw_qrg'] = "CW QRG";
|
||||
$lang['options_bands_cw_qrg_hint'] = "Frequency for CW QRG in band (must be in Hz)";
|
||||
|
||||
$lang['options_bands_name_band'] = "Name of Band (E.g. 20m)";
|
||||
$lang['options_bands_name_bandgroup'] = "Name of bandgroup (E.g. hf, vhf, uhf, shf)";
|
||||
$lang['options_bands_delete_warning'] = "Warning! Are you sure you want to delete the following band: ";
|
||||
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ $lang['gen_max_file_upload_size'] = 'Maximum file upload size is ';
|
|||
$lang['cloudlog_station_profile'] = 'İstasyon Konumu';
|
||||
|
||||
// ham radio terms
|
||||
$lang['gen_hamradio_cq'] = "CQ";
|
||||
$lang['gen_hamradio_qso'] = 'QSO';
|
||||
$lang['gen_hamradio_station'] = 'İstasyon';
|
||||
|
||||
|
|
@ -102,6 +103,7 @@ $lang['gen_hamradio_mode'] = 'Mod';
|
|||
$lang['gen_hamradio_rst_sent'] = 'Gönderilen';
|
||||
$lang['gen_hamradio_rst_rcvd'] = 'Alınan';
|
||||
$lang['gen_hamradio_band'] = 'Bant';
|
||||
$lang['gen_hamradio_bandgroup'] = "Bandgroup";
|
||||
$lang['gen_hamradio_band_rx'] = 'Bant (RX)';
|
||||
$lang['gen_hamradio_frequency'] = 'Frekans';
|
||||
$lang['gen_hamradio_frequency_rx'] = 'Frekans (RX)';
|
||||
|
|
|
|||
|
|
@ -72,3 +72,26 @@ $lang['options_dxcluster_decont_changed_to']='de continent changed to ';
|
|||
$lang['options_dxcluster_decont_hint']='Only spots by spotters from this continent are shown';
|
||||
|
||||
$lang['options_save'] = 'Save';
|
||||
|
||||
// Bands
|
||||
|
||||
$lang['options_bands'] = "Bands";
|
||||
$lang['options_bands_text_ln1'] = "Using the band list you can control which bands are shown when creating a new QSO.";
|
||||
$lang['options_bands_text_ln2'] = "Active bands will be shown in the QSO 'Band' drop-down, while inactive bands will be hidden and cannot be selected.";
|
||||
$lang['options_bands_create'] = "Create a band";
|
||||
$lang['options_bands_edit'] = "Edit Band";
|
||||
$lang['options_bands_activate_all'] = "Activate All";
|
||||
$lang['options_bands_activateall_warning'] = "Warning! Are you sure you want to activate all bands?";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
$lang['options_bands_deactivateall_warning'] = "Warning! Are you sure you want to deactivate all bands?";
|
||||
$lang['options_bands_ssb_qrg'] = "SSB QRG";
|
||||
$lang['options_bands_ssb_qrg_hint'] = "Frequency for SSB QRG in band (must be in Hz)";
|
||||
$lang['options_bands_data_qrg'] = "DATA QRG";
|
||||
$lang['options_bands_data_qrg_hint'] = "Frequency for DATA QRG in band (must be in Hz)";
|
||||
$lang['options_bands_cw_qrg'] = "CW QRG";
|
||||
$lang['options_bands_cw_qrg_hint'] = "Frequency for CW QRG in band (must be in Hz)";
|
||||
|
||||
$lang['options_bands_name_band'] = "Name of Band (E.g. 20m)";
|
||||
$lang['options_bands_name_bandgroup'] = "Name of bandgroup (E.g. hf, vhf, uhf, shf)";
|
||||
$lang['options_bands_delete_warning'] = "Warning! Are you sure you want to delete the following band: ";
|
||||
|
||||
|
|
|
|||
|
|
@ -21,32 +21,32 @@
|
|||
|
||||
<form>
|
||||
<div class="form-group">
|
||||
<label for="bandInput">Band</label>
|
||||
<label for="bandInput"><?php echo lang('gen_hamradio_band'); ?></label>
|
||||
<input type="text" class="form-control" name="band" id="bandInput" aria-describedby="bandInputHelp" required>
|
||||
<small id="bandInputHelp" class="form-text text-muted">Band name</small>
|
||||
<small id="bandInputHelp" class="form-text text-muted"><?php echo lang('options_bands_name_band'); ?></small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="bandGroup">Bandgroup</label>
|
||||
<label for="bandGroup"><?php echo lang('gen_hamradio_bandgroup'); ?></label>
|
||||
<input type="text" class="form-control" name="bandgroup" id="bandGroup" aria-describedby="bandgroupInputHelp" required>
|
||||
<small id="bandgroupInputHelp" class="form-text text-muted">Name of bandgroup (E.g. hf, vhf, uhf, shf)</small>
|
||||
<small id="bandgroupInputHelp" class="form-text text-muted"><?php echo lang('options_bands_name_bandgroup'); ?></small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="ssbqrg">SSB QRG</label>
|
||||
<label for="ssbqrg"><?php echo lang('options_bands_ssb_qrg'); ?></label>
|
||||
<input type="text" class="form-control" name="ssbqrg" id="ssbqrg" aria-describedby="ssbqrgInputHelp" required>
|
||||
<small id="ssbqrgInputHelp" class="form-text text-muted">Frequency for SSB QRG in band (must be in Hz)</small>
|
||||
<small id="ssbqrgInputHelp" class="form-text text-muted"><?php echo lang('options_bands_ssb_qrg_hint'); ?></small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="dataqrg">DATA QRG</label>
|
||||
<label for="dataqrg"><?php echo lang('options_bands_data_qrg'); ?></label>
|
||||
<input type="text" class="form-control" name="dataqrg" id="dataqrg" aria-describedby="dataqrgInputHelp" required>
|
||||
<small id="dataqrgInputHelp" class="form-text text-muted">Frequency for DATA QRG in band (must be in Hz)</small>
|
||||
<small id="dataqrgInputHelp" class="form-text text-muted"><?php echo lang('options_bands_data_qrg_hint'); ?></small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="cwqrg">CW QRG</label>
|
||||
<label for="cwqrg"><?php echo lang('options_bands_cw_qrg'); ?></label>
|
||||
<input type="text" class="form-control" name="cwqrg" id="cwqrg" aria-describedby="cwqrgInputHelp" required>
|
||||
<small id="cwqrgInputHelp" class="form-text text-muted">Frequency for CW QRG in band (must be in Hz)</small>
|
||||
<small id="cwqrgInputHelp" class="form-text text-muted"><?php echo lang('options_bands_cw_qrg_hint'); ?></small>
|
||||
</div>
|
||||
|
||||
<button type="button" onclick="createBand(this.form);" class="btn btn-primary"><i class="fas fa-plus-square"></i> Create band</button>
|
||||
<button type="button" onclick="createBand(this.form);" class="btn btn-primary"><i class="fas fa-plus-square"></i> <?php echo lang('options_save'); ?></button>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
|
@ -3,32 +3,32 @@
|
|||
|
||||
<input type="hidden" name="id" value="<?php echo $my_band->id; ?>">
|
||||
<div class="form-group">
|
||||
<label for="bandInput">Band</label>
|
||||
<label for="bandInput"><?php echo lang('gen_hamradio_band'); ?></label>
|
||||
<input type="text" class="form-control" name="band" id="bandInput" aria-describedby="bandInputHelp" value="<?php if(set_value('band') != "") { echo set_value('band'); } else { echo $my_band->band; } ?>" required>
|
||||
<small id="bandInputHelp" class="form-text text-muted">Name of band</small>
|
||||
<small id="bandInputHelp" class="form-text text-muted"><?php echo lang('options_bands_name_band'); ?></small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="bandGroup">Bandgroup</label>
|
||||
<label for="bandGroup"><?php echo lang('gen_hamradio_bandgroup'); ?></label>
|
||||
<input type="text" class="form-control" name="bandgroup" id="bandGroup" aria-describedby="bandgroupInputHelp" value="<?php if(set_value('bandgroup') != "") { echo set_value('bandgroup'); } else { echo $my_band->bandgroup; } ?>" required>
|
||||
<small id="bandgroupInputHelp" class="form-text text-muted">Name of bandgroup (E.g. hf, vhf, uhf, shf)</small>
|
||||
<small id="bandgroupInputHelp" class="form-text text-muted"><?php echo lang('options_bands_name_bandgroup'); ?></small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="ssbqrg">SSB QRG</label>
|
||||
<label for="ssbqrg"><?php echo lang('options_bands_ssb_qrg'); ?></label>
|
||||
<input type="text" class="form-control" name="ssbqrg" id="ssbqrg" aria-describedby="ssbqrgInputHelp" value="<?php echo $my_band->ssb; ?>" required>
|
||||
<small id="ssbqrgInputHelp" class="form-text text-muted">Frequency for SSB QRG in band (must be in Hz)</small>
|
||||
<small id="ssbqrgInputHelp" class="form-text text-muted"><?php echo lang('options_bands_ssb_qrg_hint'); ?></small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="dataqrg">DATA QRG</label>
|
||||
<label for="dataqrg"><?php echo lang('options_bands_data_qrg'); ?></label>
|
||||
<input type="text" class="form-control" name="dataqrg" id="dataqrg" aria-describedby="dataqrgInputHelp" value="<?php echo $my_band->data; ?>" required>
|
||||
<small id="dataqrgInputHelp" class="form-text text-muted">Frequency for DATA QRG in band (must be in Hz)</small>
|
||||
<small id="dataqrgInputHelp" class="form-text text-muted"><?php echo lang('options_bands_data_qrg_hint'); ?></small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="cwqrg">CW QRG</label>
|
||||
<label for="cwqrg"><?php echo lang('options_bands_cw_qrg'); ?></label>
|
||||
<input type="text" class="form-control" name="cwqrg" id="cwqrg" aria-describedby="cwqrgInputHelp" value="<?php echo $my_band->cw; ?>" required>
|
||||
<small id="cwqrgInputHelp" class="form-text text-muted">Frequency for CW QRG in band (must be in Hz)</small>
|
||||
<small id="cwqrgInputHelp" class="form-text text-muted"><?php echo lang('options_bands_cw_qrg_hint'); ?></small>
|
||||
</div>
|
||||
|
||||
<button type="button" onclick="saveUpdatedBand(this.form);" class="btn btn-primary"><i class="fas fa-plus-square"></i> Update band</button>
|
||||
<button type="button" onclick="saveUpdatedBand(this.form);" class="btn btn-primary"><i class="fas fa-plus-square"></i> <?php echo lang('options_save'); ?></button>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
|
@ -21,18 +21,18 @@ $wwff = 0;
|
|||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<h2><?php echo $page_title; ?></h2>
|
||||
<h2><?php echo lang('options_bands'); ?></h2>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Bands
|
||||
<div class="card-header">
|
||||
<?php echo lang('options_bands'); ?>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<p class="card-text">
|
||||
Using the band list you can control which bands are shown when creating a new QSO.
|
||||
<?php echo lang('options_bands_text_ln1'); ?>
|
||||
</p>
|
||||
<p class="card-text">
|
||||
Active bands will be shown in the QSO "Band" drop-down, while inactive bands will be hidden and cannot be selected.
|
||||
<?php echo lang('options_bands_text_ln2'); ?>
|
||||
</p>
|
||||
<div class="table-responsive">
|
||||
|
||||
|
|
@ -40,22 +40,22 @@ $wwff = 0;
|
|||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Band</th>
|
||||
<th>CQ</th>
|
||||
<th>DOK</th>
|
||||
<th>DXCC</th>
|
||||
<th>IOTA</th>
|
||||
<th>POTA</th>
|
||||
<th>SIG</th>
|
||||
<th>SOTA</th>
|
||||
<th>US Counties</th>
|
||||
<th>VUCC</th>
|
||||
<th>WAS</th>
|
||||
<th>WWFF</th>
|
||||
<th>Bandgroup</th>
|
||||
<th>SSB QRG</th>
|
||||
<th>DATA QRG</th>
|
||||
<th>CW QRG</th>
|
||||
<th><?php echo lang('gen_hamradio_band'); ?></th>
|
||||
<th><?php echo lang('gen_hamradio_cq'); ?></th>
|
||||
<th><?php echo lang('gen_hamradio_dok'); ?></th>
|
||||
<th><?php echo lang('gen_hamradio_dxcc'); ?></th>
|
||||
<th><?php echo lang('gen_hamradio_iota'); ?></th>
|
||||
<th><?php echo lang('gen_hamradio_pota'); ?></th>
|
||||
<th><?php echo lang('gen_hamradio_sig'); ?></th>
|
||||
<th><?php echo lang('gen_hamradio_sota'); ?></th>
|
||||
<th><?php echo lang('gen_hamradio_county_reference'); ?></th>
|
||||
<th><?php echo lang('menu_vucc'); ?></th>
|
||||
<th><?php echo lang('menu_was'); ?></th>
|
||||
<th><?php echo lang('gen_hamradio_wwff'); ?></th>
|
||||
<th><?php echo lang('gen_hamradio_bandgroup'); ?></th>
|
||||
<th><?php echo lang('options_bands_ssb_qrg'); ?></th>
|
||||
<th><?php echo lang('options_bands_data_qrg'); ?></th>
|
||||
<th><?php echo lang('options_bands_cw_qrg'); ?></th>
|
||||
<?php if($this->session->userdata('user_type') == '99') { ?>
|
||||
<th></th>
|
||||
<th></th>
|
||||
|
|
@ -95,7 +95,7 @@ $wwff = 0;
|
|||
<?php } ?>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<th></th>
|
||||
<th><?php echo lang('general_word_all'); ?></th>
|
||||
<th></th>
|
||||
<th class="master_cq"><input type="checkbox" <?php if ($cq > 0) echo 'checked';?>></th>
|
||||
<th class="master_dok"><input type="checkbox" <?php if ($dok > 0) echo 'checked';?>></th>
|
||||
|
|
@ -120,9 +120,17 @@ $wwff = 0;
|
|||
<br/>
|
||||
<p>
|
||||
<?php if($this->session->userdata('user_type') == '99') { ?>
|
||||
<button onclick="createBandDialog();" class="btn btn-primary btn-sm"><i class="fas fa-plus"></i> Create a Band</button>
|
||||
<button onclick="activateAllBands();" class="btn btn-primary btn-sm">Activate All</button>
|
||||
<button onclick="deactivateAllBands();" class="btn btn-primary btn-sm">Deactivate All </button>
|
||||
<script>
|
||||
var lang_options_bands_edit = '<?php echo lang('options_bands_edit'); ?>';
|
||||
var lang_options_bands_create = '<?php echo lang('options_bands_create'); ?>';
|
||||
var lang_admin_close = '<?php echo lang('admin_close'); ?>';
|
||||
var lang_options_bands_delete_warning = '<?php echo lang('options_bands_delete_warning'); ?>';
|
||||
var lang_options_bands_activateall_warning = '<?php echo lang('options_bands_activateall_warning'); ?>';
|
||||
var lang_options_bands_deactivateall_warning = '<?php echo lang('options_bands_deactivateall_warning'); ?>';
|
||||
</script>
|
||||
<button onclick="createBandDialog();" class="btn btn-primary btn-sm"><i class="fas fa-plus"></i> <?php echo lang('options_bands_create'); ?></button>
|
||||
<button onclick="activateAllBands();" class="btn btn-primary btn-sm"><?php echo lang('options_bands_activate_all'); ?></button>
|
||||
<button onclick="deactivateAllBands();" class="btn btn-primary btn-sm"><?php echo lang('options_bands_deactivate_all'); ?></button>
|
||||
<?php } ?>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -42,13 +42,13 @@ function createBandDialog() {
|
|||
type: 'post',
|
||||
success: function (html) {
|
||||
BootstrapDialog.show({
|
||||
title: 'Create band',
|
||||
title: lang_options_bands_create,
|
||||
size: BootstrapDialog.SIZE_NORMAL,
|
||||
cssClass: 'create-band-dialog',
|
||||
nl2br: false,
|
||||
message: html,
|
||||
buttons: [{
|
||||
label: 'Close',
|
||||
label: lang_admin_close,
|
||||
action: function (dialogItself) {
|
||||
dialogItself.close();
|
||||
}
|
||||
|
|
@ -90,13 +90,13 @@ function editBandDialog(id) {
|
|||
},
|
||||
success: function (html) {
|
||||
BootstrapDialog.show({
|
||||
title: 'Edit band',
|
||||
title: lang_options_bands_edit,
|
||||
size: BootstrapDialog.SIZE_NORMAL,
|
||||
cssClass: 'edit-band-dialog',
|
||||
nl2br: false,
|
||||
message: html,
|
||||
buttons: [{
|
||||
label: 'Close',
|
||||
label: lang_admin_close,
|
||||
action: function (dialogItself) {
|
||||
dialogItself.close();
|
||||
}
|
||||
|
|
@ -131,8 +131,8 @@ function saveUpdatedBand(form) {
|
|||
|
||||
function deleteBand(id, band) {
|
||||
BootstrapDialog.confirm({
|
||||
title: 'DANGER',
|
||||
message: 'Warning! Are you sure you want to delete the following band: ' + band + '?',
|
||||
title: lang_general_word_danger,
|
||||
message: lang_options_bands_delete_warning + band + '?',
|
||||
type: BootstrapDialog.TYPE_DANGER,
|
||||
closable: true,
|
||||
draggable: true,
|
||||
|
|
@ -156,8 +156,8 @@ function deleteBand(id, band) {
|
|||
|
||||
function activateAllBands() {
|
||||
BootstrapDialog.confirm({
|
||||
title: 'DANGER',
|
||||
message: 'Warning! Are you sure you want to activate all bands?',
|
||||
title: lang_general_word_danger,
|
||||
message: lang_options_bands_activateall_warning,
|
||||
type: BootstrapDialog.TYPE_DANGER,
|
||||
closable: true,
|
||||
draggable: true,
|
||||
|
|
@ -178,8 +178,8 @@ function activateAllBands() {
|
|||
|
||||
function deactivateAllBands() {
|
||||
BootstrapDialog.confirm({
|
||||
title: 'DANGER',
|
||||
message: 'Warning! Are you sure you want to deactivate all bands?',
|
||||
title: lang_general_word_danger,
|
||||
message: lang_options_bands_deactivateall_warning,
|
||||
type: BootstrapDialog.TYPE_DANGER,
|
||||
closable: true,
|
||||
draggable: true,
|
||||
|
|
|
|||
正在加载…
在新工单中引用