25 行
		
	
	
	
		
			825 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			25 行
		
	
	
	
		
			825 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| 
								 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								defined('BASEPATH') OR exit('No direct script access allowed');
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// Tiles
							 | 
						||
| 
								 | 
							
								$lang['qso_title_qso_map'] = 'QSO Map';
							 | 
						||
| 
								 | 
							
								$lang['qso_title_suggestions'] = 'Suggestions';
							 | 
						||
| 
								 | 
							
								$lang['qso_title_pervious_contacts'] = 'Previous Contacts';
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// Input Help Text on the /QSO Display
							 | 
						||
| 
								 | 
							
								$lang['qso_transmit_power_helptext'] = 'Give power value in Watts. Include only numbers in the input.';
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								$lang['qso_sota_ref_helptext'] = 'For example: GM/NS-001.';
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								$lang['qso_sig_helptext'] = 'For example: WWFF or POTA';
							 | 
						||
| 
								 | 
							
								$lang['qso_sig_info_helptext'] = 'For example: DLFF-0029';
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								$lang['qso_dok_helptext'] = 'For example: Q03';
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								$lang['qso_notes_helptext'] = 'Note content is used within Cloudlog only and is not exported to other services.';
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// Button Text on /qso Display
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								$lang['qso_btn_reset_qso'] = 'Reset';
							 | 
						||
| 
								 | 
							
								$lang['qso_btn_save_qso'] = 'Save QSO';
							 |