/*  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'         : 'Vlastnost', // Property namespace without colon
	'RELATION_NS_WOC'         : 'Vztah', // Relation namespace without colon
	'CATEGORY_NS_WOC'         : 'Kategorie', // Category namespace without colon
	
	'CATEGORY_NS'             : "Kategorie:",	//namespace identifier with colon
	'PROPERTY_NS'             : "Vlastnost:",	//namespace identifier with colon
	'TEMPLATE_NS'             : "Šablona:",	//namespace identifier with colon	
	'TYPE_NS'                 : 'Typ:', 		//namespace identifier with colon
	'TYPE_PAGE'               : "Typ:Stránka",	// type identifier
	'TYPE_PAGE_WONS'		  : "Stránka",			// type identifier without namespace
	
	'HAS_TYPE'				  : "má typ",		// Special property for definition of data type
	'DOMAIN_HINT'			  : "má doménu",
	'RANGE_HINT'			  : "má rozsah hodnot",
	'MAX_CARDINALITY'		  : "Má max závislost",
	'MIN_CARDINALITY'		  : "Má min závislost",
	'IS_INVERSE_OF'			  : "Je inverzní od",
	'TRANSITIVE_RELATION'	  : "Tranzitivní vlastnosti",
	'SYMMETRICAL_RELATION'	  : "Symetrické vlastnosti"
	
}