<?PHP
	$s_plugin_pm_title = "Private Messaging Plugin";
	$s_pm_plugin_desc = " Messaging Plugin";
	$s_pms_desc = "Allows for sending private messages to other users.";
	$s_plugin_pm_config = "Configuration";
	$s_pm_add_threshold ="Treshold for adding";
	$s_change_configuration ="Update Config";

	$s_pm_title = 'Message title';
	$s_pm_rec = 'Received from/Send to';
	$s_pm_type = 'In/Out';
	$s_pm_desc="Description";
	$s_pm_created="Received/Send";
	$s_pm_actions="Actions";
	$s_pm_delete = "Delete PM";
	$s_pm_reply = "Reply to original PM";
	$s_pm_org = "Original message ";
	$s_mypms ="My Private Messages";
	$s_plugin_pm_mypm = "My PM's";
	
	$s_pm_include_original = "Include Original PM" ;
	
	$s_pm_prefix_reply = "Prefix for title when replying";
	
	$s_pm_mail = "Send mail to receiver";
	$s_pm_enabled = "Yes";
	$s_pm_disabled = "No";	
	$s_send_pm	= "Send Private Message";
	$s_pm_submit = "Send Message";
	
	$s_pm_body = "You have a new private message titled : " ;
	$s_pm_body2 = "The message is coming from : " ;
	
	$s_pm_show_realname = "Show Realname";