Ignore:
Timestamp:
Sep 1, 2009, 7:13:00 PM (15 years ago)
Author:
Criss
Message:

bug 0001150

Add e-mail address management

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/language/en_UK/plugin.lang.php

    r3809 r3810  
    11<?php
    2 /* $Id: plugin.lang.php,v 1.10 2009/09/01 13:25:03 Criss Exp $ */
     2/* $Id: plugin.lang.php,v 1.11 2009/09/01 17:10:50 Criss Exp $ */
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44global $lang;
     
    6464$lang['cf_define_link'] = 'Define link';
    6565$lang['cf_link'] = 'Name of the template variable containing the HTML link to the contact form';
     66// Emails tab
     67$lang['cf_tab_emails'] = 'E-mails';
     68$lang['cf_emails_desc'] = 'Destination e-mails management';
     69$lang['cf_active'] = 'Active e-mail';
     70$lang['cf_no_mail'] = 'No e-mail address available';
     71$lang['cf_refresh'] = 'Regenerate e-mail list address';
    6672// Language tab
    6773$lang['cf_tab_language'] = 'Localization';
Note: See TracChangeset for help on using the changeset viewer.