diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-10-11 14:28:45 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-10-11 14:28:45 +0000 |
commit | be463866f6979b748aa389bf177142269a62fa69 (patch) | |
tree | c0d7f2ac8fd70ce770d9351e18d67b869d764772 /language/english.php | |
parent | 673228fbe839e5a2eac933b6a27801c67f068ad4 (diff) |
More precise message about upload authorization
git-svn-id: http://piwigo.org/svn/trunk@197 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/english.php')
-rw-r--r-- | language/english.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/language/english.php b/language/english.php index 05d94ba05..68697531f 100644 --- a/language/english.php +++ b/language/english.php @@ -281,7 +281,6 @@ if ( $isadmin ) $lang['conf_remote_site_delete_info'] = 'Deleting a remote server will delete all the image and the categories in relation with this server.'; $lang['conf_upload_title'] = 'Configuration of the users upload'; $lang['conf_upload_available'] = 'authorized the upload of pictures'; - $lang['conf_upload_available_info'] = 'Authorizing the upload of pictures by users on the categories of the website (not on a remote server).'; $lang['conf_upload_maxfilesize'] = 'maximum filesize'; $lang['conf_upload_maxfilesize_info'] = 'Maximum filesize for the uploaded pictures. Must be a number between 10 and 1000 KB.'; $lang['conf_err_upload_maxfilesize'] = 'Maximum filesize for the uploaded pictures must be a number between 10 and 1000 KB.'; @@ -541,5 +540,7 @@ Once this file deleted , follow this instructions : $lang['step1_err_copy'] = 'Copy the text between hyphens and paste it into the file "include/mysql.inc.php"(Warning : mysql.inc.php must only contain what is in blue, no line return or space character)'; $lang['permuser_only_private'] = 'Only private categories are shown'; $lang['waiting_update'] = 'Validated pictures will be displayed only once pictures database updated'; + $lang['conf_upload_available_info'] = 'Authorizing the upload of pictures by users on the categories of the website (not on a remote server). This is general parameter, it is needed to authorize upload category by category, by default, no category is "uploadable".'; + } ?>
\ No newline at end of file |