Ignore:
Timestamp:
Feb 28, 2010, 2:55:02 PM (14 years ago)
Author:
Eric
Message:

[NBC_UserAdvManager] Pre-2.13.4 merged from trunk to branch 2.13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/branches/2.13/language/it_IT/plugin.lang.php

    r4551 r4991  
    66
    77
    8 /* Global Configuration Tab */
    9 $lang['Tab_Global'] = 'General Setup';
    10 $lang['UserAdvManager_Mail_Info'] = 'Mail d\'informazione per l\'utente:';
    11 $lang['UserAdvManager_Mail_Info_true'] = ' Inviare una mail all\'utente riprendendo le sue informazioni di connessione al momento della registrazione o quelle dell\'ultimo aggiornamento del suo profilo.';
    12 $lang['UserAdvManager_Mail_Info_false'] = ' Disattiva l\'invio della mail. (valore di default)';
    13 $lang['UserAdvManager_MailInfo_Text'] = ' Testo utilizzato come introduzzione all\'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 <b>SOLO</b> se l\'e-mail informazione destinata all\'utente è attivata. Utilizzare il metodo dei tag multi-lingua del plugin Extended Description se quest\'ultimo è attivo !!!)</b>';
    14 $lang['UserAdvManager_No_Casse'] = ' Caso il nome utente insensitive';
    15 $lang['UserAdvManager_No_Casse_false'] = ' Lasciare che il caso degli utenti sensibili. (default)';
    16 $lang['UserAdvManager_Username_Char'] = ' Limitate di caratteri per nome utente';
    17 $lang['UserAdvManager_Username_Char_false'] = ' Utilizzare il nome utente predefinito caratteri di controllo. (default)';
    18 $lang['UserAdvManager_Confirm_Mail'] = 'Conferma indirizzo e-mail:';
    19 $lang['UserAdvManager_Confirm_Mail_true'] = ' Invia una email a utente per consentirgli di convalidare la sua e-mail e la sua registrazione.';
    20 $lang['UserAdvManager_Confirm_Mail_false'] = ' Utilizzare il sistema di default di registrazione (senza la registrazione di convalida). (default)';
    21 $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>';
    22 $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.';
    23 $lang['UserAdvManager_No_Confirm_Group'] = 'Gruppo da utilizzare per gli utenti che non hanno convalidato il loro indirizzo email.';
    24 $lang['UserAdvManager_Validated_Group'] = 'Gruppo da utilizzare per gli utenti che hanno convalidato il loro indirizzo email.';
    25 $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.';
    26 $lang['UserAdvManager_No_Confirm_Status'] = 'Di stato per l\'uso per gli utenti che non hanno convalidato il loro indirizzo email.';
    27 $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';
    28 $lang['UserAdvManager_No_Comment_Anonymous_true'] = ' Il campo autore devono essere riempiti per inviare un commento.';
    29 $lang['UserAdvManager_No_Comment_Anonymous_false'] = ' Utilizzare le impostazioni predefinite sui commenti invio. (default)';
    30 $lang['UserAdvManager_MailExclusion'] = 'L\'esclusione provider e-mail:';
    31 $lang['UserAdvManager_MailExclusion_true'] = ' Impostare l\'esclusione provider di posta elettronica ON (vale a dire: @hotmail.* o @msn.*)';
    32 $lang['UserAdvManager_MailExclusion_false'] = ' Disabilitare l\'esclusione provider di posta elettronica. (default)';
    33 $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>';
    34 
    35 
    36 /* ConfirmMail Configuration Tab */
    37 /* 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>';
    38 /* TODO */$lang['UserAdvManager_ConfirmMail_TimeOut_true'] = 'Enable limiting the registration deadline.';
    39 /* TODO */$lang['UserAdvManager_ConfirmMail_TimeOut_false'] = 'Disable limiting the registration deadline. (Default)';
    40 /* TODO */$lang['UserAdvManager_ConfirmMail_TimeOut'] = 'Validation delay :';
    41 /* TODO */$lang['UserAdvManager_ConfirmMail_Delay_Info'] = 'Enter the number of days before expiry of the registration validation : ';
    42 /* TODO */$lang['UserAdvManager_ConfirmMail_Remail'] = 'Enable or disable email reminder of unvalidated registers :';
    43 /* TODO */$lang['UserAdvManager_ConfirmMail_Remail_true'] = 'Enable email reminder';
    44 /* TODO */$lang['UserAdvManager_ConfirmMail_Remail_false'] = 'Disable email reminder. (Default)';
    45 /* 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>';
    46 /* 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>';
    47 
    48 
    498/* UserManager Tab */
    50 /* TODO */$lang['UserManager_Title'] = 'Advanced settings of unvalidated registered users';
    51 /* TODO */$lang['Title_Tab3'] = 'UserAdvManager - Visitors management';
    52 /* TODO */$lang['Tab_UserManager'] = 'Visitors management';
    53 /* 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:
    54 <br><br>
    55 - Manually delete accounts <b>(manual drain)</b>
    56 <br>
    57 - 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.
    58 <br>
    59 - 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.
    60 <br>
    61 - Submit a registration awaiting validation manually even if the expiry date has passed <b>(forcing validation)</b>.
    62 <br>';
    63 /* TODO */$lang['Registration_Date'] = 'Registration date';
     9$lang['Registration_Date'] = 'Data di registrazione';
    6410
    6511
    6612/* Mailing */
    67 /* TODO */$lang['infos_mail %s'] = '%s, please find here your information to login the gallery :';
    68 /* TODO */$lang['User: %s'] = 'User : %s';
    69 /* TODO */$lang['Password: %s'] = 'Password: %s';
    70 /* TODO */$lang['Add of %s'] = 'Add of %s';
    71 /* TODO */$lang['Update of %s'] = 'Update of %s';
    72 /* TODO */$lang['Link: %s'] = 'Please, click on this link to confirm your registration : %s';
    73 /* TODO */$lang['Reminder_with_key_of_%s'] = '%s, your validation key has been renewed';
    74 /* TODO */$lang['Reminder_without_key_of_%s'] = '%s, your validation key will expire';
    75 /* TODO */$lang['Ghost_remainder_of_%s'] = '%s, this is a reminder email';
     13$lang['infos_mail %s'] = '%s, si prega di trovare qui i tuoi dati di accesso alla galleria:';
     14$lang['User: %s'] = 'Utente: %s';
     15$lang['Password: %s'] = 'Password: %s';
     16$lang['Link: %s'] = 'Per favore, cliccare su questo link per confermare la registrazione: %s';
    7617
    7718
    7819/* Email confirmation page */
    79 /* TODO */$lang['title_confirm_mail'] = 'Validate your registration';
    80 /* TODO */$lang['confirm_mail_page_title'] = 'Validate your registration';
    81 /* 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>';
    82 /* 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>';
    83 
    84 
    85 /* Errors and Warnings */
    86 /* TODO */$lang['UserAdvManager_audit_ok'] = 'Audit OK';
    87 /* TODO */$lang['Err_audit_no_casse'] = '<b>These accounts are identical to the case closely :</b> ';
    88 /* TODO */$lang['Err_audit_username_char'] = '<b>This account uses one or more forbidden characters :</b> ';
    89 /* TODO */$lang['Err_audit_email_forbidden'] = '<b>This account uses a forbidden email provider :</b> ';
    90 /* 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';
    91 /* TODO */$lang['UserAdvManager_Empty Author'] = 'The author field have to be filled to send a comment.';
     20$lang['title_confirm_mail'] = 'Convalidare la tua registrazione';
     21$lang['confirm_mail_page_title'] = 'Convalidare la tua registrazione';
     22$lang['confirm_mail_ok'] = '<br><br><br>Grazie per aver confermato il tuo indirizzo e-mail e registrazione sulla galleria. Have fun!<br><br><br><br>';
     23
     24
     25/* Errors and Warnings */
     26$lang['UserAdvManager_audit_ok'] = 'Audit OK';
     27$lang['Err_audit_no_casse'] = '<b>Questi conti sono identici al caso da vicino:</b> ';
     28$lang['Err_audit_username_char'] = '<b>Questo conto utilizza uno o più caratteri vietato:</b> ';
     29$lang['Err_audit_email_forbidden'] = '<b>Questo account viene utilizzato un email provider proibito:</b> ';
     30$lang['Err_audit_advise'] = '<b>è necessario eseguire correzioni per conformarsi alle nuove regole che sono state attivate.<br>Utilizzare un programma per la gestione di database per correggere gli account utente direttamente nella tabella ###_USERS';
     31$lang['UserAdvManager_Empty Author'] = 'Il campo autore devono essere riempiti per inviare un commento.';
    9232if ( isset($conf_UserAdvManager[1]) and $conf_UserAdvManager[1] == 'true' )
    93         /* TODO */$lang['reg_err_login5'] = 'Username already exist, WARNING name is case insensitive (Shift = Tiny).';
    94 /* TODO */$lang['reg_err_login6'] = 'Username does not have to match the following characters: ';
    95 /* TODO */$lang['reg_err_login7'] = 'Your email provider is banned for registration. Banned email providers are: ';
    96 /* TODO */$lang['UserAdvManager_empty_pwd'] = '[empty password]';
    97 /* TODO */$lang['UserAdvManager_no_update_pwd'] = '[profile updated without password changed]';
    98 /* TODO */$lang['invalid_pwd'] = 'Invalid username or password !';
    99 /* TODO */$lang['Err_ConfirmMail_Settings'] = 'This page will be available only if "Email address confirmation" is activated in "General Setup" tab.';
    100 /* 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.';
    101 /* TODO */$lang['No_validation_for_Guest'] = 'The "Guest" account is not subject to validation';
    102 /* TODO */$lang['No_validation_for_default_user'] = 'The default account is not subject to validation';
    103 /* TODO */$lang['No_validation_for_Webmaster'] = 'The "Webmaster" account is not subject to validation';
    104 /* TODO */$lang['No_validation_for_your_account'] = 'Your personnal admin account is not subject to validation';
    105 /* 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.';
     33        $lang['reg_err_login5'] = 'Nome utente esistono già, il nome di richiamo è case insensitive (Shift = Tiny).';
     34$lang['reg_err_login6'] = 'Nome utente non deve corrispondere i seguenti caratteri: ';
     35$lang['reg_err_login7'] = 'Il tuo provider di posta elettronica è vietato per la registrazione. Vietato provider di posta elettronica sono i seguenti: ';
     36$lang['UserAdvManager_empty_pwd'] = '[password vuota]';
     37$lang['UserAdvManager_no_update_pwd'] = '[profilo aggiornato senza password cambiata]';
     38$lang['invalid_pwd'] = 'Nome utente o password non validi!';
     39$lang['No_validation_for_Guest'] = '"Guest" conto non è soggetta a convalida';
     40$lang['No_validation_for_default_user'] = 'L\'account predefinito non è soggetta a convalida';
     41$lang['No_validation_for_Webmaster'] = '"Webmaster" conto non è soggetta a convalida';
     42$lang['No_validation_for_your_account'] = 'Il tuo account admin Personnal non è soggetta a convalida';
     43$lang['Database_Error'] = '<b><u>Attenzione! Errore di integrità critico nel database.</u></b><br><br>Si prega di verificare l\'integrità della tabella #_user_confirm_mail.';
    10644
    10745
    10846/* Processing messages */
    109 /* TODO */$lang['%d_Mail_With_Key'] = '%d message with key renewal was sent';
    110 /* TODO */$lang['%d_Mails_With_Key'] = '%d messages with key renewal were sent';
    111 /* TODO */$lang['%d_Reminder_Sent'] = '%d reminder message was sent';
    112 /* TODO */$lang['%d_Reminders_Sent'] = '%d reminder messages were sent';
    113 /* TODO */$lang['%d_Validated_User'] = '%d User validated manually';
    114 /* TODO */$lang['%d_Validated_Users'] = '%d Users validated manually';
     47$lang['%d_Mail_With_Key'] = '%d messaggio con il rinnovo chiave è stata inviata';
     48$lang['%d_Mails_With_Key'] = '%d messaggi con il rinnovo chiave sono stati inviati';
     49$lang['%d_Reminder_Sent'] = '%d messaggio di promemoria è stato inviato';
     50$lang['%d_Reminders_Sent'] = '%d messaggi di promemoria sono stati inviati';
     51$lang['%d_Validated_User'] = '%d utente convalidato manualmente';
     52$lang['%d_Validated_Users'] = '%d utenti convalidato manualmente';
    11553
    11654
    11755/* Action button names */
    118 /* TODO */$lang['Delete_selected'] = 'Delete';
    119 /* TODO */$lang['Mail_without_key'] = 'Reminder without key';
    120 /* TODO */$lang['Mail_with_key'] = 'Reminder with key';
    121 /* TODO */$lang['Force_Validation'] = 'Forced validation';
    122 /* TODO */$lang['Reminder_Email'] = 'Email reminder';
     56$lang['Delete_selected'] = 'Eliminare';
     57$lang['Mail_without_key'] = 'Promemoria senza chiave';
     58$lang['Mail_with_key'] = 'Promemoria con chiave';
     59$lang['Force_Validation'] = 'Forzati di convalida';
    12360
    12461
     
    12764// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
    12865/* Global Configuration Tab */
    129 $lang['UserAdvManager_Title1'] = 'Gli utenti di registrazione di gestione';
    130 $lang['UserAdvManager_Title2'] = 'Registrazione e validazione dei gruppi / gestione di stato';
    131 $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>).';
    132 $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>';
    133 $lang['UserAdvManager_PasswordTest'] = 'Password di prova : ';
    134 $lang['UserAdvManager_ScoreTest'] = 'Punteggio : ';
    13566$lang['PasswordTest'] = 'Calcolo punteggio';
    136 $lang['UserAdvManager_Password_Enforced_true'] = ' Forte richiesta password - Inserire il punteggio minimo (valore di piano) di password complessità == ';
    137 $lang['UserAdvManager_Password_Enforced_false'] = ' Non rafforzare la password. (default)';
    138 $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.';
    139 $lang['UserAdvManager_AdminPassword_Enforced_true'] = 'Abilitare le password rafforzamento per gli amministratori.';
    140 $lang['UserAdvManager_AdminPassword_Enforced_false'] = 'Disattivare il rafforzamento password per gli amministratori. (default)';
    141 $lang['UserAdvManager_GhostTracker'] = 'Ghost Tracker - Permette di gestire gli utenti registrati, secondo la loro data di ultima visita :';
    142 $lang['UserAdvManager_GhostTracker_true'] = ' Attiva Ghost Tracker.';
    143 $lang['UserAdvManager_GhostTracker_false'] = ' Disattiva Ghost Tracker. (Default)';
    144 $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".';
    145 $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>';
    14667/* Ghost Tracker Tab */
    147 /* TODO */$lang['GhostTracker_Title'] = 'Advanced ghost visitors management';
    148 /* TODO */$lang['Title_Tab4'] = 'UserAdvManager - Ghost Tracker';
    149 /* TODO */$lang['Tab_GhostTracker'] = 'Ghost Tracker';
    150 /* TODO */$lang['LastVisit_Date'] = 'Last visit';
    151 /* TODO */$lang['Ghost_Reminder'] = 'Email reminder';
    152 /* TODO */$lang['Reminder_Sent_OK'] = 'YES';
    153 /* TODO */$lang['Reminder_Sent_NOK'] = 'NO';
    154 /* Errors and Warnings */
    155 /* TODO */$lang['UserAdvManager_save_config'] ='Configuration saved.';
    156 /* TODO */$lang['reg_err_login3'] = 'Security : Password is mandatory !';
    157 /* 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>
    158 - Use letters and numbers<br>
    159 - Use lowercase and uppercase<br>
    160 - Increase its length (number of characters)<br>
    161 The minimum passwords score required by the administrator is: ';
    162 /* TODO */$lang['No_reminder_for_Guest'] = 'The "Guest" account is not subject to receive reminders from GhostTracker';
    163 /* TODO */$lang['No_reminder_for_default_user'] = 'The default account is not subject to receive reminders from GhostTracker';
    164 /* TODO */$lang['No_reminder_for_Webmaster'] = 'The "Webmaster" account is not subject to receive reminders from GhostTracker';
    165 /* TODO */$lang['No_reminder_for_your_account'] = 'You personnal admin account is not subject to receive reminders from GhostTracker';
    166 /* TODO */$lang['Err_GhostTracker_Settings'] = 'This page is available only if "Ghost Tracker" is active in the "General Setup" tab.';
     68$lang['Tab_GhostTracker'] = 'Ghost Tracker';
     69$lang['LastVisit_Date'] = 'Ultima visita';
     70$lang['Reminder'] = 'E-mail di sollecito';
     71$lang['Reminder_Sent_OK'] = 'SI';
     72$lang['Reminder_Sent_NOK'] = 'NO';
     73/* Errors and Warnings */
     74$lang['UserAdvManager_save_config'] ='Configurazione salvata.';
     75$lang['reg_err_login3'] = 'Security: Password è obbligatorio!';
     76$lang['reg_err_login4_%s'] = 'Sicurezza: un sistema di controllo calcola un punteggio sulla scelta password complessità. La complessità della password è troppo bassa (punteggio = %s). Si prega di scegliere una nuova password più sicura seguendo queste regole:<br>
     77- Utilizzare le lettere e numeri<br>
     78- Usare maiuscole e minuscole<br>
     79- Aumentare la sua lunghezza (numero di caratteri)<br>
     80Le password punteggio minimo richiesto dall\'amministratore è: ';
     81$lang['No_reminder_for_Guest'] = '"Guest" conto non è soggetto a ricevere i promemoria da GhostTracker';
     82$lang['No_reminder_for_default_user'] = 'L\'account predefinito non è soggetto a ricevere i promemoria da GhostTracker';
     83$lang['No_reminder_for_Webmaster'] = '"Webmaster" conto non è soggetto a ricevere i promemoria da GhostTracker';
     84$lang['No_reminder_for_your_account'] = 'Il tuo account admin Personnal non è soggetto a ricevere i promemoria da GhostTracker';
    16785/* Action button names */
    168 /* TODO */$lang['audit'] = 'Audit settings';
    169 /* TODO */$lang['submit'] = 'Save settings';
     86$lang['audit'] = 'Audit impostazioni';
     87$lang['submit'] = 'Salva impostazioni';
    17088// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
    17189
     90
    17291// --------- Starting below: New or revised $lang ---- from version 2.12.2
     92/* Errors and Warnings */
     93$lang['GhostTracker_Init_OK'] = 'GhostTracker reset fatto!';
     94/* Action button names */
     95$lang['GT_Reset'] = 'Reset Ghost Tracker';
     96// --------- End: New or revised $lang ---- from version 2.12.2
     97
     98
     99// --------- Starting below: New or revised $lang ---- from version 2.12.7
     100/* Errors and Warnings */
     101$lang['mail_text_error'] = '<b>Attenzione!</b> - Punto e virgola (;) non sono ammessi in addtionnal testo e-mail. Questo carattere è stato automaticamente sostituito da un punto (.). Per informazioni, il testo modificato(s) è (sono) indicato in rosso nel campo corrispondente (s). Vi preghiamo di controllare lo(li) fuori.';
     102// --------- End: New or revised $lang ---- from version 2.12.7
     103
     104
     105// --------- Starting below: New or revised $lang ---- from version 2.12.8
     106/* Errors and Warnings */
     107$lang['mail_exclusionlist_error'] = 'Attenzione! Hai inserito una nuova linea (CR-LF) all\'inizio della lista di esclusione email (indicato in rosso qui sotto). Anche se questa nuova linea non è visibile, è ancora presente e potrebbe causare un malfunzionamento del plugin. Si prega di digitare nuovamente nel vostro elenco di esclusione in un modo che non inizia con un ritorno a capo.';
     108// --------- End: New or revised $lang ---- from version 2.12.8
     109
     110
     111// --------- Starting below: New or revised $lang ---- from version 2.13.0
     112/* UserList Tab */
     113$lang['UserList_Title'] = 'Monitoraggio utenti registrati';
     114$lang['Nb_Days'] = 'Numero di giorni<br>dall\'ultima visita';
     115// --------- End: New or revised $lang ---- from version 2.13.0
     116
     117
     118// --------- Starting below: New or revised $lang ---- from version 2.13.4
     119$lang['uam_no_unlink'] = '\'unlink\' funzione non è disponibile';
     120$lang['uam_unlink_errors'] = 'Si sono verificati errori durante l\'eliminazione di file';
    173121/* Global Configuration Tab */
    174 $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>';
     122$lang['Title_Tab'] = 'UserAdvManager - Versione: ';
     123$lang['SubTitle1'] = 'Configurazione dei plugin';
     124$lang['Tab_Global'] = 'Configurazione';
     125$lang['UserAdvManager_Title1'] = 'Impostare le restrizioni per le registrazioni';
     126$lang['UserAdvManager_Title2'] = 'Impostare le conferme e validazioni di registrazione';
     127$lang['UserAdvManager_Title3'] = 'Impostare le registrazioni seguiti e altre opzioni';
     128$lang['UserAdvManager_Title4'] = 'Suggerimenti ed esempi di utilizzo';
     129$lang['UserAdvManager_No_Casse'] = 'Nome utente: Sensibilità case';
     130$lang['UserAdvManager_No_Casse_true'] = ' Consentire';
     131$lang['UserAdvManager_No_Casse_false'] = ' Disattivare (predefinito)';
     132$lang['UserAdvManager_Username_Char'] = 'Nome utente: Esclusione di caratteri';
     133$lang['UserAdvManager_Username_Char_true'] = ' Divieto di caratteri:<br>(Utilizzare una virgola per separare ogni carattere)<br><br>';
     134$lang['UserAdvManager_Username_Char_false'] = ' Consentire a tutti (predefinito)';
     135$lang['UserAdvManager_Password_Enforced'] = 'Rafforzare il livello di sicurezza delle password';
     136$lang['UserAdvManager_Password_Enforced_true'] = ' Consentire. Punteggio minimo: ';
     137$lang['UserAdvManager_Password_Enforced_false'] = ' Disattivare (predefinito)';
     138$lang['UserAdvManager_AdminPassword_Enforced'] = 'Applicando agli amministratori';
     139$lang['UserAdvManager_AdminPassword_Enforced_true'] = ' Consentire';
     140$lang['UserAdvManager_AdminPassword_Enforced_false'] = ' Disattivare (predefinito)';
     141$lang['UserAdvManager_PasswordTest'] = 'Password di prova: ';
     142$lang['UserAdvManager_ScoreTest'] = 'Risultato: ';
     143$lang['UserAdvManager_MailExclusion'] = 'L\'esclusione Email domini';
     144$lang['UserAdvManager_MailExclusion_true'] = ' Escludi i seguenti domini:<br>(Utilizzare una virgola per separare ogni dominio)';
     145$lang['UserAdvManager_MailExclusion_false'] = ' Disattivare (predefinito)';
     146
     147$lang['UserAdvManager_Mail_Info'] = 'E-mail informazioni per l\'utente:';
     148$lang['UserAdvManager_Mail_Info_true'] = ' Consentire';
     149$lang['UserAdvManager_Mail_Info_false'] = ' Disattivare (predefinito)';
     150$lang['UserAdvManager_MailInfo_Text'] = ' Personalizzazione e-mail informazioni:';
     151$lang['UserAdvManager_Confirm_Mail'] = 'Conferma della registrazione:';
     152$lang['UserAdvManager_Confirm_Mail_true'] = ' Consentire';
     153$lang['UserAdvManager_Confirm_Mail_false'] = ' Disattivare (predefinito)';
     154$lang['UserAdvManager_ConfirmMail_Text'] = ' Personalizzare la mail di conferma:';
     155$lang['UserAdvManager_Confirm_grpstat_notice'] = 'ATTENZIONE: Si consiglia di utilizzare sia il gruppo o lo statuto di convalida e non entrambi simultaneamente.';
     156$lang['UserAdvManager_Confirm_Group'] = 'Gruppi di convalida<br>(Invia ------- non pregiudicare gruppo)';
     157$lang['UserAdvManager_Confirm_Status'] = 'Convalida Statuti<br>(Invia ------- per mantenere il default di Piwigo)';
     158$lang['UserAdvManager_No_Confirm_Group'] = 'Gruppo per gli utenti che non hanno convalidato la loro registrazione<br>';
     159$lang['UserAdvManager_Validated_Group'] = 'Gruppo per gli utenti che hanno convalidato la loro iscrizione<br>';
     160$lang['UserAdvManager_No_Confirm_Status'] = 'Di stato per gli utenti che non hanno convalidato la loro registrazione<br>';
     161$lang['UserAdvManager_Validated_Status'] = 'Stato per gli utenti che hanno convalidato la loro iscrizione<br>';
     162$lang['UserAdvManager_ValidationLimit_Info'] = 'Termine per la validazione di registrazione limitato';
     163$lang['UserAdvManager_ConfirmMail_TimeOut_true'] = ' Consentire. Numero di giorni fino alla scadenza: ';
     164$lang['UserAdvManager_ConfirmMail_TimeOut_false'] = ' Disattivare (predefinito)';
     165$lang['UserAdvManager_ConfirmMail_Remail'] = 'Promemoria visitatori non convalidate';
     166$lang['UserAdvManager_ConfirmMail_Remail_true'] = ' Consentire';
     167$lang['UserAdvManager_ConfirmMail_Remail_false'] = ' Disattivare (predefinito)';
     168$lang['UserAdvManager_ConfirmMail_ReMail_Txt1'] = 'Personalizzare il messaggio di sollecito <b><u>con</u></b> nuova rigenerazione di convalida delle chiavi.';
     169$lang['UserAdvManager_ConfirmMail_ReMail_Txt2'] = 'Personalizzazione del messaggio di sollecito <b><u>senza</u></b> rigenerazione della convalida delle chiavi.';
     170
     171$lang['UserAdvManager_GhostTracker'] = 'Gestione fantasmi visitatori (Ghost Tracker)';
     172$lang['UserAdvManager_GhostTracker_true'] = ' Consentire. Durata massima in giorni tra due visite: ';
     173$lang['UserAdvManager_GhostTracker_false'] = ' Disattivare (predefinito)';
     174$lang['UserAdvManager_GhostTracker_ReminderText'] = 'Personalizzazione richiamo di messaggi del Ghost Tracker';
     175$lang['UserAdvManager_LastVisit'] = ' Tracciamento utenti registrati';
     176$lang['UserAdvManager_LastVisit_true'] = ' Consentire';
     177$lang['UserAdvManager_LastVisit_false'] = ' Disattivare (predefinito)';
     178$lang['UserAdvManager_No_Comment_Anonymous'] = 'Nickname obbligatoria per i commenti degli ospiti';
     179$lang['UserAdvManager_No_Comment_Anonymous_true'] = ' Consentire';
     180$lang['UserAdvManager_No_Comment_Anonymous_false'] = ' Disattivare (predefinito)';
     181
     182$lang['UserAdvManager_Tips1'] = 'Registrazioni con la convalida e-mail e messaggio di avviso nella home page del PhpWebGallery (Inglese)';
     183/* TODO */$lang['UserAdvManager_Tips1_txt'] = '
     184          <ul>
     185            <li>
     186Ingredients needed:<br>
     187- 2 Piwigo\'s user groups at least: &quot;Waiting&quot; for visitors awaiting validation and &quot;Validated&quot; for visitors who have validated their registration<br>
     188- NBC_UAM plugin<br>
     189- PWG Stuffs plugin<br>
     190- Possibly Extended Description plugin (to support multi-lingual)
     191            </li>
     192<br><br>
     193            <li>
     194La recette :<br>
     195            <ul>
     196              <li>
     197Preamble: It\'s located in the case of a private gallery or semi-private (ie only a small part of categories is available by Guests and registered can see everything). We consider that the required plugins are installed (does it remind you?).<br><br>
     198              </li>
     199              <li>
     200Attribute group &quot;Waiting&quot; no permission on private categories<br><br>
     201              </li>
     202              <li>
     203Attribute group &quot;Validated&quot; all permissions on the private categories<br><br>
     204              </li>
     205              <li>
     206In NBC_UAM plugin:
     207              <ol>
     208                <li>Enable registration confirmation</li>
     209                <li>In the field below &quot;Customizing the confirmation email&quot;, enter text for additional explanation will be attached to email registration confirmation. Possibly, it is possible to use markup language implemented by the plugin Extended Description</li>
     210                <li>In the &quot;Group for users who have not validated their registration&quot;, select group &quot;Waiting&quot;</li>
     211                <li>In the &quot;Group for users who have validated their registration&quot;, select group &quot;Validated&quot;</li>
     212                <li>Save the plugin configuration</li>
     213              </ol>
     214              </li>
     215<br><br>
     216              <li>
     217In PWG Stuff plugin:
     218              <ol>
     219                <li>Add a new module personal block like an edito</li>
     220                <li>In the module\'s configuration, in addition to its title (eg &quot;Registration pending validation&quot;) and its description, check only the authorized group &quot;Waiting&quot;</li>
     221                <li>In the content module, enter the message text which sought information will be visible as invalid user. Again, ability to manage multi-language through Extended Description\'s tags</li>
     222                <li>Validate module</li>
     223                <li>Define its place on the main page of the gallery</li>
     224              </ol>
     225              </li>
     226            </ul>
     227            </li>
     228<br><br>
     229            <li>
     230              The result:<br>
     231              - A "Guest" arrives on the gallery, he sees nothing other than the public categories and no information message.<br>
     232              - He registers. This generates an email validation and automatic membership to the group &quot;Waiting&quot;.<br>
     233              - At the end, he\'s redirected to the gallery homepage and a message indicating the waiting of validate its registration<br><br>
     234              He received his email validation, following the link provided for that purpose in the mail, releases the group &quot;Waiting&quot; and takes place in the group &quot;Validated&quot;. By clicking the &quot;Home&quot;, then he\'s connected to the gallery with full access to private groups and without the information message.
     235            </li>
     236          </ul>';
     237
     238$lang['Tab_UserManager'] = 'Tracciamento convalide';
     239
     240/* UserManager Tab */
     241$lang['SubTitle3'] = 'Tracciamento convalide';
     242$lang['UserManager_Title'] = 'Tracciamento convalide';
    175243/* Ghost Tracker Tab */
    176 /* 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.';
    177 /* 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:
    178 <br><br>
    179 - Manually delete accounts <b>(manual drain)</b>
    180 <br>
    181 - 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.
    182 <br>';
    183 /* Errors and Warnings */
    184 /* TODO */$lang['GhostTracker_Init_OK'] = 'Ghost Tracker reset done !';
    185 /* Action button names */
    186 /* TODO */$lang['GT_Reset'] = 'Reset Ghost Tracker';
    187 // --------- End: New or revised $lang ---- from version 2.12.2
    188 
    189 // --------- Starting below: New or revised $lang ---- from version 2.12.6
    190 /* Global Configuration Tab */
    191 $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...).';
    192 // --------- End: New or revised $lang ---- from version 2.12.6
    193 
    194 // --------- Starting below: New or revised $lang ---- from version 2.12.7
    195 /* Errors and Warnings */
    196 /* 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.';
    197 // --------- End: New or revised $lang ---- from version 2.12.7
    198 
    199 // --------- Starting below: New or revised $lang ---- from version 2.12.8
    200 /* Errors and Warnings */
    201 /* 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.';
    202 // --------- End: New or revised $lang ---- from version 2.12.8
    203 
    204 // --------- Starting below: New or revised $lang ---- from version 2.13.0
    205 /* Global Configuration Tab */
    206 /* 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.';
    207 /* TODO */$lang['UserAdvManager_Add_LastVisit_Column_true'] = ' Enable user monitoring list.';
    208 /* TODO */$lang['UserAdvManager_Add_LastVisit_Column_false'] = ' Disable user monitoring list (Default).';
    209 /* ConfirmMail Configuration Tab */;
    210 $lang['ConfirmMail_Title'] = 'Impostazioni avanzate per la convalida degli utenti registrati';
    211 $lang['Tab_ConfirmMail'] = 'Registrati impostazioni di convalida';
     244$lang['SubTitle4'] = 'Ghost Tracker';
     245$lang['GT_Init'] = 'Inizializzazione Ghost Tracker';
     246$lang['GhostTracker_Title'] = 'Gestione fantasmi visitatori';
     247$lang['UserAdvManager_GhostTracker_Init'] = '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, è necessario inizializzare o azzerare il Tracker Ghost. Questa azione viene effettuata solo dopo l\'attivazione o la riattivazione del contratto stesso. Si prega di scegliere <u>una volta</u> il pulsante di reset sotto.';
    212248/* UserList Tab */
    213 /* TODO */$lang['Title_Tab5'] = 'UserAdvManager - User Information';
    214 /* TODO */$lang['UserList_Title'] = 'Monitoring registered users';
    215 /* TODO */$lang['Tab_UserList'] = 'Monitoring users';
    216 /* 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.
    217 <br><br>
    218 When 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:
    219 <br>
    220 - <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>
    221 - <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>
    222 - <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>
    223 <br>
    224 Example :
    225 <br>
    226 The maximum period of Ghost Tracker is configured to 100 days.
    227 <br>
    228 A 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.
    229 <br><br>
    230 <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.';
    231 /* TODO */$lang['Nb_Days'] = 'Number of days<br>since last visit';
    232 /* UserManager Tab */
    233 /* 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:
    234 <br><br>
    235 - Manually delete accounts <b>(manual drain)</b>
    236 <br>
    237 - 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.
    238 <br>
    239 - 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.
    240 <br>
    241 - Submit a registration awaiting validation manually even if the expiry date has passed <b>(forcing validation)</b>.
    242 <br>';
    243 /* TODO */$lang['UserManager_Title'] = 'Advanced management of unvalidated';
    244 /* TODO */$lang['Title_Tab3'] = 'UserAdvManager - Management of registration validations';
    245 /* TODO */$lang['Tab_UserManager'] = 'Validations management';
    246 /* Ghost Tracker Tab */
    247 /* TODO */$lang['Reminder'] = 'Email Reminder';
    248 /* Errors and Warnings */
    249 /* TODO */$lang['Err_Userlist_Settings'] = 'This page is available only if "Users monitoring" is active in the "General Setup" tab.';
    250 // --------- End: New or revised $lang ---- from version 2.13.0
    251 // --------- Starting below: New or revised $lang ---- from version 2.13.1
    252 /* Global Configuration Tab */
    253 $lang['Title_Tab1'] = 'UserAdvManager 2.13.1 - Configurazione generale';
    254 /* ConfirmMail Configuration Tab */
    255 $lang['Title_Tab2'] = 'UserAdvManager 2.13.1 - Registrati impostazioni di convalida';
    256 // --------- End: New or revised $lang ---- from version 2.13.1
    257 // --------- Starting below: New or revised $lang ---- from version 2.13.3
    258 /* Global Configuration Tab */
    259 $lang['UserAdvManager_Username_Char_true'] = ' I seguenti caratteri <b style="color: green;">(valori separati con virgole ","!)</b> sarà proibito per la scelta username == ';
    260 $lang['UserAdvManager_No_Comment_Anonymous'] = 'Alias sono obbligatori per i commenti. <b style="color: red;">Non attivare questo se non hai dato il permesso per non registrati ai visitatori di inviare commenti (pannello di amministrazione PhpWebGallery> Impostazioni> Generali, scheda Commenti> "Commenti per tutti")</b>';
    261 // --------- End: New or revised $lang ---- from version 2.13.3
     249$lang['SubTitle5'] = 'Tracciamento degli utenti';
     250$lang['Tab_UserList'] = 'Tracciamento degli utenti';
     251/* Mailing */
     252$lang['Add of %s'] = 'Profilo creato per %s';
     253$lang['Update of %s'] = 'Profilo %s aggiornato';
     254/* Email confirmation page */
     255$lang['confirm_mail_bad'] = '<br><br><br>La tua chiave di attivazione non è corretto o è scaduto o è già stato convalidato il tuo account, si prega di contattare il webmaster per risolvere questo problema.<br><br><br><br>';
     256/* Mailing */
     257$lang['Ghost_reminder_of_%s'] = '%s, questo è un promemoria via email';
     258$lang['Reminder_with_key_of_%s'] = '%s, la vostra chiave di convalida è stata rinnovata';
     259$lang['Reminder_without_key_of_%s'] = '%s, la chiave di convalida scadrà';
     260/* Errors and Warnings */
     261$lang['Err_UserManager_Settings'] = 'Questa pagina è disponibile solo se "Termine per la validazione di registrazione limitato" è attivo e un gruppo di utenti non convalidate è impostato in "Impostazione conferme e validazioni di registrazione".';
     262$lang['Err_GhostTracker_Settings'] = 'Questa pagina è disponibile solo se "Ghost Tracker" è attiva in "Impostazione delle registrazioni seguiti e altre opzioni".';
     263$lang['Err_Userlist_Settings'] = 'Questa pagina è disponibile solo se "Controllo di utenti registrati" è attiva nella sezione "Impostazione delle registrazioni seguiti e altre opzioni".';
     264// --------- End: New or revised $lang ---- from version 2.13.4
    262265?>
Note: See TracChangeset for help on using the changeset viewer.