aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/access_points.en.yml
blob: b5b5e0c20a525363c77df8ebffd30ccc25d63e25 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
en:
  access_points:
    access_point:
      no_position: "No Position"
    actions:
      new: "Add a new access point"
      edit: "Edit this access point"
      destroy: "Remove this access point"
      destroy_confirm: "Are you sure you want destroy this access point?"
    new:
      title: "Add a new access point"
    edit:
      title: "Update access point %{access_point}"
    show:
      title: "Access point %{access_point}"
      geographic_data: "Geographic data "
      no_geographic_data: "None"
      generic_access_links: "Glogal access links"
      detail_access_links: "Specific access links"
      access_link_legend_1: "grays arrows for undefined links, green for defined ones"
      access_link_legend_2: "clic on arrows to create/edit a link"
    index:
      title: "Access points"
      name_or_country_code: "Name"
  activerecord:
    models:
      access_point:
        zero:  "access point"
        one:   "access point"
        other: "access points"
    attributes:
      access_point:
        stop_area: "Contain in Stop Area"
        name: "Name"
        comment: "Comments"
        access_point_type: "Access point type"
        street_name: "Street name"
        country_code: "INSEE code"
        openning_time: "Opening time"
        closing_time: "Closing time"
        projection: "Projection type"
        projection_x: "x-position"
        projection_y: "y-position"
        projection_xy: "position (x,y)"
        long_lat_type: "Projection type"
        longitude: "Longitude"
        latitude: "Latitude"
        mobility_restricted_suitability: "Mobility reduced passenger suitable"
        stairs_availability: "Escalator"
        lift_availability: "Lift"
        objectid: "Neptune identifier"
        object_version: "Version"
        created_at: Created at
        updated_at: Updated at
        creator_id: "Created by"
        coordinates: "Coordinates (lat,lng)"
        zip_code: "Zip code"
        city_name: "City"
  formtastic:
    titles:
      access_point:
        objectid: "[prefix]:AccessPoint:[unique_key] : prefix contains only alphanumerical or underscore characters, unique_key accepts also minus character"
        coordinates: "latitude,longitude in WGS84 referential, dot for decimal separator"
        projection_xy: "x,y in secondary referential, dot for decimal separator"