/*
 * Copyright (C) Vulcan Inc.
 *
 * This program 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 2 of the License, or
 * (at your option) any later version.
 *
 * This program 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
 */

window.wgContLanguageStrings = {
	'PROPERTY_NS_WOC'         : 'Attribut', // Property namespace without colon
	'RELATION_NS_WOC'         : 'Relation', // Relation namespace without colon
	'CATEGORY_NS_WOC'         : 'Catégorie', // Category namespace without colon
	
	'CATEGORY_NS'             : "Catégorie:",	//namespace identifier with colon
	'PROPERTY_NS'             : "Attribut:",	//namespace identifier with colon
	'TEMPLATE_NS'             : "Modèle:",	//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'			  : 'Enregistrement',
	'TYPE_STRING'             : 'Chaîne de caractères',
	'TYPE_DATE'               : 'Date',
		
	'HAS_TYPE'				  : "A le type",		// Special property for definition of data type
	'HAS_FIELDS'			  : "A pour attributs",
	'DOMAIN_HINT'			  : "A pour domaine et champ de valeurs",
	'RANGE_HINT'			  : "A pour domaine et champ de valeurs",
	'MAX_CARDINALITY'		  : "A pour cardinalité maximum",
	'MIN_CARDINALITY'		  : "A pour cardinalité minimum",
	'IS_INVERSE_OF'			  : "Est l'inverse de",
	'TRANSITIVE_RELATION'	  : "Attributs transitifs",
	'SYMMETRICAL_RELATION'	  : "Attributs symétriques",
	'SUBPROPERTY_OF'		  : "Sous-attributs de"
	
}
