diff options
| -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" | 
