fix language

This commit is contained in:
Dennis Eichhorn 2023-09-23 23:05:18 +00:00
parent 73b4f8d9c0
commit 1c7ab758f1
66 changed files with 1531 additions and 273 deletions

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -4,7 +4,7 @@
*
* PHP Version 8.1
*
* @package Modules\Admin
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
@ -13,37 +13,37 @@
declare(strict_types=1);
return ['Admin' => [
'FormDataInvalid' => 'Form data invalid, please check your input',
'AccountCreateMsg' => 'Account successfully created. Link: <a href="{url}">Account</a>',
'AccountCreateTitle' => 'Account',
'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.',
'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.',
]];

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -4,7 +4,7 @@
*
* PHP Version 8.1
*
* @package Modules\Admin
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
@ -13,37 +13,37 @@
declare(strict_types=1);
return ['Admin' => [
'FormDataInvalid' => 'Form data invalid, please check your input',
'AccountCreateMsg' => 'Account successfully created. Link: <a href="{url}">Account</a>',
'AccountCreateTitle' => 'Account',
'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.',
'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.',
]];

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -0,0 +1,49 @@
<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @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' => '',
'AccountCreateTitle' => '',
'FormDataInvalid' => '',
'LOGIN_ERROR' => '',
'LogoutSuccessfulMsg' => '',
'LogoutSuccessfulTitle' => '',
'ModuleActivatedFailure' => '',
'ModuleActivatedSuccessful' => '',
'ModuleDeactivatedFailure' => '',
'ModuleDeactivatedSuccessful' => '',
'ModuleInstalledFailure' => '',
'ModuleInstalledSuccessful' => '',
'ModuleStatusTitle' => '',
'ModuleUninstalledFailure' => '',
'ModuleUninstalledSuccessful' => '',
'NOT_ACTIVATED' => '',
'PasswordResetEmailMsg' => '',
'PasswordResetInvalidMsg' => '',
'PasswordResetMsg' => '',
'PasswordResetTitle' => '',
'PasswordTitle' => '',
'RegistrationAlreadyRegistered' => '',
'RegistrationEmailInUse' => '',
'RegistrationInvalidPasswordFormat' => '',
'RegistrationLoginInUse' => '',
'RegistrationNotActivated' => '',
'RegistrationNotAllowed' => '',
'RegistrationSuccessful' => '',
'RegistrationTitle' => '',
'UnknownModuleChange' => '',
'UnknownModuleOrStatusChange' => '',
'UnknownModuleStatusChange' => '',
'WRONG_INPUT_EXCEEDED' => '',
]];

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'أمام',
'General' => 'عام',
'Groups' => 'مجموعات',
'Hooks' => '',
'Info' => 'معلومات',
'List' => 'قائمة',
'Log' => 'سجل',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'Přední',
'General' => 'Všeobecné',
'Groups' => 'Skupiny',
'Hooks' => '',
'Info' => 'Info.',
'List' => 'Seznam',
'Log' => 'Log',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'Foran',
'General' => 'Generel',
'Groups' => 'Grupper.',
'Hooks' => '',
'Info' => 'Info.',
'List' => 'Liste',
'Log' => 'Log',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'Vorderseite',
'General' => 'Allgemein',
'Groups' => 'Gruppen',
'Hooks' => '',
'Info' => 'Die Info',
'List' => 'Aufführen',
'Log' => 'Protokoll',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'Εμπρός',
'General' => 'Γενικός',
'Groups' => 'Ομάδες',
'Hooks' => '',
'Info' => 'Πληροφορία',
'List' => 'Λίστα',
'Log' => 'Κούτσουρο',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'Front',
'General' => 'General',
'Groups' => 'Groups',
'Hooks' => 'Hooks',
'Info' => 'Info',
'List' => 'List',
'Log' => 'Log',
@ -29,6 +30,5 @@ return ['Navigation' => [
'Pages' => 'Pages',
'Permissions' => 'Permissions',
'Routes' => 'Routes',
'Hooks' => 'Hooks',
'Settings' => 'Settings',
]];

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'Parte delantera',
'General' => 'General',
'Groups' => 'Grupo',
'Hooks' => '',
'Info' => 'Información',
'List' => 'Lista',
'Log' => 'Tronco',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'Edestä',
'General' => 'Yleinen',
'Groups' => 'Ryhmät',
'Hooks' => '',
'Info' => 'Tiedot',
'List' => 'Lista',
'Log' => 'Hirsi',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'De face',
'General' => 'Général',
'Groups' => 'Groupes',
'Hooks' => '',
'Info' => 'Info',
'List' => 'Lister',
'Log' => 'Enregistrer',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'Elülső',
'General' => 'Tábornok',
'Groups' => 'Csoportok',
'Hooks' => '',
'Info' => 'Információ',
'List' => 'Lista',
'Log' => 'Napló',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'Davanti',
'General' => 'Generale',
'Groups' => 'Gruppi',
'Hooks' => '',
'Info' => 'Informazioni',
'List' => 'Elenco',
'Log' => 'Tronco d\'albero',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'フロント',
'General' => '全般的',
'Groups' => '団体',
'Hooks' => '',
'Info' => '情報',
'List' => 'リスト',
'Log' => 'ログ',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => '앞',
'General' => '일반적인',
'Groups' => '여러 떼',
'Hooks' => '',
'Info' => '정보',
'List' => '목록',
'Log' => '통나무',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'Front',
'General' => 'Generell',
'Groups' => 'Grupper',
'Hooks' => '',
'Info' => 'Info.',
'List' => 'Liste',
'Log' => 'Logg',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'Przód',
'General' => 'Ogólny',
'Groups' => 'Grupy',
'Hooks' => '',
'Info' => 'Info',
'List' => 'Lista',
'Log' => 'Dziennik',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'Frente',
'General' => 'Em geral',
'Groups' => 'Grupos',
'Hooks' => '',
'Info' => 'Info',
'List' => 'Lista',
'Log' => 'Registro',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'Фронт',
'General' => 'Общий',
'Groups' => 'Группы',
'Hooks' => '',
'Info' => 'Информация',
'List' => 'Список',
'Log' => 'Бревно',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'Främre',
'General' => 'Allmän',
'Groups' => 'Grupp',
'Hooks' => '',
'Info' => 'Info',
'List' => 'Lista',
'Log' => 'Logga',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'ด้านหน้า',
'General' => 'ทั่วไป',
'Groups' => 'กลุ่ม',
'Hooks' => '',
'Info' => 'ข้อมูล',
'List' => 'รายการ',
'Log' => 'บันทึก',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'Ön',
'General' => 'Genel',
'Groups' => 'Gruplar',
'Hooks' => '',
'Info' => 'Bilgi',
'List' => 'Liste',
'Log' => 'Kayıt',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => 'Фронт',
'General' => 'Загальний',
'Groups' => 'Групи',
'Hooks' => '',
'Info' => 'Інформація',
'List' => 'Список',
'Log' => 'Журнал',

View File

@ -20,6 +20,7 @@ return ['Navigation' => [
'Front' => '正面',
'General' => '一般的',
'Groups' => '团体',
'Hooks' => '',
'Info' => '信息',
'List' => '列表',
'Log' => '日志',

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => 'مختفي',
'Groups' => 'مجموعات',
'Heavy' => 'ثقيل',
'Hook' => '',
'Hooks' => '',
'Images' => 'صور',
'Inactive' => 'غير نشط',
'Install' => 'تثبيت',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'رقمي',
'Organization' => 'منظمة',
'OrganizationName' => 'اسم المنظمة',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => 'صفحة',
'Pages' => '#VALUE!',
'Parent' => 'الأبوين',
'Parents' => 'آباء',
'Password' => 'كلمة المرور',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'لحر',
'Search' => 'بحث',
'Security' => 'حماية',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'إعدادات',
'SettingsGeneral' => 'الإعدادات - الجنرال',
'Short' => 'قصيرة',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'الطابع الزمني',
'Timezone' => 'وحدة زمنية',
'Total' => 'مجموع',
'Trigger' => '',
'Type' => 'نوع',
'Uninstall' => 'الغاء التثبيت',
'Unit' => 'وحدة',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'الأحرف الكبيرة',
'Username' => 'اسم المستخدم',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'الإصدار',
'VeryFast' => 'سريع جدا',
'VeryHeavy' => 'ثقيل جدا',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'موقع إلكتروني',
'Weight' => 'وزن',
'Zip' => 'أزيز',
'active' => '',
'available' => '',
'i:LoginRetries' => 'كمية إعادة المحاولة المسموح بها (-1 = غير محدود)',
'i:PasswordChangeInterval' => 'الفاصل الزمني الذي يجب تغيير التولارات (-1 = أبدا)',
'i:PasswordHistory' => 'كلمة مرور جديدة يجب أن تكون مختلفة عن كلمات مرور N الأخيرة',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => 'إجبار إعادة التخزين المؤقت لكل مستخدم.',
'i:rem' => 'عنوان IP أو عنوان URL للوصول عن بعد.',
'i:timef' => 'تنسيق الوقت.',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => 'Skrytý',
'Groups' => 'Skupiny',
'Heavy' => 'Těžký',
'Hook' => '',
'Hooks' => '',
'Images' => 'snímky',
'Inactive' => 'Neaktivní',
'Install' => 'Nainstalujte',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'Numeric.',
'Organization' => 'Organizace',
'OrganizationName' => 'Název organizace',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => 'Strana',
'Pages' => '#VALUE!',
'Parent' => 'Rodič',
'Parents' => 'Rodiče',
'Password' => 'Heslo',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'Moře',
'Search' => 'Vyhledávání',
'Security' => 'Bezpečnostní',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'Nastavení',
'SettingsGeneral' => 'Nastavení - General.',
'Short' => 'Krátký',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'Timestamp',
'Timezone' => 'Časové pásmo',
'Total' => 'Celkový',
'Trigger' => '',
'Type' => 'Typ',
'Uninstall' => 'Odinstalovat',
'Unit' => 'Jednotka',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'Velká písmena',
'Username' => 'Uživatelské jméno',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'Verze',
'VeryFast' => 'Velmi rychle',
'VeryHeavy' => 'Velmi těžký',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'webová stránka',
'Weight' => 'Hmotnost',
'Zip' => 'Zip',
'active' => '',
'available' => '',
'i:LoginRetries' => 'Množství povolených opakování (-1 = neomezené)',
'i:PasswordChangeInterval' => 'Interval, ve kterém se musí být změněn (-1 = nikdy)',
'i:PasswordHistory' => 'Nové heslo se musí lišit od posledních n hesel',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => 'Vynucení opakovaného vyrovnávací paměti pro každého uživatele.',
'i:rem' => 'IP adresa nebo URL pro vzdálený přístup.',
'i:timef' => 'Časový formát.',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => 'Skjult',
'Groups' => 'Grupper.',
'Heavy' => 'Tung',
'Hook' => '',
'Hooks' => '',
'Images' => 'Billeder',
'Inactive' => 'Inaktiv.',
'Install' => 'Installere',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'Numerisk',
'Organization' => 'Organisation',
'OrganizationName' => 'Organisationens navn',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => 'Side',
'Pages' => '#VALUE!',
'Parent' => 'Forælder',
'Parents' => 'Forældre',
'Password' => 'Adgangskode',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'Hav',
'Search' => 'Søg',
'Security' => 'Sikkerhed',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'Indstillinger.',
'SettingsGeneral' => 'Indstillinger - Generelt.',
'Short' => 'Kort',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'Tidsstempel',
'Timezone' => 'Tidszone',
'Total' => 'i alt',
'Trigger' => '',
'Type' => 'Type',
'Uninstall' => 'Afinstaller',
'Unit' => 'Enhed',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'Store bogstaver',
'Username' => 'Brugernavn.',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'Version',
'VeryFast' => 'Meget hurtig',
'VeryHeavy' => 'Meget tung',
@ -177,7 +186,9 @@ return ['Admin' => [
'Website' => 'Internet side',
'Weight' => 'Vægt',
'Zip' => 'Zip.',
'i:LoginRetries' => "Mængden af \u{200b}\u{200b}tilladte retries (-1 = ubegrænset)",
'active' => '',
'available' => '',
'i:LoginRetries' => 'Mængden af tilladte retries (-1 = ubegrænset)',
'i:PasswordChangeInterval' => 'Interval, hvor passager skal ændres (-1 = aldrig)',
'i:PasswordHistory' => 'Ny adgangskode skal være forskellig fra de sidste N-adgangskoder',
'i:PasswordRegex' => 'Adgangskode krav til brugere',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => 'Tvinge re-cache for hver bruger.',
'i:rem' => 'IP-adresse eller URL til fjernadgang.',
'i:timef' => 'Tidsformat.',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => 'Versteckt',
'Groups' => 'Gruppen',
'Heavy' => 'Schwer',
'Hook' => '',
'Hooks' => '',
'Images' => 'Bilde',
'Inactive' => 'Inaktiv',
'Install' => 'Installieren',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'Numerisch',
'Organization' => 'Organisation',
'OrganizationName' => 'Organisationsname',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => 'Buchseite',
'Pages' => '#VALUE!',
'Parent' => 'Elternteil',
'Parents' => 'Eltern',
'Password' => 'Passwort',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'Meer',
'Search' => 'Suche',
'Security' => 'Sicherheit',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'Einstellungen',
'SettingsGeneral' => 'Einstellungen - Allgemein',
'Short' => 'Kurz',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'Zeitstempel',
'Timezone' => 'Zeitzone',
'Total' => 'Gesamt',
'Trigger' => '',
'Type' => 'Typ',
'Uninstall' => 'Deinstallieren',
'Unit' => 'Einheit',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'In Großbuchstaben.',
'Username' => 'Nutzername',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'Ausführung',
'VeryFast' => 'Sehr schnell',
'VeryHeavy' => 'Sehr schwer',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'Webseite',
'Weight' => 'Gewicht',
'Zip' => 'Reißverschluss',
'active' => '',
'available' => '',
'i:LoginRetries' => 'Betrag der erlaubten Wiederholungen (-1 = unbegrenzt)',
'i:PasswordChangeInterval' => 'Intervall, in dem die Passweiterung geändert werden müssen (-1 = niemals)',
'i:PasswordHistory' => 'Neues Passwort muss sich von den letzten n Kennwörtern unterscheiden',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => 'RE-Cache für jeden Benutzer zwingen.',
'i:rem' => 'IP-Adresse oder URL für den Fernzugriff.',
'i:timef' => 'Zeitformat.',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => 'Κρυμμένος',
'Groups' => 'Ομάδες',
'Heavy' => 'Βαρύς',
'Hook' => '',
'Hooks' => '',
'Images' => 'Εικόνες',
'Inactive' => 'Αδρανής',
'Install' => 'Εγκαθιστώ',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'Αριθμητικός',
'Organization' => 'Οργάνωση',
'OrganizationName' => 'Όνομα Οργανισμού',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => 'Σελίδα',
'Pages' => '#VALUE!',
'Parent' => 'Μητρική εταιρεία',
'Parents' => 'Γονείς',
'Password' => 'Κωδικός πρόσβασης',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'Θάλασσα',
'Search' => 'Αναζήτηση',
'Security' => 'Ασφάλεια',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'Ρυθμίσεις',
'SettingsGeneral' => 'Ρυθμίσεις - Γενικά',
'Short' => 'Μικρός',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'Χιτώνα',
'Timezone' => 'Ζώνη ώρας',
'Total' => 'Σύνολο',
'Trigger' => '',
'Type' => 'Τύπος',
'Uninstall' => 'Απεγκαταστήστε',
'Unit' => 'Μονάδα',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'Κεφαλαία',
'Username' => 'Όνομα χρήστη',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'Εκδοχή',
'VeryFast' => 'Πολύ γρήγορα',
'VeryHeavy' => 'Πολύ βαρύ',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'Δικτυακός τόπος',
'Weight' => 'Βάρος',
'Zip' => 'Φερμουάρ',
'active' => '',
'available' => '',
'i:LoginRetries' => 'Ποσότητα επιτρεπόμενων επαναλήψεων (-1 = απεριόριστη)',
'i:PasswordChangeInterval' => 'Το διάστημα στο οποίο θα πρέπει να αλλάξουν (-1 = ποτέ)',
'i:PasswordHistory' => 'Ο νέος κωδικός πρόσβασης πρέπει να είναι διαφορετικός από τους τελευταίους κωδικούς πρόσβασης',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => 'Αναγκάζοντας την επανεκκίνηση για κάθε χρήστη.',
'i:rem' => 'Διεύθυνση IP ή διεύθυνση URL για απομακρυσμένη πρόσβαση.',
'i:timef' => 'Μορφή ώρας.',
'inactive' => '',
]];

View File

@ -13,186 +13,191 @@
declare(strict_types=1);
return ['Admin' => [
':s1' => 'Active',
':s2' => 'Inactive',
':s3' => 'Timeout',
':s4' => 'Banned',
'Account' => 'Account',
'Account/Group' => 'Account/Group',
'Accounts' => 'Accounts',
'Activate' => 'Activate',
'Active' => 'Active',
'Activity' => 'Activity',
'Address' => 'Address',
'All' => 'All',
'Amount' => 'Amount',
'App' => 'App',
'Area' => 'Area',
'AuditLog' => 'Audit Log',
'Available' => 'Available',
'Banned' => 'Banned',
'Cache' => 'Cache',
'Change' => 'Change',
'Children' => 'Children',
'City' => 'City',
'Close' => 'Close',
'Comp' => 'Comp.',
'Component' => 'Component',
'Country' => 'Country',
'Create' => 'Create',
'CreateProfile' => 'Create Profile',
'Created' => 'Created',
'CreatedBy' => 'Created By',
'Currency' => 'Currency',
'Currencyformat' => 'Currency Format',
'Customized' => 'Customized',
'Deactivate' => 'Deactivate',
'DecimalPoint' => 'Decimal Point',
'Defaults' => 'Defaults',
'Delete' => 'Delete',
'Description' => 'Description',
'Design' => 'Design',
'Destination' => 'Destination',
'Ele' => 'Ele.',
'Element' => 'Element',
'Email' => 'Email',
'EmailAdmin' => 'Email Admin',
'Fast' => 'Fast',
'Features' => 'Features',
'File' => 'File',
'General' => 'General',
'Glass' => 'Glass',
'Group' => 'Group',
'GroupStatus1' => 'Active',
'GroupStatus2' => 'Inactive',
'GroupStatus4' => 'Hidden',
'Groups' => 'Groups',
'Heavy' => 'Heavy',
'Images' => 'Images',
'Inactive' => 'Inactive',
'Install' => 'Install',
'Installed' => 'Installed',
'LAddress' => 'Local Address',
'Language' => 'Language',
'Large' => 'Large',
'Length' => 'Length',
'Light' => 'Light',
'Load' => 'Load',
'Localization' => 'Localization',
'Log' => 'Log',
'LogPath' => 'Log Path',
'Logging' => 'Logging',
'LoginImage' => 'Login Image',
'LoginRetries' => 'Login Retries',
'Loginname' => 'Login Name',
'Long' => 'Long',
'Lowercase' => 'Lowercase',
'Maintenance' => 'Maintenance',
'Medium' => 'Medium',
'Member' => 'Member',
'Members' => 'Members',
'Memcache' => 'Memcache',
'MemoryLimit' => 'Memory Limit',
'Message' => 'Message',
'Module' => 'Module',
'Modules' => 'Modules',
'Name' => 'Name',
'Name1' => 'Name 1',
'Name2' => 'Name 2',
'Name3' => 'Name 3',
'None' => 'None',
'Numberformat' => 'Numberformat',
'Numeric' => 'Numeric',
'Organization' => 'Organization',
'OrganizationName' => 'Organization Name',
'Page' => 'Page',
'Parent' => 'Parent',
'Parents' => 'Parents',
'Password' => 'Password',
'PasswordChangeInterval' => 'Password Change Interval (days)',
'PasswordHistory' => 'Password History',
'PasswordRegex' => 'Password Regex',
'Perm' => 'Perm.',
'Permission' => 'Permission',
'Permissions' => 'Permissions',
'Person' => 'Person',
'Precision' => 'Precision',
'Profile' => 'Profile',
'RAddress' => 'Remote Address',
'ReCache' => 'Re-Cache',
'Read' => 'Read',
'Release' => 'Release',
'Reset' => 'Reset',
'Route' => 'Route',
'Routes' => 'Routes',
'Hook' => 'Hook',
'Hooks' => 'Hooks',
'Running' => 'Running',
'Sea' => 'Sea',
'Search' => 'Search',
'Security' => 'Security',
'Settings' => 'Settings',
'SettingsGeneral' => 'Settings - General',
'Short' => 'Short',
'Single' => 'Single',
'Slow' => 'Slow',
'Small' => 'Small',
'Specialchar' => 'Special character',
'Speed' => 'Speed',
'Status' => 'Status',
'Status0' => 'None',
'Status1' => 'Active',
'Status2' => 'Inactive',
'Status3' => 'Timehout',
'Status4' => 'Banned',
'Tablespoon' => 'Tablespoon',
'Teaspoon' => 'Teaspoon',
'Temperature' => 'Temperature',
'Theme' => 'Theme',
'ThousandsSeparator' => 'Thousands Separator',
'Time' => 'Time',
'Timeformat' => 'Timeformat',
'Timeout' => 'Timeout',
'TimeoutPeriod' => 'Timeout Period (minutes)',
'Timestamp' => 'Timestamp',
'Timezone' => 'Timezone',
'Total' => 'Total',
'Type' => 'Type',
'Uninstall' => 'Uninstall',
'Unit' => 'Unit',
'Update' => 'Update',
'Uppercase' => 'Uppercase',
'Username' => 'Username',
'Value' => 'Value',
'Verb' => 'Verb',
'Version' => 'Version',
'VeryFast' => 'Very Fast',
'VeryHeavy' => 'Very Heavy',
'VeryLarge' => 'Very Large',
'VeryLight' => 'Very Light',
'VeryLong' => 'Very Long',
'VeryShort' => 'Very Short',
'VerySlow' => 'Very Slow',
'VerySmall' => 'Very Small',
'Volume' => 'Volume',
'Warnings' => 'Warnings',
'Website' => 'Website',
'Weight' => 'Weight',
'Zip' => 'Zip',
'Trigger' => 'Trigger',
'ServerStatus' => 'Server Status',
'ServerMode-1' => 'Normal',
'ServerMode-2' => 'Read Only',
'ServerMode-3' => 'Disabled',
'i:LoginRetries' => 'Amount of allowed retries (-1 = unlimited)',
'i:PasswordChangeInterval' => 'Interval in which passwards need to be changed (-1 = never)',
'i:PasswordHistory' => 'New password has to be different from the last N passwords',
'i:PasswordRegex' => 'Password requirement for users',
'i:TimeoutPeriod' => 'Timeout period after too many logins',
'i:loc' => 'IP address or URL for remote access.',
'i:mail' => 'Email address.',
'i:oname' => 'Organization name.',
'i:rc' => 'Forcing re-cache for every user.',
'i:rem' => 'IP address or URL for remote access.',
'i:timef' => 'Time format.',
':s1' => 'Active',
':s2' => 'Inactive',
':s3' => 'Timeout',
':s4' => 'Banned',
'Account' => 'Account',
'Account/Group' => 'Account/Group',
'Accounts' => 'Accounts',
'Activate' => 'Activate',
'Active' => 'Active',
'Activity' => 'Activity',
'Address' => 'Address',
'All' => 'All',
'Amount' => 'Amount',
'App' => 'App',
'Area' => 'Area',
'AuditLog' => 'Audit Log',
'Available' => 'Available',
'Banned' => 'Banned',
'Cache' => 'Cache',
'Change' => 'Change',
'Children' => 'Children',
'City' => 'City',
'Close' => 'Close',
'Comp' => 'Comp.',
'Component' => 'Component',
'Country' => 'Country',
'Create' => 'Create',
'CreateProfile' => 'Create Profile',
'Created' => 'Created',
'CreatedBy' => 'Created By',
'Currency' => 'Currency',
'Currencyformat' => 'Currency Format',
'Customized' => 'Customized',
'Deactivate' => 'Deactivate',
'DecimalPoint' => 'Decimal Point',
'Defaults' => 'Defaults',
'Delete' => 'Delete',
'Description' => 'Description',
'Design' => 'Design',
'Destination' => 'Destination',
'Ele' => 'Ele.',
'Element' => 'Element',
'Email' => 'Email',
'EmailAdmin' => 'Email Admin',
'Fast' => 'Fast',
'Features' => 'Features',
'File' => 'File',
'General' => 'General',
'Glass' => 'Glass',
'Group' => 'Group',
'GroupStatus1' => 'Active',
'GroupStatus2' => 'Inactive',
'GroupStatus4' => 'Hidden',
'Groups' => 'Groups',
'Heavy' => 'Heavy',
'Hook' => 'Hook',
'Hooks' => 'Hooks',
'Images' => 'Images',
'Inactive' => 'Inactive',
'Install' => 'Install',
'Installed' => 'Installed',
'LAddress' => 'Local Address',
'Language' => 'Language',
'Large' => 'Large',
'Length' => 'Length',
'Light' => 'Light',
'Load' => 'Load',
'Localization' => 'Localization',
'Log' => 'Log',
'LogPath' => 'Log Path',
'Logging' => 'Logging',
'LoginImage' => 'Login Image',
'LoginRetries' => 'Login Retries',
'Loginname' => 'Login Name',
'Long' => 'Long',
'Lowercase' => 'Lowercase',
'Maintenance' => 'Maintenance',
'Medium' => 'Medium',
'Member' => 'Member',
'Members' => 'Members',
'Memcache' => 'Memcache',
'MemoryLimit' => 'Memory Limit',
'Message' => 'Message',
'Module' => 'Module',
'Modules' => 'Modules',
'Name' => 'Name',
'Name1' => 'Name 1',
'Name2' => 'Name 2',
'Name3' => 'Name 3',
'None' => 'None',
'Numberformat' => 'Numberformat',
'Numeric' => 'Numeric',
'Organization' => 'Organization',
'OrganizationName' => 'Organization Name',
'OwnPermission' => '',
'Page' => 'Page',
'Pages' => '',
'Parent' => 'Parent',
'Parents' => 'Parents',
'Password' => 'Password',
'PasswordChangeInterval' => 'Password Change Interval (days)',
'PasswordHistory' => 'Password History',
'PasswordRegex' => 'Password Regex',
'Perm' => 'Perm.',
'Permission' => 'Permission',
'Permissions' => 'Permissions',
'Person' => 'Person',
'Precision' => 'Precision',
'Profile' => 'Profile',
'RAddress' => 'Remote Address',
'ReCache' => 'Re-Cache',
'Read' => 'Read',
'Release' => 'Release',
'Reset' => 'Reset',
'Route' => 'Route',
'Routes' => 'Routes',
'Running' => 'Running',
'Sea' => 'Sea',
'Search' => 'Search',
'Security' => 'Security',
'ServerMode-1' => 'Normal',
'ServerMode-2' => 'Read Only',
'ServerMode-3' => 'Disabled',
'ServerStatus' => 'Server Status',
'Settings' => 'Settings',
'SettingsGeneral' => 'Settings - General',
'Short' => 'Short',
'Single' => 'Single',
'Slow' => 'Slow',
'Small' => 'Small',
'Specialchar' => 'Special character',
'Speed' => 'Speed',
'Status' => 'Status',
'Status0' => 'None',
'Status1' => 'Active',
'Status2' => 'Inactive',
'Status3' => 'Timehout',
'Status4' => 'Banned',
'Tablespoon' => 'Tablespoon',
'Teaspoon' => 'Teaspoon',
'Temperature' => 'Temperature',
'Theme' => 'Theme',
'ThousandsSeparator' => 'Thousands Separator',
'Time' => 'Time',
'Timeformat' => 'Timeformat',
'Timeout' => 'Timeout',
'TimeoutPeriod' => 'Timeout Period (minutes)',
'Timestamp' => 'Timestamp',
'Timezone' => 'Timezone',
'Total' => 'Total',
'Trigger' => 'Trigger',
'Type' => 'Type',
'Uninstall' => 'Uninstall',
'Unit' => 'Unit',
'Update' => 'Update',
'Uppercase' => 'Uppercase',
'Username' => 'Username',
'Value' => 'Value',
'Verb' => 'Verb',
'Version' => 'Version',
'VeryFast' => 'Very Fast',
'VeryHeavy' => 'Very Heavy',
'VeryLarge' => 'Very Large',
'VeryLight' => 'Very Light',
'VeryLong' => 'Very Long',
'VeryShort' => 'Very Short',
'VerySlow' => 'Very Slow',
'VerySmall' => 'Very Small',
'Volume' => 'Volume',
'Warnings' => 'Warnings',
'Website' => 'Website',
'Weight' => 'Weight',
'Zip' => 'Zip',
'active' => '',
'available' => '',
'i:LoginRetries' => 'Amount of allowed retries (-1 = unlimited)',
'i:PasswordChangeInterval' => 'Interval in which passwards need to be changed (-1 = never)',
'i:PasswordHistory' => 'New password has to be different from the last N passwords',
'i:PasswordRegex' => 'Password requirement for users',
'i:TimeoutPeriod' => 'Timeout period after too many logins',
'i:loc' => 'IP address or URL for remote access.',
'i:mail' => 'Email address.',
'i:oname' => 'Organization name.',
'i:rc' => 'Forcing re-cache for every user.',
'i:rem' => 'IP address or URL for remote access.',
'i:timef' => 'Time format.',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => 'Oculto',
'Groups' => 'Grupo',
'Heavy' => 'Pesado',
'Hook' => '',
'Hooks' => '',
'Images' => 'Imágenes',
'Inactive' => 'Inactivo',
'Install' => 'Instalar en pc',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'Numérico',
'Organization' => 'Organización',
'OrganizationName' => 'Nombre de la Organización',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => 'Página',
'Pages' => '#VALUE!',
'Parent' => 'Padre',
'Parents' => 'Padres',
'Password' => 'Contraseña',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'Mar',
'Search' => 'Búsqueda',
'Security' => 'Seguridad',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'Ajustes',
'SettingsGeneral' => 'Configuraciones - General',
'Short' => 'Corto',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'Marca de tiempo',
'Timezone' => 'Zona horaria',
'Total' => 'Total',
'Trigger' => '',
'Type' => 'Escribe',
'Uninstall' => 'Desinstalar',
'Unit' => 'Unidad',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'En mayúsculas',
'Username' => 'Nombre de usuario',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'Versión',
'VeryFast' => 'Muy rapido',
'VeryHeavy' => 'Muy pesado',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'Sitio web',
'Weight' => 'Peso',
'Zip' => 'Cremallera',
'active' => '',
'available' => '',
'i:LoginRetries' => 'Cantidad de reintentos permitidos (-1 = ilimitado)',
'i:PasswordChangeInterval' => 'Intervalo en el que deben cambiarse los pases (-1 = nunca)',
'i:PasswordHistory' => 'La nueva contraseña tiene que ser diferente de las últimas n contraseñas',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => 'Obligando a la reochección para cada usuario.',
'i:rem' => 'Dirección IP o URL para acceso remoto.',
'i:timef' => 'Formato de tiempo.',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => 'Piilotettu',
'Groups' => 'Ryhmät',
'Heavy' => 'Raskas',
'Hook' => '',
'Hooks' => '',
'Images' => 'Kuvat',
'Inactive' => 'Epäaktiivinen',
'Install' => 'Asentaa',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'Numeerinen',
'Organization' => 'Organisaatio',
'OrganizationName' => 'Organisaation nimi',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => 'Sivu',
'Pages' => '#VALUE!',
'Parent' => 'Vanhempi',
'Parents' => 'Vanhemmat',
'Password' => 'Salasana',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'Meri',
'Search' => 'Hae',
'Security' => 'Turvallisuus',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'asetukset',
'SettingsGeneral' => 'Asetukset - Yleistä',
'Short' => 'Lyhyt',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'Aikaleima',
'Timezone' => 'Aikavyöhyke',
'Total' => 'Kaikki yhteensä',
'Trigger' => '',
'Type' => 'Tyyppi',
'Uninstall' => 'Poistaa',
'Unit' => 'Yksikkö',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'Isot kirjaimet',
'Username' => 'Käyttäjätunnus',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'Versio',
'VeryFast' => 'Erittäin nopea',
'VeryHeavy' => 'Erittäin painava',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'Verkkosivusto',
'Weight' => 'Paino',
'Zip' => 'Postinumero',
'active' => '',
'available' => '',
'i:LoginRetries' => 'Sallittujen uudelleentarkastelujen määrä (-1 = rajoittamaton)',
'i:PasswordChangeInterval' => 'Aikaväli, jossa ohjaa tarvitse vaihtaa (-1 = ei koskaan)',
'i:PasswordHistory' => 'Uusi salasana on erilainen kuin viimeiset n salasanat',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => 'Pakottaa uudelleen välimuistin jokaiselle käyttäjälle.',
'i:rem' => 'IP-osoite tai URL-osoite etäkäyttöön.',
'i:timef' => 'Aikamuoto.',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => 'Caché',
'Groups' => 'Groupes',
'Heavy' => 'Lourd',
'Hook' => '',
'Hooks' => '',
'Images' => 'Images',
'Inactive' => 'Inactif',
'Install' => 'Installer',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'Numérique',
'Organization' => 'Organisation',
'OrganizationName' => 'nom de l\'organisation',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => 'Page',
'Pages' => '#VALUE!',
'Parent' => 'Parent',
'Parents' => 'Parents',
'Password' => 'Mot de passe',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'Mer',
'Search' => 'Chercher',
'Security' => 'Sécurité',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'Réglages',
'SettingsGeneral' => 'Paramètres - Général',
'Short' => 'Court',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'Horodatage',
'Timezone' => 'Fuseau horaire',
'Total' => 'Le total',
'Trigger' => '',
'Type' => 'Taper',
'Uninstall' => 'Désinstaller',
'Unit' => 'Unité',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'Majuscule',
'Username' => 'Nom d\'utilisateur',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'Version',
'VeryFast' => 'Très vite',
'VeryHeavy' => 'Très lourd',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'Site Internet',
'Weight' => 'Poids',
'Zip' => 'Zipper',
'active' => '',
'available' => '',
'i:LoginRetries' => 'Quantité de tentatives autorisées (-1 = illimitées)',
'i:PasswordChangeInterval' => 'Intervalle dans lequel Passward doit être changé (-1 = jamais)',
'i:PasswordHistory' => 'Un nouveau mot de passe doit être différent des derniers mots de passe n',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => 'Forcer la ré-cache pour chaque utilisateur.',
'i:rem' => 'Adresse IP ou URL pour un accès à distance.',
'i:timef' => 'Format de l\'heure.',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => 'Rejtett',
'Groups' => 'Csoportok',
'Heavy' => 'Nehéz',
'Hook' => '',
'Hooks' => '',
'Images' => 'Kép',
'Inactive' => 'Inaktív',
'Install' => 'Telepítés',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'Számszerű',
'Organization' => 'Szervezet',
'OrganizationName' => 'Szervezet neve',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => 'Oldal',
'Pages' => '#VALUE!',
'Parent' => 'Szülő',
'Parents' => 'Szülők',
'Password' => 'Jelszó',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'Tenger',
'Search' => 'Keresés',
'Security' => 'Biztonság',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'Beállítások',
'SettingsGeneral' => 'Beállítások - Általános',
'Short' => 'Rövid',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'Időbélyeg',
'Timezone' => 'Időzóna',
'Total' => 'Teljes',
'Trigger' => '',
'Type' => 'típus',
'Uninstall' => 'Eltávolítás',
'Unit' => 'Mértékegység',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'Nagybetűs',
'Username' => 'Felhasználónév',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'Változat',
'VeryFast' => 'Nagyon gyors',
'VeryHeavy' => 'Nagyon nehéz',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'Weboldal',
'Weight' => 'Súly',
'Zip' => 'Postai irányítószám',
'active' => '',
'available' => '',
'i:LoginRetries' => 'Az engedélyezett újítások összege (-1 = korlátlan)',
'i:PasswordChangeInterval' => 'Az áthaladó időközönként meg kell változtatni (-1 = soha)',
'i:PasswordHistory' => 'Az új jelszónak az utolsó n jelszavaktól eltérőnek kell lennie',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => 'Az újbóli gyorsítótárat minden felhasználó számára kényszeríti.',
'i:rem' => 'IP-cím vagy URL a távoli hozzáféréshez.',
'i:timef' => 'Idő formátum.',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => 'Nascosto',
'Groups' => 'Gruppi',
'Heavy' => 'Pesante',
'Hook' => '',
'Hooks' => '',
'Images' => 'immagini',
'Inactive' => 'Non attivo',
'Install' => 'Installare',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'Numerico',
'Organization' => 'Organizzazione',
'OrganizationName' => 'Nome dell\'organizzazione',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => 'Pagina',
'Pages' => '#VALUE!',
'Parent' => 'Genitore',
'Parents' => 'Genitori',
'Password' => 'Parola d\'ordine',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'Mare',
'Search' => 'Ricerca',
'Security' => 'Sicurezza',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'Impostazioni',
'SettingsGeneral' => 'Impostazioni - Generale',
'Short' => 'Corto',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'Timestamp',
'Timezone' => 'Fuso orario',
'Total' => 'Totale',
'Trigger' => '',
'Type' => 'Tipo',
'Uninstall' => 'Disinstallare',
'Unit' => 'Unità',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'Maiuscolo',
'Username' => 'Nome utente',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'Versione',
'VeryFast' => 'Molto veloce',
'VeryHeavy' => 'Molto pesante',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'Sito web',
'Weight' => 'Peso',
'Zip' => 'Cerniera lampo',
'active' => '',
'available' => '',
'i:LoginRetries' => 'Quantità di tentativi consentiti (-1 = illimitato)',
'i:PasswordChangeInterval' => 'Intervallo in cui il passaggio deve essere cambiato (-1 = mai)',
'i:PasswordHistory' => 'La nuova password deve essere diversa dalle ultime password n',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => 'Forzare la ri-cache per ogni utente.',
'i:rem' => 'Indirizzo IP o URL per l\'accesso remoto.',
'i:timef' => 'Formato orario.',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => '隠れた',
'Groups' => '団体',
'Heavy' => '重い',
'Hook' => '',
'Hooks' => '',
'Images' => 'images',
'Inactive' => '非活性',
'Install' => 'インストール',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => '数字の数',
'Organization' => '組織',
'OrganizationName' => '組織名',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => 'ページ',
'Pages' => '#VALUE!',
'Parent' => '親',
'Parents' => '両親',
'Password' => 'パスワード',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => '海',
'Search' => '検索',
'Security' => '安全',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => '設定',
'SettingsGeneral' => '設定 - 一般',
'Short' => '短い',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'タイムスタンプ',
'Timezone' => 'タイムゾーン',
'Total' => '合計',
'Trigger' => '',
'Type' => 'タイプ',
'Uninstall' => 'アンインストール',
'Unit' => '単位',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => '大文字',
'Username' => 'username.',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'バージョン',
'VeryFast' => 'とても早い',
'VeryHeavy' => 'とても重い',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'Webサイト',
'Weight' => '重さ',
'Zip' => 'ジップ',
'active' => '',
'available' => '',
'i:LoginRetries' => '許容再試行量(-1 =無制限)',
'i:PasswordChangeInterval' => 'パスワードを変更する必要がある間隔(-1 =絶対値)',
'i:PasswordHistory' => '新しいパスワードは最後のNパスワードと異なる必要があります',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => 'すべてのユーザーの再キャッシュを強制します。',
'i:rem' => 'リモートアクセスのためのIPアドレスまたはURL。',
'i:timef' => '時間形式',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => '숨겨진',
'Groups' => '여러 떼',
'Heavy' => '무거운',
'Hook' => '',
'Hooks' => '',
'Images' => '이미지',
'Inactive' => '비활성으로',
'Install' => '설치',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => '숫자',
'Organization' => '조직',
'OrganizationName' => '조직 이름',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => '페이지',
'Pages' => '#VALUE!',
'Parent' => '부모의',
'Parents' => '부모',
'Password' => '비밀번호',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => '바다',
'Search' => '찾다',
'Security' => '보안',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => '설정',
'SettingsGeneral' => '설정 - 일반',
'Short' => '짧은',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => '타임 스탬프',
'Timezone' => '시간대',
'Total' => '총',
'Trigger' => '',
'Type' => '유형',
'Uninstall' => '제거',
'Unit' => '단위',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => '대문자',
'Username' => '사용자 이름',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => '버전',
'VeryFast' => '매우 빨리',
'VeryHeavy' => '매우 무겁다',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => '웹 사이트',
'Weight' => '무게',
'Zip' => '지퍼',
'active' => '',
'available' => '',
'i:LoginRetries' => '허용되는 재시도 양 (-1 = 무제한)',
'i:PasswordChangeInterval' => '패스를 변경 해야하는 간격 (-1 = 절대)',
'i:PasswordHistory' => '새 암호는 마지막 n 암호와 다를 수 있어야합니다.',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => '모든 사용자에 대해 다시 캐시를 강요합니다.',
'i:rem' => '원격 액세스를위한 IP 주소 또는 URL.',
'i:timef' => '시간 형식.',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => 'Gjemt',
'Groups' => 'Grupper',
'Heavy' => 'Tung',
'Hook' => '',
'Hooks' => '',
'Images' => 'Bilder',
'Inactive' => 'Inaktiv',
'Install' => 'Installere',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'Numerisk',
'Organization' => 'Organisasjon',
'OrganizationName' => 'Organisasjonsnavn',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => 'Side',
'Pages' => '#VALUE!',
'Parent' => 'Foreldre',
'Parents' => 'Foreldre',
'Password' => 'Passord',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'Hav',
'Search' => 'Søk',
'Security' => 'Sikkerhet',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'Innstillinger',
'SettingsGeneral' => 'Innstillinger - Generelt',
'Short' => 'Kort',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'Tidsstempel',
'Timezone' => 'Tidssone',
'Total' => 'Total',
'Trigger' => '',
'Type' => 'Type',
'Uninstall' => 'Avinstaller',
'Unit' => 'Enhet',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'Stor bokstav',
'Username' => 'Brukernavn',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'Versjon',
'VeryFast' => 'Veldig fort',
'VeryHeavy' => 'Veldig tung',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'Nettside',
'Weight' => 'Vekt',
'Zip' => 'Glidelås',
'active' => '',
'available' => '',
'i:LoginRetries' => 'Mengde tillatt retries (-1 = ubegrenset)',
'i:PasswordChangeInterval' => 'Intervall i hvilken passasje må endres (-1 = aldri)',
'i:PasswordHistory' => 'Nytt passord må være forskjellig fra de siste N-passordene',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => 'Tvinge re-cache for hver bruker.',
'i:rem' => 'IP-adresse eller URL for ekstern tilgang.',
'i:timef' => 'Tidsformat.',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => 'Ukryty',
'Groups' => 'Grupy',
'Heavy' => 'Ciężki',
'Hook' => '',
'Hooks' => '',
'Images' => 'Obrazy',
'Inactive' => 'Nieaktywny',
'Install' => 'zainstalować',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'Numeryczny',
'Organization' => 'Organizacja',
'OrganizationName' => 'Nazwa organizacji',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => 'Strona',
'Pages' => '#VALUE!',
'Parent' => 'Rodzic',
'Parents' => 'Rodzice',
'Password' => 'Hasło',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'Morze',
'Search' => 'Szukaj',
'Security' => 'Bezpieczeństwo',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'Ustawienia',
'SettingsGeneral' => 'Ustawienia - Ogólne',
'Short' => 'Niski',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'Znak czasu',
'Timezone' => 'Strefa czasowa',
'Total' => 'Całkowity',
'Trigger' => '',
'Type' => 'Rodzaj',
'Uninstall' => 'Odinstalować',
'Unit' => 'Jednostka',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'Duże litery',
'Username' => 'Nazwa użytkownika',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'Wersja',
'VeryFast' => 'Bardzo szybki',
'VeryHeavy' => 'Bardzo ciężki',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'Stronie internetowej',
'Weight' => 'Waga',
'Zip' => 'Zamek błyskawiczny',
'active' => '',
'available' => '',
'i:LoginRetries' => 'Ilość dozwolonych prób (-1 = nieograniczona)',
'i:PasswordChangeInterval' => 'Interwał, w którym należy zmienić przekazywanie (-1 = nigdy)',
'i:PasswordHistory' => 'Nowe hasło musi być inne od ostatnich n haseł',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => 'Wymuszanie pamięci podręcznej dla każdego użytkownika.',
'i:rem' => 'Adres IP lub adres URL do zdalnego dostępu.',
'i:timef' => 'Format czasu.',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => 'Escondido',
'Groups' => 'Grupos',
'Heavy' => 'Pesado',
'Hook' => '',
'Hooks' => '',
'Images' => 'Imagens',
'Inactive' => 'Inativo',
'Install' => 'Instalar',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'Numérico',
'Organization' => 'Organização',
'OrganizationName' => 'Nome da organização',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => 'Página',
'Pages' => '#VALUE!',
'Parent' => 'Pai',
'Parents' => 'Pais',
'Password' => 'Senha',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'Mar',
'Search' => 'Procurar',
'Security' => 'Segurança',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'Configurações',
'SettingsGeneral' => 'Configurações - Geral',
'Short' => 'Baixo',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'Timestamp',
'Timezone' => 'Fuso horário',
'Total' => 'Total',
'Trigger' => '',
'Type' => 'Modelo',
'Uninstall' => 'Desinstalar',
'Unit' => 'Unidade',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'Maiúsculas',
'Username' => 'Nome do usuário',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'Versão',
'VeryFast' => 'Muito rápido',
'VeryHeavy' => 'Muito pesado',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'Local na rede Internet',
'Weight' => 'Peso',
'Zip' => 'Fecho eclair',
'active' => '',
'available' => '',
'i:LoginRetries' => 'Quantidade de tentativas permitidas (-1 = ilimitadas)',
'i:PasswordChangeInterval' => 'Intervalo em que passewards precisa ser alterado (-1 = nunca)',
'i:PasswordHistory' => 'Nova senha tem que ser diferente das últimas ninhas',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => 'Forçando o re-cache para cada usuário.',
'i:rem' => 'Endereço IP ou URL para acesso remoto.',
'i:timef' => 'Formato de tempo.',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => 'Скрытый',
'Groups' => 'Группы',
'Heavy' => 'Тяжелый',
'Hook' => '',
'Hooks' => '',
'Images' => 'Картинки',
'Inactive' => 'Неактивный',
'Install' => 'Установить',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'Численность',
'Organization' => 'Организация',
'OrganizationName' => 'Название организации',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => 'Страница',
'Pages' => '#VALUE!',
'Parent' => 'Родитель',
'Parents' => 'Родители',
'Password' => 'Пароль',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'Море',
'Search' => 'Поиск',
'Security' => 'Безопасность',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'Настройки',
'SettingsGeneral' => 'Настройки - General.',
'Short' => 'Короткий',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'Timestamp',
'Timezone' => 'Часовой пояс',
'Total' => 'Всего',
'Trigger' => '',
'Type' => 'Тип',
'Uninstall' => 'Удалить',
'Unit' => 'Единица измерения',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'Верхний регистр',
'Username' => 'Имя пользователя',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'Версия',
'VeryFast' => 'Очень быстро',
'VeryHeavy' => 'Очень тяжело',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'Веб-сайт',
'Weight' => 'Масса',
'Zip' => 'Zip.',
'active' => '',
'available' => '',
'i:LoginRetries' => 'Количество разрешенных повторных попыток (-1 = неограниченное)',
'i:PasswordChangeInterval' => 'Интервал, в котором паспространники должны быть изменены (-1 = никогда)',
'i:PasswordHistory' => 'Новый пароль должен быть отличаться от последних n паролей',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => 'Принудительный повторный кэш для каждого пользователя.',
'i:rem' => 'IP-адрес или URL для удаленного доступа.',
'i:timef' => 'Формат времени.',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => 'Dold',
'Groups' => 'Grupp',
'Heavy' => 'Tung',
'Hook' => '',
'Hooks' => '',
'Images' => 'Bilder',
'Inactive' => 'Inaktiv',
'Install' => 'Installera',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'Numerisk',
'Organization' => 'Organisation',
'OrganizationName' => 'organisations namn',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => 'Sida',
'Pages' => '#VALUE!',
'Parent' => 'Förälder',
'Parents' => 'Föräldrar',
'Password' => 'Lösenord',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'Hav',
'Search' => 'Sök',
'Security' => 'säkerhet',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'inställningar',
'SettingsGeneral' => 'Inställningar - Allmänt',
'Short' => 'Kort',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'Tidsstämpel',
'Timezone' => 'Tidszon',
'Total' => 'Total',
'Trigger' => '',
'Type' => 'Typ',
'Uninstall' => 'Avinstallera',
'Unit' => 'Enhet',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'Versal',
'Username' => 'Användarnamn',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'Version',
'VeryFast' => 'Väldigt snabbt',
'VeryHeavy' => 'Väldigt tung',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'Hemsida',
'Weight' => 'Vikt',
'Zip' => 'Blixtlås',
'active' => '',
'available' => '',
'i:LoginRetries' => 'Mängden tillåtna retries (-1 = obegränsat)',
'i:PasswordChangeInterval' => 'Intervall där passager måste ändras (-1 = aldrig)',
'i:PasswordHistory' => 'Nytt lösenord måste skilja sig från de senaste n-lösenorden',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => 'Tvinga åter cache för varje användare.',
'i:rem' => 'IP-adress eller URL för fjärråtkomst.',
'i:timef' => 'Tidsformat.',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => 'ที่ซ่อนอยู่',
'Groups' => 'กลุ่ม',
'Heavy' => 'หนัก',
'Hook' => '',
'Hooks' => '',
'Images' => 'ภาพ',
'Inactive' => 'ไม่ใช้งาน',
'Install' => 'ติดตั้ง',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'เป็นตัวเลข',
'Organization' => 'องค์กร',
'OrganizationName' => 'ชื่อองค์กร',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => 'หน้าหนังสือ',
'Pages' => '#VALUE!',
'Parent' => 'พ่อแม่',
'Parents' => 'ผู้ปกครอง',
'Password' => 'รหัสผ่าน',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'ทะเล',
'Search' => 'ค้นหา',
'Security' => 'ความปลอดภัย',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'การตั้งค่า',
'SettingsGeneral' => 'การตั้งค่า - ทั่วไป',
'Short' => 'สั้น',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'การประทับเวลา',
'Timezone' => 'เขตเวลา',
'Total' => 'ทั้งหมด',
'Trigger' => '',
'Type' => 'พิมพ์',
'Uninstall' => 'ถอนการติดตั้ง',
'Unit' => 'หน่วย',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'ตัวพิมพ์ใหญ่',
'Username' => 'ชื่อผู้ใช้',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'รุ่น',
'VeryFast' => 'เร็วมาก',
'VeryHeavy' => 'หนักมาก',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'เว็บไซต์',
'Weight' => 'น้ำหนัก',
'Zip' => 'ซิป',
'active' => '',
'available' => '',
'i:LoginRetries' => 'จำนวนเงินที่อนุญาตอนุญาต (-1 = ไม่ จำกัด )',
'i:PasswordChangeInterval' => 'ช่วงเวลาที่ต้องเปลี่ยนไป (-1 = ไม่เคย)',
'i:PasswordHistory' => 'รหัสผ่านใหม่จะต้องแตกต่างจากรหัสผ่าน n ล่าสุด',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => 'บังคับให้แคชอีกครั้งสำหรับผู้ใช้ทุกคน',
'i:rem' => 'ที่อยู่ IP หรือ URL สำหรับการเข้าถึงระยะไกล',
'i:timef' => 'รูปแบบเวลา',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => 'Gizlenmiş',
'Groups' => 'Gruplar',
'Heavy' => 'Ağır',
'Hook' => '',
'Hooks' => '',
'Images' => 'Görüntüler',
'Inactive' => 'Aktif olmayan',
'Install' => 'Düzenlemek',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'Sayısal',
'Organization' => 'Organizasyon',
'OrganizationName' => 'Kuruluş Adı',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => 'Sayfa',
'Pages' => '#VALUE!',
'Parent' => 'Ebeveyn',
'Parents' => 'Ebeveynler',
'Password' => 'Parola',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'Deniz',
'Search' => 'Aramak',
'Security' => 'Güvenlik',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'Ayarlar',
'SettingsGeneral' => 'Ayarlar - Genel',
'Short' => 'Kısa',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'Zaman damgası',
'Timezone' => 'Saat dilimi',
'Total' => 'Toplam',
'Trigger' => '',
'Type' => 'Tip',
'Uninstall' => 'Kaldırma',
'Unit' => 'Birim',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'Büyük harf',
'Username' => 'Kullanıcı adı',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'Sürüm',
'VeryFast' => 'Çok hızlı',
'VeryHeavy' => 'Çok ağır',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'İnternet sitesi',
'Weight' => 'Ağırlık',
'Zip' => 'Zip',
'active' => '',
'available' => '',
'i:LoginRetries' => 'İzin verilen deneme miktarı (-1 = sınırsız)',
'i:PasswordChangeInterval' => 'Geçişlerin değiştirilmesi gereken aralık (-1 = asla)',
'i:PasswordHistory' => 'Yeni şifrenin son N şifrelerinden farklı olması gerekir.',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => 'Her kullanıcı için yeniden önbellek zorlamak.',
'i:rem' => 'Uzaktan erişim için IP adresi veya URL.',
'i:timef' => 'Zaman formatı.',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => 'Прихований',
'Groups' => 'Групи',
'Heavy' => 'Важкий',
'Hook' => '',
'Hooks' => '',
'Images' => 'Зображення',
'Inactive' => 'Неактивний',
'Install' => 'Установлювати',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'Числовий',
'Organization' => 'Організація',
'OrganizationName' => 'Назва організації',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => 'Сторінка',
'Pages' => '#VALUE!',
'Parent' => 'Батько',
'Parents' => 'Батьки',
'Password' => 'Пароль',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'Море',
'Search' => 'Пошук',
'Security' => 'Безпека',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'Налаштування',
'SettingsGeneral' => 'Налаштування - загальний',
'Short' => 'Короткий',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'Мітка',
'Timezone' => 'Часовий пояс',
'Total' => 'Загальний',
'Trigger' => '',
'Type' => 'Тип',
'Uninstall' => 'Видаляти',
'Unit' => 'Підрозділ',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'Верхній',
'Username' => 'Ім\'я користувача',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'Версія',
'VeryFast' => 'Дуже швидко',
'VeryHeavy' => 'Дуже важкий',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'Веб-сайт',
'Weight' => 'Вага',
'Zip' => 'Блиск',
'active' => '',
'available' => '',
'i:LoginRetries' => 'Кількість дозволених спроб (-1 = необмежена)',
'i:PasswordChangeInterval' => 'Інтервал, в якому пройти необхідно змінити (-1 = ніколи)',
'i:PasswordHistory' => 'Новий пароль повинен відрізнятися від останніх російських паролів',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => 'Змушуючи повторно кешувати для кожного користувача.',
'i:rem' => 'IP-адреса або URL-адреса для віддаленого доступу.',
'i:timef' => 'Формат часу.',
'inactive' => '',
]];

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => '隐',
'Groups' => '团体',
'Heavy' => '重的',
'Hook' => '',
'Hooks' => '',
'Images' => '图片',
'Inactive' => '不活跃',
'Install' => '安装',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => '数字',
'Organization' => '组织',
'OrganizationName' => '机构名称',
'Pages' => '#VALUE!',
'OwnPermission' => '',
'Page' => '页',
'Pages' => '#VALUE!',
'Parent' => '父母',
'Parents' => '父母',
'Password' => '密码',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => '海',
'Search' => '搜索',
'Security' => '安全',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => '设置',
'SettingsGeneral' => '设置 - 一般',
'Short' => '短的',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => '时间戳',
'Timezone' => '时区',
'Total' => '全部的',
'Trigger' => '',
'Type' => '类型',
'Uninstall' => '卸载',
'Unit' => '单元',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => '大写',
'Username' => '用户名',
'Value' => '#VALUE!',
'Verb' => '',
'Version' => '版本',
'VeryFast' => '非常快',
'VeryHeavy' => '非常重',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => '网站',
'Weight' => '重量',
'Zip' => '压缩',
'active' => '',
'available' => '',
'i:LoginRetries' => '允许的重试量(-1 =无限)',
'i:PasswordChangeInterval' => '乘语需要更改的间隔(-1 =永远不会)',
'i:PasswordHistory' => '新密码必须与最后一个密码不同',
@ -188,4 +199,5 @@ return ['Admin' => [
'i:rc' => '为每个用户强制重新缓存。',
'i:rem' => '用于远程访问的IP地址或URL。',
'i:timef' => '时间格式。',
'inactive' => '',
]];