Changeset 7535


Ignore:
Timestamp:
Nov 1, 2010, 8:41:02 AM (13 years ago)
Author:
ddtddt
Message:

[extensions] - ContactForm - Add ru_RU thanks to yuragal

Location:
extensions/ContactForm
Files:
4 added
1 edited

Legend:

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

    r7245 r7535  
    9898        'pl_PL' => 'Formularz kontaktu',
    9999        'sk_SK' => 'Kontaktný formulár',
     100        'ru_RU' => 'Контактная информация',
     101        'tr_TR' => 'İletişim formu',
    100102);
    101103$cf_config_lang_keys['contact_form'] = array(
     
    109111        'pl_PL' => 'Kontakt',
    110112        'sk_SK' => 'Kontakt',
     113        'ru_RU' => 'Контакты',
     114        'tr_TR' => 'İletişim',
    111115);
    112116$cf_config_lang_keys['contact_form_link'] = array(
     
    120124        'pl_PL' => 'Kontakt do webmastera',
    121125        'sk_SK' => 'Kontaktovanie webmastera',
     126        'ru_RU' => 'Contact webmaster',
     127        'tr_TR' => 'İletişim- Site yöneticisi',
    122128);
    123129CF_Config_Lang::$default_keys = $cf_config_lang_keys;
Note: See TracChangeset for help on using the changeset viewer.