diff options
| author | Luc Donnet | 2018-03-15 15:22:16 +0100 |
|---|---|---|
| committer | Luc Donnet | 2018-03-15 15:22:16 +0100 |
| commit | e93784cba5e7f07d7ff4e20622088d9506816436 (patch) | |
| tree | 886559f587b2b005d835103d7a31035d2194b9dc /config | |
| parent | b1b32c0c0adccedcfa198e6f65e8b6c83056946e (diff) | |
| download | chouette-core-e93784cba5e7f07d7ff4e20622088d9506816436.tar.bz2 | |
Small fixes for i18n state Refs #6146 @16146-line-states
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/lines.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/lines.fr.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/config/locales/lines.en.yml b/config/locales/lines.en.yml index 94b34a63b..e61013725 100644 --- a/config/locales/lines.en.yml +++ b/config/locales/lines.en.yml @@ -83,7 +83,6 @@ en: name: "Name" published_name: "Published name" registration_number: "Short name" - deactivated: "Activated" number: "Number" transport_mode: "Transport mode" transport_submode: "Transport Submode" diff --git a/config/locales/lines.fr.yml b/config/locales/lines.fr.yml index 5f2110db8..d3069f1d1 100644 --- a/config/locales/lines.fr.yml +++ b/config/locales/lines.fr.yml @@ -81,7 +81,6 @@ fr: companies: name: "Transporteur principal" registration_number: "Nom court" - deactivated: "Activé" name: "Nom de la ligne" published_name: "Nom public" number: "Numéro" |
