fix #8131 - chinese translations
[Pman.Core] / DataObjects / pman.links.ini
1
2 [Images]
3 parent_image_id = Images:id
4
5 [Events]
6 person_id = core_person:id
7
8 [ProjectDirectory]
9 person_id = core_person:id
10 project_id = core_project:id
11 office_id = core_office:id
12 company_id = core_company:id
13
14
15
16 [core_person]
17 office_id = core_office:id
18 company_id = core_company:id
19 project_id = core_project:id
20 owner_id = core_person:id
21
22 [core_company]
23 logo_id = Images:id
24 owner_id = core_person:id
25 main_office_id = core_office:id
26 comptype_id = core_enum:id
27 parent_id = core_company:id
28
29 [core_office]
30 company_id = core_company:id
31
32 [core_project]
33 client_id = core_company:id
34 agency_id = core_company:id
35 team_id = core_group:id
36 open_by = core_person:id
37 owner_id = core_person:id
38 deleted_by = core_person:id
39
40 [core_group]
41 leader = core_person:id
42
43 [core_group_member]
44 group_id = core_group:id
45 user_id =  core_person:id
46
47 [core_group_right]
48 group_id = core_group:id
49
50
51 [core_event_audit]
52 event_id = Events:id
53 old_audit_id = core_event_audit:id
54
55 [core_watch]
56 person_id = core_person:id
57
58 [core_person_alias]
59 person_id = core_person:id
60
61 [core_notify]
62 person_id = core_person:id
63 event_id = Events:id
64 watch_id = core_watch:id
65 trigger_person_id = core_person:id
66 trigger_event_id = Events:id
67 domain_id = core_domain:id
68 server_id = core_notify_server:id
69
70
71 [core_notify_recur]
72 person_id = core_person:id
73 last_event_id = Events:id
74 method_id = core_enum:id
75
76
77 [core_notify_blacklist]
78 server_id = core_notify_server:id
79 domain_id = core_domain:id
80
81  
82 [core_notify_sender_blacklist]
83 domain_id = core_domain:id
84 sender_id = core_notify_sender:id
85
86
87
88
89
90 [core_email]
91 owner_id = core_person:id
92 bcc_group_id = core_group:id
93 to_group_id = core_group:id
94
95
96 [core_ip_access]
97 authorized_by = core_person:id
98 updated_by = core_person:id
99
100 [core_person_settings]
101 person_id = core_person:id
102
103
104
105 [core_templatestr]
106 src_id = core_templatestr:id
107 template_id = core_template:id
108
109 [core_template_element]
110 template_id = core_template:id
111
112 [core_project_group]
113 project_id = core_project:id
114 group_id = core_group:id
115
116
117 [database__render]
118 core_project = name
119 core_company= name
120 core_office =  name
121 core_person= name
122 core_group= name
123 Images = filename