To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / vendor / plugins / redmine_bibliography / config / locales / en.yml @ 449:d643b4186e4c

History | View | Annotate | Download (733 Bytes)

1 298:a41158bde9e0 luis
# English strings go here for Rails i18n
2
en:
3 427:de7c31d4cf9a luis
  title: "Title"
4
  authors: "Authors"
5
  author: "Author"
6
  name: "Name"
7 449:d643b4186e4c luis
8
  remove: "Remove"
9 427:de7c31d4cf9a luis
10
  # bibtex_entries strings
11
  id: "id"
12
  publication_id: "Publication_id"
13
  entry_type: "Entry Type"
14
  address: "Address"
15
  annote: "Annote"
16
  booktitle: "Book Title"
17
  chapter: "Chapter"
18
  crossref: "Cross Reference"
19
  edition: "Edition"
20
  editor: "Editor"
21
  eprint: "eprint"
22
  howpublished: "How was it Published"
23
  journal: "Journal"
24
  key: "Key"
25
  month: "Month"
26
  note: "Note"
27
  number: "Number"
28
  organization: "Organization"
29
  pages: "Pages"
30
  publisher: "Publisher"
31
  school: "School"
32
  series: "Series"
33
  type: "Type"
34
  url: "URL"
35
  volume: "Volume"
36
  year: "Year"
37
38
39
40