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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.