From 0eaefcbf4ae3441fd45cf9e71179fd6c6ad33ec8 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Tue, 7 Nov 2023 22:11:12 +0100 Subject: [PATCH] added multilanguage support --- application/views/timeline/index.php | 42 ++++++++++++++-------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/application/views/timeline/index.php b/application/views/timeline/index.php index 2ca3bc7d..6a38efe6 100644 --- a/application/views/timeline/index.php +++ b/application/views/timeline/index.php @@ -1,13 +1,13 @@
-

+

- +
- +
@@ -48,7 +48,7 @@
-
Confirmation
+
input->post('qsl')) echo ' checked="checked"'; ?> > @@ -68,7 +68,7 @@
- +
@@ -113,11 +113,11 @@ function write_dxcc_timeline($timeline_array, $custom_date_format, $bandselect, # '.$ci->lang->line('general_word_date').' - Prefix + '.$ci->lang->line('gen_hamradio_prefix').' '.$ci->lang->line('general_word_country').' - Status - End Date - Show QSOs + '.$ci->lang->line('station_logbooks_status').' + '.$ci->lang->line('general_word_enddate').' + '.$ci->lang->line('gridsquares_show_qsos').' '; @@ -148,7 +148,7 @@ function write_was_timeline($timeline_array, $custom_date_format, $bandselect, $ # '.$ci->lang->line('general_word_date').' '.$ci->lang->line('gen_hamradio_state').' - Show QSOs + '.$ci->lang->line('gridsquares_show_qsos').' '; @@ -159,7 +159,7 @@ function write_was_timeline($timeline_array, $custom_date_format, $bandselect, $ ' . $i-- . ' ' . date($custom_date_format, $date_as_timestamp) . ' ' . $line->col_state . ' - col_state . '","'. $bandselect . '","'. $modeselect . '","' . $award .'")>Show + col_state . '","'. $bandselect . '","'. $modeselect . '","' . $award .'")>'.$ci->lang->line('filter_options_show').' '; } echo '
'; @@ -173,10 +173,10 @@ function write_iota_timeline($timeline_array, $custom_date_format, $bandselect, # '.$ci->lang->line('general_word_date').' - IOTA - Name - Prefix - Show QSOs + '.$ci->lang->line('gen_hamradio_iota').' + '.$ci->lang->line('general_word_name').' + '.$ci->lang->line('gen_hamradio_prefix').' + '.$ci->lang->line('gridsquares_show_qsos').' '; @@ -203,8 +203,8 @@ function write_waz_timeline($timeline_array, $custom_date_format, $bandselect, $ # '.$ci->lang->line('general_word_date').' - CQ Zone - Show QSOs + '.$ci->lang->line('gen_hamradio_cqzone').' + '.$ci->lang->line('gridsquares_show_qsos').' '; @@ -230,7 +230,7 @@ function write_vucc_timeline($timeline_array, $custom_date_format, $bandselect, # '.$ci->lang->line('general_word_date').' '.$ci->lang->line('gen_hamradio_gridsquare').' - Show QSOs + '.$ci->lang->line('gridsquares_show_qsos').' ';