Tadashi Jokagi 628ad67156 * propset.
2006-08-15 10:14:56 +00:00

19 lines
940 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 # $Id$
/**
* @version $Revision$
* @author Ahmet Usal <ahmetusal@gmail.com>
* First public version: lang_tr.inc.php
*/
@define('PLUGIN_RECENTENTRIES_TITLE', 'Son Gelen Yazılar');
@define('PLUGIN_RECENTENTRIES_BLAHBLAH', 'En yeni yazıların başlıklarının ve tarihlerinin gösterimi');
@define('PLUGIN_RECENTENTRIES_NUMBER', 'Yazıların Adedi');
@define('PLUGIN_RECENTENTRIES_NUMBER_BLAHBLAH', 'Kaç adet yazı gösterilsin? (Öntanımlı: 10)');
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM', 'Anasayfada yayınlanan yazılar es geç');
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_DESC', 'Sadece anasayfada gösterilmeyen son yazılar gösterilsin. (Öntanımlı: En son ' . $serendipity['fetchLimit'] . ' yazılar es geçilecek)');
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_RADIO_ALL', 'Tümünü göster');
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_RADIO_RECENT', 'Anasayfadaki unsurları es geç');
?>