16 行
		
	
	
	
		
			635 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 行
		
	
	
	
		
			635 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| defined('BASEPATH') OR exit('No direct script access allowed');
 | |
| 
 | |
| 
 | |
| 
 | |
| $lang['gridsquares_gridsquare_map'] = 'Gridsquare map';
 | |
| 
 | |
| $lang['gridsquares_confirmed_is_green'] = 'Confirmed is Green';
 | |
| $lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Worked but not confirmed is Red';
 | |
| $lang['gridsquares_activated_but_not_confirmed_is_red'] = 'Activated but not confirmed is Red';
 | |
| 
 | |
| $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos'] = 'This map does not include satellite, internet or repeater QSOs';
 | |
| 
 | |
| $lang['gridsquares_grid_squares'] = 'grid square';
 | |
| $lang['gridsquares_total_count'] = 'Total count';
 |