diff options
| author | cedricnjanga | 2017-08-03 12:35:32 +0200 | 
|---|---|---|
| committer | cedricnjanga | 2017-08-16 09:28:48 +0200 | 
| commit | a24fd7121f2029e222648c9e45dfabea1ec64ecb (patch) | |
| tree | 3b08c8469421e446d52a5acf5239737929c96b66 /config | |
| parent | c4f73cc09571aa2b24c4fb4d305523a2c4292738 (diff) | |
| download | chouette-core-a24fd7121f2029e222648c9e45dfabea1ec64ecb.tar.bz2 | |
Add traslations for timetable edit
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/time_tables.en.yml | 4 | ||||
| -rw-r--r-- | config/locales/time_tables.fr.yml | 4 | 
2 files changed, 8 insertions, 0 deletions
| diff --git a/config/locales/time_tables.en.yml b/config/locales/time_tables.en.yml index ed2f9758e..d67e30edb 100644 --- a/config/locales/time_tables.en.yml +++ b/config/locales/time_tables.en.yml @@ -29,6 +29,10 @@ en:        title: "Duplicate timetable"      edit:        title: "Update timetable %{time_table}" +      error_modal: +        title: "Error" +        withoutPeriodsWithDaysTypes: "A timetable can't have day type(s) without period(s)." +        withPeriodsWithoutDayTypes: "A tiemetable can't have period(s) swithout day type(s)."        show:        title: "Timetable %{time_table}"        dates: "Application dates" diff --git a/config/locales/time_tables.fr.yml b/config/locales/time_tables.fr.yml index cf6888d0f..06d1d59e8 100644 --- a/config/locales/time_tables.fr.yml +++ b/config/locales/time_tables.fr.yml @@ -29,6 +29,10 @@ fr:        title: "Dupliquer un calendrier"      edit:        title: "Editer le calendrier %{time_table}" +      error_modal: +        title: "Erreur" +        withoutPeriodsWithDaysTypes: "Un calendrier d'application ne peut pas avoir de journée(s) d'application sans période(s)." +        withPeriodsWithoutDayTypes: "Un calendrier d'application ne peut pas avoir de période(s) sans journée(s) d'application."        show:        title: Calendrier %{time_table}        dates: "Dates d'application" | 
