diff options
| author | jpl | 2017-04-10 12:05:55 +0200 |
|---|---|---|
| committer | jpl | 2017-04-10 12:05:55 +0200 |
| commit | bc975ead66dc1e1fea95f30d88b0e3289d71b5e0 (patch) | |
| tree | c8b268907664f1c1db800a33f826bea649ccc299 /config | |
| parent | 144faa3e5030d13e1aca30ca32854e001b7c5021 (diff) | |
| download | chouette-core-bc975ead66dc1e1fea95f30d88b0e3289d71b5e0.tar.bz2 | |
Refs #2888: updating tt#inde
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/time_tables.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/time_tables.fr.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/time_tables.en.yml b/config/locales/time_tables.en.yml index e783f5b18..5127675e8 100644 --- a/config/locales/time_tables.en.yml +++ b/config/locales/time_tables.en.yml @@ -64,6 +64,8 @@ en: attributes: time_table: comment: "Name" + color: "Associated color" + bounding_dates: 'Global validity period' version: "Short name" day_types: "Period day types" none: "none" diff --git a/config/locales/time_tables.fr.yml b/config/locales/time_tables.fr.yml index d67227c26..dc4d4572f 100644 --- a/config/locales/time_tables.fr.yml +++ b/config/locales/time_tables.fr.yml @@ -64,6 +64,8 @@ fr: attributes: time_table: comment: "Nom" + color: "Couleur associée" + bounding_dates: 'Période de validité englobante' version: "Abréviation" day_types: "Jours d'application des périodes" none: "aucun" |
