-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathcommon.php
More file actions
52 lines (45 loc) · 1.07 KB
/
common.php
File metadata and controls
52 lines (45 loc) · 1.07 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
<?php
return [
'confirm' => 'Confirm deletion',
'accept' => 'Accept',
'cancel' => 'Cancel',
'check' => 'Check',
'create' => 'Create',
'clone' => 'Copy',
'close' => 'Close',
'delete' => 'Delete',
'download' => 'Download',
'edit' => 'Edit',
'history' => 'History',
'import' => 'Import',
'make' => 'Make',
'new' => 'New',
'plan' => 'Plan',
'reject' => 'Reject',
'save' => 'Save',
'show' => 'Show',
'test' => 'Test',
'unplan' => 'Unplan',
'validate' => 'Validate',
'once' => 'Once',
'weekly' => 'Weekly',
'monthly' => 'Monthly',
'quarterly' => 'Quarterly',
'biannually' => 'Biannually',
'annually' => 'Annually',
'next' => 'Next',
'previous' => 'Previous',
'more_info' => 'More info',
'green' => 'Green',
'orange' => 'Orange',
'red' => 'Red',
'fail' => 'Fail',
'alert' => 'Alert',
'success' => 'Success',
'unknown' => 'Unknown',
'date' => 'Date',
'never' => 'Never',
'day' => 'Daily',
'week' => 'Weekly',
'month' => 'Monthly'
];