Changeset 7786


Ignore:
Timestamp:
Nov 16, 2010, 7:45:46 AM (13 years ago)
Author:
ddtddt
Message:

[extensions] - ContactForm - add lv_LV (Latvian) thanks to Aivars Baldone

Location:
extensions/ContactForm
Files:
4 added
1 edited

Legend:

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

    r7626 r7786  
    101101        'tr_TR' => 'İletişim formu',
    102102        'cs_CZ' => 'Kontaktní formulář',
     103        'lv_LV' => 'Kontaktforma',
    103104);
    104105$cf_config_lang_keys['contact_form'] = array(
     
    115116        'tr_TR' => 'İletişim',
    116117        'cs_CZ' => 'Kontakt',
     118        'lv_LV' => 'Kontaktēt',
    117119);
    118120$cf_config_lang_keys['contact_form_link'] = array(
     
    129131        'tr_TR' => 'İletişim- Site yöneticisi',
    130132        'cs_CZ' => 'Kontakt správce webu',
     133        'lv_LV' => 'Kontaktēt ar webmāsteru',
    131134);
    132135CF_Config_Lang::$default_keys = $cf_config_lang_keys;
Note: See TracChangeset for help on using the changeset viewer.