27 行
		
	
	
		
			无行尾
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			27 行
		
	
	
		
			无行尾
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| defined('BASEPATH') OR exit('No direct script access allowed');
 | |
| 
 | |
| $lang['gridsquares_gridsquare_map'] = 'Carte des Locators';
 | |
| 
 | |
| $lang['gridsquares_confirmed_is_green'] = 'Confirmé en Vert';
 | |
| $lang['gridsquares_worked_but_not_confirmed_is_red'] = 'Contacté, mais non confirmé en Rouge';
 | |
| $lang['gridsquares_activated_but_not_confirmed_is_red'] = 'Activé, mais non confirmé en Rouge';
 | |
| 
 | |
| $lang['gridsquares_this_map_does_not_include_satellite_internet_or_repeater_qsos'] = 'Cette carte n\'inclue pas les QSOs par Satellites, internet or relais';
 | |
| 
 | |
| $lang['gridsquares_grid_squares'] = 'Grilles des Locators';
 | |
| $lang['gridsquares_total_count'] = 'Total';
 | |
| 
 | |
| $lang['gridsquares_band'] = 'Bande';
 | |
| $lang['gridsquares_mode'] = 'Mode';
 | |
| $lang['gridsquares_sat'] = 'Satellite';
 | |
| $lang['gridsquares_confirmation'] = 'Confirmé';
 | |
| 
 | |
| $lang['gridsquares_button_plot'] = 'Plot';
 | |
| 
 | |
| $lang['gridsquares_gridsquares'] = 'Locators';
 | |
| $lang['gridsquares_gridsquares_confirmed'] = 'Locators confirmés';
 | |
| $lang['gridsquares_gridsquares_not_confirmed'] = 'Locators non confirmés';
 | |
| $lang['gridsquares_gridsquares_total_worked'] = 'Total des Locators contactés';
 | |
| $lang['gridsquares_gridsquares_total_activated'] = 'Total gridsquares activated'; |