diff options
| author | cedricnjanga | 2018-03-22 05:24:12 -0700 | 
|---|---|---|
| committer | cedricnjanga | 2018-03-22 05:24:12 -0700 | 
| commit | d0e15cd7841f1f13a2ef0011a2845036b12e9d62 (patch) | |
| tree | 4ffcdaf36ea0fc4f02a261b0a4e3560879f6440f | |
| parent | b2378aa38642d6312d222325ddeeaad78db50e13 (diff) | |
| download | chouette-core-6241-compliance-control-set-affectation-labels.tar.bz2 | |
Refs #6241 Fix Compliance Control set affectation labels6241-compliance-control-set-affectation-labels
| -rw-r--r-- | config/locales/workbenches.en.yml | 5 | ||||
| -rw-r--r-- | config/locales/workbenches.fr.yml | 4 | 
2 files changed, 9 insertions, 0 deletions
| diff --git a/config/locales/workbenches.en.yml b/config/locales/workbenches.en.yml index 2d9b27045..b11f35049 100644 --- a/config/locales/workbenches.en.yml +++ b/config/locales/workbenches.en.yml @@ -29,3 +29,8 @@ en:          zero: "workbench"          one: "workbench"          other: "workbenches" +    attributes: +      workbench: +        import_compliance_control_set_id: Space data before import +        merge_compliance_control_set_id: Space data before merge + diff --git a/config/locales/workbenches.fr.yml b/config/locales/workbenches.fr.yml index 8eee1a516..d7e3327ac 100644 --- a/config/locales/workbenches.fr.yml +++ b/config/locales/workbenches.fr.yml @@ -29,3 +29,7 @@ fr:          zero: "espace de travail"          one: "espace de travail"          other: "espaces de travail" +    attributes: +      workbench: +        import_compliance_control_set_id: Jeu de données après import +        merge_compliance_control_set_id: Jeu de Données avant intégration | 
