oms-Marketing/Theme/Backend/Lang/el.lang.php

35 lines
970 B
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Karaka
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Marketing' => [
'Actual' => 'Πραγματικός',
'Budget' => 'Προϋπολογισμός',
'Description' => 'Περιγραφή',
'Due' => 'Λόγω',
'End' => 'Τέλος',
'Event' => 'Εκδήλωση',
'Events' => 'Εκδηλώσεις',
'Expenses' => 'Εξοδα',
'Limit' => 'Οριο',
'Location' => 'Τοποθεσία',
'Name' => 'Ονομα',
'Promotion' => 'Προβολή',
'Promotions' => 'Προωθήσεις',
'Sales' => 'Εκπτώσεις',
'Start' => 'Αρχή',
'Status' => 'Κατάσταση',
'Title' => 'Τίτλος',
'Type' => 'Τύπος',
]];