mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 06:42:14 +09:00
add Turkey langauge
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8056 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9f71a6cf1a
commit
04bbfc6cfb
78 changed files with 2490 additions and 1 deletions
|
|
@ -8,6 +8,7 @@
|
|||
<title xml:lang="jp">アクセスカウンター</title>
|
||||
<title xml:lang="ru">Базовый счетчик</title>
|
||||
<title xml:lang="zh-TW">基本統計</title>
|
||||
<title xml:lang="tr">Sayaç</title>
|
||||
<description xml:lang="ko">기본 접속 통계 프로그램입니다.</description>
|
||||
<description xml:lang="zh-CN">默认访问统计程序。</description>
|
||||
<description xml:lang="en">Basic connection statistics program.</description>
|
||||
|
|
@ -16,6 +17,7 @@
|
|||
<description xml:lang="jp">デフォルトアクセス統計のプログラムです。</description>
|
||||
<description xml:lang="ru">Базовая программа статистики подключений.</description>
|
||||
<description xml:lang="zh-TW">預設的統計程式。</description>
|
||||
<description xml:lang="tr">Temel bağlantı istatistik programı.</description>
|
||||
<version>0.1</version>
|
||||
<date>2007-02-28</date>
|
||||
<category>statistics</category>
|
||||
|
|
@ -29,5 +31,6 @@
|
|||
<name xml:lang="jp">NHN</name>
|
||||
<name xml:lang="ru">NHN</name>
|
||||
<name xml:lang="zh-TW">NHN</name>
|
||||
<name xml:lang="tr">NHN</name>
|
||||
</author>
|
||||
</module>
|
||||
|
|
|
|||
25
modules/counter/lang/tr.lang.php
Normal file
25
modules/counter/lang/tr.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/counter/lang/en.lang.php
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief English Language Pack (Only basic contents are listed)
|
||||
**/
|
||||
|
||||
$lang->counter = "Sayaç";
|
||||
$lang->cmd_select_date = 'Tarih Seç';
|
||||
$lang->cmd_select_counter_type = array(
|
||||
'hour' => 'Saate Göre',
|
||||
'day' => 'Güne Göre',
|
||||
'month' => 'Aya Göre',
|
||||
'year' => 'Yıla Göre',
|
||||
);
|
||||
|
||||
$lang->total_counter = 'Genel Durum';
|
||||
$lang->selected_day_counter = 'Seçilen Günün Durumu';
|
||||
|
||||
$lang->unique_visitor = 'Ziyaretçiler';
|
||||
$lang->pageview = 'Sayfa Gösterimi';
|
||||
|
||||
$lang->today = 'bugün';
|
||||
$lang->yesterday = 'dün';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue