aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/footnotes.en.yml
blob: 09ffb86b1d3959436378521464eef50d5da5b7fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
en:
  notice:
    footnotes:
      updated: 'Footnotes has been updated'
  footnotes:
    actions:
      add_footnote: "add footnote"
      destroy_confirm: Are you sure you want to delete this footnote ?
    index:
      title: "Footnotes"
  activerecord:
    models:
      footnote:
        zero: "note"
        one: "note"
        other: "notes"
    attributes:
      footnote:
        code: "Number"
        checksum: Checksum
        label: "Line text"