aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-10-11 14:28:45 +0000
committerz0rglub <z0rglub@piwigo.org>2003-10-11 14:28:45 +0000
commitbe463866f6979b748aa389bf177142269a62fa69 (patch)
treec0d7f2ac8fd70ce770d9351e18d67b869d764772
parent673228fbe839e5a2eac933b6a27801c67f068ad4 (diff)
More precise message about upload authorization
git-svn-id: http://piwigo.org/svn/trunk@197 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--language/english.php3
-rw-r--r--language/francais.php3
2 files changed, 3 insertions, 3 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
diff --git a/language/francais.php b/language/francais.php
index 006876129..c188d80ec 100644
--- a/language/francais.php
+++ b/language/francais.php
@@ -280,7 +280,6 @@ if ( $isadmin )
$lang['conf_remote_site_delete_info'] = 'Supprimer un site revient à supprimer toutes les images et les catégories en relation avec ce site.';
$lang['conf_upload_title'] = 'Configurer l\'upload des utilisateurs';
$lang['conf_upload_available'] = 'autoriser l\'ajout d\'images';
- $lang['conf_upload_available_info'] = 'Autoriser l\'ajout d\'image par les utilisateurs dans les catégories du site (pas sur un site distant).';
$lang['conf_upload_maxfilesize'] = 'poids maximum';
$lang['conf_upload_maxfilesize_info'] = 'Poids maximum autorisé pour les images uploadées. Celui-ci doit être un entier compris entre 10 et 1000, en Ko.';
$lang['conf_err_upload_maxfilesize'] = 'Le poids maximum pour les images uploadés doit être un entier compris entre 10 et 1000.';
@@ -541,6 +540,6 @@ Un fois ce fichier supprimé, veuillez suivre ces indications :
$lang['help_infos'][2] = 'Pour n\'importe quelle question, n\'hésitez pas à consulter le forum ou à y poser une question, sur le site';
$lang['help_infos'][2] = 'Pour n\'importe quelle question, n\'hésitez pas à consulter le <a href="'.$conf['forum_url'].'" style="text-decoration:underline">forum</a> ou à y poser une question, sur le site';
$lang['step1_err_copy'] = 'Copiez le texte en bleu entre les tirets et collez-le dans le fichier mysql.inc.php qui se trouve dans le répertoire "include" à la base de l\'endroit où vous avez installé PhpWebGallery (le fichier mysql.inc.php ne doit comporter QUE ce qui est en bleu entre les tirets, aucun retour à la ligne ou espace n\'est autorisé)';
-
+ $lang['conf_upload_available_info'] = 'Autoriser l\'ajout d\'image par les utilisateurs dans les catégories du site (pas sur un site distant). Ceci est un paramètre général, il est nécessaire pour autoriser l\'upload catégorie par catégorie.';
}
?> \ No newline at end of file