test language/export/import which changed a lot of lang files

This commit is contained in:
Dennis Eichhorn 2021-02-08 19:10:15 +01:00
parent 0988004c07
commit ac329e3567
2 changed files with 53 additions and 53 deletions

54
Theme/Backend/Lang/de.lang.php Executable file → Normal file
View 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
@ -13,30 +12,31 @@
declare(strict_types=1); declare(strict_types=1);
return ['News' => [ return ['News' => [
'Accounts/Groups' => 'Benutyer/Gruppen', 'Accounts/Groups' => 'Benutyer/Gruppen',
'Additional' => 'Zusätzlich', 'Additional' => 'Zusätzlich',
'AllowComments' => 'Kommentare erlauben', 'AllowComments' => 'Kommentare erlauben',
'Archive' => 'Archiv', 'Archive' => 'Archiv',
'Author' => 'Autor', 'Author' => 'Autor',
'Categories' => 'Kategorien', 'Categories' => 'Kategorien',
'Date' => 'Datum', 'Date' => 'Datum',
'Draft' => 'Entwurf', 'Draft' => 'Entwurf',
'Featured' => 'Featured', 'Featured' => 'Featured',
'Groups' => 'Gruppen', 'Groups' => 'Gruppen',
'Headline' => 'Headline', 'Headline' => 'Headline',
'Headlines' => 'Headlines', 'Headlines' => 'Headlines',
'Langauge' => 'Sprache', 'Langauge' => 'Sprache',
'Link' => 'Link', 'Link' => 'Link',
'News' => 'News', 'News' => 'News',
'Plain' => 'Plain', 'Plain' => 'Plain',
'Preview' => 'Vorschau', 'Preview' => 'Vorschau',
'Publish' => 'Veröffentlichen', 'Publish' => 'Veröffentlichen',
'Settings' => 'Einstellung', 'Settings' => 'Einstellung',
'Status' => 'Status', 'Status' => 'Status',
'Title' => 'Titel', 'Title' => 'Titel',
'Type' => 'Typ', 'Type' => 'Typ',
'TYPE0' => 'Artikel', 'TYPE0' => 'Artikel',
'TYPE1' => 'Link', 'TYPE1' => 'Link',
'TYPE2' => 'Headline', 'TYPE2' => 'Headline',
'Visible' => 'Sichtbar', 'Visible' => 'Sichtbar',
'Language' => '',
]]; ]];

52
Theme/Backend/Lang/en.lang.php Executable file → Normal file
View 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
@ -14,29 +13,30 @@ declare(strict_types=1);
return ['News' => [ return ['News' => [
'Accounts/Groups' => 'Accounts/Groups', 'Accounts/Groups' => 'Accounts/Groups',
'Additional' => 'Additional', 'Additional' => 'Additional',
'AllowComments' => 'Allow comments', 'AllowComments' => 'Allow comments',
'Archive' => 'Archive', 'Archive' => 'Archive',
'Author' => 'Author', 'Author' => 'Author',
'Categories' => 'Categories', 'Categories' => 'Categories',
'Date' => 'Date', 'Date' => 'Date',
'Draft' => 'Draft', 'Draft' => 'Draft',
'Featured' => 'Featured', 'Featured' => 'Featured',
'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',
'Preview' => 'Preview', 'Preview' => 'Preview',
'Publish' => 'Publish', 'Publish' => 'Publish',
'Settings' => 'Settings', 'Settings' => 'Settings',
'Status' => 'Status', 'Status' => 'Status',
'Title' => 'Title', 'Title' => 'Title',
'Type' => 'Type', 'Type' => 'Type',
'TYPE0' => 'Article', 'TYPE0' => 'Article',
'TYPE1' => 'Link', 'TYPE1' => 'Link',
'TYPE2' => 'Headline', 'TYPE2' => 'Headline',
'Visible' => 'Visible', 'Visible' => 'Visible',
'Language' => 'Language',
]]; ]];