Ignore:
Timestamp:
Sep 16, 2012, 5:20:39 PM (12 years ago)
Author:
mistic100
Message:
  • stores emails in database (/!\ update only from published version, not from trunk)
  • allow emails to be categorized
File:
1 edited

Legend:

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

    r17498 r17945  
    2626$lang['Subject'] = 'Subject';
    2727$lang['Message'] = 'Message';
     28$lang['Category'] = 'Category';
    2829$lang['General configuration'] = 'General configuration';
    2930$lang['Add link in menu'] = 'Add link in menu';
     
    3536$lang['Plain text'] = 'Plain text';
    3637$lang['Default e-mail subject'] = 'Default e-mail subject';
    37 $lang['Prefix of the sent e-mail subject (you can use "%gallery_title%")'] = 'Prefix of the sent e-mail subject (you can use "%gallery_title%")';
     38$lang['can be translated with LocalFiles Editor plugin'] = 'can be translated with LocalFiles Editor plugin';
     39$lang['Prefix of the sent e-mail subject'] = 'Prefix of the sent e-mail subject';
     40$lang['you can use "%gallery_title%"'] = 'you can use "%gallery_title%"';
    3841$lang['Text before the contact form'] = 'Text before the contact form';
    3942$lang['Text after the contact form'] = 'Text after the contact form';
    4043$lang['Active'] = 'Active';
    4144$lang['+ Add an email'] = '+ Add an email';
     45$lang['+ Add a category'] = '+ Add a category';
    4246$lang['No active email address'] = 'No active email address';
    4347$lang['E-mail sent successfully'] = 'E-mail sent successfully';
     
    4650$lang['Please enter a subject'] = 'Please enter a subject';
    4751$lang['Please enter a message'] = 'Please enter a message';
     52$lang['Please choose a category'] = 'Please choose a category';
    4853$lang['%s must not be less than %d characters long'] = '%s must not be less than %d characters long';
    4954$lang['%s must not be more than %d characters long'] = '%s must not be more than %d characters long';
Note: See TracChangeset for help on using the changeset viewer.