Skip to content

Commit

Permalink
Merge pull request #3228 from DanielBausset/analytics-distances-propa…
Browse files Browse the repository at this point in the history
…gationmode

Distances worked analytics: filter on propagation mode
  • Loading branch information
magicbug authored Nov 23, 2024
2 parents 6bffd4a + b92b60d commit 8e555fb
Show file tree
Hide file tree
Showing 36 changed files with 407 additions and 32 deletions.
16 changes: 14 additions & 2 deletions application/controllers/Distances.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ public function getDistanceQsos(){
$sat = $this->security->xss_clean($this->input->post('sat'));
$mode = $this->security->xss_clean($this->input->post('mode'));
$power = $this->security->xss_clean($this->input->post('pwr'));
$propag = $this->security->xss_clean($this->input->post('propag'));

$data['results'] = $this->distances_model->qso_details($distance, $band, $sat, $mode, $power);
$data['results'] = $this->distances_model->qso_details($distance, $band, $sat, $mode, $power, $propag);

// Render Page
if (strtolower($band) == 'all') $band = lang('statistics_distances_bands_all');
Expand All @@ -95,8 +96,19 @@ public function getDistanceQsos(){
$power .= 'W';
}

switch (strtolower($propag)) {
case 'all':
$propag = lang('general_word_all');
break;
case '':
$propag = lang('general_word_undefined');
break;
default:
$propag = lang("gen_hamradio_propagation_$propag");
}

$data['page_title'] = "Log View - " . $distance;
$data['filter'] = lang('statistics_distances_qsos_with') . " " . $distance . lang('statistics_distances_and_band') . " " . $band . lang('statistics_distances_and_mode') . $mode . lang('statistics_distances_and_power') . $power;
$data['filter'] = lang('statistics_distances_qsos_with') . " " . $distance . lang('statistics_distances_and_band') . " " . $band . lang('statistics_distances_and_mode') . $mode . lang('statistics_distances_and_power') . $power . lang('statistics_distances_and_propagation') . $propag;
$this->load->view('awards/details', $data);
}
}
18 changes: 18 additions & 0 deletions application/language/bulgarian/general_words_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,24 @@
$lang['gen_hamradio_locator'] = 'Локатор';
$lang['gen_hamradio_transmit_power'] = 'Мощност на предавателя (W)';
$lang['gen_hamradio_propagation_mode'] = 'Propagation Mode';
$lang['gen_hamradio_propagation_AS'] = "Aircraft Scatter";
$lang['gen_hamradio_propagation_AUR'] = "Aurora";
$lang['gen_hamradio_propagation_AUE'] = "Aurora-E";
$lang['gen_hamradio_propagation_BS'] = "Back scatter";
$lang['gen_hamradio_propagation_ECH'] = "EchoLink";
$lang['gen_hamradio_propagation_EME'] = "Earth-Moon-Earth";
$lang['gen_hamradio_propagation_ES'] = "Sporadic E";
$lang['gen_hamradio_propagation_FAI'] = "Field Aligned Irregularities";
$lang['gen_hamradio_propagation_F2'] = "F2 Reflection";
$lang['gen_hamradio_propagation_INTERNET'] = "Internet-assisted";
$lang['gen_hamradio_propagation_ION'] = "Ionoscatter";
$lang['gen_hamradio_propagation_IRL'] = "IRLP";
$lang['gen_hamradio_propagation_MS'] = "Meteor scatter";
$lang['gen_hamradio_propagation_RPT'] = "Terrestrial or atmospheric repeater or transponder";
$lang['gen_hamradio_propagation_RS'] = "Rain scatter";
$lang['gen_hamradio_propagation_SAT'] = "Satellite";
$lang['gen_hamradio_propagation_TEP'] = "Trans-equatorial";
$lang['gen_hamradio_propagation_TR'] = "Tropospheric ducting";

$lang['gen_hamradio_satellite_name'] = 'Име на сателита';
$lang['gen_hamradio_satellite_mode'] = 'Режим на сателита';
Expand Down
2 changes: 2 additions & 0 deletions application/language/bulgarian/statistics_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
$lang['statistics_distances_and_band'] = ", band : ";
$lang['statistics_distances_and_mode'] = ", mode : ";
$lang['statistics_distances_and_power'] = ", power : ";
$lang['statistics_distances_and_propagation'] = ", propagation : ";
$lang['statistics_distances_no_qsos_to_plot'] = "No QSOs found to plot.";

/*
*
Expand Down
18 changes: 18 additions & 0 deletions application/language/chinese_simplified/general_words_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,24 @@
$lang['gen_hamradio_locator'] = '定位地图';
$lang['gen_hamradio_transmit_power'] = '发射功率 (W)';
$lang['gen_hamradio_propagation_mode'] = '传播模式';
$lang['gen_hamradio_propagation_AS'] = "Aircraft Scatter";
$lang['gen_hamradio_propagation_AUR'] = "Aurora";
$lang['gen_hamradio_propagation_AUE'] = "Aurora-E";
$lang['gen_hamradio_propagation_BS'] = "Back scatter";
$lang['gen_hamradio_propagation_ECH'] = "EchoLink";
$lang['gen_hamradio_propagation_EME'] = "Earth-Moon-Earth";
$lang['gen_hamradio_propagation_ES'] = "Sporadic E";
$lang['gen_hamradio_propagation_FAI'] = "Field Aligned Irregularities";
$lang['gen_hamradio_propagation_F2'] = "F2 Reflection";
$lang['gen_hamradio_propagation_INTERNET'] = "Internet-assisted";
$lang['gen_hamradio_propagation_ION'] = "Ionoscatter";
$lang['gen_hamradio_propagation_IRL'] = "IRLP";
$lang['gen_hamradio_propagation_MS'] = "Meteor scatter";
$lang['gen_hamradio_propagation_RPT'] = "Terrestrial or atmospheric repeater or transponder";
$lang['gen_hamradio_propagation_RS'] = "Rain scatter";
$lang['gen_hamradio_propagation_SAT'] = "Satellite";
$lang['gen_hamradio_propagation_TEP'] = "Trans-equatorial";
$lang['gen_hamradio_propagation_TR'] = "Tropospheric ducting";

$lang['gen_hamradio_satellite_name'] = '卫星名称';
$lang['gen_hamradio_satellite_mode'] = '卫星模式';
Expand Down
2 changes: 2 additions & 0 deletions application/language/chinese_simplified/statistics_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
$lang['statistics_distances_and_band'] = "和波段";
$lang['statistics_distances_and_mode'] = ", 模式 : ";
$lang['statistics_distances_and_power'] = ", 发射功率 : ";
$lang['statistics_distances_and_propagation'] = ", 传播模式 : ";
$lang['statistics_distances_no_qsos_to_plot'] = "No QSOs found to plot.";

/*
*
Expand Down
18 changes: 18 additions & 0 deletions application/language/czech/general_words_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,24 @@
$lang['gen_hamradio_locator'] = 'Lokátor';
$lang['gen_hamradio_transmit_power'] = 'Vysílací výkon (W)';
$lang['gen_hamradio_propagation_mode'] = 'Šíření signálu';
$lang['gen_hamradio_propagation_AS'] = "Aircraft Scatter";
$lang['gen_hamradio_propagation_AUR'] = "Aurora";
$lang['gen_hamradio_propagation_AUE'] = "Aurora-E";
$lang['gen_hamradio_propagation_BS'] = "Back scatter";
$lang['gen_hamradio_propagation_ECH'] = "EchoLink";
$lang['gen_hamradio_propagation_EME'] = "Earth-Moon-Earth";
$lang['gen_hamradio_propagation_ES'] = "Sporadic E";
$lang['gen_hamradio_propagation_FAI'] = "Field Aligned Irregularities";
$lang['gen_hamradio_propagation_F2'] = "F2 Reflection";
$lang['gen_hamradio_propagation_INTERNET'] = "Internet-assisted";
$lang['gen_hamradio_propagation_ION'] = "Ionoscatter";
$lang['gen_hamradio_propagation_IRL'] = "IRLP";
$lang['gen_hamradio_propagation_MS'] = "Meteor scatter";
$lang['gen_hamradio_propagation_RPT'] = "Terrestrial or atmospheric repeater or transponder";
$lang['gen_hamradio_propagation_RS'] = "Rain scatter";
$lang['gen_hamradio_propagation_SAT'] = "Satellite";
$lang['gen_hamradio_propagation_TEP'] = "Trans-equatorial";
$lang['gen_hamradio_propagation_TR'] = "Tropospheric ducting";

$lang['gen_hamradio_satellite_name'] = 'Název satelitu';
$lang['gen_hamradio_satellite_mode'] = 'Režim satelitu';
Expand Down
2 changes: 2 additions & 0 deletions application/language/czech/statistics_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
$lang['statistics_distances_and_band'] = ", band : ";
$lang['statistics_distances_and_mode'] = ", mode : ";
$lang['statistics_distances_and_power'] = ", power : ";
$lang['statistics_distances_and_propagation'] = ", propagation : ";
$lang['statistics_distances_no_qsos_to_plot'] = "No QSOs found to plot.";

/*
*
Expand Down
18 changes: 18 additions & 0 deletions application/language/dutch/general_words_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,24 @@
$lang['gen_hamradio_locator'] = 'Locator';
$lang['gen_hamradio_transmit_power'] = 'Vermogen (W)';
$lang['gen_hamradio_propagation_mode'] = 'Propagattie Mode';
$lang['gen_hamradio_propagation_AS'] = "Aircraft Scatter";
$lang['gen_hamradio_propagation_AUR'] = "Aurora";
$lang['gen_hamradio_propagation_AUE'] = "Aurora-E";
$lang['gen_hamradio_propagation_BS'] = "Back scatter";
$lang['gen_hamradio_propagation_ECH'] = "EchoLink";
$lang['gen_hamradio_propagation_EME'] = "Earth-Moon-Earth";
$lang['gen_hamradio_propagation_ES'] = "Sporadic E";
$lang['gen_hamradio_propagation_FAI'] = "Field Aligned Irregularities";
$lang['gen_hamradio_propagation_F2'] = "F2 Reflection";
$lang['gen_hamradio_propagation_INTERNET'] = "Internet-assisted";
$lang['gen_hamradio_propagation_ION'] = "Ionoscatter";
$lang['gen_hamradio_propagation_IRL'] = "IRLP";
$lang['gen_hamradio_propagation_MS'] = "Meteor scatter";
$lang['gen_hamradio_propagation_RPT'] = "Terrestrial or atmospheric repeater or transponder";
$lang['gen_hamradio_propagation_RS'] = "Rain scatter";
$lang['gen_hamradio_propagation_SAT'] = "Satellite";
$lang['gen_hamradio_propagation_TEP'] = "Trans-equatorial";
$lang['gen_hamradio_propagation_TR'] = "Tropospheric ducting";

$lang['gen_hamradio_satellite_name'] = 'Satelliet Naam';
$lang['gen_hamradio_satellite_mode'] = 'Satelliet Mode';
Expand Down
8 changes: 6 additions & 2 deletions application/language/dutch/statistics_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@
$lang['statistics_distances_part4_contacts_were_plotted_furthest'] = "The average distance is";
$lang['statistics_distances_number_of_qsos'] = "Number of QSOs";
$lang['statistics_distances_callsigns_worked'] = "Callsign(s) worked (max 5 shown)";
$lang['statistics_distances_qsos_with'] = "QSOs with";
$lang['statistics_distances_and_band'] = "and band";
$lang['statistics_distances_qsos_with'] = "QSOs with distance : ";
$lang['statistics_distances_and_band'] = ", band : ";
$lang['statistics_distances_and_mode'] = ", mode : ";
$lang['statistics_distances_and_power'] = ", power : ";
$lang['statistics_distances_and_propagation'] = ", propagation : ";
$lang['statistics_distances_no_qsos_to_plot'] = "No QSOs found to plot.";

/*
*
Expand Down
18 changes: 18 additions & 0 deletions application/language/english/general_words_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,24 @@
$lang['gen_hamradio_locator'] = 'Locator';
$lang['gen_hamradio_transmit_power'] = 'Transmit Power (W)';
$lang['gen_hamradio_propagation_mode'] = 'Propagation Mode';
$lang['gen_hamradio_propagation_AS'] = "Aircraft Scatter";
$lang['gen_hamradio_propagation_AUR'] = "Aurora";
$lang['gen_hamradio_propagation_AUE'] = "Aurora-E";
$lang['gen_hamradio_propagation_BS'] = "Back scatter";
$lang['gen_hamradio_propagation_ECH'] = "EchoLink";
$lang['gen_hamradio_propagation_EME'] = "Earth-Moon-Earth";
$lang['gen_hamradio_propagation_ES'] = "Sporadic E";
$lang['gen_hamradio_propagation_FAI'] = "Field Aligned Irregularities";
$lang['gen_hamradio_propagation_F2'] = "F2 Reflection";
$lang['gen_hamradio_propagation_INTERNET'] = "Internet-assisted";
$lang['gen_hamradio_propagation_ION'] = "Ionoscatter";
$lang['gen_hamradio_propagation_IRL'] = "IRLP";
$lang['gen_hamradio_propagation_MS'] = "Meteor scatter";
$lang['gen_hamradio_propagation_RPT'] = "Terrestrial or atmospheric repeater or transponder";
$lang['gen_hamradio_propagation_RS'] = "Rain scatter";
$lang['gen_hamradio_propagation_SAT'] = "Satellite";
$lang['gen_hamradio_propagation_TEP'] = "Trans-equatorial";
$lang['gen_hamradio_propagation_TR'] = "Tropospheric ducting";

$lang['gen_hamradio_satellite_name'] = 'Satellite Name';
$lang['gen_hamradio_satellite_mode'] = 'Satellite Mode';
Expand Down
2 changes: 2 additions & 0 deletions application/language/english/statistics_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
$lang['statistics_distances_and_band'] = ", band : ";
$lang['statistics_distances_and_mode'] = ", mode : ";
$lang['statistics_distances_and_power'] = ", power : ";
$lang['statistics_distances_and_propagation'] = ", propagation : ";
$lang['statistics_distances_no_qsos_to_plot'] = "No QSOs found to plot.";

/*
*
Expand Down
18 changes: 18 additions & 0 deletions application/language/finnish/general_words_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,24 @@
$lang['gen_hamradio_locator'] = 'Lokaattori';
$lang['gen_hamradio_transmit_power'] = 'Lähetysteho (W)';
$lang['gen_hamradio_propagation_mode'] = 'Propagaatiomuoto';
$lang['gen_hamradio_propagation_AS'] = "Aircraft Scatter";
$lang['gen_hamradio_propagation_AUR'] = "Aurora";
$lang['gen_hamradio_propagation_AUE'] = "Aurora-E";
$lang['gen_hamradio_propagation_BS'] = "Back scatter";
$lang['gen_hamradio_propagation_ECH'] = "EchoLink";
$lang['gen_hamradio_propagation_EME'] = "Earth-Moon-Earth";
$lang['gen_hamradio_propagation_ES'] = "Sporadic E";
$lang['gen_hamradio_propagation_FAI'] = "Field Aligned Irregularities";
$lang['gen_hamradio_propagation_F2'] = "F2 Reflection";
$lang['gen_hamradio_propagation_INTERNET'] = "Internet-assisted";
$lang['gen_hamradio_propagation_ION'] = "Ionoscatter";
$lang['gen_hamradio_propagation_IRL'] = "IRLP";
$lang['gen_hamradio_propagation_MS'] = "Meteor scatter";
$lang['gen_hamradio_propagation_RPT'] = "Terrestrial or atmospheric repeater or transponder";
$lang['gen_hamradio_propagation_RS'] = "Rain scatter";
$lang['gen_hamradio_propagation_SAT'] = "Satellite";
$lang['gen_hamradio_propagation_TEP'] = "Trans-equatorial";
$lang['gen_hamradio_propagation_TR'] = "Tropospheric ducting";

$lang['gen_hamradio_satellite_name'] = 'Satelliitti';
$lang['gen_hamradio_satellite_mode'] = 'Satelliitin Mode';
Expand Down
2 changes: 2 additions & 0 deletions application/language/finnish/statistics_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
$lang['statistics_distances_and_band'] = ", band : ";
$lang['statistics_distances_and_mode'] = ", mode : ";
$lang['statistics_distances_and_power'] = ", power : ";
$lang['statistics_distances_and_propagation'] = ", propagation : ";
$lang['statistics_distances_no_qsos_to_plot'] = "No QSOs found to plot.";

/*
*
Expand Down
18 changes: 18 additions & 0 deletions application/language/french/general_words_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,24 @@
$lang['gen_hamradio_locator'] = "Locator";
$lang['gen_hamradio_transmit_power'] = "Puissance d'émission (W)";
$lang['gen_hamradio_propagation_mode'] = "Mode de propagation";
$lang['gen_hamradio_propagation_AS'] = "Réflexion sur avion (Aircraft scatter)";
$lang['gen_hamradio_propagation_AUR'] = "Aurore boréale (Aurora)";
$lang['gen_hamradio_propagation_AUE'] = "Aurore boréale avec couche E (Aurora-E)";
$lang['gen_hamradio_propagation_BS'] = "Rétrodiffusion (Back scatter)";
$lang['gen_hamradio_propagation_ECH'] = "EchoLink";
$lang['gen_hamradio_propagation_EME'] = "EME (Terre-Lune-Terre)";
$lang['gen_hamradio_propagation_ES'] = "Couche E sporadique";
$lang['gen_hamradio_propagation_FAI'] = "Irrégularités ionosphériques";
$lang['gen_hamradio_propagation_F2'] = "Couche F2 de l'ionosphère";
$lang['gen_hamradio_propagation_INTERNET'] = "Internet";
$lang['gen_hamradio_propagation_ION'] = "Diffusion dans l'ionosphère";
$lang['gen_hamradio_propagation_IRL'] = "IRLP";
$lang['gen_hamradio_propagation_MS'] = "Diffusion par météorite (Meteor scatter)";
$lang['gen_hamradio_propagation_RPT'] = "Relais, répéteur ou transpondeur";
$lang['gen_hamradio_propagation_RS'] = "Diffusion par la pluie (Rain scatter)";
$lang['gen_hamradio_propagation_SAT'] = "Satellite";
$lang['gen_hamradio_propagation_TEP'] = "Trans-équatoriale";
$lang['gen_hamradio_propagation_TR'] = "Conduit troposphérique";

$lang['gen_hamradio_satellite_name'] = "Nom du satellite";
$lang['gen_hamradio_satellite_mode'] = "Mode du satellite";
Expand Down
2 changes: 2 additions & 0 deletions application/language/french/statistics_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
$lang['statistics_distances_and_band'] = ", bande : ";
$lang['statistics_distances_and_mode'] = ", mode : ";
$lang['statistics_distances_and_power'] = ", puissance : ";
$lang['statistics_distances_and_propagation'] = ", propagation : ";
$lang['statistics_distances_no_qsos_to_plot'] = "Pas de QSOs correspondants à tracer.";

/*
*
Expand Down
18 changes: 18 additions & 0 deletions application/language/german/general_words_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,24 @@
$lang['gen_hamradio_locator'] = 'Locator';
$lang['gen_hamradio_transmit_power'] = 'Sendeleistung (W)';
$lang['gen_hamradio_propagation_mode'] = 'Propagation';
$lang['gen_hamradio_propagation_AS'] = "Aircraft Scatter";
$lang['gen_hamradio_propagation_AUR'] = "Aurora";
$lang['gen_hamradio_propagation_AUE'] = "Aurora-E";
$lang['gen_hamradio_propagation_BS'] = "Back scatter";
$lang['gen_hamradio_propagation_ECH'] = "EchoLink";
$lang['gen_hamradio_propagation_EME'] = "Earth-Moon-Earth";
$lang['gen_hamradio_propagation_ES'] = "Sporadic E";
$lang['gen_hamradio_propagation_FAI'] = "Field Aligned Irregularities";
$lang['gen_hamradio_propagation_F2'] = "F2 Reflection";
$lang['gen_hamradio_propagation_INTERNET'] = "Internet-assisted";
$lang['gen_hamradio_propagation_ION'] = "Ionoscatter";
$lang['gen_hamradio_propagation_IRL'] = "IRLP";
$lang['gen_hamradio_propagation_MS'] = "Meteor scatter";
$lang['gen_hamradio_propagation_RPT'] = "Terrestrial or atmospheric repeater or transponder";
$lang['gen_hamradio_propagation_RS'] = "Rain scatter";
$lang['gen_hamradio_propagation_SAT'] = "Satellite";
$lang['gen_hamradio_propagation_TEP'] = "Trans-equatorial";
$lang['gen_hamradio_propagation_TR'] = "Tropospheric ducting";

$lang['gen_hamradio_satellite_name'] = 'Satellit';
$lang['gen_hamradio_satellite_mode'] = 'Satellitenmodus';
Expand Down
2 changes: 2 additions & 0 deletions application/language/german/statistics_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
$lang['statistics_distances_and_band'] = ", Band : ";
$lang['statistics_distances_and_mode'] = ", Mode : ";
$lang['statistics_distances_and_power'] = ", Sendeleistung : ";
$lang['statistics_distances_and_propagation'] = ", Wellenausbreitung : ";
$lang['statistics_distances_no_qsos_to_plot'] = "No QSOs found to plot.";

/*
*
Expand Down
18 changes: 18 additions & 0 deletions application/language/greek/general_words_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,24 @@
$lang['gen_hamradio_locator'] = 'Τοποθετών';
$lang['gen_hamradio_transmit_power'] = 'Ισχύ διαβίβασης (W)';
$lang['gen_hamradio_propagation_mode'] = 'Λειτουργία διάδοσης';
$lang['gen_hamradio_propagation_AS'] = "Aircraft Scatter";
$lang['gen_hamradio_propagation_AUR'] = "Aurora";
$lang['gen_hamradio_propagation_AUE'] = "Aurora-E";
$lang['gen_hamradio_propagation_BS'] = "Back scatter";
$lang['gen_hamradio_propagation_ECH'] = "EchoLink";
$lang['gen_hamradio_propagation_EME'] = "Earth-Moon-Earth";
$lang['gen_hamradio_propagation_ES'] = "Sporadic E";
$lang['gen_hamradio_propagation_FAI'] = "Field Aligned Irregularities";
$lang['gen_hamradio_propagation_F2'] = "F2 Reflection";
$lang['gen_hamradio_propagation_INTERNET'] = "Internet-assisted";
$lang['gen_hamradio_propagation_ION'] = "Ionoscatter";
$lang['gen_hamradio_propagation_IRL'] = "IRLP";
$lang['gen_hamradio_propagation_MS'] = "Meteor scatter";
$lang['gen_hamradio_propagation_RPT'] = "Terrestrial or atmospheric repeater or transponder";
$lang['gen_hamradio_propagation_RS'] = "Rain scatter";
$lang['gen_hamradio_propagation_SAT'] = "Satellite";
$lang['gen_hamradio_propagation_TEP'] = "Trans-equatorial";
$lang['gen_hamradio_propagation_TR'] = "Tropospheric ducting";

$lang['gen_hamradio_satellite_name'] = 'Όνομα δορυφόρου';
$lang['gen_hamradio_satellite_mode'] = 'Λειτουργία δορυφόρου';
Expand Down
2 changes: 2 additions & 0 deletions application/language/greek/statistics_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
$lang['statistics_distances_and_band'] = ", band : ";
$lang['statistics_distances_and_mode'] = ", mode : ";
$lang['statistics_distances_and_power'] = ", power : ";
$lang['statistics_distances_and_propagation'] = ", propagation : ";
$lang['statistics_distances_no_qsos_to_plot'] = "No QSOs found to plot.";

/*
*
Expand Down
18 changes: 18 additions & 0 deletions application/language/italian/general_words_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,24 @@
$lang['gen_hamradio_locator'] = 'Locatore';
$lang['gen_hamradio_transmit_power'] = 'Potenza di Trasmissione (W)';
$lang['gen_hamradio_propagation_mode'] = 'Modo di Propagazione';
$lang['gen_hamradio_propagation_AS'] = "Aircraft Scatter";
$lang['gen_hamradio_propagation_AUR'] = "Aurora";
$lang['gen_hamradio_propagation_AUE'] = "Aurora-E";
$lang['gen_hamradio_propagation_BS'] = "Back scatter";
$lang['gen_hamradio_propagation_ECH'] = "EchoLink";
$lang['gen_hamradio_propagation_EME'] = "Earth-Moon-Earth";
$lang['gen_hamradio_propagation_ES'] = "Sporadic E";
$lang['gen_hamradio_propagation_FAI'] = "Field Aligned Irregularities";
$lang['gen_hamradio_propagation_F2'] = "F2 Reflection";
$lang['gen_hamradio_propagation_INTERNET'] = "Internet-assisted";
$lang['gen_hamradio_propagation_ION'] = "Ionoscatter";
$lang['gen_hamradio_propagation_IRL'] = "IRLP";
$lang['gen_hamradio_propagation_MS'] = "Meteor scatter";
$lang['gen_hamradio_propagation_RPT'] = "Terrestrial or atmospheric repeater or transponder";
$lang['gen_hamradio_propagation_RS'] = "Rain scatter";
$lang['gen_hamradio_propagation_SAT'] = "Satellite";
$lang['gen_hamradio_propagation_TEP'] = "Trans-equatorial";
$lang['gen_hamradio_propagation_TR'] = "Tropospheric ducting";

$lang['gen_hamradio_satellite_name'] = 'Nome Satellite';
$lang['gen_hamradio_satellite_mode'] = 'Modo Satellite';
Expand Down
2 changes: 2 additions & 0 deletions application/language/italian/statistics_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
$lang['statistics_distances_and_band'] = ", banda : ";
$lang['statistics_distances_and_mode'] = ", modo : ";
$lang['statistics_distances_and_power'] = ", potenza : ";
$lang['statistics_distances_and_propagation'] = ", propagazione : ";
$lang['statistics_distances_no_qsos_to_plot'] = "No QSOs found to plot.";

/*
*
Expand Down
Loading

0 comments on commit 8e555fb

Please sign in to comment.