mirror of
https://github.com/Karaka-Management/oms-Contact.git
synced 2026-02-17 18:08:41 +00:00
test language/export/import which changed a lot of lang files
This commit is contained in:
parent
05b9607450
commit
25769b5b0b
31
Theme/Backend/Lang/de.lang.php
Normal file
31
Theme/Backend/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @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' => '',
|
||||||
|
'FAO' => '',
|
||||||
|
'Fax' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Office' => '',
|
||||||
|
'Phone' => '',
|
||||||
|
'Private' => '',
|
||||||
|
'Province' => '',
|
||||||
|
'State' => '',
|
||||||
|
'Zip' => '',
|
||||||
|
]];
|
||||||
31
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
31
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\Contact
|
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
@ -13,20 +12,20 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Contact' => [
|
return ['Contact' => [
|
||||||
'Address' => 'Address',
|
'Address' => 'Address',
|
||||||
'Addresses' => 'Addresses',
|
'Addresses' => 'Addresses',
|
||||||
'City' => 'City',
|
'City' => 'City',
|
||||||
'Contact' => 'Contact',
|
'Contact' => 'Contact',
|
||||||
'Contacts' => 'Contacts',
|
'Contacts' => 'Contacts',
|
||||||
'Country' => 'Country',
|
'Country' => 'Country',
|
||||||
'Email' => 'Email',
|
'Email' => 'Email',
|
||||||
'FAO' => 'FAO',
|
'FAO' => 'FAO',
|
||||||
'Fax' => 'Fax',
|
'Fax' => 'Fax',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'Office' => 'Office',
|
'Office' => 'Office',
|
||||||
'Phone' => 'Phone',
|
'Phone' => 'Phone',
|
||||||
'Private' => 'Private',
|
'Private' => 'Private',
|
||||||
'Province' => 'Province',
|
'Province' => 'Province',
|
||||||
'State' => 'State',
|
'State' => 'State',
|
||||||
'Zip' => 'Zip',
|
'Zip' => 'Zip',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user