Ignore:
Timestamp:
Jan 15, 2013, 12:41:50 AM (11 years ago)
Author:
julien1311
Message:

[piwecard] several improvements

File:
1 edited

Legend:

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

    r20151 r20162  
    99//admin_permissions.php
    1010$lang['piwecard_selected_cats']                                 = 'Selected categories';
    11 $lang['piwecard_non_selected_cats'] = 'Non-selected categories';
     11$lang['piwecard_non_selected_cats']                     = 'Non-selected categories';
    1212
    1313//admin_permissions.tpl
    1414$lang['piwecard_permissions_cat']                               = 'Permissions depending on the category';
    1515$lang['piwecard_permissions_all_cats']                  = 'Sending of e-cards is authorized on all the categories accessible by the user';
    16 $lang['piwecard_permissions_selected_cats'] = 'Sending of e-cards is authorized only on a selection of categories and if selected categories are accessible by the user';
    17 $lang['piwecard_permissions_user_cat']                  = 'Sending of e-cards is authorized only if the category or one of its parents is named after the user (case sensitive) or if the user is the author of the image';
     16$lang['piwecard_permissions_selected_cats']     = 'Sending of e-cards is authorized only on a selection of categories and if selected categories are accessible by the user';
     17$lang['piwecard_permissions_user_cat']                  = 'Sending of e-cards is authorized only if the category or one of its parents is named after the user or if the user is the author of the image';
     18$lang['piwecard_user_cats_case_sensitive']              = 'Case sensitive (the category or one of its parents is named after the user)';
    1819
    1920//admin_configuration.php
     
    2324//admin_configuration.tpl
    2425$lang['piwecard_configuration']                                 = 'Standard configuration';
     26$lang['piwecard_validity_list']                                 = 'List of validity periods in days (0 for unlimited)';
    2527$lang['piwecard_ecard_derivative']                              = 'Choose the size of the image in the e-card:';
    2628$lang['piwecard_validity_default']                              = 'Default validity of the e-card';
     29$lang['piwecard_validity_choice']                               = 'Allow the user to choose the e-card validity';
    2730$lang['piwecard_sender_copy']                                   = 'Send a copy of the e-card to the sender';
    2831$lang['piwecard_sender_email_change']                   = 'Allow the sender to change his/her e-mail address (not applicable to guests unless the default e-mail address is configured)';
     
    4649$lang['piwecard_ecard_message']                                 = 'Message';
    4750$lang['piwecard_ecard_image_url']                               = 'Image URL';
    48 $lang['piwecard_ecard_image_infos'] = 'Image info (title and author)';
     51$lang['piwecard_ecard_image_infos']                     = 'Image info (title and author)';
     52$lang['piwicard_email_reset']                                   = 'Reset * fields with default values in your language';
    4953
    5054//admin_management.tpl
     
    5357$lang['piwecard_valid']                                                 = 'Valid';
    5458$lang['piwecard_invalid']                                               = 'Expired';
    55 $lang['piwecard_delete_all_invalid'] = 'Delete all expired e-cards';
     59$lang['piwecard_delete_all_invalid']                    = 'Delete all expired e-cards';
    5660$lang['piwecard_validity']                                              = 'Validity date';
    5761$lang['piwecard_delete']                                                = 'Delete selected e-cards';
    5862$lang['piwecard_deleted']                                               = 'Selected e-cards have been deleted.';
    5963$lang['piwecard_invalid_deleted']                               = 'All expired e-cards have been deleted.';
    60 $lang['piwecard_nb_ecard_page'] = 'Number of e-cards per page';
     64$lang['piwecard_nb_ecard_page']                                 = 'Number of e-cards per page';
    6165$lang['piwecard_no_ecard']                                              = 'No e-card in the database';
    6266$lang['piwecard_delete_selected']                               = 'Delete selected e-cards';
     
    6468//ecard.tpl
    6569$lang['piwecard_send_stage1']                                   = 'Stage 1: Write the message';
    66 $lang['piwecard_send_stage2'] = 'Stage 2: Edit the information';
     70$lang['piwecard_send_stage2']                                   = 'Stage 2: Edit the information';
    6771$lang['piwecard_send_stage3']                                   = 'Stage 3: Options';
    6872$lang['piwecard_send_stage4']                                   = 'Stage 4: Send the e-card!';
     
    7175$lang['piwecard_error_email']                                   = 'Please enter a valid e-mail.';
    7276$lang['piwecard_error_integer']                                 = 'Please enter a valid number.';
    73 $lang['piwecard_errors'] = 'See error details below';
     77$lang['piwecard_error_validity_list']                   = 'The list cannot be empty and the periods must be numbers.';
     78$lang['piwecard_errors']                                                = 'See error details below';
    7479$lang['piwecard_sender']                                                = 'Sender';
    7580$lang['piwecard_recipient']                                     = 'Recipient';
     
    8691$lang['piwecard_message']                                               = 'Message';
    8792$lang['piwecard_days']                                                  = 'days';
     93
     94//default_values.inc.php
     95$lang['piwecard_default_email_subject']                 = '%yourname% has sent you an e-card';
     96$lang['piwecard_default_email_message_text']    =
     97'Hello %recipientname% !
     98%yourname% has sent you an e-card from the website %website%.
     99You can view this e-card at the following address: %ecardurl%.
     100See you on %website% (%websiteurl%) !
     101The Webmaster';
     102$lang['piwecard_default_email_message_html']    =
     103'<p>Hello %recipientname% !</p>
     104<p><b>%yourname%</b> has sent you an e-card from the website <a href="%websiteurl%">%website%</a> :</p>
     105<p><b>%ecardtitle%</b></p>
     106<p><a href="%ecardurl%"><img class="theImage" src="%pictureurl%" /></a><p>
     107<p>%pictureinfos%</p><br />
     108<p>%ecardmessage%</p>
     109<p>You can also view the e-card <a href="%ecardurl%">at the following address</a>.</p>
     110<p>See you on <a href="%websiteurl%">%website%</a> !</p>
     111<p>The Webmaster</p>';
    88112?>
Note: See TracChangeset for help on using the changeset viewer.