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

15 lines
477 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('THUMBPAGE_TITLE', 'Küçükresim Sayfası');
@define('THUMBPAGE_TITLE_BLAHBLAH', 'Küçükresimlerin gösterimi. URL adresi index.php?serendipity[page]=thumbs');
@define('THUMBPAGE_NUMBER', 'Sütun genişliği');
@define('THUMBPAGE_NUMBER_BLAHBLAH', 'Sayfadan sayfaya gösterilecek küçükresimlerin sayısı.');
?>