mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-05 02:38:40 +00:00
fix php version, lang files, basic tpl and sales impl.
This commit is contained in:
parent
4e9a37a3ee
commit
ebda51ffff
3
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
3
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
|
|
@ -4,6 +4,7 @@
|
|||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -47,6 +48,8 @@ return ['Profile' => [
|
|||
'Long' => 'Lang',
|
||||
'Medium' => 'Mittel',
|
||||
'Name' => 'Name',
|
||||
'NoAddressSpecified' => '',
|
||||
'NoContactSpecified' => '',
|
||||
'Numberformat' => 'Zahlenformat',
|
||||
'Numeric' => 'Zahlen',
|
||||
'OFF' => 'OFF',
|
||||
|
|
|
|||
5
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
5
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,6 +4,7 @@
|
|||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -47,6 +48,8 @@ return ['Profile' => [
|
|||
'Long' => 'Long',
|
||||
'Medium' => 'Medium',
|
||||
'Name' => 'Name',
|
||||
'NoAddressSpecified' => 'No address specified',
|
||||
'NoContactSpecified' => 'No contact specified',
|
||||
'Numberformat' => 'Numberformat',
|
||||
'Numeric' => 'Numeric',
|
||||
'OFF' => 'OFF',
|
||||
|
|
@ -60,7 +63,7 @@ return ['Profile' => [
|
|||
'Ranks' => 'Ranks',
|
||||
'Registered' => 'Registered',
|
||||
'Sea' => 'Sea',
|
||||
'Search' => '',
|
||||
'Search' => 'Search',
|
||||
'Short' => 'Short',
|
||||
'Skype' => 'Skype',
|
||||
'Slow' => 'Slow',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user