EN · DE · RU · FR · ES

#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

KeyEnglish Value
plugins.ihk.downloadDownload
plugins.ihk.downloadAnywayDownload Anyway
plugins.ihk.editEdit
plugins.ihk.jsonError.emptyThis 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.menuIHK-Report for trainees
plugins.ihk.nodescriptionfoundMissing description
plugins.ihk.noitemsfoundNo items found for export
plugins.ihk.titleIHK
plugins.ihk.title.headingIHK
plugins.ihk.userError.notFoundUser was not found. Possibly another name. ...

Key Categories

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