39 行
		
	
	
		
			无行尾
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			39 行
		
	
	
		
			无行尾
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| defined('BASEPATH') OR exit('No direct script access allowed');
 | |
| 
 | |
| $lang['error_no_active_station_profile'] = 'Attention you need to set an active station profile.';
 | |
| 
 | |
| $lang['notice_turn_the_radio_on'] = 'You have made no QSOs today, time to turn on the radio!';
 | |
| 
 | |
| $lang['general_word_important'] = 'Important';
 | |
| 
 | |
| $lang['general_word_date'] = 'Date';
 | |
| $lang['general_word_time'] = 'Time';
 | |
| 
 | |
| $lang['general_word_total'] = 'Total';
 | |
| $lang['general_word_year'] = 'Year';
 | |
| $lang['general_word_month'] = 'Month';
 | |
| 
 | |
| $lang['general_word_worked'] = 'Worked';
 | |
| $lang['general_word_confirmed'] = 'Confirmed';
 | |
| $lang['general_word_needed'] = 'Needed';
 | |
| 
 | |
| $lang['general_word_sent'] = 'Sent';
 | |
| $lang['general_word_received'] = 'Received';
 | |
| $lang['general_word_requested'] = 'Requested';
 | |
| $lang['general_word_qslcards'] = 'QSL Cards';
 | |
| 
 | |
| // ham radio terms
 | |
| $lang['gen_hamradio_call'] = 'Call';
 | |
| $lang['gen_hamradio_callsign'] = 'Callsign';
 | |
| $lang['gen_hamradio_mode'] = 'Mode';
 | |
| $lang['gen_hamradio_rst_sent'] = 'Sent';
 | |
| $lang['gen_hamradio_rst_recv'] = 'Recv';
 | |
| $lang['gen_hamradio_band'] = 'Band';
 | |
| 
 | |
| // Dashboard Words
 | |
| $lang['dashboard_you_have_had'] = 'You have had';
 | |
| $lang['dashboard_qsos_today'] = 'QSOs Today!';
 | |
| $lang['dashboard_qso_breakdown'] = 'QSOs Breakdown';
 | |
| $lang['dashboard_countries_breakdown'] = 'Countries Breakdown'; |