rhymix/modules/krzip/lang/tr.lang.php
ngleader 78b6b26d6c #19518121 add Turkey language
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8080 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-02-09 00:42:56 +00:00

22 lines
1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 portu";
$lang->krzip_server_query = "Posta kodu kontrolü için olan sorgu urlsi";
// 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";
?>