Ignore:
Timestamp:
May 20, 2011, 10:21:46 PM (13 years ago)
Author:
Eric
Message:
  • Use pwg_db_real_escape_string() instead of addslashes()
  • Database upgrade process simplied (using version_compare() and code refactoring)
  • Bug 2253 fixed - New feature to allow comments on pictures only for specific users (who belong to a group) when "comments for all" is set
Location:
extensions/UserAdvManager/trunk/language/es_ES
Files:
2 edited

Legend:

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

    r10391 r10957  
    281281/*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.';
    282282// --------- End: New or revised $lang ---- from version 2.20.4
     283
     284
     285// --------- Starting below: New or revised $lang ---- from version 2.20.7
     286/*TODO*/$lang['UAM_GroupCommTitle'] = 'Allow comments to a group of users';
     287/*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.
     288<br><br>
     289By 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.';
     290// --------- End: New or revised $lang ---- from version 2.20.7
    283291?>
  • extensions/UserAdvManager/trunk/language/es_ES/plugin.lang.php

    r10391 r10957  
    370370$lang['UAM_HidePassw'] = 'Contraseña en texto claro en la información del correo electrónico';
    371371// --------- End: New or revised $lang ---- from version 2.20.4
     372
     373
     374// --------- Starting below: New or revised $lang ---- from version 2.20.7
     375/*TODO*/$lang['UAM_Group_Comments'] = 'Allow comments to a group of users';
     376/*TODO*/$lang['UAM_AllowedComm_Group'] = 'Select the group of users allowed to post comments:';
     377/*TODO*/$lang['UAM_Not_Allowed_Author'] = 'Sorry, you are not authorized to post a comment. Please contact the site administrator.';
     378// --------- End: New or revised $lang ---- from version 2.20.7
    372379?>
Note: See TracChangeset for help on using the changeset viewer.