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 c33a9950c3
commit d8695cd405
2 changed files with 66 additions and 64 deletions

3
Theme/Backend/Lang/de.lang.php Executable file → Normal file
View File

@ -4,7 +4,6 @@
* *
* PHP Version 8.0 * PHP Version 8.0
* *
* @package Modules\Media
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -44,4 +43,6 @@ return ['Media' => [
'Upload' => 'Hochladen', 'Upload' => 'Hochladen',
'VirtualPath' => 'Virtueller Pfad', 'VirtualPath' => 'Virtueller Pfad',
'Visibility' => 'Sichtbarkeit', 'Visibility' => 'Sichtbarkeit',
'GroupUser' => '',
'Add' => '',
]]; ]];

3
Theme/Backend/Lang/en.lang.php Executable file → Normal file
View File

@ -4,7 +4,6 @@
* *
* PHP Version 8.0 * PHP Version 8.0
* *
* @package Modules\Media
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -44,4 +43,6 @@ return ['Media' => [
'Upload' => 'Upload', 'Upload' => 'Upload',
'VirtualPath' => 'Virtual Path', 'VirtualPath' => 'Virtual Path',
'Visibility' => 'Visibility', 'Visibility' => 'Visibility',
'GroupUser' => '',
'Add' => '',
]]; ]];