diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-10-12 14:32:39 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-10-12 14:32:39 +0000 |
commit | 49af4c3f2afbfca029166a3851b29698ca05faef (patch) | |
tree | 5effa26432cfe8600d94898a364848281d52ebc2 /language | |
parent | b29e95516727bd4449195709edbabf4b5806adf7 (diff) |
Display a message linked to the help forum during the install
git-svn-id: http://piwigo.org/svn/trunk@200 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/english.php | 2 | ||||
-rw-r--r-- | language/francais.php | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/language/english.php b/language/english.php index 68697531f..2587b4a58 100644 --- a/language/english.php +++ b/language/english.php @@ -541,6 +541,6 @@ Once this file deleted , follow this instructions : $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".'; - + $lang['install_help'] = 'Need help ? Ask your question on <a href="http://forum.phpwebgallery.net">PhpWebGallery message board</a>.'; } ?>
\ No newline at end of file diff --git a/language/francais.php b/language/francais.php index c188d80ec..1d3c555fd 100644 --- a/language/francais.php +++ b/language/francais.php @@ -541,5 +541,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 <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.'; + $lang['install_help'] = 'Besoin d\'aide ? Posez votre question sur le <a href="http://forum.phpwebgallery.net">forum de PhpWebGallery</a>.'; } ?>
\ No newline at end of file |