| 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 |
|