merge sandbox to trunk for 1.4.4

git-svn-id: http://xe-core.googlecode.com/svn/trunk@7723 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2010-09-28 07:24:47 +00:00
parent 200d63636c
commit b8299c8a65
683 changed files with 70982 additions and 69716 deletions

View file

@ -1,25 +1,25 @@
<?php
/**
* @file modules/counter/lang/en.lang.php
* @author zero <zero@nzeo.com>
* @brief English Language Pack (Only basic contents are listed)
**/
$lang->counter = "Counter";
$lang->cmd_select_date = 'Select Date';
$lang->cmd_select_counter_type = array(
'hour' => 'By Hour',
'day' => 'By Day',
'month' => 'By Month',
'year' => 'By Year',
);
$lang->total_counter = 'Total Status';
$lang->selected_day_counter = 'Status of Selected Day';
$lang->unique_visitor = 'Visitors';
$lang->pageview = 'Pageview';
$lang->today = 'today';
$lang->yesterday = 'yesterday';
?>
<?php
/**
* @file modules/counter/lang/en.lang.php
* @author NHN (developers@xpressengine.com)
* @brief English Language Pack (Only basic contents are listed)
**/
$lang->counter = "Counter";
$lang->cmd_select_date = 'Select Date';
$lang->cmd_select_counter_type = array(
'hour' => 'By Hour',
'day' => 'By Day',
'month' => 'By Month',
'year' => 'By Year',
);
$lang->total_counter = 'Total Status';
$lang->selected_day_counter = 'Status of Selected Day';
$lang->unique_visitor = 'Visitors';
$lang->pageview = 'Pageview';
$lang->today = 'today';
$lang->yesterday = 'yesterday';
?>

View file

@ -1,7 +1,7 @@
<?php
/**
* @archivo modules/counter/lang/es.lang.php
* @autor zero <zero@nzeo.com>
* @autor NHN (developers@xpressengine.com)
* @sumario Paquete del idioma español para el contador.
**/

View file

@ -1,25 +1,25 @@
<?php
/**
* @file modules/counter/lang/fr.lang.php
* @author zero <zero@nzeo.com> Traduit par Pierre Duvent <PierreDuvent@gmail.com>
* @brief Paquet du langage en français pour le module de Comppteur
**/
$lang->counter = "Coumpteur";
$lang->cmd_select_date = 'Choisir un Jour';
$lang->cmd_select_counter_type = array(
'hour' => 'Par Heure',
'day' => 'Par Jour',
'month' => 'Par Mois',
'year' => 'Par Année',
);
$lang->total_counter = 'Statut Total';
$lang->selected_day_counter = 'Statut Journal';
$lang->unique_visitor = 'Visiteurs';
$lang->pageview = 'Vues';
$lang->today = 'today';
$lang->yesterday = 'yesterday';
?>
<?php
/**
* @file modules/counter/lang/fr.lang.php
* @author NHN (developers@xpressengine.com) Traduit par Pierre Duvent <PierreDuvent@gmail.com>
* @brief Paquet du langage en français pour le module de Comppteur
**/
$lang->counter = "Coumpteur";
$lang->cmd_select_date = 'Choisir un Jour';
$lang->cmd_select_counter_type = array(
'hour' => 'Par Heure',
'day' => 'Par Jour',
'month' => 'Par Mois',
'year' => 'Par Année',
);
$lang->total_counter = 'Statut Total';
$lang->selected_day_counter = 'Statut Journal';
$lang->unique_visitor = 'Visiteurs';
$lang->pageview = 'Vues';
$lang->today = 'today';
$lang->yesterday = 'yesterday';
?>

View file

@ -1,25 +1,25 @@
<?php
/**
* @file modules/counter/lang/jp.lang.php
* @author zero <zero@nzeo.com> 翻訳RisaPapa、ミニミ
* @brief 日本語言語パッケージ(基本的な内容のみ)
**/
$lang->counter = 'カウンター';
$lang->cmd_select_date = '日付選択';
$lang->cmd_select_counter_type = array(
'hour' => '時間帯別',
'day' => '日別',
'month' => '月別',
'year' => '年度別',
);
$lang->total_counter = 'トータル';
$lang->selected_day_counter = '選択日の情報';
$lang->unique_visitor = '訪問者';
$lang->pageview = 'ページビュー';
$lang->today = '今日';
$lang->yesterday = '昨日';
?>
<?php
/**
* @file modules/counter/lang/jp.lang.php
* @author NHN (developers@xpressengine.com) 翻訳RisaPapa、ミニミ
* @brief 日本語言語パッケージ(基本的な内容のみ)
**/
$lang->counter = 'カウンター';
$lang->cmd_select_date = '日付選択';
$lang->cmd_select_counter_type = array(
'hour' => '時間帯別',
'day' => '日別',
'month' => '月別',
'year' => '年度別',
);
$lang->total_counter = 'トータル';
$lang->selected_day_counter = '選択日の情報';
$lang->unique_visitor = '訪問者';
$lang->pageview = 'ページビュー';
$lang->today = '今日';
$lang->yesterday = '昨日';
?>

View file

@ -1,25 +1,25 @@
<?php
/**
* @file modules/counter/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief 한국어 언어팩 (기본적인 내용만 수록)
**/
$lang->counter = '접속 통계';
$lang->cmd_select_date = '날짜 선택';
$lang->cmd_select_counter_type = array(
'hour' => '시간대별',
'day' => '일별',
'month' => '월별',
'year' => '연도별',
);
$lang->total_counter = '전체현황';
$lang->selected_day_counter = '선택일 현황';
$lang->unique_visitor = '방문자';
$lang->pageview = '페이지뷰';
$lang->today = '오늘';
$lang->yesterday = '어제';
?>
<?php
/**
* @file modules/counter/lang/ko.lang.php
* @author NHN (developers@xpressengine.com)
* @brief 한국어 언어팩 (기본적인 내용만 수록)
**/
$lang->counter = '접속 통계';
$lang->cmd_select_date = '날짜 선택';
$lang->cmd_select_counter_type = array(
'hour' => '시간대별',
'day' => '일별',
'month' => '월별',
'year' => '연도별',
);
$lang->total_counter = '전체현황';
$lang->selected_day_counter = '선택일 현황';
$lang->unique_visitor = '방문자';
$lang->pageview = '페이지뷰';
$lang->today = '오늘';
$lang->yesterday = '어제';
?>

View file

@ -1,25 +1,25 @@
<?php
/**
* @file ru.lang.php
* @author zero <zero@nzeo.com> | translation by Maslennikov Evgeny aka X-[Vr]bL1s5 | e-mail: x-bliss[a]tut.by; ICQ: 225035467;
* @brief Russian basic language pack
**/
$lang->counter = "Счетчик посетителей";
$lang->cmd_select_date = 'Выберите дату';
$lang->cmd_select_counter_type = array(
'hour' => 'По часам',
'day' => 'По дням',
'month' => 'По месяцам',
'year' => 'По годам',
);
$lang->total_counter = 'Общее состояние';
$lang->selected_day_counter = 'Состояние на выбранный день';
$lang->unique_visitor = 'Посетителей';
$lang->pageview = 'Просмотров страниц';
$lang->today = 'Сегодня';
$lang->yesterday = 'Вчера';
?>
<?php
/**
* @file ru.lang.php
* @author NHN (developers@xpressengine.com) | translation by Maslennikov Evgeny aka X-[Vr]bL1s5 | e-mail: x-bliss[a]tut.by; ICQ: 225035467;
* @brief Russian basic language pack
**/
$lang->counter = "Счетчик посетителей";
$lang->cmd_select_date = 'Выберите дату';
$lang->cmd_select_counter_type = array(
'hour' => 'По часам',
'day' => 'По дням',
'month' => 'По месяцам',
'year' => 'По годам',
);
$lang->total_counter = 'Общее состояние';
$lang->selected_day_counter = 'Состояние на выбранный день';
$lang->unique_visitor = 'Посетителей';
$lang->pageview = 'Просмотров страниц';
$lang->today = 'Сегодня';
$lang->yesterday = 'Вчера';
?>

View file

@ -1,27 +1,27 @@
<?php
/* ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░ * @File : common/lang/vi.lang.php ░░
░░ * @Author : zero (zero@nzeo.com) ░░
░░ * @Trans : Đào Đức Duy (ducduy.dao.vn@vietxe.net) ░░
░░ * @Website: http://vietxe.net ░░
░░ * @Brief : Vietnamese Language Pack (Only basic words are included here) ░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ */
$lang->counter = "Lượt truy cập";
$lang->cmd_select_date = 'Chọn ngày';
$lang->cmd_select_counter_type = array(
'hour' => 'Theo giờ',
'day' => 'Theo ngày',
'month' => 'Theo tháng',
'year' => 'Theo năm',
);
$lang->total_counter = 'Tổng số lượt truy cập';
$lang->selected_day_counter = 'Số truy cập trong ngày';
$lang->unique_visitor = 'Số lượt xem';
$lang->pageview = 'Số trang';
$lang->today = 'Hôm nay';
$lang->yesterday = 'Hôm qua';
?>
<?php
/* ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░ * @File : common/lang/vi.lang.php ░░
░░ * @Author : NHN (developers@xpressengine.com) ░░
░░ * @Trans : Đào Đức Duy (ducduy.dao.vn@vietxe.net) ░░
░░ * @Website: http://vietxe.net ░░
░░ * @Brief : Vietnamese Language Pack (Only basic words are included here) ░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ */
$lang->counter = "Lượt truy cập";
$lang->cmd_select_date = 'Chọn ngày';
$lang->cmd_select_counter_type = array(
'hour' => 'Theo giờ',
'day' => 'Theo ngày',
'month' => 'Theo tháng',
'year' => 'Theo năm',
);
$lang->total_counter = 'Tổng số lượt truy cập';
$lang->selected_day_counter = 'Số truy cập trong ngày';
$lang->unique_visitor = 'Số lượt xem';
$lang->pageview = 'Số trang';
$lang->today = 'Hôm nay';
$lang->yesterday = 'Hôm qua';
?>

View file

@ -1,7 +1,7 @@
<?php
/**
* @file modules/counter/lang/zh-CN.lang.php
* @author zero <zero@nzeo.com>
* @author NHN (developers@xpressengine.com)
* @brief 简体中文语言包
**/

View file

@ -1,7 +1,7 @@
<?php
/**
* @file modules/counter/lang/zh-TW.lang.php
* @author zero <zero@nzeo.com> 翻譯royallin
* @author NHN (developers@xpressengine.com) 翻譯royallin
* @brief 訪問統計(counter)模組正體中文語言
**/