mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2355 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5ced6a6a82
commit
78228b7fbd
8 changed files with 432 additions and 0 deletions
31
modules/integration_search/lang/es.lang.php
Normal file
31
modules/integration_search/lang/es.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/es.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief Paquete Lingual
|
||||
**/
|
||||
|
||||
$lang->integration_search = "Búesqueda Integrado";
|
||||
|
||||
$lang->sample_code = "Codigo Ejemplo";
|
||||
$lang->about_target_module = "Solo modulos elegidos son objetivos. Por favor cuide para configurar autoridad";
|
||||
$lang->about_sample_code = "Ud. puede insertar Búsqueda Integrado en su diseño por insertar codigos arriba";
|
||||
$lang->msg_no_keyword = "Escribe palabra para la búsqueda";
|
||||
|
||||
$lang->is_result_text = "Búsqueda de <strong>'%s'</strong> tiene <strong>%d</strong> resultos";
|
||||
|
||||
$lang->is_search_option = array(
|
||||
'title' => 'Titulo',
|
||||
'content' => 'Contenido',
|
||||
'title_content' => 'Titulo+Contenido',
|
||||
//'comment' => 'Commentarios',
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => 'Fecha de Registro',
|
||||
'comment_count' => 'Num de Commentarios',
|
||||
'readed_count' => 'Num de query',
|
||||
'voted_count' => 'Num de Votos',
|
||||
);
|
||||
?>
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue