Ignore:
Timestamp:
Feb 11, 2011, 7:03:06 PM (13 years ago)
Author:
Eric
Message:

r9177 merged from trunk to branch 2.20

File:
1 edited

Legend:

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

    r9161 r9178  
    77
    88/* UserManager Tab */
    9 $lang['Registration_Date'] = 'Registration date';
     9$lang['UAM_Registration_Date'] = 'Registration date';
    1010
    1111
    1212/* Mailing */
    13 $lang['infos_mail %s'] = '%s, please find here your information to log in the gallery :';
    14 $lang['User: %s'] = 'User : %s';
    15 $lang['Password: %s'] = 'Password: %s';
    16 $lang['Link: %s'] = 'Please, click on this link to confirm your registration : %s';
     13$lang['UAM_infos_mail %s'] = '%s, please find here your information to log in the gallery :';
     14$lang['UAM_User: %s'] = 'User : %s';
     15$lang['UAM_Password: %s'] = 'Password: %s';
     16$lang['UAM_Link: %s'] = 'Please, click on this link to confirm your registration : %s';
    1717
    1818
    1919/* Email confirmation page */
    20 $lang['title_confirm_mail'] = 'Validate your registration';
    21 $lang['confirm_mail_page_title'] = 'Validate your registration';
     20$lang['UAM_title_confirm_mail'] = 'Validate your registration';
     21$lang['UAM_confirm_mail_page_title'] = 'Validate your registration';
    2222
    2323
    2424/* Errors and Warnings */
    2525$lang['UAM_audit_ok'] = 'Audit OK';
    26 $lang['Err_audit_username_char'] = '<b>This account uses one or more forbidden characters :</b> ';
    27 $lang['Err_audit_email_forbidden'] = '<b>This account uses a forbidden email provider :</b> ';
    28 $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';
     26$lang['UAM_Err_audit_username_char'] = '<b>This account uses one or more forbidden characters :</b> ';
     27$lang['UAM_Err_audit_email_forbidden'] = '<b>This account uses a forbidden email provider :</b> ';
     28$lang['UAM_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';
    2929$lang['UAM_Empty Author'] = 'The author field have to be filled to send a comment.';
    30 $lang['reg_err_login5'] = 'Username already exist, WARNING name is case insensitive (Shift = Tiny).';
    31 $lang['reg_err_login6'] = 'Username does not have to match the following characters: ';
    32 $lang['reg_err_login7'] = 'Your email provider is banned for registration. Banned email providers are: ';
     30$lang['UAM_reg_err_login2'] = 'Username does not have to match the following characters: ';
     31$lang['UAM_reg_err_login5'] = 'Your email provider is banned for registration. Banned email providers are: ';
    3332$lang['UAM_empty_pwd'] = '[empty password]';
    3433$lang['UAM_no_update_pwd'] = '[profile updated without password changed]';
    35 $lang['invalid_pwd'] = 'Invalid username or password !';
    36 $lang['No_validation_for_Guest'] = 'The "Guest" account is not subject to validation';
    37 $lang['No_validation_for_default_user'] = 'The default account is not subject to validation';
    38 $lang['No_validation_for_Webmaster'] = 'The "Webmaster" account is not subject to validation';
    39 $lang['No_validation_for_your_account'] = 'Your personnal admin account is not subject to validation';
    40 $lang['Database_Error'] = '<b><u>Warning! Critical integrity error in your database.</u></b><br><br>Please check the integrity of the #_user_confirm_mail table.';
     34$lang['UAM_No_validation_for_Guest'] = 'The "Guest" account is not subject to validation';
     35$lang['UAM_No_validation_for_default_user'] = 'The default account is not subject to validation';
     36$lang['UAM_No_validation_for_Webmaster'] = 'The "Webmaster" account is not subject to validation';
     37$lang['UAM_No_validation_for_your_account'] = 'Your personnal admin account is not subject to validation';
    4138
    4239
    4340/* Processing messages */
    44 $lang['%d_Mail_With_Key'] = '%d message with key renewal was sent';
    45 $lang['%d_Mails_With_Key'] = '%d messages with key renewal were sent';
    46 $lang['%d_Reminder_Sent'] = '%d reminder message was sent';
    47 $lang['%d_Reminders_Sent'] = '%d reminder messages were sent';
    48 $lang['%d_Validated_User'] = '%d User validated manually';
    49 $lang['%d_Validated_Users'] = '%d Users validated manually';
     41$lang['UAM_%d_Mail_With_Key'] = '%d message with key renewal was sent';
     42$lang['UAM_%d_Mails_With_Key'] = '%d messages with key renewal were sent';
     43$lang['UAM_%d_Reminder_Sent'] = '%d reminder message was sent';
     44$lang['UAM_%d_Reminders_Sent'] = '%d reminder messages were sent';
     45$lang['UAM_%d_Validated_User'] = '%d User validated manually';
     46$lang['UAM_%d_Validated_Users'] = '%d Users validated manually';
    5047
    5148
    5249/* Action button names */
    53 $lang['Delete_selected'] = 'Delete';
    54 $lang['Mail_without_key'] = 'Reminder without key';
    55 $lang['Mail_with_key'] = 'Reminder with key';
     50$lang['UAM_Delete_selected'] = 'Delete';
     51$lang['UAM_Mail_without_key'] = 'Reminder without key';
     52$lang['UAM_Mail_with_key'] = 'Reminder with key';
    5653
    5754
     
    6057// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
    6158/* Global Configuration Tab */
    62 $lang['PasswordTest'] = 'Score calculation';
     59$lang['UAM_PasswordTest'] = 'Score calculation';
    6360/* Ghost Tracker Tab */
    64 $lang['Tab_GhostTracker'] = 'Ghost Tracker';
    65 $lang['Reminder'] = 'Email reminder';
    66 $lang['Reminder_Sent_OK'] = 'YES';
    67 $lang['Reminder_Sent_NOK'] = 'NO';
     61$lang['UAM_Tab_GhostTracker'] = 'Ghost Tracker';
     62$lang['UAM_Reminder'] = 'Email reminder';
     63$lang['UAM_Reminder_Sent_OK'] = 'YES';
     64$lang['UAM_Reminder_Sent_NOK'] = 'NO';
    6865/* Errors and Warnings */
    6966$lang['UAM_save_config'] ='Configuration saved.';
    70 $lang['reg_err_login3'] = 'Security : Password is mandatory !';
    71 $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>
     67$lang['UAM_reg_err_login3'] = 'Security : Password is mandatory !';
     68$lang['UAM_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>
    7269- Use letters and numbers<br>
    7370- Use lowercase and uppercase<br>
    7471- Increase its length (number of characters)<br>
    7572The minimum passwords score required by the administrator is: ';
    76 $lang['No_reminder_for_Guest'] = 'The "Guest" account is not subject to receive reminders from GhostTracker';
    77 $lang['No_reminder_for_default_user'] = 'The default account is not subject to receive reminders from GhostTracker';
    78 $lang['No_reminder_for_Webmaster'] = 'The "Webmaster" account is not subject to receive reminders from GhostTracker';
    79 $lang['No_reminder_for_your_account'] = 'You personnal admin account is not subject to receive reminders from GhostTracker';
     73$lang['UAM_No_reminder_for_Guest'] = 'The "Guest" account is not subject to receive reminders from GhostTracker';
     74$lang['UAM_No_reminder_for_default_user'] = 'The default account is not subject to receive reminders from GhostTracker';
     75$lang['UAM_No_reminder_for_Webmaster'] = 'The "Webmaster" account is not subject to receive reminders from GhostTracker';
     76$lang['UAM_No_reminder_for_your_account'] = 'You personnal admin account is not subject to receive reminders from GhostTracker';
    8077/* Action button names */
    81 $lang['audit'] = 'Audit settings';
    82 $lang['submit'] = 'Save settings';
     78$lang['UAM_audit'] = 'Audit settings';
     79$lang['UAM_submit'] = 'Save settings';
    8380// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
    8481
     
    8683// --------- Starting below: New or revised $lang ---- from version 2.12.2
    8784/* Errors and Warnings */
    88 $lang['GhostTracker_Init_OK'] = 'Ghost Tracker reset done !';
     85$lang['UAM_GhostTracker_Init_OK'] = 'Ghost Tracker reset done !';
    8986/* Action button names */
    90 $lang['GT_Reset'] = 'Reset Ghost Tracker';
     87$lang['UAM_GT_Reset'] = 'Reset Ghost Tracker';
    9188// --------- End: New or revised $lang ---- from version 2.12.2
    9289
     
    9491// --------- Starting below: New or revised $lang ---- from version 2.12.8
    9592/* Errors and Warnings */
    96 $lang['mail_exclusionlist_error'] = 'Warning! You have entered a new line (CR-LF) at the begining of email exclusion list (shown in red below). Although this new line is not visible, it is still present and may cause malfunction of the plugin. Please re-type in your exclusion list in a manner that does not begin with a newline.';
     93$lang['UAM_mail_exclusionlist_error'] = 'Warning! You have entered a new line (CR-LF) at the begining of email exclusion list (shown in red below). Although this new line is not visible, it is still present and may cause malfunction of the plugin. Please re-type in your exclusion list in a manner that does not begin with a newline.';
    9794// --------- End: New or revised $lang ---- from version 2.12.8
    9895
     
    10097// --------- Starting below: New or revised $lang ---- from version 2.13.0
    10198/* UserList Tab */
    102 $lang['UserList_Title'] = 'Monitoring registered users';
     99$lang['UAM_UserList_Title'] = 'Monitoring registered users';
    103100// --------- End: New or revised $lang ---- from version 2.13.0
    104101
    105102
    106103// --------- Starting below: New or revised $lang ---- from version 2.13.4
    107 $lang['uam_no_unlink'] = '\'unlink\' function is not available';
    108 $lang['uam_unlink_errors'] = 'Errors occurred when deleting files';
    109104/* Global Configuration Tab */
    110 $lang['Title_Tab'] = 'UserAdvManager - Version : ';
    111 $lang['SubTitle1'] = 'Plugin configuration';
    112 $lang['Tab_Global'] = 'Configuration';
     105$lang['UAM_Title_Tab'] = 'UserAdvManager - Version : ';
     106$lang['UAM_SubTitle1'] = 'Plugin configuration';
     107$lang['UAM_Tab_Global'] = 'Configuration';
    113108$lang['UAM_Title1'] = 'Setting restrictions for registrations';
    114109$lang['UAM_Title2'] = 'Setting confirmations and validations of registration';
     
    169164$lang['UAM_Tips1'] = 'Registrations with email validation and warning message on the Piwigo\'s homepage';
    170165
    171 $lang['Tab_UserManager'] = 'Tracking validations';
     166$lang['UAM_Tab_UserManager'] = 'Tracking validations';
    172167
    173168/* UserManager Tab */
    174 $lang['SubTitle3'] = 'Tracking validations';
    175 $lang['UserManager_Title'] = 'Tracking validations';
     169$lang['UAM_SubTitle3'] = 'Tracking validations';
     170$lang['UAM_UserManager_Title'] = 'Tracking validations';
    176171/* Ghost Tracker Tab */
    177 $lang['SubTitle4'] = 'Ghost Tracker';
    178 $lang['GT_Init'] = 'Initializing Ghost Tracker';
    179 $lang['GhostTracker_Title'] = 'Ghost visitors management';
     172$lang['UAM_SubTitle4'] = 'Ghost Tracker';
     173$lang['UAM_GT_Init'] = 'Initializing Ghost Tracker';
     174$lang['UAM_GhostTracker_Title'] = 'Ghost visitors management';
    180175$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.';
    181176/* UserList Tab */
    182 $lang['SubTitle5'] = 'Tracking users';
    183 $lang['Tab_UserList'] = 'Tracking users';
     177$lang['UAM_SubTitle5'] = 'Tracking users';
     178$lang['UAM_Tab_UserList'] = 'Tracking users';
    184179/* Mailing */
    185 $lang['Add of %s'] = 'Profile created for %s';
    186 $lang['Update of %s'] = 'Profile %s updated';
     180$lang['UAM_Add of %s'] = 'Profile created for %s';
     181$lang['UAM_Update of %s'] = 'Profile %s updated';
    187182
    188183/* Mailing */
    189 $lang['Ghost_reminder_of_%s'] = '%s, this is a reminder email';
    190 $lang['Reminder_with_key_of_%s'] = '%s, your validation key has been renewed';
    191 $lang['Reminder_without_key_of_%s'] = '%s, your validation key will expire';
    192 /* Errors and Warnings */
    193 $lang['Err_GhostTracker_Settings'] = 'This page is available only if "Ghost Tracker" is active in "Setting the registrations followed and other options".';
    194 $lang['Err_Userlist_Settings'] = 'This page is available only if "Monitoring registered users" is active in the "Setting the registrations followed and other options".';
     184$lang['UAM_Ghost_reminder_of_%s'] = '%s, this is a reminder email';
     185$lang['UAM_Reminder_with_key_of_%s'] = '%s, your validation key has been renewed';
     186$lang['UAM_Reminder_without_key_of_%s'] = '%s, your validation key will expire';
     187/* Errors and Warnings */
     188$lang['UAM_Err_GhostTracker_Settings'] = 'This page is available only if "Ghost Tracker" is active in "Setting the registrations followed and other options".';
     189$lang['UAM_Err_Userlist_Settings'] = 'This page is available only if "Monitoring registered users" is active in the "Setting the registrations followed and other options".';
    195190// --------- End: New or revised $lang ---- from version 2.13.4
    196191
     
    244239$lang['UAM_confirmmail_custom_Txt1'] = 'Text of the confirmation page - Confirmation accepted';
    245240$lang['UAM_confirmmail_custom_Txt2'] = 'Text of the confirmation page - Confirmation rejected';
    246 $lang['LastVisit_Date'] = 'Last visit';
    247 $lang['Nb_Days'] = 'Difference in days';
    248 $lang['Err_UserManager_Settings'] = 'This page is available only if "Confirmation of registration" is active and if a group of visitors not validated is configured in "Setting confirmations and validations of registration".';
     241$lang['UAM_LastVisit_Date'] = 'Last visit';
     242$lang['UAM_Nb_Days'] = 'Difference in days';
     243$lang['UAM_Err_UserManager_Settings'] = 'This page is available only if "Confirmation of registration" is active and if a group of visitors not validated is configured in "Setting confirmations and validations of registration".';
    249244// --------- End: New or revised $lang ---- from version 2.15.0
    250245
    251246
    252247// --------- Starting below: New or revised $lang ---- from version 2.15.1
    253 $lang['reg_err_mail_address_dbl'] = 'This email address is already used.';
    254248$lang['UAM_Support_txt'] = 'The official support on this plugin is only on these Piwigo forum topic:<br>
    255249<a href="http://fr.piwigo.org/forum/viewtopic.php?id=12775" onclick="window.open(this.href);return false;">French forum - http://fr.piwigo.org/forum/viewtopic.php?id=12775</a>
     
    261255
    262256// --------- Starting below: New or revised $lang ---- from version 2.15.4
    263 $lang['Force_Validation'] = 'Manual validation';
     257$lang['UAM_Force_Validation'] = 'Manual validation';
    264258$lang['UAM_Confirm_Mail_true'] = ' Enable - Validation by user';
    265259$lang['UAM_Confirm_Mail_local'] = ' Enable - Validation by admin (no validation key sent)';
     
    281275$lang['UAM_GTAutoMail_false'] = ' Disable (default)';
    282276$lang['UAM_GTAutoMail_true'] = ' Enable';
    283 $lang['Deleted_Account_Redirection_Page'] = 'Access denied - Account destroyed!';
    284 $lang['title_redir_page'] = 'Access denied for having an account destroyed!';
    285 $lang['Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Consistency error in the configuration chosen:<br><br>
     277$lang['UAM_Deleted_Account_Redirection_Page'] = 'Access denied - Account destroyed!';
     278$lang['UAM_title_redir_page'] = 'Access denied for having an account destroyed!';
     279$lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Consistency error in the configuration chosen:<br><br>
    286280"Setting the followed registrations and other options > Ghost visitors management (Ghost Tracker) > Automatic management of ghosts users > Automatically sending an email when changing group / status" can not be activated if "Setting confirmations and validations of registration > Confirmation of registration - Validation by user" is not enabled at first.<br><br>
    287281To ensure consistency, the option "Automatically sending an email when changing group / status" was automatically repositioned "disabled".<br><br>';
    288 $lang['Demotion of %s'] = 'Demotion of %s';
     282$lang['UAM_Demotion of %s'] = 'Demotion of %s';
    289283$lang['UAM_AdminValidationMail_Text'] = 'Notification of manual registration validation';
    290 $lang['Validation of %s'] = 'Validation of %s';
     284$lang['UAM_Validation of %s'] = 'Validation of %s';
    291285// --------- End: New or revised $lang ---- from version 2.16.0
    292286
Note: See TracChangeset for help on using the changeset viewer.