-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSemanticOrganization.i18n.alias.php
70 lines (68 loc) · 2.92 KB
/
SemanticOrganization.i18n.alias.php
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
68
69
70
<?php
/**
* @since 0.0.1
*
* @file
*
* @licence GNU GPL
* @author Tobias Haider
*/
$magicWords = array();
/** English
* @author Tobias Haider
*/
$magicWords['en'] = array(
'semorg-person' => array( 0, 'semorg-person', 'person' ),
'semorg-person-ref' => array( 0, 'semorg-person-ref' ),
'semorg-form' => array( 0, 'semorg-form' ),
'semorg-field' => array( 0, 'semorg-field' ),
'semorg-fields' => array( 0, 'semorg-fields' ),
'semorg-field-rows' => array( 0, 'semorg-field-rows' ),
'semorg-template' => array( 0, 'semorg-template' ),
'semorg-table' => array( 0, 'semorg-table' ),
'semorg-set' => array( 0, 'semorg-set' ),
'semorg-set-list' => array( 0, 'semorg-set-list' ),
'semorg-subobject' => array( 0, 'semorg-subobject' ),
'semorg-network' => array( 0, 'semorg-network' ),
'semorg-cooperation' => array( 0, 'semorg-cooperation' ),
'semorg-circles' => array( 0, 'semorg-circles' ),
'semorg-toggle' => array( 0, 'semorg-toggle' ),
'semorg-list' => array( 0, 'semorg-list' ),
'semorg-user-create' => array( 0, 'semorg-user-create' ),
'semorg-formlink' => array( 0, 'semorg-formlink' ),
'semorg-forminput' => array( 0, 'semorg-forminput' ),
'semorg-meetings' => array( 0, 'semorg-meetings' ),
'semorg-meetings-dashboard' => array( 0, 'semorg-meetings-dashboard' ),
'semorg-properties' => array( 0, 'semorg-properties' ),
'semorg-values' => array( 0, 'semorg-values' ),
'semorg-tabs' => array( 0, 'semorg-tabs' ),
'semorg-tabs-card' => array( 0, 'semorg-tabs-card' ),
'semorg-user' => array( 0, 'semorg-user' ),
'semorg-true' => array( 0, 'semorg-true' ),
'semorg-detail' => array( 0, 'semorg-detail' ),
'semorg-documentation' => array( 0, 'semorg-documentation' ),
'semorg-schedule' => array( 0, 'semorg-schedule' ),
'semorg-dashboard' => array( 0, 'semorg-dashboard' ),
'semorg-role-link' => array( 0, 'semorg-role-link' ),
'semorg-datediff' => array( 0, 'semorg-datediff' ),
'semorg-datediff-human' => array( 0, 'semorg-datediff-human' ),
'semorg-round' => array( 0, 'semorg-round'),
'semorg-stakeholder-milestones' => array( 0, 'semorg-stakeholder-milestones' ),
'semorg-rating' => array( 0, 'semorg-rating' ),
'semorg-msg' => array( 0, 'semorg-msg' ),
'semorg-int' => array( 0, 'semorg-int' ),
'semorg-hours' => array( 0, 'semorg-hours' ),
'semorg-distinct' => array( 0, 'semorg-distinct' ),
'semorg-distinct-number' => array( 0, 'semorg-distinct-number' ),
'semorg-nocache' => array( 0, 'semorg-nocache' ),
'semorg-missing-metrics' => array( 0, 'semorg-missing-metrics' ),
'semorg-timeline-weekends' => array( 0, 'semorg-timeline-weekends' ),
'semorg-collapse' => array( 0, 'semorg-collapse' ),
'semorg-query' => array( 0, 'semorg-query' ),
'semorg-phone' => array( 0, 'semorg-phone' ),
'semorg-count' => array( 0, 'semorg-count' ),
'semorg-hash' => array( 0, 'semorg-hash' ),
'semorg-overview' => array( 0, 'semorg-overview' ),
'semorg-counter' => array( 0, 'semorg-counter' ),
'semorg-sum' => array( 0, 'semorg-sum' ),
);