Ignore:
Timestamp:
Dec 17, 2010, 5:49:28 PM (13 years ago)
Author:
ddtddt
Message:

[extensions] - ContactForm - update sv_SE Thanks to Jonas

File:
1 edited

Legend:

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

    r7786 r8177  
    8989$cf_config_lang_keys = array();
    9090$cf_config_lang_keys['contact_form_title'] = array(
    91     CF_LANG_DEFAULT => l10n('contact_form'),
     91    CF_LANG_DEFAULT => l10n('contact_form_title'),
    9292        'de_DE' => 'Kontaktformular',
    9393    'en_UK' => 'Contact form',
     
    102102        'cs_CZ' => 'Kontaktní formulář',
    103103        'lv_LV' => 'Kontaktforma',
     104        'sv_SE' => 'Kontakt formulär',
    104105);
    105106$cf_config_lang_keys['contact_form'] = array(
     
    117118        'cs_CZ' => 'Kontakt',
    118119        'lv_LV' => 'Kontaktēt',
     120        'sv_SE' => 'Kontakt',
    119121);
    120122$cf_config_lang_keys['contact_form_link'] = array(
     
    132134        'cs_CZ' => 'Kontakt správce webu',
    133135        'lv_LV' => 'Kontaktēt ar webmāsteru',
     136        'sv_SE' => 'Kontakta webmaster',
    134137);
    135138CF_Config_Lang::$default_keys = $cf_config_lang_keys;
Note: See TracChangeset for help on using the changeset viewer.