-
Notifications
You must be signed in to change notification settings - Fork 65
/
wpml-config.xml
executable file
·46 lines (44 loc) · 1.35 KB
/
wpml-config.xml
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
<wpml-config>
<custom-types>
<custom-type translate="1">mc4wp-form</custom-type>
</custom-types>
<custom-fields>
<custom-field action="copy-once">_mc4wp_settings</custom-field>
<custom-field action="translate">text_subscribed</custom-field>
<custom-field action="translate">text_error</custom-field>
<custom-field action="translate">text_invalid_email</custom-field>
<custom-field action="translate">text_already_subscribed</custom-field>
<custom-field action="translate">text_required_field_missing</custom-field>
<custom-field action="translate">text_unsubscribed</custom-field>
<custom-field action="translate">text_not_subscribed</custom-field>
<custom-field action="translate">text_subscribed</custom-field>
</custom-fields>
<admin-texts>
<key name="mc4wp_integrations">
<key name="woocommerce">
<key name="label" />
</key>
<key name="easy-digital-downloads">
<key name="label" />
</key>
<key name="contact-form-7">
<key name="label" />
</key>
<key name="wp-registration-form">
<key name="label" />
</key>
<key name="wp-comment-form">
<key name="label" />
</key>
<key name="ninja-forms">
<key name="label" />
</key>
<key name="events-manager">
<key name="label" />
</key>
<key name="buddypress">
<key name="label" />
</key>
</key>
</admin-texts>
</wpml-config>