From c778058e1590672d140a558054a21b6dce4742f9 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 2 Oct 2019 21:09:53 +0200 Subject: [PATCH] fix lang indention and order --- Theme/Backend/Lang/Navigation.en.lang.php | 4 ++-- Theme/Backend/Lang/en.lang.php | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 1252494..21bcc03 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -12,9 +12,9 @@ */ return ['Navigation' => [ 'Create' => 'Create', - 'CreateTemplate' => 'Create Template', 'CreateReport' => 'Create Report', + 'CreateTemplate' => 'Create Template', + 'Helper' => 'Helper', 'List' => 'List', - 'Helper' => 'Helper', 'Reporting' => 'Reporting', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index b7607ad..38a73c6 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -15,18 +15,20 @@ return ['Helper' => [ 'CentralizedDB' => 'Centralized DB', 'CentralizedFiles' => 'Centralized Files', 'Created' => 'Created', - 'Creator' => 'Creator', 'CreatedBy' => 'Created By', + 'Creator' => 'Creator', 'Data' => 'Data', 'Database' => 'Database', 'Dataset' => 'Dataset', 'Datasets' => 'Datasets', 'Description' => 'Description', + 'Edit' => 'Edit', 'Expected' => 'Expected', 'Export' => 'Export', - 'Edit' => 'Edit', - 'Files' => 'Files', 'FileNames' => 'File Names', + 'Files' => 'Files', + 'Helper' => 'Helper', + 'Helpers' => 'Helpers', 'IndividualDB' => 'Individual DB', 'Info' => 'Info', 'Language' => 'Language', @@ -38,15 +40,13 @@ return ['Helper' => [ 'Other' => 'Other', 'Overview' => 'Overview', 'Permission' => 'Permission', - 'Helper' => 'Helper', - 'Helpers' => 'Helpers', - 'Reports' => 'Reports', 'Report' => 'Report', + 'Reports' => 'Reports', 'Select' => 'Select', - 'Storage' => 'Storage', 'Source' => 'Source', 'Sources' => 'Sources', 'Standalone' => 'Standalone', + 'Storage' => 'Storage', 'Template' => 'Template', 'Title' => 'Title', 'Type' => 'Type',