Information about this module's container configuration.
The following table contains global module information.
Name: | jDTAUS Core ⁑ Messages |
---|---|
Description: | Core application messages. |
Version: | 1.15 |
The following table lists all implementations provided by the module.
Identifier | Name | Version | Final | Implemented specifications |
---|---|---|---|---|
org.jdtaus.core.messages.BugReportMessage | jDTAUS Core ⁑ Messages | 1.15 | true | |
org.jdtaus.core.messages.DeletesBlocksMessage | jDTAUS Core ⁑ Messages | 1.15 | true | |
org.jdtaus.core.messages.ExceptionMessage | jDTAUS Core ⁑ Messages | 1.15 | true | |
org.jdtaus.core.messages.IllegalPropertyMessage | jDTAUS Core ⁑ Messages | 1.15 | true | |
org.jdtaus.core.messages.InsertsBlocksMessage | jDTAUS Core ⁑ Messages | 1.15 | true | |
org.jdtaus.core.messages.MandatoryPropertyMessage | jDTAUS Core ⁑ Messages | 1.15 | true | |
org.jdtaus.core.messages.IllegalStringMessage | jDTAUS Core ⁑ Messages | 1.15 | true | |
org.jdtaus.core.messages.IllegalNumberMessage | jDTAUS Core ⁑ Messages | 1.15 | true | |
org.jdtaus.core.messages.UndefinedApplicationStateMessage | jDTAUS Core ⁑ Messages | 1.15 | true |
Message stating how to report a bug.
The implementation does not have any properties defined.
The implementation does not have any dependencies.
The following table lists all messages the implementation uses.
Message | Templates |
---|---|
bugReport Information about how to report a bug. | Deutsch: Bitte melden Sie dieses Problem. Fügen Sie Ihrem Fehlerbericht bitte eine Kopie der aktuellen Protokolldateien der Anwendung aus Verzeichnis {0} bei. English: Please report this including a copy of the logfiles located in directory {0}. |
bugReportUrl Information about how to report a bug. | Deutsch: Bitte melden Sie dieses Problem unter {1}. Fügen Sie Ihrem Fehlerbericht bitte eine Kopie der aktuellen Protokolldateien der Anwendung aus Verzeichnis {0} bei. English: Please report this at {1} including a copy of the logfiles located in directory {0}. |
bugReportEmail Information about how to report a bug. | Deutsch: Bitte melden Sie dieses Problem per eMail an {1}. Fügen Sie Ihrem Fehlerbericht bitte eine Kopie der aktuellen Protokolldateien der Anwendung aus Verzeichnis {0} bei. English: Please report this by sending an email to {1} including a copy of the logfiles located in directory {0}. |
bugReportUrlAndEmail Information about how to report a bug. | Deutsch: Bitte melden Sie dieses Problem entweder unter {1} oder per eMail an {2}. Fügen Sie Ihrem Fehlerbericht bitte eine Kopie der aktuellen Protokolldateien der Anwendung aus Verzeichnis {0} bei. English: Please report this at {1} or send an email to {2} including a copy of the logfiles located in directory {0}. |
Message stating that blocks are being deleted.
The implementation does not have any properties defined.
The implementation does not have any dependencies.
The following table lists all messages the implementation uses.
Message | Templates |
---|---|
deletesBlocks Progress description when blocks are deleted. | Deutsch: Entfernt Satzabschnitte. English: Deleting blocks. |
Message stating that an exception occured.
The implementation does not have any properties defined.
The following table lists all dependencies of the implementation.
Name | Specification | Implementation | Required specification level |
---|---|---|---|
Locale | java.util.Locale | default | 1.1 |
The following table lists all messages the implementation uses.
Message | Templates |
---|---|
exceptionInfo Information about an exception. | Deutsch: Eine {0} ist aufgetreten. {1} English: A {0} occured. {1} |
errorInfo Information about an error. | Deutsch: Ein {0} ist aufgetreten. {1} English: A {0} occured. {1} |
noDetailsAvailable Information that no details are available. | Deutsch: Keine Details verfügbar. English: No details available. |
missingObjectStreamField Information that a field in an object stream is missing. | Deutsch: Fehlende Felder im Datenstrom. English: Missing fields in object stream. |
Message stating that an illegal value was specified for a property.
The implementation does not have any properties defined.
The implementation does not have any dependencies.
The following table lists all messages the implementation uses.
Message | Templates |
---|---|
illegalProperty Information about an illegal property. | Deutsch: Ungültige Angaben. English: Illegal data. |
Message stating that blocks are being inserted.
The implementation does not have any properties defined.
The implementation does not have any dependencies.
The following table lists all messages the implementation uses.
Message | Templates |
---|---|
insertsBlocks Progress description when blocks are inserted. | Deutsch: Fügt Satzabschnitte ein. English: Inserting blocks. |
Message stating that no value was specified for a mandatory property.
The implementation does not have any properties defined.
The implementation does not have any dependencies.
The following table lists all messages the implementation uses.
Message | Templates |
---|---|
mandatoryProperty Information about a mandatory property. | Deutsch: Fehlende Angaben. English: Missing information. |
Message stating that an illegal string was specified.
The implementation does not have any properties defined.
The implementation does not have any dependencies.
The following table lists all messages the implementation uses.
Message | Templates |
---|---|
illegalString Information about an illegal string. | Deutsch: Ungültige Zeichenkette ''{0}''. English: Illegal string ''{0}''. |
illegalMaximumStringLength Information about an illegal maximum string length. | Deutsch: Mehr als {0,number} Zeichen. English: More than {0,number} characters. |
illegalMinimumStringLength Information about an illegal minimum string length. | Deutsch: Weniger als {0,number} Zeichen. English: Less than {0,number} characters. |
illegalCharacters Information about illegal characters. | Deutsch: Ungültige Zeichen {0}. English: Illegal characters {0}. |
Message stating that an illegal number was specified.
The implementation does not have any properties defined.
The implementation does not have any dependencies.
The following table lists all messages the implementation uses.
Message | Templates |
---|---|
illegalValue Information about an illegal value. | Deutsch: Ungültiger Wert {0,number}. English: Illegal value {0,number}. |
illegalMaximumValue Information about an illegal maximum value. | Deutsch: Größer als {0,number}. English: Greater than {0,number}. |
illegalMinimumValue Information about an illegal minimum value. | Deutsch: Kleiner als {0,number}. English: Less than {0,number}. |
Message stating that the application's state is undefined.
The implementation does not have any properties defined.
The implementation does not have any dependencies.
The following table lists all messages the implementation uses.
Message | Templates |
---|---|
undefinedApplicationState Information about an illegal application state. | Deutsch: Die Anwendung arbeitet eventuell nicht mehr korrekt weiter. Ein Neustart wird empfohlen. Bitte schließen Sie alle momentan geöffneten Dateien und starten die Anwendung erneut. English: The application may not work correctly any more. A restart is recommended. Please close any open files and restart the application. |