mirror of
https://github.com/Karaka-Management/oms-Contact.git
synced 2026-01-30 17:28:43 +00:00
33 lines
845 B
PHP
33 lines
845 B
PHP
<?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 ['Contact' => [
|
|
'Address' => 'адреса',
|
|
'Addresses' => 'адреси',
|
|
'City' => 'місто',
|
|
'Contact' => 'контакт',
|
|
'Contacts' => 'контакти',
|
|
'Country' => 'країна',
|
|
'Email' => 'E-mail',
|
|
'FAO' => 'ФАО',
|
|
'Fax' => 'факс',
|
|
'Name' => 'ім\'я',
|
|
'Office' => 'офіс',
|
|
'Phone' => 'телефон',
|
|
'Private' => 'приватний',
|
|
'Province' => 'провінція',
|
|
'State' => 'стан',
|
|
'Zip' => 'застібка-блискавка',
|
|
]];
|