From 1c7ab758f14041159a8b44a9e562ce0b5fffa51b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 23 Sep 2023 23:05:18 +0000 Subject: [PATCH] fix language --- Theme/Api/Lang/ar.lang.php | 49 +++ Theme/Api/Lang/cs.lang.php | 49 +++ Theme/Api/Lang/da.lang.php | 49 +++ Theme/Api/Lang/de.lang.php | 68 ++-- Theme/Api/Lang/el.lang.php | 49 +++ Theme/Api/Lang/en.lang.php | 68 ++-- Theme/Api/Lang/es.lang.php | 49 +++ Theme/Api/Lang/fi.lang.php | 49 +++ Theme/Api/Lang/fr.lang.php | 49 +++ Theme/Api/Lang/hu.lang.php | 49 +++ Theme/Api/Lang/it.lang.php | 49 +++ Theme/Api/Lang/ja.lang.php | 49 +++ Theme/Api/Lang/ko.lang.php | 49 +++ Theme/Api/Lang/no.lang.php | 49 +++ Theme/Api/Lang/pl.lang.php | 49 +++ Theme/Api/Lang/pt.lang.php | 49 +++ Theme/Api/Lang/ru.lang.php | 49 +++ Theme/Api/Lang/sv.lang.php | 49 +++ Theme/Api/Lang/th.lang.php | 49 +++ Theme/Api/Lang/tr.lang.php | 49 +++ Theme/Api/Lang/uk.lang.php | 49 +++ Theme/Api/Lang/zh.lang.php | 49 +++ Theme/Backend/Lang/Navigation.ar.lang.php | 1 + Theme/Backend/Lang/Navigation.cs.lang.php | 1 + Theme/Backend/Lang/Navigation.da.lang.php | 1 + Theme/Backend/Lang/Navigation.de.lang.php | 1 + Theme/Backend/Lang/Navigation.el.lang.php | 1 + Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/Navigation.es.lang.php | 1 + Theme/Backend/Lang/Navigation.fi.lang.php | 1 + Theme/Backend/Lang/Navigation.fr.lang.php | 1 + Theme/Backend/Lang/Navigation.hu.lang.php | 1 + Theme/Backend/Lang/Navigation.it.lang.php | 1 + Theme/Backend/Lang/Navigation.ja.lang.php | 1 + Theme/Backend/Lang/Navigation.ko.lang.php | 1 + Theme/Backend/Lang/Navigation.no.lang.php | 1 + Theme/Backend/Lang/Navigation.pl.lang.php | 1 + Theme/Backend/Lang/Navigation.pt.lang.php | 1 + Theme/Backend/Lang/Navigation.ru.lang.php | 1 + Theme/Backend/Lang/Navigation.sv.lang.php | 1 + Theme/Backend/Lang/Navigation.th.lang.php | 1 + Theme/Backend/Lang/Navigation.tr.lang.php | 1 + Theme/Backend/Lang/Navigation.uk.lang.php | 1 + Theme/Backend/Lang/Navigation.zh.lang.php | 1 + Theme/Backend/Lang/ar.lang.php | 14 +- Theme/Backend/Lang/cs.lang.php | 14 +- Theme/Backend/Lang/da.lang.php | 16 +- Theme/Backend/Lang/de.lang.php | 14 +- Theme/Backend/Lang/el.lang.php | 14 +- Theme/Backend/Lang/en.lang.php | 369 +++++++++++----------- Theme/Backend/Lang/es.lang.php | 14 +- Theme/Backend/Lang/fi.lang.php | 14 +- Theme/Backend/Lang/fr.lang.php | 14 +- Theme/Backend/Lang/hu.lang.php | 14 +- Theme/Backend/Lang/it.lang.php | 14 +- Theme/Backend/Lang/ja.lang.php | 14 +- Theme/Backend/Lang/ko.lang.php | 14 +- Theme/Backend/Lang/no.lang.php | 14 +- Theme/Backend/Lang/pl.lang.php | 14 +- Theme/Backend/Lang/pt.lang.php | 14 +- Theme/Backend/Lang/ru.lang.php | 14 +- Theme/Backend/Lang/sv.lang.php | 14 +- Theme/Backend/Lang/th.lang.php | 14 +- Theme/Backend/Lang/tr.lang.php | 14 +- Theme/Backend/Lang/uk.lang.php | 14 +- Theme/Backend/Lang/zh.lang.php | 14 +- 66 files changed, 1531 insertions(+), 273 deletions(-) create mode 100644 Theme/Api/Lang/ar.lang.php create mode 100644 Theme/Api/Lang/cs.lang.php create mode 100644 Theme/Api/Lang/da.lang.php create mode 100644 Theme/Api/Lang/el.lang.php create mode 100644 Theme/Api/Lang/es.lang.php create mode 100644 Theme/Api/Lang/fi.lang.php create mode 100644 Theme/Api/Lang/fr.lang.php create mode 100644 Theme/Api/Lang/hu.lang.php create mode 100644 Theme/Api/Lang/it.lang.php create mode 100644 Theme/Api/Lang/ja.lang.php create mode 100644 Theme/Api/Lang/ko.lang.php create mode 100644 Theme/Api/Lang/no.lang.php create mode 100644 Theme/Api/Lang/pl.lang.php create mode 100644 Theme/Api/Lang/pt.lang.php create mode 100644 Theme/Api/Lang/ru.lang.php create mode 100644 Theme/Api/Lang/sv.lang.php create mode 100644 Theme/Api/Lang/th.lang.php create mode 100644 Theme/Api/Lang/tr.lang.php create mode 100644 Theme/Api/Lang/uk.lang.php create mode 100644 Theme/Api/Lang/zh.lang.php diff --git a/Theme/Api/Lang/ar.lang.php b/Theme/Api/Lang/ar.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/ar.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Api/Lang/cs.lang.php b/Theme/Api/Lang/cs.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/cs.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Api/Lang/da.lang.php b/Theme/Api/Lang/da.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/da.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Api/Lang/de.lang.php b/Theme/Api/Lang/de.lang.php index 0dd1748..26bfc01 100755 --- a/Theme/Api/Lang/de.lang.php +++ b/Theme/Api/Lang/de.lang.php @@ -4,7 +4,7 @@ * * PHP Version 8.1 * - * @package Modules\Admin + * @package Modules\Localization * @copyright Dennis Eichhorn * @license OMS License 2.0 * @version 1.0.0 @@ -13,37 +13,37 @@ declare(strict_types=1); return ['Admin' => [ - 'FormDataInvalid' => 'Form data invalid, please check your input', - 'AccountCreateMsg' => 'Account successfully created. Link: Account', - 'AccountCreateTitle' => 'Account', - 'LOGIN_ERROR' => 'Login failed due to wrong login information.', - 'LogoutSuccessfulMsg' => 'You are redirected to the login page', - 'LogoutSuccessfulTitle' => 'Logout successfull', - 'ModuleActivatedFailure' => 'Module not activated.', - 'ModuleActivatedSuccessful' => 'Module successfully activated.', - 'ModuleDeactivatedFailure' => 'Module not deactivated.', - 'ModuleDeactivatedSuccessful' => 'Module successfully deactivated.', - 'ModuleInstalledFailure' => 'Module not installed.', - 'ModuleInstalledSuccessful' => 'Module successfully installed.', - 'ModuleStatusTitle' => 'Module', - 'ModuleUninstalledFailure' => 'Module not uninstalled.', - 'ModuleUninstalledSuccessful' => 'Module successfully uninstalled.', - 'NOT_ACTIVATED' => 'The account is not yet activated, please check your emails.', - 'PasswordResetEmailMsg' => 'You received a pasword reset email.', - 'PasswordResetInvalidMsg' => 'Invalid reset credentials (username/token).', - 'PasswordResetMsg' => 'Password reset failed due to invalid login data or too many reset attemps.', - 'PasswordResetTitle' => 'Password Reset', - 'PasswordTitle' => 'Password', - 'RegistrationAlreadyRegistered' => 'You are already registered, use your login data.', - 'RegistrationEmailInUse' => 'Email already in use, use your login details to login or activate your account also for this service.', - 'RegistrationInvalidPasswordFormat' => 'Invalid password format.', - 'RegistrationLoginInUse' => 'Login already in use with a different email.', - 'RegistrationNotActivated' => 'You are already registered, please activate your account through the email we sent you.', - 'RegistrationNotAllowed' => 'Registration not allowed.', - 'RegistrationSuccessful' => 'We have sent you an email to confirm your registration.', - 'RegistrationTitle' => 'Registration', - 'UnknownModuleChange' => 'Status change for unknown module requested.', - 'UnknownModuleOrStatusChange' => 'Status change for unknown module or status requested.', - 'UnknownModuleStatusChange' => 'Unknown module status change request.', - 'WRONG_INPUT_EXCEEDED' => 'Too many invalid logins, please check your emails.', + 'AccountCreateMsg' => 'Account successfully created. Link: Account"', + 'AccountCreateTitle' => 'Account', + 'FormDataInvalid' => 'Form data invalid, please check your input', + 'LOGIN_ERROR' => 'Login failed due to wrong login information.', + 'LogoutSuccessfulMsg' => 'You are redirected to the login page', + 'LogoutSuccessfulTitle' => 'Logout successfull', + 'ModuleActivatedFailure' => 'Module not activated.', + 'ModuleActivatedSuccessful' => 'Module successfully activated.', + 'ModuleDeactivatedFailure' => 'Module not deactivated.', + 'ModuleDeactivatedSuccessful' => 'Module successfully deactivated.', + 'ModuleInstalledFailure' => 'Module not installed.', + 'ModuleInstalledSuccessful' => 'Module successfully installed.', + 'ModuleStatusTitle' => 'Module', + 'ModuleUninstalledFailure' => 'Module not uninstalled.', + 'ModuleUninstalledSuccessful' => 'Module successfully uninstalled.', + 'NOT_ACTIVATED' => 'The account is not yet activated, please check your emails.', + 'PasswordResetEmailMsg' => 'You received a pasword reset email.', + 'PasswordResetInvalidMsg' => 'Invalid reset credentials (username/token).', + 'PasswordResetMsg' => 'Password reset failed due to invalid login data or too many reset attemps.', + 'PasswordResetTitle' => 'Password Reset', + 'PasswordTitle' => 'Password', + 'RegistrationAlreadyRegistered' => 'You are already registered, use your login data.', + 'RegistrationEmailInUse' => 'Email already in use, use your login details to login or activate your account also for this service.', + 'RegistrationInvalidPasswordFormat' => 'Invalid password format.', + 'RegistrationLoginInUse' => 'Login already in use with a different email.', + 'RegistrationNotActivated' => 'You are already registered, please activate your account through the email we sent you.', + 'RegistrationNotAllowed' => 'Registration not allowed.', + 'RegistrationSuccessful' => 'We have sent you an email to confirm your registration.', + 'RegistrationTitle' => 'Registration', + 'UnknownModuleChange' => 'Status change for unknown module requested.', + 'UnknownModuleOrStatusChange' => 'Status change for unknown module or status requested.', + 'UnknownModuleStatusChange' => 'Unknown module status change request.', + 'WRONG_INPUT_EXCEEDED' => 'Too many invalid logins, please check your emails.', ]]; diff --git a/Theme/Api/Lang/el.lang.php b/Theme/Api/Lang/el.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/el.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Api/Lang/en.lang.php b/Theme/Api/Lang/en.lang.php index 0dd1748..26bfc01 100755 --- a/Theme/Api/Lang/en.lang.php +++ b/Theme/Api/Lang/en.lang.php @@ -4,7 +4,7 @@ * * PHP Version 8.1 * - * @package Modules\Admin + * @package Modules\Localization * @copyright Dennis Eichhorn * @license OMS License 2.0 * @version 1.0.0 @@ -13,37 +13,37 @@ declare(strict_types=1); return ['Admin' => [ - 'FormDataInvalid' => 'Form data invalid, please check your input', - 'AccountCreateMsg' => 'Account successfully created. Link: Account', - 'AccountCreateTitle' => 'Account', - 'LOGIN_ERROR' => 'Login failed due to wrong login information.', - 'LogoutSuccessfulMsg' => 'You are redirected to the login page', - 'LogoutSuccessfulTitle' => 'Logout successfull', - 'ModuleActivatedFailure' => 'Module not activated.', - 'ModuleActivatedSuccessful' => 'Module successfully activated.', - 'ModuleDeactivatedFailure' => 'Module not deactivated.', - 'ModuleDeactivatedSuccessful' => 'Module successfully deactivated.', - 'ModuleInstalledFailure' => 'Module not installed.', - 'ModuleInstalledSuccessful' => 'Module successfully installed.', - 'ModuleStatusTitle' => 'Module', - 'ModuleUninstalledFailure' => 'Module not uninstalled.', - 'ModuleUninstalledSuccessful' => 'Module successfully uninstalled.', - 'NOT_ACTIVATED' => 'The account is not yet activated, please check your emails.', - 'PasswordResetEmailMsg' => 'You received a pasword reset email.', - 'PasswordResetInvalidMsg' => 'Invalid reset credentials (username/token).', - 'PasswordResetMsg' => 'Password reset failed due to invalid login data or too many reset attemps.', - 'PasswordResetTitle' => 'Password Reset', - 'PasswordTitle' => 'Password', - 'RegistrationAlreadyRegistered' => 'You are already registered, use your login data.', - 'RegistrationEmailInUse' => 'Email already in use, use your login details to login or activate your account also for this service.', - 'RegistrationInvalidPasswordFormat' => 'Invalid password format.', - 'RegistrationLoginInUse' => 'Login already in use with a different email.', - 'RegistrationNotActivated' => 'You are already registered, please activate your account through the email we sent you.', - 'RegistrationNotAllowed' => 'Registration not allowed.', - 'RegistrationSuccessful' => 'We have sent you an email to confirm your registration.', - 'RegistrationTitle' => 'Registration', - 'UnknownModuleChange' => 'Status change for unknown module requested.', - 'UnknownModuleOrStatusChange' => 'Status change for unknown module or status requested.', - 'UnknownModuleStatusChange' => 'Unknown module status change request.', - 'WRONG_INPUT_EXCEEDED' => 'Too many invalid logins, please check your emails.', + 'AccountCreateMsg' => 'Account successfully created. Link: Account"', + 'AccountCreateTitle' => 'Account', + 'FormDataInvalid' => 'Form data invalid, please check your input', + 'LOGIN_ERROR' => 'Login failed due to wrong login information.', + 'LogoutSuccessfulMsg' => 'You are redirected to the login page', + 'LogoutSuccessfulTitle' => 'Logout successfull', + 'ModuleActivatedFailure' => 'Module not activated.', + 'ModuleActivatedSuccessful' => 'Module successfully activated.', + 'ModuleDeactivatedFailure' => 'Module not deactivated.', + 'ModuleDeactivatedSuccessful' => 'Module successfully deactivated.', + 'ModuleInstalledFailure' => 'Module not installed.', + 'ModuleInstalledSuccessful' => 'Module successfully installed.', + 'ModuleStatusTitle' => 'Module', + 'ModuleUninstalledFailure' => 'Module not uninstalled.', + 'ModuleUninstalledSuccessful' => 'Module successfully uninstalled.', + 'NOT_ACTIVATED' => 'The account is not yet activated, please check your emails.', + 'PasswordResetEmailMsg' => 'You received a pasword reset email.', + 'PasswordResetInvalidMsg' => 'Invalid reset credentials (username/token).', + 'PasswordResetMsg' => 'Password reset failed due to invalid login data or too many reset attemps.', + 'PasswordResetTitle' => 'Password Reset', + 'PasswordTitle' => 'Password', + 'RegistrationAlreadyRegistered' => 'You are already registered, use your login data.', + 'RegistrationEmailInUse' => 'Email already in use, use your login details to login or activate your account also for this service.', + 'RegistrationInvalidPasswordFormat' => 'Invalid password format.', + 'RegistrationLoginInUse' => 'Login already in use with a different email.', + 'RegistrationNotActivated' => 'You are already registered, please activate your account through the email we sent you.', + 'RegistrationNotAllowed' => 'Registration not allowed.', + 'RegistrationSuccessful' => 'We have sent you an email to confirm your registration.', + 'RegistrationTitle' => 'Registration', + 'UnknownModuleChange' => 'Status change for unknown module requested.', + 'UnknownModuleOrStatusChange' => 'Status change for unknown module or status requested.', + 'UnknownModuleStatusChange' => 'Unknown module status change request.', + 'WRONG_INPUT_EXCEEDED' => 'Too many invalid logins, please check your emails.', ]]; diff --git a/Theme/Api/Lang/es.lang.php b/Theme/Api/Lang/es.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/es.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Api/Lang/fi.lang.php b/Theme/Api/Lang/fi.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/fi.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Api/Lang/fr.lang.php b/Theme/Api/Lang/fr.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/fr.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Api/Lang/hu.lang.php b/Theme/Api/Lang/hu.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/hu.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Api/Lang/it.lang.php b/Theme/Api/Lang/it.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/it.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Api/Lang/ja.lang.php b/Theme/Api/Lang/ja.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/ja.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Api/Lang/ko.lang.php b/Theme/Api/Lang/ko.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/ko.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Api/Lang/no.lang.php b/Theme/Api/Lang/no.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/no.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Api/Lang/pl.lang.php b/Theme/Api/Lang/pl.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/pl.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Api/Lang/pt.lang.php b/Theme/Api/Lang/pt.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/pt.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Api/Lang/ru.lang.php b/Theme/Api/Lang/ru.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/ru.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Api/Lang/sv.lang.php b/Theme/Api/Lang/sv.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/sv.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Api/Lang/th.lang.php b/Theme/Api/Lang/th.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/th.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Api/Lang/tr.lang.php b/Theme/Api/Lang/tr.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/tr.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Api/Lang/uk.lang.php b/Theme/Api/Lang/uk.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/uk.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Api/Lang/zh.lang.php b/Theme/Api/Lang/zh.lang.php new file mode 100644 index 0000000..308ebbc --- /dev/null +++ b/Theme/Api/Lang/zh.lang.php @@ -0,0 +1,49 @@ + [ + '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' => '', +]]; diff --git a/Theme/Backend/Lang/Navigation.ar.lang.php b/Theme/Backend/Lang/Navigation.ar.lang.php index decb9d1..989989c 100755 --- a/Theme/Backend/Lang/Navigation.ar.lang.php +++ b/Theme/Backend/Lang/Navigation.ar.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'أمام', 'General' => 'عام', 'Groups' => 'مجموعات', + 'Hooks' => '', 'Info' => 'معلومات', 'List' => 'قائمة', 'Log' => 'سجل', diff --git a/Theme/Backend/Lang/Navigation.cs.lang.php b/Theme/Backend/Lang/Navigation.cs.lang.php index c562558..dc4626e 100755 --- a/Theme/Backend/Lang/Navigation.cs.lang.php +++ b/Theme/Backend/Lang/Navigation.cs.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'Přední', 'General' => 'Všeobecné', 'Groups' => 'Skupiny', + 'Hooks' => '', 'Info' => 'Info.', 'List' => 'Seznam', 'Log' => 'Log', diff --git a/Theme/Backend/Lang/Navigation.da.lang.php b/Theme/Backend/Lang/Navigation.da.lang.php index c4f726d..c671c7c 100755 --- a/Theme/Backend/Lang/Navigation.da.lang.php +++ b/Theme/Backend/Lang/Navigation.da.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'Foran', 'General' => 'Generel', 'Groups' => 'Grupper.', + 'Hooks' => '', 'Info' => 'Info.', 'List' => 'Liste', 'Log' => 'Log', diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index 576dfdc..5f53dd2 100755 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'Vorderseite', 'General' => 'Allgemein', 'Groups' => 'Gruppen', + 'Hooks' => '', 'Info' => 'Die Info', 'List' => 'Aufführen', 'Log' => 'Protokoll', diff --git a/Theme/Backend/Lang/Navigation.el.lang.php b/Theme/Backend/Lang/Navigation.el.lang.php index af8f2f5..2b41df5 100755 --- a/Theme/Backend/Lang/Navigation.el.lang.php +++ b/Theme/Backend/Lang/Navigation.el.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'Εμπρός', 'General' => 'Γενικός', 'Groups' => 'Ομάδες', + 'Hooks' => '', 'Info' => 'Πληροφορία', 'List' => 'Λίστα', 'Log' => 'Κούτσουρο', diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 0139d6c..c67c139 100755 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'Front', 'General' => 'General', 'Groups' => 'Groups', + 'Hooks' => 'Hooks', 'Info' => 'Info', 'List' => 'List', 'Log' => 'Log', @@ -29,6 +30,5 @@ return ['Navigation' => [ 'Pages' => 'Pages', 'Permissions' => 'Permissions', 'Routes' => 'Routes', - 'Hooks' => 'Hooks', 'Settings' => 'Settings', ]]; diff --git a/Theme/Backend/Lang/Navigation.es.lang.php b/Theme/Backend/Lang/Navigation.es.lang.php index 13f060a..b152eee 100755 --- a/Theme/Backend/Lang/Navigation.es.lang.php +++ b/Theme/Backend/Lang/Navigation.es.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'Parte delantera', 'General' => 'General', 'Groups' => 'Grupo', + 'Hooks' => '', 'Info' => 'Información', 'List' => 'Lista', 'Log' => 'Tronco', diff --git a/Theme/Backend/Lang/Navigation.fi.lang.php b/Theme/Backend/Lang/Navigation.fi.lang.php index bce9cfd..214de5a 100755 --- a/Theme/Backend/Lang/Navigation.fi.lang.php +++ b/Theme/Backend/Lang/Navigation.fi.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'Edestä', 'General' => 'Yleinen', 'Groups' => 'Ryhmät', + 'Hooks' => '', 'Info' => 'Tiedot', 'List' => 'Lista', 'Log' => 'Hirsi', diff --git a/Theme/Backend/Lang/Navigation.fr.lang.php b/Theme/Backend/Lang/Navigation.fr.lang.php index 58ffcde..7a992ba 100755 --- a/Theme/Backend/Lang/Navigation.fr.lang.php +++ b/Theme/Backend/Lang/Navigation.fr.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'De face', 'General' => 'Général', 'Groups' => 'Groupes', + 'Hooks' => '', 'Info' => 'Info', 'List' => 'Lister', 'Log' => 'Enregistrer', diff --git a/Theme/Backend/Lang/Navigation.hu.lang.php b/Theme/Backend/Lang/Navigation.hu.lang.php index 681cd94..1b7186b 100755 --- a/Theme/Backend/Lang/Navigation.hu.lang.php +++ b/Theme/Backend/Lang/Navigation.hu.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'Elülső', 'General' => 'Tábornok', 'Groups' => 'Csoportok', + 'Hooks' => '', 'Info' => 'Információ', 'List' => 'Lista', 'Log' => 'Napló', diff --git a/Theme/Backend/Lang/Navigation.it.lang.php b/Theme/Backend/Lang/Navigation.it.lang.php index 40190f6..f94a1b9 100755 --- a/Theme/Backend/Lang/Navigation.it.lang.php +++ b/Theme/Backend/Lang/Navigation.it.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'Davanti', 'General' => 'Generale', 'Groups' => 'Gruppi', + 'Hooks' => '', 'Info' => 'Informazioni', 'List' => 'Elenco', 'Log' => 'Tronco d\'albero', diff --git a/Theme/Backend/Lang/Navigation.ja.lang.php b/Theme/Backend/Lang/Navigation.ja.lang.php index eb280a0..6af74c4 100755 --- a/Theme/Backend/Lang/Navigation.ja.lang.php +++ b/Theme/Backend/Lang/Navigation.ja.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'フロント', 'General' => '全般的', 'Groups' => '団体', + 'Hooks' => '', 'Info' => '情報', 'List' => 'リスト', 'Log' => 'ログ', diff --git a/Theme/Backend/Lang/Navigation.ko.lang.php b/Theme/Backend/Lang/Navigation.ko.lang.php index 0fc5c19..4d02ad6 100755 --- a/Theme/Backend/Lang/Navigation.ko.lang.php +++ b/Theme/Backend/Lang/Navigation.ko.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => '앞', 'General' => '일반적인', 'Groups' => '여러 떼', + 'Hooks' => '', 'Info' => '정보', 'List' => '목록', 'Log' => '통나무', diff --git a/Theme/Backend/Lang/Navigation.no.lang.php b/Theme/Backend/Lang/Navigation.no.lang.php index 0bcb3e7..63fd20b 100755 --- a/Theme/Backend/Lang/Navigation.no.lang.php +++ b/Theme/Backend/Lang/Navigation.no.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'Front', 'General' => 'Generell', 'Groups' => 'Grupper', + 'Hooks' => '', 'Info' => 'Info.', 'List' => 'Liste', 'Log' => 'Logg', diff --git a/Theme/Backend/Lang/Navigation.pl.lang.php b/Theme/Backend/Lang/Navigation.pl.lang.php index f28385a..021d1f2 100755 --- a/Theme/Backend/Lang/Navigation.pl.lang.php +++ b/Theme/Backend/Lang/Navigation.pl.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'Przód', 'General' => 'Ogólny', 'Groups' => 'Grupy', + 'Hooks' => '', 'Info' => 'Info', 'List' => 'Lista', 'Log' => 'Dziennik', diff --git a/Theme/Backend/Lang/Navigation.pt.lang.php b/Theme/Backend/Lang/Navigation.pt.lang.php index c00d27b..75925e1 100755 --- a/Theme/Backend/Lang/Navigation.pt.lang.php +++ b/Theme/Backend/Lang/Navigation.pt.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'Frente', 'General' => 'Em geral', 'Groups' => 'Grupos', + 'Hooks' => '', 'Info' => 'Info', 'List' => 'Lista', 'Log' => 'Registro', diff --git a/Theme/Backend/Lang/Navigation.ru.lang.php b/Theme/Backend/Lang/Navigation.ru.lang.php index d312804..22e4894 100755 --- a/Theme/Backend/Lang/Navigation.ru.lang.php +++ b/Theme/Backend/Lang/Navigation.ru.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'Фронт', 'General' => 'Общий', 'Groups' => 'Группы', + 'Hooks' => '', 'Info' => 'Информация', 'List' => 'Список', 'Log' => 'Бревно', diff --git a/Theme/Backend/Lang/Navigation.sv.lang.php b/Theme/Backend/Lang/Navigation.sv.lang.php index f108264..319bcd4 100755 --- a/Theme/Backend/Lang/Navigation.sv.lang.php +++ b/Theme/Backend/Lang/Navigation.sv.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'Främre', 'General' => 'Allmän', 'Groups' => 'Grupp', + 'Hooks' => '', 'Info' => 'Info', 'List' => 'Lista', 'Log' => 'Logga', diff --git a/Theme/Backend/Lang/Navigation.th.lang.php b/Theme/Backend/Lang/Navigation.th.lang.php index dfa3b26..3d56ff9 100755 --- a/Theme/Backend/Lang/Navigation.th.lang.php +++ b/Theme/Backend/Lang/Navigation.th.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'ด้านหน้า', 'General' => 'ทั่วไป', 'Groups' => 'กลุ่ม', + 'Hooks' => '', 'Info' => 'ข้อมูล', 'List' => 'รายการ', 'Log' => 'บันทึก', diff --git a/Theme/Backend/Lang/Navigation.tr.lang.php b/Theme/Backend/Lang/Navigation.tr.lang.php index 6521a38..ad01101 100755 --- a/Theme/Backend/Lang/Navigation.tr.lang.php +++ b/Theme/Backend/Lang/Navigation.tr.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'Ön', 'General' => 'Genel', 'Groups' => 'Gruplar', + 'Hooks' => '', 'Info' => 'Bilgi', 'List' => 'Liste', 'Log' => 'Kayıt', diff --git a/Theme/Backend/Lang/Navigation.uk.lang.php b/Theme/Backend/Lang/Navigation.uk.lang.php index 72ca6ce..7eaeef3 100755 --- a/Theme/Backend/Lang/Navigation.uk.lang.php +++ b/Theme/Backend/Lang/Navigation.uk.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => 'Фронт', 'General' => 'Загальний', 'Groups' => 'Групи', + 'Hooks' => '', 'Info' => 'Інформація', 'List' => 'Список', 'Log' => 'Журнал', diff --git a/Theme/Backend/Lang/Navigation.zh.lang.php b/Theme/Backend/Lang/Navigation.zh.lang.php index eb75495..f7600fa 100755 --- a/Theme/Backend/Lang/Navigation.zh.lang.php +++ b/Theme/Backend/Lang/Navigation.zh.lang.php @@ -20,6 +20,7 @@ return ['Navigation' => [ 'Front' => '正面', 'General' => '一般的', 'Groups' => '团体', + 'Hooks' => '', 'Info' => '信息', 'List' => '列表', 'Log' => '日志', diff --git a/Theme/Backend/Lang/ar.lang.php b/Theme/Backend/Lang/ar.lang.php index 398e566..4a02d28 100755 --- a/Theme/Backend/Lang/ar.lang.php +++ b/Theme/Backend/Lang/ar.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => 'مختفي', 'Groups' => 'مجموعات', 'Heavy' => 'ثقيل', + 'Hook' => '', + 'Hooks' => '', 'Images' => 'صور', 'Inactive' => 'غير نشط', 'Install' => 'تثبيت', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => 'رقمي', 'Organization' => 'منظمة', 'OrganizationName' => 'اسم المنظمة', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => 'صفحة', + 'Pages' => '#VALUE!', 'Parent' => 'الأبوين', 'Parents' => 'آباء', 'Password' => 'كلمة المرور', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => 'لحر', 'Search' => 'بحث', 'Security' => 'حماية', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => 'إعدادات', 'SettingsGeneral' => 'الإعدادات - الجنرال', 'Short' => 'قصيرة', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => 'الطابع الزمني', 'Timezone' => 'وحدة زمنية', 'Total' => 'مجموع', + 'Trigger' => '', 'Type' => 'نوع', 'Uninstall' => 'الغاء التثبيت', 'Unit' => 'وحدة', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => 'الأحرف الكبيرة', 'Username' => 'اسم المستخدم', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => 'الإصدار', 'VeryFast' => 'سريع جدا', 'VeryHeavy' => 'ثقيل جدا', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => 'موقع إلكتروني', 'Weight' => 'وزن', 'Zip' => 'أزيز', + 'active' => '', + 'available' => '', 'i:LoginRetries' => 'كمية إعادة المحاولة المسموح بها (-1 = غير محدود)', 'i:PasswordChangeInterval' => 'الفاصل الزمني الذي يجب تغيير التولارات (-1 = أبدا)', 'i:PasswordHistory' => 'كلمة مرور جديدة يجب أن تكون مختلفة عن كلمات مرور N الأخيرة', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => 'إجبار إعادة التخزين المؤقت لكل مستخدم.', 'i:rem' => 'عنوان IP أو عنوان URL للوصول عن بعد.', 'i:timef' => 'تنسيق الوقت.', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/cs.lang.php b/Theme/Backend/Lang/cs.lang.php index 9416465..907e5da 100755 --- a/Theme/Backend/Lang/cs.lang.php +++ b/Theme/Backend/Lang/cs.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => 'Skrytý', 'Groups' => 'Skupiny', 'Heavy' => 'Těžký', + 'Hook' => '', + 'Hooks' => '', 'Images' => 'snímky', 'Inactive' => 'Neaktivní', 'Install' => 'Nainstalujte', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => 'Numeric.', 'Organization' => 'Organizace', 'OrganizationName' => 'Název organizace', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => 'Strana', + 'Pages' => '#VALUE!', 'Parent' => 'Rodič', 'Parents' => 'Rodiče', 'Password' => 'Heslo', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => 'Moře', 'Search' => 'Vyhledávání', 'Security' => 'Bezpečnostní', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => 'Nastavení', 'SettingsGeneral' => 'Nastavení - General.', 'Short' => 'Krátký', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => 'Timestamp', 'Timezone' => 'Časové pásmo', 'Total' => 'Celkový', + 'Trigger' => '', 'Type' => 'Typ', 'Uninstall' => 'Odinstalovat', 'Unit' => 'Jednotka', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => 'Velká písmena', 'Username' => 'Uživatelské jméno', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => 'Verze', 'VeryFast' => 'Velmi rychle', 'VeryHeavy' => 'Velmi těžký', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => 'webová stránka', 'Weight' => 'Hmotnost', 'Zip' => 'Zip', + 'active' => '', + 'available' => '', 'i:LoginRetries' => 'Množství povolených opakování (-1 = neomezené)', 'i:PasswordChangeInterval' => 'Interval, ve kterém se musí být změněn (-1 = nikdy)', 'i:PasswordHistory' => 'Nové heslo se musí lišit od posledních n hesel', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => 'Vynucení opakovaného vyrovnávací paměti pro každého uživatele.', 'i:rem' => 'IP adresa nebo URL pro vzdálený přístup.', 'i:timef' => 'Časový formát.', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/da.lang.php b/Theme/Backend/Lang/da.lang.php index 7d6b54d..cf18c73 100755 --- a/Theme/Backend/Lang/da.lang.php +++ b/Theme/Backend/Lang/da.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => 'Skjult', 'Groups' => 'Grupper.', 'Heavy' => 'Tung', + 'Hook' => '', + 'Hooks' => '', 'Images' => 'Billeder', 'Inactive' => 'Inaktiv.', 'Install' => 'Installere', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => 'Numerisk', 'Organization' => 'Organisation', 'OrganizationName' => 'Organisationens navn', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => 'Side', + 'Pages' => '#VALUE!', 'Parent' => 'Forælder', 'Parents' => 'Forældre', 'Password' => 'Adgangskode', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => 'Hav', 'Search' => 'Søg', 'Security' => 'Sikkerhed', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => 'Indstillinger.', 'SettingsGeneral' => 'Indstillinger - Generelt.', 'Short' => 'Kort', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => 'Tidsstempel', 'Timezone' => 'Tidszone', 'Total' => 'i alt', + 'Trigger' => '', 'Type' => 'Type', 'Uninstall' => 'Afinstaller', 'Unit' => 'Enhed', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => 'Store bogstaver', 'Username' => 'Brugernavn.', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => 'Version', 'VeryFast' => 'Meget hurtig', 'VeryHeavy' => 'Meget tung', @@ -177,7 +186,9 @@ return ['Admin' => [ 'Website' => 'Internet side', 'Weight' => 'Vægt', 'Zip' => 'Zip.', - 'i:LoginRetries' => "Mængden af \u{200b}\u{200b}tilladte retries (-1 = ubegrænset)", + 'active' => '', + 'available' => '', + 'i:LoginRetries' => 'Mængden af ​​tilladte retries (-1 = ubegrænset)', 'i:PasswordChangeInterval' => 'Interval, hvor passager skal ændres (-1 = aldrig)', 'i:PasswordHistory' => 'Ny adgangskode skal være forskellig fra de sidste N-adgangskoder', 'i:PasswordRegex' => 'Adgangskode krav til brugere', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => 'Tvinge re-cache for hver bruger.', 'i:rem' => 'IP-adresse eller URL til fjernadgang.', 'i:timef' => 'Tidsformat.', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 0d76b28..924f2a6 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => 'Versteckt', 'Groups' => 'Gruppen', 'Heavy' => 'Schwer', + 'Hook' => '', + 'Hooks' => '', 'Images' => 'Bilde', 'Inactive' => 'Inaktiv', 'Install' => 'Installieren', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => 'Numerisch', 'Organization' => 'Organisation', 'OrganizationName' => 'Organisationsname', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => 'Buchseite', + 'Pages' => '#VALUE!', 'Parent' => 'Elternteil', 'Parents' => 'Eltern', 'Password' => 'Passwort', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => 'Meer', 'Search' => 'Suche', 'Security' => 'Sicherheit', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => 'Einstellungen', 'SettingsGeneral' => 'Einstellungen - Allgemein', 'Short' => 'Kurz', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => 'Zeitstempel', 'Timezone' => 'Zeitzone', 'Total' => 'Gesamt', + 'Trigger' => '', 'Type' => 'Typ', 'Uninstall' => 'Deinstallieren', 'Unit' => 'Einheit', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => 'In Großbuchstaben.', 'Username' => 'Nutzername', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => 'Ausführung', 'VeryFast' => 'Sehr schnell', 'VeryHeavy' => 'Sehr schwer', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => 'Webseite', 'Weight' => 'Gewicht', 'Zip' => 'Reißverschluss', + 'active' => '', + 'available' => '', 'i:LoginRetries' => 'Betrag der erlaubten Wiederholungen (-1 = unbegrenzt)', 'i:PasswordChangeInterval' => 'Intervall, in dem die Passweiterung geändert werden müssen (-1 = niemals)', 'i:PasswordHistory' => 'Neues Passwort muss sich von den letzten n Kennwörtern unterscheiden', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => 'RE-Cache für jeden Benutzer zwingen.', 'i:rem' => 'IP-Adresse oder URL für den Fernzugriff.', 'i:timef' => 'Zeitformat.', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/el.lang.php b/Theme/Backend/Lang/el.lang.php index a38147f..59676ba 100755 --- a/Theme/Backend/Lang/el.lang.php +++ b/Theme/Backend/Lang/el.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => 'Κρυμμένος', 'Groups' => 'Ομάδες', 'Heavy' => 'Βαρύς', + 'Hook' => '', + 'Hooks' => '', 'Images' => 'Εικόνες', 'Inactive' => 'Αδρανής', 'Install' => 'Εγκαθιστώ', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => 'Αριθμητικός', 'Organization' => 'Οργάνωση', 'OrganizationName' => 'Όνομα Οργανισμού', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => 'Σελίδα', + 'Pages' => '#VALUE!', 'Parent' => 'Μητρική εταιρεία', 'Parents' => 'Γονείς', 'Password' => 'Κωδικός πρόσβασης', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => 'Θάλασσα', 'Search' => 'Αναζήτηση', 'Security' => 'Ασφάλεια', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => 'Ρυθμίσεις', 'SettingsGeneral' => 'Ρυθμίσεις - Γενικά', 'Short' => 'Μικρός', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => 'Χιτώνα', 'Timezone' => 'Ζώνη ώρας', 'Total' => 'Σύνολο', + 'Trigger' => '', 'Type' => 'Τύπος', 'Uninstall' => 'Απεγκαταστήστε', 'Unit' => 'Μονάδα', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => 'Κεφαλαία', 'Username' => 'Όνομα χρήστη', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => 'Εκδοχή', 'VeryFast' => 'Πολύ γρήγορα', 'VeryHeavy' => 'Πολύ βαρύ', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => 'Δικτυακός τόπος', 'Weight' => 'Βάρος', 'Zip' => 'Φερμουάρ', + 'active' => '', + 'available' => '', 'i:LoginRetries' => 'Ποσότητα επιτρεπόμενων επαναλήψεων (-1 = απεριόριστη)', 'i:PasswordChangeInterval' => 'Το διάστημα στο οποίο θα πρέπει να αλλάξουν (-1 = ποτέ)', 'i:PasswordHistory' => 'Ο νέος κωδικός πρόσβασης πρέπει να είναι διαφορετικός από τους τελευταίους κωδικούς πρόσβασης', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => 'Αναγκάζοντας την επανεκκίνηση για κάθε χρήστη.', 'i:rem' => 'Διεύθυνση IP ή διεύθυνση URL για απομακρυσμένη πρόσβαση.', 'i:timef' => 'Μορφή ώρας.', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 7b70dda..0f71dec 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -13,186 +13,191 @@ declare(strict_types=1); return ['Admin' => [ - ':s1' => 'Active', - ':s2' => 'Inactive', - ':s3' => 'Timeout', - ':s4' => 'Banned', - 'Account' => 'Account', - 'Account/Group' => 'Account/Group', - 'Accounts' => 'Accounts', - 'Activate' => 'Activate', - 'Active' => 'Active', - 'Activity' => 'Activity', - 'Address' => 'Address', - 'All' => 'All', - 'Amount' => 'Amount', - 'App' => 'App', - 'Area' => 'Area', - 'AuditLog' => 'Audit Log', - 'Available' => 'Available', - 'Banned' => 'Banned', - 'Cache' => 'Cache', - 'Change' => 'Change', - 'Children' => 'Children', - 'City' => 'City', - 'Close' => 'Close', - 'Comp' => 'Comp.', - 'Component' => 'Component', - 'Country' => 'Country', - 'Create' => 'Create', - 'CreateProfile' => 'Create Profile', - 'Created' => 'Created', - 'CreatedBy' => 'Created By', - 'Currency' => 'Currency', - 'Currencyformat' => 'Currency Format', - 'Customized' => 'Customized', - 'Deactivate' => 'Deactivate', - 'DecimalPoint' => 'Decimal Point', - 'Defaults' => 'Defaults', - 'Delete' => 'Delete', - 'Description' => 'Description', - 'Design' => 'Design', - 'Destination' => 'Destination', - 'Ele' => 'Ele.', - 'Element' => 'Element', - 'Email' => 'Email', - 'EmailAdmin' => 'Email Admin', - 'Fast' => 'Fast', - 'Features' => 'Features', - 'File' => 'File', - 'General' => 'General', - 'Glass' => 'Glass', - 'Group' => 'Group', - 'GroupStatus1' => 'Active', - 'GroupStatus2' => 'Inactive', - 'GroupStatus4' => 'Hidden', - 'Groups' => 'Groups', - 'Heavy' => 'Heavy', - 'Images' => 'Images', - 'Inactive' => 'Inactive', - 'Install' => 'Install', - 'Installed' => 'Installed', - 'LAddress' => 'Local Address', - 'Language' => 'Language', - 'Large' => 'Large', - 'Length' => 'Length', - 'Light' => 'Light', - 'Load' => 'Load', - 'Localization' => 'Localization', - 'Log' => 'Log', - 'LogPath' => 'Log Path', - 'Logging' => 'Logging', - 'LoginImage' => 'Login Image', - 'LoginRetries' => 'Login Retries', - 'Loginname' => 'Login Name', - 'Long' => 'Long', - 'Lowercase' => 'Lowercase', - 'Maintenance' => 'Maintenance', - 'Medium' => 'Medium', - 'Member' => 'Member', - 'Members' => 'Members', - 'Memcache' => 'Memcache', - 'MemoryLimit' => 'Memory Limit', - 'Message' => 'Message', - 'Module' => 'Module', - 'Modules' => 'Modules', - 'Name' => 'Name', - 'Name1' => 'Name 1', - 'Name2' => 'Name 2', - 'Name3' => 'Name 3', - 'None' => 'None', - 'Numberformat' => 'Numberformat', - 'Numeric' => 'Numeric', - 'Organization' => 'Organization', - 'OrganizationName' => 'Organization Name', - 'Page' => 'Page', - 'Parent' => 'Parent', - 'Parents' => 'Parents', - 'Password' => 'Password', - 'PasswordChangeInterval' => 'Password Change Interval (days)', - 'PasswordHistory' => 'Password History', - 'PasswordRegex' => 'Password Regex', - 'Perm' => 'Perm.', - 'Permission' => 'Permission', - 'Permissions' => 'Permissions', - 'Person' => 'Person', - 'Precision' => 'Precision', - 'Profile' => 'Profile', - 'RAddress' => 'Remote Address', - 'ReCache' => 'Re-Cache', - 'Read' => 'Read', - 'Release' => 'Release', - 'Reset' => 'Reset', - 'Route' => 'Route', - 'Routes' => 'Routes', - 'Hook' => 'Hook', - 'Hooks' => 'Hooks', - 'Running' => 'Running', - 'Sea' => 'Sea', - 'Search' => 'Search', - 'Security' => 'Security', - 'Settings' => 'Settings', - 'SettingsGeneral' => 'Settings - General', - 'Short' => 'Short', - 'Single' => 'Single', - 'Slow' => 'Slow', - 'Small' => 'Small', - 'Specialchar' => 'Special character', - 'Speed' => 'Speed', - 'Status' => 'Status', - 'Status0' => 'None', - 'Status1' => 'Active', - 'Status2' => 'Inactive', - 'Status3' => 'Timehout', - 'Status4' => 'Banned', - 'Tablespoon' => 'Tablespoon', - 'Teaspoon' => 'Teaspoon', - 'Temperature' => 'Temperature', - 'Theme' => 'Theme', - 'ThousandsSeparator' => 'Thousands Separator', - 'Time' => 'Time', - 'Timeformat' => 'Timeformat', - 'Timeout' => 'Timeout', - 'TimeoutPeriod' => 'Timeout Period (minutes)', - 'Timestamp' => 'Timestamp', - 'Timezone' => 'Timezone', - 'Total' => 'Total', - 'Type' => 'Type', - 'Uninstall' => 'Uninstall', - 'Unit' => 'Unit', - 'Update' => 'Update', - 'Uppercase' => 'Uppercase', - 'Username' => 'Username', - 'Value' => 'Value', - 'Verb' => 'Verb', - 'Version' => 'Version', - 'VeryFast' => 'Very Fast', - 'VeryHeavy' => 'Very Heavy', - 'VeryLarge' => 'Very Large', - 'VeryLight' => 'Very Light', - 'VeryLong' => 'Very Long', - 'VeryShort' => 'Very Short', - 'VerySlow' => 'Very Slow', - 'VerySmall' => 'Very Small', - 'Volume' => 'Volume', - 'Warnings' => 'Warnings', - 'Website' => 'Website', - 'Weight' => 'Weight', - 'Zip' => 'Zip', - 'Trigger' => 'Trigger', - 'ServerStatus' => 'Server Status', - 'ServerMode-1' => 'Normal', - 'ServerMode-2' => 'Read Only', - 'ServerMode-3' => 'Disabled', - 'i:LoginRetries' => 'Amount of allowed retries (-1 = unlimited)', - 'i:PasswordChangeInterval' => 'Interval in which passwards need to be changed (-1 = never)', - 'i:PasswordHistory' => 'New password has to be different from the last N passwords', - 'i:PasswordRegex' => 'Password requirement for users', - 'i:TimeoutPeriod' => 'Timeout period after too many logins', - 'i:loc' => 'IP address or URL for remote access.', - 'i:mail' => 'Email address.', - 'i:oname' => 'Organization name.', - 'i:rc' => 'Forcing re-cache for every user.', - 'i:rem' => 'IP address or URL for remote access.', - 'i:timef' => 'Time format.', + ':s1' => 'Active', + ':s2' => 'Inactive', + ':s3' => 'Timeout', + ':s4' => 'Banned', + 'Account' => 'Account', + 'Account/Group' => 'Account/Group', + 'Accounts' => 'Accounts', + 'Activate' => 'Activate', + 'Active' => 'Active', + 'Activity' => 'Activity', + 'Address' => 'Address', + 'All' => 'All', + 'Amount' => 'Amount', + 'App' => 'App', + 'Area' => 'Area', + 'AuditLog' => 'Audit Log', + 'Available' => 'Available', + 'Banned' => 'Banned', + 'Cache' => 'Cache', + 'Change' => 'Change', + 'Children' => 'Children', + 'City' => 'City', + 'Close' => 'Close', + 'Comp' => 'Comp.', + 'Component' => 'Component', + 'Country' => 'Country', + 'Create' => 'Create', + 'CreateProfile' => 'Create Profile', + 'Created' => 'Created', + 'CreatedBy' => 'Created By', + 'Currency' => 'Currency', + 'Currencyformat' => 'Currency Format', + 'Customized' => 'Customized', + 'Deactivate' => 'Deactivate', + 'DecimalPoint' => 'Decimal Point', + 'Defaults' => 'Defaults', + 'Delete' => 'Delete', + 'Description' => 'Description', + 'Design' => 'Design', + 'Destination' => 'Destination', + 'Ele' => 'Ele.', + 'Element' => 'Element', + 'Email' => 'Email', + 'EmailAdmin' => 'Email Admin', + 'Fast' => 'Fast', + 'Features' => 'Features', + 'File' => 'File', + 'General' => 'General', + 'Glass' => 'Glass', + 'Group' => 'Group', + 'GroupStatus1' => 'Active', + 'GroupStatus2' => 'Inactive', + 'GroupStatus4' => 'Hidden', + 'Groups' => 'Groups', + 'Heavy' => 'Heavy', + 'Hook' => 'Hook', + 'Hooks' => 'Hooks', + 'Images' => 'Images', + 'Inactive' => 'Inactive', + 'Install' => 'Install', + 'Installed' => 'Installed', + 'LAddress' => 'Local Address', + 'Language' => 'Language', + 'Large' => 'Large', + 'Length' => 'Length', + 'Light' => 'Light', + 'Load' => 'Load', + 'Localization' => 'Localization', + 'Log' => 'Log', + 'LogPath' => 'Log Path', + 'Logging' => 'Logging', + 'LoginImage' => 'Login Image', + 'LoginRetries' => 'Login Retries', + 'Loginname' => 'Login Name', + 'Long' => 'Long', + 'Lowercase' => 'Lowercase', + 'Maintenance' => 'Maintenance', + 'Medium' => 'Medium', + 'Member' => 'Member', + 'Members' => 'Members', + 'Memcache' => 'Memcache', + 'MemoryLimit' => 'Memory Limit', + 'Message' => 'Message', + 'Module' => 'Module', + 'Modules' => 'Modules', + 'Name' => 'Name', + 'Name1' => 'Name 1', + 'Name2' => 'Name 2', + 'Name3' => 'Name 3', + 'None' => 'None', + 'Numberformat' => 'Numberformat', + 'Numeric' => 'Numeric', + 'Organization' => 'Organization', + 'OrganizationName' => 'Organization Name', + 'OwnPermission' => '', + 'Page' => 'Page', + 'Pages' => '', + 'Parent' => 'Parent', + 'Parents' => 'Parents', + 'Password' => 'Password', + 'PasswordChangeInterval' => 'Password Change Interval (days)', + 'PasswordHistory' => 'Password History', + 'PasswordRegex' => 'Password Regex', + 'Perm' => 'Perm.', + 'Permission' => 'Permission', + 'Permissions' => 'Permissions', + 'Person' => 'Person', + 'Precision' => 'Precision', + 'Profile' => 'Profile', + 'RAddress' => 'Remote Address', + 'ReCache' => 'Re-Cache', + 'Read' => 'Read', + 'Release' => 'Release', + 'Reset' => 'Reset', + 'Route' => 'Route', + 'Routes' => 'Routes', + 'Running' => 'Running', + 'Sea' => 'Sea', + 'Search' => 'Search', + 'Security' => 'Security', + 'ServerMode-1' => 'Normal', + 'ServerMode-2' => 'Read Only', + 'ServerMode-3' => 'Disabled', + 'ServerStatus' => 'Server Status', + 'Settings' => 'Settings', + 'SettingsGeneral' => 'Settings - General', + 'Short' => 'Short', + 'Single' => 'Single', + 'Slow' => 'Slow', + 'Small' => 'Small', + 'Specialchar' => 'Special character', + 'Speed' => 'Speed', + 'Status' => 'Status', + 'Status0' => 'None', + 'Status1' => 'Active', + 'Status2' => 'Inactive', + 'Status3' => 'Timehout', + 'Status4' => 'Banned', + 'Tablespoon' => 'Tablespoon', + 'Teaspoon' => 'Teaspoon', + 'Temperature' => 'Temperature', + 'Theme' => 'Theme', + 'ThousandsSeparator' => 'Thousands Separator', + 'Time' => 'Time', + 'Timeformat' => 'Timeformat', + 'Timeout' => 'Timeout', + 'TimeoutPeriod' => 'Timeout Period (minutes)', + 'Timestamp' => 'Timestamp', + 'Timezone' => 'Timezone', + 'Total' => 'Total', + 'Trigger' => 'Trigger', + 'Type' => 'Type', + 'Uninstall' => 'Uninstall', + 'Unit' => 'Unit', + 'Update' => 'Update', + 'Uppercase' => 'Uppercase', + 'Username' => 'Username', + 'Value' => 'Value', + 'Verb' => 'Verb', + 'Version' => 'Version', + 'VeryFast' => 'Very Fast', + 'VeryHeavy' => 'Very Heavy', + 'VeryLarge' => 'Very Large', + 'VeryLight' => 'Very Light', + 'VeryLong' => 'Very Long', + 'VeryShort' => 'Very Short', + 'VerySlow' => 'Very Slow', + 'VerySmall' => 'Very Small', + 'Volume' => 'Volume', + 'Warnings' => 'Warnings', + 'Website' => 'Website', + 'Weight' => 'Weight', + 'Zip' => 'Zip', + 'active' => '', + 'available' => '', + 'i:LoginRetries' => 'Amount of allowed retries (-1 = unlimited)', + 'i:PasswordChangeInterval' => 'Interval in which passwards need to be changed (-1 = never)', + 'i:PasswordHistory' => 'New password has to be different from the last N passwords', + 'i:PasswordRegex' => 'Password requirement for users', + 'i:TimeoutPeriod' => 'Timeout period after too many logins', + 'i:loc' => 'IP address or URL for remote access.', + 'i:mail' => 'Email address.', + 'i:oname' => 'Organization name.', + 'i:rc' => 'Forcing re-cache for every user.', + 'i:rem' => 'IP address or URL for remote access.', + 'i:timef' => 'Time format.', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/es.lang.php b/Theme/Backend/Lang/es.lang.php index ae20a09..60779d1 100755 --- a/Theme/Backend/Lang/es.lang.php +++ b/Theme/Backend/Lang/es.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => 'Oculto', 'Groups' => 'Grupo', 'Heavy' => 'Pesado', + 'Hook' => '', + 'Hooks' => '', 'Images' => 'Imágenes', 'Inactive' => 'Inactivo', 'Install' => 'Instalar en pc', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => 'Numérico', 'Organization' => 'Organización', 'OrganizationName' => 'Nombre de la Organización', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => 'Página', + 'Pages' => '#VALUE!', 'Parent' => 'Padre', 'Parents' => 'Padres', 'Password' => 'Contraseña', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => 'Mar', 'Search' => 'Búsqueda', 'Security' => 'Seguridad', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => 'Ajustes', 'SettingsGeneral' => 'Configuraciones - General', 'Short' => 'Corto', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => 'Marca de tiempo', 'Timezone' => 'Zona horaria', 'Total' => 'Total', + 'Trigger' => '', 'Type' => 'Escribe', 'Uninstall' => 'Desinstalar', 'Unit' => 'Unidad', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => 'En mayúsculas', 'Username' => 'Nombre de usuario', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => 'Versión', 'VeryFast' => 'Muy rapido', 'VeryHeavy' => 'Muy pesado', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => 'Sitio web', 'Weight' => 'Peso', 'Zip' => 'Cremallera', + 'active' => '', + 'available' => '', 'i:LoginRetries' => 'Cantidad de reintentos permitidos (-1 = ilimitado)', 'i:PasswordChangeInterval' => 'Intervalo en el que deben cambiarse los pases (-1 = nunca)', 'i:PasswordHistory' => 'La nueva contraseña tiene que ser diferente de las últimas n contraseñas', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => 'Obligando a la reochección para cada usuario.', 'i:rem' => 'Dirección IP o URL para acceso remoto.', 'i:timef' => 'Formato de tiempo.', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/fi.lang.php b/Theme/Backend/Lang/fi.lang.php index db63747..9288679 100755 --- a/Theme/Backend/Lang/fi.lang.php +++ b/Theme/Backend/Lang/fi.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => 'Piilotettu', 'Groups' => 'Ryhmät', 'Heavy' => 'Raskas', + 'Hook' => '', + 'Hooks' => '', 'Images' => 'Kuvat', 'Inactive' => 'Epäaktiivinen', 'Install' => 'Asentaa', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => 'Numeerinen', 'Organization' => 'Organisaatio', 'OrganizationName' => 'Organisaation nimi', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => 'Sivu', + 'Pages' => '#VALUE!', 'Parent' => 'Vanhempi', 'Parents' => 'Vanhemmat', 'Password' => 'Salasana', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => 'Meri', 'Search' => 'Hae', 'Security' => 'Turvallisuus', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => 'asetukset', 'SettingsGeneral' => 'Asetukset - Yleistä', 'Short' => 'Lyhyt', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => 'Aikaleima', 'Timezone' => 'Aikavyöhyke', 'Total' => 'Kaikki yhteensä', + 'Trigger' => '', 'Type' => 'Tyyppi', 'Uninstall' => 'Poistaa', 'Unit' => 'Yksikkö', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => 'Isot kirjaimet', 'Username' => 'Käyttäjätunnus', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => 'Versio', 'VeryFast' => 'Erittäin nopea', 'VeryHeavy' => 'Erittäin painava', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => 'Verkkosivusto', 'Weight' => 'Paino', 'Zip' => 'Postinumero', + 'active' => '', + 'available' => '', 'i:LoginRetries' => 'Sallittujen uudelleentarkastelujen määrä (-1 = rajoittamaton)', 'i:PasswordChangeInterval' => 'Aikaväli, jossa ohjaa tarvitse vaihtaa (-1 = ei koskaan)', 'i:PasswordHistory' => 'Uusi salasana on erilainen kuin viimeiset n salasanat', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => 'Pakottaa uudelleen välimuistin jokaiselle käyttäjälle.', 'i:rem' => 'IP-osoite tai URL-osoite etäkäyttöön.', 'i:timef' => 'Aikamuoto.', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/fr.lang.php b/Theme/Backend/Lang/fr.lang.php index 3fb7775..5faa197 100755 --- a/Theme/Backend/Lang/fr.lang.php +++ b/Theme/Backend/Lang/fr.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => 'Caché', 'Groups' => 'Groupes', 'Heavy' => 'Lourd', + 'Hook' => '', + 'Hooks' => '', 'Images' => 'Images', 'Inactive' => 'Inactif', 'Install' => 'Installer', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => 'Numérique', 'Organization' => 'Organisation', 'OrganizationName' => 'nom de l\'organisation', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => 'Page', + 'Pages' => '#VALUE!', 'Parent' => 'Parent', 'Parents' => 'Parents', 'Password' => 'Mot de passe', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => 'Mer', 'Search' => 'Chercher', 'Security' => 'Sécurité', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => 'Réglages', 'SettingsGeneral' => 'Paramètres - Général', 'Short' => 'Court', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => 'Horodatage', 'Timezone' => 'Fuseau horaire', 'Total' => 'Le total', + 'Trigger' => '', 'Type' => 'Taper', 'Uninstall' => 'Désinstaller', 'Unit' => 'Unité', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => 'Majuscule', 'Username' => 'Nom d\'utilisateur', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => 'Version', 'VeryFast' => 'Très vite', 'VeryHeavy' => 'Très lourd', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => 'Site Internet', 'Weight' => 'Poids', 'Zip' => 'Zipper', + 'active' => '', + 'available' => '', 'i:LoginRetries' => 'Quantité de tentatives autorisées (-1 = illimitées)', 'i:PasswordChangeInterval' => 'Intervalle dans lequel Passward doit être changé (-1 = jamais)', 'i:PasswordHistory' => 'Un nouveau mot de passe doit être différent des derniers mots de passe n', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => 'Forcer la ré-cache pour chaque utilisateur.', 'i:rem' => 'Adresse IP ou URL pour un accès à distance.', 'i:timef' => 'Format de l\'heure.', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/hu.lang.php b/Theme/Backend/Lang/hu.lang.php index 1e41065..4ec4459 100755 --- a/Theme/Backend/Lang/hu.lang.php +++ b/Theme/Backend/Lang/hu.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => 'Rejtett', 'Groups' => 'Csoportok', 'Heavy' => 'Nehéz', + 'Hook' => '', + 'Hooks' => '', 'Images' => 'Kép', 'Inactive' => 'Inaktív', 'Install' => 'Telepítés', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => 'Számszerű', 'Organization' => 'Szervezet', 'OrganizationName' => 'Szervezet neve', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => 'Oldal', + 'Pages' => '#VALUE!', 'Parent' => 'Szülő', 'Parents' => 'Szülők', 'Password' => 'Jelszó', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => 'Tenger', 'Search' => 'Keresés', 'Security' => 'Biztonság', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => 'Beállítások', 'SettingsGeneral' => 'Beállítások - Általános', 'Short' => 'Rövid', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => 'Időbélyeg', 'Timezone' => 'Időzóna', 'Total' => 'Teljes', + 'Trigger' => '', 'Type' => 'típus', 'Uninstall' => 'Eltávolítás', 'Unit' => 'Mértékegység', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => 'Nagybetűs', 'Username' => 'Felhasználónév', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => 'Változat', 'VeryFast' => 'Nagyon gyors', 'VeryHeavy' => 'Nagyon nehéz', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => 'Weboldal', 'Weight' => 'Súly', 'Zip' => 'Postai irányítószám', + 'active' => '', + 'available' => '', 'i:LoginRetries' => 'Az engedélyezett újítások összege (-1 = korlátlan)', 'i:PasswordChangeInterval' => 'Az áthaladó időközönként meg kell változtatni (-1 = soha)', 'i:PasswordHistory' => 'Az új jelszónak az utolsó n jelszavaktól eltérőnek kell lennie', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => 'Az újbóli gyorsítótárat minden felhasználó számára kényszeríti.', 'i:rem' => 'IP-cím vagy URL a távoli hozzáféréshez.', 'i:timef' => 'Idő formátum.', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/it.lang.php b/Theme/Backend/Lang/it.lang.php index ee6fb7c..5e0b410 100755 --- a/Theme/Backend/Lang/it.lang.php +++ b/Theme/Backend/Lang/it.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => 'Nascosto', 'Groups' => 'Gruppi', 'Heavy' => 'Pesante', + 'Hook' => '', + 'Hooks' => '', 'Images' => 'immagini', 'Inactive' => 'Non attivo', 'Install' => 'Installare', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => 'Numerico', 'Organization' => 'Organizzazione', 'OrganizationName' => 'Nome dell\'organizzazione', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => 'Pagina', + 'Pages' => '#VALUE!', 'Parent' => 'Genitore', 'Parents' => 'Genitori', 'Password' => 'Parola d\'ordine', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => 'Mare', 'Search' => 'Ricerca', 'Security' => 'Sicurezza', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => 'Impostazioni', 'SettingsGeneral' => 'Impostazioni - Generale', 'Short' => 'Corto', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => 'Timestamp', 'Timezone' => 'Fuso orario', 'Total' => 'Totale', + 'Trigger' => '', 'Type' => 'Tipo', 'Uninstall' => 'Disinstallare', 'Unit' => 'Unità', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => 'Maiuscolo', 'Username' => 'Nome utente', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => 'Versione', 'VeryFast' => 'Molto veloce', 'VeryHeavy' => 'Molto pesante', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => 'Sito web', 'Weight' => 'Peso', 'Zip' => 'Cerniera lampo', + 'active' => '', + 'available' => '', 'i:LoginRetries' => 'Quantità di tentativi consentiti (-1 = illimitato)', 'i:PasswordChangeInterval' => 'Intervallo in cui il passaggio deve essere cambiato (-1 = mai)', 'i:PasswordHistory' => 'La nuova password deve essere diversa dalle ultime password n', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => 'Forzare la ri-cache per ogni utente.', 'i:rem' => 'Indirizzo IP o URL per l\'accesso remoto.', 'i:timef' => 'Formato orario.', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/ja.lang.php b/Theme/Backend/Lang/ja.lang.php index 9d6c8e2..860e49e 100755 --- a/Theme/Backend/Lang/ja.lang.php +++ b/Theme/Backend/Lang/ja.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => '隠れた', 'Groups' => '団体', 'Heavy' => '重い', + 'Hook' => '', + 'Hooks' => '', 'Images' => 'images', 'Inactive' => '非活性', 'Install' => 'インストール', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => '数字の数', 'Organization' => '組織', 'OrganizationName' => '組織名', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => 'ページ', + 'Pages' => '#VALUE!', 'Parent' => '親', 'Parents' => '両親', 'Password' => 'パスワード', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => '海', 'Search' => '検索', 'Security' => '安全', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => '設定', 'SettingsGeneral' => '設定 - 一般', 'Short' => '短い', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => 'タイムスタンプ', 'Timezone' => 'タイムゾーン', 'Total' => '合計', + 'Trigger' => '', 'Type' => 'タイプ', 'Uninstall' => 'アンインストール', 'Unit' => '単位', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => '大文字', 'Username' => 'username.', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => 'バージョン', 'VeryFast' => 'とても早い', 'VeryHeavy' => 'とても重い', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => 'Webサイト', 'Weight' => '重さ', 'Zip' => 'ジップ', + 'active' => '', + 'available' => '', 'i:LoginRetries' => '許容再試行量(-1 =無制限)', 'i:PasswordChangeInterval' => 'パスワードを変更する必要がある間隔(-1 =絶対値)', 'i:PasswordHistory' => '新しいパスワードは最後のNパスワードと異なる必要があります', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => 'すべてのユーザーの再キャッシュを強制します。', 'i:rem' => 'リモートアクセスのためのIPアドレスまたはURL。', 'i:timef' => '時間形式', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/ko.lang.php b/Theme/Backend/Lang/ko.lang.php index c81e76d..67d0885 100755 --- a/Theme/Backend/Lang/ko.lang.php +++ b/Theme/Backend/Lang/ko.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => '숨겨진', 'Groups' => '여러 떼', 'Heavy' => '무거운', + 'Hook' => '', + 'Hooks' => '', 'Images' => '이미지', 'Inactive' => '비활성으로', 'Install' => '설치', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => '숫자', 'Organization' => '조직', 'OrganizationName' => '조직 이름', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => '페이지', + 'Pages' => '#VALUE!', 'Parent' => '부모의', 'Parents' => '부모', 'Password' => '비밀번호', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => '바다', 'Search' => '찾다', 'Security' => '보안', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => '설정', 'SettingsGeneral' => '설정 - 일반', 'Short' => '짧은', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => '타임 스탬프', 'Timezone' => '시간대', 'Total' => '총', + 'Trigger' => '', 'Type' => '유형', 'Uninstall' => '제거', 'Unit' => '단위', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => '대문자', 'Username' => '사용자 이름', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => '버전', 'VeryFast' => '매우 빨리', 'VeryHeavy' => '매우 무겁다', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => '웹 사이트', 'Weight' => '무게', 'Zip' => '지퍼', + 'active' => '', + 'available' => '', 'i:LoginRetries' => '허용되는 재시도 양 (-1 = 무제한)', 'i:PasswordChangeInterval' => '패스를 변경 해야하는 간격 (-1 = 절대)', 'i:PasswordHistory' => '새 암호는 마지막 n 암호와 다를 수 있어야합니다.', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => '모든 사용자에 대해 다시 캐시를 강요합니다.', 'i:rem' => '원격 액세스를위한 IP 주소 또는 URL.', 'i:timef' => '시간 형식.', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/no.lang.php b/Theme/Backend/Lang/no.lang.php index 305178f..672dfdd 100755 --- a/Theme/Backend/Lang/no.lang.php +++ b/Theme/Backend/Lang/no.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => 'Gjemt', 'Groups' => 'Grupper', 'Heavy' => 'Tung', + 'Hook' => '', + 'Hooks' => '', 'Images' => 'Bilder', 'Inactive' => 'Inaktiv', 'Install' => 'Installere', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => 'Numerisk', 'Organization' => 'Organisasjon', 'OrganizationName' => 'Organisasjonsnavn', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => 'Side', + 'Pages' => '#VALUE!', 'Parent' => 'Foreldre', 'Parents' => 'Foreldre', 'Password' => 'Passord', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => 'Hav', 'Search' => 'Søk', 'Security' => 'Sikkerhet', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => 'Innstillinger', 'SettingsGeneral' => 'Innstillinger - Generelt', 'Short' => 'Kort', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => 'Tidsstempel', 'Timezone' => 'Tidssone', 'Total' => 'Total', + 'Trigger' => '', 'Type' => 'Type', 'Uninstall' => 'Avinstaller', 'Unit' => 'Enhet', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => 'Stor bokstav', 'Username' => 'Brukernavn', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => 'Versjon', 'VeryFast' => 'Veldig fort', 'VeryHeavy' => 'Veldig tung', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => 'Nettside', 'Weight' => 'Vekt', 'Zip' => 'Glidelås', + 'active' => '', + 'available' => '', 'i:LoginRetries' => 'Mengde tillatt retries (-1 = ubegrenset)', 'i:PasswordChangeInterval' => 'Intervall i hvilken passasje må endres (-1 = aldri)', 'i:PasswordHistory' => 'Nytt passord må være forskjellig fra de siste N-passordene', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => 'Tvinge re-cache for hver bruker.', 'i:rem' => 'IP-adresse eller URL for ekstern tilgang.', 'i:timef' => 'Tidsformat.', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/pl.lang.php b/Theme/Backend/Lang/pl.lang.php index 31ae6f4..2c159dc 100755 --- a/Theme/Backend/Lang/pl.lang.php +++ b/Theme/Backend/Lang/pl.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => 'Ukryty', 'Groups' => 'Grupy', 'Heavy' => 'Ciężki', + 'Hook' => '', + 'Hooks' => '', 'Images' => 'Obrazy', 'Inactive' => 'Nieaktywny', 'Install' => 'zainstalować', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => 'Numeryczny', 'Organization' => 'Organizacja', 'OrganizationName' => 'Nazwa organizacji', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => 'Strona', + 'Pages' => '#VALUE!', 'Parent' => 'Rodzic', 'Parents' => 'Rodzice', 'Password' => 'Hasło', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => 'Morze', 'Search' => 'Szukaj', 'Security' => 'Bezpieczeństwo', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => 'Ustawienia', 'SettingsGeneral' => 'Ustawienia - Ogólne', 'Short' => 'Niski', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => 'Znak czasu', 'Timezone' => 'Strefa czasowa', 'Total' => 'Całkowity', + 'Trigger' => '', 'Type' => 'Rodzaj', 'Uninstall' => 'Odinstalować', 'Unit' => 'Jednostka', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => 'Duże litery', 'Username' => 'Nazwa użytkownika', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => 'Wersja', 'VeryFast' => 'Bardzo szybki', 'VeryHeavy' => 'Bardzo ciężki', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => 'Stronie internetowej', 'Weight' => 'Waga', 'Zip' => 'Zamek błyskawiczny', + 'active' => '', + 'available' => '', 'i:LoginRetries' => 'Ilość dozwolonych prób (-1 = nieograniczona)', 'i:PasswordChangeInterval' => 'Interwał, w którym należy zmienić przekazywanie (-1 = nigdy)', 'i:PasswordHistory' => 'Nowe hasło musi być inne od ostatnich n haseł', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => 'Wymuszanie pamięci podręcznej dla każdego użytkownika.', 'i:rem' => 'Adres IP lub adres URL do zdalnego dostępu.', 'i:timef' => 'Format czasu.', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/pt.lang.php b/Theme/Backend/Lang/pt.lang.php index 46d8575..e254cd2 100755 --- a/Theme/Backend/Lang/pt.lang.php +++ b/Theme/Backend/Lang/pt.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => 'Escondido', 'Groups' => 'Grupos', 'Heavy' => 'Pesado', + 'Hook' => '', + 'Hooks' => '', 'Images' => 'Imagens', 'Inactive' => 'Inativo', 'Install' => 'Instalar', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => 'Numérico', 'Organization' => 'Organização', 'OrganizationName' => 'Nome da organização', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => 'Página', + 'Pages' => '#VALUE!', 'Parent' => 'Pai', 'Parents' => 'Pais', 'Password' => 'Senha', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => 'Mar', 'Search' => 'Procurar', 'Security' => 'Segurança', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => 'Configurações', 'SettingsGeneral' => 'Configurações - Geral', 'Short' => 'Baixo', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => 'Timestamp', 'Timezone' => 'Fuso horário', 'Total' => 'Total', + 'Trigger' => '', 'Type' => 'Modelo', 'Uninstall' => 'Desinstalar', 'Unit' => 'Unidade', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => 'Maiúsculas', 'Username' => 'Nome do usuário', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => 'Versão', 'VeryFast' => 'Muito rápido', 'VeryHeavy' => 'Muito pesado', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => 'Local na rede Internet', 'Weight' => 'Peso', 'Zip' => 'Fecho eclair', + 'active' => '', + 'available' => '', 'i:LoginRetries' => 'Quantidade de tentativas permitidas (-1 = ilimitadas)', 'i:PasswordChangeInterval' => 'Intervalo em que passewards precisa ser alterado (-1 = nunca)', 'i:PasswordHistory' => 'Nova senha tem que ser diferente das últimas ninhas', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => 'Forçando o re-cache para cada usuário.', 'i:rem' => 'Endereço IP ou URL para acesso remoto.', 'i:timef' => 'Formato de tempo.', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/ru.lang.php b/Theme/Backend/Lang/ru.lang.php index c39310e..0e45943 100755 --- a/Theme/Backend/Lang/ru.lang.php +++ b/Theme/Backend/Lang/ru.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => 'Скрытый', 'Groups' => 'Группы', 'Heavy' => 'Тяжелый', + 'Hook' => '', + 'Hooks' => '', 'Images' => 'Картинки', 'Inactive' => 'Неактивный', 'Install' => 'Установить', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => 'Численность', 'Organization' => 'Организация', 'OrganizationName' => 'Название организации', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => 'Страница', + 'Pages' => '#VALUE!', 'Parent' => 'Родитель', 'Parents' => 'Родители', 'Password' => 'Пароль', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => 'Море', 'Search' => 'Поиск', 'Security' => 'Безопасность', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => 'Настройки', 'SettingsGeneral' => 'Настройки - General.', 'Short' => 'Короткий', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => 'Timestamp', 'Timezone' => 'Часовой пояс', 'Total' => 'Всего', + 'Trigger' => '', 'Type' => 'Тип', 'Uninstall' => 'Удалить', 'Unit' => 'Единица измерения', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => 'Верхний регистр', 'Username' => 'Имя пользователя', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => 'Версия', 'VeryFast' => 'Очень быстро', 'VeryHeavy' => 'Очень тяжело', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => 'Веб-сайт', 'Weight' => 'Масса', 'Zip' => 'Zip.', + 'active' => '', + 'available' => '', 'i:LoginRetries' => 'Количество разрешенных повторных попыток (-1 = неограниченное)', 'i:PasswordChangeInterval' => 'Интервал, в котором паспространники должны быть изменены (-1 = никогда)', 'i:PasswordHistory' => 'Новый пароль должен быть отличаться от последних n паролей', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => 'Принудительный повторный кэш для каждого пользователя.', 'i:rem' => 'IP-адрес или URL для удаленного доступа.', 'i:timef' => 'Формат времени.', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/sv.lang.php b/Theme/Backend/Lang/sv.lang.php index 6c2e447..2d871bd 100755 --- a/Theme/Backend/Lang/sv.lang.php +++ b/Theme/Backend/Lang/sv.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => 'Dold', 'Groups' => 'Grupp', 'Heavy' => 'Tung', + 'Hook' => '', + 'Hooks' => '', 'Images' => 'Bilder', 'Inactive' => 'Inaktiv', 'Install' => 'Installera', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => 'Numerisk', 'Organization' => 'Organisation', 'OrganizationName' => 'organisations namn', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => 'Sida', + 'Pages' => '#VALUE!', 'Parent' => 'Förälder', 'Parents' => 'Föräldrar', 'Password' => 'Lösenord', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => 'Hav', 'Search' => 'Sök', 'Security' => 'säkerhet', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => 'inställningar', 'SettingsGeneral' => 'Inställningar - Allmänt', 'Short' => 'Kort', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => 'Tidsstämpel', 'Timezone' => 'Tidszon', 'Total' => 'Total', + 'Trigger' => '', 'Type' => 'Typ', 'Uninstall' => 'Avinstallera', 'Unit' => 'Enhet', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => 'Versal', 'Username' => 'Användarnamn', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => 'Version', 'VeryFast' => 'Väldigt snabbt', 'VeryHeavy' => 'Väldigt tung', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => 'Hemsida', 'Weight' => 'Vikt', 'Zip' => 'Blixtlås', + 'active' => '', + 'available' => '', 'i:LoginRetries' => 'Mängden tillåtna retries (-1 = obegränsat)', 'i:PasswordChangeInterval' => 'Intervall där passager måste ändras (-1 = aldrig)', 'i:PasswordHistory' => 'Nytt lösenord måste skilja sig från de senaste n-lösenorden', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => 'Tvinga åter cache för varje användare.', 'i:rem' => 'IP-adress eller URL för fjärråtkomst.', 'i:timef' => 'Tidsformat.', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/th.lang.php b/Theme/Backend/Lang/th.lang.php index 28c1340..244b2c2 100755 --- a/Theme/Backend/Lang/th.lang.php +++ b/Theme/Backend/Lang/th.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => 'ที่ซ่อนอยู่', 'Groups' => 'กลุ่ม', 'Heavy' => 'หนัก', + 'Hook' => '', + 'Hooks' => '', 'Images' => 'ภาพ', 'Inactive' => 'ไม่ใช้งาน', 'Install' => 'ติดตั้ง', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => 'เป็นตัวเลข', 'Organization' => 'องค์กร', 'OrganizationName' => 'ชื่อองค์กร', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => 'หน้าหนังสือ', + 'Pages' => '#VALUE!', 'Parent' => 'พ่อแม่', 'Parents' => 'ผู้ปกครอง', 'Password' => 'รหัสผ่าน', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => 'ทะเล', 'Search' => 'ค้นหา', 'Security' => 'ความปลอดภัย', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => 'การตั้งค่า', 'SettingsGeneral' => 'การตั้งค่า - ทั่วไป', 'Short' => 'สั้น', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => 'การประทับเวลา', 'Timezone' => 'เขตเวลา', 'Total' => 'ทั้งหมด', + 'Trigger' => '', 'Type' => 'พิมพ์', 'Uninstall' => 'ถอนการติดตั้ง', 'Unit' => 'หน่วย', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => 'ตัวพิมพ์ใหญ่', 'Username' => 'ชื่อผู้ใช้', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => 'รุ่น', 'VeryFast' => 'เร็วมาก', 'VeryHeavy' => 'หนักมาก', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => 'เว็บไซต์', 'Weight' => 'น้ำหนัก', 'Zip' => 'ซิป', + 'active' => '', + 'available' => '', 'i:LoginRetries' => 'จำนวนเงินที่อนุญาตอนุญาต (-1 = ไม่ จำกัด )', 'i:PasswordChangeInterval' => 'ช่วงเวลาที่ต้องเปลี่ยนไป (-1 = ไม่เคย)', 'i:PasswordHistory' => 'รหัสผ่านใหม่จะต้องแตกต่างจากรหัสผ่าน n ล่าสุด', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => 'บังคับให้แคชอีกครั้งสำหรับผู้ใช้ทุกคน', 'i:rem' => 'ที่อยู่ IP หรือ URL สำหรับการเข้าถึงระยะไกล', 'i:timef' => 'รูปแบบเวลา', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/tr.lang.php b/Theme/Backend/Lang/tr.lang.php index 30184e8..ad6ac4c 100755 --- a/Theme/Backend/Lang/tr.lang.php +++ b/Theme/Backend/Lang/tr.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => 'Gizlenmiş', 'Groups' => 'Gruplar', 'Heavy' => 'Ağır', + 'Hook' => '', + 'Hooks' => '', 'Images' => 'Görüntüler', 'Inactive' => 'Aktif olmayan', 'Install' => 'Düzenlemek', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => 'Sayısal', 'Organization' => 'Organizasyon', 'OrganizationName' => 'Kuruluş Adı', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => 'Sayfa', + 'Pages' => '#VALUE!', 'Parent' => 'Ebeveyn', 'Parents' => 'Ebeveynler', 'Password' => 'Parola', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => 'Deniz', 'Search' => 'Aramak', 'Security' => 'Güvenlik', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => 'Ayarlar', 'SettingsGeneral' => 'Ayarlar - Genel', 'Short' => 'Kısa', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => 'Zaman damgası', 'Timezone' => 'Saat dilimi', 'Total' => 'Toplam', + 'Trigger' => '', 'Type' => 'Tip', 'Uninstall' => 'Kaldırma', 'Unit' => 'Birim', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => 'Büyük harf', 'Username' => 'Kullanıcı adı', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => 'Sürüm', 'VeryFast' => 'Çok hızlı', 'VeryHeavy' => 'Çok ağır', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => 'İnternet sitesi', 'Weight' => 'Ağırlık', 'Zip' => 'Zip', + 'active' => '', + 'available' => '', 'i:LoginRetries' => 'İzin verilen deneme miktarı (-1 = sınırsız)', 'i:PasswordChangeInterval' => 'Geçişlerin değiştirilmesi gereken aralık (-1 = asla)', 'i:PasswordHistory' => 'Yeni şifrenin son N şifrelerinden farklı olması gerekir.', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => 'Her kullanıcı için yeniden önbellek zorlamak.', 'i:rem' => 'Uzaktan erişim için IP adresi veya URL.', 'i:timef' => 'Zaman formatı.', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/uk.lang.php b/Theme/Backend/Lang/uk.lang.php index 742190c..3025c9e 100755 --- a/Theme/Backend/Lang/uk.lang.php +++ b/Theme/Backend/Lang/uk.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => 'Прихований', 'Groups' => 'Групи', 'Heavy' => 'Важкий', + 'Hook' => '', + 'Hooks' => '', 'Images' => 'Зображення', 'Inactive' => 'Неактивний', 'Install' => 'Установлювати', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => 'Числовий', 'Organization' => 'Організація', 'OrganizationName' => 'Назва організації', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => 'Сторінка', + 'Pages' => '#VALUE!', 'Parent' => 'Батько', 'Parents' => 'Батьки', 'Password' => 'Пароль', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => 'Море', 'Search' => 'Пошук', 'Security' => 'Безпека', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => 'Налаштування', 'SettingsGeneral' => 'Налаштування - загальний', 'Short' => 'Короткий', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => 'Мітка', 'Timezone' => 'Часовий пояс', 'Total' => 'Загальний', + 'Trigger' => '', 'Type' => 'Тип', 'Uninstall' => 'Видаляти', 'Unit' => 'Підрозділ', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => 'Верхній', 'Username' => 'Ім\'я користувача', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => 'Версія', 'VeryFast' => 'Дуже швидко', 'VeryHeavy' => 'Дуже важкий', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => 'Веб-сайт', 'Weight' => 'Вага', 'Zip' => 'Блиск', + 'active' => '', + 'available' => '', 'i:LoginRetries' => 'Кількість дозволених спроб (-1 = необмежена)', 'i:PasswordChangeInterval' => 'Інтервал, в якому пройти необхідно змінити (-1 = ніколи)', 'i:PasswordHistory' => 'Новий пароль повинен відрізнятися від останніх російських паролів', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => 'Змушуючи повторно кешувати для кожного користувача.', 'i:rem' => 'IP-адреса або URL-адреса для віддаленого доступу.', 'i:timef' => 'Формат часу.', + 'inactive' => '', ]]; diff --git a/Theme/Backend/Lang/zh.lang.php b/Theme/Backend/Lang/zh.lang.php index 1d3e96f..084c0f8 100755 --- a/Theme/Backend/Lang/zh.lang.php +++ b/Theme/Backend/Lang/zh.lang.php @@ -68,6 +68,8 @@ return ['Admin' => [ 'GroupStatus4' => '隐', 'Groups' => '团体', 'Heavy' => '重的', + 'Hook' => '', + 'Hooks' => '', 'Images' => '图片', 'Inactive' => '不活跃', 'Install' => '安装', @@ -105,8 +107,9 @@ return ['Admin' => [ 'Numeric' => '数字', 'Organization' => '组织', 'OrganizationName' => '机构名称', - 'Pages' => '#VALUE!', + 'OwnPermission' => '', 'Page' => '页', + 'Pages' => '#VALUE!', 'Parent' => '父母', 'Parents' => '父母', 'Password' => '密码', @@ -130,6 +133,10 @@ return ['Admin' => [ 'Sea' => '海', 'Search' => '搜索', 'Security' => '安全', + 'ServerMode-1' => '', + 'ServerMode-2' => '', + 'ServerMode-3' => '', + 'ServerStatus' => '', 'Settings' => '设置', 'SettingsGeneral' => '设置 - 一般', 'Short' => '短的', @@ -156,6 +163,7 @@ return ['Admin' => [ 'Timestamp' => '时间戳', 'Timezone' => '时区', 'Total' => '全部的', + 'Trigger' => '', 'Type' => '类型', 'Uninstall' => '卸载', 'Unit' => '单元', @@ -163,6 +171,7 @@ return ['Admin' => [ 'Uppercase' => '大写', 'Username' => '用户名', 'Value' => '#VALUE!', + 'Verb' => '', 'Version' => '版本', 'VeryFast' => '非常快', 'VeryHeavy' => '非常重', @@ -177,6 +186,8 @@ return ['Admin' => [ 'Website' => '网站', 'Weight' => '重量', 'Zip' => '压缩', + 'active' => '', + 'available' => '', 'i:LoginRetries' => '允许的重试量(-1 =无限)', 'i:PasswordChangeInterval' => '乘语需要更改的间隔(-1 =永远不会)', 'i:PasswordHistory' => '新密码必须与最后一个密码不同', @@ -188,4 +199,5 @@ return ['Admin' => [ 'i:rc' => '为每个用户强制重新缓存。', 'i:rem' => '用于远程访问的IP地址或URL。', 'i:timef' => '时间格式。', + 'inactive' => '', ]];