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">Componente Poll</title>
<title xml:lang="ru">Компонент опросов</title>
<title xml:lang="zh-TW">投票調查</title>
<title xml:lang="tr">Oylama Bileşenleri</title>
<description xml:lang="vi">Bạn có thể tạo một cuộc thăm dò cho chủ đề của mình.</description>
<description xml:lang="ko">글 작성시에 설문조사를 첨부하실 수 있습니다. 설문조사 컴포넌트는 설문조사 모듈의 설정에 영향을 받습니다.</description>
<description xml:lang="jp">書き込みの時、アンケート機能の追加ができます。アンケートモジュールの影響を受けます。</description>
@ -16,6 +17,7 @@
<description xml:lang="es">Puede adjuntar una encuesta sobre la redacción de artículos. Encuesta componente se ve afectada por la configuración de módulo de encuesta.</description>
<description xml:lang="ru">Вы можете присоединить опрос при написании статей. Компонент опросов зависит от настроек модуля отпросов.</description>
<description xml:lang="zh-TW">發表主題時可以附加投票調查。投票調查組件受投票調查模組設置的影響。</description>
<description xml:lang="tr">Oylamaları yazı makalelerine ekleyebilirsiniz. Oylama bileşeni, oylama modülü ayarlarından ayarlanır.</description>
<version>0.1</version>
<date>2007-02-28</date>
@ -28,5 +30,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>
</component>

View file

@ -0,0 +1,18 @@
<?php
/**
* @file /modules/editor/components/poll_maker/lang/en.lang.php
* @author NHN (developers@xpressengine.com)
* @brief editor module > language pack of poll_maker component
**/
$lang->poll_title = "Başlık";
$lang->poll_item = "Parçalar";
$lang->poll_stop_date = "Sonlandırma Tarihi";
$lang->poll_chk_count = "Denetlenen Parça Sayısı";
$lang->cmd_add_poll = "Oylama Ekle";
$lang->cmd_del_poll = "Delete Poll";
$lang->cmd_add_item = "Parça Ekle";
$lang->msg_poll_cannot_modify = "Oylamayı düzenleyemezsiniz. Yeni oylama oluşturmak için, oylamanın silinmesi gerekiyor.";
?>