/*  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/>.
*/

/**
 * @file
*  
*  @ingroup SMWHaloLanguage
 */

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
	'TYPE_PAGE'               : "Type:Page",	// type identifier
	'TYPE_PAGE_WONS'		  : "Page",			// type identifier without namespace
	'TYPE_RECORD'			  : 'Record',
		
	'HAS_TYPE'				  : "has type",		// Special property for definition of data type
	'HAS_FIELDS'			  : "has fields",
	'DOMAIN_HINT'			  : "has domain and range",
	'RANGE_HINT'			  : "has domain and range",
	'MAX_CARDINALITY'		  : "Has max cardinality",
	'MIN_CARDINALITY'		  : "Has min cardinality",
	'IS_INVERSE_OF'			  : "Is inverse of",
	'TRANSITIVE_RELATION'	  : "Transitive properties",
	'SYMMETRICAL_RELATION'	  : "Symmetrical properties",
	'SUBPROPERTY_OF'		  : "Subproperty of"
	
}
