mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-18 17:38:42 +00:00
test language/export/import which changed a lot of lang files
This commit is contained in:
parent
0988004c07
commit
ac329e3567
2
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
2
Theme/Backend/Lang/de.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\News
|
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
@ -39,4 +38,5 @@ return ['News' => [
|
||||||
'TYPE1' => 'Link',
|
'TYPE1' => 'Link',
|
||||||
'TYPE2' => 'Headline',
|
'TYPE2' => 'Headline',
|
||||||
'Visible' => 'Sichtbar',
|
'Visible' => 'Sichtbar',
|
||||||
|
'Language' => '',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
4
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
4
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.0
|
* PHP Version 8.0
|
||||||
*
|
*
|
||||||
* @package Modules\News
|
|
||||||
* @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 +24,7 @@ return ['News' => [
|
||||||
'Groups' => 'Groups',
|
'Groups' => 'Groups',
|
||||||
'Headline' => 'Headline',
|
'Headline' => 'Headline',
|
||||||
'Headlines' => 'Headlines',
|
'Headlines' => 'Headlines',
|
||||||
'Language' => 'Language',
|
'Langauge' => '',
|
||||||
'Link' => 'Link',
|
'Link' => 'Link',
|
||||||
'News' => 'News',
|
'News' => 'News',
|
||||||
'Plain' => 'Plain',
|
'Plain' => 'Plain',
|
||||||
|
|
@ -39,4 +38,5 @@ return ['News' => [
|
||||||
'TYPE1' => 'Link',
|
'TYPE1' => 'Link',
|
||||||
'TYPE2' => 'Headline',
|
'TYPE2' => 'Headline',
|
||||||
'Visible' => 'Visible',
|
'Visible' => 'Visible',
|
||||||
|
'Language' => 'Language',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user