additional_plugins/serendipity_event_versioning/lang_en.inc.php
Garvin Hicking ab02bb4af4 Remove $Id$
2011-12-25 10:07:20 +01:00

18 lines
792 B
PHP

<?php # $Id$
/**
* @version $Revision$
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('VERSIONING_TITLE', 'Versioning of entries');
@define('VERSIONING_DESC', 'Can store and retrieve older versions of an entry');
@define('VERSIONING_CHANGE', 'Recover version');
@define('VERSIONING_CHANGE_WARNING', 'If you continue, your current entry content will be overwritten with the contents of the selected version. Are you sure about this?');
@define('VERSIONING_REVISION', 'Revision #%d on %s by %s');
@define('VERSIONING_REVISION_CONTROL', 'Revision #%d has been restored. Check the entry and save your changes, if you approve.');
@define('VERSIONING_PUBLIC', 'Show revisions to the public?');
/* vim: set sts=4 ts=4 expandtab : */