From beba58c15f5679bf2d5c819a34f26c04b03875f1 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 | 63 +++++++++++++++++++++++ Theme/Backend/Lang/en.lang.php | 94 +++++++++++++++++----------------- 2 files changed, 110 insertions(+), 47 deletions(-) create mode 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 new file mode 100644 index 0000000..3383172 --- /dev/null +++ b/Theme/Backend/Lang/de.lang.php @@ -0,0 +1,63 @@ + [ + 'Alerts' => '', + 'All' => '', + 'Backtrace' => '', + 'CPUUsage' => '', + 'Created' => '', + 'CreatedBy' => '', + 'Criticals' => '', + 'Debug' => '', + 'Deprecated' => '', + 'Description' => '', + 'DisabledFunctions' => '', + 'DiskUsage' => '', + 'Emergencies' => '', + 'Errors' => '', + 'Exception' => '', + 'File' => '', + 'Info' => '', + 'Inspect' => '', + 'Inspection' => '', + 'Integrity' => '', + 'Level' => '', + 'Line' => '', + 'Logs' => '', + 'MemoryLimit' => '', + 'Message' => '', + 'Modified' => '', + 'NG' => '', + 'Notices' => '', + 'OK' => '', + 'OS' => '', + 'Penetrators' => '', + 'PHPSettings' => '', + 'RAMUsage' => '', + 'Release' => '', + 'Report' => '', + 'Source' => '', + 'Status' => '', + 'System' => '', + 'SystemRAM' => '', + 'Theme' => '', + 'Time' => '', + 'Timestamp' => '', + 'Total' => '', + 'Unicode' => '', + 'Uri' => '', + 'Version' => '', + 'Warnings' => '', + 'Files' => '', +]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100755 new mode 100644 index db0755e..db0147a --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -4,7 +4,6 @@ * * PHP Version 8.0 * - * @package Modules\Monitoring * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -13,51 +12,52 @@ declare(strict_types=1); return ['Monitoring' => [ - 'Alerts' => 'Alerts', - 'All' => 'All', - 'Backtrace' => 'Backtrace', - 'CPUUsage' => 'CPU Usage', - 'Created' => 'Created', - 'CreatedBy' => 'Created By', - 'Criticals' => 'Criticals', - 'Debug' => 'Debug', - 'Deprecated' => 'Deprecated', - 'Description' => 'Description', + 'Alerts' => 'Alerts', + 'All' => 'All', + 'Backtrace' => 'Backtrace', + 'CPUUsage' => 'CPU Usage', + 'Created' => 'Created', + 'CreatedBy' => 'Created By', + 'Criticals' => 'Criticals', + 'Debug' => 'Debug', + 'Deprecated' => 'Deprecated', + 'Description' => 'Description', 'DisabledFunctions' => 'Disabled Functions', - 'DiskUsage' => 'DiskUsage', - 'Emergencies' => 'Emergencies', - 'Errors' => 'Errors', - 'Exception' => 'Exception', - 'File' => 'File', - 'Info' => 'Info', - 'Inspect' => 'Inspect', - 'Inspection' => 'Inspection', - 'Integrity' => 'Integrity', - 'Level' => 'Level', - 'Line' => 'Line', - 'Logs' => 'Logs', - 'MemoryLimit' => 'Memory Limit', - 'Message' => 'Message', - 'Modified' => 'Modified', - 'NG' => 'NG', - 'Notices' => 'Notices', - 'OK' => 'OK', - 'OS' => 'OS', - 'Penetrators' => 'Penetrators', - 'PHPSettings' => 'PHP Settings', - 'RAMUsage' => 'RAM Usage', - 'Release' => 'Release', - 'Report' => 'Report', - 'Source' => 'Source', - 'Status' => 'Status', - 'System' => 'System', - 'SystemRAM' => 'System RAM', - 'Theme' => 'Theme', - 'Time' => 'Time', - 'Timestamp' => 'Timestamp', - 'Total' => 'Total', - 'Unicode' => 'Unicode', - 'Uri' => 'Uri', - 'Version' => 'Version', - 'Warnings' => 'Warnings', + 'DiskUsage' => 'DiskUsage', + 'Emergencies' => 'Emergencies', + 'Errors' => 'Errors', + 'Exception' => 'Exception', + 'File' => 'File', + 'Info' => 'Info', + 'Inspect' => 'Inspect', + 'Inspection' => 'Inspection', + 'Integrity' => 'Integrity', + 'Level' => 'Level', + 'Line' => 'Line', + 'Logs' => 'Logs', + 'MemoryLimit' => 'Memory Limit', + 'Message' => 'Message', + 'Modified' => 'Modified', + 'NG' => 'NG', + 'Notices' => 'Notices', + 'OK' => 'OK', + 'OS' => 'OS', + 'Penetrators' => 'Penetrators', + 'PHPSettings' => 'PHP Settings', + 'RAMUsage' => 'RAM Usage', + 'Release' => 'Release', + 'Report' => 'Report', + 'Source' => 'Source', + 'Status' => 'Status', + 'System' => 'System', + 'SystemRAM' => 'System RAM', + 'Theme' => 'Theme', + 'Time' => 'Time', + 'Timestamp' => 'Timestamp', + 'Total' => 'Total', + 'Unicode' => 'Unicode', + 'Uri' => 'Uri', + 'Version' => 'Version', + 'Warnings' => 'Warnings', + 'Files' => '', ]];