mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-02-15 08:48:41 +00:00
test language/export/import which changed a lot of lang files
This commit is contained in:
parent
b634ac6084
commit
9683fdaf32
44
Theme/Backend/Lang/de.lang.php
Normal file
44
Theme/Backend/Lang/de.lang.php
Normal 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
54
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Messages
|
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
@ -13,30 +12,33 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Messages' => [
|
return ['Messages' => [
|
||||||
'All' => 'All',
|
'All' => 'All',
|
||||||
'AverageAmount' => 'Avg. Amount',
|
'AverageAmount' => 'Avg. Amount',
|
||||||
'BCC' => 'BCC',
|
'BCC' => 'BCC',
|
||||||
'CC' => 'CC',
|
'CC' => 'CC',
|
||||||
'Date' => 'Date',
|
'Date' => 'Date',
|
||||||
'Draft' => 'Draft',
|
'Draft' => 'Draft',
|
||||||
'From' => 'From',
|
'From' => 'From',
|
||||||
'Inbox' => 'Inbox',
|
'Inbox' => 'Inbox',
|
||||||
'Interval' => 'Interval',
|
'Interval' => 'Interval',
|
||||||
'Mailboxes' => 'Mailboxes',
|
'Mailboxes' => 'Mailboxes',
|
||||||
'Messages' => 'Messages',
|
'Messages' => 'Messages',
|
||||||
'Month' => 'Month',
|
'Month' => 'Month',
|
||||||
'New' => 'New',
|
'New' => 'New',
|
||||||
'Outbox' => 'Outbox',
|
'Outbox' => 'Outbox',
|
||||||
'Received' => 'Received',
|
'Received' => 'Received',
|
||||||
'Sent' => 'Sent',
|
'Sent' => 'Sent',
|
||||||
'Spam' => 'Spam',
|
'Spam' => 'Spam',
|
||||||
'Statistics' => 'Statistics',
|
'Statistics' => 'Statistics',
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
'Subject' => 'Subject',
|
'Subject' => 'Subject',
|
||||||
'Tag' => 'Tag',
|
'Tag' => 'Tag',
|
||||||
'To' => 'To',
|
'To' => 'To',
|
||||||
'Today' => 'Today',
|
'Today' => 'Today',
|
||||||
'Trash' => 'Trash',
|
'Trash' => 'Trash',
|
||||||
'Week' => 'Week',
|
'Week' => 'Week',
|
||||||
'Year' => 'Year',
|
'Year' => 'Year',
|
||||||
|
'Select' => '',
|
||||||
|
'Save' => '',
|
||||||
|
'Delete' => '',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user