diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-11-07 15:37:17 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-11-07 15:37:17 +0000 |
commit | 006337fb0e8c45813031a0ced14746733692a173 (patch) | |
tree | 727cab16a2946cab12d3c8e88b1edd10cf7ffbe7 /lang/fr.yml | |
parent | 4581baa5c0b64eb7d638876fb2e9288d5f71107c (diff) | |
download | redmine-006337fb0e8c45813031a0ced14746733692a173.tar.gz redmine-006337fb0e8c45813031a0ced14746733692a173.zip |
Host setting should contain the path prefix (Redmine base URL) to properly generate links in emails that are sent offline (#2122).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@1989 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/fr.yml')
-rw-r--r-- | lang/fr.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/fr.yml b/lang/fr.yml index 576476c0a..556bb4548 100644 --- a/lang/fr.yml +++ b/lang/fr.yml @@ -197,7 +197,7 @@ setting_issues_export_limit: Limite export demandes setting_mail_from: Adresse d'émission setting_bcc_recipients: Destinataires en copie cachée (cci) setting_plain_text_mail: Mail texte brut (non HTML) -setting_host_name: Nom d'hôte +setting_host_name: Nom d'hôte et chemin setting_text_formatting: Formatage du texte setting_wiki_compression: Compression historique wiki setting_feeds_limit: Limite du contenu des flux RSS @@ -576,6 +576,7 @@ label_planning: Planning label_incoming_emails: Emails entrants label_generate_key: Générer une clé label_issue_watchers: Utilisateurs surveillant cette demande +label_example: Exemple button_login: Connexion button_submit: Soumettre |