mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-09 04:59:06 -06:00
43 lines
1.4 KiB
PHP
43 lines
1.4 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'create' => 'Sukurti',
|
|
'delete' => 'Ištrinti',
|
|
'enter-subject' => 'Įveskite temą',
|
|
'from' => 'Nuo',
|
|
'inbox' => 'Pašto dėžutę',
|
|
'mark-all-read' => 'Pažymėkite visus pranešimus kaip skaitytus',
|
|
'message' => 'Pranešimas',
|
|
'messages' => 'Žinutės',
|
|
'new' => 'Nauja žinutė',
|
|
'outbox' => 'Siunčiamieji',
|
|
'private' => 'Privatus',
|
|
'read' => 'Skaityti',
|
|
'received-at' => 'Gavo At',
|
|
'refresh' => 'Atnaujinti',
|
|
'reply' => 'Atsakyti',
|
|
'search' => 'Ieškoti pagal temą',
|
|
'select' => 'Pasirinkite Naudotojas',
|
|
'send' => 'Siųsti PM',
|
|
'send-to' => 'Siųsti PM',
|
|
'sent' => 'Išsiųsta',
|
|
'sent-at' => 'Išsiųsta',
|
|
'subject' => 'Tema',
|
|
'to' => 'Į',
|
|
'unread' => 'Neskaityta',
|
|
'empty-inbox' => 'Posta in arrivo vuota',
|
|
];
|