Ignore:
Timestamp:
May 23, 2011, 7:05:01 PM (13 years ago)
Author:
Eric
Message:

Remove all options related to comments because they are processed in new "Comments Access Manager" plugin.
New version 2.20.8 hard coded for publication.

Location:
extensions/UserAdvManager/trunk/language/it_IT
Files:
2 edited

Legend:

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

    r10957 r11018  
    4747/* TODO */$lang['UAM_lastvisitTitle'] = 'Tracking registered users';
    4848/* TODO */$lang['UAM_lastvisitTitle_d'] = 'This activates a table in the "Tracking users" 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.';
    49 /* TODO */$lang['UAM_commentTitle'] = 'Nickname mandatory for guests comments';
    50 /* TODO */$lang['UAM_commentTitle_d'] = 'If "Comments for All" 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.';
    5149/* TODO */$lang['UAM_tipsTitle'] = 'Tips and Examples';
    5250/* TODO */$lang['UAM_tipsTitle_d'] = 'Tips and various examples of use';
     
    272270/*TODO*/$lang['UAM_HidePasswTitle_d'] = 'Choose here if you want to display the password chosen by the visitor in the information email. If you enable the option, the password will then appear in clear text. If you disable the password will not appear at all.';
    273271// --------- End: New or revised $lang ---- from version 2.20.4
    274 
    275 
    276 // --------- Starting below: New or revised $lang ---- from version 2.20.7
    277 /*TODO*/$lang['UAM_GroupCommTitle'] = 'Allow comments to a group of users';
    278 /*TODO*/$lang['UAM_GroupCommTitle_d'] = 'This option lets you specify a group of users who will allowed to post comments when the gallery is configured to not allow comments for all.
    279 <br><br>
    280 By default, when &quot;comments for all&quot; option is disabled, only registered users can post comments. With this option, you can restrict this behavior by specifying a user group. Thus, only registered users and members of this group may post comments.';
    281 // --------- End: New or revised $lang ---- from version 2.20.7
    282272?>
  • extensions/UserAdvManager/trunk/language/it_IT/plugin.lang.php

    r10957 r11018  
    2727$lang['UAM_Err_audit_email_forbidden'] = '<b>Questo conto utente usa un dominio d\'Email proibito:</b> ';
    2828$lang['UAM_Err_audit_advise'] = '<b>Dovete eseguire delle correzioni per rispettare le nuove impostazzioni che avete attivato.<br> Utilizzare un programma per la gestione della base dati per correggere i conti utente direttamente nella tabella ###_USERS';
    29 $lang['UAM_Empty Author'] = 'Il campo autore deve essere riempito per potere inviare un commento.';
    3029$lang['UAM_reg_err_login2'] = 'Nome utente non deve contenere in caratteri seguenti: ';
    3130$lang['UAM_reg_err_login5'] = 'Il tuo provider di posta usa dominio d\'Email proibito. I domini preibiti sono i seguenti: ';
     
    145144$lang['UAM_GhostTracker_ReminderText'] = 'Testo di rilancio personalizzato';
    146145$lang['UAM_LastVisit'] = ' Tracciamento utenti registrati';
    147 $lang['UAM_No_Comment_Anonymous'] = 'Commenti : Pseudo obbligatorio per gli ospiti';
    148146
    149147$lang['UAM_Tab_UserManager'] = 'Tracciamento convalide';
     
    329327$lang['UAM_HidePassw'] = 'Password in chiaro nelle informazioni e-mail';
    330328// --------- End: New or revised $lang ---- from version 2.20.4
    331 
    332 
    333 // --------- Starting below: New or revised $lang ---- from version 2.20.7
    334 /*TODO*/$lang['UAM_Group_Comments'] = 'Allow comments to a group of users';
    335 /*TODO*/$lang['UAM_AllowedComm_Group'] = 'Select the group of users allowed to post comments:';
    336 /*TODO*/$lang['UAM_Not_Allowed_Author'] = 'Sorry, you are not authorized to post a comment. Please contact the site administrator.';
    337 // --------- End: New or revised $lang ---- from version 2.20.7
    338329?>
Note: See TracChangeset for help on using the changeset viewer.