18 行
		
	
	
	
		
			670 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			18 行
		
	
	
	
		
			670 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
defined('BASEPATH') OR exit('Non è permesso l\'accesso diretto allo script');
 | 
						|
 | 
						|
$lang['contesting_page_title'] = 'Log per Contest';
 | 
						|
$lang['contesting_button_reset_contest_session'] = 'Azzera Sessione Contest';
 | 
						|
 | 
						|
$lang['contesting_exchange_type'] = 'Tipologia Scambio';
 | 
						|
$lang['contesting_exchange_type_serial'] = 'Seriale';
 | 
						|
$lang['contesting_exchange_type_other'] = 'Altro';
 | 
						|
 | 
						|
$lang['contesting_contest_name'] = 'Nome Contest';
 | 
						|
 | 
						|
$lang['contesting_btn_reset_qso'] = 'Reset QSO';
 | 
						|
$lang['contesting_btn_save_qso'] = 'Salva QSO';
 | 
						|
 | 
						|
$lang['contesting_title_callsign_suggestions'] = 'Suggerimenti Nominativi';
 | 
						|
$lang['contesting_title_contest_logbook'] = 'Log del Contest';
 |