additional_plugins/serendipity_event_photoblog/lang_en.inc.php

14 lines
362 B
PHP
Raw 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_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:');
?>