rhymix/modules/comment/lang/tr.lang.php
ngleader 04bbfc6cfb add Turkey langauge
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8056 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-01-25 05:51:26 +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 = 'İ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.';
?>