Ignore:
Timestamp:
Oct 17, 2010, 1:41:03 PM (14 years ago)
Author:
Gotcha
Message:

The translations are registered into hard in the CORE. cf_common.inc.php
bug:1913

File:
1 edited

Legend:

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

    r7197 r7241  
    77
    88// Version
    9 define('CF_VERSION',            '1.1.2');
     9define('CF_VERSION',            '1.1.3');
    1010define('CF_TITLE',              'cf_plugin_name');
    1111
     
    9090$cf_config_lang_keys['contact_form_title'] = array(
    9191    CF_LANG_DEFAULT => l10n('contact_form'),
     92        'de_DE' => 'Kontaktformular',
     93    'en_UK' => 'Contact form',
     94        'es_ES' => 'Formulario de contacto',
     95    'fr_FR' => 'Formulaire de contact',
     96        'hu_HU' => 'Kapcsolati urlap',
     97    'it_IT' => 'Formulario di contatto',
     98        'pl_PL' => 'Formularz kontaktu',
     99        'sk_SK' => 'Kontaktný formulár',
    92100);
    93101$cf_config_lang_keys['contact_form'] = array(
    94102    CF_LANG_DEFAULT => l10n('contact_form'),
     103        'de_DE' => 'Kontaktformular',
     104    'en_UK' => 'Contact',
     105        'es_ES' => 'Contactar',
    95106    'fr_FR' => 'Formulaire de contact',
    96     'en_UK' => 'Contact form',
    97     'it_IT' => '',
    98 );
     107        'hu_HU' => 'Kapcsolat',
     108    'it_IT' => 'Contattare',
     109        'pl_PL' => 'Kontakt',
     110        'sk_SK' => 'Kontakt',
     111);
    99112$cf_config_lang_keys['contact_form_link'] = array(
    100113    CF_LANG_DEFAULT => l10n('contact_form_link'),
     114        'de_DE' => 'Den Webmaster kontaktieren',
     115    'en_UK' => 'Contact webmaster',
     116        'es_ES' => 'Contactar webmestre',
    101117    'fr_FR' => 'Contacter le webmestre',
    102     'en_UK' => 'Contact webmaster',
     118        'hu_HU' => 'Webmester kapcsolat',
    103119    'it_IT' => 'Contattare il webmaster',
     120        'pl_PL' => 'Kontakt do webmastera',
     121        'sk_SK' => 'Kontaktovanie webmastera',
    104122);
    105123CF_Config_Lang::$default_keys = $cf_config_lang_keys;
Note: See TracChangeset for help on using the changeset viewer.