diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-02-07 07:57:59 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-02-07 07:57:59 +0000 |
commit | 7b127ee489a134436ab457467c2da42e32aa652d (patch) | |
tree | 3b0437c386393ba8690998debd616a76a7f4b312 /config | |
parent | 09b95905dc2df3476ac46d2266bb6c9fd4bc2c93 (diff) | |
download | redmine-7b127ee489a134436ab457467c2da42e32aa652d.tar.gz redmine-7b127ee489a134436ab457467c2da42e32aa652d.zip |
Show tabs for existing custom field types only and adds a view for choosing the type when adding a new custom field.
git-svn-id: http://svn.redmine.org/redmine/trunk@12849 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 c9256ae40..39b7d8f04 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -910,6 +910,7 @@ en: label_drop_down_list: drop-down list label_checkboxes: checkboxes label_link_values_to: Link values to URL + label_custom_field_select_type: Select the type of object to which the custom field is to be attached button_login: Login button_submit: Submit diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 2eff8fcd3..ad7ca550d 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -886,6 +886,7 @@ fr: label_drop_down_list: liste déroulante label_checkboxes: cases à cocher label_link_values_to: Lier les valeurs vers l'URL + label_custom_field_select_type: Selectionner le type d'objet auquel attacher le champ personnalisé button_login: Connexion button_submit: Soumettre |