Files
website/lang/en/app.php
2026-03-30 22:30:58 +02:00

135 lines
5.9 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.',
'fediverse' => 'C3Gov on Fediverse',
'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',
'editTicker' => 'Edit ticker',
'editNews' => 'Edit news',
'editApplications' => 'Edit applications',
'logout' => 'Logout'
],
'index' => [
'welcome' => 'Welcome to the Internet presence of the C3Gov'
],
'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 Services',
'alt' => [
'first_issue' => 'First issue of a passport',
'rejected' => 'Rejected application',
'replacement' => 'Replacement passport',
'stamps' => 'Official stamps',
],
'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',
'alt' => 'Serious business',
'content' => 'We hereby inform you that this platform is a project of the Chaos Computer Club Essen 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.
<br /><br />However, we are happy to provide you with contact information:'
],
'contact' => [
'title' => 'Contact',
'alt' => 'Contact',
'content' => 'Write us over in the <a href="https://chaos.social/@c3gov">fediverse</a>
<br />or via email to: <a href="mailto:Dezernat7Zustaendigkeit@C3Gov.De">Dezernat7Zustaendigkeit@C3Gov.De</a>'
],
'preapplication' => [
'title' => 'Pre-application for Passport according to § 5 C3GovVerwV',
'content' => 'Please select a (temporary) district region to submit your pre-application for a passport.
<br />After you have submitted the pre-application, you will receive a confirmation by e-mail.',
'noevent' => 'Currently, there are no open appointment slots available.',
'region' => 'District region',
'time_ends' => 'Time ends on',
'passport_type' => 'Passport type',
'passport' => [
'standard' => 'Hacker Passport',
'kid' => 'Junghackerpass [German only]',
],
'mail' => 'E-mail address',
'firstname' => 'First name (Nickname)',
'lastname' => 'Last name (optional)',
'location' => 'Hackspace / Location (optional)',
'notes' => 'Notes',
'reference_number' => 'Reference number',
'created_at' => 'Submitted at',
'actions' => 'Actions',
'apply' => 'Submit pre-application',
'edit' => [
'title' => 'Edit applications',
'description' => 'Here you can edit or delete applications.',
'add' => 'Add application',
'save' => 'Save',
'delete' => 'Delete',
'generated' => 'Generated'
]
],
'common' => [
'error_occurred' => 'An error occurred: ',
'not_permitted' => 'You are not authorized to use this function.',
],
'login' => [
'password_mismatch' => 'Your password does not match.',
'registration_success' => 'You have been successfully registered.',
'login_success' => 'You have been successfully logged in.',
],
'blog' => [
'confirm_save' => 'Do you really want to save this entry?',
'confirm_delete' => 'Do you really want to delete this entry?',
],
'ticker' => [
'delete_success' => 'Deleted successfully!',
'insert_success' => 'Inserted successfully!',
],
'news_alt' => 'News',
];