diff options
| author | Marc Florisson | 2015-06-25 13:36:27 +0200 |
|---|---|---|
| committer | Marc Florisson | 2015-06-25 13:37:07 +0200 |
| commit | d516950ebf0212ccfb073bc065838fa8db34c139 (patch) | |
| tree | 55edc2afd3b3cb9a67bfa30e69c8114bee4ef66f | |
| parent | 319822877700ea1809775f30061d821b596928cc (diff) | |
| download | chouette-core-d516950ebf0212ccfb073bc065838fa8db34c139.tar.bz2 | |
shorten some translations. Mantis 37038
| -rw-r--r-- | config/locales/enumerize.en.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/locales/enumerize.en.yml b/config/locales/enumerize.en.yml index 070a7ff3d..1ccf4bb8a 100644 --- a/config/locales/enumerize.en.yml +++ b/config/locales/enumerize.en.yml @@ -1,5 +1,5 @@ en: - simple_form: + simple_form: include_blanks: defaults: for_boarding: "Undefined" @@ -9,7 +9,7 @@ en: normal: "Regularly scheduled pickup" forbidden: "No pickup available" request_stop: "Pickup if requested" - is_flexible: "Booking requested for pickup" + is_flexible: "Booking requested for pickup" for_alighting: normal: "Regularly scheduled drop off" forbidden: "No drop off available" @@ -22,9 +22,9 @@ en: group_of_line: "Group of lines" stop_area: "Stop areas" data_format: - neptune: "Neptune" - gtfs: "GTFS (General Transit Feed Specification)" - netex: "NeTEx" + neptune: "Neptune profile" + gtfs: "GTFS" + netex: "NeTEx profile" hub: "HUB 1.3" kml: "KML" data_format_detail: @@ -32,4 +32,4 @@ en: gtfs: "General Transit Feed Specification" netex: "Experimental" hub: "Specific Transdev Format" - kml: "line, route, ... drawings on Keyhole Markup Language format"
\ No newline at end of file + kml: "line, route, ... drawings on Keyhole Markup Language format" |
