extension.extension_de.properties Maven / Gradle / Ivy
# Resource Bundle for Backend Texts/Messages
# __ldi.translation.uuid=afbb3110-cd80-11ea-8b6e-0800200c9a66
#------------------------------------------------------------------------------------------------------------------------#
#
# STRING CLASSIFICATION
# YMSG : Message other than an instruction
# YINS : Instruction for a user, for example, a permanent text on a screen that introduces a group of fields.
# XTOL : Explanatory text for an UI element, such as a tooltip, input help.
# XFLD : Label for a component other than buttons and titles; sample components: column heading
# XBUT : Button
# XMIT : Menu item, either top-level like "File" or lower-level like "Save as..."
# XLST : Item in an enumeration, such as a list or a drop-down list
# XTIT : Title(or heading) of a non-actionable user interface element, for example, a column title, wizard title, or screen area title.
# XLNK : Hyperlink
# XGRP : Group header or table section header
# XSEL : Selection, Values in a drop-down list, or a status. For example: "In Process", "Shipped" or "Open"
# XCKL : Checkbox
# XRBL : Radio button
# XACT : Text with explicit importance for accessibility (sounds like cross-classification since,
# for example, and "alt" text for a HTML-related image may be an "explanation" with special relevance for accessibility)
#------------------------------------------------------------------------------------------------------------------------#
#--------------------------------------------- START of Recommended Pattern ---------------------------------------------#
#
#:
#If there is a maximum length restriction, please indicate as shown below.
#,:
#
#Alphabetical ordering is recommended, to avoid the duplicate message keys!!
#
#--------------------------------------------- END of Recommended Pattern -----------------------------------------------#
#------------------------------------------------------------------------------------------------------------------------#
#YMSG: Unsafe characters message
UNSAFE_CHAR_MESSAGE={0} enthält unsichere Zeichen.
#YMSG : Message to indicate that destination cannot be accessed.
DESTINATION_NOT_FOUND=Momentan konnte nicht auf das Ziel zugegriffen werden. Versuchen Sie es später erneut.
#YMSG: Message to specify that target system is responding within expected time.
TIMEOUT_EXCEPTION=Ausführung nicht möglich. Die Antwort des Zielsystems nimmt zu viel Zeit in Anspruch. Versuchen Sie es später erneut.
#YMSG: Message to specify that the response from Remote Handler could not be processed
FAIL_ON_UNKNOWN_PROPERTIES=Die erwartete Antwort von der Remote-Erweiterung ist falsch.
#YMSG: Message to specify that the internal server error has occurred.
INTERNAL_SERVER_ERROR=Ein interner Serverfehler ist aufgetreten.
#YMSG: Message to specify Error in Generic Handler
PROCESS_REQUEST_ERROR=Die Verarbeitung der Anforderung ist aufgrund eines internen Serverfehlers fehlgeschlagen. Versuchen Sie es später erneut.