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

    r17559 r17945  
    3939$lang['Please enter a message'] = 'Prosím zadejte zprávu';
    4040$lang['Error while sending e-mail'] = 'Nastala chyba při odeslání zprávy';
    41 
    4241$lang['%s must not be more than %d characters long'] = '%s nesmí být delší než %d znaků';
    4342$lang['+ Add an email'] = '+ Přidat email';
     
    4847$lang['Plain text'] = 'Prostý text';
    4948$lang['Please enter an e-mail'] = 'Prosím, vložte e-mail';
    50 $lang['Prefix of the sent e-mail subject (you can use "%gallery_title%")'] = 'Předpona poslaného e-mail předmětu (můžete použít "%gallery_title%")';
     49$lang['Prefix of the sent e-mail subject'] = 'Předpona poslaného e-mail předmětu';
     50$lang['you can use "%gallery_title%"'] = 'můžete použít "%gallery_title%"';
    5151$lang['%s must not be less than %d characters long'] = '%s nesmí být kratší než %d znaků';
    5252?>
Note: See TracChangeset for help on using the changeset viewer.