18 行
		
	
	
		
			无行尾
		
	
	
		
			643 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			18 行
		
	
	
		
			无行尾
		
	
	
		
			643 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| defined('BASEPATH') OR exit('No direct script access allowed');
 | |
| 
 | |
| $lang['contesting_page_title'] = 'Contest Logging';
 | |
| $lang['contesting_button_reset_contest_session'] = 'Reset Contest Session';
 | |
| 
 | |
| $lang['contesting_exchange_type'] = 'Exchange Type';
 | |
| $lang['contesting_exchange_type_serial'] = 'Serial';
 | |
| $lang['contesting_exchange_type_other'] = 'Other';
 | |
| 
 | |
| $lang['contesting_contest_name'] = 'Contest Name';
 | |
| 
 | |
| $lang['contesting_btn_reset_qso'] = 'Reset QSO';
 | |
| $lang['contesting_btn_save_qso'] = 'Save QSO';
 | |
| 
 | |
| $lang['contesting_title_callsign_suggestions'] = 'Callsign Suggestions';
 | |
| $lang['contesting_title_contest_logbook'] = 'Contest Logbook'; |