diff options
author | patdenice <patdenice@piwigo.org> | 2008-11-06 14:44:51 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-11-06 14:44:51 +0000 |
commit | e91161f33103f7f415b0cb06045dc5ef1549e27a (patch) | |
tree | 43b61578bab933231328216fb4344288f574a8e0 /language/de_DE | |
parent | 82a2d09d76b86765d3d681dd8bed63f3a9fe68de (diff) |
- 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.
git-svn-id: http://piwigo.org/svn/trunk@2836 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/de_DE')
-rw-r--r-- | language/de_DE/upgrade.lang.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/language/de_DE/upgrade.lang.php b/language/de_DE/upgrade.lang.php index 04ed605a7..0b3511a49 100644 --- a/language/de_DE/upgrade.lang.php +++ b/language/de_DE/upgrade.lang.php @@ -32,8 +32,9 @@ $lang['total SQL time'] = 'total SQL time'; $lang['SQL queries'] = 'SQL queries'; $lang['Upgrade informations'] = 'Upgrade informations'; $lang['delete upgrade files'] = '[Security] Delete files "upgrade.php", "upgrade_feed.php", "install.php" and "install" directory'; -$lang['remove line from mysql.inc.php'] = 'In include/mysql.inc.php, remove:'; -$lang['perform a maintenance check'] = 'Perform a maintenance check in [Administration>General>Maintenance] if you encounter any problem.'; +$lang['perform a maintenance check'] = 'Perform a maintenance check in [Administration>Specials>Maintenance] if you encounter any problem.'; $lang['deactivated plugins'] = 'As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'; +$lang['upgrade login message'] = 'Only administrator can run upgrade: please sign in below.'; +$lang['You do not have access rights to run upgrade'] = 'You do not have access rights to run upgrade'; ?>
\ No newline at end of file |