aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/enumerize.en.yml
blob: f65885ee8a280e1d9cf5339d7ad93ff3c042c077 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
en:
  simple_form:  
    include_blanks:
      defaults:
        for_boarding: "Undefined"
        for_alighting: "Undefined"
  enumerize:
    for_boarding:
      normal: "Regularly scheduled pickup"
      forbidden: "No pickup available"
      request_stop: "Pickup if requested"
      is_flexible: "Booking requested for pickup"        
    for_alighting:
      normal: "Regularly scheduled drop off"
      forbidden: "No drop off available"
      request_stop: "Drop off if requested"
      is_flexible: "Booking requested for drop off"
    references_type:
      all: "All datas"
      network: "Networks"
      line: "Lines"
      company: "Companies"
      groupofline: "Group of lines"
      stoparea: "Stop areas"
    data_format:
      neptune: "Neptune"
      gtfs: "GTFS (General Transit Feed Specification)"
      netex: "NeTEx"
      hub: "HUB 1.3"
      kml: "KML"
    data_format_detail:
      neptune: ""
      gtfs: "General Transit Feed Specification"
      netex: "Experimental"
      hub: "Specific Transdev Format"
      kml: "line, route, ... drawings on Keyhole Markup Language format"