Overview

Information about this module's container configuration.

Module

The following table contains global module information.

Name:jDTAUS Core ⁑ Messages
Description:Core application messages.
Version:1.15

Specifications

This module does not define any specification.

Implementations

The following table lists all implementations provided by the module.

IdentifierNameVersionFinalImplemented specifications
org.jdtaus.core.messages.BugReportMessagejDTAUS Core ⁑ Messages1.15true
org.jdtaus.core.messages.DeletesBlocksMessagejDTAUS Core ⁑ Messages1.15true
org.jdtaus.core.messages.ExceptionMessagejDTAUS Core ⁑ Messages1.15true
org.jdtaus.core.messages.IllegalPropertyMessagejDTAUS Core ⁑ Messages1.15true
org.jdtaus.core.messages.InsertsBlocksMessagejDTAUS Core ⁑ Messages1.15true
org.jdtaus.core.messages.MandatoryPropertyMessagejDTAUS Core ⁑ Messages1.15true
org.jdtaus.core.messages.IllegalStringMessagejDTAUS Core ⁑ Messages1.15true
org.jdtaus.core.messages.IllegalNumberMessagejDTAUS Core ⁑ Messages1.15true
org.jdtaus.core.messages.UndefinedApplicationStateMessagejDTAUS Core ⁑ Messages1.15true

Dependencies

This module does not have any dependencies to resolve.

Details

Implementation org.jdtaus.core.messages.BugReportMessage

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.

MessageTemplates
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}.

See the javadoc documentation for further information.

Implementation org.jdtaus.core.messages.DeletesBlocksMessage

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.

MessageTemplates
deletesBlocks

Progress description when blocks are deleted.

Deutsch:

Entfernt Satzabschnitte.

English:

Deleting blocks.

See the javadoc documentation for further information.

Implementation org.jdtaus.core.messages.ExceptionMessage

Message stating that an exception occured.

The implementation does not have any properties defined.

The following table lists all dependencies of the implementation.

NameSpecificationImplementationRequired specification level
Localejava.util.Localedefault1.1

The following table lists all messages the implementation uses.

MessageTemplates
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.

See the javadoc documentation for further information.

Implementation org.jdtaus.core.messages.IllegalPropertyMessage

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.

MessageTemplates
illegalProperty

Information about an illegal property.

Deutsch:

Ungültige Angaben.

English:

Illegal data.

See the javadoc documentation for further information.

Implementation org.jdtaus.core.messages.InsertsBlocksMessage

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.

MessageTemplates
insertsBlocks

Progress description when blocks are inserted.

Deutsch:

Fügt Satzabschnitte ein.

English:

Inserting blocks.

See the javadoc documentation for further information.

Implementation org.jdtaus.core.messages.MandatoryPropertyMessage

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.

MessageTemplates
mandatoryProperty

Information about a mandatory property.

Deutsch:

Fehlende Angaben.

English:

Missing information.

See the javadoc documentation for further information.

Implementation org.jdtaus.core.messages.IllegalStringMessage

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.

MessageTemplates
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}.

See the javadoc documentation for further information.

Implementation org.jdtaus.core.messages.IllegalNumberMessage

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.

MessageTemplates
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}.

See the javadoc documentation for further information.

Implementation org.jdtaus.core.messages.UndefinedApplicationStateMessage

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.

MessageTemplates
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.

See the javadoc documentation for further information.