Translate bands/index.php
这个提交包含在:
父节点
abbbb8d196
当前提交
c3362edb8e
共有 31 个文件被更改,包括 203 次插入 和 23 次删除
|
|
@ -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,13 @@ $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_activate_all'] = "Activate All";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
|
||||
|
|
|
|||
|
|
@ -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,13 @@ $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_activate_all'] = "Activate All";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
|
||||
|
|
|
|||
|
|
@ -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,13 @@ $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_activate_all'] = "Activate All";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
|
||||
|
|
|
|||
|
|
@ -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,13 @@ $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_activate_all'] = "Activate All";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
|
||||
|
|
|
|||
|
|
@ -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,13 @@ $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_activate_all'] = "Activate All";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
|
||||
|
|
|
|||
|
|
@ -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,13 @@ $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_activate_all'] = "Activate All";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
|
||||
|
|
|
|||
|
|
@ -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,13 @@ $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_activate_all'] = "Activate All";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
|
||||
|
|
|
|||
|
|
@ -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,13 @@ $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_activate_all'] = "Aktiviere Alle";
|
||||
$lang['options_bands_deactivate_all'] = "Deaktiviere Alle";
|
||||
|
||||
|
|
|
|||
|
|
@ -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,13 @@ $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_activate_all'] = "Activate All";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
|
||||
|
|
|
|||
|
|
@ -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,13 @@ $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_activate_all'] = "Activate All";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
|
||||
|
|
|
|||
|
|
@ -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,13 @@ $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_activate_all'] = "Activate All";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
|
||||
|
|
|
|||
|
|
@ -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,13 @@ $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_activate_all'] = "Activate All";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
|
||||
|
|
|
|||
|
|
@ -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,13 @@ $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_activate_all'] = "Activate All";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
|
||||
|
|
|
|||
|
|
@ -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,13 @@ $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_activate_all'] = "Activate All";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
|
||||
|
|
|
|||
|
|
@ -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,13 @@ $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_activate_all'] = "Activate All";
|
||||
$lang['options_bands_deactivate_all'] = "Deactivate All";
|
||||
|
||||
|
|
|
|||
|
|
@ -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,20 +40,20 @@ $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><?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>SSB QRG</th>
|
||||
<th>DATA QRG</th>
|
||||
<th>CW QRG</th>
|
||||
<?php if($this->session->userdata('user_type') == '99') { ?>
|
||||
|
|
@ -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,9 @@ $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>
|
||||
<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>
|
||||
|
|
|
|||
正在加载…
在新工单中引用