add Calendar

This commit is contained in:
chfhtw
2025-07-15 11:17:49 +02:00
parent 1bf49ad7ab
commit da9f00fff0
28 changed files with 2826 additions and 427 deletions
+62
View File
@@ -38499,6 +38499,68 @@ array(
)
),
//**************************** CORE/calendar
array(
'app' => 'core',
'category' => 'calendar',
'phrase' => 'kw',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'W',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'W',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'calendar',
'phrase' => 'year_kw',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => '{year} KW {week}',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => '{year} W {week}',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'calendar',
'phrase' => 'today',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Heute',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'today',
'description' => '',
'insertvon' => 'system'
)
)
),
//**************************** FHC-Core-SAP
array(
'app' => 'core',