13 行
379 B
PHP
13 行
379 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
||
|
|
|
||
|
|
$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';
|
||
|
|
|
||
|
|
$lang['statistics_total'] = 'Total';
|