oms-Contact/Theme/Backend/Lang/de.lang.php

33 lines
733 B
PHP

<?php
/**
* Karaka
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
*/
declare(strict_types=1);
return ['Contact' => [
'Address' => 'Adresse',
'Addresses' => 'Adressen',
'City' => 'Stadt',
'Contact' => 'Kontakt',
'Contacts' => 'Kontakte',
'Country' => 'Land',
'Email' => 'Email',
'FAO' => 'Fao',
'Fax' => 'Fax',
'Name' => 'Name',
'Office' => 'Sekretariat',
'Phone' => 'Telefon',
'Private' => 'Privatgelände',
'Province' => 'Provinz',
'State' => 'Zustand',
'Zip' => 'Reißverschluss',
]];