Ignore:
Timestamp:
Jan 16, 2013, 12:38:26 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

    r20173 r20180  
    1010$lang['piwecard_selected_cats']                                 = 'Selected categories';
    1111$lang['piwecard_non_selected_cats']                     = 'Non-selected categories';
     12$lang['piwecard_authorized_groups_users_denied']= '%u users have automatic denial because they belong to a denied group.';
    1213
    1314//admin_permissions.tpl
     
    1718$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';
    1819$lang['piwecard_user_cats_case_sensitive']              = 'Case sensitive (the category or one of its parents is named after the user)';
     20$lang['piwecard_permissions_groups_users']              = 'Permissions depending on the group or user';
     21$lang['piwecard_permissions_all_groups_users']  = 'All the users can send e-cards';
     22$lang['piwecard_permissions_granted_groups_users']= 'Give permissions to selected groups and users';
     23$lang['piwecard_permissions_denied_groups_users']= 'Deny selected groups and users';
    1924
    2025//admin_configuration.php
     
    7984$lang['piwecard_sender']                                                = 'Sender';
    8085$lang['piwecard_recipient']                                     = 'Recipient';
     86$lang['piwecard_add_recipient']                                 = 'Add a recipient';
    8187$lang['piwecard_validity_label']                                = 'Period of validity';
    8288$lang['piwecard_send_mandatory_fields']                 = 'Mandatory fields';
     
    94100//default_values.inc.php
    95101$lang['piwecard_default_email_subject']                 = '%yourname% has sent you an e-card';
    96 $lang['piwecard_default_email_message_text'] = 'Hello %recipientname%!
     102$lang['piwecard_default_email_message_text']    = 'Hello %recipientname%!
    97103%yourname% has sent you an e-card from the website %website%.
    98104You can view this e-card at the following address: %ecardurl%.
    99105See you on %website% (%websiteurl%)!
    100106The Webmaster';
    101 $lang['piwecard_default_email_message_html'] = '<p>Hello %recipientname%!</p>
     107$lang['piwecard_default_email_message_html']    = '<p>Hello %recipientname%!</p>
    102108<p><b>%yourname%</b> has sent you an e-card from the website <a href="%websiteurl%">%website%</a>:</p>
    103109<p><b>%ecardtitle%</b></p>
Note: See TracChangeset for help on using the changeset viewer.