/*  Copyright 2007, ontoprise GmbH
*  This file is part of the Data Import-Extension.
*
*   The Data Import-Extension is free software; you can redistribute it and/or modify
*   it under the terms of the GNU General Public License as published by
*   the Free Software Foundation; either version 3 of the License, or
*   (at your option) any later version.
*
*   The Data Import-Extension is distributed in the hope that it will be useful,
*   but WITHOUT ANY WARRANTY; without even the implied warranty of
*   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*   GNU General Public License for more details.
*
*   You should have received a copy of the GNU General Public License
*   along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

var wgDIUserLanguageStrings = {
		'smw_ti_sourceinfo'			: 	'<b>Enter<br/> module specific data:</b>',
		'smw_ti_source'				: 	'Source',
		'smw_ti_edit'				: 	'edit',
		'smw_ti_noa'				: 	'articleName',
		'smw_ti_save'				:	'Save Term Import',
		'smw_ti_execute'			:	'Save and execute Term Import',
		'smw_ti_prev-step'			:	'Back to previous step',
		
		'smw_wws_add_parameter'		:	'Add parameter',
		'smw_wws_add_parameters'	:	'Add parameters',
		'smw_wws_remove_parameter'	:	'Remove parameter',
		'smw_wws_add_resultpart'	:	'Add result part',
		'smw_wws_add_resultparts'	:	'Add result parts',
		'smw_wws_remove_resultpart'	:	'Remove result part',
		'smw_wws_proceed'			:	'If you proceed, all input you already gave in the subsequent steps will be lost!',
		'smw_wws_use_complete'		:	'Use complete result as result part: ',
		'smw_wws_alias'				:	'Alias: ',
		'smw_wws_yes'				:	'Yes',
		'smw_wws_no'				:	'No',
		'smw_wws_add_subpath'		:	'Add subpath',
		'smw_wws_remove_subpath'		:	'Remove subpath',
		
		'smw_wwsr_confirmed'			: 	'confirmed',
		
		'smw_wwsu_addcall'				:	'Add call to ',
		'smw_wwsu_warning' 				:	'Warning: ',
		'smw_wwsu_confirm' 				:	'If you proceed, all information you already entered will be lost',
		
		'smw_wws_add_subparameters'		:	'Add subparameters',
		'smw_wws_remove_subparameters'		:	'Remove subparameters',
		'smw_wws_subparameters'		:		'Subparameters:',
		
		'smw_wwsu_clipboard_success'    : 'The #ws-syntax was successfully copied to the clipboard',
		'smw_wwsu_clipboard_fail'    	: 'Your browser does not allow clipboard access.\nThe #ws-syntax could not be copied to your clipboard.\nPlease use function "Display #ws-syntax" and copy the #ws-syntax manually.'
		
		
};

