diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-11-15 20:11:00 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-11-15 20:11:00 +0000 |
commit | f69b4da75f58c1efb578a914adfbb978e4460839 (patch) | |
tree | 5e5524178fb9c243cfc35e18563519e46b24ff75 /config/locales/fr.yml | |
parent | 71c61f4996aed44f3b89d66e5a2a0e86b32f3888 (diff) | |
download | redmine-f69b4da75f58c1efb578a914adfbb978e4460839.tar.gz redmine-f69b4da75f58c1efb578a914adfbb978e4460839.zip |
Add an indication to admin/info whether or not ImageMagick convert is available (#15311).
Patch by Mischa The Evil.
git-svn-id: http://svn.redmine.org/redmine/trunk@12278 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/fr.yml')
-rw-r--r-- | config/locales/fr.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 4cf57e739..691336d40 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -1111,3 +1111,4 @@ fr: setting_repositories_encodings: Encodages des fichiers et des dépôts label_search_for_watchers: Rechercher des observateurs text_repository_identifier_info: 'Seuls les lettres minuscules (a-z), chiffres, tirets et tirets bas sont autorisés.<br />Un fois sauvegardé, l''identifiant ne pourra plus être modifié.' + text_convert_available: Binaire convert de ImageMagick présent (optionel) |