Translate Notes lang file to Spanish
这个提交包含在:
父节点
d65774c6ad
当前提交
642256aa1c
共有 1 个文件被更改,包括 23 次插入 和 0 次删除
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('Acceso directo a los scripts restringido');
|
||||
|
||||
$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';
|
||||
|
||||
正在加载…
在新工单中引用