18 lines
415 B
PHP
18 lines
415 B
PHP
<?php
|
|
|
|
return [
|
|
'subtitle' => 'Your office for passport document affairs within the district region CCC.',
|
|
'logo' => 'Official logo of the c3gov',
|
|
'language' => [
|
|
'en' => 'English',
|
|
'de' => 'Deutsch',
|
|
],
|
|
'nav' => [
|
|
'about' => 'About us',
|
|
'services' => 'Services',
|
|
'imprint' => 'Imprint',
|
|
'contact' => 'Contact',
|
|
'news' => 'News',
|
|
]
|
|
];
|