You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
753 B
PHP
20 lines
753 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'main_navigation' => 'HAUPTMENÜ',
|
|
'blog' => 'Blog',
|
|
'pages' => 'Seiten',
|
|
'account_settings' => 'KONTOEINSTELLUNGEN',
|
|
'profile' => 'Profil',
|
|
'change_password' => 'Passwort ändern',
|
|
'multilevel' => 'Multi Level',
|
|
'level_one' => 'Level 1',
|
|
'level_two' => 'Level 2',
|
|
'level_three' => 'Level 3',
|
|
'labels' => 'Beschriftungen',
|
|
'important' => 'Wichtig',
|
|
'warning' => 'Warnung',
|
|
'information' => 'Information',
|
|
];
|