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
|
<?php
|
||||||
/**
|
/**
|
||||||
* @file modules/counter/lang/es.lang.php
|
* @archivo modules/counter/lang/es.lang.php
|
||||||
* @author zero <zero@nzeo.com>
|
* @autor zero <zero@nzeo.com>
|
||||||
* @brief Paquete lingual de taquilla
|
* @sumario Paquete del idioma español para el contador.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
$lang->counter = "Taquilla";
|
$lang->counter = "Contador";
|
||||||
$lang->cmd_select_date = 'Seleccióna Fecha';
|
$lang->cmd_select_date = 'Selecciona la fecha';
|
||||||
$lang->cmd_select_counter_type = array(
|
$lang->cmd_select_counter_type = array(
|
||||||
'hour' => 'horas',
|
'hour' => 'por hora',
|
||||||
'day' => 'dias',
|
'day' => 'por día',
|
||||||
'month' => 'mes',
|
'month' => 'por mes',
|
||||||
'year' => 'año',
|
'year' => 'por año',
|
||||||
);
|
);
|
||||||
|
|
||||||
$lang->total_counter = 'Visitantes en total';
|
$lang->total_counter = 'Estado Total';
|
||||||
$lang->selected_day_counter = 'Visitantes en diario';
|
$lang->selected_day_counter = 'Total del día seleccionado';
|
||||||
|
|
||||||
$lang->unique_visitor = 'Visitas unicos';
|
$lang->unique_visitor = 'visitante';
|
||||||
$lang->pageview = 'Páginas/visita';
|
$lang->pageview = 'Ver página';
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue