diff options
| author | cedricnjanga | 2018-04-23 06:24:26 -0700 | 
|---|---|---|
| committer | cedricnjanga | 2018-04-23 06:24:26 -0700 | 
| commit | 9f096f37504a8cdec23995ef7c0c9eab689497e9 (patch) | |
| tree | 128d66e92eb24ba64542dff9babf8255c576f4ce | |
| parent | 9e2b5aefc90418acf0959cb77df40578b2e7a06f (diff) | |
| download | chouette-core-9f096f37504a8cdec23995ef7c0c9eab689497e9.tar.bz2 | |
Refs #6252 Change CC pattern label6252-cc-labels
| -rw-r--r-- | config/locales/compliance_controls.en.yml | 3 | ||||
| -rw-r--r-- | config/locales/compliance_controls.fr.yml | 3 | 
2 files changed, 4 insertions, 2 deletions
| diff --git a/config/locales/compliance_controls.en.yml b/config/locales/compliance_controls.en.yml index 18069f2f7..cb370c5df 100644 --- a/config/locales/compliance_controls.en.yml +++ b/config/locales/compliance_controls.en.yml @@ -217,7 +217,7 @@ en:        line_control/lines_scope:          one: "Lines must be included in the lines scope of the organization"        generic_attribute_control/pattern: -        one: "Attribute pattern of an object in a line" +        one: "Attribute regular expression of an object in a line"        generic_attribute_control/min_max:          one: "Min, max values of numeric fields"        generic_attribute_control/uniqueness: @@ -235,3 +235,4 @@ en:          target: "Target"          prerequisite: "Prerequisite"          predicate: "Predicate" +        pattern: Regular expression diff --git a/config/locales/compliance_controls.fr.yml b/config/locales/compliance_controls.fr.yml index 7dc6eeeb3..0b0555b6d 100644 --- a/config/locales/compliance_controls.fr.yml +++ b/config/locales/compliance_controls.fr.yml @@ -214,7 +214,7 @@ fr:        line_control/lines_scope:          one: "Les lignes doivent appartenir au périmètre de lignes de l'organisation"        generic_attribute_control/pattern: -        one: "Contrôle du contenu selon un pattern" +        one: "Contrôle du contenu selon une expression régulière"        generic_attribute_control/min_max:          one: "Valeur min, max de champs numériques"        generic_attribute_control/uniqueness: @@ -232,3 +232,4 @@ fr:          target: "Cible"          prerequisite: "Prérequis"          predicate: "Prédicat" +        pattern: Expression régulière | 
