initialize

This commit is contained in:
Pruefer
2025-06-06 09:15:13 +02:00
commit fa7c2730f1
5817 changed files with 1339670 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
package com.itac.resource;
/** This class is generated by ResourceTool */
public interface ResourcesBIPortalERROR // #1602(1600) ERROR[8000..0]
extends ResourcesBIPortal
{
/**de:Fehler beim Laden der Konfiguration via REST-Service: */
static public final int CONFIG_LOAD_MESSAGE = 93063;
/**de:Fehler beim Laden der Maschinendaten via REST-Service: */
static public final int MACHINERY_LOAD_MESSAGE = 93064;
/**de:Ihre Sitzung ist abgelaufen -> Bitte melden Sie sich erneut an. */
static public final int SESSION_TIMEOUT_MESSAGE = 92322;
/**de:Sitzung abgelaufen */
static public final int SESSION_TIMEOUT_TITLE = 92323;
}