diff options
| author | Zakaria BOUZIANE | 2015-04-30 09:39:26 +0200 |
|---|---|---|
| committer | Zakaria BOUZIANE | 2015-04-30 09:39:26 +0200 |
| commit | 9b785f79e34cff001a5eeed2d3118ca26f82aa4e (patch) | |
| tree | e276ed5ad06eabaf27250512d7c7f0ec5c86671f /config | |
| parent | 854fb22f32028b283bef0b3a76a6ca0e67f130de (diff) | |
| download | chouette-core-9b785f79e34cff001a5eeed2d3118ca26f82aa4e.tar.bz2 | |
Showing ComplianceCheck RuleParameterSet
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/compliance_checks.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/locales/compliance_checks.yml b/config/locales/compliance_checks.yml index 1255b55a1..f538bd42b 100644 --- a/config/locales/compliance_checks.yml +++ b/config/locales/compliance_checks.yml @@ -25,6 +25,11 @@ en: processing: "Processing" completed: "Completed" failed: "Failed" + started: "Started" + scheduled: "Processing ..." + terminated: "Completed" + canceled: "Canceled" + aborted: "Failed" file_validation_log_messages: messages: undefined: "%{key} undefined" @@ -88,6 +93,11 @@ fr: processing: "En cours ..." completed: "Achevé" failed: "Echoué" + started: "En file d'attente..." + scheduled: "En cours..." + terminated: "Achevé" + canceled: "Annulé" + aborted: "Echoué" uncheck_count: zero: "aucun inapplicable" one: "un inapplicable" |
