From d8695cd40521f59d6ec4b4f4b2a0afdfcb162de2 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 8 Feb 2021 19:10:15 +0100 Subject: [PATCH] test language/export/import which changed a lot of lang files --- Theme/Backend/Lang/de.lang.php | 65 +++++++++++++++++----------------- Theme/Backend/Lang/en.lang.php | 65 +++++++++++++++++----------------- 2 files changed, 66 insertions(+), 64 deletions(-) mode change 100755 => 100644 Theme/Backend/Lang/de.lang.php mode change 100755 => 100644 Theme/Backend/Lang/en.lang.php diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php old mode 100755 new mode 100644 index b5ca022..bb6f710 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -4,7 +4,6 @@ * * PHP Version 8.0 * - * @package Modules\Media * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -13,35 +12,37 @@ declare(strict_types=1); return ['Media' => [ - 'Account' => 'Account', - 'AddToCollection' => 'Zum Ordner hinzufügen', - 'Author' => 'Autor', - 'Back' => 'Zurück', - 'Changed' => 'Geändert', - 'Changedby' => 'Geändert by', - 'Created' => 'Erstellt', - 'CreateCollection' => 'Erstelle Ordner', - 'CreateFile' => 'Erstelle Datei', - 'Creator' => 'Ersteller', - 'Data' => 'Daten', - 'Description' => 'Beschreibung', - 'Edit' => 'Bearbeiten', - 'Editability' => 'Bearbeitung', - 'Extension' => 'Endung', - 'FilePath' => 'Dateipfad', - 'Files' => 'Dateien', - 'Media' => 'Media', - 'Name' => 'Name', - 'Path' => 'Pfad', - 'PathSettings' => 'Pfad Einstellung', - 'Permission' => 'Rechte', - 'Preview' => 'Vorschau', - 'RandomPath' => 'Zufälliger Pfad', - 'Select' => 'Auswahl', - 'Settings' => 'Einstellungen', - 'Size' => 'Größe', - 'Type' => 'Typ', - 'Upload' => 'Hochladen', - 'VirtualPath' => 'Virtueller Pfad', - 'Visibility' => 'Sichtbarkeit', + 'Account' => 'Account', + 'AddToCollection' => 'Zum Ordner hinzufügen', + 'Author' => 'Autor', + 'Back' => 'Zurück', + 'Changed' => 'Geändert', + 'Changedby' => 'Geändert by', + 'Created' => 'Erstellt', + 'CreateCollection' => 'Erstelle Ordner', + 'CreateFile' => 'Erstelle Datei', + 'Creator' => 'Ersteller', + 'Data' => 'Daten', + 'Description' => 'Beschreibung', + 'Edit' => 'Bearbeiten', + 'Editability' => 'Bearbeitung', + 'Extension' => 'Endung', + 'FilePath' => 'Dateipfad', + 'Files' => 'Dateien', + 'Media' => 'Media', + 'Name' => 'Name', + 'Path' => 'Pfad', + 'PathSettings' => 'Pfad Einstellung', + 'Permission' => 'Rechte', + 'Preview' => 'Vorschau', + 'RandomPath' => 'Zufälliger Pfad', + 'Select' => 'Auswahl', + 'Settings' => 'Einstellungen', + 'Size' => 'Größe', + 'Type' => 'Typ', + 'Upload' => 'Hochladen', + 'VirtualPath' => 'Virtueller Pfad', + 'Visibility' => 'Sichtbarkeit', + 'GroupUser' => '', + 'Add' => '', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100755 new mode 100644 index a6c93a4..f3af7fe --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -4,7 +4,6 @@ * * PHP Version 8.0 * - * @package Modules\Media * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -13,35 +12,37 @@ declare(strict_types=1); return ['Media' => [ - 'Account' => 'Account', - 'AddToCollection' => 'Add to collection', - 'Author' => 'Author', - 'Back' => 'Back', - 'Changed' => 'Changed', - 'Changedby' => 'Changed by', - 'Created' => 'Created', - 'CreateCollection' => 'Create Collection', - 'CreateFile' => 'Create File', - 'Creator' => 'Creator', - 'Data' => 'Data', - 'Description' => 'Description', - 'Edit' => 'Edit', - 'Editability' => 'Editability', - 'Extension' => 'Extension', - 'FilePath' => 'File Path', - 'Files' => 'Files', - 'Media' => 'Media', - 'Name' => 'Name', - 'Path' => 'Path', - 'PathSettings' => 'Path Settings', - 'Permission' => 'Permission', - 'Preview' => 'Preview', - 'RandomPath' => 'Random Path', - 'Select' => 'Select', - 'Settings' => 'Settings', - 'Size' => 'Size', - 'Type' => 'Type', - 'Upload' => 'Upload', - 'VirtualPath' => 'Virtual Path', - 'Visibility' => 'Visibility', + 'Account' => 'Account', + 'AddToCollection' => 'Add to collection', + 'Author' => 'Author', + 'Back' => 'Back', + 'Changed' => 'Changed', + 'Changedby' => 'Changed by', + 'Created' => 'Created', + 'CreateCollection' => 'Create Collection', + 'CreateFile' => 'Create File', + 'Creator' => 'Creator', + 'Data' => 'Data', + 'Description' => 'Description', + 'Edit' => 'Edit', + 'Editability' => 'Editability', + 'Extension' => 'Extension', + 'FilePath' => 'File Path', + 'Files' => 'Files', + 'Media' => 'Media', + 'Name' => 'Name', + 'Path' => 'Path', + 'PathSettings' => 'Path Settings', + 'Permission' => 'Permission', + 'Preview' => 'Preview', + 'RandomPath' => 'Random Path', + 'Select' => 'Select', + 'Settings' => 'Settings', + 'Size' => 'Size', + 'Type' => 'Type', + 'Upload' => 'Upload', + 'VirtualPath' => 'Virtual Path', + 'Visibility' => 'Visibility', + 'GroupUser' => '', + 'Add' => '', ]];