mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-01-11 16:48:40 +00:00
50 lines
1.3 KiB
PHP
Executable File
50 lines
1.3 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.2
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Messages' => [
|
|
'All' => 'All',
|
|
'AverageAmount' => 'Avg. Amount',
|
|
'BCC' => 'BCC',
|
|
'CC' => 'CC',
|
|
'Channels' => 'Channels',
|
|
'Chat' => 'Chat',
|
|
'Date' => 'Date',
|
|
'Delete' => 'Delete',
|
|
'Draft' => 'Draft',
|
|
'Email' => 'Email',
|
|
'From' => 'From',
|
|
'Inbox' => 'Inbox',
|
|
'Interval' => 'Interval',
|
|
'Mailboxes' => 'Mailboxes',
|
|
'Messages' => 'Messages',
|
|
'Month' => 'Month',
|
|
'New' => 'New',
|
|
'Outbox' => 'Outbox',
|
|
'Received' => 'Received',
|
|
'Save' => 'Save',
|
|
'Select' => 'Select',
|
|
'Sent' => 'Sent',
|
|
'Spam' => 'Spam',
|
|
'Statistics' => 'Statistics',
|
|
'Status' => 'Status',
|
|
'Subject' => 'Subject',
|
|
'Tag' => 'Tag',
|
|
'Templates' => 'Templates',
|
|
'To' => 'To',
|
|
'Today' => 'Today',
|
|
'Trash' => 'Trash',
|
|
'Week' => 'Week',
|
|
'Year' => 'Year',
|
|
]];
|