Merge pull request #2656 from HB9HIL/translation-work

Translation Work
pull/2660/head
Peter Goodhall 2023-11-06 11:38:36 +00:00 zatwierdzone przez GitHub
commit 25c76e29a2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
69 zmienionych plików z 476 dodań i 107 usunięć

Wyświetl plik

@ -77,7 +77,7 @@ class Distances extends CI_Controller {
// Render Page
$data['page_title'] = "Log View - " . $distance;
$data['filter'] = "Filtering on QSOs with " . $distance . " and band ".$band;
$data['filter'] = lang('statistics_distances_qsos_with') . " " . $distance . " " . lang('statistics_distances_and_band'). " " . $band;
$this->load->view('awards/details', $data);
}
}

Wyświetl plik

@ -21,6 +21,8 @@ $lang['general_word_enabled'] = "Enabled";
$lang['general_word_disabled'] = "Disabled";
$lang['general_word_export'] = "Export";
$lang['general_word_import'] = "Import";
$lang['general_word_count'] = "Count";
$lang['general_word_filtering_on'] = "Filtering on";
$lang['general_word_date'] = 'Дата';
$lang['general_word_time'] = 'Час';

Wyświetl plik

@ -0,0 +1,36 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['gridsquares_gridsquare_map'] = 'Gridsquare Map';
$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map";
$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators";
$lang['gridsquares_confirmed_is_green'] = 'Confirmed is Green';
$lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Worked but not confirmed is Red';
$lang['gridsquares_activated_but_not_confirmed_is_red'] = 'Activated but not confirmed is Red';
$lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos'] = 'This map does not include satellite, internet or repeater QSOs';
$lang['gridsquares_grid_squares'] = 'grid square';
$lang['gridsquares_total_count'] = 'Total count';
$lang['gridsquares_minimum_count'] = "Minimum Count";
$lang['gridsquares_show_qsos'] = "Show QSO's";
$lang['gridsquares_show_map'] = "Show Map";
$lang['gridsquares_band'] = 'Band';
$lang['gridsquares_mode'] = 'Mode';
$lang['gridsquares_sat'] = 'Satellite';
$lang['gridsquares_confirmation'] = 'Confirmation';
$lang['gridsquares_button_plot'] = 'Plot';
$lang['gridsquares_button_clear_markers'] = "Clear Markers";
$lang['gridsquares_gridsquares'] = 'Gridsquares';
$lang['gridsquares_gridsquares_worked'] = 'Gridsquares worked';
$lang['gridsquares_gridsquares_confirmed'] = 'Gridsquares confirmed';
$lang['gridsquares_gridsquares_lotw'] = 'Gridsquares confirmed on LoTW';
$lang['gridsquares_gridsquares_paper'] = 'Gridsquares confirmed by paper QSL';
$lang['gridsquares_gridsquares_not_confirmed'] = 'Gridsquares not confirmed';
$lang['gridsquares_gridsquares_total_worked'] = 'Total gridsquares worked';
$lang['gridsquares_gridsquares_total_activated'] = 'Total gridsquares activated';

Wyświetl plik

@ -7,11 +7,24 @@ $lang['statistics_statistics'] = 'Statistics';
$lang['statistics_explore_the_logbook'] = 'Explore the logbook.';
$lang['statistics_years'] = 'Years';
$lang['statistics_mode'] = 'Mode';
$lang['statistics_modes'] = 'Mode';
$lang['statistics_bands'] = 'Bands';
$lang['statistics_qsos'] = 'QSOs';
$lang['statistics_unique_callsigns'] = 'Unique callsigns';
$lang['statistics_total'] = 'Total';
$lang['statistics_year'] = 'Year';
$lang['statistics_year'] = 'Year';
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";
$lang['statistics_distances_worked'] = "Distances Worked";
$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.<br /> Your furthest contact was with";
$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare";
$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was";
$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";

Wyświetl plik

@ -21,6 +21,8 @@ $lang['general_word_enabled'] = "Enabled";
$lang['general_word_disabled'] = "Disabled";
$lang['general_word_export'] = "Export";
$lang['general_word_import'] = "Import";
$lang['general_word_count'] = "Count";
$lang['general_word_filtering_on'] = "Filtering on";
$lang['general_word_date'] = '日期';
$lang['general_word_time'] = '时间';

Wyświetl plik

@ -3,6 +3,8 @@
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['gridsquares_gridsquare_map'] = '网格地图';
$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map";
$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators";
$lang['gridsquares_confirmed_is_green'] = '已确认的网格是绿色';
$lang['gridsquares_worked_but_not_confirmed_is_red'] = '已工作但未确认的网格是红色';
@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos
$lang['gridsquares_grid_squares'] = '网格';
$lang['gridsquares_total_count'] = '总数';
$lang['gridsquares_minimum_count'] = "Minimum Count";
$lang['gridsquares_show_qsos'] = "Show QSO's";
$lang['gridsquares_show_map'] = "Show Map";
$lang['gridsquares_band'] = '频率';
$lang['gridsquares_mode'] = '模式';
$lang['gridsquares_sat'] = '卫星';
$lang['gridsquares_confirmation'] = '确认';
$lang['gridsquares_button_plot'] = '绘制';
$lang['gridsquares_button_clear_markers'] = "Clear Markers";
$lang['gridsquares_gridsquares'] = '网格';
$lang['gridsquares_gridsquares_confirmed'] = '已确认的网格';

Wyświetl plik

@ -7,11 +7,24 @@ $lang['statistics_statistics'] = '统计';
$lang['statistics_explore_the_logbook'] = '查看日志';
$lang['statistics_years'] = '年';
$lang['statistics_mode'] = '模式';
$lang['statistics_modes'] = '模式';
$lang['statistics_bands'] = '波段';
$lang['statistics_qsos'] = 'QSOs';
$lang['statistics_unique_callsigns'] = '呼号';
$lang['statistics_total'] = '总计';
$lang['statistics_year'] = '年';
$lang['statistics_year'] = '年';
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";
$lang['statistics_distances_worked'] = "Distances Worked";
$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.<br /> Your furthest contact was with";
$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare";
$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was";
$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";

Wyświetl plik

@ -21,6 +21,8 @@ $lang['general_word_enabled'] = "Enabled";
$lang['general_word_disabled'] = "Disabled";
$lang['general_word_export'] = "Export";
$lang['general_word_import'] = "Import";
$lang['general_word_count'] = "Count";
$lang['general_word_filtering_on'] = "Filtering on";
$lang['general_word_date'] = 'Datum';
$lang['general_word_time'] = 'Čas';

Wyświetl plik

@ -3,6 +3,8 @@
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['gridsquares_gridsquare_map'] = 'Mapa lokátorů';
$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map";
$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators";
$lang['gridsquares_confirmed_is_green'] = 'Potvrzené lokátory jsou zeleně';
$lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Odpracované, ale nepotvrzené lokátory jsou červeně';
@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos
$lang['gridsquares_grid_squares'] = 'lokátor';
$lang['gridsquares_total_count'] = 'Celkový počet';
$lang['gridsquares_minimum_count'] = "Minimum Count";
$lang['gridsquares_show_qsos'] = "Show QSO's";
$lang['gridsquares_show_map'] = "Show Map";
$lang['gridsquares_band'] = 'Pásmo';
$lang['gridsquares_mode'] = 'Režim';
$lang['gridsquares_sat'] = 'Satelit';
$lang['gridsquares_confirmation'] = 'Potvrzení';
$lang['gridsquares_button_plot'] = 'Zobrazit';
$lang['gridsquares_button_clear_markers'] = "Clear Markers";
$lang['gridsquares_gridsquares'] = 'Lokátory';
$lang['gridsquares_gridsquares_confirmed'] = 'Potvrzené lokátory';

Wyświetl plik

@ -7,11 +7,24 @@ $lang['statistics_statistics'] = 'Statistiky';
$lang['statistics_explore_the_logbook'] = 'Prozkoumejte logbook.';
$lang['statistics_years'] = 'Roky';
$lang['statistics_mode'] = 'Módy';
$lang['statistics_modes'] = 'Módy';
$lang['statistics_bands'] = 'Pásma';
$lang['statistics_qsos'] = 'QSO';
$lang['statistics_unique_callsigns'] = 'Jedinečné značky';
$lang['statistics_total'] = 'Celkem';
$lang['statistics_year'] = 'Rok';
$lang['statistics_year'] = 'Rok';
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";
$lang['statistics_distances_worked'] = "Distances Worked";
$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.<br /> Your furthest contact was with";
$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare";
$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was";
$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";

Wyświetl plik

@ -21,6 +21,8 @@ $lang['general_word_enabled'] = "Enabled";
$lang['general_word_disabled'] = "Disabled";
$lang['general_word_export'] = "Export";
$lang['general_word_import'] = "Import";
$lang['general_word_count'] = "Count";
$lang['general_word_filtering_on'] = "Filtering on";
$lang['general_word_date'] = 'Datum';
$lang['general_word_time'] = 'Tijd';

Wyświetl plik

@ -2,7 +2,9 @@
defined('BASEPATH') OR exit('Directe toegang tot scripts is niet toegestaan');
$lang['gridsquares_gridsquare_map'] = 'Gridsquare map';
$lang['gridsquares_gridsquare_map'] = 'Gridsquare Map';
$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map";
$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators";
$lang['gridsquares_confirmed_is_green'] = 'Confirmed is Green';
$lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Worked but not confirmed is Red';
@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos
$lang['gridsquares_grid_squares'] = 'grid square';
$lang['gridsquares_total_count'] = 'Total count';
$lang['gridsquares_minimum_count'] = "Minimum Count";
$lang['gridsquares_show_qsos'] = "Show QSO's";
$lang['gridsquares_show_map'] = "Show Map";
$lang['gridsquares_band'] = 'Band';
$lang['gridsquares_mode'] = 'Mode';
$lang['gridsquares_sat'] = 'Satellite';
$lang['gridsquares_confirmation'] = 'Confirmation';
$lang['gridsquares_button_plot'] = 'Plot';
$lang['gridsquares_button_clear_markers'] = "Clear Markers";
$lang['gridsquares_gridsquares'] = 'Gridsquares';
$lang['gridsquares_gridsquares_confirmed'] = 'Gridsquares confirmed';

Wyświetl plik

@ -7,11 +7,24 @@ $lang['statistics_statistics'] = 'Statistics';
$lang['statistics_explore_the_logbook'] = 'Explore the logbook.';
$lang['statistics_years'] = 'Years';
$lang['statistics_mode'] = 'Mode';
$lang['statistics_modes'] = 'Mode';
$lang['statistics_bands'] = 'Bands';
$lang['statistics_qsos'] = 'QSOs';
$lang['statistics_unique_callsigns'] = 'Unique callsigns';
$lang['statistics_total'] = 'Total';
$lang['statistics_year'] = 'Year';
$lang['statistics_year'] = 'Year';
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";
$lang['statistics_distances_worked'] = "Distances Worked";
$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.<br /> Your furthest contact was with";
$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare";
$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was";
$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";

Wyświetl plik

@ -21,6 +21,8 @@ $lang['general_word_enabled'] = "Enabled";
$lang['general_word_disabled'] = "Disabled";
$lang['general_word_export'] = "Export";
$lang['general_word_import'] = "Import";
$lang['general_word_count'] = "Count";
$lang['general_word_filtering_on'] = "Filtering on";
$lang['general_word_date'] = 'Date';
$lang['general_word_time'] = 'Time';

Wyświetl plik

@ -2,7 +2,9 @@
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['gridsquares_gridsquare_map'] = 'Gridsquare map';
$lang['gridsquares_gridsquare_map'] = 'Gridsquare Map';
$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map";
$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators";
$lang['gridsquares_confirmed_is_green'] = 'Confirmed is Green';
$lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Worked but not confirmed is Red';
@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos
$lang['gridsquares_grid_squares'] = 'grid square';
$lang['gridsquares_total_count'] = 'Total count';
$lang['gridsquares_minimum_count'] = "Minimum Count";
$lang['gridsquares_show_qsos'] = "Show QSO's";
$lang['gridsquares_show_map'] = "Show Map";
$lang['gridsquares_band'] = 'Band';
$lang['gridsquares_mode'] = 'Mode';
$lang['gridsquares_sat'] = 'Satellite';
$lang['gridsquares_confirmation'] = 'Confirmation';
$lang['gridsquares_button_plot'] = 'Plot';
$lang['gridsquares_button_clear_markers'] = "Clear Markers";
$lang['gridsquares_gridsquares'] = 'Gridsquares';
$lang['gridsquares_gridsquares_worked'] = 'Gridsquares worked';

Wyświetl plik

@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Statistics';
$lang['statistics_explore_the_logbook'] = 'Explore the logbook.';
$lang['statistics_years'] = 'Years';
$lang['statistics_mode'] = 'Mode';
$lang['statistics_modes'] = 'Mode';
$lang['statistics_bands'] = 'Bands';
$lang['statistics_qsos'] = 'QSOs';
$lang['statistics_unique_callsigns'] = 'Unique callsigns';
@ -15,3 +15,16 @@ $lang['statistics_unique_callsigns'] = 'Unique callsigns';
$lang['statistics_total'] = 'Total';
$lang['statistics_year'] = 'Year';
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";
$lang['statistics_distances_worked'] = "Distances Worked";
$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.<br /> Your furthest contact was with";
$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare";
$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was";
$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";

Wyświetl plik

@ -21,6 +21,8 @@ $lang['general_word_enabled'] = "Enabled";
$lang['general_word_disabled'] = "Disabled";
$lang['general_word_export'] = "Export";
$lang['general_word_import'] = "Import";
$lang['general_word_count'] = "Count";
$lang['general_word_filtering_on'] = "Filtering on";
$lang['general_word_date'] = 'Päivä';
$lang['general_word_time'] = 'Aika';

Wyświetl plik

@ -3,6 +3,8 @@
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['gridsquares_gridsquare_map'] = 'Gridsquare-kartta';
$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map";
$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators";
$lang['gridsquares_confirmed_is_green'] = 'Vahvistetut ovat vihreitä';
$lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Workitut, mutta ei vahvistetut ovat punaisena';
@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos
$lang['gridsquares_grid_squares'] = 'grid square';
$lang['gridsquares_total_count'] = 'Total count';
$lang['gridsquares_minimum_count'] = "Minimum Count";
$lang['gridsquares_show_qsos'] = "Show QSO's";
$lang['gridsquares_show_map'] = "Show Map";
$lang['gridsquares_band'] = 'Bandi';
$lang['gridsquares_mode'] = 'Mode';
$lang['gridsquares_sat'] = 'Satelliitti';
$lang['gridsquares_confirmation'] = 'Confirmation';
$lang['gridsquares_button_plot'] = 'Merkitse';
$lang['gridsquares_button_clear_markers'] = "Clear Markers";
$lang['gridsquares_gridsquares'] = 'Gridsquares';
$lang['gridsquares_gridsquares_confirmed'] = 'Gridsquares confirmed';

Wyświetl plik

@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Tilastot';
$lang['statistics_explore_the_logbook'] = 'Uppoudu lokiisi tarkemmin';
$lang['statistics_years'] = 'Vuodet';
$lang['statistics_mode'] = 'Modet';
$lang['statistics_modes'] = 'Modet';
$lang['statistics_bands'] = 'Bandit';
$lang['statistics_qsos'] = 'QSO:t';
$lang['statistics_unique_callsigns'] = 'Erillisiä kutsuja';
@ -15,3 +15,16 @@ $lang['statistics_unique_callsigns'] = 'Erillisiä kutsuja';
$lang['statistics_total'] = 'Yhteensä';
$lang['statistics_year'] = 'Vuosi';
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";
$lang['statistics_distances_worked'] = "Distances Worked";
$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.<br /> Your furthest contact was with";
$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare";
$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was";
$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";

Wyświetl plik

@ -21,6 +21,8 @@ $lang['general_word_enabled'] = "Enabled";
$lang['general_word_disabled'] = "Disabled";
$lang['general_word_export'] = "Export";
$lang['general_word_import'] = "Import";
$lang['general_word_count'] = "Count";
$lang['general_word_filtering_on'] = "Filtering on";
$lang['general_word_date'] = 'Date';
$lang['general_word_time'] = 'Heure';

Wyświetl plik

@ -3,6 +3,8 @@
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['gridsquares_gridsquare_map'] = 'Carte des Locators';
$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map";
$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators";
$lang['gridsquares_confirmed_is_green'] = 'Confirmé en Vert';
$lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Contacté, mais non confirmé en Rouge';
@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos
$lang['gridsquares_grid_squares'] = 'Grilles des Locators';
$lang['gridsquares_total_count'] = 'Total';
$lang['gridsquares_minimum_count'] = "Minimum Count";
$lang['gridsquares_show_qsos'] = "Show QSO's";
$lang['gridsquares_show_map'] = "Show Map";
$lang['gridsquares_band'] = 'Bande';
$lang['gridsquares_mode'] = 'Mode';
$lang['gridsquares_sat'] = 'Satellite';
$lang['gridsquares_confirmation'] = 'Confirmé';
$lang['gridsquares_button_plot'] = 'Plot';
$lang['gridsquares_button_clear_markers'] = "Clear Markers";
$lang['gridsquares_gridsquares'] = 'Locators';
$lang['gridsquares_gridsquares_confirmed'] = 'Locators confirmés';

Wyświetl plik

@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Statistics';
$lang['statistics_explore_the_logbook'] = 'Explore the logbook.';
$lang['statistics_years'] = 'Years';
$lang['statistics_mode'] = 'Mode';
$lang['statistics_modes'] = 'Mode';
$lang['statistics_bands'] = 'Bands';
$lang['statistics_qsos'] = 'QSOs';
$lang['statistics_unique_callsigns'] = 'Unique callsigns';
@ -15,3 +15,16 @@ $lang['statistics_unique_callsigns'] = 'Unique callsigns';
$lang['statistics_total'] = 'Total';
$lang['statistics_year'] = 'Year';
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";
$lang['statistics_distances_worked'] = "Distances Worked";
$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.<br /> Your furthest contact was with";
$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare";
$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was";
$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";

Wyświetl plik

@ -21,6 +21,8 @@ $lang['general_word_enabled'] = "Eingeschaltet";
$lang['general_word_disabled'] = "Ausgeschaltet";
$lang['general_word_export'] = "Exportieren";
$lang['general_word_import'] = "Importieren";
$lang['general_word_count'] = "Zähler";
$lang['general_word_filtering_on'] = "Filtern auf";
$lang['general_word_date'] = 'Datum';
$lang['general_word_time'] = 'Zeit';

Wyświetl plik

@ -3,6 +3,9 @@
defined('BASEPATH') OR exit('Direkter Zugriff auf Skripte ist nicht erlaubt');
$lang['gridsquares_gridsquare_map'] = 'Planquadratkarte';
$lang['gridsquares_activated_gridsquare_map'] = "Aktivierte Planquadrate Karte";
$lang['gridsquares_gridsquare_activators'] = "Planquadrat-Aktivierer";
$lang['gridsquares_confirmed_is_green'] = 'Bestätigt ist grün';
$lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Gearbeitet aber nicht bestätigt ist rot';
@ -12,6 +15,9 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos
$lang['gridsquares_grid_squares'] = 'Planquadrate';
$lang['gridsquares_total_count'] = 'Summe';
$lang['gridsquares_minimum_count'] = "Minimale Anzahl";
$lang['gridsquares_show_qsos'] = "Zeige QSO's";
$lang['gridsquares_show_map'] = "Zeige Karte";
$lang['gridsquares_band'] = 'Band';
$lang['gridsquares_mode'] = 'Mode';
@ -19,6 +25,7 @@ $lang['gridsquares_sat'] = 'Satellit';
$lang['gridsquares_confirmation'] = 'Bestätigung';
$lang['gridsquares_button_plot'] = 'Kartieren';
$lang['gridsquares_button_clear_markers'] = "Lösche Markierungen";
$lang['gridsquares_gridsquares'] = 'Planquadrate';
$lang['gridsquares_gridsquares_worked'] = 'Gearbeitete Planquadrate';

Wyświetl plik

@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Statistiken';
$lang['statistics_explore_the_logbook'] = 'Logbuch untersuchen.';
$lang['statistics_years'] = 'Jahre';
$lang['statistics_mode'] = 'Modi';
$lang['statistics_modes'] = 'Modi';
$lang['statistics_bands'] = 'Bänder';
$lang['statistics_qsos'] = 'QSOs';
$lang['statistics_unique_callsigns'] = 'Eindeutige Rufzeichen';
@ -15,3 +15,16 @@ $lang['statistics_unique_callsigns'] = 'Eindeutige Rufzeichen';
$lang['statistics_total'] = 'Gesamt';
$lang['statistics_year'] = 'Jahr';
$lang['statistics_number_of_qso_worked_each_year'] = "Anzahl der QSOs gearbeitet pro Jahr";
$lang['statistics_number_of_qso_worked'] = "# gearbeitete QSOs";
$lang['statistics_distances_worked'] = "Gearbeitete Entfernungen";
$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "Kontakte wurden dargestellt.<br /> Der weiteste Kontakt war"; // make sure'<br />' stays there
$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "im Planquadrat";
$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "Die Distanz betrug";
$lang['statistics_distances_number_of_qsos'] = "Anzahl der QSOs";
$lang['statistics_distances_callsigns_worked'] = "Gearbeitete(s) Rufzeichen (max 5 werden gezeigt)";
$lang['statistics_distances_qsos_with'] = "QSOs mit";
$lang['statistics_distances_and_band'] = "und Band";

Wyświetl plik

@ -21,6 +21,8 @@ $lang['general_word_enabled'] = "Enabled";
$lang['general_word_disabled'] = "Disabled";
$lang['general_word_export'] = "Export";
$lang['general_word_import'] = "Import";
$lang['general_word_count'] = "Count";
$lang['general_word_filtering_on'] = "Filtering on";
$lang['general_word_date'] = 'Ημερομηνία';
$lang['general_word_time'] = 'Ωρα';

Wyświetl plik

@ -2,7 +2,9 @@
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['gridsquares_gridsquare_map'] = 'Gridsquare map';
$lang['gridsquares_gridsquare_map'] = 'Gridsquare Map';
$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map";
$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators";
$lang['gridsquares_confirmed_is_green'] = 'Confirmed is Green';
$lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Worked but not confirmed is Red';
@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos
$lang['gridsquares_grid_squares'] = 'grid square';
$lang['gridsquares_total_count'] = 'Total count';
$lang['gridsquares_minimum_count'] = "Minimum Count";
$lang['gridsquares_show_qsos'] = "Show QSO's";
$lang['gridsquares_show_map'] = "Show Map";
$lang['gridsquares_band'] = 'Band';
$lang['gridsquares_mode'] = 'Mode';
$lang['gridsquares_sat'] = 'Satellite';
$lang['gridsquares_confirmation'] = 'Confirmation';
$lang['gridsquares_button_plot'] = 'Plot';
$lang['gridsquares_button_clear_markers'] = "Clear Markers";
$lang['gridsquares_gridsquares'] = 'Gridsquares';
$lang['gridsquares_gridsquares_confirmed'] = 'Gridsquares confirmed';

Wyświetl plik

@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Statistics';
$lang['statistics_explore_the_logbook'] = 'Explore the logbook.';
$lang['statistics_years'] = 'Years';
$lang['statistics_mode'] = 'Mode';
$lang['statistics_modes'] = 'Mode';
$lang['statistics_bands'] = 'Bands';
$lang['statistics_qsos'] = 'QSOs';
$lang['statistics_unique_callsigns'] = 'Unique callsigns';
@ -15,3 +15,16 @@ $lang['statistics_unique_callsigns'] = 'Unique callsigns';
$lang['statistics_total'] = 'Total';
$lang['statistics_year'] = 'Year';
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";
$lang['statistics_distances_worked'] = "Distances Worked";
$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.<br /> Your furthest contact was with";
$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare";
$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was";
$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";

Wyświetl plik

@ -21,6 +21,8 @@ $lang['general_word_enabled'] = "Enabled";
$lang['general_word_disabled'] = "Disabled";
$lang['general_word_export'] = "Export";
$lang['general_word_import'] = "Import";
$lang['general_word_count'] = "Count";
$lang['general_word_filtering_on'] = "Filtering on";
$lang['general_word_date'] = 'Data';
$lang['general_word_time'] = 'Orario';

Wyświetl plik

@ -2,7 +2,9 @@
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['gridsquares_gridsquare_map'] = 'Gridsquare map';
$lang['gridsquares_gridsquare_map'] = 'Gridsquare Map';
$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map";
$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators";
$lang['gridsquares_confirmed_is_green'] = 'Confirmed is Green';
$lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Worked but not confirmed is Red';
@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos
$lang['gridsquares_grid_squares'] = 'grid square';
$lang['gridsquares_total_count'] = 'Total count';
$lang['gridsquares_minimum_count'] = "Minimum Count";
$lang['gridsquares_show_qsos'] = "Show QSO's";
$lang['gridsquares_show_map'] = "Show Map";
$lang['gridsquares_band'] = 'Band';
$lang['gridsquares_mode'] = 'Mode';
$lang['gridsquares_sat'] = 'Satellite';
$lang['gridsquares_confirmation'] = 'Confirmation';
$lang['gridsquares_button_plot'] = 'Plot';
$lang['gridsquares_button_clear_markers'] = "Clear Markers";
$lang['gridsquares_gridsquares'] = 'Gridsquares';
$lang['gridsquares_gridsquares_confirmed'] = 'Gridsquares confirmed';

Wyświetl plik

@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Statistics';
$lang['statistics_explore_the_logbook'] = 'Explore the logbook.';
$lang['statistics_years'] = 'Years';
$lang['statistics_mode'] = 'Mode';
$lang['statistics_modes'] = 'Mode';
$lang['statistics_bands'] = 'Bands';
$lang['statistics_qsos'] = 'QSOs';
$lang['statistics_unique_callsigns'] = 'Unique callsigns';
@ -15,3 +15,16 @@ $lang['statistics_unique_callsigns'] = 'Unique callsigns';
$lang['statistics_total'] = 'Total';
$lang['statistics_year'] = 'Year';
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";
$lang['statistics_distances_worked'] = "Distances Worked";
$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.<br /> Your furthest contact was with";
$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare";
$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was";
$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";

Wyświetl plik

@ -21,6 +21,8 @@ $lang['general_word_enabled'] = "Enabled";
$lang['general_word_disabled'] = "Disabled";
$lang['general_word_export'] = "Export";
$lang['general_word_import'] = "Import";
$lang['general_word_count'] = "Count";
$lang['general_word_filtering_on'] = "Filtering on";
$lang['general_word_date'] = 'Data';
$lang['general_word_time'] = 'Godzina';

Wyświetl plik

@ -2,7 +2,9 @@
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['gridsquares_gridsquare_map'] = 'Gridsquare map';
$lang['gridsquares_gridsquare_map'] = 'Gridsquare Map';
$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map";
$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators";
$lang['gridsquares_confirmed_is_green'] = 'Confirmed is Green';
$lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Worked but not confirmed is Red';
@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos
$lang['gridsquares_grid_squares'] = 'grid square';
$lang['gridsquares_total_count'] = 'Total count';
$lang['gridsquares_minimum_count'] = "Minimum Count";
$lang['gridsquares_show_qsos'] = "Show QSO's";
$lang['gridsquares_show_map'] = "Show Map";
$lang['gridsquares_band'] = 'Band';
$lang['gridsquares_mode'] = 'Mode';
$lang['gridsquares_sat'] = 'Satellite';
$lang['gridsquares_confirmation'] = 'Confirmation';
$lang['gridsquares_button_plot'] = 'Plot';
$lang['gridsquares_button_clear_markers'] = "Clear Markers";
$lang['gridsquares_gridsquares'] = 'Gridsquares';
$lang['gridsquares_gridsquares_confirmed'] = 'Gridsquares confirmed';

Wyświetl plik

@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Statistics';
$lang['statistics_explore_the_logbook'] = 'Explore the logbook.';
$lang['statistics_years'] = 'Years';
$lang['statistics_mode'] = 'Mode';
$lang['statistics_modes'] = 'Mode';
$lang['statistics_bands'] = 'Bands';
$lang['statistics_qsos'] = 'QSOs';
$lang['statistics_unique_callsigns'] = 'Unique callsigns';
@ -15,3 +15,16 @@ $lang['statistics_unique_callsigns'] = 'Unique callsigns';
$lang['statistics_total'] = 'Total';
$lang['statistics_year'] = 'Year';
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";
$lang['statistics_distances_worked'] = "Distances Worked";
$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.<br /> Your furthest contact was with";
$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare";
$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was";
$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";

Wyświetl plik

@ -21,6 +21,8 @@ $lang['general_word_enabled'] = "Enabled";
$lang['general_word_disabled'] = "Disabled";
$lang['general_word_export'] = "Export";
$lang['general_word_import'] = "Import";
$lang['general_word_count'] = "Count";
$lang['general_word_filtering_on'] = "Filtering on";
$lang['general_word_date'] = 'Дата';
$lang['general_word_time'] = 'Время';

Wyświetl plik

@ -3,6 +3,8 @@
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['gridsquares_gridsquare_map'] = 'Карта квадратов';
$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map";
$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators";
$lang['gridsquares_confirmed_is_green'] = 'Подтверждённые окрашены зелёным';
$lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Сработанные, но не подтверждённые окрвшены красным';
@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos
$lang['gridsquares_grid_squares'] = 'квадрат(/-а/-ов)';
$lang['gridsquares_total_count'] = 'Всего';
$lang['gridsquares_minimum_count'] = "Minimum Count";
$lang['gridsquares_show_qsos'] = "Show QSO's";
$lang['gridsquares_show_map'] = "Show Map";
$lang['gridsquares_band'] = 'Диапазон';
$lang['gridsquares_mode'] = 'Вид излучения';
$lang['gridsquares_sat'] = 'Спутник';
$lang['gridsquares_confirmation'] = 'Подтверждение';
$lang['gridsquares_button_plot'] = 'Отобразить';
$lang['gridsquares_button_clear_markers'] = "Clear Markers";
$lang['gridsquares_gridsquares'] = 'Квадраты';
$lang['gridsquares_gridsquares_confirmed'] = 'Подтверждёно квадратов';

Wyświetl plik

@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Статистика';
$lang['statistics_explore_the_logbook'] = 'Исследуем журнал.';
$lang['statistics_years'] = 'по годам';
$lang['statistics_mode'] = 'по видам модуляции';
$lang['statistics_modes'] = 'по видам модуляции';
$lang['statistics_bands'] = 'по диапазонам';
$lang['statistics_qsos'] = 'по QSO';
$lang['statistics_unique_callsigns'] = 'по уникальным позывным';
@ -15,3 +15,16 @@ $lang['statistics_unique_callsigns'] = 'по уникальным позывны
$lang['statistics_total'] = 'Всего';
$lang['statistics_year'] = 'Год';
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";
$lang['statistics_distances_worked'] = "Distances Worked";
$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.<br /> Your furthest contact was with";
$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare";
$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was";
$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";

Wyświetl plik

@ -21,6 +21,8 @@ $lang['general_word_enabled'] = "Enabled";
$lang['general_word_disabled'] = "Disabled";
$lang['general_word_export'] = "Export";
$lang['general_word_import'] = "Import";
$lang['general_word_count'] = "Count";
$lang['general_word_filtering_on'] = "Filtering on";
$lang['general_word_date'] = 'Fecha';
$lang['general_word_time'] = 'Hora';

Wyświetl plik

@ -2,7 +2,9 @@
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['gridsquares_gridsquare_map'] = 'Gridsquare map';
$lang['gridsquares_gridsquare_map'] = 'Gridsquare Map';
$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map";
$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators";
$lang['gridsquares_confirmed_is_green'] = 'Confirmed is Green';
$lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Worked but not confirmed is Red';
@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos
$lang['gridsquares_grid_squares'] = 'grid square';
$lang['gridsquares_total_count'] = 'Total count';
$lang['gridsquares_minimum_count'] = "Minimum Count";
$lang['gridsquares_show_qsos'] = "Show QSO's";
$lang['gridsquares_show_map'] = "Show Map";
$lang['gridsquares_band'] = 'Band';
$lang['gridsquares_mode'] = 'Mode';
$lang['gridsquares_sat'] = 'Satellite';
$lang['gridsquares_confirmation'] = 'Confirmation';
$lang['gridsquares_button_plot'] = 'Plot';
$lang['gridsquares_button_clear_markers'] = "Clear Markers";
$lang['gridsquares_gridsquares'] = 'Gridsquares';
$lang['gridsquares_gridsquares_confirmed'] = 'Gridsquares confirmed';

Wyświetl plik

@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Statistics';
$lang['statistics_explore_the_logbook'] = 'Explore the logbook.';
$lang['statistics_years'] = 'Years';
$lang['statistics_mode'] = 'Mode';
$lang['statistics_modes'] = 'Mode';
$lang['statistics_bands'] = 'Bands';
$lang['statistics_qsos'] = 'QSOs';
$lang['statistics_unique_callsigns'] = 'Unique callsigns';
@ -15,3 +15,16 @@ $lang['statistics_unique_callsigns'] = 'Unique callsigns';
$lang['statistics_total'] = 'Total';
$lang['statistics_year'] = 'Year';
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";
$lang['statistics_distances_worked'] = "Distances Worked";
$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.<br /> Your furthest contact was with";
$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare";
$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was";
$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";

Wyświetl plik

@ -21,6 +21,8 @@ $lang['general_word_ok'] = "OK";
$lang['general_word_attention'] = "Attention";
$lang['general_word_enabled'] = "Enabled";
$lang['general_word_disabled'] = "Disabled";
$lang['general_word_count'] = "Count";
$lang['general_word_filtering_on'] = "Filtering on";
$lang['general_word_export'] = "Export";
$lang['general_word_import'] = "Import";

Wyświetl plik

@ -3,6 +3,8 @@
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['gridsquares_gridsquare_map'] = 'Gridsquare karta';
$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map";
$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators";
$lang['gridsquares_confirmed_is_green'] = 'Bekräftat är grönt';
$lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Fungerade men inte bekräftat är röd';
@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos
$lang['gridsquares_grid_squares'] = 'grid square';
$lang['gridsquares_total_count'] = 'Totalt antal';
$lang['gridsquares_minimum_count'] = "Minimum Count";
$lang['gridsquares_show_qsos'] = "Show QSO's";
$lang['gridsquares_show_map'] = "Show Map";
$lang['gridsquares_band'] = 'Band';
$lang['gridsquares_mode'] = 'Mode';
$lang['gridsquares_sat'] = 'Satellite';
$lang['gridsquares_confirmation'] = 'Bekräftelse';
$lang['gridsquares_button_plot'] = 'Plot';
$lang['gridsquares_button_clear_markers'] = "Clear Markers";
$lang['gridsquares_gridsquares'] = 'Gridsquares';
$lang['gridsquares_gridsquares_confirmed'] = 'Gridsquares bekräftad';

Wyświetl plik

@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Statistik';
$lang['statistics_explore_the_logbook'] = 'Utforska loggboken.';
$lang['statistics_years'] = 'år';
$lang['statistics_mode'] = 'Mode';
$lang['statistics_modes'] = 'Mode';
$lang['statistics_bands'] = 'Bands';
$lang['statistics_qsos'] = 'QSOs';
$lang['statistics_unique_callsigns'] = 'Unika callsigns';
@ -15,3 +15,16 @@ $lang['statistics_unique_callsigns'] = 'Unika callsigns';
$lang['statistics_total'] = 'Total';
$lang['statistics_year'] = 'År';
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";
$lang['statistics_distances_worked'] = "Distances Worked";
$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.<br /> Your furthest contact was with";
$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare";
$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was";
$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";

Wyświetl plik

@ -21,6 +21,8 @@ $lang['general_word_enabled'] = "Enabled";
$lang['general_word_disabled'] = "Disabled";
$lang['general_word_export'] = "Export";
$lang['general_word_import'] = "Import";
$lang['general_word_count'] = "Count";
$lang['general_word_filtering_on'] = "Filtering on";
$lang['general_word_date'] = 'Tarih';
$lang['general_word_time'] = 'Saat';

Wyświetl plik

@ -2,7 +2,9 @@
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['gridsquares_gridsquare_map'] = 'Gridsquare map';
$lang['gridsquares_gridsquare_map'] = 'Gridsquare Map';
$lang['gridsquares_activated_gridsquare_map'] = "Activated Gridsquare Map";
$lang['gridsquares_gridsquare_activators'] = "Gridsquare Activators";
$lang['gridsquares_confirmed_is_green'] = 'Confirmed is Green';
$lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Worked but not confirmed is Red';
@ -13,12 +15,16 @@ $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos
$lang['gridsquares_grid_squares'] = 'grid square';
$lang['gridsquares_total_count'] = 'Total count';
$lang['gridsquares_minimum_count'] = "Minimum Count";
$lang['gridsquares_show_qsos'] = "Show QSO's";
$lang['gridsquares_show_map'] = "Show Map";
$lang['gridsquares_band'] = 'Band';
$lang['gridsquares_mode'] = 'Mode';
$lang['gridsquares_sat'] = 'Satellite';
$lang['gridsquares_confirmation'] = 'Confirmation';
$lang['gridsquares_button_plot'] = 'Plot';
$lang['gridsquares_button_clear_markers'] = "Clear Markers";
$lang['gridsquares_gridsquares'] = 'Gridsquares';
$lang['gridsquares_gridsquares_confirmed'] = 'Gridsquares confirmed';

Wyświetl plik

@ -7,7 +7,7 @@ $lang['statistics_statistics'] = 'Statistics';
$lang['statistics_explore_the_logbook'] = 'Explore the logbook.';
$lang['statistics_years'] = 'Years';
$lang['statistics_mode'] = 'Mode';
$lang['statistics_modes'] = 'Mode';
$lang['statistics_bands'] = 'Bands';
$lang['statistics_qsos'] = 'QSOs';
$lang['statistics_unique_callsigns'] = 'Unique callsigns';
@ -15,3 +15,16 @@ $lang['statistics_unique_callsigns'] = 'Unique callsigns';
$lang['statistics_total'] = 'Total';
$lang['statistics_year'] = 'Year';
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";
$lang['statistics_distances_worked'] = "Distances Worked";
$lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts were plotted.<br /> Your furthest contact was with";
$lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "in gridsquare";
$lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "the distance was";
$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";

Wyświetl plik

@ -44,12 +44,12 @@
<br>
<h2><?php echo $page_title; ?></h2>
<h2><?php echo lang('gridsquares_activated_gridsquare_map'); ?></h2>
<form class="form-inline">
<label class="my-1 mr-2" for="band"><?php echo lang('gridsquares_band'); ?></label>
<select class="custom-select my-1 mr-sm-2" id="band">
<option value="All">All</option>
<option value="All"><?php echo lang('general_word_all')?></option>
<?php foreach($bands as $band) {
echo '<option value="'.$band.'"';
if ($user_default_band == $band) {
@ -61,7 +61,7 @@
<?php if (count($sats_available) != 0) { ?>
<label class="my-1 mr-2" for="distplot_sats"><?php echo lang('gridsquares_sat'); ?></label>
<select class="custom-select my-1 mr-sm-2" id="sats" <?php if ($user_default_band != "SAT") { ?>disabled<?php } ?>>
<option value="All">All</option>
<option value="All"><?php echo lang('general_word_all')?></option>
<?php foreach($sats_available as $sat) {
echo '<option value="' . $sat . '"' . '>' . $sat . '</option>'."\n";
} ?>
@ -71,7 +71,7 @@
<?php } ?>
<label class="my-1 mr-2" for="mode"><?php echo lang('gridsquares_mode'); ?></label>
<select class="custom-select my-1 mr-sm-2" id="mode">
<option value="All">All</option>
<option value="All"><?php echo lang('general_word_all')?></option>
<?php
foreach($modes as $mode){
if ($mode->submode ?? '' == '') {
@ -109,7 +109,7 @@
</div>
<button id="plot" type="button" name="plot" class="btn btn-primary mr-1 ld-ext-right ld-ext-right-plot" onclick="gridPlot(this.form)"><?php echo lang('gridsquares_button_plot'); ?><div class="ld ld-ring ld-spin"></div></button>
<button id="clear" type="button" name="clear" class="btn btn-primary mr-1 ld-ext-right ld-ext-right-clear" onclick="clearMarkers()">Clear markers<div class="ld ld-ring ld-spin"></div></button>
<button id="clear" type="button" name="clear" class="btn btn-primary mr-1 ld-ext-right ld-ext-right-clear" onclick="clearMarkers()"><?php echo lang('gridsquares_button_clear_markers'); ?><div class="ld ld-ring ld-spin"></div></button>
</form>
<?php if($this->session->flashdata('message')) { ?>

Wyświetl plik

@ -1,4 +1,4 @@
<div class="container">
<h5>Filtering on <?php echo $filter ?></h5>
<h5><?php echo lang('general_word_filtering_on'); ?> <?php echo $filter ?></h5>
<?php $this->load->view('view_log/partial/log_ajax') ?>

Wyświetl plik

@ -1,13 +1,13 @@
<div class="container">
<h1><?php echo $page_title; ?></h1>
<h1><?php echo lang('gridsquares_gridsquare_activators'); ?></h1>
<form class="form" action="<?php echo site_url('activators'); ?>" method="post" enctype="multipart/form-data">
<!-- Select Basic -->
<div class="form-group row">
<label class="col-md-1 control-label" for="band">Band</label>
<label class="col-md-1 control-label" for="band"><?php echo lang('gen_hamradio_band'); ?></label>
<div class="col-md-3">
<select id="band" name="band" class="form-control custom-select">
<option value="All" <?php if ($this->input->post('band') == "All" || $this->input->method() !== 'post') echo ' selected'; ?> >All</option>
<option value="All" <?php if ($this->input->post('band') == "All" || $this->input->method() !== 'post') echo ' selected'; ?> ><?php echo lang('general_word_all'); ?></option>
<?php foreach($worked_bands as $band) {
echo '<option value="' . $band . '"';
if ($this->input->post('band') == $band) echo ' selected';
@ -27,7 +27,7 @@
</div>
</div>
<div class="form-group row">
<label class="col-md-1 control-label" for="mincount">Minimum Count</label>
<label class="col-md-1 control-label" for="mincount"><?php echo lang('gridsquares_minimum_count'); ?></label>
<div class="col-md-3">
<select id="mincount" name="mincount" class="form-control custom-select">
<?php
@ -47,7 +47,7 @@
<div class="form-group row">
<label class="col-md-1 control-label" for="button1id"></label>
<div class="col-md-10">
<button id="button1id" type="submit" name="button1id" class="btn btn-primary">Show</button>
<button id="button1id" type="submit" name="button1id" class="btn btn-primary"><?php echo lang('filter_options_show'); ?></button>
</div>
</div>
@ -98,11 +98,11 @@ function write_activators($activators_array, $vucc_grids, $custom_date_format, $
<thead>
<tr>
<td>#</td>
<td>Callsign</td>
<td>Count</td>
<td>Gridsquares</td>
<td>Show QSOs</td>
<td>Show Map</td>
<td>' . lang('gen_hamradio_callsign') . '</td>
<td>' . lang('general_word_count') . '</td>
<td>' . lang('gridsquares_gridsquares') . '</td>
<td>' . lang('gridsquares_show_qsos') . '</td>
<td>' . lang('gridsquares_show_map') . '</td>
</tr>
</thead>
<tbody>';

Wyświetl plik

@ -1,7 +1,7 @@
<div class="container">
<h2><?php echo $page_title; ?></h2>
<h3>Filtering on <?php echo $filter ?></h3>
<h3><?php echo lang('general_word_filtering_on'); ?> <?php echo $filter ?></h3>
<?php
$i = 1;
if ($counties_array) {

Wyświetl plik

@ -1,3 +1,3 @@
<h5>Filtering on <?php echo $filter ?></h5>
<h5><?php echo lang('general_word_filtering_on'); ?> <?php echo $filter ?></h5>
<?php $this->load->view('view_log/partial/log_ajax') ?>

Wyświetl plik

@ -1,7 +1,7 @@
<div class="container">
<h2><?php echo $page_title; ?></h2>
<h3>Filtering on <?php echo $filter ?></h3>
<h3><?php echo lang('general_word_filtering_on'); ?> <?php echo $filter ?></h3>
<?php
$i = 1;
if ($vucc_array) {

Wyświetl plik

@ -2,9 +2,17 @@
<br>
<h2><?php echo $page_title; ?></h2>
<h2><?php echo lang('statistics_distances_worked'); ?></h2>
<script>
var lang_general_word_qso_data = '<?php echo lang('general_word_qso_data'); ?>';
var lang_statistics_distances_worked = '<?php echo lang('statistics_distances_worked'); ?>';
var lang_statistics_distances_part1_contacts_were_plotted_furthest = '<?php echo lang('statistics_distances_part1_contacts_were_plotted_furthest'); ?>';
var lang_statistics_distances_part2_contacts_were_plotted_furthest = '<?php echo lang('statistics_distances_part2_contacts_were_plotted_furthest'); ?>';
var lang_statistics_distances_part3_contacts_were_plotted_furthest = '<?php echo lang('statistics_distances_part3_contacts_were_plotted_furthest'); ?>';
var lang_statistics_distances_number_of_qsos = '<?php echo lang('statistics_distances_number_of_qsos'); ?>';
var lang_gen_hamradio_distance = '<?php echo lang('gen_hamradio_distance'); ?>';
var lang_statistics_distances_callsigns_worked = '<?php echo lang('statistics_distances_callsigns_worked'); ?>';
var lang_statistics_distances_qsos_with = '<?php echo lang('lang_statistics_distances_qsos_with'); ?>';
</script>
<div id="distances_div">
<form class="form-inline">
@ -18,9 +26,9 @@
} ?>
</select>
<?php if (count($sats_available) != 0) { ?>
<label class="my-1 mr-2" for="distplot_sats">Satellite</label>
<label class="my-1 mr-2" for="distplot_sats"><?php echo lang('general_word_satellite')?></label>
<select class="custom-select my-1 mr-sm-2" id="distplot_sats">
<option value="All">All</option>
<option value="All"><?php echo lang('general_word_all')?></option>
<?php foreach($sats_available as $sat) {
echo '<option value="' . $sat . '"' . '>' . $sat . '</option>'."\n";
} ?>
@ -28,7 +36,7 @@
<?php } else { ?>
<input id="distplot_sats" type="hidden" value="All"></input>
<?php } ?>
<button id="plot" type="button" name="plot" class="btn btn-primary" onclick="distPlot(this.form)">Plot</button>
<button id="plot" type="button" name="plot" class="btn btn-primary" onclick="distPlot(this.form)"><?php echo lang('filter_options_show')?></button>
</form>
</div>

Wyświetl plik

@ -49,7 +49,7 @@
<form class="form-inline">
<label class="my-1 mr-2" for="band"><?php echo lang('gridsquares_band'); ?></label>
<select class="custom-select my-1 mr-sm-2" id="band">
<option value="All">All</option>
<option value="All"><?php echo lang('general_word_all')?></option>
<?php foreach($bands as $band) {
echo '<option value="'.$band.'"';
if ($user_default_band == $band) {
@ -61,7 +61,7 @@
<?php if (count($sats_available) != 0) { ?>
<label class="my-1 mr-2" for="distplot_sats"><?php echo lang('gridsquares_sat'); ?></label>
<select class="custom-select my-1 mr-sm-2" id="sats" <?php if ($user_default_band != "SAT") { ?>disabled<?php } ?>>
<option value="All">All</option>
<option value="All"><?php echo lang('general_word_all')?></option>
<?php foreach($sats_available as $sat) {
echo '<option value="' . $sat . '"' . '>' . $sat . '</option>'."\n";
} ?>
@ -71,7 +71,7 @@
<?php } ?>
<label class="my-1 mr-2" for="mode"><?php echo lang('gridsquares_mode'); ?></label>
<select class="custom-select my-1 mr-sm-2" id="mode">
<option value="All">All</option>
<option value="All"><?php echo lang('general_word_all')?></option>
<?php
foreach($modes as $mode){
if ($mode->submode ?? '' == '') {
@ -109,7 +109,7 @@
</div>
<button id="plot" type="button" name="plot" class="btn btn-primary mr-1 ld-ext-right ld-ext-right-plot" onclick="gridPlot(this.form)"><?php echo lang('gridsquares_button_plot'); ?><div class="ld ld-ring ld-spin"></div></button>
<button id="clear" type="button" name="clear" class="btn btn-primary mr-1 ld-ext-right ld-ext-right-clear" onclick="clearMarkers()">Clear markers<div class="ld ld-ring ld-spin"></div></button>
<button id="clear" type="button" name="clear" class="btn btn-primary mr-1 ld-ext-right ld-ext-right-clear" onclick="clearMarkers()"><?php echo lang('gridsquares_button_clear_markers'); ?><div class="ld ld-ring ld-spin"></div></button>
</form>
<?php if($this->session->flashdata('message')) { ?>

Wyświetl plik

@ -26,6 +26,7 @@
var lang_general_word_confirmed = "<?php echo lang('general_word_confirmed'); ?>";
var lang_general_word_worked_not_confirmed = "<?php echo lang('general_word_worked_not_confirmed'); ?>";
var lang_general_word_not_worked = "<?php echo lang('general_word_not_worked'); ?>";
var lang_admin_close = "<?php echo lang('admin_close'); ?>";
</script>
<!-- General JS Files used across Cloudlog -->
<script src="<?php echo base_url(); ?>assets/js/jquery-3.3.1.min.js"></script>
@ -335,7 +336,7 @@ $(function () {
nl2br: false,
message: 'You need to make a query before you search!',
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function(dialogItself) {
dialogItself.close();
}
@ -456,7 +457,7 @@ $(function () {
nl2br: false,
message: html,
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function(dialogItself) {
dialogItself.close();
}
@ -515,7 +516,7 @@ $(function () {
nl2br: false,
message: 'You need to make a query before you search!',
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function(dialogItself) {
dialogItself.close();
}
@ -2164,7 +2165,7 @@ $(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
dialogItself.close();
}
@ -2230,7 +2231,7 @@ $(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
dialogItself.close();
}
@ -2362,7 +2363,7 @@ function viewQsl(picture, callsign) {
size: BootstrapDialog.SIZE_WIDE,
message: $textAndPic,
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function(dialogRef){
dialogRef.close();
}
@ -2424,7 +2425,7 @@ function viewEqsl(picture, callsign) {
size: BootstrapDialog.SIZE_WIDE,
message: $textAndPic,
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function(dialogRef){
dialogRef.close();
}
@ -2489,7 +2490,7 @@ function viewEqsl(picture, callsign) {
});
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
dialogItself.close();
}
@ -2534,7 +2535,7 @@ function viewEqsl(picture, callsign) {
});
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
dialogItself.close();
}
@ -2656,7 +2657,7 @@ function viewEqsl(picture, callsign) {
nl2br: false,
message: html,
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
dialogItself.close();
}
@ -2801,7 +2802,7 @@ function viewEqsl(picture, callsign) {
$('[data-toggle="tooltip"]').tooltip();
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
dialogItself.close();
}
@ -2878,7 +2879,7 @@ function viewEqsl(picture, callsign) {
nl2br: false,
message: html,
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
dialogItself.close();
}

Wyświetl plik

@ -7,6 +7,20 @@
margin: 0 auto;
}
</style>
<script>
// General Language
var lang_statistics_years = "<?php echo lang('statistics_years')?>";
var lang_statistics_modes = "<?php echo lang('statistics_modes')?>";
var lang_statistics_bands = "<?php echo lang('statistics_bands')?>";
var lang_statistics_number_of_qso_worked_each_year = "<?php echo lang('statistics_number_of_qso_worked_each_year')?>";
var lang_statistics_year = "<?php echo lang('statistics_year')?>";
var lang_statistics_number_of_qso_worked = "<?php echo lang('statistics_number_of_qso_worked')?>";
var lang_gen_hamradio_mode = "<?php echo lang('gen_hamradio_mode')?>";
var lang_gen_hamradio_band = "<?php echo lang('gen_hamradio_band')?>";
</script>
<div class="container statistics">
<h2>
@ -36,7 +50,7 @@
<a class="nav-link active" id="years-tab" data-toggle="tab" href="#yearstab" role="tab" aria-controls="yearstab" aria-selected="true"><?php echo lang('statistics_years'); ?></a>
</li>
<li class="nav-item">
<a class="nav-link" id="mode-tab" data-toggle="tab" href="#modetab" role="tab" aria-controls="modetab" aria-selected="false"><?php echo lang('statistics_mode'); ?></a>
<a class="nav-link" id="mode-tab" data-toggle="tab" href="#modetab" role="tab" aria-controls="modetab" aria-selected="false"><?php echo lang('statistics_modes'); ?></a>
</li>
<li class="nav-item">
<a class="nav-link" id="band-tab" data-toggle="tab" href="#bandtab" role="tab" aria-controls="bandtab" aria-selected="false"><?php echo lang('statistics_bands'); ?></a>
@ -50,7 +64,7 @@
</ul>
<div class="tab-content">
<div class="tab-pane fade show active" id="yearstab" role="tabpanel" aria-labelledby="years-tab">
<div class="years">
<div class="years" style="margin-top: 20px;">
</div>
</div>
<div class="tab-pane fade" id="modetab" role="tabpanel" aria-labelledby="mode-tab">

Wyświetl plik

@ -1,4 +1,4 @@
<div class="container">
<h5>Filtering on <?php echo $filter ?></h5>
<h5><?php echo lang('general_word_filtering_on'); ?> <?php echo $filter ?></h5>
<?php $this->load->view('view_log/partial/log_ajax') ?>

Wyświetl plik

@ -321,7 +321,7 @@ function spawnQrbCalculator(locator1, locator2) {
}
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
dialogItself.close();
}
@ -346,7 +346,7 @@ function spawnActivatorsMap(call, count, grids) {
showActivatorsMap(call, count, grids);
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
dialogItself.close();
}
@ -430,7 +430,7 @@ function spawnLookupModal(searchphrase, searchtype) {
}
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
dialogItself.close();
}
@ -534,7 +534,7 @@ function displayQsl(id) {
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
dialogItself.close();
}

Wyświetl plik

@ -28,7 +28,7 @@ function distPlot(form) {
backgroundColor: getBodyBackground()
},
title: {
text: 'Distance Distribution',
text: lang_statistics_distances_worked,
style: {
color: color
}
@ -47,7 +47,7 @@ function distPlot(form) {
},
yAxis: {
title: {
text: '# QSOs',
text: lang_statistics_distances_number_of_qsos,
style: {
color: color
}
@ -77,9 +77,9 @@ function distPlot(form) {
tooltip: {
formatter: function () {
if(this.point) {
return "Distance: " + options.xAxis.categories[this.point.x] +
"<br />Callsign(s) worked (max 5 shown): " + myComments[this.point.x] +
"<br />Number of QSOs: <strong>" + series.data[this.point.x] + "</strong>";
return lang_gen_hamradio_distance + ": " + options.xAxis.categories[this.point.x] +
"<br />" + lang_statistics_distances_callsigns_worked + ": " + myComments[this.point.x] +
"<br />" + lang_statistics_distances_number_of_qsos + ": <strong>" + series.data[this.point.x] + "</strong>";
}
}
},
@ -108,16 +108,16 @@ function distPlot(form) {
$.each(tmp.qsodata, function(){
myComments.push(this.calls);
options.xAxis.categories.push(this.dist);
series.name = 'Number of QSOs';
series.name = lang_statistics_distances_number_of_qsos;
series.data.push(this.count);
});
options.series.push(series);
$('#information').html(tmp.qrb.Qsos + " contacts were plotted.<br /> Your furthest contact was with " + tmp.qrb.Callsign
+ " in gridsquare "+ tmp.qrb.Grid
+"; the distance was "
+tmp.qrb.Distance + tmp.unit +".");
$('#information').html(tmp.qrb.Qsos + " " + lang_statistics_distances_part1_contacts_were_plotted_furthest + " " + tmp.qrb.Callsign
+ " " + lang_statistics_distances_part2_contacts_were_plotted_furthest + " " + tmp.qrb.Grid
+". " + lang_statistics_distances_part3_contacts_were_plotted_furthest + " "
+ tmp.qrb.Distance + tmp.unit + ".");
var chart = new Highcharts.Chart(options);
}
@ -166,7 +166,7 @@ function getDistanceQsos(distance) {
});
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
dialogItself.close();
}

Wyświetl plik

@ -127,7 +127,7 @@ function spawnGridsquareModal(loc_4char) {
}
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function(dialogItself) {
dialogItself.close();
}

Wyświetl plik

@ -150,7 +150,7 @@ function spawnGridsquareModal(loc_4char) {
}
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function(dialogItself) {
dialogItself.close();
}

Wyświetl plik

@ -127,7 +127,7 @@ function spawnGridsquareModal(loc_4char) {
}
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function(dialogItself) {
dialogItself.close();
}

Wyświetl plik

@ -128,7 +128,7 @@ function spawnGridsquareModal(loc_4char) {
}
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function(dialogItself) {
dialogItself.close();
}

Wyświetl plik

@ -30,7 +30,7 @@ function printat(stationid) {
onshown: function(dialog) {
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
dialogItself.close();
}

Wyświetl plik

@ -534,7 +534,7 @@ $(document).ready(function () {
}
},
{
label: 'Close',
label: lang_admin_close,
cssClass: 'btn-sm',
id: 'closeButton',
action: function (dialogItself) {
@ -579,7 +579,7 @@ $(document).ready(function () {
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
$('#qslSlideshow').prop("disabled", false);
dialogItself.close();
@ -661,7 +661,7 @@ $(document).ready(function () {
onshown: function(dialog) {
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
$('#printLabel').prop("disabled", false);
dialogItself.close();

Wyświetl plik

@ -43,7 +43,7 @@ function createModeDialog() {
nl2br: false,
message: html,
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
dialogItself.close();
}

Wyświetl plik

@ -331,7 +331,7 @@ function searchLog(callsign) {
$('[data-toggle="tooltip"]').tooltip();
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
dialogItself.close();
}
@ -361,7 +361,7 @@ function searchLogTimeDate(id) {
$('[data-toggle="tooltip"]').tooltip();
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
dialogItself.close();
}

Wyświetl plik

@ -35,7 +35,7 @@ function openQsoList(callsign) {
$('[data-toggle="tooltip"]').tooltip();
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
dialogItself.close();
}
@ -99,7 +99,7 @@ function showOqrs(id) {
$('[data-toggle="tooltip"]').tooltip();
},
buttons: [{
label: 'Close',
label: lang_admin_close,
action: function (dialogItself) {
dialogItself.close();
}

Wyświetl plik

@ -64,15 +64,15 @@ function totalQsosPerYear() {
success: function (data) {
if (data.length > 0) {
$(".years").append('<h2>Years</h2><div id="yearContainer"></div><div id="yearTable"></div>');
$(".years").append('<h2>' + lang_statistics_years + '</h2><div id="yearContainer"></div><div id="yearTable"></div>');
$("#yearContainer").append("<canvas id=\"yearChart\" width=\"400\" height=\"100\"></canvas>");
// appending table to hold the data
$("#yearTable").append('<table style="width:100%" class="yeartable table table-sm table-bordered table-hover table-striped table-condensed text-center"><thead>' +
'<tr>' +
'<td>#</td>' +
'<td>Year</td>' +
'<td># of QSO\'s worked </td>' +
'<td>' + lang_statistics_year +'</td>' +
'<td>' + lang_statistics_number_of_qso_worked + ' </td>' +
'</tr>' +
'</thead>' +
'<tbody></tbody></table>');
@ -114,7 +114,7 @@ function totalQsosPerYear() {
data: {
labels: labels,
datasets: [{
label: 'Number of QSO\'s worked each year',
label: lang_statistics_number_of_qso_worked_each_year,
data: dataQso,
backgroundColor: 'rgba(54, 162, 235, 0.2)',
borderColor: 'rgba(54, 162, 235, 1)',
@ -187,14 +187,14 @@ function totalModeQsos() {
if (dataQso[0] === null && dataQso[1] === null && dataQso[2] === null && dataQso[3] === null) return;
$(".mode").append('<br /><div style="display: flex;" id="modeContainer"><h2>Modes</h2><div style="flex: 1;"><canvas id="modeChart" width="500" height="500"></canvas></div><div style="flex: 1;" id="modeTable"></div></div><br />');
$(".mode").append('<br /><div style="display: flex;" id="modeContainer"><h2>' + lang_statistics_modes + '</h2><div style="flex: 1;"><canvas id="modeChart" width="500" height="500"></canvas></div><div style="flex: 1;" id="modeTable"></div></div><br />');
// appending table to hold the data
$("#modeTable").append('<table style="width:100%" class=\"modetable table table-sm table-bordered table-hover table-striped table-condensed text-center"><thead>' +
'<tr>' +
'<td>#</td>' +
'<td>Mode</td>' +
'<td># of QSO\'s worked </td>' +
'<td>' + lang_gen_hamradio_mode + ' </td>' +
'<td>' + lang_statistics_number_of_qso_worked + ' </td>' +
'</tr>' +
'</thead>' +
'<tbody></tbody></table>');
@ -307,14 +307,14 @@ function totalBandQsos() {
success: function (data) {
if (data.length > 0) {
$(".band").append('<br /><div style="display: flex;" id="bandContainer"><h2>Bands</h2><div style="flex: 1;"><canvas id="bandChart" width="500" height="500"></canvas></div><div style="flex: 1;" id="bandTable"></div></div><br />');
$(".band").append('<br /><div style="display: flex;" id="bandContainer"><h2>' + lang_statistics_bands + '</h2><div style="flex: 1;"><canvas id="bandChart" width="500" height="500"></canvas></div><div style="flex: 1;" id="bandTable"></div></div><br />');
// appending table to hold the data
$("#bandTable").append('<table style="width:100%" class="bandtable table table-sm table-bordered table-hover table-striped table-condensed text-center"><thead>' +
'<tr>' +
'<td>#</td>' +
'<td>Band</td>' +
'<td># of QSO\'s worked </td>' +
'<td>' + lang_gen_hamradio_band + '</td>' +
'<td>' + lang_statistics_number_of_qso_worked + ' </td>' +
'</tr>' +
'</thead>' +
'<tbody></tbody></table>');