Ignore:
Timestamp:
Jan 6, 2013, 9:05:36 PM (11 years ago)
Author:
julien1311
Message:

[piwecard] Use of colorbox (better integration with theme). Add of some JS testing. Replace table by div/span

File:
1 edited

Legend:

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

    r19800 r19923  
    1717$lang['ecard_send']                                             = 'Send';
    1818$lang['ecard_cancel']                                   = 'Cancel';
    19 $lang['ecard_activ_choice']                             = 'Validity';
     19$lang['ecard_validity_label']                           = 'Validity';
    2020$lang['ecard_send_method']                              = 'Send method';
    2121$lang['ecard_maillink']                                 = 'Mail with link';
    22 $lang['ecard_mailhtml'] = 'Complete mail with photo';
     22$lang['ecard_mailhtml']                                 = 'Complete mail with photo';
    2323$lang['ecard_send_copy']                                = 'Receive a copy';
    2424
     25$lang['ecard_send_stage1']                              = 'Stage 1: Write your message';
     26$lang['ecard_send_stage2']                              = 'Stage 2: Edit information';
     27$lang['ecard_send_stage3']                              = 'Stage 3: Options';
     28$lang['ecard_send_stage4']                              = 'Stage 4: Send the eCard!';
    2529
    26 $lang['ecard_send_stage1'] = 'Stage 1: Write your message';
    27 $lang['ecard_send_stage2'] = 'Stage 2: Edit information';
    28 $lang['ecard_send_stage3'] = 'Stage 3: Options';
    29 $lang['ecard_send_stage4'] = 'Stage 4: Send the eCard!';
    30 
    31 $lang['ecard_send_title']                               = 'eCard Title ';
     30$lang['ecard_send_title']                               = 'eCard Title';
    3231$lang['ecard_send_message']                             = 'eCard Message';
    3332$lang['ecard_send_exp']                                 = 'Sender';
    3433$lang['ecard_send_dest']                                = 'Receiver';
    35 $lang['ecard_send_link1'] = 'To send an eCard';
     34$lang['ecard_send_link1']                               = 'To send an eCard';
    3635$lang['ecard_send_link2']                               = 'Click here';
    3736$lang['ecard_send_link3']                               = 'Creating your personalized eCard';
     
    4241$lang['ecard_send_dest_mail']                   = 'Receiver Mail (dest@dest.com)';
    4342
     43$lang['ecard_error']                                    = 'Error!';
     44$lang['ecard_error_text']                               = 'Fill in the fields.';
     45$lang['ecard_error_email']                              = 'Invalid email address.';
     46
     47$lang['ecard_send_mandatory_fields']    =  'Mandatory fields';
    4448
    4549// publish.tpl
Note: See TracChangeset for help on using the changeset viewer.