additional_plugins/serendipity_event_photoblog/lang_tr.inc.php
2013-08-12 10:27:53 +02:00

17 lines
761 B
PHP
Raw Permalink 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 #
/**
* @version
* @author Ahmet Usal <ahmetusal@gmail.com>
* First public version: lang_tr.inc.php
*/
@define('PLUGIN_PHOTOBLOG_TITLE', 'FotoGünlük Kayıtları');
@define('PLUGIN_PHOTOBLOG_BLAHBLAH', 'En son yayınladığınız fotogünlük kayıtlarınızdaki küçükresimleri gösterir (olaylar eklentisine bakın).');
@define('PLUGIN_PHOTOBLOG_NUMBER', 'Kayıtların sayısı');
@define('PLUGIN_PHOTOBLOG_NUMBER_BLAHBLAH', 'Kaç adet fotogünlük kaydı gösterilsin? (öntanımlı: 5)');
@define('PLUGIN_PHOTOBLOG_SHOWPICSONLY', 'Sadece Resimler mi gösterilsin?');
@define('PLUGIN_PHOTOBLOG_SHOWPICSONLY_BLAHBLAH', 'Beraberindeki açıklayıcı yazıyla gösterilmesi seçeneği haricinde, sadece fotoğrafların gösterimi.');
?>