Ignore:
Timestamp:
Jan 16, 2011, 10:23:47 AM (13 years ago)
Author:
ddtddt
Message:

[extensions] - ContactForm - add ar_SA thanks to bakir

File:
1 edited

Legend:

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

    r8482 r8689  
    9090$cf_config_lang_keys['contact_form_title'] = array(
    9191    CF_LANG_DEFAULT => l10n('contact_form_title'),
     92        'ar_SA' => 'نموذج الاتصال',
    9293        'cs_CZ' => 'Kontaktní formulář',
    9394        'de_DE' => 'Kontaktformular',
     
    107108$cf_config_lang_keys['contact_form'] = array(
    108109    CF_LANG_DEFAULT => l10n('contact_form'),
     110        'ar_SA' => 'اتصل بنا',
    109111        'cs_CZ' => 'Kontakt',
    110112        'de_DE' => 'Kontaktformular',
     
    124126$cf_config_lang_keys['contact_form_link'] = array(
    125127    CF_LANG_DEFAULT => l10n('contact_form_link'),
     128        'ar_SA' => 'اتصل بمدير الموقع',
    126129        'cs_CZ' => 'Kontakt správce webu',
    127130        'de_DE' => 'Den Webmaster kontaktieren',
Note: See TracChangeset for help on using the changeset viewer.