additional_plugins/serendipity_event_photoblog/lang_en.inc.php
2011-12-13 12:29:05 +01:00

14 lines
442 B
PHP

<?php # $Id: lang_en.inc.php,v 1.3 2006/10/17 21:49:11 mgroeninger Exp $
/**
* @version $Revision: 1.3 $
* @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:');
?>