Ignore:
Timestamp:
Mar 5, 2010, 1:12:41 PM (14 years ago)
Author:
Eric
Message:

[NBC_UserAdvManager] Pre-2.13.5

  • Bug 1465 fixed : Plugin data are now serialized
  • Code simplification : Variables improved
  • Files renamed : functions.inc.php and UAM_admin.php
  • Update of obsolete.list (There is a bug on obsolete fils deletion)
File:
1 edited

Legend:

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

    r4984 r5056  
    33global $lang,$conf;
    44
    5 $conf_UserAdvManager = isset($conf['UserAdvManager']) ? explode(";" , $conf['UserAdvManager']) : array();
     5$conf_UAM = unserialize($conf['nbc_UserAdvManager']);
    66
    77
     
    2424
    2525/* Errors and Warnings */
    26 $lang['UserAdvManager_audit_ok'] = 'Audit OK';
     26$lang['UAM_audit_ok'] = 'Audit OK';
    2727$lang['Err_audit_no_casse'] = '<b>These accounts are identical to the case closely :</b> ';
    2828$lang['Err_audit_username_char'] = '<b>This account uses one or more forbidden characters :</b> ';
    2929$lang['Err_audit_email_forbidden'] = '<b>This account uses a forbidden email provider :</b> ';
    3030$lang['Err_audit_advise'] = '<b>you have to perform corrections to comply with new rules that you have activated.<br>Use a database management utility to correct user accounts directly in the table ###_USERS';
    31 $lang['UserAdvManager_Empty Author'] = 'The author field have to be filled to send a comment.';
    32 if ( isset($conf_UserAdvManager[1]) and $conf_UserAdvManager[1] == 'true' )
     31$lang['UAM_Empty Author'] = 'The author field have to be filled to send a comment.';
     32if ( isset($conf_UAM[1]) and $conf_UAM[1] == 'true' )
    3333        $lang['reg_err_login5'] = 'Username already exist, WARNING name is case insensitive (Shift = Tiny).';
    3434$lang['reg_err_login6'] = 'Username does not have to match the following characters: ';
    3535$lang['reg_err_login7'] = 'Your email provider is banned for registration. Banned email providers are: ';
    36 $lang['UserAdvManager_empty_pwd'] = '[empty password]';
    37 $lang['UserAdvManager_no_update_pwd'] = '[profile updated without password changed]';
     36$lang['UAM_empty_pwd'] = '[empty password]';
     37$lang['UAM_no_update_pwd'] = '[profile updated without password changed]';
    3838$lang['invalid_pwd'] = 'Invalid username or password !';
    3939$lang['No_validation_for_Guest'] = 'The "Guest" account is not subject to validation';
     
    7272$lang['Reminder_Sent_NOK'] = 'NO';
    7373/* Errors and Warnings */
    74 $lang['UserAdvManager_save_config'] ='Configuration saved.';
     74$lang['UAM_save_config'] ='Configuration saved.';
    7575$lang['reg_err_login3'] = 'Security : Password is mandatory !';
    7676$lang['reg_err_login4_%s'] = 'Security : A control system calculates a score on the chosen passwords complexity. The complexity of your password is too low (score = %s). Please, choose a new password more secure by following these rules:<br>
     
    123123$lang['SubTitle1'] = 'Plugin configuration';
    124124$lang['Tab_Global'] = 'Configuration';
    125 $lang['UserAdvManager_Title1'] = 'Setting restrictions for registrations';
    126 $lang['UserAdvManager_Title2'] = 'Setting confirmations and validations of registration';
    127 $lang['UserAdvManager_Title3'] = 'Setting the followed registrations and other options';
    128 $lang['UserAdvManager_Title4'] = 'Tips and examples of use';
    129 $lang['UserAdvManager_No_Casse'] = 'Usernames: Case sensitivity';
    130 $lang['UserAdvManager_No_Casse_true'] = ' Enable';
    131 $lang['UserAdvManager_No_Casse_false'] = ' Disable (default)';
    132 $lang['UserAdvManager_Username_Char'] = 'Usernames: Exclusion of characters';
    133 $lang['UserAdvManager_Username_Char_true'] = ' Banning characters:<br>(Use a comma to separate each character)<br><br>';
    134 $lang['UserAdvManager_Username_Char_false'] = ' Permit all (default)';
    135 $lang['UserAdvManager_Password_Enforced'] = 'Strengthening the security level of passwords';
    136 $lang['UserAdvManager_Password_Enforced_true'] = ' Enable. Minimum Score: ';
    137 $lang['UserAdvManager_Password_Enforced_false'] = ' Disable (default)';
    138 $lang['UserAdvManager_AdminPassword_Enforced'] = 'Applying to administrators';
    139 $lang['UserAdvManager_AdminPassword_Enforced_true'] = ' Enable';
    140 $lang['UserAdvManager_AdminPassword_Enforced_false'] = ' Disable (default)';
    141 $lang['UserAdvManager_PasswordTest'] = 'Password test: ';
    142 $lang['UserAdvManager_ScoreTest'] = 'Result: ';
    143 $lang['UserAdvManager_MailExclusion'] = 'Email domains exclusion';
    144 $lang['UserAdvManager_MailExclusion_true'] = ' Exclude the following domains:<br>(Use a comma to separate each domain)';
    145 $lang['UserAdvManager_MailExclusion_false'] = ' Disable (default)';
    146 
    147 $lang['UserAdvManager_Mail_Info'] = 'Information email to user:';
    148 $lang['UserAdvManager_Mail_Info_true'] = ' Enable';
    149 $lang['UserAdvManager_Mail_Info_false'] = ' Disable (default)';
    150 $lang['UserAdvManager_MailInfo_Text'] = ' Customizing the information email:';
    151 $lang['UserAdvManager_Confirm_Mail'] = 'Confirmation of registration:';
    152 $lang['UserAdvManager_Confirm_Mail_true'] = ' Enable';
    153 $lang['UserAdvManager_Confirm_Mail_false'] = ' Disable (default)';
    154 $lang['UserAdvManager_ConfirmMail_Text'] = ' Customizing the confirmation email:';
    155 $lang['UserAdvManager_Confirm_grpstat_notice'] = 'Caution: It is advisable to use either the group or the validation statutes and not both simultaneously.';
    156 $lang['UserAdvManager_Confirm_Group'] = 'Validation Groups<br>(leave ------- to not affect group)';
    157 $lang['UserAdvManager_Confirm_Status'] = 'Validation Statutes<br>(leave ------- to keep the Piwigo\'s default)';
    158 $lang['UserAdvManager_No_Confirm_Group'] = 'Group for users who have not validated their registration<br>';
    159 $lang['UserAdvManager_Validated_Group'] = 'Group for users who have validated their registration<br>';
    160 $lang['UserAdvManager_No_Confirm_Status'] = 'Status for users who have not validated their registration<br>';
    161 $lang['UserAdvManager_Validated_Status'] = 'Status for users who have validated their registration<br>';
    162 $lang['UserAdvManager_ValidationLimit_Info'] = 'Deadline for registration validation limited';
    163 $lang['UserAdvManager_ConfirmMail_TimeOut_true'] = ' Enable. Number of days until expiration: ';
    164 $lang['UserAdvManager_ConfirmMail_TimeOut_false'] = ' Disable (default)';
    165 $lang['UserAdvManager_ConfirmMail_Remail'] = 'Remind unvalidated users';
    166 $lang['UserAdvManager_ConfirmMail_Remail_true'] = ' Enable';
    167 $lang['UserAdvManager_ConfirmMail_Remail_false'] = ' Disable (default)';
    168 $lang['UserAdvManager_ConfirmMail_ReMail_Txt1'] = 'Customizing the reminder message <b><u>with</u></b> new regeneration of key validation.';
    169 $lang['UserAdvManager_ConfirmMail_ReMail_Txt2'] = 'Customizing the reminder message <b><u>without</u></b> regeneration of key validation.';
    170 
    171 $lang['UserAdvManager_GhostTracker'] = 'Ghost visitors management (Ghost Tracker)';
    172 $lang['UserAdvManager_GhostTracker_true'] = ' Enable. Maximum period in days between two visits: ';
    173 $lang['UserAdvManager_GhostTracker_false'] = ' Disable (default)';
    174 $lang['UserAdvManager_GhostTracker_ReminderText'] = 'Customizing Ghost Tracker\'s reminder message';
    175 $lang['UserAdvManager_LastVisit'] = ' Tracking registered users';
    176 $lang['UserAdvManager_LastVisit_true'] = ' Enable';
    177 $lang['UserAdvManager_LastVisit_false'] = ' Disable (default)';
    178 $lang['UserAdvManager_No_Comment_Anonymous'] = 'Nickname mandatory for guests comments';
    179 $lang['UserAdvManager_No_Comment_Anonymous_true'] = ' Enable';
    180 $lang['UserAdvManager_No_Comment_Anonymous_false'] = ' Disable (default)';
    181 
    182 $lang['UserAdvManager_Tips1'] = 'Registrations with email validation and warning message on the Piwigo\'s homepage';
    183 $lang['UserAdvManager_Tips1_txt'] = '
     125$lang['UAM_Title1'] = 'Setting restrictions for registrations';
     126$lang['UAM_Title2'] = 'Setting confirmations and validations of registration';
     127$lang['UAM_Title3'] = 'Setting the followed registrations and other options';
     128$lang['UAM_Title4'] = 'Tips and examples of use';
     129$lang['UAM_No_Casse'] = 'Usernames: Case sensitivity';
     130$lang['UAM_No_Casse_true'] = ' Enable';
     131$lang['UAM_No_Casse_false'] = ' Disable (default)';
     132$lang['UAM_Username_Char'] = 'Usernames: Exclusion of characters';
     133$lang['UAM_Username_Char_true'] = ' Banning characters:<br>(Use a comma to separate each character)<br><br>';
     134$lang['UAM_Username_Char_false'] = ' Permit all (default)';
     135$lang['UAM_Password_Enforced'] = 'Strengthening the security level of passwords';
     136$lang['UAM_Password_Enforced_true'] = ' Enable. Minimum Score: ';
     137$lang['UAM_Password_Enforced_false'] = ' Disable (default)';
     138$lang['UAM_AdminPassword_Enforced'] = 'Applying to administrators';
     139$lang['UAM_AdminPassword_Enforced_true'] = ' Enable';
     140$lang['UAM_AdminPassword_Enforced_false'] = ' Disable (default)';
     141$lang['UAM_PasswordTest'] = 'Password test: ';
     142$lang['UAM_ScoreTest'] = 'Result: ';
     143$lang['UAM_MailExclusion'] = 'Email domains exclusion';
     144$lang['UAM_MailExclusion_true'] = ' Exclude the following domains:<br>(Use a comma to separate each domain)';
     145$lang['UAM_MailExclusion_false'] = ' Disable (default)';
     146
     147$lang['UAM_Mail_Info'] = 'Information email to user:';
     148$lang['UAM_Mail_Info_true'] = ' Enable';
     149$lang['UAM_Mail_Info_false'] = ' Disable (default)';
     150$lang['UAM_MailInfo_Text'] = ' Customizing the information email:';
     151$lang['UAM_Confirm_Mail'] = 'Confirmation of registration:';
     152$lang['UAM_Confirm_Mail_true'] = ' Enable';
     153$lang['UAM_Confirm_Mail_false'] = ' Disable (default)';
     154$lang['UAM_ConfirmMail_Text'] = ' Customizing the confirmation email:';
     155$lang['UAM_Confirm_grpstat_notice'] = 'Caution: It is advisable to use either the group or the validation statutes and not both simultaneously.';
     156$lang['UAM_Confirm_Group'] = 'Validation Groups<br>(leave ------- to not affect group)';
     157$lang['UAM_Confirm_Status'] = 'Validation Statutes<br>(leave ------- to keep the Piwigo\'s default)';
     158$lang['UAM_No_Confirm_Group'] = 'Group for users who have not validated their registration<br>';
     159$lang['UAM_Validated_Group'] = 'Group for users who have validated their registration<br>';
     160$lang['UAM_No_Confirm_Status'] = 'Status for users who have not validated their registration<br>';
     161$lang['UAM_Validated_Status'] = 'Status for users who have validated their registration<br>';
     162$lang['UAM_ValidationLimit_Info'] = 'Deadline for registration validation limited';
     163$lang['UAM_ConfirmMail_TimeOut_true'] = ' Enable. Number of days until expiration: ';
     164$lang['UAM_ConfirmMail_TimeOut_false'] = ' Disable (default)';
     165$lang['UAM_ConfirmMail_Remail'] = 'Remind unvalidated users';
     166$lang['UAM_ConfirmMail_Remail_true'] = ' Enable';
     167$lang['UAM_ConfirmMail_Remail_false'] = ' Disable (default)';
     168$lang['UAM_ConfirmMail_ReMail_Txt1'] = 'Customizing the reminder message <b><u>with</u></b> new regeneration of key validation.';
     169$lang['UAM_ConfirmMail_ReMail_Txt2'] = 'Customizing the reminder message <b><u>without</u></b> regeneration of key validation.';
     170
     171$lang['UAM_GhostTracker'] = 'Ghost visitors management (Ghost Tracker)';
     172$lang['UAM_GhostTracker_true'] = ' Enable. Maximum period in days between two visits: ';
     173$lang['UAM_GhostTracker_false'] = ' Disable (default)';
     174$lang['UAM_GhostTracker_ReminderText'] = 'Customizing Ghost Tracker\'s reminder message';
     175$lang['UAM_LastVisit'] = ' Tracking registered users';
     176$lang['UAM_LastVisit_true'] = ' Enable';
     177$lang['UAM_LastVisit_false'] = ' Disable (default)';
     178$lang['UAM_No_Comment_Anonymous'] = 'Nickname mandatory for guests comments';
     179$lang['UAM_No_Comment_Anonymous_true'] = ' Enable';
     180$lang['UAM_No_Comment_Anonymous_false'] = ' Disable (default)';
     181
     182$lang['UAM_Tips1'] = 'Registrations with email validation and warning message on the Piwigo\'s homepage';
     183$lang['UAM_Tips1_txt'] = '
    184184          <ul>
    185185            <li>
     
    245245$lang['GT_Init'] = 'Initializing Ghost Tracker';
    246246$lang['GhostTracker_Title'] = 'Ghost visitors management';
    247 $lang['UserAdvManager_GhostTracker_Init'] = 'If you enable this feature for the first time or you have reactivated after a long period off during which new visitors are registered, you must initialize or reset the Ghost Tracker. This action is done only after activation or reactivation of the option. Please click <u>once</u> the reset button below.';
     247$lang['UAM_GhostTracker_Init'] = 'If you enable this feature for the first time or you have reactivated after a long period off during which new visitors are registered, you must initialize or reset the Ghost Tracker. This action is done only after activation or reactivation of the option. Please click <u>once</u> the reset button below.';
    248248/* UserList Tab */
    249249$lang['SubTitle5'] = 'Tracking users';
Note: See TracChangeset for help on using the changeset viewer.