Ignore:
Timestamp:
May 20, 2011, 10:21:46 PM (13 years ago)
Author:
Eric
Message:
  • Use pwg_db_real_escape_string() instead of addslashes()
  • Database upgrade process simplied (using version_compare() and code refactoring)
  • Bug 2253 fixed - New feature to allow comments on pictures only for specific users (who belong to a group) when "comments for all" is set
Location:
extensions/UserAdvManager/trunk/language/en_UK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/language/en_UK/help/plugin.lang.php

    r10391 r10957  
    285285$lang['UAM_HidePasswTitle_d'] = 'Choose here if you want to display the password chosen by the visitor in the information email. If you enable the option, the password will then appear in clear text. If you disable the password will not appear at all.';
    286286// --------- End: New or revised $lang ---- from version 2.20.4
     287
     288
     289// --------- Starting below: New or revised $lang ---- from version 2.20.7
     290$lang['UAM_GroupCommTitle'] = 'Allow comments to a group of users';
     291$lang['UAM_GroupCommTitle_d'] = 'This option lets you specify a group of users who will allowed to post comments when the gallery is configured to not allow comments for all.
     292<br><br>
     293By default, when &quot;comments for all&quot; option is disabled, only registered users can post comments. With this option, you can restrict this behavior by specifying a user group. Thus, only registered users and members of this group may post comments.';
     294// --------- End: New or revised $lang ---- from version 2.20.7
    287295?>
  • extensions/UserAdvManager/trunk/language/en_UK/plugin.lang.php

    r10391 r10957  
    332332$lang['UAM_HidePassw'] = 'Password in clear text in the information email';
    333333// --------- End: New or revised $lang ---- from version 2.20.4
     334
     335
     336// --------- Starting below: New or revised $lang ---- from version 2.20.7
     337$lang['UAM_Group_Comments'] = 'Allow comments to a group of users';
     338$lang['UAM_AllowedComm_Group'] = 'Select the group of users allowed to post comments:';
     339$lang['UAM_Not_Allowed_Author'] = 'Sorry, you are not authorized to post a comment. Please contact the site administrator.';
     340// --------- End: New or revised $lang ---- from version 2.20.7
    334341?>
Note: See TracChangeset for help on using the changeset viewer.