test language/export/import which changed a lot of lang files

This commit is contained in:
Dennis Eichhorn 2021-02-08 19:10:15 +01:00
parent 406d9a7593
commit 3724e1f845
2 changed files with 328 additions and 334 deletions

7
Theme/Backend/Lang/de.lang.php Executable file → Normal file
View 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
View 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',
],
];
]];