mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-11 17:19:29 +00:00
28 lines
474 B
PHP
28 lines
474 B
PHP
<?php
|
|
|
|
$phrases = array(
|
|
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'core',
|
|
'phrase' => 'unternehmen',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Unternehmen',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'company',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
),
|
|
); |