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

16 lines
581 B
PHP

<?php #
/**
* @version
* @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');
?>