diff options
| author | anicet | 2015-06-11 17:58:17 +0200 | 
|---|---|---|
| committer | anicet | 2015-06-16 10:45:53 +0200 | 
| commit | 35f1e7f60871c2213804c83cca5b951c568bf9cb (patch) | |
| tree | b990a422cec0d943a94c868137d00ee4efbd7331 | |
| parent | 2e8f1c8060d018ac1e89450afca7f79ba119d3ba (diff) | |
| download | chouette-core-35f1e7f60871c2213804c83cca5b951c568bf9cb.tar.bz2 | |
Locales : update wording
| -rw-r--r-- | config/locales/imports.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/imports.fr.yml | 4 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/config/locales/imports.en.yml b/config/locales/imports.en.yml index 44767a6f5..32c4a2779 100644 --- a/config/locales/imports.en.yml +++ b/config/locales/imports.en.yml @@ -11,7 +11,7 @@ en:        report: "Report"        imported_file: "Original file"        rule_parameter_set: "Rule parameter set" -      compliance_check: "Validation" +      compliance_check: "Validation report"        compliance_check_of: "Validation of import: "        import_of_validation: "Import of the validation"      compliance_check_task: "Validate Report" diff --git a/config/locales/imports.fr.yml b/config/locales/imports.fr.yml index af71565eb..bc9fbbae3 100644 --- a/config/locales/imports.fr.yml +++ b/config/locales/imports.fr.yml @@ -11,7 +11,7 @@ fr:        report: "Rapport"        imported_file: "Fichier source"        rule_parameter_set: "Jeu de paramètres" -      compliance_check: "Validation" +      compliance_check: "Rapport de validation"        compliance_check_of: "Validation de l'import : "        import_of_validation: "L'import de la validation"      compliance_check_task: "Validation" @@ -56,4 +56,4 @@ fr:          max_distance_for_commercial: "Distance max pour créer les zones"          max_distance_for_connection_link: "Distance max pour créer les correspondances"          ignore_last_word: "ignorer le dernier mot" -        ignore_end_chars: "ignorer les n derniers caractères"
\ No newline at end of file +        ignore_end_chars: "ignorer les n derniers caractères" | 
