Renamed filter- and phrases app for Fhc-Core-Extension

Renamed from extension to fhctemplate
This commit is contained in:
Cris
2024-02-27 18:10:16 +01:00
parent 296741b584
commit f94b1700e7
2 changed files with 47 additions and 7 deletions
+2 -2
View File
@@ -1280,9 +1280,9 @@ $filters = array(
'oe_kurzbz' => null,
),
array(
'app' => 'extension',
'app' => 'fhctemplate',
'dataset_name' => 'exampledata',
'filter_kurzbz' => 'ExampleData',
'filter_kurzbz' => 'exampledata',
'description' => '{Beispieldaten Filter}',
'sort' => 1,
'default_filter' => true,
+45 -5
View File
@@ -24157,7 +24157,7 @@ array(
)
),
array(
'app' => 'extension',
'app' => 'fhctemplate',
'category' => 'global',
'phrase' => 'datensatz',
'insertvon' => 'system',
@@ -24177,7 +24177,7 @@ array(
)
),
array(
'app' => 'extension',
'app' => 'fhctemplate',
'category' => 'global',
'phrase' => 'datensatzGenehmigen',
'insertvon' => 'system',
@@ -24197,7 +24197,7 @@ array(
)
),
array(
'app' => 'extension',
'app' => 'fhctemplate',
'category' => 'global',
'phrase' => 'datensatzAblehnen',
'insertvon' => 'system',
@@ -24217,7 +24217,7 @@ array(
)
),
array(
'app' => 'extension',
'app' => 'fhctemplate',
'category' => 'global',
'phrase' => 'datensatzAnlegen',
'insertvon' => 'system',
@@ -24237,7 +24237,7 @@ array(
)
),
array(
'app' => 'extension',
'app' => 'fhctemplate',
'category' => 'global',
'phrase' => 'datensatzBearbeiten',
'insertvon' => 'system',
@@ -24295,6 +24295,46 @@ array(
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'global',
'phrase' => 'dokument',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Dokument',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Document',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'global',
'phrase' => 'aktionen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Aktionen',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Actions',
'description' => '',
'insertvon' => 'system'
)
)
)
);