mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-14 19:48:41 +00:00
fix php version, lang files, basic tpl and sales impl.
This commit is contained in:
parent
e21b52f9d3
commit
58ce0cc505
1
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
1
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
|
|
@ -4,6 +4,7 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
|
||||||
9
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
9
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,6 +4,7 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
@ -22,7 +23,7 @@ return ['Admin' => [
|
||||||
'Activate' => 'Activate',
|
'Activate' => 'Activate',
|
||||||
'Active' => 'Active',
|
'Active' => 'Active',
|
||||||
'Activity' => 'Activity',
|
'Activity' => 'Activity',
|
||||||
'Address' => '',
|
'Address' => 'Address',
|
||||||
'All' => 'All',
|
'All' => 'All',
|
||||||
'Amount' => 'Amount',
|
'Amount' => 'Amount',
|
||||||
'App' => 'App',
|
'App' => 'App',
|
||||||
|
|
@ -32,7 +33,7 @@ return ['Admin' => [
|
||||||
'Banned' => 'Banned',
|
'Banned' => 'Banned',
|
||||||
'Cache' => 'Cache',
|
'Cache' => 'Cache',
|
||||||
'Children' => 'Children',
|
'Children' => 'Children',
|
||||||
'City' => '',
|
'City' => 'City',
|
||||||
'Close' => 'Close',
|
'Close' => 'Close',
|
||||||
'Comp' => 'Comp.',
|
'Comp' => 'Comp.',
|
||||||
'Component' => 'Component',
|
'Component' => 'Component',
|
||||||
|
|
@ -119,7 +120,7 @@ return ['Admin' => [
|
||||||
'Reset' => 'Reset',
|
'Reset' => 'Reset',
|
||||||
'Running' => 'Running',
|
'Running' => 'Running',
|
||||||
'Sea' => 'Sea',
|
'Sea' => 'Sea',
|
||||||
'Search' => '',
|
'Search' => 'Search',
|
||||||
'Security' => 'Security',
|
'Security' => 'Security',
|
||||||
'Settings' => 'Settings',
|
'Settings' => 'Settings',
|
||||||
'SettingsGeneral' => 'Settings - General',
|
'SettingsGeneral' => 'Settings - General',
|
||||||
|
|
@ -166,7 +167,7 @@ return ['Admin' => [
|
||||||
'Warnings' => 'Warnings',
|
'Warnings' => 'Warnings',
|
||||||
'Website' => 'Website',
|
'Website' => 'Website',
|
||||||
'Weight' => 'Weight',
|
'Weight' => 'Weight',
|
||||||
'Zip' => '',
|
'Zip' => 'Zip',
|
||||||
'i:LoginRetries' => 'Amount of allowed retries (-1 = unlimited)',
|
'i:LoginRetries' => 'Amount of allowed retries (-1 = unlimited)',
|
||||||
'i:PasswordChangeInterval' => 'Interval in which passwards need to be changed (-1 = never)',
|
'i:PasswordChangeInterval' => 'Interval in which passwards need to be changed (-1 = never)',
|
||||||
'i:PasswordHistory' => 'New password has to be different from the last N passwords',
|
'i:PasswordHistory' => 'New password has to be different from the last N passwords',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user