27 行
		
	
	
		
			无行尾
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			27 行
		
	
	
		
			无行尾
		
	
	
		
			1.2 KiB
		
	
	
	
		
			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';
 | |
| 
 | |
| $lang['gridsquares_band'] = 'Band';
 | |
| $lang['gridsquares_mode'] = 'Mode';
 | |
| $lang['gridsquares_sat'] = 'Satellite';
 | |
| $lang['gridsquares_confirmation'] = 'Confirmation';
 | |
| 
 | |
| $lang['gridsquares_button_plot'] = 'Plot';
 | |
| 
 | |
| $lang['gridsquares_gridsquares'] = 'Gridsquares';
 | |
| $lang['gridsquares_gridsquares_confirmed'] = 'Gridsquares confirmed';
 | |
| $lang['gridsquares_gridsquares_not_confirmed'] = 'Gridsquares not confirmed';
 | |
| $lang['gridsquares_gridsquares_total_worked'] = 'Total gridsquares worked';
 | |
| $lang['gridsquares_gridsquares_total_activated'] = 'Total gridsquares activated'; |