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

Last change on this file since 3873 was 3873, checked in by Eric, 15 years ago

Version 2.11.1 merge from Trunk :
Bug fixed on plugin install and upgrade
Language files correction

  • Property svn:eol-style set to LF
File size: 11.1 KB
Line 
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.';
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';
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).';
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 !!!)';
26$lang['UserAdvManager_No_Confirm_Group'] = 'Group to use for the users who haven\'t validated their email address.';
27$lang['UserAdvManager_Validated_Group'] = 'Group to use for the users who have validated their email address.';
28$lang['UserAdvManager_No_Confirm_Status'] = 'Status to use for the users who haven\'t validated their email address.';
29$lang['UserAdvManager_Validated_Status'] = 'Status to use for the users who have validated their email address. Let ------- for using default Piwigo values';
30$lang['UserAdvManager_No_Comment_Anonymous'] = 'Nickname are mandatory for comments';
31$lang['UserAdvManager_No_Comment_Anonymous_true'] = ' The author field have to be filled to send a comment.';
32$lang['UserAdvManager_No_Comment_Anonymous_false'] = ' Use the default Piwigo settings on comments sending.';
33$lang['UserAdvManager_MailExclusion'] = 'Email provider exclusion';
34$lang['UserAdvManager_MailExclusion_true'] = ' Set the email provider exclusion ON (i.e. : @hotmail.* or @msn.*)';
35$lang['UserAdvManager_MailExclusion_false'] = ' Set the email provider exclusion OFF.';
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>';
37$lang['audit'] = 'Audit';
38$lang['submit'] = 'Submit';
39
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> Text modification is available <b>ONLY</b> if email reminder is enabled. 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> Text modification is available <b>ONLY</b> if email reminder is enabled. 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.';
97$lang['Err_audit_no_casse'] = '<b>These accounts are identical to the case closely :</b> ';
98$lang['Err_audit_username_char'] = '<b>This account uses one or more forbidden characters :</b> ';
99$lang['Err_audit_email_forbidden'] = '<b>This account uses a forbidden email provider :</b> ';
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';
101$lang['UserAdvManager_Empty Author'] = 'The author field have to be filled to send a comment.';
102if ( isset($conf_UserAdvManager[1]) and $conf_UserAdvManager[1] == 'true' )
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: ';
105$lang['reg_err_login7'] = 'Your email provider is banned for registration. Banned email providers are: ';
106$lang['UserAdvManager_empty_pwd'] = '[empty password]';
107$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.';
116
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';
132?>
Note: See TracBrowser for help on using the repository browser.