Ignore:
Timestamp:
Sep 17, 2009, 9:41:40 PM (15 years ago)
Author:
Eric
Message:

2.11 branch finalization :

  • Code cleaning
  • Templates improvement
  • Language files updates
  • Plugin history and version set
File:
1 edited

Legend:

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

    r3742 r3858  
    55$conf_UserAdvManager = isset($conf['UserAdvManager']) ? explode(";" , $conf['UserAdvManager']) : array();
    66
    7 $lang['infos_mail %s'] = '%s, please find here your information to login the gallery :';
    8 $lang['Password: %s'] = 'Password: %s';
    9 $lang['Add of %s'] = 'Add of %s';
    10 $lang['Update of %s'] = 'Update of %s';
    117
    12 $lang['Link: %s'] = 'Please, click on this link to confirm your regsitration : %s';
    13 
    14 $lang['title_confirm_mail'] = 'Validate your registration';
    15 $lang['confirm_mail_page_title'] = 'Validate your registration';
    16 $lang['confirm_mail_ok'] = '<br/><br/><br/>Thank you to have confirmed your email address and your registration on the gallery. Have fun !<br/><br/><br/><br/>';
    17 $lang['confirm_mail_bad'] = '<br/><br/><br/>Your validation key is broken or you haven\'t validated your registration. Please contact the gallery\'s webmaster to check this issue.<br/><br/><br/><br/>';
    18 
     8/* Global Configuration Tab */
    199$lang['Title_Tab1'] = 'UserAdvManager - Global Configuration';
    20 $lang['Tab_Global_Options'] = 'Global Configuration';
    21 
    22 $lang['Title_Tab2'] = 'UserAdvManager - ConfirmMail Configuration';
    23 $lang['Tab_ConfirmMail_Options'] = 'ConfirmMail Configuration';
    24 
     10$lang['Tab_Global'] = 'Global Configuration';
    2511$lang['UserAdvManager_Title'] = 'Advanced users settings';
    26 
    27 $lang['UserAdvManager_Mail_Info'] = 'Mail information user';
    28 $lang['UserAdvManager_Mail_Info_true'] = 'Send a information mail to the user when he registering or updating his profile.';
    29 $lang['UserAdvManager_Mail_Info_false'] = 'Turns off the sending of mail.';
    30 $lang['UserAdvManager_MailInfo_Text'] = 'Text used to introduce the email sent to user on his registration or at his profile update.<br>(!!! <blink>WARNING !</blink> Use the multi language tags from Extended Description plugin if this plugin is activated !!!)';
    31 $lang['UserAdvManager_No_Casse'] = 'User insensitive';
    32 $lang['UserAdvManager_No_Casse_true'] = 'Make the user account insensitive at the registration and the identification step';
    33 $lang['UserAdvManager_No_Casse_false'] = 'Let the user-sensitive.';
    34 $lang['UserAdvManager_Username_Char'] = 'Limited charset for unsername';
     12$lang['UserAdvManager_Mail_Info'] = ' Mail information user';
     13$lang['UserAdvManager_Mail_Info_true'] = ' Send an information mail to the user when he registes or updates his profile.';
     14$lang['UserAdvManager_Mail_Info_false'] = ' Turns off the sending of mail.';
     15$lang['UserAdvManager_MailInfo_Text'] = ' Text used to introduce the email sent to user on his registration or at his profile update.<br>(!!! <b style="text-decoration: blink underline;">WARNING !</b> Use the multi language tags from Extended Description plugin if this plugin is activated !!!)';
     16$lang['UserAdvManager_No_Casse'] = ' User insensitive';
     17$lang['UserAdvManager_No_Casse_true'] = ' Make the user account insensitive at the registration and the identification step';
     18$lang['UserAdvManager_No_Casse_false'] = ' Let the user-sensitive.';
     19$lang['UserAdvManager_Username_Char'] = ' Limited charset for unsername';
    3520$lang['UserAdvManager_Username_Char_true'] = ' The following characters will be forbidden for username choice';
    3621$lang['UserAdvManager_Username_Char_false'] = ' Use the default username charset control.';
     
    3823$lang['UserAdvManager_Confirm_Mail_true'] = ' Send an email to user to allow him to validate his email and his registration.';
    3924$lang['UserAdvManager_Confirm_Mail_false'] = ' Use the default Piwigo registration system (without registration validation).';
    40 $lang['UserAdvManager_ConfirmMail_Text'] = 'Text used to introduce the email sent to user to allow him to validate his email address<br>(!!! <blink>WARNING !</blink> Use the multi language tags from Extended Description plugin if this plugin is activated !!!)';
     25$lang['UserAdvManager_ConfirmMail_Text'] = 'Text used to introduce the email sent to user to allow him to validate his email address<br>(!!! <b style="text-decoration: blink underline;">WARNING !</b> Use the multi language tags from Extended Description plugin if this plugin is activated !!!)';
    4126$lang['UserAdvManager_No_Confirm_Group'] = 'Group to use for the users who haven\'t validated their email address.';
    4227$lang['UserAdvManager_Validated_Group'] = 'Group to use for the users who have validated their email address.';
     
    4934$lang['UserAdvManager_MailExclusion_true'] = ' Set the email provider exclusion ON (i.e. : @hotmail.* or @msn.*)';
    5035$lang['UserAdvManager_MailExclusion_false'] = ' Set the email provider exclusion OFF.';
    51 $lang['UserAdvManager_MailExclusion_List'] = ' If email provider exclusion is set to ON, fill the email domains to exclude below. You have to use the following format :<br/>@[domaine_name].[domaine_extension] - Example : @hotmail.com<br/>Seperate the different domains with a comma (,)<br/>';
    52 
     36$lang['UserAdvManager_MailExclusion_List'] = ' If email provider exclusion is set to ON, fill the email domains to exclude below. You have to use the following format :<br>@[domaine_name].[domaine_extension] - Example : @hotmail.com<br>Seperate the different domains with a comma (,)<br>';
    5337$lang['audit'] = 'Audit';
    5438$lang['submit'] = 'Submit';
    5539
     40
     41/* ConfirmMail Configuration Tab */
     42$lang['ConfirmMail_Title'] = 'Advanced management and settings of register confirmation by mail';
     43$lang['Title_Tab2'] = 'UserAdvManager - ConfirmMail Settings';
     44$lang['Tab_ConfirmMail'] = 'ConfirmMail Settings';
     45$lang['UserAdvManager_ConfirmMail_Info'] = 'Time limitation for validation of registration :<br>If you enable this option, select the desired time (x) )in the field below. Visitors who register will then have x days to validate their registration. After this period the validation link they have received by mail will be expired.<br>';
     46$lang['UserAdvManager_ConfirmMail_TimeOut_true'] = 'Enable limiting the registration deadline.';
     47$lang['UserAdvManager_ConfirmMail_TimeOut_false'] = 'Disable limiting the registration deadline.';
     48$lang['UserAdvManager_ConfirmMail_TimeOut'] = 'Validation delay :';
     49$lang['UserAdvManager_ConfirmMail_Delay_Info'] = 'Enter the number of days before expiry of the registration validation : ';
     50/* This function can't work due to no access to server's cron functionnalities */
     51//$lang['UserAdvManager_ConfirmMail_AutoDel'] = 'Suppression automatique des comptes non validés après le délai d\'expiration : ';
     52//$lang['UserAdvManager_ConfirmMail_AutoDel_true'] = 'Activer la suppression automatique - <b style="text-decoration: blink underline;">ATTENTION !</b> La suppression est aveugle et sans notification.';
     53//$lang['UserAdvManager_ConfirmMail_AutoDel_false'] = 'Désactiver la suppression automatique.';
     54$lang['UserAdvManager_ConfirmMail_Remail'] = 'Enable or disable email reminder of unvalidated registers :';
     55$lang['UserAdvManager_ConfirmMail_Remail_true'] = 'Enable email reminder';
     56$lang['UserAdvManager_ConfirmMail_Remail_false'] = 'Disable email reminder';
     57$lang['UserAdvManager_ConfirmMail_ReMail_Txt1'] = 'Custom content of the recall message with regeneration of validation key.<br>If left blank, the recall mail will include only the validation link. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is given as an example)<br><br>(!!! <b style="text-decoration: blink underline;">WARNING !</b> Use the multi language tags from Extended Description plugin if this plugin is activated !!!)';
     58$lang['UserAdvManager_ConfirmMail_ReMail_Txt2'] = 'Custom content of the recall message without regeneration of validation key.<br>If left blank, the recall mail will include only the validation link. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is given as an example)<br><br>(!!! <b style="text-decoration: blink underline;">WARNING !</b> Use the multi language tags from Extended Description plugin if this plugin is activated !!!)';
     59
     60
     61/* UserManager Tab */
     62$lang['UserManager_Title'] = 'Advanced settings of unvalidated registered users';
     63$lang['Title_Tab3'] = 'UserAdvManager - Visitors management';
     64$lang['Tab_UserManager'] = 'Visitors management';
     65$lang['UserAdvManager_ConfirmMail_User_List'] = 'When limiting the deadline for registration is enabled, you will find below the list of users awaiting validation, <b style="text-decoration: underline;">whether or not</b> they are in time to validate.<br><br>In this view, you can:
     66<br><br>
     67- Manually delete accounts <b>(manual drain)</b>
     68<br>
     69- Generate email reminder <b>without</b> generating a new key. Warning: Send an email reminder to targeted visitors. This function does not reset the date of registration of targeted visitors and the timeout is still valid.
     70<br>
     71- Generate email reminder <b>with</b> generating a new key. Warning : Send an email reminder to targeted visitors. This function also resets the date of registration of targeted visitors which equates to extend the deadline for validation.<br>
     72- Submit a registration awaiting validation manually even if the expiry date has passed <b>(forcing validation)</b>.
     73<br>';
     74$lang['Registration'] = 'Registration date';
     75
     76
     77/* Mailing */
     78$lang['infos_mail %s'] = '%s, please find here your information to login the gallery :';
     79$lang['Password: %s'] = 'Password: %s';
     80$lang['Add of %s'] = 'Add of %s';
     81$lang['Update of %s'] = 'Update of %s';
     82$lang['Link: %s'] = 'Please, click on this link to confirm your regsitration : %s';
     83$lang['Reminder_with_key_of_%s'] = '%s, your validation key has been renewed';
     84$lang['Reminder_without_key_of_%s'] = '%s, your validation key will expire';
     85
     86
     87/* Email confirmation page */
     88$lang['title_confirm_mail'] = 'Validate your registration';
     89$lang['confirm_mail_page_title'] = 'Validate your registration';
     90$lang['confirm_mail_ok'] = '<br><br><br>Thank you to have confirmed your email address and your registration on the gallery. Have fun !<br><br><br><br>';
     91$lang['confirm_mail_bad'] = '<br><br><br>Your activation key is incorrect or expired or you have already validated your account, please contact the webmaster to fix this problem.<br><br><br><br>';
     92
     93
     94/* Errors and Warnings */
     95$lang['UserAdvManager_audit_ok'] = 'Audit OK';
     96$lang['UserAdvManager_save_config'] ='Configuration saved.';
    5697$lang['Err_audit_no_casse'] = '<b>These accounts are identical to the case closely :</b> ';
    5798$lang['Err_audit_username_char'] = '<b>This account uses one or more forbidden characters :</b> ';
    5899$lang['Err_audit_email_forbidden'] = '<b>This account uses a forbidden email provider :</b> ';
    59 $lang['Err_audit_advise'] = '<b>you make a correction to comply with new rules that you have activated.<br>use a utility géstion database to correct user accounts directly in the table ### _USERS';
    60 $lang['UserAdvManager_audit_ok'] = 'Audit OK';
    61 $lang['UserAdvManager_save_config'] ='Configuration registered.';
    62 
     100$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';
    63101$lang['UserAdvManager_Empty Author'] = 'The author field have to be filled to send a comment.';
    64 
    65102if ( isset($conf_UserAdvManager[1]) and $conf_UserAdvManager[1] == 'true' )
    66   $lang['reg_err_login5'] = 'user name is already taken, attention name is insensitive (Shift = Tiny).';
    67 $lang['reg_err_login6'] = 'Username does not contain the following characters: ';
     103        $lang['reg_err_login5'] = 'Username already exist, WARNING name is case insensitive (Shift = Tiny).';
     104$lang['reg_err_login6'] = 'Username does not match the following characters: ';
    68105$lang['reg_err_login7'] = 'Your email provider is banned for registration. Banned email providers are: ';
    69 
    70 $lang['invalid_pwd'] = 'User name or password invalid !';
    71 
    72106$lang['UserAdvManager_empty_pwd'] = '[empty password]';
    73107$lang['UserAdvManager_no_update_pwd'] = '[profile updated without password changed]';
     108$lang['invalid_pwd'] = 'Invalid username or password !';
     109$lang['Err_ConfirmMail_Settings'] = 'This page will be available only if "Email address confirmation" is activated in tab "Global Configuration".';
     110$lang['Err_UserManager_Settings'] = 'This page is available only if "Enable limiting the registration deadline" is active in the "ConfirmMail Settings" tab.';
     111$lang['No_validation_for_Guest'] = 'The "Guest" account is not subject to validation';
     112$lang['No_validation_for_default_user'] = 'The default account is not subject to validation';
     113$lang['No_validation_for_Webmaster'] = 'The "Webmaster" account is not subject to validation';
     114$lang['No_validation_for_your_account'] = 'You personnal admin account is not subject to validation';
     115$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.';
    74116
    75 $lang['Err_ConfirmMail_Settings'] = 'This page will be available only if "Email address confirmation" is activated in tab "Global Configuration".';
     117
     118/* Processing messages */
     119$lang['%d_Mail_With_Key'] = '%d message with key renewal was sent';
     120$lang['%d_Mails_With_Key'] = '%d messages with key renewal were sent';
     121$lang['%d_Reminder_Sent'] = '%d reminder message was sent';
     122$lang['%d_Reminders_Sent'] = '%d reminder messages were sent';
     123$lang['%d_Validated_User'] = '%d User validated manually';
     124$lang['%d_Validated_Users'] = '%d Users validated manually';
     125
     126
     127/* Action button names */
     128$lang['Delete_selected'] = 'Delete';
     129$lang['Mail_without_key'] = 'Reminder without key';
     130$lang['Mail_with_key'] = 'Reminder with key';
     131$lang['Force_Validation'] = 'Forced validation';
    76132?>
Note: See TracChangeset for help on using the changeset viewer.