<?php

	$plugin_tx['page_params']['tab']="Page";
	$plugin_tx['page_params']['form_title']="Page parameters";
	$plugin_tx['page_params']['heading']="Alternative heading?";
	$plugin_tx['page_params']['header_location']="Redirect page?";
	$plugin_tx['page_params']['template']="Page template:";
	$plugin_tx['page_params']['last_edit']="Last edited:";
	$plugin_tx['page_params']['show_last_edit']="Show last edit?";
	$plugin_tx['page_params']['published']="Published?";
  	$plugin_tx['page_params']['linked_to_menu']="Show in menu?";  
	$plugin_tx['page_params']['yes']="yes";
	$plugin_tx['page_params']['no']="no";
	$plugin_tx['page_params']['submit']="save";
	$plugin_tx['page_params']['use_default_template']="default template";
	$plugin_tx['page_params']['hint_heading']="<p>You may choose a different heading to be displayed on the page.</p><p>The heading you insert in the text editor below will still be used for the menus.</p>";
	$plugin_tx['page_params']['hint_published']='<p>If you choose "no" this page will be hidden from your visitors. Do not forget to change it to "yes" when you are ready.</p>';
  $plugin_tx['page_params']['hint_linked_to_menu']="<p>Choose \"No\" to hide this page from the navigation.</p><p>The page content will still be available for newsboxes and direct links.</p>";  
	$plugin_tx['page_params']['hint_last_edit']='<p>Choose "yes" to display the date of the last edit of this very page.The Date format you can change in the language settings, the look you can control by the CSS class "#pp_last_update".</p>';
	$plugin_tx['page_params']['hint_template']="<p>Do you want to choose another template for this page?</p>";
	$plugin_tx['page_params']['hint_header_location']="<p>Here you can make this page redirect to another internal or external page.</p><p>External targets have to be noted completely including http://</p>";

?>