From 10a6d374f17ed76f84bb0da891fae37ace1aba29 Mon Sep 17 00:00:00 2001 From: cgfhtw Date: Fri, 12 Apr 2024 10:29:57 +0200 Subject: [PATCH] FHC-Core-SAP Phrases --- system/phrasesupdate.php | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 3f7952ea1..abeb972a5 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -26532,6 +26532,47 @@ array( ) ) ), + // FHC-Core-SAP + array( + 'app' => 'core', + 'category' => 'sap', + 'phrase' => 'error_noBuchung', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Die Buchungsnr #{buchungsnr} is ungültig', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'The Buchungnr #{buchungsnr} is not valid', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'sap', + 'phrase' => 'error_buchungLocked', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Die Buchung wurde bereits übertragen und darf nicht geändert werden', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'The Buchung was already submitted and can not be changed', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), );