mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
28 lines
457 B
PHP
28 lines
457 B
PHP
<?php
|
|
|
|
$phrases = array(
|
|
|
|
array (
|
|
'app' => 'personalverwaltung',
|
|
'category' => 'vbform',
|
|
'phrase' => 'oder',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'oder',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'or',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
),
|
|
); |