Ignore:
Timestamp:
Sep 23, 2011, 10:46:40 PM (13 years ago)
Author:
Eric
Message:

For compliance with new online translation tool:

  • Rename /help/plugin.lang.php to /help/help.lang.php
  • Relocate help.lang.php in language root directory
  • Remove help directory
Location:
extensions/UserAdvManager/trunk
Files:
7 added
7 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/admin/UAM_admin.php

    r12189 r12205  
    1818
    1919load_language('plugin.lang', UAM_PATH);
    20 load_language('help/plugin.lang', UAM_PATH);
     20load_language('help.lang', UAM_PATH);
    2121
    2222
     
    154154    }
    155155
     156    // Save global UAM configuration
    156157                $newconf_UAM = array(
    157158      $_POST['UAM_Mail_Info'],
     
    219220      array_push($page['errors'], l10n('UAM_Error_Using_illegal_flag'));
    220221    }
    221    
     222
     223    // Save ConfirmMail settings
    222224          $newconf_UAM_ConfirmMail = array (
    223225      $_POST['UAM_ConfirmMail_TimeOut'],
     
    269271  $Downgrade = -1;
    270272       
    271   //Check groups list in database
     273  //Get groups list in database
    272274  $query = '
    273275SELECT id, name
     
    387389
    388390
    389   //Level setting for unvalidated, validated users and downgrade status
     391  //Level setting for unvalidated, validated users and downgrade level
    390392  $level_options[-1] = '------------';
    391393  $No_Valid_Level = -1;
  • extensions/UserAdvManager/trunk/changelog.txt.php

    r12189 r12205  
    261261-- 2.20.11 : Bug 2336 fixed - New feature : Add [Kdays] autotext flag to insert the number of days until expiration.
    262262
    263 -- 2.30.0RC1 : Piwigo 2.3.0 compliant
     263-- 2.30.0RC1 :
     264            Piwigo 2.3.0 compliant
    264265            Bug 2415 fixed - New feature : Set automatically privacy level for users who have validated or not their registration. Automated task available.
     266            Help files remaned and relocated in the language root directory (no more "help" subdirectory) for compliance with the new online translation tool.
    265267*/
    266268?>
Note: See TracChangeset for help on using the changeset viewer.