<?php
	$pluginloader_tx['menu']['available_plugins'] = 'Plugins: ';
	$pluginloader_tx['menu']['select_plugin'] = 'Select plugin ...';
	$pluginloader_tx['menu']['tab_main'] = 'Plugin Main Settings';
	$pluginloader_tx['menu']['tab_css'] = 'Plugin Stylesheet';
	$pluginloader_tx['menu']['tab_config'] = 'Plugin Config';
	$pluginloader_tx['menu']['tab_language'] = 'Plugin Language';
	$pluginloader_tx['menu']['tab_help'] = 'Plugin Help';
	$pluginloader_tx['success']['saved'] = 'File saved: ';
	$pluginloader_tx['error']['plugin_error'] = 'Plugin error: ';
	$pluginloader_tx['error']['cntopen'] = $tx['error']['cntopen'].' ';
	$pluginloader_tx['error']['cntwriteto'] = $tx['error']['cntwriteto'].' ';
	$pluginloader_tx['error']['notreadable'] = $tx['error']['notreadable'].' ';
?>