mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-01-26 07:18:41 +00:00
46 lines
1.3 KiB
PHP
Executable File
46 lines
1.3 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Messages' => [
|
|
'All' => 'Tout',
|
|
'AverageAmount' => 'Moy. Quantité',
|
|
'BCC' => 'BCC',
|
|
'CC' => 'CC',
|
|
'Date' => 'Date',
|
|
'Delete' => 'Effacer',
|
|
'Draft' => 'Brouillon',
|
|
'From' => 'De',
|
|
'Inbox' => 'boîte de réception',
|
|
'Interval' => 'Intervalle',
|
|
'Mailboxes' => 'Boîtes aux lettres',
|
|
'Messages' => 'messages',
|
|
'Month' => 'Mois',
|
|
'New' => 'Nouveau',
|
|
'Outbox' => 'Outbox',
|
|
'Received' => 'A reçu',
|
|
'Save' => 'Sauvegarder',
|
|
'Select' => 'Sélectionner',
|
|
'Sent' => 'Expédié',
|
|
'Spam' => 'Pourriel',
|
|
'Statistics' => 'Statistiques',
|
|
'Status' => 'Statut',
|
|
'Subject' => 'Sujet',
|
|
'Tag' => 'Étiqueter',
|
|
'To' => 'À',
|
|
'Today' => 'Aujourd\'hui',
|
|
'Trash' => 'Déchets',
|
|
'Week' => 'Semaine',
|
|
'Year' => 'An',
|
|
]];
|