17 行
		
	
	
		
			无行尾
		
	
	
		
			467 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 行
		
	
	
		
			无行尾
		
	
	
		
			467 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| defined('BASEPATH') OR exit('No direct script access allowed');
 | |
| 
 | |
| $lang['statistics_statistics'] = 'Statistiky';
 | |
| 
 | |
| $lang['statistics_explore_the_logbook'] = 'Prozkoumejte logbook.';
 | |
| 
 | |
| $lang['statistics_years'] = 'Roky';
 | |
| $lang['statistics_mode'] = 'Módy';
 | |
| $lang['statistics_bands'] = 'Pásma';
 | |
| $lang['statistics_qsos'] = 'QSO';
 | |
| $lang['statistics_unique_callsigns'] = 'Jedinečné značky';
 | |
| 
 | |
| $lang['statistics_total'] = 'Celkem';
 | |
| 
 | |
| $lang['statistics_year'] = 'Rok'; |