mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
phrasen fix and bug where profilUpdates were only sorted when accepting the request and not denying
This commit is contained in:
@@ -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'
|
||||
)
|
||||
)
|
||||
),
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user