refactor Tab Contact: backend

This commit is contained in:
ma0068
2024-05-29 12:34:20 +02:00
parent 0c8d4d830f
commit 5d8df75e86
5 changed files with 119 additions and 812 deletions
+60
View File
@@ -28102,6 +28102,66 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'error_location_combination',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Ort, Gemeinde und Postleitzahl passen nicht zusammen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'City, municipality and postcode do not match',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'bittePlzWaehlen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Bitte gültige PLZ wählen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Please select valid postcode',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'bitteGemeindeWaehlen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Bitte gültige Gemeinde wählen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Please select valid municipality',
'description' => '',
'insertvon' => 'system'
)
)
),
);