fix lang indention and order

This commit is contained in:
Dennis Eichhorn 2019-10-02 21:09:53 +02:00
parent 5282e027f5
commit 82c65746ce

View File

@ -13,15 +13,15 @@
return ['Tasks' => [
'Account' => 'Account',
'All' => 'All',
'AverageProcessTime' => 'Avg. Process Time',
'AverageAmount' => 'Average Amount',
'AverageProcessTime' => 'Avg. Process Time',
'BCC' => 'BCC',
'By' => 'By',
'CC' => 'CC',
'Created' => 'Created',
'Creator' => 'Creator',
'Default' => 'Default',
'Day' => 'Day',
'Default' => 'Default',
'Due' => 'Due',
'Due/Priority' => 'Due/Priority',
'Forward' => 'Forward',
@ -32,16 +32,28 @@ return ['Tasks' => [
'History' => 'History',
'Interval' => 'Interval',
'InTime' => 'In Time',
'Message' => 'Message',
'Media' => 'Media',
'Message' => 'Message',
'Month' => 'Month',
'Name' => 'Name',
'New' => 'New',
'Open' => 'Open',
'P0' => 'None',
'P1' => 'Very Low',
'P2' => 'Low',
'P3' => 'Medium',
'P4' => 'High',
'P5' => 'Very High',
'Person' => 'Person',
'Priority' => 'Priority',
'Received' => 'Received',
'Redirected' => 'Redirected',
'S1' => 'Open',
'S2' => 'Working',
'S3' => 'Suspended',
'S4' => 'Canceled',
'S5' => 'Done',
'S6' => 'Closed',
'Select' => 'Select',
'Settings' => 'Settings',
'SharedVisibility' => 'Visibility is shared across all',
@ -59,16 +71,4 @@ return ['Tasks' => [
'Upload' => 'Upload',
'Week' => 'Week',
'Year' => 'Year',
'S1' => 'Open',
'S2' => 'Working',
'S3' => 'Suspended',
'S4' => 'Canceled',
'S5' => 'Done',
'S6' => 'Closed',
'P0' => 'None',
'P1' => 'Very Low',
'P2' => 'Low',
'P3' => 'Medium',
'P4' => 'High',
'P5' => 'Very High',
]];