rhymix/modules/rss/lang/tr.lang.php
2011-04-01 06:51:30 +00:00

25 lines
914 B
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/rss/lang/en.lang.php
* @author NHN (developers@xpressengine.com)
* @brief English language pack (basic)
**/
// general words
$lang->rss_disable = "RSS devredışı";
$lang->rss_type = "RSS besleme türü";
$lang->open_rss = 'RSS Aç';
$lang->open_rss_types = array(
'Y' => 'Tümünü Aç',
'H' => 'Özeti Aç',
'N' => 'Açma',
);
// for description
$lang->about_rss_disable = "İşaretlendiğinde, RSS devredışı bırakılacak.";
$lang->about_rss_type = "RSS besleme türünü atayabilirsiniz.";
$lang->about_open_rss = 'Geçerli modülü herkese açmak için, modüldeki RSS\'yi seçebilirsiniz.\nMakale gösterimi iznine bakılmaksızın , RSS bu seçenekle tüm herkese açık hale gelecektir.';
// for error message
$lang->msg_rss_is_disabled = "RSS özelliği devredışı.";
?>