kopia lustrzana https://github.com/magicbug/Cloudlog
17 wiersze
442 B
PHP
17 wiersze
442 B
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
$lang['statistics_statistics'] = '统计';
|
|
|
|
$lang['statistics_explore_the_logbook'] = '查看日志';
|
|
|
|
$lang['statistics_years'] = '年';
|
|
$lang['statistics_mode'] = '模式';
|
|
$lang['statistics_bands'] = '波段';
|
|
$lang['statistics_qsos'] = 'QSOs';
|
|
$lang['statistics_unique_callsigns'] = '呼号';
|
|
|
|
$lang['statistics_total'] = '总计';
|
|
|
|
$lang['statistics_year'] = '年'; |