Package eu.bandm.tools.d2d2.demo
Class Translations
java.lang.Object
eu.bandm.tools.muli.Catalog<String>
eu.bandm.tools.muli.CatalogByString
eu.bandm.tools.d2d2.demo.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 | omnibus | |
---|---|---|---|
%%Target | %%Zielformat | %%Target | |
TT_D2d | Textobjekt im d2d-Format zur Verarbeitung! | Source text in d2d format to translate! | |
TT_Def | Ausgewähltes Definitions-Modul. | Selected definition module. | |
TT_Defs | Liste der anzeigbaren Definitions-Moduln. | List of visible definition modules. | |
TT_Docu | Dokumentation des Dokumententyps | Generated document type documentation | |
TT_Html | Html-Repräsentation | Html rendering | |
TT_Xml | XML-Kodierung des Eingabetextes | XML encoding of the input text | |
TT_generated | Generiert aus der D2d-Eingabe. | Text generated from d2d source by translation. | |
_MN_usefulLinks | %nützliche %Links | %useful %Links | |
_URL_web_userdocumentation | http://bandm.eu/metatools/doc/usage/d2d.html | ||
_about_additional_text | Diese Applikation ermöglicht die Übersetzung einer Definitionsdatei in eine Dokumentation, und eines Eingabetextes nach XML und mittels XSLT in verschiedene Zielformate. | This application translates a d2d document type definition into its documentation, and input source texts into XML and different target formats, by XSLT. | |
_button_store | %%abspeichern | %%store | |
_button_translate | %%übersetzen | %%translate | |
_ultra_short_description | Demonstration der d2d Transfomationen | Demonstration of the d2d transformations | |
_windowTitle_usefulLinks | d2d; Nützliche Links | d2d: Useful Lnks | |
call d2d2.Batch | Aufruf von d2d2.Batch | call d2d2.Batch | |
call d2d2.Main | Aufruf von d2d2.Main | call d2d2.Main | |
errors in option parameters | Fehler in den Optionsparametern, siehe Nachrichtenliste | errors in option parameters | |
errors in processing, see messages. | Fehler beim Verarbeiten, siehe Nachrichtenliste. | errors in processing, see messages. | |
start translation | Starte Übersetzungen | start translation |
Created on 2024-09-29_23h40m23
by program bandmMetaTools/muli/CatalogToJava
command line =
java bandmMetaTools/muli/CatalogToJava translations.xml Translations eu.bandm.tools.d2d2.demo $(HOME)/metatools/src/ --nolf
by program bandmMetaTools/muli/CatalogToJava
command line =
java bandmMetaTools/muli/CatalogToJava translations.xml Translations eu.bandm.tools.d2d2.demo $(HOME)/metatools/src/ --nolf
-
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()
-