source: extensions/NBC_UserAdvManager/branches/2.11/language/en_UK/plugin.lang.php @ 3983

Last change on this file since 3983 was 3983, checked in by Eric, 14 years ago

[NBC_UserAdvManager] Merged from trunk to branch 2.11

  • Property svn:eol-style set to LF
File size: 11.9 KB
RevLine 
[3859]1<?php
2
3global $lang,$conf;
4
5$conf_UserAdvManager = isset($conf['UserAdvManager']) ? explode(";" , $conf['UserAdvManager']) : array();
6
7
8/* Global Configuration Tab */
9$lang['Title_Tab1'] = 'UserAdvManager - Global Configuration';
10$lang['Tab_Global'] = 'Global Configuration';
11$lang['UserAdvManager_Title'] = 'Advanced users settings';
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.';
[3983]15$lang['UserAdvManager_MailInfo_Text'] = ' Text used to introduce the email sent to user to allow him to validate his email address<br><b style="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">WARNING !</b> <b style="color: red;">Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
[3859]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';
20$lang['UserAdvManager_Username_Char_true'] = ' The following characters will be forbidden for username choice';
21$lang['UserAdvManager_Username_Char_false'] = ' Use the default username charset control.';
22$lang['UserAdvManager_Confirm_Mail'] = 'Email address confirmation';
23$lang['UserAdvManager_Confirm_Mail_true'] = ' Send an email to user to allow him to validate his email and his registration.';
24$lang['UserAdvManager_Confirm_Mail_false'] = ' Use the default Piwigo registration system (without registration validation).';
[3983]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="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">WARNING !</b> <b style="color: red;">Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
26$lang['UserAdvManager_Confirm_Group_Notice'] = 'WARNING : Using validation groups requires that you have created at least one user group and is defined "by default" in Piwigo\'s user groups management.';
[3859]27$lang['UserAdvManager_No_Confirm_Group'] = 'Group to use for the users who haven\'t validated their email address.';
28$lang['UserAdvManager_Validated_Group'] = 'Group to use for the users who have validated their email address.';
[3983]29$lang['UserAdvManager_Confirm_Status_Notice'] = 'WARNING : The use of status validation requires that you have kept the "Guest" user with default setting (as user template) for new registered. Note you can set any other user as a template for new registered. Please refer to the Piwigo\'s documentation for more details.';
[3859]30$lang['UserAdvManager_No_Confirm_Status'] = 'Status to use for the users who haven\'t validated their email address.';
31$lang['UserAdvManager_Validated_Status'] = 'Status to use for the users who have validated their email address. Let ------- for using default Piwigo values';
32$lang['UserAdvManager_No_Comment_Anonymous'] = 'Nickname are mandatory for comments';
33$lang['UserAdvManager_No_Comment_Anonymous_true'] = ' The author field have to be filled to send a comment.';
34$lang['UserAdvManager_No_Comment_Anonymous_false'] = ' Use the default Piwigo settings on comments sending.';
35$lang['UserAdvManager_MailExclusion'] = 'Email provider exclusion';
36$lang['UserAdvManager_MailExclusion_true'] = ' Set the email provider exclusion ON (i.e. : @hotmail.* or @msn.*)';
37$lang['UserAdvManager_MailExclusion_false'] = ' Set the email provider exclusion OFF.';
38$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>';
39$lang['audit'] = 'Audit';
40$lang['submit'] = 'Submit';
41
42
43/* ConfirmMail Configuration Tab */
44$lang['ConfirmMail_Title'] = 'Advanced management and settings of register confirmation by mail';
45$lang['Title_Tab2'] = 'UserAdvManager - ConfirmMail Settings';
46$lang['Tab_ConfirmMail'] = 'ConfirmMail Settings';
47$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>';
48$lang['UserAdvManager_ConfirmMail_TimeOut_true'] = 'Enable limiting the registration deadline.';
49$lang['UserAdvManager_ConfirmMail_TimeOut_false'] = 'Disable limiting the registration deadline.';
50$lang['UserAdvManager_ConfirmMail_TimeOut'] = 'Validation delay :';
51$lang['UserAdvManager_ConfirmMail_Delay_Info'] = 'Enter the number of days before expiry of the registration validation : ';
52/* This function can't work due to no access to server's cron functionnalities */
53//$lang['UserAdvManager_ConfirmMail_AutoDel'] = 'Suppression automatique des comptes non validés après le délai d\'expiration : ';
54//$lang['UserAdvManager_ConfirmMail_AutoDel_true'] = 'Activer la suppression automatique - <b style="text-decoration: blink underline;">ATTENTION !</b> La suppression est aveugle et sans notification.';
55//$lang['UserAdvManager_ConfirmMail_AutoDel_false'] = 'Désactiver la suppression automatique.';
56$lang['UserAdvManager_ConfirmMail_Remail'] = 'Enable or disable email reminder of unvalidated registers :';
57$lang['UserAdvManager_ConfirmMail_Remail_true'] = 'Enable email reminder';
58$lang['UserAdvManager_ConfirmMail_Remail_false'] = 'Disable email reminder';
[3983]59$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="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">WARNING !</b> <b style="color: red;">Text modification is available ONLY if email reminder is enabled. Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
60$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="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">WARNING !</b> <b style="color: red;">Text modification is available ONLY if email reminder is enabled. Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
[3859]61
62
63/* UserManager Tab */
64$lang['UserManager_Title'] = 'Advanced settings of unvalidated registered users';
65$lang['Title_Tab3'] = 'UserAdvManager - Visitors management';
66$lang['Tab_UserManager'] = 'Visitors management';
67$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:
68<br><br>
69- Manually delete accounts <b>(manual drain)</b>
70<br>
71- 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.
72<br>
73- 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>
74- Submit a registration awaiting validation manually even if the expiry date has passed <b>(forcing validation)</b>.
75<br>';
76$lang['Registration'] = 'Registration date';
77
78
79/* Mailing */
80$lang['infos_mail %s'] = '%s, please find here your information to login the gallery :';
[3983]81$lang['User: %s'] = 'User : %s';
[3859]82$lang['Password: %s'] = 'Password: %s';
83$lang['Add of %s'] = 'Add of %s';
84$lang['Update of %s'] = 'Update of %s';
85$lang['Link: %s'] = 'Please, click on this link to confirm your regsitration : %s';
86$lang['Reminder_with_key_of_%s'] = '%s, your validation key has been renewed';
87$lang['Reminder_without_key_of_%s'] = '%s, your validation key will expire';
88
89
90/* Email confirmation page */
91$lang['title_confirm_mail'] = 'Validate your registration';
92$lang['confirm_mail_page_title'] = 'Validate your registration';
93$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>';
94$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>';
95
96
97/* Errors and Warnings */
98$lang['UserAdvManager_audit_ok'] = 'Audit OK';
99$lang['UserAdvManager_save_config'] ='Configuration saved.';
100$lang['Err_audit_no_casse'] = '<b>These accounts are identical to the case closely :</b> ';
101$lang['Err_audit_username_char'] = '<b>This account uses one or more forbidden characters :</b> ';
102$lang['Err_audit_email_forbidden'] = '<b>This account uses a forbidden email provider :</b> ';
103$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';
104$lang['UserAdvManager_Empty Author'] = 'The author field have to be filled to send a comment.';
105if ( isset($conf_UserAdvManager[1]) and $conf_UserAdvManager[1] == 'true' )
106        $lang['reg_err_login5'] = 'Username already exist, WARNING name is case insensitive (Shift = Tiny).';
107$lang['reg_err_login6'] = 'Username does not match the following characters: ';
108$lang['reg_err_login7'] = 'Your email provider is banned for registration. Banned email providers are: ';
109$lang['UserAdvManager_empty_pwd'] = '[empty password]';
110$lang['UserAdvManager_no_update_pwd'] = '[profile updated without password changed]';
111$lang['invalid_pwd'] = 'Invalid username or password !';
112$lang['Err_ConfirmMail_Settings'] = 'This page will be available only if "Email address confirmation" is activated in tab "Global Configuration".';
[3882]113$lang['Err_UserManager_Settings'] = 'This page is available only if "Enable limiting the registration deadline" is active in the "ConfirmMail Settings" tab and an unvalidated users group is set in "Global Configuration" tab.';
[3859]114$lang['No_validation_for_Guest'] = 'The "Guest" account is not subject to validation';
115$lang['No_validation_for_default_user'] = 'The default account is not subject to validation';
116$lang['No_validation_for_Webmaster'] = 'The "Webmaster" account is not subject to validation';
117$lang['No_validation_for_your_account'] = 'You personnal admin account is not subject to validation';
118$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.';
119
120
121/* Processing messages */
122$lang['%d_Mail_With_Key'] = '%d message with key renewal was sent';
123$lang['%d_Mails_With_Key'] = '%d messages with key renewal were sent';
124$lang['%d_Reminder_Sent'] = '%d reminder message was sent';
125$lang['%d_Reminders_Sent'] = '%d reminder messages were sent';
126$lang['%d_Validated_User'] = '%d User validated manually';
127$lang['%d_Validated_Users'] = '%d Users validated manually';
128
129
130/* Action button names */
131$lang['Delete_selected'] = 'Delete';
132$lang['Mail_without_key'] = 'Reminder without key';
133$lang['Mail_with_key'] = 'Reminder with key';
134$lang['Force_Validation'] = 'Forced validation';
135?>
Note: See TracBrowser for help on using the repository browser.