app.php
1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?php
/**
* @author FilamentV <vortex.filament@gmail.com>
* @copyright (c), Thread
*/
return [
'sys' => 'System',
'Language' => 'Language',
'configs' => 'Configs',
'Params' => 'Params',
'Group' => 'Group',
'growl' => 'Growl',
'Growl' => 'Growl',
'To user' => 'To user',
'crontab' => 'Crontab',
'Job' => 'Job',
'Command' => 'Command',
'user' => 'User',
'Role' => 'Role',
'messages' => 'Messages',
'Messages' => 'Messages',
'Fill' => 'Fill',
'Update files' => 'Update files',
'Array key' => 'Array key',
'On default lang' => 'On default lang',
'messagefilepath' => 'messagefilepath',
//
'is_lang_value' => 'The meaning depends on the language',
//
'notice' => 'Notice',
'warning' => 'Warning',
'error' => 'Error',
'danger' => 'Danger',
'success' => 'Success',
'primary' => 'Primary',
//
'Minute' => 'Minute',
'Hour' => 'Hour',
'Day' => 'Day',
'Month' => 'Month',
'WeekDay' => 'WeekDay',
//MailCarrier
'mailcarrier' => 'Mail carrier',
'MailCarrier' => 'Mail carrier',
'MailBox' => 'Mail box',
'MailCarrier: Host' => 'Host',
'MailCarrier: Username' => 'Username',
'MailCarrier: Password' => 'Password',
'MailCarrier: Port' => 'Port',
'MailCarrier: Encryption' => 'Encryption',
'MailCarrier: Extra' => 'Extra',
'MailCarrier: Path to layouts' => 'Path to layouts',
'MailCarrier: Path to views' => 'Path to views',
'MailCarrier: From user' => 'From user',
'MailCarrier: From email' => 'From email',
'MailCarrier: Subject' => 'Subject',
'MailCarrier: Send to' => 'the message recipients',
'MailCarrier: Send bcc' => 'the Bcc (hidden copy receiver) addresses',
'MailCarrier: Send cc' => 'the Cc (additional copy receiver) addresses',
//Logbook
'logbook' => 'Logbook',
'Logbook' => 'Logbook',
//Filemanager
'Filemanager' => 'Filemanager',
'filemanager' => 'Filemanager',
];