All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xml.logmessages.LM_GUI.xml Maven / Gradle / Ivy

Go to download

This is the core-module of OpenKeyWord. This module is automatically integrated by the adapters. In GUI automation, the core module is automatically integrated by the GUI modules (dependencies).

There is a newer version: 0.2.44
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="okwlogs.xslt"?>
<!-- Allgemeine Meldungen für GUI Objekte
-->
<LogMessages>
	<!-- Class: "GUI" -->
	<Class name="GUI">
		<!-- Method: "Common"-->
		<Method name="Common">
			<!-- OKWGUIObjectNotFoundException -->
			<Text key="OKWGUIObjectNotFoundException">
				<en>GUI-object not found! -($P1$)</en>
				<de>GUI-Objekt wurde nicht gefunden! -($P1$)</de>
			</Text>
		<!-- OKWNotAllowedValueException -->
			<Text key="OKWNotAllowedValueException">
				<en>This Value is not allowed: '$P1$'</en>
				<de>Wert Ist nicht erlaubt: '$P1$'</de>
			</Text>
		<!-- OKWNotAllowedValueException -->
			<Text key="OKWFrameObjectMethodNotImplemented">
				<en>The Method '$P1$' is not implemented for this GUI-Adatpter!</en>
				<de>Die Methode '$P1$' ist für diesen GUI-Adapter nicht implementiert!</de>
			</Text>
		</Method>
	</Class>
</LogMessages>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy