From 9683fdaf32fab0af17c96e9e2eea0fe131a7ad10 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 | 44 +++++++++++++++++++++++++++ Theme/Backend/Lang/en.lang.php | 54 ++++++++++++++++++---------------- 2 files changed, 72 insertions(+), 26 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..8a0d8ac --- /dev/null +++ b/Theme/Backend/Lang/de.lang.php @@ -0,0 +1,44 @@ + [ + 'All' => '', + 'AverageAmount' => '', + 'BCC' => '', + 'CC' => '', + 'Date' => '', + 'Draft' => '', + 'From' => '', + 'Inbox' => '', + 'Interval' => '', + 'Mailboxes' => '', + 'Messages' => '', + 'Month' => '', + 'New' => '', + 'Outbox' => '', + 'Received' => '', + 'Sent' => '', + 'Spam' => '', + 'Statistics' => '', + 'Status' => '', + 'Subject' => '', + 'Tag' => '', + 'To' => '', + 'Today' => '', + 'Trash' => '', + 'Week' => '', + 'Year' => '', + 'Select' => '', + 'Save' => '', + 'Delete' => '', +]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100755 new mode 100644 index 4eb6a46..b313e5b --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -4,7 +4,6 @@ * * PHP Version 8.0 * - * @package Modules\Messages * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -13,30 +12,33 @@ declare(strict_types=1); return ['Messages' => [ - 'All' => 'All', + 'All' => 'All', 'AverageAmount' => 'Avg. Amount', - 'BCC' => 'BCC', - 'CC' => 'CC', - 'Date' => 'Date', - 'Draft' => 'Draft', - 'From' => 'From', - 'Inbox' => 'Inbox', - 'Interval' => 'Interval', - 'Mailboxes' => 'Mailboxes', - 'Messages' => 'Messages', - 'Month' => 'Month', - 'New' => 'New', - 'Outbox' => 'Outbox', - 'Received' => 'Received', - 'Sent' => 'Sent', - 'Spam' => 'Spam', - 'Statistics' => 'Statistics', - 'Status' => 'Status', - 'Subject' => 'Subject', - 'Tag' => 'Tag', - 'To' => 'To', - 'Today' => 'Today', - 'Trash' => 'Trash', - 'Week' => 'Week', - 'Year' => 'Year', + 'BCC' => 'BCC', + 'CC' => 'CC', + 'Date' => 'Date', + 'Draft' => 'Draft', + 'From' => 'From', + 'Inbox' => 'Inbox', + 'Interval' => 'Interval', + 'Mailboxes' => 'Mailboxes', + 'Messages' => 'Messages', + 'Month' => 'Month', + 'New' => 'New', + 'Outbox' => 'Outbox', + 'Received' => 'Received', + 'Sent' => 'Sent', + 'Spam' => 'Spam', + 'Statistics' => 'Statistics', + 'Status' => 'Status', + 'Subject' => 'Subject', + 'Tag' => 'Tag', + 'To' => 'To', + 'Today' => 'Today', + 'Trash' => 'Trash', + 'Week' => 'Week', + 'Year' => 'Year', + 'Select' => '', + 'Save' => '', + 'Delete' => '', ]];