Package eu.bandm.tools.d2d2.base
Class Translations
java.lang.Object
eu.bandm.tools.muli.Catalog<String>
eu.bandm.tools.muli.CatalogByString
eu.bandm.tools.d2d2.base.Translations
Multi-lingual translations catalog, generated from XML source.
Usage: Invoke the only constructor. Then follow the documentation of the super class.
Initial contents:
de | en | |
---|---|---|
_ultra_short_description | Werkzeuge für eine menschenles- und schreibbare Darstellung von XML | tools for a human-friendly but XML compatible text format |
conversion done | Übersetzung erfolgreich | conversion done |
convert w3c dtd to d2d module | Übersetze w3c dtd | convert w3c dtd to d2d module |
converting text %s | Übersetze Text %s | converting text %s |
load instantiated module %s | Instantiiere Definitionsmodul %s | load instantiated module %s |
module has been instantiated before, return %s | Definitionsmodul bereits geladen: %s | module has been instantiated before, return %s |
parse local modules | Parsiere lokale Definitionsmodule | parse local modules |
parsing the xslt source | Xslt code übersetzen | parsing the xslt source |
processing text file %s | Verarbeite Textdatei %s | processing text file %s |
program_title | d2d Textmodellierungsumgebung | d2d text modelling framework |
sending dom xml structures to java-built-in template compiler | Sende das Xslt-dom-modell an den Java-standard-Xslt-Prozessor | sending dom xml structures to java-built-in template compiler |
w3c dtd found for loading definitions | w3c dtd als Definition gefunden | w3c dtd found for loading definitions |
Created on 2024-09-30_18h04m32
by program bandmMetaTools/muli/CatalogToJava
command line =
java bandmMetaTools/muli/CatalogToJava translations.muli Translations eu.bandm.tools.d2d2.base $(HOME)/metatools/src
by program bandmMetaTools/muli/CatalogToJava
command line =
java bandmMetaTools/muli/CatalogToJava translations.muli Translations eu.bandm.tools.d2d2.base $(HOME)/metatools/src
-
Nested Class Summary
Nested classes/interfaces inherited from class eu.bandm.tools.muli.CatalogByString
CatalogByString.TranslationCollector
Nested classes/interfaces inherited from class eu.bandm.tools.muli.Catalog
Catalog.Const
-
Field Summary
Fields inherited from class eu.bandm.tools.muli.CatalogByString
linefeedPattern, msg, sourceId
-
Constructor Summary
-
Method Summary
Methods inherited from class eu.bandm.tools.muli.CatalogByString
doload, getKeys, load, load, main, normalizeLinefeed, putAsKey
Methods inherited from class eu.bandm.tools.muli.Catalog
_format, _format, _translateArgs, containsKey, dump, get, get, get, get, getKey, getKeys, getKeys, insitu, insitu, insitu, insitu, INSITU, INSITU, makeMap, makeMuli, noTranslate, put, put, put, put, putAll, putAll, readLanguageMap, readLanguages, readLanguagesString, translateAllAndFormatRobust, translateAllAndFormatRobust, translateArgsAndFormatRobust, translateArgsAndFormatRobust, translateKeyAndFormatRobust, translateKeyAndFormatRobust, translateRobust, translateRobust
-
Constructor Details
-
Translations
public Translations()
-