oms-Admin/Theme/Api/Lang/en.lang.php
2024-03-20 07:21:20 +00:00

50 lines
3.0 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Admin' => [
'AccountCreateMsg' => 'Account successfully created. Link: <a href={url}>Account</a>""',
'AccountCreateTitle' => 'Account',
'FormDataInvalid' => 'Form data invalid, please check your input',
'LOGIN_ERROR' => 'Login failed due to wrong login information.',
'LogoutSuccessfulMsg' => 'You are redirected to the login page',
'LogoutSuccessfulTitle' => 'Logout successfull',
'ModuleActivatedFailure' => 'Module not activated.',
'ModuleActivatedSuccessful' => 'Module successfully activated.',
'ModuleDeactivatedFailure' => 'Module not deactivated.',
'ModuleDeactivatedSuccessful' => 'Module successfully deactivated.',
'ModuleInstalledFailure' => 'Module not installed.',
'ModuleInstalledSuccessful' => 'Module successfully installed.',
'ModuleStatusTitle' => 'Module',
'ModuleUninstalledFailure' => 'Module not uninstalled.',
'ModuleUninstalledSuccessful' => 'Module successfully uninstalled.',
'NOT_ACTIVATED' => 'The account is not yet activated, please check your emails.',
'PasswordResetEmailMsg' => 'You received a pasword reset email.',
'PasswordResetInvalidMsg' => 'Invalid reset credentials (username/token).',
'PasswordResetMsg' => 'Password reset failed due to invalid login data or too many reset attemps.',
'PasswordResetTitle' => 'Password Reset',
'PasswordTitle' => 'Password',
'RegistrationAlreadyRegistered' => 'You are already registered, use your login data.',
'RegistrationEmailInUse' => 'Email already in use, use your login details to login or activate your account also for this service.',
'RegistrationInvalidPasswordFormat' => 'Invalid password format.',
'RegistrationLoginInUse' => 'Login already in use with a different email.',
'RegistrationNotActivated' => 'You are already registered, please activate your account through the email we sent you.',
'RegistrationNotAllowed' => 'Registration not allowed.',
'RegistrationSuccessful' => 'We have sent you an email to confirm your registration.',
'RegistrationTitle' => 'Registration',
'UnknownModuleChange' => 'Status change for unknown module requested.',
'UnknownModuleOrStatusChange' => 'Status change for unknown module or status requested.',
'UnknownModuleStatusChange' => 'Unknown module status change request.',
'WRONG_INPUT_EXCEEDED' => 'Too many invalid logins, please check your emails.',
]];