Alt-Text, C3Gov, kein hover bei Fediverse-Link

This commit is contained in:
2026-03-29 23:20:44 +02:00
parent 44eb81e99a
commit aa47532e5f
11 changed files with 45 additions and 18 deletions

View File

@@ -2,8 +2,9 @@
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.',
'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' => [
@@ -33,6 +34,12 @@ return [
],
'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.
@@ -61,12 +68,14 @@ return [
],
'imprint' => [
'title' => 'Imprint',
'alt' => 'Serious business',
'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.'
],
'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>'
],
@@ -115,4 +124,5 @@ return [
'delete_success' => 'Deleted successfully!',
'insert_success' => 'Inserted successfully!',
],
'news_alt' => 'News',
];