diff --git a/config/help.yml b/config/help.yml
index 69c45db7..eb1c38c4 100644
--- a/config/help.yml
+++ b/config/help.yml
@@ -27,7 +27,7 @@ pages:
admin:
index: ch01.html
mail_options: ch01s09.html
- info: ch01s11.html
+ info: ch01s12.html
users:
index: ch01s02.html
roles:
@@ -37,6 +37,8 @@ pages:
index: ch01s04.html
issue_statuses:
index: ch01s06.html
+ settings:
+ index: ch01s11.html
# projects
projects:
index: ch02.html
diff --git a/doc/docbook/en/redmine-userdoc-en.xml b/doc/docbook/en/redmine-userdoc-en.xml
index 6b7a1c85..e5ee5ab2 100644
--- a/doc/docbook/en/redmine-userdoc-en.xml
+++ b/doc/docbook/en/redmine-userdoc-en.xml
@@ -432,6 +432,97 @@
+
+ Settings
+
+ This screen allows you to modify the configuration of the
+ application.
+
+
+
+
+
+ Application title
+
+ Title which appears in heading of the application.
+
+
+
+ Application subtitle
+
+ Subtitle which appears in heading of the application.
+
+
+
+ Welcome text
+
+ Text displayed on the home page of the application. This text
+ can contain HTML tags.
+
+
+
+ Default language
+
+ The default language is selected when the application could
+ not determine the user's browser language. The default language is
+ also used when sending email to multiple users.
+
+ Default: English
+
+
+
+ Authent. required
+
+ If this option is checked, no page of the application is
+ accessible in an anonymous way. The users must login to access
+ it.
+
+ Default: No
+
+
+
+ Self-registration enabled
+
+ If this option is checked, self registration is
+ allowed.
+
+ Default: Yes
+
+
+
+ Attachment max. size
+
+ Maximum size of uploaded files (in kylo-bytes)
+
+ Default: 2048 (i.e. 2MB)
+
+
+
+ Emission mail address
+
+ Email address used in the "From" field of messages sent to
+ users.
+
+
+
+ Host name
+
+ Host name of the application. This name is used to write URL
+ in emails sent to users.
+
+
+
+ Text formatting
+
+ Formatting method applied to the "description" fields of the
+ issues, news, documents...
+
+ "Textile" option is only available if RedColth ruby library is
+ present.
+
+
+
+
Information
diff --git a/doc/docbook/fr/redmine-userdoc-fr.xml b/doc/docbook/fr/redmine-userdoc-fr.xml
index fa67a6a2..5582f02d 100644
--- a/doc/docbook/fr/redmine-userdoc-fr.xml
+++ b/doc/docbook/fr/redmine-userdoc-fr.xml
@@ -446,6 +446,99 @@
+
+ Configuration
+
+ Cet écran vous permet de modifier les paramètres de configuration
+ de l'application.
+
+
+
+
+
+ Titre de l'application
+
+ Titre qui apparaît en en-tête de l'application.
+
+
+
+ Sous-titre de l'application
+
+ Sous-titre qui apparaît en en-tête de l'application.
+
+
+
+ Texte d'accueil
+
+ Texte affiché sur la page d'accueil de l'application. Ce texte
+ peut contenir des balises HTML.
+
+
+
+ Langue par défaut
+
+ La langue par défaut est sélectionnée lorsque l'application
+ n'a pas pu déterminer la langue définie au niveau du navigateur de
+ l'utilisateur.La langue par défaut est également utilisée lors de
+ l'envoi de mail à plusieurs utilisateurs.
+
+ Défaut: Anglais
+
+
+
+ Authentif. obligatoire
+
+ Si cette option est cochée, aucune page de l'application n'est
+ accessible de manière anonyme. Les utilisateurs doivent
+ obligatoirement s'identifier pour y accéder.
+
+ Défaut: Non
+
+
+
+ Enregistrement autorisé
+
+ Si cette option est cochée, la procédure d'enregistrement en
+ ligne est disponible.
+
+ Défaut: Oui
+
+
+
+ Taille max des fichiers
+
+ Taille maximale des fichiers pouvant être envoyés à
+ l'application (en kilo-octets).
+
+ Défaut: 2048 (soit 2Mo)
+
+
+
+ Adresse d'émission
+
+ Adresse mail utilisée comme adresse d'émission (champ From des
+ mails) lors de l'envoi de messages aux utilisateurs.
+
+
+
+ Nom d'hôte
+
+ Nom d'hôte de l'application. Ce nom est utilisé pour
+ l'écriture des URL dans les mails envoyés aux utilisateurs.
+
+
+
+ Formatage du texte
+
+ Définit la méthode de formatage appliquée aux champs
+ "description" des demandes, annonces, documents...
+
+ L'option "Textile" n'est disponible que si la libraire ruby
+ RedColth est installée.
+
+
+
+
Informations
diff --git a/public/manual/en/ch01.html b/public/manual/en/ch01.html
index 67447735..cd84456f 100644
--- a/public/manual/en/ch01.html
+++ b/public/manual/en/ch01.html
@@ -1,3 +1,3 @@
- Chapter 1. Administration