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="jp">韓国郵便番号</title>
<title xml:lang="ru">Корейский почтовый индекс</title>
<title xml:lang="zh-TW">韓國郵編 </title>
<title xml:lang="tr">Kore Posta Kodu </title>
<description xml:lang="ko">
XE 운영하는 우편번호서버를 이용하여 우편번호 검색을 합니다.
우편번호 검색 서버는 설정을 통해 변경하실 수 있습니다.
@ -28,6 +29,10 @@
利用XE运营的邮编服务器搜索邮编。
通过设置可以修改邮编搜索服务器。
</description>
<description xml:lang="tr">
XE tarafından yönetilen posta kodu sunucusuyla posta kodu araması.
Posta kodu sunucusunu ayarlardan değiştirebilirsiniz.
</description>
<description xml:lang="jp">
XEで運用している郵便番号サーバを利用して韓国の郵便番号を検索します。
郵便番号検索サーバは設定によって変更することが出来ます。
@ -53,5 +58,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>

View file

@ -0,0 +1,22 @@
<?php
/**
* @file modules/krzip/lang/en.lang.php
* @author NHN (developers@xpressengine.com)
* @brief English language pack (Only basic contents are listed)
**/
// normal words
$lang->krzip = "Kore Zip Kodu";
$lang->krzip_server_hostname = "Posta kodu kontrolü için olan sunucu ismi";
$lang->krzip_server_port = "Posta kodu kontrolü için olan sunucu ismi";
$lang->krzip_server_query = "Posta kodu kontrolü için olan sunucu ismi";
// descriptions
$lang->about_krzip_server_hostname = "Lütfen posta kodu kontrolü ve alınan sonuç listesi için sunucu alan adını giriniz";
$lang->about_krzip_server_port = "Lütfen posta kodu kontrolü için sunucu portunu giriniz";
$lang->about_krzip_server_query = "Lütfen posta kodu kontrolünde talep edilecek sorgu urlsini giriniz";
// error messages
$lang->msg_not_exists_addr = "Arama için böyle bir hedef bulunmuyor";
$lang->msg_fail_to_socket_open = "Posta kodu kontrol sunucusuna bağlanılamıyor";
?>