add Turkey langauge

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8056 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2011-01-25 05:51:26 +00:00
parent 9f71a6cf1a
commit 04bbfc6cfb
78 changed files with 2490 additions and 1 deletions

View file

@ -8,6 +8,7 @@
<title xml:lang="es">Commentarios</title>
<title xml:lang="ru">Комментарии</title>
<title xml:lang="zh-TW">評論</title>
<title xml:lang="tr">Yorum</title>
<description xml:lang="ko">게시판이나 블로그등의 댓글을 관리하는 모듈입니다.</description>
<description xml:lang="jp">掲示板やブログなどのコメントを管理するモジュールです。</description>
<description xml:lang="zh-CN">管理版面或博客评论的模块。</description>
@ -16,6 +17,7 @@
<description xml:lang="es">Es el módulo para manejar commentarios en blog o boletínes.</description>
<description xml:lang="ru">Модуль для управления комментариями форума/блога.</description>
<description xml:lang="zh-TW">管理討論板或部落格評論的模組。</description>
<description xml:lang="tr">Pano ve blog yorumlarını yönetme modülü</description>
<version>0.1</version>
<date>2007-02-28</date>
<category>content</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>

View file

@ -0,0 +1,33 @@
<?php
/**
* @file modules/comment/lang/en.lang.php
* @author NHN (developers@xpressengine.com)
* @brief comment module's basic language pack
**/
$lang->cmd_comment_do = 'İstiyorum';
$lang->comment_list = 'Yorum Listesi';
$lang->cmd_delete_checked_comment = 'Seçili parçayı sil';
$lang->comment_count = 'Yorum Sayısı';
$lang->about_comment_count = 'Yorumları, kullanıcının girdiği rakam kadar göster. Eğer yorum sayısı belirlenen sayıyı aşarsa, yorum Liste\'ye taşınır.';
$lang->msg_cart_is_null = 'Lütfen silinecek makaleyi seçiniz';
$lang->msg_checked_comment_is_deleted = '%d yorum başarıyla silindi.';
$lang->search_target_list = array(
'content' => 'İçerik',
'user_id' => 'ID',
'user_name' => 'İsim',
'nick_name' => 'Rumuz',
'member_srl' => 'Üye Dizisi',
'email_address' => 'Eposta',
'homepage' => 'Anasayfa',
'regdate' => 'Tarih',
'last_update' => 'Son Güncelleştirme',
'ipaddress' => 'IP Adresi',
);
$lang->no_text_comment = 'Bu yorumda herhangi bir metin yok.';
?>