diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 8a0d8ac..bb44024 100644 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -12,33 +12,33 @@ declare(strict_types=1); return ['Messages' => [ - 'All' => '', + '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' => '', + '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 index b313e5b..e33376a 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -12,33 +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', - 'Select' => '', - 'Save' => '', - 'Delete' => '', + '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' => '', ]];