* EN-Revision: Revision of lang_en.inc.php */ @define('WRAPURL_TITLE', 'WrapURL'); @define('WRAPURL_TITLE_BLAHBLAH', 'Wraps another page in an IFRAME to be displayed in the body'); @define('WRAPURL_HEADLINE', 'Headline'); @define('WRAPURL_HEADLINE_BLAHBLAH', 'Shows a headline above the url which is rendered as every other headline in your blog'); @define('WRAPURL_URL', 'The URL'); @define('WRAPURL_URL_BLAHBLAH', 'The URL - either a full URL or relative to the server docroot'); @define('WRAPURL_HIGHT', 'Height in Pixels'); @define('WRAPURL_HIGHT_BLAHBLAH', 'This is required to set the correct CSS height attribute for the iframe of this single page.'); @define('WRAPURL_PERMALINK', 'Permalink'); @define('WRAPURL_PAGETITLE', 'URL shorthand name (Backwards compatibility)'); @define('WRAPURL_PAGETITLE_BLAHBLAH', 'This is used for individual subpage and CSS naming. One single word is required!'); @define('WRAPURL_PERMALINK_BLAHBLAH', 'Defines permalink for the URL. Needs the absolute HTTP path and needs to end with .htm or .html!'); @define('WRAPURL_URL_APPEND', 'Append GET-Variables'); @define('WRAPURL_URL_APPEND_BLAHBLAH', 'Should all GET-parameters be appended to the target URL? If set to yes, all extra parameters like "&data1=X&data2=X" that were used to call this wrapurl page will be appended to the target URL inside the iframe. If disabled, only the configured URL will be passed on.'); @define('WRAPURL_HIDE_SIDEBAR', 'Hide sidebars?'); ?>