aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/footnotes.en.yml
blob: 5b86f080613b9de74a52c47082fc9456de5c9841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
en:
  notice:
    footnotes:
      updated: 'Footnotes has been updated'
  footnotes:
    actions:
      add_footnote: "add footnote"
    index:
      title: "Footnotes"
  activerecord:
    models:
      footnote:
        zero: "note"
        one: "note"
        other: "notes"
    attributes:
      footnote:
        code: "number"
        checksum: checksum
        label: "line text"