mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-15 14:02:17 +00:00
28 lines
520 B
PHP
28 lines
520 B
PHP
<?php
|
|
|
|
$phrases = array(
|
|
|
|
array (
|
|
'app' => 'infocenter',
|
|
'category' => 'bewerbung',
|
|
'phrase' => 'erklaerungInvoices',
|
|
'insertvon' => 'system',
|
|
'phrases' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'sprache' => 'German',
|
|
'text' => 'Ablauf und Zahlungsbedingungen',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
1 =>
|
|
array (
|
|
'sprache' => 'English',
|
|
'text' => 'Procedure and terms of payment',
|
|
'description' => '',
|
|
'insertvon' => 'system',
|
|
),
|
|
),
|
|
),
|
|
); |