diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-25 14:55:36 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-25 14:55:36 +0000 |
commit | b40d66f39fa8a0425ce2a08d4cf4007d814b97fb (patch) | |
tree | 87940a49e073ba7d61af294157b48fa1fdf9ba8c /config | |
parent | 8d713ae6ca643db8ce548b143635dee361f36ffe (diff) | |
download | redmine-b40d66f39fa8a0425ce2a08d4cf4007d814b97fb.tar.gz redmine-b40d66f39fa8a0425ce2a08d4cf4007d814b97fb.zip |
Option for long text custom fields to be displayed under the description field (#21705).
Based on patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@16251 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 1 | ||||
-rw-r--r-- | config/locales/fr.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 24d73e65d..fb9b6bf1f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -372,6 +372,7 @@ en: field_textarea_font: Font used for text areas field_updated_by: Updated by field_last_updated_by: Last updated by + field_full_width_layout: Full width layout setting_app_title: Application title setting_app_subtitle: Application subtitle diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 6136c7978..b1e0239c7 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -384,6 +384,7 @@ fr: field_textarea_font: Police utilisée pour les champs texte field_updated_by: Mise à jour par field_last_updated_by: Dernière mise à jour par + field_full_width_layout: Afficher sur toute la largeur setting_app_title: Titre de l'application setting_app_subtitle: Sous-titre de l'application |