44 行
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			44 行
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | ||
| 
 | ||
| defined('BASEPATH') OR exit('No direct script access allowed');
 | ||
| 
 | ||
| $lang['statistics_statistics'] = '统计';
 | ||
| 
 | ||
| $lang['statistics_explore_the_logbook'] = '查看日志';
 | ||
| 
 | ||
| $lang['statistics_years'] = '年';
 | ||
| $lang['statistics_modes'] = '模式';
 | ||
| $lang['statistics_bands'] = '波段';
 | ||
| $lang['statistics_qsos'] = 'QSOs';
 | ||
| $lang['statistics_unique_callsigns'] = '呼号';
 | ||
| 
 | ||
| $lang['statistics_total'] = '总计';
 | ||
| 
 | ||
| $lang['statistics_year'] = '年';
 | ||
| 
 | ||
| $lang['statistics_number_of_qso_worked_each_year'] = "每年通联的 QSO 数量";
 | ||
| $lang['statistics_number_of_qso_worked'] = "通联的 QSO 数量";
 | ||
| 
 | ||
| /*
 | ||
| *
 | ||
| * Distances
 | ||
| *
 | ||
| */
 | ||
| 
 | ||
| $lang['statistics_distances_worked'] = "通联距离";
 | ||
| $lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "次通联<br /> 您最远的通联是与";
 | ||
| $lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "在网格";
 | ||
| $lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "距离是";
 | ||
| $lang['statistics_distances_number_of_qsos'] = "QSO 数量";
 | ||
| $lang['statistics_distances_callsigns_worked'] = "通联的呼号(最多显示5个):";
 | ||
| $lang['statistics_distances_qsos_with'] = "QSO 与";
 | ||
| $lang['statistics_distances_and_band'] = "和波段";
 | ||
| 
 | ||
| /*
 | ||
| *
 | ||
| * Timeline
 | ||
| *
 | ||
| */
 | ||
| 
 | ||
| $lang['statistics_timeline'] = "时间线";
 | ||
| 
 |