#132: IHKI18nResources.properties
plugins/org.projectforge.plugins.ihk/src/main/resources/IHKI18nResources.properties Default (English) i18n resource bundle, plugins/org.projectforge.plugins.ihk/src/main/resources/IHKI18nResources.properties 11 lines · 11 code · 0 comments · 0 blank
Default internationalization resource bundle for the IHK plugin. Serves as the fallback locale (English) and is loaded alongside IHKI18nResources_de.properties via IHKPlugin.addResourceBundle("IHKI18nResources").
Localized Keys
| Key | English Value |
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. ... |
Key Categories
- UI labels:
download, downloadAnyway, edit, menu, title, title.heading — rendered in the Wicket page and form components.
- Error messages:
jsonError.empty, jsonError.parsing, userError.notFound — thrown via UserException when address comment JSON configuration is missing or malformed.
- Validation messages:
nodescriptionfound, noitemsfound — displayed when export validation fails in IHKPage.export().
Locale resolution: Java's ResourceBundle loads IHKI18nResources_de.properties for German locales and falls back to this file for all others. No _en variant exists because English is the default.
Git History
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