2023-08-16 12:55:08 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
|
|
|
|
|
|
$lang['statistics_statistics'] = '统计';
|
|
|
|
|
|
|
|
|
|
$lang['statistics_explore_the_logbook'] = '查看日志';
|
|
|
|
|
|
|
|
|
|
$lang['statistics_years'] = '年';
|
2023-11-05 23:57:31 +08:00
|
|
|
$lang['statistics_modes'] = '模式';
|
2023-08-16 12:55:08 +08:00
|
|
|
$lang['statistics_bands'] = '波段';
|
|
|
|
|
$lang['statistics_qsos'] = 'QSOs';
|
|
|
|
|
$lang['statistics_unique_callsigns'] = '呼号';
|
|
|
|
|
|
|
|
|
|
$lang['statistics_total'] = '总计';
|
|
|
|
|
|
2023-11-05 23:57:31 +08:00
|
|
|
$lang['statistics_year'] = '年';
|
|
|
|
|
|
|
|
|
|
$lang['statistics_number_of_qso_worked_each_year'] = "Number of QSO's worked each year";
|
|
|
|
|
$lang['statistics_number_of_qso_worked'] = "# of QSO's worked";
|
|
|
|
|
|
|
|
|
|
|