Ignore:
Timestamp:
Jan 3, 2011, 8:56:27 PM (13 years ago)
Author:
ddtddt
Message:

[extensions] - ContactForm - add nl_NL thanks to pauldaytona

Location:
extensions/ContactForm
Files:
4 added
1 edited

Legend:

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

    r8196 r8458  
    103103        'lv_LV' => 'Kontaktforma',
    104104        'sv_SE' => 'Kontakt formulär',
     105        'nl_NL' => 'Contact formulier'
    105106);
    106107$cf_config_lang_keys['contact_form'] = array(
     
    119120        'lv_LV' => 'Kontaktēt',
    120121        'sv_SE' => 'Kontakt',
     122        'nl_NL' => 'Contact'
    121123);
    122124$cf_config_lang_keys['contact_form_link'] = array(
     
    135137        'lv_LV' => 'Kontaktēt ar webmāsteru',
    136138        'sv_SE' => 'Kontakta webmaster',
     139        'nl_NL' => 'Contact webmaster'
    137140);
    138141CF_Config_Lang::$default_keys = $cf_config_lang_keys;
Note: See TracChangeset for help on using the changeset viewer.