mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-01-20 20:48:41 +00:00
22 lines
438 B
PHP
22 lines
438 B
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.2
|
|
*
|
|
* @package TBD
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link http://website.orange-management.de
|
|
*/
|
|
return ['Navigation' => [
|
|
'Draft' => 'Draft',
|
|
'Inbox' => 'Inbox',
|
|
'Messages' => 'Messages',
|
|
'Outbox' => 'Outbox',
|
|
'Settings' => 'Settings',
|
|
'Spam' => 'Spam',
|
|
'Trash' => 'Trash',
|
|
]];
|