Chaos-Events und Voranmeldungen
This commit is contained in:
27
lang/en/controller_messages.php
Normal file
27
lang/en/controller_messages.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'LoginController' => [
|
||||
'not_permitted' => 'This action is not permitted.',
|
||||
'email_in_use' => 'This email address is already in use.',
|
||||
'invalid_token' => 'Invalid token.',
|
||||
'wrong_credentials' => 'Wrong credentials.',
|
||||
'unknown_error' => 'An unknown error occurred.',
|
||||
'unknown_error_with_details' => 'An unknown error occurred: :error',
|
||||
],
|
||||
'PreApplicationController' => [
|
||||
'success' => 'Preapplication submitted successfully. Please check your email inbox.',
|
||||
'already_submitted' => 'You have already submitted a preapplication.',
|
||||
'wrong_passport_type' => 'Wrong passport type',
|
||||
'invalid_email_format' => 'Invalid email format',
|
||||
'failed_to_process' => 'Failed to process preapplication: :error',
|
||||
'invalid_characters' => 'Invalid characters in name or location',
|
||||
'event_not_found' => 'Chaos event not found',
|
||||
],
|
||||
'BlogController' => [
|
||||
'error_occurred' => 'An error occurred while processing the blog: :error',
|
||||
],
|
||||
'TickerController' => [
|
||||
'error_occurred' => 'An error occurred while processing the ticker: :error',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user