Changeset 5105 for extensions/NBC_UserAdvManager/trunk/language/en_UK
- Timestamp:
- Mar 11, 2010, 6:59:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/NBC_UserAdvManager/trunk/language/en_UK/help/plugin.lang.php
r5064 r5105 101 101 $lang['UAM_tipsTitle_d'] = 'Tips and various examples of use'; 102 102 $lang['UAM_userlistTitle'] = 'Tracking users'; 103 $lang['UAM_userlistTitle_d'] = 'This page is for information to the administrator. It displays a list of all users registered on the gallery showing the date and number of days since their last visit. The list is sorted in ascending order of number of days.104 <br><br>105 When the Ghost Tracker is active, the number of days without a visit appears as the following color code, according to the maximum set in the Ghost Tracker options:106 <br>107 - <b style="color: lime;">Green</b> : When the user has visited the gallery <b style="color: lime;"><u>less than 50%</u></b> of the maximum indicated in the Ghost Tracker.<br>108 - <b style="color: orange;">Orange</b> : When the user has visited the gallery <b style="color: orange;"><u> between 50% and 99% </u></b> of the maximum indicated in the Ghost Tracker.<br>109 - <b style="color: red;">Red</b> : When the user has visited the gallery <b style="color: red;"><u>for more than 100%</u></b> of the maximum indicated in the Ghost Tracker. <b><u>In this case, the user must also appear in the Ghost Tracker table.</u></b><br>110 <br>111 Example :112 <br>113 The maximum period of Ghost Tracker is configured to 100 days.114 <br>115 A user will appear in green if he visited the gallery for less than 50 days, in orange if his last visit took place between 50 and 99 days and red for 100 days and above.116 <br><br>117 <b>NOTE</b> : The list does not display who have not validated their registration (if the option of validating the registration is activated). These users are then managed in a special way in the "Tracking validations" tab.';118 103 $lang['UAM_usermanTitle'] = 'Tracking validations'; 119 104 $lang['UAM_usermanTitle_d'] = 'When limiting the deadline for registration is enabled, you will find below the list of users whose validation registration is expected, <b style="text-decoration: underline;">whether or not</b> they are in time to validate.<br><br> … … 144 129 By disabling this option (default), only the email information is sent (if "Information email to user" is enabled).'; 145 130 // --------- End: New or revised $lang ---- from version 2.14.0 131 132 133 // --------- Starting below: New or revised $lang ---- from version 2.14.1 134 $lang['UAM_userlistTitle_d'] = 'This page is for information to the administrator. It displays a list of all users registered on the gallery showing the date and number of days since their last visit. The list is sorted in ascending order of number of days. 135 <br><br> 136 <b><u>Only when the Ghost Tracker is active</u></b>, the number of days without a visit appears as the following color code, according to the maximum set in the Ghost Tracker options: 137 <br> 138 - <b style="color: lime;">Green</b> : When the user has visited the gallery <b style="color: lime;"><u>less than 50%</u></b> of the maximum indicated in the Ghost Tracker.<br> 139 - <b style="color: orange;">Orange</b> : When the user has visited the gallery <b style="color: orange;"><u> between 50% and 99% </u></b> of the maximum indicated in the Ghost Tracker.<br> 140 - <b style="color: red;">Red</b> : When the user has visited the gallery <b style="color: red;"><u>for more than 100%</u></b> of the maximum indicated in the Ghost Tracker. <b><u>In this case, the user must also appear in the Ghost Tracker table.</u></b><br> 141 <br> 142 Example : 143 <br> 144 The maximum period of Ghost Tracker is configured to 100 days. 145 <br> 146 A user will appear in green if he visited the gallery for less than 50 days, in orange if his last visit took place between 50 and 99 days and red for 100 days and above. 147 <br><br> 148 <b>NOTE</b> : The list does not display who have not validated their registration (if the option of validating the registration is activated). These users are then managed in a special way in the "Tracking validations" tab.'; 149 // --------- End: New or revised $lang ---- from version 2.14.1 146 150 ?>
Note: See TracChangeset
for help on using the changeset viewer.