diff options
| author | cedricnjanga | 2017-11-27 11:52:40 +0100 |
|---|---|---|
| committer | cedricnjanga | 2017-11-27 11:52:40 +0100 |
| commit | 80365ce4f88b1d25a3a313982c6a0cdaa5e8dff5 (patch) | |
| tree | 883a8acc043bb8ffe0325f961a403f460004e5bc | |
| parent | 4907dd938b72e6452831756ab9508b8c77b681bd (diff) | |
| download | chouette-core-80365ce4f88b1d25a3a313982c6a0cdaa5e8dff5.tar.bz2 | |
Refs 5029 Fix locale typo
| -rw-r--r-- | config/locales/compliance_controls.fr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/compliance_controls.fr.yml b/config/locales/compliance_controls.fr.yml index e23f879f5..9afffa823 100644 --- a/config/locales/compliance_controls.fr.yml +++ b/config/locales/compliance_controls.fr.yml @@ -106,7 +106,7 @@ fr: 3_vehiclejourney_5_1: "La course %{source_objectid} a un horaire d'arrivé %{error_value} supérieur à l'horaire de départ %{reference_value} à l'arrêt %{target_0_label} (%{target_0_objectid})" 3_vehiclejourney_5_2: "La course %{source_objectid} a un horaire de départ %{error_value} à l'arrêt %{target_0_label} (%{target_0_objectid}) supérieur à l'horaire d'arrivé % à l'arrêt suivant" description: "L'horaire d'arrivée à un arrêt doit être antérieur à l'horaire de départ de cet arrêt ET les horaires de départ aux arrêts doivent être dans l'ordre chronologique croissant." - routing_constraint_zone_control/vehicle_journey_at_stops: + routing_constraint_zone_control/unactivated_stop_point: messages: 3_routingconstraint_1: "L'ITL %{source_objectid} référence un arrêt (ZDEp) désactivé %{target_0_label} (%{target_0_objectid})" description: "Les arrêts d'une ITL ne doivent pas être désactivés" |
