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

16 lines
595 B
PHP

<?php # $Id$
/**
* @version $Revision$
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_LAYOUT_PRINTERFRIENDLY_NAME', 'Layout-Plugin: Printerfriendly version');
@define('PLUGIN_LAYOUT_PRINTERFRIENDLY_BLAHBLAH', 'Using the print function of your browser, you will see a better printed representation of your Entry');
@define('PLUGIN_LAYOUT_PRINTERFRIENDLY_SIDEBARS', 'Print sidebars');
@define('PLUGIN_LAYOUT_PRINTERFRIENDLY_FOOTER', 'Print footers');
@define('PLUGIN_LAYOUT_PRINTERFRIENDLY_COMMENTS', 'Print comments');
?>