# contact-forms/trunk/wpml-config.xml

Contact Forms by Cimatti, version trunk. 46 lines.

- Page: https://pluginprobe.com/plugins/contact-forms/trunk/code/wpml-config.xml
- Raw: https://pluginprobe.com/plugins/contact-forms/trunk/raw/wpml-config.xml
- Modified: 2026-04-08T09:49:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/contact-forms/trunk/code/wpml-config.xml#L10-L20`.

```xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
  WPML Configuration for Contact Forms by Cimatti
  
  This file enables WPML String Translation for plugin options that contain
  user-entered translatable content such as form titles, messages, and labels.
  
  @see https://wpml.org/documentation/support/language-configuration-files/
  @since 2.0.0-beta.20
-->
<wpml-config>
  <admin-texts>
    <!-- Default form data (settings page messages) -->
    <key name="accua_forms_default_form_data">
      <key name="success_message" />
      <key name="error_message" />
      <key name="admin_emails_subject" />
      <key name="admin_emails_message" />
      <key name="confirmation_emails_subject" />
      <key name="confirmation_emails_message" />
    </key>
    
    <!-- Individual form settings -->
    <!-- Note: Each form has a numeric ID as key. WPML will detect nested keys automatically -->
    <key name="accua_forms_saved_forms">
      <key name="*">
        <key name="title" />
        <key name="success_message" />
        <key name="error_message" />
        <key name="admin_emails_subject" />
        <key name="admin_emails_message" />
        <key name="confirmation_emails_subject" />
        <key name="confirmation_emails_message" />
      </key>
    </key>
    
    <!-- Available fields (field labels and descriptions) -->
    <key name="accua_forms_avail_fields">
      <key name="*">
        <key name="name" />
        <key name="description" />
      </key>
    </key>
  </admin-texts>
</wpml-config>

```
