PluginProbe
Contact Forms by Cimatti / trunk
Contact Forms by Cimatti vtrunk
2.3.6 2.3.5 2.3.0 2.2.32 2.2.4 2.2.0 2.1.2 2.1.1 trunk 1.0 1.1 1.2 1.2.1 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 All 62 releases
contact-forms / wpml-config.xml

wpml-config.xml in Contact Forms by Cimatti trunk, at wpml-config.xml

46 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 WPML Configuration for Contact Forms by Cimatti
4
5 This file enables WPML String Translation for plugin options that contain
6 user-entered translatable content such as form titles, messages, and labels.
7
8 @see https://wpml.org/documentation/support/language-configuration-files/
9 @since 2.0.0-beta.20
10 -->
11 <wpml-config>
12 <admin-texts>
13 <!-- Default form data (settings page messages) -->
14 <key name="accua_forms_default_form_data">
15 <key name="success_message" />
16 <key name="error_message" />
17 <key name="admin_emails_subject" />
18 <key name="admin_emails_message" />
19 <key name="confirmation_emails_subject" />
20 <key name="confirmation_emails_message" />
21 </key>
22
23 <!-- Individual form settings -->
24 <!-- Note: Each form has a numeric ID as key. WPML will detect nested keys automatically -->
25 <key name="accua_forms_saved_forms">
26 <key name="*">
27 <key name="title" />
28 <key name="success_message" />
29 <key name="error_message" />
30 <key name="admin_emails_subject" />
31 <key name="admin_emails_message" />
32 <key name="confirmation_emails_subject" />
33 <key name="confirmation_emails_message" />
34 </key>
35 </key>
36
37 <!-- Available fields (field labels and descriptions) -->
38 <key name="accua_forms_avail_fields">
39 <key name="*">
40 <key name="name" />
41 <key name="description" />
42 </key>
43 </key>
44 </admin-texts>
45 </wpml-config>
46