mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-16 08:28:42 +00:00
fix php version, lang files, basic tpl and sales impl.
This commit is contained in:
parent
779c72c956
commit
87f273326e
2
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
2
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
|
||||||
|
|
@ -25,7 +26,6 @@ return ['News' => [
|
||||||
'Groups' => 'Gruppen',
|
'Groups' => 'Gruppen',
|
||||||
'Headline' => 'Headline',
|
'Headline' => 'Headline',
|
||||||
'Headlines' => 'Headlines',
|
'Headlines' => 'Headlines',
|
||||||
'Langauge' => 'Sprache',
|
|
||||||
'Language' => '',
|
'Language' => '',
|
||||||
'Link' => 'Link',
|
'Link' => 'Link',
|
||||||
'News' => 'News',
|
'News' => 'News',
|
||||||
|
|
|
||||||
4
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
4
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
|
||||||
|
|
@ -20,12 +21,11 @@ return ['News' => [
|
||||||
'Categories' => 'Categories',
|
'Categories' => 'Categories',
|
||||||
'Date' => 'Date',
|
'Date' => 'Date',
|
||||||
'Draft' => 'Draft',
|
'Draft' => 'Draft',
|
||||||
'Edit' => '',
|
'Edit' => 'Edit',
|
||||||
'Featured' => 'Featured',
|
'Featured' => 'Featured',
|
||||||
'Groups' => 'Groups',
|
'Groups' => 'Groups',
|
||||||
'Headline' => 'Headline',
|
'Headline' => 'Headline',
|
||||||
'Headlines' => 'Headlines',
|
'Headlines' => 'Headlines',
|
||||||
'Langauge' => '',
|
|
||||||
'Language' => 'Language',
|
'Language' => 'Language',
|
||||||
'Link' => 'Link',
|
'Link' => 'Link',
|
||||||
'News' => 'News',
|
'News' => 'News',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user