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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -68,6 +68,8 @@ return ['Admin' => [
'GroupStatus4' => 'Skrytý', 'GroupStatus4' => 'Skrytý',
'Groups' => 'Skupiny', 'Groups' => 'Skupiny',
'Heavy' => 'Těžký', 'Heavy' => 'Těžký',
'Hook' => '',
'Hooks' => '',
'Images' => 'snímky', 'Images' => 'snímky',
'Inactive' => 'Neaktivní', 'Inactive' => 'Neaktivní',
'Install' => 'Nainstalujte', 'Install' => 'Nainstalujte',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'Numeric.', 'Numeric' => 'Numeric.',
'Organization' => 'Organizace', 'Organization' => 'Organizace',
'OrganizationName' => 'Název organizace', 'OrganizationName' => 'Název organizace',
'Pages' => '#VALUE!', 'OwnPermission' => '',
'Page' => 'Strana', 'Page' => 'Strana',
'Pages' => '#VALUE!',
'Parent' => 'Rodič', 'Parent' => 'Rodič',
'Parents' => 'Rodiče', 'Parents' => 'Rodiče',
'Password' => 'Heslo', 'Password' => 'Heslo',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'Moře', 'Sea' => 'Moře',
'Search' => 'Vyhledávání', 'Search' => 'Vyhledávání',
'Security' => 'Bezpečnostní', 'Security' => 'Bezpečnostní',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'Nastavení', 'Settings' => 'Nastavení',
'SettingsGeneral' => 'Nastavení - General.', 'SettingsGeneral' => 'Nastavení - General.',
'Short' => 'Krátký', 'Short' => 'Krátký',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'Timestamp', 'Timestamp' => 'Timestamp',
'Timezone' => 'Časové pásmo', 'Timezone' => 'Časové pásmo',
'Total' => 'Celkový', 'Total' => 'Celkový',
'Trigger' => '',
'Type' => 'Typ', 'Type' => 'Typ',
'Uninstall' => 'Odinstalovat', 'Uninstall' => 'Odinstalovat',
'Unit' => 'Jednotka', 'Unit' => 'Jednotka',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'Velká písmena', 'Uppercase' => 'Velká písmena',
'Username' => 'Uživatelské jméno', 'Username' => 'Uživatelské jméno',
'Value' => '#VALUE!', 'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'Verze', 'Version' => 'Verze',
'VeryFast' => 'Velmi rychle', 'VeryFast' => 'Velmi rychle',
'VeryHeavy' => 'Velmi těžký', 'VeryHeavy' => 'Velmi těžký',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'webová stránka', 'Website' => 'webová stránka',
'Weight' => 'Hmotnost', 'Weight' => 'Hmotnost',
'Zip' => 'Zip', 'Zip' => 'Zip',
'active' => '',
'available' => '',
'i:LoginRetries' => 'Množství povolených opakování (-1 = neomezené)', '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: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', '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: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:rem' => 'IP adresa nebo URL pro vzdálený přístup.',
'i:timef' => 'Časový formát.', 'i:timef' => 'Časový formát.',
'inactive' => '',
]]; ]];

View File

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

View File

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

View File

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

View File

@ -13,186 +13,191 @@
declare(strict_types=1); declare(strict_types=1);
return ['Admin' => [ return ['Admin' => [
':s1' => 'Active', ':s1' => 'Active',
':s2' => 'Inactive', ':s2' => 'Inactive',
':s3' => 'Timeout', ':s3' => 'Timeout',
':s4' => 'Banned', ':s4' => 'Banned',
'Account' => 'Account', 'Account' => 'Account',
'Account/Group' => 'Account/Group', 'Account/Group' => 'Account/Group',
'Accounts' => 'Accounts', 'Accounts' => 'Accounts',
'Activate' => 'Activate', 'Activate' => 'Activate',
'Active' => 'Active', 'Active' => 'Active',
'Activity' => 'Activity', 'Activity' => 'Activity',
'Address' => 'Address', 'Address' => 'Address',
'All' => 'All', 'All' => 'All',
'Amount' => 'Amount', 'Amount' => 'Amount',
'App' => 'App', 'App' => 'App',
'Area' => 'Area', 'Area' => 'Area',
'AuditLog' => 'Audit Log', 'AuditLog' => 'Audit Log',
'Available' => 'Available', 'Available' => 'Available',
'Banned' => 'Banned', 'Banned' => 'Banned',
'Cache' => 'Cache', 'Cache' => 'Cache',
'Change' => 'Change', 'Change' => 'Change',
'Children' => 'Children', 'Children' => 'Children',
'City' => 'City', 'City' => 'City',
'Close' => 'Close', 'Close' => 'Close',
'Comp' => 'Comp.', 'Comp' => 'Comp.',
'Component' => 'Component', 'Component' => 'Component',
'Country' => 'Country', 'Country' => 'Country',
'Create' => 'Create', 'Create' => 'Create',
'CreateProfile' => 'Create Profile', 'CreateProfile' => 'Create Profile',
'Created' => 'Created', 'Created' => 'Created',
'CreatedBy' => 'Created By', 'CreatedBy' => 'Created By',
'Currency' => 'Currency', 'Currency' => 'Currency',
'Currencyformat' => 'Currency Format', 'Currencyformat' => 'Currency Format',
'Customized' => 'Customized', 'Customized' => 'Customized',
'Deactivate' => 'Deactivate', 'Deactivate' => 'Deactivate',
'DecimalPoint' => 'Decimal Point', 'DecimalPoint' => 'Decimal Point',
'Defaults' => 'Defaults', 'Defaults' => 'Defaults',
'Delete' => 'Delete', 'Delete' => 'Delete',
'Description' => 'Description', 'Description' => 'Description',
'Design' => 'Design', 'Design' => 'Design',
'Destination' => 'Destination', 'Destination' => 'Destination',
'Ele' => 'Ele.', 'Ele' => 'Ele.',
'Element' => 'Element', 'Element' => 'Element',
'Email' => 'Email', 'Email' => 'Email',
'EmailAdmin' => 'Email Admin', 'EmailAdmin' => 'Email Admin',
'Fast' => 'Fast', 'Fast' => 'Fast',
'Features' => 'Features', 'Features' => 'Features',
'File' => 'File', 'File' => 'File',
'General' => 'General', 'General' => 'General',
'Glass' => 'Glass', 'Glass' => 'Glass',
'Group' => 'Group', 'Group' => 'Group',
'GroupStatus1' => 'Active', 'GroupStatus1' => 'Active',
'GroupStatus2' => 'Inactive', 'GroupStatus2' => 'Inactive',
'GroupStatus4' => 'Hidden', 'GroupStatus4' => 'Hidden',
'Groups' => 'Groups', 'Groups' => 'Groups',
'Heavy' => 'Heavy', 'Heavy' => 'Heavy',
'Images' => 'Images', 'Hook' => 'Hook',
'Inactive' => 'Inactive', 'Hooks' => 'Hooks',
'Install' => 'Install', 'Images' => 'Images',
'Installed' => 'Installed', 'Inactive' => 'Inactive',
'LAddress' => 'Local Address', 'Install' => 'Install',
'Language' => 'Language', 'Installed' => 'Installed',
'Large' => 'Large', 'LAddress' => 'Local Address',
'Length' => 'Length', 'Language' => 'Language',
'Light' => 'Light', 'Large' => 'Large',
'Load' => 'Load', 'Length' => 'Length',
'Localization' => 'Localization', 'Light' => 'Light',
'Log' => 'Log', 'Load' => 'Load',
'LogPath' => 'Log Path', 'Localization' => 'Localization',
'Logging' => 'Logging', 'Log' => 'Log',
'LoginImage' => 'Login Image', 'LogPath' => 'Log Path',
'LoginRetries' => 'Login Retries', 'Logging' => 'Logging',
'Loginname' => 'Login Name', 'LoginImage' => 'Login Image',
'Long' => 'Long', 'LoginRetries' => 'Login Retries',
'Lowercase' => 'Lowercase', 'Loginname' => 'Login Name',
'Maintenance' => 'Maintenance', 'Long' => 'Long',
'Medium' => 'Medium', 'Lowercase' => 'Lowercase',
'Member' => 'Member', 'Maintenance' => 'Maintenance',
'Members' => 'Members', 'Medium' => 'Medium',
'Memcache' => 'Memcache', 'Member' => 'Member',
'MemoryLimit' => 'Memory Limit', 'Members' => 'Members',
'Message' => 'Message', 'Memcache' => 'Memcache',
'Module' => 'Module', 'MemoryLimit' => 'Memory Limit',
'Modules' => 'Modules', 'Message' => 'Message',
'Name' => 'Name', 'Module' => 'Module',
'Name1' => 'Name 1', 'Modules' => 'Modules',
'Name2' => 'Name 2', 'Name' => 'Name',
'Name3' => 'Name 3', 'Name1' => 'Name 1',
'None' => 'None', 'Name2' => 'Name 2',
'Numberformat' => 'Numberformat', 'Name3' => 'Name 3',
'Numeric' => 'Numeric', 'None' => 'None',
'Organization' => 'Organization', 'Numberformat' => 'Numberformat',
'OrganizationName' => 'Organization Name', 'Numeric' => 'Numeric',
'Page' => 'Page', 'Organization' => 'Organization',
'Parent' => 'Parent', 'OrganizationName' => 'Organization Name',
'Parents' => 'Parents', 'OwnPermission' => '',
'Password' => 'Password', 'Page' => 'Page',
'PasswordChangeInterval' => 'Password Change Interval (days)', 'Pages' => '',
'PasswordHistory' => 'Password History', 'Parent' => 'Parent',
'PasswordRegex' => 'Password Regex', 'Parents' => 'Parents',
'Perm' => 'Perm.', 'Password' => 'Password',
'Permission' => 'Permission', 'PasswordChangeInterval' => 'Password Change Interval (days)',
'Permissions' => 'Permissions', 'PasswordHistory' => 'Password History',
'Person' => 'Person', 'PasswordRegex' => 'Password Regex',
'Precision' => 'Precision', 'Perm' => 'Perm.',
'Profile' => 'Profile', 'Permission' => 'Permission',
'RAddress' => 'Remote Address', 'Permissions' => 'Permissions',
'ReCache' => 'Re-Cache', 'Person' => 'Person',
'Read' => 'Read', 'Precision' => 'Precision',
'Release' => 'Release', 'Profile' => 'Profile',
'Reset' => 'Reset', 'RAddress' => 'Remote Address',
'Route' => 'Route', 'ReCache' => 'Re-Cache',
'Routes' => 'Routes', 'Read' => 'Read',
'Hook' => 'Hook', 'Release' => 'Release',
'Hooks' => 'Hooks', 'Reset' => 'Reset',
'Running' => 'Running', 'Route' => 'Route',
'Sea' => 'Sea', 'Routes' => 'Routes',
'Search' => 'Search', 'Running' => 'Running',
'Security' => 'Security', 'Sea' => 'Sea',
'Settings' => 'Settings', 'Search' => 'Search',
'SettingsGeneral' => 'Settings - General', 'Security' => 'Security',
'Short' => 'Short', 'ServerMode-1' => 'Normal',
'Single' => 'Single', 'ServerMode-2' => 'Read Only',
'Slow' => 'Slow', 'ServerMode-3' => 'Disabled',
'Small' => 'Small', 'ServerStatus' => 'Server Status',
'Specialchar' => 'Special character', 'Settings' => 'Settings',
'Speed' => 'Speed', 'SettingsGeneral' => 'Settings - General',
'Status' => 'Status', 'Short' => 'Short',
'Status0' => 'None', 'Single' => 'Single',
'Status1' => 'Active', 'Slow' => 'Slow',
'Status2' => 'Inactive', 'Small' => 'Small',
'Status3' => 'Timehout', 'Specialchar' => 'Special character',
'Status4' => 'Banned', 'Speed' => 'Speed',
'Tablespoon' => 'Tablespoon', 'Status' => 'Status',
'Teaspoon' => 'Teaspoon', 'Status0' => 'None',
'Temperature' => 'Temperature', 'Status1' => 'Active',
'Theme' => 'Theme', 'Status2' => 'Inactive',
'ThousandsSeparator' => 'Thousands Separator', 'Status3' => 'Timehout',
'Time' => 'Time', 'Status4' => 'Banned',
'Timeformat' => 'Timeformat', 'Tablespoon' => 'Tablespoon',
'Timeout' => 'Timeout', 'Teaspoon' => 'Teaspoon',
'TimeoutPeriod' => 'Timeout Period (minutes)', 'Temperature' => 'Temperature',
'Timestamp' => 'Timestamp', 'Theme' => 'Theme',
'Timezone' => 'Timezone', 'ThousandsSeparator' => 'Thousands Separator',
'Total' => 'Total', 'Time' => 'Time',
'Type' => 'Type', 'Timeformat' => 'Timeformat',
'Uninstall' => 'Uninstall', 'Timeout' => 'Timeout',
'Unit' => 'Unit', 'TimeoutPeriod' => 'Timeout Period (minutes)',
'Update' => 'Update', 'Timestamp' => 'Timestamp',
'Uppercase' => 'Uppercase', 'Timezone' => 'Timezone',
'Username' => 'Username', 'Total' => 'Total',
'Value' => 'Value', 'Trigger' => 'Trigger',
'Verb' => 'Verb', 'Type' => 'Type',
'Version' => 'Version', 'Uninstall' => 'Uninstall',
'VeryFast' => 'Very Fast', 'Unit' => 'Unit',
'VeryHeavy' => 'Very Heavy', 'Update' => 'Update',
'VeryLarge' => 'Very Large', 'Uppercase' => 'Uppercase',
'VeryLight' => 'Very Light', 'Username' => 'Username',
'VeryLong' => 'Very Long', 'Value' => 'Value',
'VeryShort' => 'Very Short', 'Verb' => 'Verb',
'VerySlow' => 'Very Slow', 'Version' => 'Version',
'VerySmall' => 'Very Small', 'VeryFast' => 'Very Fast',
'Volume' => 'Volume', 'VeryHeavy' => 'Very Heavy',
'Warnings' => 'Warnings', 'VeryLarge' => 'Very Large',
'Website' => 'Website', 'VeryLight' => 'Very Light',
'Weight' => 'Weight', 'VeryLong' => 'Very Long',
'Zip' => 'Zip', 'VeryShort' => 'Very Short',
'Trigger' => 'Trigger', 'VerySlow' => 'Very Slow',
'ServerStatus' => 'Server Status', 'VerySmall' => 'Very Small',
'ServerMode-1' => 'Normal', 'Volume' => 'Volume',
'ServerMode-2' => 'Read Only', 'Warnings' => 'Warnings',
'ServerMode-3' => 'Disabled', 'Website' => 'Website',
'i:LoginRetries' => 'Amount of allowed retries (-1 = unlimited)', 'Weight' => 'Weight',
'i:PasswordChangeInterval' => 'Interval in which passwards need to be changed (-1 = never)', 'Zip' => 'Zip',
'i:PasswordHistory' => 'New password has to be different from the last N passwords', 'active' => '',
'i:PasswordRegex' => 'Password requirement for users', 'available' => '',
'i:TimeoutPeriod' => 'Timeout period after too many logins', 'i:LoginRetries' => 'Amount of allowed retries (-1 = unlimited)',
'i:loc' => 'IP address or URL for remote access.', 'i:PasswordChangeInterval' => 'Interval in which passwards need to be changed (-1 = never)',
'i:mail' => 'Email address.', 'i:PasswordHistory' => 'New password has to be different from the last N passwords',
'i:oname' => 'Organization name.', 'i:PasswordRegex' => 'Password requirement for users',
'i:rc' => 'Forcing re-cache for every user.', 'i:TimeoutPeriod' => 'Timeout period after too many logins',
'i:rem' => 'IP address or URL for remote access.', 'i:loc' => 'IP address or URL for remote access.',
'i:timef' => 'Time format.', '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', 'GroupStatus4' => 'Oculto',
'Groups' => 'Grupo', 'Groups' => 'Grupo',
'Heavy' => 'Pesado', 'Heavy' => 'Pesado',
'Hook' => '',
'Hooks' => '',
'Images' => 'Imágenes', 'Images' => 'Imágenes',
'Inactive' => 'Inactivo', 'Inactive' => 'Inactivo',
'Install' => 'Instalar en pc', 'Install' => 'Instalar en pc',
@ -105,8 +107,9 @@ return ['Admin' => [
'Numeric' => 'Numérico', 'Numeric' => 'Numérico',
'Organization' => 'Organización', 'Organization' => 'Organización',
'OrganizationName' => 'Nombre de la Organización', 'OrganizationName' => 'Nombre de la Organización',
'Pages' => '#VALUE!', 'OwnPermission' => '',
'Page' => 'Página', 'Page' => 'Página',
'Pages' => '#VALUE!',
'Parent' => 'Padre', 'Parent' => 'Padre',
'Parents' => 'Padres', 'Parents' => 'Padres',
'Password' => 'Contraseña', 'Password' => 'Contraseña',
@ -130,6 +133,10 @@ return ['Admin' => [
'Sea' => 'Mar', 'Sea' => 'Mar',
'Search' => 'Búsqueda', 'Search' => 'Búsqueda',
'Security' => 'Seguridad', 'Security' => 'Seguridad',
'ServerMode-1' => '',
'ServerMode-2' => '',
'ServerMode-3' => '',
'ServerStatus' => '',
'Settings' => 'Ajustes', 'Settings' => 'Ajustes',
'SettingsGeneral' => 'Configuraciones - General', 'SettingsGeneral' => 'Configuraciones - General',
'Short' => 'Corto', 'Short' => 'Corto',
@ -156,6 +163,7 @@ return ['Admin' => [
'Timestamp' => 'Marca de tiempo', 'Timestamp' => 'Marca de tiempo',
'Timezone' => 'Zona horaria', 'Timezone' => 'Zona horaria',
'Total' => 'Total', 'Total' => 'Total',
'Trigger' => '',
'Type' => 'Escribe', 'Type' => 'Escribe',
'Uninstall' => 'Desinstalar', 'Uninstall' => 'Desinstalar',
'Unit' => 'Unidad', 'Unit' => 'Unidad',
@ -163,6 +171,7 @@ return ['Admin' => [
'Uppercase' => 'En mayúsculas', 'Uppercase' => 'En mayúsculas',
'Username' => 'Nombre de usuario', 'Username' => 'Nombre de usuario',
'Value' => '#VALUE!', 'Value' => '#VALUE!',
'Verb' => '',
'Version' => 'Versión', 'Version' => 'Versión',
'VeryFast' => 'Muy rapido', 'VeryFast' => 'Muy rapido',
'VeryHeavy' => 'Muy pesado', 'VeryHeavy' => 'Muy pesado',
@ -177,6 +186,8 @@ return ['Admin' => [
'Website' => 'Sitio web', 'Website' => 'Sitio web',
'Weight' => 'Peso', 'Weight' => 'Peso',
'Zip' => 'Cremallera', 'Zip' => 'Cremallera',
'active' => '',
'available' => '',
'i:LoginRetries' => 'Cantidad de reintentos permitidos (-1 = ilimitado)', 'i:LoginRetries' => 'Cantidad de reintentos permitidos (-1 = ilimitado)',
'i:PasswordChangeInterval' => 'Intervalo en el que deben cambiarse los pases (-1 = nunca)', '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', '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:rc' => 'Obligando a la reochección para cada usuario.',
'i:rem' => 'Dirección IP o URL para acceso remoto.', 'i:rem' => 'Dirección IP o URL para acceso remoto.',
'i:timef' => 'Formato de tiempo.', 'i:timef' => 'Formato de tiempo.',
'inactive' => '',
]]; ]];

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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