/*  Copyright 2007, ontoprise GmbH
*  This file is part of the halo-Extension.
*
*   The halo-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 halo-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 wgContLanguageStrings = {
	'PROPERTY_NS_WOC'         : 'Property', // Property namespace without colon
	'RELATION_NS_WOC'         : 'Relation', // Relation namespace without colon
	'CATEGORY_NS_WOC'         : 'Category', // Category namespace without colon
	
	'CATEGORY_NS'             : "Category:",	//namespace identifier with colon
	'PROPERTY_NS'             : "Property:",	//namespace identifier with colon
	'TEMPLATE_NS'             : "Template:",	//namespace identifier with colon	
	'TYPE_NS'                 : 'Type:', 		//namespace identifier with colon
	'WEBSERVICE_NS'           : 'WebService:',  //namespace identifier with colon
	'TYPE_PAGE'               : "Type:Page",	// type identifier
	'TYPE_PAGE_WONS'		  : "Page"			// type identifier without namespace
}