additional_plugins/serendipity_event_versioning/lang_en.inc.php
2013-08-12 10:27:53 +02:00

21 lines
912 B
PHP

<?php #
/**
* @version
* @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?');
@define('VERSIONING_DATE_FORMAT', 'Date format');
@define('VERSIONING_DATE_LONG', 'long');
@define('VERSIONING_DATE_SHORT', 'short');
/* vim: set sts=4 ts=4 expandtab : */