65 lines
3.0 KiB
PHP
65 lines
3.0 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',
|
|
'news' => 'News',
|
|
'contact' => 'Contact',
|
|
'imprint' => 'Imprint',
|
|
'apply' => 'Apply now',
|
|
],
|
|
'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*'
|
|
],
|
|
'services' => [
|
|
'title' => 'Our Service Overview',
|
|
'topic1' => [
|
|
'title' => 'Issuance of Hacker Passports',
|
|
'content' => 'Our team handles the issuance of travel documents.
|
|
<br />The passports are automatically printed using the latest technology - personalised with your details.
|
|
<br />To verify the authenticity of the passport, each one is assigned a security number and finally stamped.
|
|
<br />The following formats are available:
|
|
<ul><li>Hacker Passport</li>
|
|
<li>Junghackerpass [German only]</li></ul>'
|
|
],
|
|
'topic2' => [
|
|
'title' => 'Retrospective Verification of Passports',
|
|
'content' => 'Do you already have a passport that has not yet been verified?
|
|
<br />We will guide you through the necessary steps to validate your passport.
|
|
<br />Simple and clean.'
|
|
],
|
|
'topic3' => [
|
|
'title' => 'Replacement Passport issued in the Event of Loss or when your Passport is full',
|
|
'content' => 'Should you lose your passport or should your passport have reached its maximum capacity,
|
|
<br />we will be happy to issue you with a replacement document.
|
|
<br />Unfortunately, stamps from previous visits to the CCC\'s embassies [hackspaces] cannot be replaced.'
|
|
],
|
|
'topic4' => [
|
|
'title' => 'Certification of Attendance',
|
|
'content' => 'Should you require certification of your visit, we will of course provide you with an official document.'
|
|
]
|
|
],
|
|
'imprint' => [
|
|
'title' => 'Imprint',
|
|
'content' => 'We hereby inform you that this platform is a project of the Chaos Computer Club and does not issue any legally binding documents.
|
|
<br />It does not constitute genuine commercial services or business-related services.
|
|
<br />Therefore, the legal requirement to provide an imprint does not apply.'
|
|
]
|
|
];
|