<?php
	$pluginloader_tx['menu']['available_plugins'] = 'Plugins: ';
	$pluginloader_tx['menu']['select_plugin'] = 'Välj plugin ...';
	$pluginloader_tx['menu']['tab_main'] = 'Grundinställningar';
	$pluginloader_tx['menu']['tab_css'] = 'Stilmall';
	$pluginloader_tx['menu']['tab_config'] = 'Konfiguration';
	$pluginloader_tx['menu']['tab_language'] = 'Språkinställningar';
	$pluginloader_tx['menu']['tab_help'] = 'Hjälp';
	$pluginloader_tx['success']['saved'] = 'Filen sparad: ';
	$pluginloader_tx['error']['plugin_error'] = 'Fel i Plugin: ';
	$pluginloader_tx['error']['cntopen'] = $tx['error']['cntopen'].' ';
	$pluginloader_tx['error']['cntwriteto'] = $tx['error']['cntwriteto'].' ';
?>