23 行
		
	
	
	
		
			958 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			23 行
		
	
	
	
		
			958 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
|  | <?php | ||
|  | 
 | ||
|  | defined('BASEPATH') OR exit('No direct script access allowed'); | ||
|  | 
 | ||
|  | $lang['notes_menu_notes'] = 'Anteckningar'; | ||
|  | $lang['notes_edit_note'] = 'Redigera anteckningar'; | ||
|  | $lang['notes_your_notes'] = 'Dina anteckningar'; | ||
|  | 
 | ||
|  | $lang['notes_welcome'] = "You don't currently have any notes, these are a fantastic way of storing data like ATU settings, beacons and general station notes and its better than paper as you can't lose them!"; | ||
|  | 
 | ||
|  | $lang['notes_create_note'] = 'Skapa anteckning'; | ||
|  | 
 | ||
|  | $lang['notes_input_title'] = 'Titel'; | ||
|  | $lang['notes_input_category'] = 'Kategori'; | ||
|  | $lang['notes_input_notes_content'] = 'Innehåll'; | ||
|  | $lang['notes_input_btn_save_note'] = 'Spara anteckning'; | ||
|  | $lang['notes_input_btn_edit_note'] = 'Redigera anteckning'; | ||
|  | $lang['notes_input_btn_delete_note'] = 'Radera anteckning'; | ||
|  | 
 | ||
|  | $lang['notes_selection_general'] = 'Allmännt'; | ||
|  | $lang['notes_selection_antennas'] = 'Antenner'; | ||
|  | $lang['notes_selection_satellites'] = 'Satelliter'; |