mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
스페인어 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2462 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4dd61f536e
commit
369825b3e3
1 changed files with 22 additions and 22 deletions
|
|
@ -1,22 +1,22 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/counter/lang/es.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief Paquete lingual de taquilla
|
||||
**/
|
||||
|
||||
$lang->counter = "Taquilla";
|
||||
$lang->cmd_select_date = 'Seleccióna Fecha';
|
||||
$lang->cmd_select_counter_type = array(
|
||||
'hour' => 'horas',
|
||||
'day' => 'dias',
|
||||
'month' => 'mes',
|
||||
'year' => 'año',
|
||||
);
|
||||
|
||||
$lang->total_counter = 'Visitantes en total';
|
||||
$lang->selected_day_counter = 'Visitantes en diario';
|
||||
|
||||
$lang->unique_visitor = 'Visitas unicos';
|
||||
$lang->pageview = 'Páginas/visita';
|
||||
?>
|
||||
<?php
|
||||
/**
|
||||
* @archivo modules/counter/lang/es.lang.php
|
||||
* @autor zero <zero@nzeo.com>
|
||||
* @sumario Paquete del idioma español para el contador.
|
||||
**/
|
||||
|
||||
$lang->counter = "Contador";
|
||||
$lang->cmd_select_date = 'Selecciona la fecha';
|
||||
$lang->cmd_select_counter_type = array(
|
||||
'hour' => 'por hora',
|
||||
'day' => 'por día',
|
||||
'month' => 'por mes',
|
||||
'year' => 'por año',
|
||||
);
|
||||
|
||||
$lang->total_counter = 'Estado Total';
|
||||
$lang->selected_day_counter = 'Total del día seleccionado';
|
||||
|
||||
$lang->unique_visitor = 'visitante';
|
||||
$lang->pageview = 'Ver página';
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue