Verbesserungen i80n, Bugfixes, uvm

This commit is contained in:
2026-03-28 14:04:01 +01:00
parent 7729aba416
commit e7adae9762
18 changed files with 202 additions and 65 deletions

View File

@@ -68,9 +68,10 @@ return [
],
'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.
'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' => 'There are currently no temporary district regions available.',
'noevent' => 'There are currently no (temporary) district regions available.',
'region' => 'District region',
'passport_type' => 'Passport type',
'passport' => [
'standard' => 'Hacker Passport',
@@ -81,5 +82,22 @@ return [
'lastname' => 'Last name (optional)',
'location' => 'Hackspace / Location (optional)',
'apply' => 'Submit pre-application'
]
],
'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!',
],
];