additional_plugins/serendipity_plugin_photoblog/lang_en.inc.php

17 lines
660 B
PHP
Raw Permalink Normal View History

<?php #
2011-12-13 12:29:05 +01:00
/**
2013-08-12 10:27:53 +02:00
* @version
2011-12-13 12:29:05 +01:00
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_PHOTOBLOG_TITLE', 'Photoblog Entries');
@define('PLUGIN_PHOTOBLOG_BLAHBLAH', 'Shows the thumbnails of the most recent photoblog entries (see event plugin).');
@define('PLUGIN_PHOTOBLOG_NUMBER', 'Number of entries');
@define('PLUGIN_PHOTOBLOG_NUMBER_BLAHBLAH', 'How many entries should be displayed? (Default: 5)');
@define('PLUGIN_PHOTOBLOG_SHOWPICSONLY', 'Only show images?');
@define('PLUGIN_PHOTOBLOG_SHOWPICSONLY_BLAHBLAH', 'Only show entries with an image, instead of both.');
?>