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

    r17643 r17945  
    3939$lang['Please enter a message'] = 'Будь ласка, введіть повідомлення';
    4040$lang['Error while sending e-mail'] = 'Помилка при відправленні по електронній пошті';
    41 
    4241$lang['%s must not be less than %d characters long'] = '%s повинно бути не коротше %d символів';
    4342$lang['%s must not be more than %d characters long'] = '%s повинно бути не довше %d символів';
     
    4948$lang['Plain text'] = 'Простий текст';
    5049$lang['Please enter an e-mail'] = 'Будь ласка, введіть e-mail';
    51 $lang['Prefix of the sent e-mail subject (you can use "%gallery_title%")'] = 'Префікс теми відправлених e-mail (можна використовувати "%gallery_title%")';
     50$lang['Prefix of the sent e-mail subject'] = 'Префікс теми відправлених e-mail';
     51$lang['you can use "%gallery_title%"'] = 'можна використовувати "%gallery_title%"';
    5252?>
Note: See TracChangeset for help on using the changeset viewer.