Feature 1451 : confirm message when managing plugins

change way to manage zero for plural forms in french

git-svn-id: http://piwigo.org/svn/trunk@5039 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou
2010-03-03 20:55:21 +00:00
parent cc2ee5b054
commit ef00827dbc
15 changed files with 122 additions and 19 deletions

View File

@@ -87,7 +87,7 @@ if (isset($_GET['upgradestatus']) and isset($_GET['plugin']))
default:
array_push($page['errors'],
sprintf(l10n('An error occured during extraction (%s).'), $_GET['upgradestatus']),
l10n('Please check \"plugins\" folder and sub-folders permissions (CHMOD).'));
l10n('Please check "plugins" folder and sub-folders permissions (CHMOD).'));
}
}