Changeset 6554 for extensions


Ignore:
Timestamp:
Jun 18, 2010, 11:53:37 AM (14 years ago)
Author:
Gotcha
Message:

bug:1734

Location:
extensions/ContactForm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/include/cf_common.inc.php

    r6547 r6554  
    9494$cf_config_lang_keys = array();
    9595$cf_config_lang_keys['contact_form_title'] = array(
    96     CF_LANG_DEFAULT => l10n('contact_form_title'),
    97     'fr_FR' => 'Formulaire de contact',
    98     'en_UK' => 'Contact form',
    99     'it_IT' => '',
     96    CF_LANG_DEFAULT => l10n('contact_form'),
    10097);
    10198$cf_config_lang_keys['contact_form'] = array(
    10299    CF_LANG_DEFAULT => l10n('contact_form'),
    103     'fr_FR' => 'Contacter',
    104     'en_UK' => 'Contact',
     100    'fr_FR' => 'Formulaire de contact',
     101    'en_UK' => 'Contact form',
    105102    'it_IT' => '',
    106103);
  • extensions/ContactForm/language/fr_FR/plugin.lang.php

    r6547 r6554  
    1010// Default values if not configured
    1111$lang['contact_form_title'] = 'Formulaire de contact';
    12 $lang['contact_form'] = 'Contacter';
     12$lang['contact_form'] = 'Formulaire de contact';
    1313$lang['contact_form_link'] = 'Contacter le webmestre';
    1414
Note: See TracChangeset for help on using the changeset viewer.