2023-10-03 06:46:17 +08:00
< ? php
defined ( 'BASEPATH' ) OR exit ( 'Directe toegang tot scripts is niet toegestaan' );
$lang [ 'statistics_statistics' ] = 'Statistics' ;
$lang [ 'statistics_explore_the_logbook' ] = 'Explore the logbook.' ;
$lang [ 'statistics_years' ] = 'Years' ;
2023-11-05 23:57:31 +08:00
$lang [ 'statistics_modes' ] = 'Mode' ;
2023-10-03 06:46:17 +08:00
$lang [ 'statistics_bands' ] = 'Bands' ;
$lang [ 'statistics_qsos' ] = 'QSOs' ;
$lang [ 'statistics_unique_callsigns' ] = 'Unique callsigns' ;
$lang [ 'statistics_total' ] = 'Total' ;
2023-11-05 23:57:31 +08:00
$lang [ 'statistics_year' ] = 'Year' ;
2023-11-06 02:30:35 +08:00
$lang [ 'statistics_number_of_qso_worked_each_year' ] = " Number of QSOs worked each year " ;
2023-11-05 23:57:31 +08:00
$lang [ 'statistics_number_of_qso_worked' ] = " # of QSO's worked " ;
2023-11-08 05:11:58 +08:00
/*
*
* Distances
*
*/
2024-06-17 01:40:24 +08:00
$lang [ 'statistics_distances_bands_all' ] = " All " ;
2024-11-30 23:53:52 +08:00
$lang [ 'statistics_distances_modes_all' ] = " All " ;
2023-11-06 02:30:35 +08:00
$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 " ;
2024-06-17 01:40:24 +08:00
$lang [ 'statistics_distances_part3_contacts_were_plotted_furthest' ] = " The distance was " ;
$lang [ 'statistics_distances_part4_contacts_were_plotted_furthest' ] = " The average distance is " ;
2023-11-06 02:30:35 +08:00
$lang [ 'statistics_distances_number_of_qsos' ] = " Number of QSOs " ;
$lang [ 'statistics_distances_callsigns_worked' ] = " Callsign(s) worked (max 5 shown) " ;
2024-11-30 23:53:52 +08:00
$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 : " ;
2024-12-01 02:21:46 +08:00
$lang [ 'statistics_distances_and_propagation' ] = " , propagation : " ;
$lang [ 'statistics_distances_no_qsos_to_plot' ] = " No QSOs found to plot. " ;
2023-11-05 23:57:31 +08:00
2023-11-08 05:11:58 +08:00
/*
*
* Timeline
*
*/
$lang [ 'statistics_timeline' ] = " Timeline " ;
2024-01-01 21:47:45 +08:00
/*
*
* Days with QSO
*
*/
2024-11-21 03:24:08 +08:00
$lang [ 'statistics_tab_yearly' ] = " Yearly " ;
$lang [ 'statistics_tab_streaks' ] = " Streaks " ;
$lang [ 'statistics_tab_weekdays' ] = " Days of the week " ;
2024-11-30 23:53:52 +08:00
$lang [ 'statistics_tab_daily' ] = " Daily " ;
2024-11-21 03:24:08 +08:00
$lang [ 'statistics_days_yearly' ] = " Number of days with QSOs each year " ;
$lang [ 'statistics_days_with_qso' ] = " Days with QSOs " ;
2024-11-30 23:53:52 +08:00
$lang [ 'statistics_qsos_each_day' ] = " Number of QSOs each day " ;
2024-11-21 03:24:08 +08:00
$lang [ 'statistics_weekdays_with_qso' ] = " QSOs breakdown by day of the week " ;
2024-11-30 23:53:52 +08:00
$lang [ 'statistics_number_of_qsos_this_day' ] = " Number of QSOs this day " ;
2024-11-21 03:24:08 +08:00
$lang [ 'statistics_number_of_qsos_this_weekday' ] = " Number of QSOs for this day of the week " ;
2024-01-01 21:47:45 +08:00
$lang [ 'statistics_dwq_longest_streak_in_log' ] = " Longest streak with QSOs in the log " ;
$lang [ 'statistics_dwq_longest_streak_in_log_hint' ] = " A maximum of the 10 longest streaks are shown! " ;
$lang [ 'statistics_dwq_streak_continuous_days' ] = " Streak (continuous days with QSOs) " ;
$lang [ 'statistics_dwq_current_streak_in_log' ] = " Current streak with QSOs in the log " ;
$lang [ 'statistics_dwq_current_streak_continuous_days' ] = " Current streak (continuous days with QSOs) " ;
$lang [ 'statistics_dwq_make_qso_to_extend_streak' ] = " If you make a QSO today, you can continue to extend your streak... or else your current streak will be broken! " ;
$lang [ 'statistics_dwq_no_current_streak' ] = " No current streak found! " ;