Ignore:
Timestamp:
Feb 27, 2010, 11:44:17 PM (14 years ago)
Author:
Eric
Message:

[NBC_UserAdvManager] Pre-2.13.4 for testing only:

  • Bug 1463 pre-fixed : IT Language files
Location:
extensions/NBC_UserAdvManager/trunk/language/it_IT
Files:
2 edited

Legend:

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

    r4969 r4988  
    22global $lang;
    33
    4 $lang['UAM_restricTitle'] = 'Restrictions for registrations';
     4$lang['UAM_restricTitle'] = 'Restrizioni per le registrazioni';
    55$lang['UAM_restricTitle_d'] = '
    6 - Case sensitivity<br>
     6- Sensibilità case<br>
    77- Characters exclusion<br>
    8 - Password enforcement<br>
    9 - Email domains exclusion<br>
     8- Rafforzare il livello di sicurezza delle password<br>
     9- L\'esclusione Email domini<br>
    1010...
    1111';
    12 $lang['UAM_confirmTitle'] = 'Confirmations and validations of registration';
     12$lang['UAM_confirmTitle'] = 'Conferme e validazioni di registrazione';
    1313$lang['UAM_confirmTitle_d'] = '
    14 - Information email generation<br>
    15 - Register validation email generation<br>
    16 - Groups or status auto joining<br>
    17 - Deadline for registration validation<br>
    18 - Reminder email generation<br>
     14- E-mail informazioni per l\'utente<br>
     15- Conferma della registrazione<br>
     16- Gruppi / Statuti di convalida<br>
     17- Termine per la validazione di registrazione limitato<br>
     18- Promemoria visitatori non convalidate<br>
    1919...
    2020';
    21 $lang['UAM_miscTitle'] = 'Registration followed and other options';
     21$lang['UAM_miscTitle'] = 'Registrazioni seguiti e altre opzioni';
    2222$lang['UAM_miscTitle_d'] = '
    23 - Ghost users management<br>
    24 - Followed registered users<br>
    25 - Nickname mandatory for guests comments<br>
     23- Gestione fantasmi visitatori<br>
     24- Tracciamento utenti registrati<br>
     25- Nickname obbligatoria per i commenti degli ospiti<br>
    2626...
    2727';
    28 $lang['UAM_casenTitle'] = 'Usernames: Case sensitivity';
    29 $lang['UAM_casenTitle_d'] = 'By default, Piwigo is insensitive: Uppercase and lowercase letters are considered different letters in the names chosen by users at registration. Thus, &quot;Foo&quot;, &quot;foo&quot; and &quot;FOO&quot; may be 3 different users.<br><br>
    30 Enabling this option allows to consider all options in case of &quot;foo&quot; as one user. If &quot;foo&quot; already exists, creating a new user &quot;Foo&quot; will be refused.<br><br>
    31 <b style=&quot;color: red;&quot;>Warning: This option has no effect on the user names created prior to its activation.</b>';
    32 $lang['UAM_carexcTitle'] = 'Usernames: Exclusion of characters';
    33 $lang['UAM_carexcTitle_d'] = 'It may be interesting to prohibit certain characters in usernames (example: refuse logins containing &quot;@&quot;). This option allows to exclude characters or sequence of characters, events.<br>
    34 NB: The option can also exclude whole words.
     28$lang['UAM_casenTitle'] = 'Nome utente: Sensibilità case';
     29$lang['UAM_casenTitle_d'] = 'Per impostazione predefinita, PhpWebGallery &egrave; insensibile: lettere maiuscole e minuscole sono considerate diverse lettere con i nomi scelti dagli utenti al momento della registrazione. Cos&igrave;, &quot;Pippo&quot;, &quot;pippo&quot; e &quot;PIPPO&quot; pu&ograve; essere di 3 utenti diversi.<br><br>
     30L\'attivazione di questa opzione permette di prendere in considerazione tutte le opzioni in caso di &quot;pippo&quot; come un utente. Se &quot;foo&quot; esiste già, creare un nuovo utente &quot;Pippo&quot;, saranno rifiutati.<br><br>
     31<b style=&quot;color: red;&quot;>Attenzione: questa opzione non ha alcun effetto sui nomi utente creato prima della sua attivazione.</b>';
     32$lang['UAM_carexcTitle'] = 'Nome utente: Esclusione di caratteri';
     33$lang['UAM_carexcTitle_d'] = 'Possa essere interessante per vietare certi caratteri per i nomi utente (ad esempio: negare login contenente &quot;@&quot;). Questa opzione permette di escludere i caratteri o sequenza di caratteri, eventi.<br>
     34NB: L\'opzione può anche escludere parole intere.
    3535<br><br>
    36 <b style=&quot;color: red;&quot;>Warning: This option has no effect on the user names created prior to its activation.</b>';
    37 $lang['UAM_passwTitle'] = 'Strengthening the security level of passwords';
    38 $lang['UAM_passwTitle_d'] = 'Enabling this option makes mandatory the seizure of a password upon registration, and requires the password chosen by the visitor to meet a minimum level of complexity. If the threshold is not reached, the score achieved and the minimum score to be achieved are displayed, along with recommendations to increase the value of this score.<br><br>
    39 There is field test to measure the complexity of a password, and can afford to get an idea of the score to define complex custom.<br><br>
    40 Note: The score of a password is calculated based on several parameters: length, type of characters used (letters, digits, uppercase, lowercase, special characters). A score below 100 is considered low, from 100 to 500, the complexity is average; beyond 500, the security is excellent.';
    41 $lang['UAM_passwtestTitle'] = 'Testing the complexity of a password';
    42 $lang['UAM_passwtestTitle_d'] = 'Enter the password to test and then click on &quot;Score calculation&quot; to see the result.';
    43 $lang['UAM_passwadmTitle'] = 'Applying to administrators';
    44 $lang['UAM_passwadmTitle_d'] = 'An administrator can create a user account with or without application of the rule of computing complexity.<br><br>
    45 Note: If the user account created wants to change password and strengthening passwords for users is active, it will be subject to the rule set.';
    46 $lang['UAM_mailexcTitle'] = 'Exclusion of mail domains';
    47 $lang['UAM_mailexcTitle_d'] = 'By default, Piwigo accepts all email addresses in the format xxx@yyy.zz. Enabling this option allows you to exclude certain domains in the format: @ [domain_name].[domain_extension].<br><br>
    48 Examples :<br>
    49 @hotmail.com -> excluding addresses *@hotmail.com<br>
    50 @hotmail -> excluding all addresses *@hotmail*';
    51 $lang['UAM_infomailTitle'] = 'Information email to user';
    52 $lang['UAM_infomailTitle_d'] = 'This option allows to automate sending an information email to a user when registering or when changes his password or email address in their profile.<br><br>
    53 The content of the message sent is composed of a customizable part to introduce a little welcome note and a fixed part indicating the login, password and email address of the user.';
    54 $lang['UAM_infotxtTitle'] = 'Customizing the information email';
    55 $lang['UAM_infotxtTitle_d'] = 'Enter the introductory text that you want to appear in the information email.<br><br>
    56 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.<br><br>
    57 <b style=&quot;color: red;&quot;>Text modifying is available only if the &quot;Information email&quot; is enabled.</b>';
    58 $lang['UAM_confirmmailTitle'] = 'Confirmation of registration';
    59 $lang['UAM_confirmmailTitle_d'] = 'This option allows to require a user to validate their registration by clicking on a link received in an email sent at the time of registration.<br><br>
    60 The e-mail is composed of a customizable part to introduce a little welcome note and a fixed part containing the activation link that is generated from a random key that can possibly regenerate through the &quot;Tracking validations&quot; tab.<br><br>
    61 This option is generally used with the automatic assignment of group and/or statutes. For example, a user who has not validated their registration will be set in a specific group of users (with or without restrictions on the gallery) while a user who validated his registration shall be set in a &quot;normal&quot; group.';
    62 $lang['UAM_confirmtxtTitle'] = 'Customizing the confirmation email';
    63 $lang['UAM_confirmtxtTitle_d'] = 'Enter the introductory text that you want to appear in the email confirmation of registration.<br><br>
    64 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.<br><br>
     36<b style=&quot;color: red;&quot;>Attenzione: questa opzione non ha alcun effetto sui nomi utente creato prima della sua attivazione.</b>';
     37$lang['UAM_passwTitle'] = 'Rafforzare il livello di sicurezza delle password';
     38$lang['UAM_passwTitle_d'] = 'L\'attivazione di questa opzione rende obbligatorio il sequestro di una password al momento della registrazione, e richiede la password scelta dal visitatore di incontrare un livello minimo di complessità. Se la soglia non viene raggiunta, il punteggio conseguito e il punteggio minimo da raggiungere sono visualizzate, insieme con raccomandazioni per aumentare il valore di questa partitura.<br><br>
     39Non vi è prova in campo per misurare la complessità di una password, e può permettersi di avere un\'idea del punteggio per definire personalizzati complessi.<br><br>
     40Nota: Il punteggio di una password è calcolato sulla base di diversi parametri: la lunghezza, il tipo di caratteri utilizzati (lettere, numeri, lettere maiuscole, minuscole, caratteri speciali). Un punteggio inferiore a 100 è considerata bassa, da 100 a 500, la complessità è nella media, oltre 500, la sicurezza è eccellente.';
     41$lang['UAM_passwtestTitle'] = 'Prova la complessità di una password';
     42$lang['UAM_passwtestTitle_d'] = 'Inserisci la password per testare e quindi fare clic su &quot;calcolo del punteggio&quot;, per vedere il risultato.';
     43$lang['UAM_passwadmTitle'] = 'Applicando agli amministratori';
     44$lang['UAM_passwadmTitle_d'] = 'Un amministratore può creare un account utente con o senza l\'applicazione della regola della complessità di calcolo.<br><br>
     45Nota: Se l\'account utente creato vuole cambiare la password e il rafforzamento password per gli utenti è attivo, sarà soggetta alla regola.';
     46$lang['UAM_mailexcTitle'] = 'L\'esclusione Email domini';
     47$lang['UAM_mailexcTitle_d'] = 'Per impostazione predefinita, PhpWebGallery accetta tutti gli indirizzi di posta elettronica nel xxx@yyy.zz formato. L\'attivazione di questa opzione consente di escludere determinati domini nel formato: @[nome_dominio].[Domain_extension].<br><br>
     48Esempi :<br>
     49@hotmail.com -> esclusi gli indirizzi *@hotmail.com<br>
     50@hotmail -> escludendo tutti gli indirizzi *@hotmail*';
     51$lang['UAM_infomailTitle'] = 'E-mail informazioni per l\'utente';
     52$lang['UAM_infomailTitle_d'] = 'Questa opzione consente di automatizzare l\'invio di una e-mail le informazioni a un utente al momento della registrazione o quando cambia la sua password o indirizzo e-mail nel loro profilo.<br><br>
     53Il contenuto del messaggio inviato è composto da una parte personalizzabile di introdurre una piccola nota di benvenuto e una parte fissa che indica il login, password e indirizzo di posta elettronica dell\'utente.';
     54$lang['UAM_infotxtTitle'] = 'Personalizzazione e-mail informazioni';
     55$lang['UAM_infotxtTitle_d'] = 'Inserisci il testo introduttivo che si desidera visualizzare nella e-mail informazioni.<br><br>
     56Per utilizzare più lingue, è possibile utilizzare i tag del plugin Extended Description, se esso è attivo.<br><br>
     57<b style=&quot;color: red;&quot;>Modifica del testo &egrave; disponibile solo se &quot;E-mail informazioni per l\'utente&quot; &egrave; attivata.</b>';
     58$lang['UAM_confirmmailTitle'] = 'Conferma della registrazione';
     59$lang['UAM_confirmmailTitle_d'] = 'Questa opzione permette di richiedere all\'utente di convalidare la registrazione cliccando su un link ricevuto in una email inviata al momento della registrazione.<br><br>
     60L\'e-mail &egrave; composto da una parte personalizzabile di introdurre una piccola nota di benvenuto e una parte fissa contenente il link di attivazione che viene generato da una chiave casuale che pu&ograve; eventualmente rigenerare attraverso la &quot;Tracciamento convalide&quot; tab.<br><br>
     61Questa opzione &egrave; generalmente utilizzato con l\'assegnazione automatica di gruppo e / o statuto. Ad esempio, un utente che non ha convalidato la loro registrazione sar&agrave; ambientato in un gruppo specifico di utenti (con o senza le restrizioni alla galleria), mentre un utente che ha convalidato la sua registrazione &egrave; fissato in un &quot;normale&quot; del gruppo.';
     62/* TODO */$lang['UAM_confirmtxtTitle'] = 'Customizing the confirmation email';
     63/* TODO */$lang['UAM_confirmtxtTitle_d'] = 'Enter the introductory text that you want to appear in the email confirmation of registration.<br><br>
     64Per utilizzare più lingue, è possibile utilizzare i tag del plugin Extended Description, se esso è attivo.<br><br>
    6565<b style=&quot;color: red;&quot;>The text modifiying is available only if the &quot;Confirmation of registration&quot; is enabled.</b>';
    66 $lang['UAM_confirmgrpTitle'] = 'Validation Groups';
    67 $lang['UAM_confirmgrpTitle_d'] = '<b style=&quot;color: red;&quot;>WARNING : Using validation groups requires that you have created at least one users group and is defined &quot;by default&quot; in Piwigo\'s user groups management.</b><br><br>
     66/* TODO */$lang['UAM_confirmgrpTitle'] = 'Validation Groups';
     67/* TODO */$lang['UAM_confirmgrpTitle_d'] = '<b style=&quot;color: red;&quot;>WARNING : Using validation groups requires that you have created at least one users group and is defined &quot;by default&quot; in Piwigo\'s user groups management.</b><br><br>
    6868The groups are validated for use in conjunction with the &quot;Confirmation of registration&quot;';
    69 $lang['UAM_confirmstatTitle'] = 'Validation Statutes';
    70 $lang['UAM_confirmstatTitle_d'] = '<b style=&quot;color: red;&quot;>WARNING : The use of status validation requires that you have kept the &quot;Guest&quot; 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.</b><br><br>
     69/* TODO */$lang['UAM_confirmstatTitle'] = 'Validation Statutes';
     70/* TODO */$lang['UAM_confirmstatTitle_d'] = '<b style=&quot;color: red;&quot;>WARNING : The use of status validation requires that you have kept the &quot;Guest&quot; 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.</b><br><br>
    7171The groups are validated for use in conjunction with the &quot;Confirmation of registration&quot;';
    72 $lang['UAM_validationlimitTitle'] = 'Deadline for registration validation limited';
    73 $lang['UAM_validationlimitTitle_d'] = 'This option allows to limit the validity of key validation email sent to new registrants. Visitors who register will have x days of time to validate their registration. After this period the validation link will expire.<br><br>
     72/* TODO */$lang['UAM_validationlimitTitle'] = 'Deadline for registration validation limited';
     73/* TODO */$lang['UAM_validationlimitTitle_d'] = 'This option allows to limit the validity of key validation email sent to new registrants. Visitors who register will have x days of time to validate their registration. After this period the validation link will expire.<br><br>
    7474This option is used in conjunction with the &quot;Confirmation of registration&quot;';
    75 $lang['UAM_remailTitle'] = 'Remind unvalidated users';
    76 $lang['UAM_remailTitle_d'] = 'This option allows you to send a reminder email to users registered but have not validated their registration on time. It therefore works in conjunction with the &quot;Confirmation of registration&quot;<br><br>
     75/* TODO */$lang['UAM_remailTitle'] = 'Remind unvalidated users';
     76/* TODO */$lang['UAM_remailTitle_d'] = 'This option allows you to send a reminder email to users registered but have not validated their registration on time. It therefore works in conjunction with the &quot;Confirmation of registration&quot;<br><br>
    77772 types of emails can be sent: With or without regeneration of the validation key. As appropriate, the content of emails can be customized.<br><br>
    7878Refer to the &quot;Tracking validations&quot; tab.';
    79 $lang['UAM_remailtxt1Title'] = 'Reminder email with new key generated';
    80 $lang['UAM_remailtxt1Title_d'] = 'Enter the introductory text that you want to appear in the reminder email, in addition to the validation key regenerated.<br><br>
     79/* TODO */$lang['UAM_remailtxt1Title'] = 'Reminder email with new key generated';
     80/* TODO */$lang['UAM_remailtxt1Title_d'] = 'Enter the introductory text that you want to appear in the reminder email, in addition to the validation key regenerated.<br><br>
    8181If left blank, the mail reminder 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 provided as an example)<br><br>
    82 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.<br><br>
     82Per utilizzare più lingue, è possibile utilizzare i tag del plugin Extended Description, se esso è attivo.<br><br>
    8383<b style=&quot;color: red;&quot;>The text modifiying is available only if &quot;Remind unvalidated users&quot; is enabled.</b>';
    84 $lang['UAM_remailtxt2Title'] = 'Reminder email without new key generated';
    85 $lang['UAM_remailtxt2Title_d'] = 'Enter the introductory text that you want to appear in the reminder email without a validation key regenerated.<br><br>
     84/* TODO */$lang['UAM_remailtxt2Title'] = 'Reminder email without new key generated';
     85/* TODO */$lang['UAM_remailtxt2Title_d'] = 'Enter the introductory text that you want to appear in the reminder email without a validation key regenerated.<br><br>
    8686If left blank, the mail reminder will be empty. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is provided as an example)<br><br>
    87 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.<br><br>
     87Per utilizzare più lingue, è possibile utilizzare i tag del plugin Extended Description, se esso è attivo.<br><br>
    8888<b style=&quot;color: red;&quot;>The text modifiying is available only if &quot;Remind unvalidated users&quot; is enabled.</b>';
    89 $lang['UAM_ghosttrackerTitle'] = 'Ghost visitors management';
    90 $lang['UAM_ghosttrackerTitle_d'] = 'Also called &quot;Ghost Tracker&quot;, when this function is activated, you can manage your visitors depending on the frequency of their visits. When the time between 2 visits is reaches, the visitor in question appears in the &quot;Ghost Tracker&quot; table where you will be able to remind visitors via email.<br><br>
     89/* TODO */$lang['UAM_ghosttrackerTitle'] = 'Ghost visitors management';
     90/* TODO */$lang['UAM_ghosttrackerTitle_d'] = 'Also called &quot;Ghost Tracker&quot;, when this function is activated, you can manage your visitors depending on the frequency of their visits. When the time between 2 visits is reaches, the visitor in question appears in the &quot;Ghost Tracker&quot; table where you will be able to remind visitors via email.<br><br>
    9191<b style=&quot;color: red;&quot;>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.</b>';
    92 $lang['UAM_gttextTitle'] = 'Ghost Tracker\'s reminder message';
    93 $lang['UAM_gttextTitle_d'] = 'Enter the text you want to appear in the email reminder to prompt the user to return to visit your gallery (NB: The text pre-filled with the installation of the plugin is provided as an example).<br><br>
    94 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.<br><br>
     92/* TODO */$lang['UAM_gttextTitle'] = 'Ghost Tracker\'s reminder message';
     93/* TODO */$lang['UAM_gttextTitle_d'] = 'Enter the text you want to appear in the email reminder to prompt the user to return to visit your gallery (NB: The text pre-filled with the installation of the plugin is provided as an example).<br><br>
     94Per utilizzare più lingue, è possibile utilizzare i tag del plugin Extended Description, se esso è attivo.<br><br>
    9595<b style=&quot;color: red;&quot;>The text modifiying is available only if &quot;Ghost visitors management&quot; is enabled.</b>';
    96 $lang['UAM_lastvisitTitle'] = 'Tracking registered users';
    97 $lang['UAM_lastvisitTitle_d'] = 'This activates a table in the &quot;Tracking users&quot; tab which are registered users listed on the gallery and the date of their last visit and time spent (in days) since their last visit. Monitoring is purely informative for the administrator of the gallery.';
    98 $lang['UAM_commentTitle'] = 'Nickname mandatory for guests comments';
    99 $lang['UAM_commentTitle_d'] = 'If &quot;Comments for All&quot; is active (authority to unregistered visitors to post comments), this option allows to force the non-registered visitor to enter a nickname that the comment is accepted.';
    100 $lang['UAM_tipsTitle'] = 'Tips and Examples';
    101 $lang['UAM_tipsTitle_d'] = 'Tips and various examples of use';
    102 $lang['UAM_userlistTitle'] = 'Tracking users';
    103 $lang['UAM_userlistTitle_d'] = '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.
     96/* TODO */$lang['UAM_lastvisitTitle'] = 'Tracking registered users';
     97/* TODO */$lang['UAM_lastvisitTitle_d'] = 'This activates a table in the &quot;Tracking users&quot; tab which are registered users listed on the gallery and the date of their last visit and time spent (in days) since their last visit. Monitoring is purely informative for the administrator of the gallery.';
     98/* TODO */$lang['UAM_commentTitle'] = 'Nickname mandatory for guests comments';
     99/* TODO */$lang['UAM_commentTitle_d'] = 'If &quot;Comments for All&quot; is active (authority to unregistered visitors to post comments), this option allows to force the non-registered visitor to enter a nickname that the comment is accepted.';
     100/* TODO */$lang['UAM_tipsTitle'] = 'Tips and Examples';
     101/* TODO */$lang['UAM_tipsTitle_d'] = 'Tips and various examples of use';
     102/* TODO */$lang['UAM_userlistTitle'] = 'Tracking users';
     103/* TODO */$lang['UAM_userlistTitle_d'] = '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.
    104104<br><br>
    105105When 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:
     
    116116<br><br>
    117117<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 &quot;Tracking validations&quot; tab.';
    118 $lang['UAM_usermanTitle'] = 'Tracking validations';
    119 $lang['UAM_usermanTitle_d'] = 'When limiting the deadline for registration is enabled, you will find below the list of users whose validation registration is expected, <b style=&quot;text-decoration: underline;&quot;>whether or not</b> they are in time to validate.<br><br>
     118/* TODO */$lang['UAM_usermanTitle'] = 'Tracking validations';
     119/* TODO */$lang['UAM_usermanTitle_d'] = 'When limiting the deadline for registration is enabled, you will find below the list of users whose validation registration is expected, <b style=&quot;text-decoration: underline;&quot;>whether or not</b> they are in time to validate.<br><br>
    120120The 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>
    121121When 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>
     
    130130<br>
    131131- Submit a registration awaiting validation manually even if the expiry date has passed <b>(forcing validation)</b>.';
    132 $lang['UAM_gtTitle'] = 'Ghost visitors management';
    133 $lang['UAM_gtTitle_d'] = 'When Ghost Tracker is enabled and initialized, you will find below the list of registered visitors who have not returned since x days. &quot;x&quot; 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:
     132/* TODO */$lang['UAM_gtTitle'] = 'Ghost visitors management';
     133/* TODO */$lang['UAM_gtTitle_d'] = 'When Ghost Tracker is enabled and initialized, you will find below the list of registered visitors who have not returned since x days. &quot;x&quot; 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:
    134134<br><br>
    135135- Manually delete accounts <b>(manual drain)</b>
  • extensions/NBC_UserAdvManager/trunk/language/it_IT/plugin.lang.php

    r4987 r4988  
    127127$lang['UserAdvManager_Title3'] = 'Impostare le registrazioni seguiti e altre opzioni';
    128128$lang['UserAdvManager_Title4'] = 'Suggerimenti ed esempi di utilizzo';
    129 $lang['UserAdvManager_No_Casse'] = 'Nome utente: sensibilità Case';
     129$lang['UserAdvManager_No_Casse'] = 'Nome utente: Sensibilità case';
    130130$lang['UserAdvManager_No_Casse_true'] = ' Consentire';
    131131$lang['UserAdvManager_No_Casse_false'] = ' Disattivare (predefinito)';
Note: See TracChangeset for help on using the changeset viewer.