23 行
		
	
	
	
		
			891 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			23 行
		
	
	
	
		
			891 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| defined('BASEPATH') OR exit('No direct script access allowed');
 | |
| 
 | |
| $lang['notes_menu_notes'] = 'Notas';
 | |
| $lang['notes_edit_note'] = 'Editar nota';
 | |
| $lang['notes_your_notes'] = 'Sus notas';
 | |
| 
 | |
| $lang['notes_welcome'] = 'Actualmente no tiene notas, las cuales son un buen recurso para guardar datos e información general. Además, son mejores que el papel ya no las perderá con facilidad :)';
 | |
| 
 | |
| $lang['notes_create_note'] = 'Crear nota';
 | |
| 
 | |
| $lang['notes_input_title'] = 'Título';
 | |
| $lang['notes_input_category'] = 'Categoría';
 | |
| $lang['notes_input_notes_content'] = 'Contenido de la nota';
 | |
| $lang['notes_input_btn_save_note'] = 'Guardar nota';
 | |
| $lang['notes_input_btn_edit_note'] = 'Editar nota';
 | |
| $lang['notes_input_btn_delete_note'] = 'Borrar nota';
 | |
| 
 | |
| $lang['notes_selection_general'] = 'General';
 | |
| $lang['notes_selection_antennas'] = 'Antenas';
 | |
| $lang['notes_selection_satellites'] = 'Satélites';
 | |
| 
 |