Show
Ignore:
Timestamp:
06/18/10 11:53:37 (3 years ago)
Author:
Gotcha
Message:

bug:1734

Files:
1 modified

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