Files
website/lang/en/app.php
2026-03-24 00:46:04 +01:00

31 lines
1.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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.',
'signed_in_as' => 'Signed in as:',
'guest' => 'Guest account',
'language' => [
'en' => 'English',
'de' => 'Deutsch',
],
'nav' => [
'about' => 'About us',
'services' => 'Services',
'news' => 'News',
'contact' => 'Contact',
'imprint' => 'Imprint',
'apply' => 'Apply now',
],
'about' => [
'subtitle' => 'Hassle-Free Entry into CCCs Permanent and Temporary District Regions',
'text1' => 'C3Gov offers you the issuance of our certified travel documents, which allow you to enter the CCCs permanent and temporary district regions hassle-free and have your stay verified.',
'text2' => 'Our team uses high-quality stamps and the latest technology when issuing these documents.',
'text3' => 'NEW!!!',
'text4' => 'To expand our online presence, you can now also visit us on the Fediverse.',
'text5' => 'To do so, click on this link:',
'insertvideo' => '*Insert promotional video here*'
]
];