Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multilanguage Support for Timeline #2664

Merged
merged 5 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions application/language/bulgarian/general_words_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
$lang['general_word_filtering_on'] = "Filtering on";

$lang['general_word_date'] = 'Дата';
$lang['general_word_startdate'] = "Start Date";
$lang['general_word_enddate'] = "End Date";
$lang['general_word_time'] = 'Час';
$lang['general_word_time_on'] = 'Time on';
$lang['general_word_time_off'] = 'Time off';
Expand All @@ -50,6 +52,7 @@
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";
$lang['general_word_confirmed'] = 'Потвърдени';
$lang['general_word_confirmation'] = "Confirmation";
$lang['general_word_needed'] = 'Необходими';

$lang['general_word_all'] = 'All';
Expand Down Expand Up @@ -111,6 +114,8 @@

$lang['gen_hamradio_call'] = 'Инициал';
$lang['gen_hamradio_callsign'] = 'Инициал';
$lang['gen_hamradio_prefix'] = "Prefix";
$lang['gen_hamradio_suffix'] = "Suffix";
$lang['gen_hamradio_de'] = 'De';
$lang['gen_hamradio_dx'] = 'Dx';
$lang['gen_hamradio_mode'] = 'Режим';
Expand Down Expand Up @@ -140,6 +145,7 @@
$lang['gen_hamradio_satellite_mode'] = 'Режим на сателита';

$lang['gen_hamradio_logbook'] = 'Дневник';
$lang['gen_hamradio_award'] = "Award";

$lang['gen_hamradio_zones'] = 'Zones';
$lang['gen_hamradio_cq_zone'] = 'CQ зона';
Expand Down
14 changes: 14 additions & 0 deletions application/language/bulgarian/statistics_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";

/*
*
* Distances
*
*/

$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";
Expand All @@ -28,3 +34,11 @@
$lang['statistics_distances_qsos_with'] = "QSOs with";
$lang['statistics_distances_and_band'] = "and band";

/*
*
* Timeline
*
*/

$lang['statistics_timeline'] = "Timeline";

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
$lang['general_word_filtering_on'] = "Filtering on";

$lang['general_word_date'] = '日期';
$lang['general_word_startdate'] = "Start Date";
$lang['general_word_enddate'] = "End Date";
$lang['general_word_time'] = '时间';
$lang['general_word_time_on'] = 'Time on';
$lang['general_word_time_off'] = 'Time off';
Expand All @@ -50,6 +52,7 @@
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";
$lang['general_word_confirmed'] = '已确认';
$lang['general_word_confirmation'] = "Confirmation";
$lang['general_word_needed'] = '待通联';

$lang['general_word_all'] = 'All';
Expand Down Expand Up @@ -111,6 +114,8 @@

$lang['gen_hamradio_call'] = '呼号';
$lang['gen_hamradio_callsign'] = '呼号';
$lang['gen_hamradio_prefix'] = "Prefix";
$lang['gen_hamradio_suffix'] = "Suffix";
$lang['gen_hamradio_mode'] = '模式';
$lang['gen_hamradio_dx'] = 'Dx';
$lang['gen_hamradio_mode'] = 'Mode';
Expand Down Expand Up @@ -140,6 +145,7 @@
$lang['gen_hamradio_satellite_mode'] = '卫星模式';

$lang['gen_hamradio_logbook'] = '日志簿';
$lang['gen_hamradio_award'] = "Award";

$lang['gen_hamradio_zones'] = 'Zones';
$lang['gen_hamradio_cq_zone'] = 'CQ 分区';
Expand Down
14 changes: 14 additions & 0 deletions application/language/chinese_simplified/statistics_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";

/*
*
* Distances
*
*/

$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";
Expand All @@ -28,3 +34,11 @@
$lang['statistics_distances_qsos_with'] = "QSOs with";
$lang['statistics_distances_and_band'] = "and band";

/*
*
* Timeline
*
*/

$lang['statistics_timeline'] = "Timeline";

6 changes: 6 additions & 0 deletions application/language/czech/general_words_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
$lang['general_word_filtering_on'] = "Filtering on";

$lang['general_word_date'] = 'Datum';
$lang['general_word_startdate'] = "Start Date";
$lang['general_word_enddate'] = "End Date";
$lang['general_word_time'] = 'Čas';
$lang['general_word_time_on'] = 'Time on';
$lang['general_word_time_off'] = 'Time off';
Expand All @@ -50,6 +52,7 @@
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";
$lang['general_word_confirmed'] = 'Potvrzeno';
$lang['general_word_confirmation'] = "Confirmation";
$lang['general_word_needed'] = 'Potřebuje se';

$lang['general_word_all'] = 'All';
Expand Down Expand Up @@ -111,6 +114,8 @@

$lang['gen_hamradio_call'] = 'Značka';
$lang['gen_hamradio_callsign'] = 'Značka';
$lang['gen_hamradio_prefix'] = "Prefix";
$lang['gen_hamradio_suffix'] = "Suffix";
$lang['gen_hamradio_de'] = 'De';
$lang['gen_hamradio_dx'] = 'Dx';
$lang['gen_hamradio_mode'] = 'Režim';
Expand Down Expand Up @@ -140,6 +145,7 @@
$lang['gen_hamradio_satellite_mode'] = 'Režim satelitu';

$lang['gen_hamradio_logbook'] = 'Logbook';
$lang['gen_hamradio_award'] = "Award";

$lang['gen_hamradio_zones'] = 'Zones';
$lang['gen_hamradio_cq_zone'] = 'CQ zóna';
Expand Down
14 changes: 14 additions & 0 deletions application/language/czech/statistics_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";

/*
*
* Distances
*
*/

$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";
Expand All @@ -28,3 +34,11 @@
$lang['statistics_distances_qsos_with'] = "QSOs with";
$lang['statistics_distances_and_band'] = "and band";

/*
*
* Timeline
*
*/

$lang['statistics_timeline'] = "Timeline";

6 changes: 6 additions & 0 deletions application/language/dutch/general_words_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
$lang['general_word_filtering_on'] = "Filtering on";

$lang['general_word_date'] = 'Datum';
$lang['general_word_startdate'] = "Start Date";
$lang['general_word_enddate'] = "End Date";
$lang['general_word_time'] = 'Tijd';
$lang['general_word_time_on'] = 'Time on';
$lang['general_word_time_off'] = 'Time off';
Expand All @@ -50,6 +52,7 @@
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";
$lang['general_word_confirmed'] = 'Bevestigd';
$lang['general_word_confirmation'] = "Confirmation";
$lang['general_word_needed'] = 'Nodig';

$lang['general_word_all'] = 'All';
Expand Down Expand Up @@ -111,6 +114,8 @@

$lang['gen_hamradio_call'] = 'Call';
$lang['gen_hamradio_callsign'] = 'Roepletters';
$lang['gen_hamradio_prefix'] = "Prefix";
$lang['gen_hamradio_suffix'] = "Suffix";
$lang['gen_hamradio_de'] = 'De';
$lang['gen_hamradio_dx'] = 'Dx';
$lang['gen_hamradio_mode'] = 'Mode';
Expand Down Expand Up @@ -140,6 +145,7 @@
$lang['gen_hamradio_satellite_mode'] = 'Satelliet Mode';

$lang['gen_hamradio_logbook'] = 'Logboek';
$lang['gen_hamradio_award'] = "Award";

$lang['gen_hamradio_zones'] = 'Zones';
$lang['gen_hamradio_cq_zone'] = 'CQ Zone';
Expand Down
14 changes: 14 additions & 0 deletions application/language/dutch/statistics_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";

/*
*
* Distances
*
*/

$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";
Expand All @@ -28,3 +34,11 @@
$lang['statistics_distances_qsos_with'] = "QSOs with";
$lang['statistics_distances_and_band'] = "and band";

/*
*
* Timeline
*
*/

$lang['statistics_timeline'] = "Timeline";

6 changes: 6 additions & 0 deletions application/language/english/general_words_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
$lang['general_word_filtering_on'] = "Filtering on";

$lang['general_word_date'] = 'Date';
$lang['general_word_startdate'] = "Start Date";
$lang['general_word_enddate'] = "End Date";
$lang['general_word_time'] = 'Time';
$lang['general_word_time_on'] = 'Time on';
$lang['general_word_time_off'] = 'Time off';
Expand All @@ -50,6 +52,7 @@
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";
$lang['general_word_confirmed'] = 'Confirmed';
$lang['general_word_confirmation'] = "Confirmation";
$lang['general_word_needed'] = 'Needed';

$lang['general_word_all'] = 'All';
Expand Down Expand Up @@ -111,6 +114,8 @@

$lang['gen_hamradio_call'] = 'Call';
$lang['gen_hamradio_callsign'] = 'Callsign';
$lang['gen_hamradio_prefix'] = "Prefix";
$lang['gen_hamradio_suffix'] = "Suffix";
$lang['gen_hamradio_de'] = 'De';
$lang['gen_hamradio_dx'] = 'Dx';
$lang['gen_hamradio_mode'] = 'Mode';
Expand Down Expand Up @@ -140,6 +145,7 @@
$lang['gen_hamradio_satellite_mode'] = 'Satellite Mode';

$lang['gen_hamradio_logbook'] = 'Logbook';
$lang['gen_hamradio_award'] = "Award";

$lang['gen_hamradio_zones'] = 'Zones';
$lang['gen_hamradio_cq_zone'] = 'CQ Zone';
Expand Down
14 changes: 14 additions & 0 deletions application/language/english/statistics_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";

/*
*
* Distances
*
*/

$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";
Expand All @@ -28,3 +34,11 @@
$lang['statistics_distances_qsos_with'] = "QSOs with";
$lang['statistics_distances_and_band'] = "and band";

/*
*
* Timeline
*
*/

$lang['statistics_timeline'] = "Timeline";

6 changes: 6 additions & 0 deletions application/language/finnish/general_words_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
$lang['general_word_filtering_on'] = "Filtering on";

$lang['general_word_date'] = 'Päivä';
$lang['general_word_startdate'] = "Start Date";
$lang['general_word_enddate'] = "End Date";
$lang['general_word_time'] = 'Aika';
$lang['general_word_time_on'] = 'Time on';
$lang['general_word_time_off'] = 'Time off';
Expand All @@ -50,6 +52,7 @@
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";
$lang['general_word_confirmed'] = 'Kuitattu';
$lang['general_word_confirmation'] = "Confirmation";
$lang['general_word_needed'] = 'Tarvittu';

$lang['general_word_all'] = 'All';
Expand Down Expand Up @@ -111,6 +114,8 @@

$lang['gen_hamradio_call'] = 'Kutsu';
$lang['gen_hamradio_callsign'] = 'Kutsumerkki';
$lang['gen_hamradio_prefix'] = "Prefix";
$lang['gen_hamradio_suffix'] = "Suffix";
$lang['gen_hamradio_de'] = 'De';
$lang['gen_hamradio_dx'] = 'Dx';
$lang['gen_hamradio_mode'] = 'Lähetelaji';
Expand Down Expand Up @@ -140,6 +145,7 @@
$lang['gen_hamradio_satellite_mode'] = 'Satelliitin Mode';

$lang['gen_hamradio_logbook'] = 'Lokikirja';
$lang['gen_hamradio_award'] = "Award";

$lang['gen_hamradio_zones'] = 'Zones';
$lang['gen_hamradio_cq_zone'] = 'CQ Zone';
Expand Down
14 changes: 14 additions & 0 deletions application/language/finnish/statistics_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";

/*
*
* Distances
*
*/

$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";
Expand All @@ -28,3 +34,11 @@
$lang['statistics_distances_qsos_with'] = "QSOs with";
$lang['statistics_distances_and_band'] = "and band";

/*
*
* Timeline
*
*/

$lang['statistics_timeline'] = "Timeline";

6 changes: 6 additions & 0 deletions application/language/french/general_words_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
$lang['general_word_filtering_on'] = "Filtering on";

$lang['general_word_date'] = 'Date';
$lang['general_word_startdate'] = "Start Date";
$lang['general_word_enddate'] = "End Date";
$lang['general_word_time'] = 'Heure';
$lang['general_word_time_on'] = 'Time on';
$lang['general_word_time_off'] = 'Time off';
Expand All @@ -50,6 +52,7 @@
$lang['general_word_worked_not_confirmed'] = "Worked not confirmed";
$lang['general_word_not_worked'] = "Not worked";
$lang['general_word_confirmed'] = 'Confirmés';
$lang['general_word_confirmation'] = "Confirmation";
$lang['general_word_needed'] = 'Demandés';

$lang['general_word_all'] = 'Tout';
Expand Down Expand Up @@ -111,6 +114,8 @@

$lang['gen_hamradio_call'] = 'QRZ';
$lang['gen_hamradio_callsign'] = 'Indicatif';
$lang['gen_hamradio_prefix'] = "Prefix";
$lang['gen_hamradio_suffix'] = "Suffix";
$lang['gen_hamradio_de'] = 'De';
$lang['gen_hamradio_dx'] = 'Dx';
$lang['gen_hamradio_mode'] = 'Mode';
Expand Down Expand Up @@ -140,6 +145,7 @@
$lang['gen_hamradio_satellite_mode'] = 'Mode du Satellite';

$lang['gen_hamradio_logbook'] = 'Logbook';
$lang['gen_hamradio_award'] = "Award";

$lang['gen_hamradio_zones'] = 'Zones';
$lang['gen_hamradio_cq_zone'] = 'Zone CQ ';
Expand Down
Loading