17 行
		
	
	
	
		
			464 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 行
		
	
	
	
		
			464 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| defined('BASEPATH') OR exit('No direct script access allowed');
 | |
| 
 | |
| $lang['statistics_statistics'] = 'Statistics';
 | |
| 
 | |
| $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';
 | |
| 
 | |
| $lang['statistics_year'] = 'Year';
 |