rhymix/modules/comment/lang/tr.lang.php
ovclas 9acd474c52 issue 70 document, comment, trackback module UI change.
But not finished yet


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8639 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-26 05:39:03 +00:00

34 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',
'is_secret' => 'Status',
);
$lang->no_text_comment = 'Bu yorumda herhangi bir metin yok.';
?>