스페인어(by 이코님) 7월 9일 16시분까지 적용

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1881 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-09 07:12:25 +00:00
parent 554a7ddced
commit 7083aa37e4
26 changed files with 395 additions and 3 deletions

View file

@ -3,12 +3,15 @@
<title xml:lang="ko">기본 카운터</title>
<title xml:lang="zh-CN">基本访问统计</title>
<title xml:lang="en">Basic counter</title>
<title xml:lang="es">Taquilla Basico</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="zh-CN">zero</name>
<name xml:lang="en">Zero</name>
<name xml:lang="es">zero</name>
<description xml:lang="ko">기본 접속 통계 프로그램입니다.</description>
<description xml:lang="zh-CN">基本计访问统计程序。</description>
<description xml:lang="en">Basic connection statistics program.</description>
<description xml:lang="es">Es la programa basica para conecciónes estaticos.</description>
</author>
</module>

View file

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