18 行
		
	
	
		
			无行尾
		
	
	
		
			668 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			18 行
		
	
	
		
			无行尾
		
	
	
		
			668 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| defined('BASEPATH') OR exit('No direct script access allowed');
 | |
| 
 | |
| $lang['contesting_page_title'] = 'Contest-loggning';
 | |
| $lang['contesting_button_reset_contest_session'] = 'Nollställ denna contest-session';
 | |
| 
 | |
| $lang['contesting_exchange_type'] = 'Exchange-typ';
 | |
| $lang['contesting_exchange_type_serial'] = 'Seriell';
 | |
| $lang['contesting_exchange_type_other'] = 'Annat';
 | |
| 
 | |
| $lang['contesting_contest_name'] = 'Contest-namn';
 | |
| 
 | |
| $lang['contesting_btn_reset_qso'] = 'Reset QSO';
 | |
| $lang['contesting_btn_save_qso'] = 'Spara QSO';
 | |
| 
 | |
| $lang['contesting_title_callsign_suggestions'] = 'Signal-förslag';
 | |
| $lang['contesting_title_contest_logbook'] = 'Contest loggbok'; |