source: extensions/NBC_UserAdvManager/trunk/language/it_IT/plugin.lang.php @ 4403

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

[NBC_UserAdvManager] Pre 2.13

  • Language files refactory (end of work)
  • Property svn:eol-style set to LF
File size: 25.4 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 - General Setup';
10$lang['Tab_Global'] = 'General Setup';
11$lang['UserAdvManager_Mail_Info'] = 'Informazioni di posta per l\'utente:';
12$lang['UserAdvManager_Mail_Info_true'] = ' Inviare una mail a l\'utente riprendendo le sue informazioni di connessione al momento della registrazione o aggiornare il proprio profilo.';
13$lang['UserAdvManager_Mail_Info_false'] = ' Disattiva l\'invio di mail. (default)';
14$lang['UserAdvManager_MailInfo_Text'] = ' Testo utilizzato per introdurre l\'e-mail inviata all\'utente per consentirgli di convalidare il suo indirizzo e-mail<br><b style="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">ATTENZIONE !</b> <b style="color: red;">Modifica del testo è disponibile SOLO se l\'utente le informazioni di posta elettronica è attivata. Utilizzare i tag multi lingua da plugin descrizione estesa, se questo plugin è attivato !!!)</b>';
15$lang['UserAdvManager_No_Casse'] = ' Caso il nome utente insensitive';
16$lang['UserAdvManager_No_Casse_false'] = ' Lasciare che il caso degli utenti sensibili. (default)';
17$lang['UserAdvManager_Username_Char'] = ' Limitate di caratteri per nome utente';
18$lang['UserAdvManager_Username_Char_true'] = ' I seguenti caratteri sarà proibito per la scelta username';
19$lang['UserAdvManager_Username_Char_false'] = ' Utilizzare il nome utente predefinito caratteri di controllo. (default)';
20$lang['UserAdvManager_Confirm_Mail'] = 'Conferma indirizzo e-mail:';
21$lang['UserAdvManager_Confirm_Mail_true'] = ' Invia una email a utente per consentirgli di convalidare la sua e-mail e la sua registrazione.';
22$lang['UserAdvManager_Confirm_Mail_false'] = ' Utilizzare il sistema di default di registrazione (senza la registrazione di convalida). (default)';
23$lang['UserAdvManager_ConfirmMail_Text'] = ' Testo utilizzato per introdurre l\'e-mail inviata all\'utente per consentirgli di convalidare il suo indirizzo e-mail<br><b style="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">ATTENZIONE !</b> <b style="color: red;">Modifica del testo è disponibile SOLO se l\'indirizzo e-mail di conferma è attivata. Utilizzare i tag multi lingua da plugin descrizione estesa, se questo plugin è attivato !!!)</b>';
24$lang['UserAdvManager_Confirm_Group_Notice'] = 'ATTENZIONE : L\'utilizzo di gruppi di convalida richiede che si è creato almeno un gruppo di utenti, ed è definito "di default" nella gestione di gruppi di utenti.';
25$lang['UserAdvManager_No_Confirm_Group'] = 'Gruppo da utilizzare per gli utenti che non hanno convalidato il loro indirizzo email.';
26$lang['UserAdvManager_Validated_Group'] = 'Gruppo da utilizzare per gli utenti che hanno convalidato il loro indirizzo email.';
27$lang['UserAdvManager_Confirm_Status_Notice'] = 'ATTENZIONE : L\'uso di convalida lo stato richiede che si hanno mantenuto il "cliente" utente con impostazione di default (come utente modello) per i nuovi iscritti. Nota È possibile impostare qualsiasi altro utente come un modello per i nuovi iscritti. Si prega di fare riferimento alla documentazione del Piwigo per maggiori dettagli.';
28$lang['UserAdvManager_No_Confirm_Status'] = 'Di stato per l\'uso per gli utenti che non hanno convalidato il loro indirizzo email.';
29$lang['UserAdvManager_Validated_Status'] = 'Di stato per l\'uso per gli utenti che hanno convalidato il loro indirizzo email. Tenere ------- per l\'utilizzo di valori di default';
30$lang['UserAdvManager_No_Comment_Anonymous'] = 'Alias sono obbligatori per i commenti';
31$lang['UserAdvManager_No_Comment_Anonymous_true'] = ' Il campo autore devono essere riempiti per inviare un commento.';
32$lang['UserAdvManager_No_Comment_Anonymous_false'] = ' Utilizzare le impostazioni predefinite sui commenti invio. (default)';
33$lang['UserAdvManager_MailExclusion'] = 'L\'esclusione provider e-mail:';
34$lang['UserAdvManager_MailExclusion_true'] = ' Impostare l\'esclusione provider di posta elettronica ON (vale a dire: @hotmail.* o @msn.*)';
35$lang['UserAdvManager_MailExclusion_false'] = ' Disabilitare l\'esclusione provider di posta elettronica. (default)';
36$lang['UserAdvManager_MailExclusion_List'] = ' Se l\'esclusione provider di posta elettronica è impostato su ON, riempire i domini e-mail di escludere qui sotto. Devi usare il formato seguente:<br>@[dominio_nome].[dominio_estensione] - Esempio : @hotmail.com<br>Separare i diversi domini con una virgola (,)<br>';
37
38
39/* ConfirmMail Configuration Tab */
40/* TODO */$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>';
41/* TODO */$lang['UserAdvManager_ConfirmMail_TimeOut_true'] = 'Enable limiting the registration deadline.';
42/* TODO */$lang['UserAdvManager_ConfirmMail_TimeOut_false'] = 'Disable limiting the registration deadline. (Default)';
43/* TODO */$lang['UserAdvManager_ConfirmMail_TimeOut'] = 'Validation delay :';
44/* TODO */$lang['UserAdvManager_ConfirmMail_Delay_Info'] = 'Enter the number of days before expiry of the registration validation : ';
45/* TODO */$lang['UserAdvManager_ConfirmMail_Remail'] = 'Enable or disable email reminder of unvalidated registers :';
46/* TODO */$lang['UserAdvManager_ConfirmMail_Remail_true'] = 'Enable email reminder';
47/* TODO */$lang['UserAdvManager_ConfirmMail_Remail_false'] = 'Disable email reminder. (Default)';
48/* TODO */$lang['UserAdvManager_ConfirmMail_ReMail_Txt1'] = 'Custom content of the reminder message with regeneration of validation key.<br>If left blank, the reminder email will include only the validation link. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled at the plugin installation 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>';
49/* TODO */$lang['UserAdvManager_ConfirmMail_ReMail_Txt2'] = 'Custom content of the reminder message without regeneration of validation key.<br>If left blank, the reminder email will include only the validation link. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled at the plugin installation 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>';
50
51
52/* UserManager Tab */
53/* TODO */$lang['UserManager_Title'] = 'Advanced settings of unvalidated registered users';
54/* TODO */$lang['Title_Tab3'] = 'UserAdvManager - Visitors management';
55/* TODO */$lang['Tab_UserManager'] = 'Visitors management';
56/* TODO */$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:
57<br><br>
58- Manually delete accounts <b>(manual drain)</b>
59<br>
60- 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.
61<br>
62- 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.
63<br>
64- Submit a registration awaiting validation manually even if the expiry date has passed <b>(forcing validation)</b>.
65<br>';
66/* TODO */$lang['Registration_Date'] = 'Registration date';
67
68
69/* Mailing */
70/* TODO */$lang['infos_mail %s'] = '%s, please find here your information to login the gallery :';
71/* TODO */$lang['User: %s'] = 'User : %s';
72/* TODO */$lang['Password: %s'] = 'Password: %s';
73/* TODO */$lang['Add of %s'] = 'Add of %s';
74/* TODO */$lang['Update of %s'] = 'Update of %s';
75/* TODO */$lang['Link: %s'] = 'Please, click on this link to confirm your registration : %s';
76/* TODO */$lang['Reminder_with_key_of_%s'] = '%s, your validation key has been renewed';
77/* TODO */$lang['Reminder_without_key_of_%s'] = '%s, your validation key will expire';
78/* TODO */$lang['Ghost_remainder_of_%s'] = '%s, this is a reminder email';
79
80
81/* Email confirmation page */
82/* TODO */$lang['title_confirm_mail'] = 'Validate your registration';
83/* TODO */$lang['confirm_mail_page_title'] = 'Validate your registration';
84/* TODO */$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>';
85/* TODO */$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>';
86
87
88/* Errors and Warnings */
89/* TODO */$lang['UserAdvManager_audit_ok'] = 'Audit OK';
90/* TODO */$lang['Err_audit_no_casse'] = '<b>These accounts are identical to the case closely :</b> ';
91/* TODO */$lang['Err_audit_username_char'] = '<b>This account uses one or more forbidden characters :</b> ';
92/* TODO */$lang['Err_audit_email_forbidden'] = '<b>This account uses a forbidden email provider :</b> ';
93/* TODO */$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';
94/* TODO */$lang['UserAdvManager_Empty Author'] = 'The author field have to be filled to send a comment.';
95if ( isset($conf_UserAdvManager[1]) and $conf_UserAdvManager[1] == 'true' )
96        /* TODO */$lang['reg_err_login5'] = 'Username already exist, WARNING name is case insensitive (Shift = Tiny).';
97/* TODO */$lang['reg_err_login6'] = 'Username does not have to match the following characters: ';
98/* TODO */$lang['reg_err_login7'] = 'Your email provider is banned for registration. Banned email providers are: ';
99/* TODO */$lang['UserAdvManager_empty_pwd'] = '[empty password]';
100/* TODO */$lang['UserAdvManager_no_update_pwd'] = '[profile updated without password changed]';
101/* TODO */$lang['invalid_pwd'] = 'Invalid username or password !';
102/* TODO */$lang['Err_ConfirmMail_Settings'] = 'This page will be available only if "Email address confirmation" is activated in "General Setup" tab.';
103/* TODO */$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 "General Setup" tab.';
104/* TODO */$lang['No_validation_for_Guest'] = 'The "Guest" account is not subject to validation';
105/* TODO */$lang['No_validation_for_default_user'] = 'The default account is not subject to validation';
106/* TODO */$lang['No_validation_for_Webmaster'] = 'The "Webmaster" account is not subject to validation';
107/* TODO */$lang['No_validation_for_your_account'] = 'Your personnal admin account is not subject to validation';
108/* TODO */$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.';
109
110
111/* Processing messages */
112/* TODO */$lang['%d_Mail_With_Key'] = '%d message with key renewal was sent';
113/* TODO */$lang['%d_Mails_With_Key'] = '%d messages with key renewal were sent';
114/* TODO */$lang['%d_Reminder_Sent'] = '%d reminder message was sent';
115/* TODO */$lang['%d_Reminders_Sent'] = '%d reminder messages were sent';
116/* TODO */$lang['%d_Validated_User'] = '%d User validated manually';
117/* TODO */$lang['%d_Validated_Users'] = '%d Users validated manually';
118
119
120/* Action button names */
121/* TODO */$lang['Delete_selected'] = 'Delete';
122/* TODO */$lang['Mail_without_key'] = 'Reminder without key';
123/* TODO */$lang['Mail_with_key'] = 'Reminder with key';
124/* TODO */$lang['Force_Validation'] = 'Forced validation';
125/* TODO */$lang['Reminder_Email'] = 'Email reminder';
126
127
128
129
130// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
131/* Global Configuration Tab */
132$lang['UserAdvManager_Title1'] = 'Gli utenti di registrazione di gestione';
133$lang['UserAdvManager_Title2'] = 'Registrazione e validazione dei gruppi / gestione di stato';
134$lang['UserAdvManager_Password_Enforced'] = 'Rafforzamento password - L\'attivazione di questa opzione rende il sequestro della password richiesta per i visitatori di registrazione. Inoltre, la password immessa dal visitatore incontrerà una ventina di complessità (<b style="color: green;">attivare e salvare le impostazioni per visualizzare maggiori informazioni</b>).';
135$lang['UserAdvManager_Password_Enforced_Info'] = '<b style="text-decoration: underline; color: green;">Spiegazioni:</b> <b style="color: green;">Un punteggio password è calcolato sui parametri di base: la lunghezza, il tipo di caratteri utilizzati (lettere, numeri, lettere maiuscole, minuscole, caratteri speciali). Se la password di un utente non punteggio, il punteggio raggiunto è visualizzato con il punteggio minimo da raggiungere e l\'indicazione di aumentare il valore di questa partitura. Per darvi un\'idea, un punteggio inferiore a 100 è considerata "bassa complessità". Tra 100 e 500, la complessità è aumentata e media. Oltre i 500, that\'s Fort Knox! ;-)<br>Puoi fare la tua password prove complessità utilizzando il campo sottostante. Questo vi permetterà di avere un\'idea del punteggio per definire una complessità personalizzato.</b>';
136$lang['UserAdvManager_PasswordTest'] = 'Password di prova : ';
137$lang['UserAdvManager_ScoreTest'] = 'Punteggio : ';
138$lang['PasswordTest'] = 'Calcolo punteggio';
139$lang['UserAdvManager_Password_Enforced_true'] = ' Forte richiesta password - Inserire il punteggio minimo (valore di piano) di password complessità == ';
140$lang['UserAdvManager_Password_Enforced_false'] = ' Non rafforzare la password. (default)';
141$lang['UserAdvManager_AdminPassword_Enforced'] = 'Si applicano anche al controllo password complessità quando un amministratore crea un utente? Nota: Se l\'utente ha creato vuole cambiare la sua password e rafforzare le password per gli utenti è attivo, sarà soggetto alle norme stabilite.';
142$lang['UserAdvManager_AdminPassword_Enforced_true'] = 'Abilitare le password rafforzamento per gli amministratori.';
143$lang['UserAdvManager_AdminPassword_Enforced_false'] = 'Disattivare il rafforzamento password per gli amministratori. (default)';
144$lang['UserAdvManager_GhostTracker'] = 'Ghost Tracker - Permette di gestire gli utenti registrati, secondo la loro data di ultima visita :';
145$lang['UserAdvManager_GhostTracker_true'] = ' Attiva Ghost Tracker.';
146$lang['UserAdvManager_GhostTracker_false'] = ' Disattiva Ghost Tracker. (Default)';
147$lang['UserAdvManager_GhostTracker_DayLimit'] = ' Digitare qui il limite massimo, in giorni, tra le due visite di un visitatore. Quando viene raggiunto questo limite, il visitatore verrà visualizzato nella tabella di "Ghost Tracker".';
148$lang['UserAdvManager_GhostTracker_ReminderText'] = ' Testo utilizzato nel promemoria e-mail inviate per incoraggiare i visitatori a ritornare alla galleria (NB: Il testo pre-riempita presso l\'impianto plugin è dato come un esempio).<br><b style="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">ATTENZIONE !</b> <b style="color: red;">Modifica del testo è disponibile solo se Tracker Ghost è abilitato. Utilizzare i tag multi lingua da plugin descrizione estesa, se questo plugin è attivato !!!)</b>';
149/* Ghost Tracker Tab */
150/* TODO */$lang['GhostTracker_Title'] = 'Advanced ghost visitors management';
151/* TODO */$lang['Title_Tab4'] = 'UserAdvManager - Ghost Tracker';
152/* TODO */$lang['Tab_GhostTracker'] = 'Ghost Tracker';
153/* TODO */$lang['LastVisit_Date'] = 'Last visit';
154/* TODO */$lang['Ghost_Reminder'] = 'Email reminder';
155/* TODO */$lang['Reminder_Sent_OK'] = 'YES';
156/* TODO */$lang['Reminder_Sent_NOK'] = 'NO';
157/* Errors and Warnings */
158/* TODO */$lang['UserAdvManager_save_config'] ='Configuration saved.';
159/* TODO */$lang['reg_err_login3'] = 'Security : Password is mandatory !';
160/* TODO */$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>
161- Use letters and numbers<br>
162- Use lowercase and uppercase<br>
163- Increase its length (number of characters)<br>
164The minimum passwords score required by the administrator is: ';
165/* TODO */$lang['No_reminder_for_Guest'] = 'The "Guest" account is not subject to receive reminders from GhostTracker';
166/* TODO */$lang['No_reminder_for_default_user'] = 'The default account is not subject to receive reminders from GhostTracker';
167/* TODO */$lang['No_reminder_for_Webmaster'] = 'The "Webmaster" account is not subject to receive reminders from GhostTracker';
168/* TODO */$lang['No_reminder_for_your_account'] = 'You personnal admin account is not subject to receive reminders from GhostTracker';
169/* TODO */$lang['Err_GhostTracker_Settings'] = 'This page is available only if "Ghost Tracker" is active in the "General Setup" tab.';
170/* Action button names */
171/* TODO */$lang['audit'] = 'Audit settings';
172/* TODO */$lang['submit'] = 'Save settings';
173// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
174
175// --------- Starting below: New or revised $lang ---- from version 2.12.2
176/* Global Configuration Tab */
177$lang['UserAdvManager_GhostTracker_Notice'] = 'Quando la funzione Ghost Tracker è attivata, è possibile gestire i tuoi visitatori a seconda della frequenza delle loro visite. <b style="color: red;">ATTENZIONE : Se si attiva questa funzione per la prima volta o che hanno riattivato, dopo un lungo periodo fuori durante il quale i nuovi visitatori sono registrati, visitare la scheda Tracker Ghost e seguire le istruzioni per l\'inizializzazione Ghost Tracker.</b>';
178/* Ghost Tracker Tab */
179/* TODO */$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.';
180/* TODO */$lang['UserAdvManager_GhostTracker_User_List'] = 'When Ghost Tracker is enabled and initialized, you will find below the list of registered visitors who have not returned since x days. "x" is the number of days configured in the General Setup tab. In addition, you will find a column indicating whether an email reminder has been sent to targeted visitors. So, you can see at a glance and treat visitors who have not taken account of the reminder.<br><br>In this view, you can:
181<br><br>
182- Manually delete accounts <b>(manual drain)</b>
183<br>
184- Generate email reminder <b>with resetting the last visit date</b>. This allows to give a wildcard to targeted visitors. If the visitor has already received a reminder, nothing prevents to resent a new mail which will reset again, in fact, the last visit date.
185<br>';
186/* Errors and Warnings */
187/* TODO */$lang['GhostTracker_Init_OK'] = 'Ghost Tracker reset done !';
188/* Action button names */
189/* TODO */$lang['GT_Reset'] = 'Reset Ghost Tracker';
190// --------- End: New or revised $lang ---- from version 2.12.2
191
192// --------- Starting below: New or revised $lang ---- from version 2.12.6
193/* Global Configuration Tab */
194$lang['UserAdvManager_No_Casse_true'] = ' Fare il caso di account utente insensibili al momento della registrazione e la fase di identificazione (USER = user = User = usER...).';
195// --------- End: New or revised $lang ---- from version 2.12.6
196
197// --------- Starting below: New or revised $lang ---- from version 2.12.7
198/* Errors and Warnings */
199/* TODO */$lang['mail_text_error'] = '<b>Warning!</b> - Semicolons (;) are not allowed in addtionnal email text. This Character have been automatically replaced by a dot (.). For information, the amended text(s) is(are) shown in red in the corresponding field(s). Please, check it(them) out.';
200// --------- End: New or revised $lang ---- from version 2.12.7
201
202// --------- Starting below: New or revised $lang ---- from version 2.12.8
203/* Errors and Warnings */
204/* TODO */$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.';
205// --------- End: New or revised $lang ---- from version 2.12.8
206
207// --------- Starting below: New or revised $lang ---- from version 2.13.0
208/* Global Configuration Tab */
209/* TODO */$lang['UserAdvManager_Add_LastVisit_Column'] = ' View user monitoring record (date of last visit, time spent (in days) since their last visit ,...). Monitoring is purely informative for the administrator of the gallery.';
210/* TODO */$lang['UserAdvManager_Add_LastVisit_Column_true'] = ' Enable user monitoring list.';
211/* TODO */$lang['UserAdvManager_Add_LastVisit_Column_false'] = ' Disable user monitoring list (Default).';
212/* ConfirmMail Configuration Tab */;
213$lang['ConfirmMail_Title'] = 'Impostazioni avanzate per la convalida degli utenti registrati';
214$lang['Title_Tab2'] = 'UserAdvManager - Registrati impostazioni di convalida';
215$lang['Tab_ConfirmMail'] = 'Registrati impostazioni di convalida';
216/* UserList Tab */
217/* TODO */$lang['Title_Tab5'] = 'UserAdvManager - User Information';
218/* TODO */$lang['UserList_Title'] = 'Monitoring registered users';
219/* TODO */$lang['Tab_UserList'] = 'Monitoring users';
220/* TODO */$lang['UserAdvManager_User_List'] = 'This page is for information to the administrator. It displays a list of all users registered on the gallery showing the date and number of days since their last visit. The list is sorted in ascending order of number of days.
221<br><br>
222When the Ghost Tracker is active, the number of days without a visit appears as the following color code, according to the maximum set in the Ghost Tracker options:
223<br>
224- <b style="color: lime;">Green</b> : When the user has visited the gallery <b style="color: lime;"><u>less than 50%</u></b> of the maximum indicated in the Ghost Tracker.<br>
225- <b style="color: orange;">Orange</b> : When the user has visited the gallery <b style="color: orange;"><u> between 50% and 99% </u></b> of the maximum indicated in the Ghost Tracker.<br>
226- <b style="color: red;">Red</b> : When the user has visited the gallery <b style="color: red;"><u>for more than 100%</u></b> of the maximum indicated in the Ghost Tracker. <b><u>In this case, the user must also appear in the Ghost Tracker table.</u></b><br>
227<br>
228Example :
229<br>
230The maximum period of Ghost Tracker is configured to 100 days.
231<br>
232A user will appear in green if he visited the gallery for less than 50 days, in orange if his last visit took place between 50 and 99 days and red for 100 days and above.
233<br><br>
234<b>NOTE</b> : The list does not display who have not validated their registration (if the option of validating the registration is activated). These users are then managed in a special way in the "Validation management.';
235/* TODO */$lang['Nb_Days'] = 'Number of days<br>since last visit';
236/* UserManager Tab */
237/* TODO */$lang['UserAdvManager_ConfirmMail_User_List'] = 'When limiting the deadline for registration is enabled, you will find below the list of users whose validation registration is expected, <b style="text-decoration: underline;">whether or not</b> they are in time to validate.<br><br>The registration date is displayed in green when the user concerned is below the time limit to validate his registration. In this case, the validation key is still valid and we can send an email with or without a new validation key.<br><br>When the registration date appears in red, the validation period has expired. In this case, you must send an email with regeneration of validation key if you want to enable the user to validate their registration.<br><br>In all cases, it is possible to manually force the validation.<br><br>In this view, you can:
238<br><br>
239- Manually delete accounts <b>(manual drain)</b>
240<br>
241- 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.
242<br>
243- 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.
244<br>
245- Submit a registration awaiting validation manually even if the expiry date has passed <b>(forcing validation)</b>.
246<br>';
247/* TODO */$lang['UserManager_Title'] = 'Advanced management of unvalidated';
248/* TODO */$lang['Title_Tab3'] = 'UserAdvManager - Management of registration validations';
249/* TODO */$lang['Tab_UserManager'] = 'Validations management';
250/* Ghost Tracker Tab */
251/* TODO */$lang['Reminder'] = 'Email Reminder';
252/* Errors and Warnings */
253/* TODO */$lang['Err_Userlist_Settings'] = 'This page is available only if "Users monitoring" is active in the "General Setup" tab.';
254// --------- End: New or revised $lang ---- from version 2.13.0
255?>
Note: See TracBrowser for help on using the repository browser.