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

14 lines
362 B
PHP

<?php #
/**
* @version
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_PHOTOBLOG_TITLE', 'Photoblog Entries');
@define('PLUGIN_EVENT_PHOTOBLOG_DESC', 'Adds a single image to an entry.');
@define('PLUGIN_EVENT_PHOTOBLOG_SELECTPHOTO', 'Select a photo to include in this entry:');
?>