additional_plugins/serendipity_event_photoblog/lang_en.inc.php

14 lines
376 B
PHP

<?php # $Id$
/**
* @version $Revision$
* @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:');
?>