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';
|
|
|
|
$lang['statistics_mode'] = 'Mode';
|
|
|
|
$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';
|