23 行
		
	
	
	
		
			965 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			23 行
		
	
	
	
		
			965 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
|  | <?php | ||
|  | 
 | ||
|  | defined('BASEPATH') OR exit('Accès direct au script non autorisé'); | ||
|  | 
 | ||
|  | $lang['notes_menu_notes'] = 'Notes'; | ||
|  | $lang['notes_edit_note'] = 'Editer Note'; | ||
|  | $lang['notes_your_notes'] = 'Vos Notes'; | ||
|  | 
 | ||
|  | $lang['notes_welcome'] = "Vous n'avez actuellement aucune note, C'est une manière fantastique de conserver vos données comme les réglages de boite d'accord, balises, notes sur les stations etc. et c'est bien mieux que des notes papiers que vous finirez par perdre"; | ||
|  | $lang['notes_create_note'] = 'Creation Note'; | ||
|  | 
 | ||
|  | $lang['notes_input_title'] = 'Titre'; | ||
|  | $lang['notes_input_category'] = 'Categorie'; | ||
|  | $lang['notes_input_notes_content'] = 'Contenu Note'; | ||
|  | $lang['notes_input_btn_save_note'] = 'Enregistrer Note'; | ||
|  | $lang['notes_input_btn_edit_note'] = 'Editer Note'; | ||
|  | $lang['notes_input_btn_delete_note'] = 'Supprimer Note'; | ||
|  | 
 | ||
|  | $lang['notes_selection_general'] = 'General'; | ||
|  | $lang['notes_selection_antennas'] = 'Antennes'; | ||
|  | $lang['notes_selection_satellites'] = 'Satellites'; | ||
|  | 
 |