mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-01-25 23:08:42 +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' => 'Wszystko',
|
|
'AverageAmount' => 'Średnia. Ilość',
|
|
'BCC' => 'BCC',
|
|
'CC' => 'CC',
|
|
'Date' => 'Data',
|
|
'Delete' => 'Kasować',
|
|
'Draft' => 'Wersja robocza',
|
|
'From' => 'Od',
|
|
'Inbox' => 'W pudełku',
|
|
'Interval' => 'Interwał',
|
|
'Mailboxes' => 'Skrzynki pocztowe',
|
|
'Messages' => 'wiadomości',
|
|
'Month' => 'Miesiąc',
|
|
'New' => 'Nowy',
|
|
'Outbox' => 'Skrzynka nadawcza',
|
|
'Received' => 'Odebrane',
|
|
'Save' => 'Zapisać',
|
|
'Select' => 'Wybierz',
|
|
'Sent' => 'wysłany',
|
|
'Spam' => 'spam',
|
|
'Statistics' => 'Statystyka',
|
|
'Status' => 'Status',
|
|
'Subject' => 'Przedmiot',
|
|
'Tag' => 'Etykietka',
|
|
'To' => 'Do',
|
|
'Today' => 'Dzisiaj',
|
|
'Trash' => 'Śmieci',
|
|
'Week' => 'Tydzień',
|
|
'Year' => 'Rok',
|
|
]];
|