2023-05-16 23:08:11 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
|
2023-05-18 12:22:44 +00:00
|
|
|
$lang['statistics_statistics'] = 'Statistics';
|
|
|
|
|
2023-05-16 23:08:11 +00:00
|
|
|
$lang['statistics_explore_the_logbook'] = 'Explore the logbook.';
|
|
|
|
|
|
|
|
$lang['statistics_years'] = 'Years';
|
2023-11-05 15:57:31 +00:00
|
|
|
$lang['statistics_modes'] = 'Mode';
|
2023-05-16 23:08:11 +00:00
|
|
|
$lang['statistics_bands'] = 'Bands';
|
|
|
|
$lang['statistics_qsos'] = 'QSOs';
|
|
|
|
$lang['statistics_unique_callsigns'] = 'Unique callsigns';
|
|
|
|
|
2023-05-17 14:01:55 +00:00
|
|
|
$lang['statistics_total'] = 'Total';
|
|
|
|
|
2023-10-02 22:46:17 +00:00
|
|
|
$lang['statistics_year'] = 'Year';
|
2023-11-05 15:57:31 +00:00
|
|
|
|
2023-11-05 18:30:35 +00:00
|
|
|
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSOs worked each year";
|
2023-11-05 15:57:31 +00:00
|
|
|
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";
|
|
|
|
|
2023-11-05 18:30:35 +00: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";
|
|
|
|
$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";
|
2023-11-05 15:57:31 +00:00
|
|
|
|