Package eu.bandm.tools.graficUtils2
Class Translations
java.lang.Object
eu.bandm.tools.muli.Catalog<String>
eu.bandm.tools.muli.CatalogByString
eu.bandm.tools.graficUtils2.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 | |
---|---|---|
Browser remote control seems not supported or permitted on this system. | Browser-Fernsteuerung ist auf diesem System anscheinend nicht unterstützt oder erlaubt. | Browser remote control seems not supported or permitted on this system. |
Error when trying remote browser control. | Fehler beim Versuch der Browser-Fernsteuerung. | Error when trying remote browser control. |
Illegal URI source text »%s«. | URI Syntax verletzt durch »%s«. | Illegal URI source text »%s«. |
Please copy the URL »%s« manually to the address field of your browser. | Bitte die URL "%s" von Hand in das Adress-Feld eines Browsers kopieren. | Please copy the URL »%s« manually to the address field of your browser. |
Created on 2024-10-01_05h50m39
by program bandmMetaTools/muli/CatalogToJava
command line =
java bandmMetaTools/muli/CatalogToJava translations.muli Translations eu.bandm.tools.graficUtils2 $(HOME)/metatools/src
by program bandmMetaTools/muli/CatalogToJava
command line =
java bandmMetaTools/muli/CatalogToJava translations.muli Translations eu.bandm.tools.graficUtils2 $(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()
-