30 lines
1.2 KiB
PHP
30 lines
1.2 KiB
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.',
|
||
'signed_in_as' => 'Signed in as:',
|
||
'guest' => 'Guest account',
|
||
'language' => [
|
||
'en' => 'English',
|
||
'de' => 'Deutsch',
|
||
],
|
||
'nav' => [
|
||
'about' => 'About us',
|
||
'services' => 'Services',
|
||
'imprint' => 'Imprint',
|
||
'contact' => 'Contact',
|
||
'news' => 'News',
|
||
],
|
||
'about' => [
|
||
'subtitle' => 'Hassle-Free Entry into CCC’s Permanent and Temporary District Regions',
|
||
'text1' => 'C3Gov offers you the issuance of our certified travel documents, which allow you to enter the CCC’s 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*'
|
||
]
|
||
];
|