additional_plugins/serendipity_event_layout_printerfriendly/lang_en.inc.php

16 lines
581 B
PHP
Raw Permalink Normal View History

<?php #
2011-12-13 12:29:05 +01:00
/**
2013-08-12 10:27:53 +02:00
* @version
2011-12-13 12:29:05 +01:00
* @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');
?>