diff options
| author | jpl | 2017-05-30 14:23:43 +0200 | 
|---|---|---|
| committer | jpl | 2017-05-30 14:23:53 +0200 | 
| commit | 0dcd231a5e9991585a2ce272901c57bf3e111f5f (patch) | |
| tree | 2fdbd6178b321a9feb7d3e8656a2a6ca62a4b9fb | |
| parent | ff54bd4b804b6af6ea4f604993e75be83fb9d155 (diff) | |
| download | chouette-core-0dcd231a5e9991585a2ce272901c57bf3e111f5f.tar.bz2 | |
Refs #3185: updating create tt form
| -rw-r--r-- | config/locales/time_tables.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/time_tables.fr.yml | 3 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/config/locales/time_tables.en.yml b/config/locales/time_tables.en.yml index 6c5aac012..dc6c6d9f4 100644 --- a/config/locales/time_tables.en.yml +++ b/config/locales/time_tables.en.yml @@ -87,6 +87,7 @@ en:          calendars: "Calendar view"          calendar_details: "Calendar details"          calendar: "Calendar" +        calendar_id: "Calendar"          dates: "Peculiar dates"          date: "On"          excluded_dates: "Excluded dates" diff --git a/config/locales/time_tables.fr.yml b/config/locales/time_tables.fr.yml index 36a588eb4..886aaa263 100644 --- a/config/locales/time_tables.fr.yml +++ b/config/locales/time_tables.fr.yml @@ -68,7 +68,7 @@ fr:          other: "calendriers"      attributes:        time_table: -        comment: "Nom" +        comment: "Nom du calendrier"          color: "Couleur associée"          bounding_dates: 'Période contenue dans le calendrier'          version: "Abréviation" @@ -89,6 +89,7 @@ fr:          calendars: "Calendrier"          calendar_details: "Données du calendrier"          calendar: Modèle de calendrier +        calendar_id: Modèle de calendrier          dates: "Dates particulières"          date: "Le"          excluded_dates: "Dates exclues" | 
