fix lang indention and order

This commit is contained in:
Dennis Eichhorn 2019-10-02 21:09:53 +02:00
parent 2e18f2ed5b
commit 603cef3f19
2 changed files with 3 additions and 3 deletions

View File

@ -12,6 +12,6 @@
*/
return ['Navigation' => [
'Analyze' => 'Analyze',
'List' => 'List',
'Create' => 'Create',
'List' => 'List',
]];

View File

@ -12,12 +12,11 @@
*/
return ['ItemManagement' => [
'Accounting' => 'Accounting',
'IsActive' => 'Active?',
'All' => 'All',
'Article' => 'Article',
'Articlegroup' => 'Articlegroup',
'Attributes' => 'Attributes',
'Attribute' => 'Attribute',
'Attributes' => 'Attributes',
'Available' => 'Available',
'Bonus' => 'Bonus',
'ClientGroup' => 'Client/Group',
@ -44,6 +43,7 @@ return ['ItemManagement' => [
'Height' => 'Height',
'ID' => 'ID',
'Info' => 'Info',
'IsActive' => 'Active?',
'Item' => 'Item',
'Items' => 'Items',
'Language' => 'Language',