Show
Ignore:
Timestamp:
11/07/08 14:54:35 (5 years ago)
Author:
patdenice
Message:

- improve 1.3.1 upgrade (automatic write in mysql.inc.php).
- translate 1.3.1 upgrade informations messages.
- security fix in upgrade login.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK/upgrade.lang.php

    r2836 r2838  
    3737$lang['You do not have access rights to run upgrade'] = 'You do not have access rights to run upgrade'; 
    3838 
     39// Upgrade infoformations from upgrade_1.3.1.php 
     40$lang['all sub-categories of private categories become private'] = 'All sub-categories of private categories become private'; 
     41$lang['user permissions and group permissions have been erased'] = 'User permissions and group permissions have been erased'; 
     42$lang['only thumbnails prefix and webmaster mail saved'] = 'Only thumbnails prefix and webmaster mail address have been saved from previous configuration'; 
     43 
    3944?>