test language/export/import which changed a lot of lang files

This commit is contained in:
Dennis Eichhorn 2021-02-08 19:10:15 +01:00
parent b634ac6084
commit 9683fdaf32
2 changed files with 72 additions and 26 deletions

View File

@ -0,0 +1,44 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Messages' => [
'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' => '',
]];

54
Theme/Backend/Lang/en.lang.php Executable file → Normal file
View File

@ -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' => '',
]];