mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-18 13:18:43 +00:00
test language/export/import which changed a lot of lang files
This commit is contained in:
parent
406d9a7593
commit
3724e1f845
7
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
7
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
|||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Admin\Language\Backend
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -12,8 +11,7 @@
|
|||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'Admin' => [
|
||||
return ['Admin' => [
|
||||
':s1' => 'Aktiv',
|
||||
':s2' => 'Inaktiv',
|
||||
':s3' => 'Timeout',
|
||||
|
|
@ -176,5 +174,4 @@ return [
|
|||
'i:TimeoutPeriod' => 'Timeout period after too many logins',
|
||||
'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',
|
||||
],
|
||||
];
|
||||
]];
|
||||
|
|
|
|||
7
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
7
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
|||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Admin\Language\Backend
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -12,8 +11,7 @@
|
|||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'Admin' => [
|
||||
return ['Admin' => [
|
||||
':s1' => 'Active',
|
||||
':s2' => 'Inactive',
|
||||
':s3' => 'Timeout',
|
||||
|
|
@ -176,5 +174,4 @@ return [
|
|||
'i:TimeoutPeriod' => 'Timeout period after too many logins',
|
||||
'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',
|
||||
],
|
||||
];
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user