Files
website/lang/en/app.php
2026-03-23 00:15:23 +01:00

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',
]
];