- Timestamp:
- Sep 19, 2011, 9:48:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserAdvManager/trunk/language/en_UK/plugin.lang.php
r12047 r12189 107 107 $lang['UAM_Title1'] = 'Setting restrictions for registrations'; 108 108 $lang['UAM_Title2'] = 'Setting confirmations and validations of registration'; 109 $lang['UAM_Title3'] = 'Setting the registered users monitoring and other options';110 109 $lang['UAM_Title4'] = 'Tips and examples of use'; 111 110 $lang['UAM_No_Casse'] = 'Usernames: Case sensitivity'; … … 125 124 $lang['UAM_Confirm_Mail'] = 'Confirmation of registration:'; 126 125 $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)';130 126 $lang['UAM_No_Confirm_Group'] = 'Group for users who have not validated their registration<br>'; 131 127 $lang['UAM_Validated_Group'] = 'Group for users who have validated their registration<br>'; … … 204 200 $lang['UAM_GTAuto'] = 'Automatic management of ghosts users'; 205 201 $lang['UAM_GTAutoDel'] = 'Automatic deletion of accounts'; 206 $lang['UAM_GTAutoGp'] = 'Automatic change of group / status';207 202 $lang['UAM_GTAutoMail'] = 'Automatically sending an email when changing group / status'; 208 203 $lang['UAM_Deleted_Account_Redirection_Page'] = 'Access denied - Account destroyed!'; … … 335 330 $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.'; 336 331 // --------- 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 337 347 ?>
Note: See TracChangeset
for help on using the changeset viewer.