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

19 lines
523 B
PHP

<?php
return [
'subtitle' => 'Your office for passport document affairs within the district region CCC.',
'logo' => 'Official logo of the c3gov',
'banner' => 'Banner. The c3gov laws are seen on a sheet of paper, and two different hacker passports.',
'language' => [
'en' => 'English',
'de' => 'Deutsch',
],
'nav' => [
'about' => 'About us',
'services' => 'Services',
'imprint' => 'Imprint',
'contact' => 'Contact',
'news' => 'News',
]
];