Package de.xima.fc
Class I18nKeys
- java.lang.Object
-
- de.xima.fc.I18nKeys
-
- Direct Known Subclasses:
I18nClientKeys
public class I18nKeys extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
I18nKeys.Defaults
Schlüssel für lokalisierte Standardwerte.static class
I18nKeys.ErrMsg
Schlüssel für lokalisierte Fehlermeldungen.static class
I18nKeys.Exceptions
static class
I18nKeys.FD2
static class
I18nKeys.FormSummary
static class
I18nKeys.General
static class
I18nKeys.LDAP
static class
I18nKeys.Liquibase
static class
I18nKeys.Logging
static class
I18nKeys.Mail
static class
I18nKeys.MailPostfix
static class
I18nKeys.Msg
Schlüssel für lokalisierte Hinweise, Nachrichten, Eingabeaufforderungen und Bezeichnungen.static class
I18nKeys.PasswordValidation
static class
I18nKeys.PluginUpdate
static class
I18nKeys.ProcessLog
static class
I18nKeys.Project
static class
I18nKeys.ProjectTemplates
static class
I18nKeys.ProjectUpdate
static class
I18nKeys.ProjektImpExp
static class
I18nKeys.Protokoll
Schlüssel für Texte innerhalb von Protokollenstatic class
I18nKeys.Security
static class
I18nKeys.SystemUpdate
static class
I18nKeys.TemplateKeys
static class
I18nKeys.UserProfile
static class
I18nKeys.Workflow
-
Field Summary
Fields Modifier and Type Field Description static String
COMMON_ERROR_TITLE
static String
COMMON_INFO_TITLE
static String
COMMON_WARN_TITLE
static String
GENERAL_SINGLE_PARAM
Key for a message that simply outputs the first parameter, i.e.static String
PLUGIN_MANDATORY_PARAMETER_MISSING
-
Constructor Summary
Constructors Modifier Constructor Description protected
I18nKeys()
-
-
-
Field Detail
-
COMMON_ERROR_TITLE
public static final String COMMON_ERROR_TITLE
- See Also:
- Constant Field Values
-
COMMON_INFO_TITLE
public static final String COMMON_INFO_TITLE
- See Also:
- Constant Field Values
-
COMMON_WARN_TITLE
public static final String COMMON_WARN_TITLE
- See Also:
- Constant Field Values
-
PLUGIN_MANDATORY_PARAMETER_MISSING
public static final String PLUGIN_MANDATORY_PARAMETER_MISSING
- See Also:
- Constant Field Values
-
GENERAL_SINGLE_PARAM
public static final String GENERAL_SINGLE_PARAM
Key for a message that simply outputs the first parameter, i.e.{0}
. Can be used when an I18N key is expected, but only the (already) localized message is available.- See Also:
- Constant Field Values
-
-