mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-02-15 16:58:41 +00:00
fix lang import sorting
This commit is contained in:
parent
2d9b25885f
commit
891acda207
|
|
@ -17,6 +17,7 @@ return ['Messages' => [
|
||||||
'BCC' => '',
|
'BCC' => '',
|
||||||
'CC' => '',
|
'CC' => '',
|
||||||
'Date' => '',
|
'Date' => '',
|
||||||
|
'Delete' => '',
|
||||||
'Draft' => '',
|
'Draft' => '',
|
||||||
'From' => '',
|
'From' => '',
|
||||||
'Inbox' => '',
|
'Inbox' => '',
|
||||||
|
|
@ -27,6 +28,8 @@ return ['Messages' => [
|
||||||
'New' => '',
|
'New' => '',
|
||||||
'Outbox' => '',
|
'Outbox' => '',
|
||||||
'Received' => '',
|
'Received' => '',
|
||||||
|
'Save' => '',
|
||||||
|
'Select' => '',
|
||||||
'Sent' => '',
|
'Sent' => '',
|
||||||
'Spam' => '',
|
'Spam' => '',
|
||||||
'Statistics' => '',
|
'Statistics' => '',
|
||||||
|
|
@ -38,7 +41,4 @@ return ['Messages' => [
|
||||||
'Trash' => '',
|
'Trash' => '',
|
||||||
'Week' => '',
|
'Week' => '',
|
||||||
'Year' => '',
|
'Year' => '',
|
||||||
'Select' => '',
|
|
||||||
'Save' => '',
|
|
||||||
'Delete' => '',
|
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ return ['Messages' => [
|
||||||
'BCC' => 'BCC',
|
'BCC' => 'BCC',
|
||||||
'CC' => 'CC',
|
'CC' => 'CC',
|
||||||
'Date' => 'Date',
|
'Date' => 'Date',
|
||||||
|
'Delete' => '',
|
||||||
'Draft' => 'Draft',
|
'Draft' => 'Draft',
|
||||||
'From' => 'From',
|
'From' => 'From',
|
||||||
'Inbox' => 'Inbox',
|
'Inbox' => 'Inbox',
|
||||||
|
|
@ -27,6 +28,8 @@ return ['Messages' => [
|
||||||
'New' => 'New',
|
'New' => 'New',
|
||||||
'Outbox' => 'Outbox',
|
'Outbox' => 'Outbox',
|
||||||
'Received' => 'Received',
|
'Received' => 'Received',
|
||||||
|
'Save' => '',
|
||||||
|
'Select' => '',
|
||||||
'Sent' => 'Sent',
|
'Sent' => 'Sent',
|
||||||
'Spam' => 'Spam',
|
'Spam' => 'Spam',
|
||||||
'Statistics' => 'Statistics',
|
'Statistics' => 'Statistics',
|
||||||
|
|
@ -38,7 +41,4 @@ return ['Messages' => [
|
||||||
'Trash' => 'Trash',
|
'Trash' => 'Trash',
|
||||||
'Week' => 'Week',
|
'Week' => 'Week',
|
||||||
'Year' => 'Year',
|
'Year' => 'Year',
|
||||||
'Select' => '',
|
|
||||||
'Save' => '',
|
|
||||||
'Delete' => '',
|
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user