18 行
		
	
	
		
			无行尾
		
	
	
		
			677 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			18 行
		
	
	
		
			无行尾
		
	
	
		
			677 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| defined('BASEPATH') OR exit('No direct script access allowed');
 | |
| 
 | |
| $lang['contesting_page_title'] = 'Logging Contest';
 | |
| $lang['contesting_button_reset_contest_session'] = 'Rinitialiser la Session  Contest';
 | |
| 
 | |
| $lang['contesting_exchange_type'] = 'Type d\'échange';
 | |
| $lang['contesting_exchange_type_serial'] = 'Serie';
 | |
| $lang['contesting_exchange_type_other'] = 'Autre';
 | |
| 
 | |
| $lang['contesting_contest_name'] = 'Nom du Contest';
 | |
| 
 | |
| $lang['contesting_btn_reset_qso'] = 'Reinitialise QSO';
 | |
| $lang['contesting_btn_save_qso'] = 'Sauvegarder QSO';
 | |
| 
 | |
| $lang['contesting_title_callsign_suggestions'] = 'Sugestion d\'indicatif';
 | |
| $lang['contesting_title_contest_logbook'] = 'Logbook du Contest'; |