Ignore:
Timestamp:
Sep 19, 2011, 9:48:39 PM (13 years ago)
Author:
Eric
Message:
  • Bug 2415 fixed - New feature added : Privacy level can now be set for unvalidated / validated users.
  • Small admin panel refactory : Ghost users management and other misc options are splitted.
  • Plugin database upgrade : maintain.inc.php and upgradedb.inc.php
  • Language files refactory (EN and FR)
  • Preparing version 2.30.0 (actually 2.30.0RC1) for compliance with Piwigo 2.3.0
File:
1 edited

Legend:

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

    r12047 r12189  
    107107$lang['UAM_Title1'] = 'Setting restrictions for registrations';
    108108$lang['UAM_Title2'] = 'Setting confirmations and validations of registration';
    109 $lang['UAM_Title3'] = 'Setting the registered users monitoring and other options';
    110109$lang['UAM_Title4'] = 'Tips and examples of use';
    111110$lang['UAM_No_Casse'] = 'Usernames: Case sensitivity';
     
    125124$lang['UAM_Confirm_Mail'] = 'Confirmation of registration:';
    126125$lang['UAM_ConfirmMail_Text'] = ' Customizing the confirmation email:';
    127 $lang['UAM_Confirm_grpstat_notice'] = 'Caution: It is advisable to use either the group or the validation statutes and not both simultaneously.';
    128 $lang['UAM_Confirm_Group'] = 'Validation Groups<br>(leave ------- to not affect group)';
    129 $lang['UAM_Confirm_Status'] = 'Validation Statutes<br>(leave ------- to keep the Piwigo\'s default)';
    130126$lang['UAM_No_Confirm_Group'] = 'Group for users who have not validated their registration<br>';
    131127$lang['UAM_Validated_Group'] = 'Group for users who have validated their registration<br>';
     
    204200$lang['UAM_GTAuto'] = 'Automatic management of ghosts users';
    205201$lang['UAM_GTAutoDel'] = 'Automatic deletion of accounts';
    206 $lang['UAM_GTAutoGp'] = 'Automatic change of group / status';
    207202$lang['UAM_GTAutoMail'] = 'Automatically sending an email when changing group / status';
    208203$lang['UAM_Deleted_Account_Redirection_Page'] = 'Access denied - Account destroyed!';
     
    335330$lang['UAM_Error_Using_illegal_flag'] = 'Syntax error ! The [Kdays] AutoText flag is used as the "Deadline for registration validation limited" option was not activated. Please activate the option or correct the text field(s) colored in red.';
    336331// --------- End: New or revised $lang ---- from version 2.20.11
     332
     333
     334// --------- Starting below: New or revised $lang ---- from version 2.30.0
     335$lang['UAM_Confirm_grpstat_notice'] = 'Caution: It is advisable to use either the group or the validation statutes and not both simultaneously. The privacy level can be used in conjunction with a group or status assignment.';
     336$lang['UAM_Confirm_Group'] = 'Groups<br>(leave ------- to not affect group)';
     337$lang['UAM_Confirm_Status'] = 'Statutes<br>(leave ------- to keep the Piwigo\'s default)';
     338$lang['UAM_Confirm_Level'] = 'Privacy level<br>(leave ------- to keep the Piwigo\'s default)';
     339$lang['UAM_No_Valid_Level'] = 'Privacy level for users who have not validated their registration<br>';
     340$lang['UAM_Valid_Level'] = 'Privacy level for users who have validated their registration<br>';
     341$lang['UAM_GTAutoGp'] = 'Automatic change of group / status / privacy level';
     342$lang['UAM_Expired_Level'] = '<b>Privacy level</b> for user\'s registration has expired<br>';
     343$lang['UAM_MiscOptions'] = 'Other miscellaneous options';
     344$lang['UAM_Title3'] = 'Ghost users management';
     345$lang['UAM_Title5'] = 'Other miscellaneous options';
     346// --------- End: New or revised $lang ---- from version 2.30.0
    337347?>
Note: See TracChangeset for help on using the changeset viewer.