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/es_ES/plugin.lang.php

    r17533 r17945  
    3838$lang['Please enter a message'] = 'Por favor, entre un mensaje';
    3939$lang['Error while sending e-mail'] = 'Error en el momento del envío del e-mail';
    40 
    4140$lang['%s must not be less than %d characters long'] = '%s no debe ser menor que %d caracteres';
    4241$lang['%s must not be more than %d characters long'] = '%s no debe ser mayor que %d caracteres';
     
    4948$lang['Plain text'] = 'Texto sin formato';
    5049$lang['Please enter an e-mail'] = 'Por favor, introduzca un e-mail';
    51 $lang['Prefix of the sent e-mail subject (you can use "%gallery_title%")'] = 'Prefijo del asunto del correo electrónico de envío (se puede utilizar "%galería de title%")';
     50$lang['Prefix of the sent e-mail subject'] = 'Prefijo del asunto del correo electrónico de envío';
     51$lang['you can use "%gallery_title%"'] = 'se puede utilizar "%gallery_title%"';
    5252?>
Note: See TracChangeset for help on using the changeset viewer.