You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INSERT INTO txt VALUES ('assign_state_to', 'English', 'Assign state to: ');
2403
2405
INSERT INTO txt VALUES ('select_action', 'German', 'Aktion auswählen');
2404
2406
INSERT INTO txt VALUES ('select_action', 'English', 'Select action');
2407
+
INSERT INTO txt VALUES ('manage_owner_lc_state','German', 'Produktions-Lifecylce-Status ändern');
2408
+
INSERT INTO txt VALUES ('manage_owner_lc_state','English', 'Manage production lifecycle states');
2409
+
INSERT INTO txt VALUES ('add_owner_lc_state', 'German', 'Lifecycle Status hinzufügen');
2410
+
INSERT INTO txt VALUES ('add_owner_lc_state', 'English', 'Add Owner Lifecycle State');
2411
+
INSERT INTO txt VALUES ('owner_lc_states', 'German', 'Produktions-Status');
2412
+
INSERT INTO txt VALUES ('owner_lc_states', 'English', 'Production Lifecycle States');
2413
+
INSERT INTO txt VALUES ('edit_owner_lc_state', 'German', 'Lifecycle Status bearbeiten');
2414
+
INSERT INTO txt VALUES ('edit_owner_lc_state', 'English', 'Edit Owner Lifecycle State');
2415
+
INSERT INTO txt VALUES ('delete_owner_lc_state','German', 'Lifecycle Status löschen');
2416
+
INSERT INTO txt VALUES ('delete_owner_lc_state','English', 'Delete Owner Lifecycle State');
2405
2417
INSERT INTO txt VALUES ('owners', 'German', 'Eigentümer');
2406
2418
INSERT INTO txt VALUES ('owners', 'English', 'Owners');
2407
2419
INSERT INTO txt VALUES ('add_owner', 'German', 'Eigentümer hinzufügen');
@@ -2987,6 +2999,8 @@ INSERT INTO txt VALUES ('U5217', 'German', 'Sind sie sicher, dass sie folgenden
2987
2999
INSERT INTO txt VALUES ('U5217', 'English', 'Are you sure you want to delete owner: ');
2988
3000
INSERT INTO txt VALUES ('U5218', 'German', 'Löscht alle Beispiel-Eigentümer (auf "_demo" endend)');
2989
3001
INSERT INTO txt VALUES ('U5218', 'English', 'Deletes all sample owners (ending with "_demo")');
3002
+
INSERT INTO txt VALUES ('U5219', 'German', 'Sind sie sicher, dass sie folgenden Lifecycle Status löschen wollen: ');
3003
+
INSERT INTO txt VALUES ('U5219', 'English', 'Are you sure you want to delete Owner Lifecycle State: ');
2990
3004
2991
3005
INSERT INTO txt VALUES ('U5301', 'German', 'Einstellungen geändert.');
2992
3006
INSERT INTO txt VALUES ('U5301', 'English', 'Settings changed.');
@@ -3351,6 +3365,8 @@ INSERT INTO txt VALUES ('E5291', 'German', 'Eigentümer konnte nicht gespei
3351
3365
INSERT INTO txt VALUES ('E5291', 'English', 'Owner could not be saved');
3352
3366
INSERT INTO txt VALUES ('E5292', 'German', 'Dn oder Gruppe muss gefüllt sein');
3353
3367
INSERT INTO txt VALUES ('E5292', 'English', 'Dn or group has to be filled');
3368
+
INSERT INTO txt VALUES ('E5293', 'German', 'Lifecycle Status konnte nicht gespeichert werden');
3369
+
INSERT INTO txt VALUES ('E5293', 'English', 'Owner Lifecycle State could not be saved');
3354
3370
3355
3371
INSERT INTO txt VALUES ('E5301', 'German', 'Konfiguration konnte nicht gelesen oder verarbeitet werden.');
3356
3372
INSERT INTO txt VALUES ('E5301', 'English', 'Error reading or processing Config.');
@@ -5706,6 +5722,12 @@ INSERT INTO txt VALUES ('H5662', 'English', 'Body of decommission emails: Text o
5706
5722
');
5707
5723
INSERT INTO txt VALUES ('H5663', 'German', 'Alle Regeln modelliert erwarten: Alle dem Eigentümer zugeordneten Regeln müssen modelliert sein.');
5708
5724
INSERT INTO txt VALUES ('H5663', 'English', 'Expect all rules as modelled: All rules associated to the owner have to be modelled.');
5725
+
INSERT INTO txt VALUES ('H5664', 'German', 'Produktionsstatus: Gibt an, in welchem Lifecycle Status sich der Eigentümer befindet.');
5726
+
INSERT INTO txt VALUES ('H5664', 'English', 'Production state: The Owner Lifecycle State assigned to the owner.');
5727
+
INSERT INTO txt VALUES ('H5665', 'German', 'Name: Name des Produktionsstatus');
5728
+
INSERT INTO txt VALUES ('H5665', 'English', 'Name: Owner Lifecycle State name');
5729
+
INSERT INTO txt VALUES ('H5666', 'German', 'In diesem Kapitel können die Produktions-Status von Eigentümern eingesehen, erstellt, bearbeitet und gelöscht werden. Produktions-Status definieren den aktuellen Zustand eines Eigentümers (z. B. Geplant, Im Betrieb, Auslaufend).');
5730
+
INSERT INTO txt VALUES ('H5666', 'English', 'In this chapter, Production Lifecycle States of owners can be viewed, created, edited, and deleted. Production Lifecycle States define the current status of an owner (e.g., Planned, In Production, End of Life).');
5709
5731
5710
5732
INSERT INTO txt VALUES ('H5701', 'German', 'Die in der Datenbank hinterlegten sprachabhängigen Texte können individuell überschrieben werden.
5711
5733
Dabei werden die vom System vorgegebenen Texte nicht geändert, sondern nur durch die hier definierten Texte - falls vorhanden - überblendet.
0 commit comments