diff options
| author | Robert | 2017-06-28 11:21:00 +0200 | 
|---|---|---|
| committer | Robert | 2017-06-28 11:21:00 +0200 | 
| commit | 92bf6d407c304c40e4d34eec8a85f6c3e1f7dab9 (patch) | |
| tree | 0cb1e7a4c481d5b8b14a2c9a528a594286659682 /config | |
| parent | e940564682b6622c9d1f5ac47b5561dba4c0426c (diff) | |
| download | chouette-core-92bf6d407c304c40e4d34eec8a85f6c3e1f7dab9.tar.bz2 | |
Fixes: #3709@1h
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/calendars.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/calendars.fr.yml | 1 | 
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/calendars.en.yml b/config/locales/calendars.en.yml index 456501b48..f6c5ba852 100644 --- a/config/locales/calendars.en.yml +++ b/config/locales/calendars.en.yml @@ -18,6 +18,7 @@ en:        destroy_confirm: Are you sure you want destroy this calendar?      errors:        overlapped_periods: Another period is overlapped with this period +      short_period: A period needs to last at least two days      index:        title: Calendars        all: All diff --git a/config/locales/calendars.fr.yml b/config/locales/calendars.fr.yml index 44b474045..1b403c3f2 100644 --- a/config/locales/calendars.fr.yml +++ b/config/locales/calendars.fr.yml @@ -31,6 +31,7 @@ fr:        destroy_confirm: Etes vous sûr de supprimer cet calendrier ?      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      index:        title: Calendriers        all: Tous  | 
