mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-14 21:42:16 +00:00
27 lines
454 B
PHP
27 lines
454 B
PHP
<?php
|
|
|
|
$phrases = array(
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'DMS-Link',
|
|
'phrase' => 'lvplanSyncFAQ',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => '7188',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => '7188',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
)
|
|
); |