mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-13 01:59:28 +00:00
76 lines
1.3 KiB
PHP
76 lines
1.3 KiB
PHP
<?php
|
|
|
|
$phrases = array(
|
|
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'alert',
|
|
'phrase' => 'attention',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Achtung',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Attention',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
),
|
|
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'alert',
|
|
'phrase' => 'confirm_delete',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Möchten Sie wirklich löschen?',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Do you really want to delete?',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
),
|
|
|
|
array (
|
|
'app' => 'core',
|
|
'category' => 'alert',
|
|
'phrase' => 'systemerror',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Systemfehler',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'System Error',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
),
|
|
); |