phrasen fix and bug where profilUpdates were only sorted when accepting the request and not denying

This commit is contained in:
SimonGschnell
2024-04-12 09:39:28 +02:00
parent 86504fd663
commit ea9bd93e73
4 changed files with 88 additions and 40 deletions
+60
View File
@@ -25780,6 +25780,66 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'profilUpdate',
'phrase' => 'profilUpdate_topic_error',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Ein Fehler ist aufgetreten, das Topic "{0}" existiert nicht',
'description' => 'Fehler der auftritt wenn es das Topic nicht in der Datenbank gibt',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'An error occurred, the topic "{0}" is not known',
'description' => 'error that occurrs when the used topic is not present in the database',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'profilUpdate',
'phrase' => 'profilUpdate_address_error',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Ein Fehler ist aufgetreten, Es war nicht möglich die Adresse mit ID {0} in der Datenbank anzulegen',
'description' => 'Fehler der auftritt wenn es nicht möglich war eine neue Adresse anzulegen',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'An error occurred, it wasn\'t possible to add new address with ID {0} to the database',
'description' => 'error that occurrs when it wasn\'t possible to add new address in db',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'profilUpdate',
'phrase' => 'profilUpdate_kontakt_error',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Ein Fehler ist aufgetreten, Es war nicht möglich den Kontakt mit ID {0} in der Datenbank anzulegen',
'description' => 'Fehler der auftritt wenn es nicht möglich war einen neuen Kontakt anzulegen',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'An error occurred, it wasn\'t possible to add new contact with ID {0} to the database',
'description' => 'error that occurrs when it wasn\'t possible to add new contact in db',
'insertvon' => 'system'
)
)
),