diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php new file mode 100644 index 0000000..48bad4e --- /dev/null +++ b/Theme/Backend/Lang/de.lang.php @@ -0,0 +1,60 @@ + [ + 'Account' => '', + 'All' => '', + 'AverageAmount' => '', + 'AverageProcessTime' => '', + 'Created' => '', + 'Creator' => '', + 'Day' => '', + 'Department' => '', + 'Description' => '', + 'Due' => '', + 'Files' => '', + 'Forwarded' => '', + 'From' => '', + 'Group' => '', + 'InTime' => '', + 'Interval' => '', + 'Media' => '', + 'Message' => '', + 'Month' => '', + 'Name' => '', + 'New' => '', + 'Open' => '', + 'Person' => '', + 'Priority' => '', + 'Received' => '', + 'Receiver' => '', + 'Redirected' => '', + 'Responsible' => '', + 'Select' => '', + 'Settings' => '', + 'Size' => '', + 'Statistics' => '', + 'Status' => '', + 'Support' => '', + 'Ticket' => '', + 'Tickets' => '', + 'Title' => '', + 'To' => '', + 'Today' => '', + 'Topic' => '', + 'Type' => '', + 'Upload' => '', + 'Week' => '', + 'Year' => '', +]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100755 new mode 100644 index 44769f8..4816612 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -4,7 +4,7 @@ * * PHP Version 8.0 * - * @package Modules\Support + * @package Modules\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -27,8 +27,8 @@ return ['Support' => [ 'Forwarded' => 'Forwarded', 'From' => 'From', 'Group' => 'Group', - 'Interval' => 'Interval', 'InTime' => 'In Time', + 'Interval' => 'Interval', 'Media' => 'Media', 'Message' => 'Message', 'Month' => 'Month', @@ -54,6 +54,7 @@ return ['Support' => [ 'Today' => 'Today', 'Topic' => 'Topic', 'Type' => 'Type', + 'Upload' => 'Upload', 'Week' => 'Week', 'Year' => 'Year', ]];