mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
76 lines
1.3 KiB
PHP
76 lines
1.3 KiB
PHP
<?php
|
|
|
|
$phrases = array(
|
|
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'calendar',
|
|
'phrase' => 'kw',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'W',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'W',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
),
|
|
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'calendar',
|
|
'phrase' => 'year_kw',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => '{year} KW {week}',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => '{year} W {week}',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
),
|
|
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'calendar',
|
|
'phrase' => 'today',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Heute',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'today',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
),
|
|
); |