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

18 lines
854 B
PHP

<?php # $Id: lang_en.inc.php,v 1.2 2006/08/15 09:45:46 elf2000 Exp $
/**
* @version $Revision: 1.2 $
* @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 : */