diff options
| author | Alban Peignier | 2017-12-21 17:38:14 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2017-12-21 17:38:14 +0100 | 
| commit | e1035f5b99aa7de30e223b591155f0b5cc2cfac0 (patch) | |
| tree | 2cb885a8b5ade11cc09f0a89c9e6fec2d080537e | |
| parent | a832fa35fee4b472053fd14a14e54221c42c11a8 (diff) | |
| download | chouette-core-e1035f5b99aa7de30e223b591155f0b5cc2cfac0.tar.bz2 | |
Fixes i18n fr for purchase_windows (begin/end ranges). Refs #5301
| -rw-r--r-- | config/locales/purchase_windows.fr.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/config/locales/purchase_windows.fr.yml b/config/locales/purchase_windows.fr.yml index df5d45d82..7e0ba8bcc 100644 --- a/config/locales/purchase_windows.fr.yml +++ b/config/locales/purchase_windows.fr.yml @@ -29,7 +29,7 @@ fr:        destroy_confirm: Etes vous sûr de supprimer cet calendrier commercial ?      errors:        overlapped_periods: Une autre période chevauche cette période -      short_period: Une période doit être d'un duréé de deux jours minimum +      short_period: "Une période doit être d'un duréé de deux jours minimum"      index:        title: Calendriers commerciaux        all: Tous @@ -48,7 +48,7 @@ fr:        title: Calendrier commercial %{name}    simple_form:      labels: -      calendar: +      purchase_window:          date_value: Date          add_a_date: Ajouter une date          add_a_date_range: Ajouter un intervalle de dates | 
