diff options
author | patdenice <patdenice@piwigo.org> | 2008-11-07 13:56:00 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-11-07 13:56:00 +0000 |
commit | 2f586c6791ee2d07e71245d308e2c7f1158b2b7d (patch) | |
tree | b336c1f75085c1055928c20458586ce2a68f190c /language/es_ES | |
parent | 5f1fe1d4f9b67b44b7166444de6034a4e6dadfdf (diff) |
merge -c2838 from trunk to branch 2.0
- improve 1.3.1 upgrade (automatic write in mysql.inc.php).
- translate 1.3.1 upgrade informations messages.
- security fix in upgrade login.
git-svn-id: http://piwigo.org/svn/branches/2.0@2839 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/es_ES')
-rw-r--r-- | language/es_ES/upgrade.lang.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/language/es_ES/upgrade.lang.php b/language/es_ES/upgrade.lang.php index b18741016..dff3a074f 100644 --- a/language/es_ES/upgrade.lang.php +++ b/language/es_ES/upgrade.lang.php @@ -36,4 +36,9 @@ $lang['deactivated plugins'] = 'Por precauciĆ³n, el plugins siguiente han sido d /*TODO*/$lang['upgrade login message'] = 'Only administrator can run upgrade: please sign in below.'; /*TODO*/$lang['You do not have access rights to run upgrade'] = 'You do not have access rights to run upgrade'; +// Upgrade informations from upgrade_1.3.1.php +/*TODO*/$lang['all sub-categories of private categories become private'] = 'All sub-categories of private categories become private'; +/*TODO*/$lang['user permissions and group permissions have been erased'] = 'User permissions and group permissions have been erased'; +/*TODO*/$lang['only thumbnails prefix and webmaster mail saved'] = 'Only thumbnails prefix and webmaster mail address have been saved from previous configuration'; + ?>
\ No newline at end of file |