aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/timebands.en.yml
blob: 1ac68644d050ce05d46a56dc727fdd664591075c (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
en:
  timebands:
    actions:
      new: "Add a time band"
      edit: "Edit a time band"
      destroy: "Delete a time band"
      destroy_confirm: "Thank you to confirm the deletion of these time band."
    new:
      title: "Add a time band"
    edit:
      title: "Edit this time band %{timeband}"
    show:
      title: "Time band %{timeband}"
    index:
      title: "Time bands"
  activerecord:
    models:
      timeband:
        zero:  "Time band"
        one:   "Time band"
        other: "Time bands"
    attributes:
      timeband:
        name: "Title"
        start_time: "Start time"
        end_time: "End time"
        created_at: Created at
        updated_at: Updated at