rhymix/modules/comment/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

33 lines
1.2 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/comment/lang/en.lang.php
* @author NHN (developers@xpressengine.com)
* @brief comment module's basic language pack
**/
$lang->cmd_comment_do = 'Şunu yap';
$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österin. 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' => 'Takma Ad',
'member_srl' => 'Üye Dizisi',
'email_address' => 'E-posta',
'homepage' => 'Anasayfa',
'regdate' => 'Tarih',
'last_update' => 'Son Güncelleştirme',
'ipaddress' => 'IP Adresi',
);
$lang->no_text_comment = 'Bu yorumda herhangi bir metin yok.';
?>