스페인어 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2462 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
sanghunjun 2007-08-31 18:47:03 +00:00
parent 4dd61f536e
commit 369825b3e3

View file

@ -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';
?> ?>