mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 13:52:24 +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="es">RSS</title>
|
||||
<title xml:lang="ru">RSS</title>
|
||||
<title xml:lang="zh-TW">RSS</title>
|
||||
<title xml:lang="tr">RSS</title>
|
||||
<description xml:lang="ko">RSS 출력을 담당하는 모듈</description>
|
||||
<description xml:lang="zh-CN">负责输出RSS的模块。</description>
|
||||
<description xml:lang="jp">RSS出力を担うモジュールです。</description>
|
||||
|
|
@ -16,6 +17,7 @@
|
|||
<description xml:lang="es">Este módulo es para imprimir RSS.</description>
|
||||
<description xml:lang="ru">Этот модуль служит для печати RSS.</description>
|
||||
<description xml:lang="zh-TW">負責輸出RSS的模組。</description>
|
||||
<description xml:lang="tr">Bu modül RSS çıktısı almak içindir.</description>
|
||||
<version>0.1</version>
|
||||
<date>2007-02-28</date>
|
||||
<category>utility</category>
|
||||
|
|
@ -29,5 +31,6 @@
|
|||
<name xml:lang="es">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/rss/lang/tr.lang.php
Normal file
25
modules/rss/lang/tr.lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/rss/lang/en.lang.php
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief English language pack (basic)
|
||||
**/
|
||||
|
||||
// general words
|
||||
$lang->rss_disable = "RSS devredışı";
|
||||
$lang->rss_type = "RSS besleme türü";
|
||||
$lang->open_rss = 'RSS Aç';
|
||||
$lang->open_rss_types = array(
|
||||
'Y' => 'Tümünü Aç',
|
||||
'H' => 'Özeti Aç',
|
||||
'N' => 'Açma',
|
||||
);
|
||||
|
||||
// for description
|
||||
$lang->about_rss_disable = "İşaretlenirse, RSS devredışı bırakılacak.";
|
||||
$lang->about_rss_type = "RSS besleme türünü atayabilirsiniz.";
|
||||
$lang->about_open_rss = 'Geçerli modülü herkese açmak için, modüldeki RSS\'yi seçebilirsiniz.\nMakale gösterimi iznine bakılmaksızın , RSS bu seçenekle tüm herkese açık hale gelecektir.';
|
||||
|
||||
// for error message
|
||||
$lang->msg_rss_is_disabled = "RSS özelliği devredışı.";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue