32 行
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			32 行
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| defined('BASEPATH') OR exit('Acceso directo a los scripts restringido');
 | |
| 
 | |
| $lang['contesting_page_title'] = 'Registro de concurso';
 | |
| $lang['contesting_button_reset_contest_session'] = 'Resetar la sesión del concurso';
 | |
| $lang['contesting_operator_callsign'] = 'Operator Callsign';
 | |
| 
 | |
| $lang['contesting_exchange_type'] = 'Tipo de intercambio';
 | |
| $lang['contesting_exchange_type_serial'] = 'Serial';
 | |
| $lang['contesting_exchange_type_none'] = 'None';
 | |
| $lang['contesting_exchange_type_exchange'] = 'Exchange';
 | |
| $lang['contesting_exchange_type_gridsquare'] = 'Gridsquare';
 | |
| $lang['contesting_exchange_type_other'] = 'Other';
 | |
| $lang['contesting_exchange_type_serial_exchange'] = 'Serial + Exchange';
 | |
| $lang['contesting_exchange_type_serial_gridsquare'] = 'Serial + Gridsquare';
 | |
| $lang['contesting_exchange_serial_s'] = 'Serial (S)';
 | |
| $lang['contesting_exchange_serial_r'] = 'Serial (R)';
 | |
| $lang['contesting_exchange_gridsquare_s'] = 'Gridsquare (S)';
 | |
| $lang['contesting_exchange_gridsquare_r'] = 'Gridsquare (R)';
 | |
| 
 | |
| $lang['contesting_contest_name'] = 'Nombre del concurso';
 | |
| 
 | |
| $lang['contesting_btn_reset_qso'] = 'Resetear QSO';
 | |
| $lang['contesting_btn_save_qso'] = 'Guardar QSO';
 | |
| 
 | |
| $lang['contesting_title_callsign_suggestions'] = 'Indicativos sugeridos';
 | |
| $lang['contesting_title_contest_logbook'] = 'Logbook del concurso';
 | |
| 
 | |
| $lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!';
 | |
| 
 | |
| 
 |