<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/xsl" href="../xsl/strings-xhtml.xsl"?>
<!DOCTYPE strings SYSTEM "../dtd/strings.dtd">

<strings xmlns="http://cking.be/wx/xrv/ns" xml:lang="en">
	<meta>
		<author name="Anton Triest" e-mail="anton@cking.be"/>
		<date created="2005-09-22" revised="2005-09-25"/>
	</meta>
	<errors>
		<error id="errRootElemName">
			<dscr>root element must be <e>resource</e></dscr>
			<info>root found: <s1/>.</info>
		</error>
		<error id="errNamespace">
			<dscr><e>resource</e> must be in XRC namespace</dscr>
			<info>found namespace: <s1/> (should be: 'http://www.wxwidgets.org/wxxrc').</info>
		</error>
		<error id="errInvalidVersion">
			<dscr>invalid version</dscr>
			<info>version must be of 'N.N.N.N' format (version specified: <s1/>)</info>
		</error>
		<error id="errUnknownVersion">
			<dscr>unknown version</dscr>
			<info>version specified: <s1/> (currently only version <s2/> until <s3/> are supported).</info>
		</error>
		<error id="errMissingAttr">
			<dscr>missing attribute</dscr>
			<info><s1/> must have a <s2/> attribute.</info>
		</error>
		<error id="errUnknownAttr">
			<dscr>unknown attribute</dscr>
			<info><s1/> does not have a <s2/> attribute.</info>
		</error>
		<error id="errOnlyObjects">
			<dscr>invalid element</dscr>
			<info><e>resource</e> can only contain <e>object</e> and <e>object_ref</e> elements. Unexpected element: <s1/>.</info>
		</error>
		<error id="errRefUnknownObj">
			<dscr>reference to unknown object</dscr>
			<info>an <e>object_ref</e> points to an unknown <e>object</e>: <s1/></info>
		</error>
		<error id="errUnknownClassName">
			<dscr>unknown class name</dscr>
			<info>class <s1/></info>
		</error>
		<error id="errUnknownClassProp">
			<dscr>unknown class property</dscr>
			<info>class <s1/> does not have a <s2/> property</info>
		</error>
		<error id="errUnknownPropChild">
			<dscr>unknown property child</dscr>
			<info><s1/> property does not have a <s2/> child</info>
		</error>
		<error id="errDeprecatedClass">
			<dscr>deprecated class</dscr>
			<info>class <s1/> is deprecated, use <s2/> instead</info>
		</error>
		<error id="errClassWithinClass">
			<dscr>class within class</dscr>
			<info>an object of class <s1/> is not supposed to hold a child object of class <s2/></info>
		</error>
	</errors>
</strings>

