diff options
author | patdenice <patdenice@piwigo.org> | 2008-11-07 13:54:35 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-11-07 13:54:35 +0000 |
commit | 04395a4c359dddc5c9c7fff5eb447b5ee26204db (patch) | |
tree | b8d788f543590c3128629c794d4614a1ba9b98db /language/es_ES | |
parent | e91161f33103f7f415b0cb06045dc5ef1549e27a (diff) |
- 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/trunk@2838 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 |