#132: IHKI18nResources.properties
plugins/org.projectforge.plugins.ihk/src/main/resources/IHKI18nResources.properties Standard (Englisch) i18n-Ressourcenbündel, plugins/org.projectforge.plugins.ihk/src/main/resources/IHKI18nResources.properties 11 Zeilen · 11 Code · 0 Kommentare · 0 leer
Standard-Internationalisierungs-Ressourcenbündel für das IHK-Plugin. Dient als Fallback-Locale (Englisch) und wird zusammen mit IHKI18nResources_de.properties über IHKPlugin.addResourceBundle("IHKI18nResources") geladen.
Lokalisierte Schlüssel
| Schlüssel | Englischer Wert |
plugins.ihk.download | Download |
plugins.ihk.downloadAnyway | Download Anyway |
plugins.ihk.edit | Edit |
plugins.ihk.jsonError.empty | This page is by and for the trainees. If you are a trainee, please contact the other trainees to set up this function. The following should be in the comment in your address: '{' "ausbildungsbeginn" : "2024-09-01", "ausbildungsjahr" : "1", "teamname" : "Projekt xyz" '}' |
plugins.ihk.jsonError.parsing | ... Error while parsing json string in address: ''{0}''. |
plugins.ihk.menu | IHK-Report for trainees |
plugins.ihk.nodescriptionfound | Missing description |
plugins.ihk.noitemsfound | No items found for export |
plugins.ihk.title | IHK |
plugins.ihk.title.heading | IHK |
plugins.ihk.userError.notFound | User was not found. Possibly another name. ... |
Schlüsselkategorien
- UI-Beschriftungen:
download, downloadAnyway, edit, menu, title, title.heading — werden in der Wicket-Seite und in Formularkomponenten dargestellt.
- Fehlermeldungen:
jsonError.empty, jsonError.parsing, userError.notFound — werden über UserException ausgelöst, wenn die JSON-Konfiguration im Adresskommentar fehlt oder fehlerhaft ist.
- Validierungsmeldungen:
nodescriptionfound, noitemsfound — werden angezeigt, wenn die Exportvalidierung in IHKPage.export() fehlschlägt.
Locale-Auflösung: Java's ResourceBundle lädt für deutsche Locales IHKI18nResources_de.properties und greift für alle anderen auf diese Datei zurück. Es gibt keine _en-Variante, da Englisch die Standardsprache ist.
Git-Verlauf
3785f8347 Migration stuff in progress...
6fd4462f8 I18n*Resources*.properties: Using now UTF8 instead of ISO-8859-1.
4113d1f69 Sort and check i18n properties of all plugins.
31126b8f9 Changed name of variables and added error messages
9522de0eb Added list for timesheets with missing description
45cad02e9 IHK-Plugin added