Show
Ignore:
Timestamp:
11/06/08 15:44:51 (5 years ago)
Author:
patdenice
Message:

- Webmaster or administrator can login to run upgrade.
- Inserting upgrade line in mysql.inc.php still work.
- Convert espagnol upgrade file to utf8.
- Minor changes in upgrade processus.
- Remove all comments in pclzip.lib.php.

Files:
1 modified

Legend:

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

    r2819 r2836  
    2626$lang['introduction message'] = 'This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. 
    2727The upgrade assistant thinks you are currently running a <strong>release %s</strong> (or equivalent).'; 
     28$lang['upgrade login message'] = 'Only administrator can run upgrade: please sign in below.'; 
    2829$lang['Upgrade from %s to %s'] = 'Upgrade from version %s to %s'; 
    2930$lang['Statistics'] = 'Statistics'; 
     
    3334$lang['Upgrade informations'] = 'Upgrade informations'; 
    3435$lang['delete upgrade files'] = '[Security] Delete files "upgrade.php", "upgrade_feed.php", "install.php" and "install" directory'; 
    35 $lang['remove line from mysql.inc.php'] = 'In include/mysql.inc.php, remove:'; 
    36 $lang['perform a maintenance check'] = 'Perform a maintenance check in [Administration>General>Maintenance] if you encounter any problem.'; 
     36$lang['perform a maintenance check'] = 'Perform a maintenance check in [Administration>Specials>Maintenance] if you encounter any problem.'; 
    3737$lang['deactivated plugins'] = 'As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'; 
     38$lang['upgrade login message'] = 'Only administrator can run upgrade: please sign in below.'; 
     39$lang['You do not have access rights to run upgrade'] = 'You do not have access rights to run upgrade'; 
    3840 
    3941?>