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 @ 461:841b2e40895d

History | View | Annotate | Download (890 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 457:8aa775cb7c0a luis
10
  label_publication_new: "Add Publication"
11 461:841b2e40895d luis
  label_add_project_to_publication: "Add Project to Publication"
12
  label_project_search: "Search by name: "
13 457:8aa775cb7c0a luis
14 427:de7c31d4cf9a luis
15
  # bibtex_entries strings
16
  id: "id"
17
  publication_id: "Publication_id"
18
  entry_type: "Entry Type"
19
  address: "Address"
20
  annote: "Annote"
21
  booktitle: "Book Title"
22
  chapter: "Chapter"
23
  crossref: "Cross Reference"
24
  edition: "Edition"
25
  editor: "Editor"
26
  eprint: "eprint"
27
  howpublished: "How was it Published"
28
  journal: "Journal"
29
  key: "Key"
30
  month: "Month"
31
  note: "Note"
32
  number: "Number"
33
  organization: "Organization"
34
  pages: "Pages"
35
  publisher: "Publisher"
36
  school: "School"
37
  series: "Series"
38
  type: "Type"
39
  url: "URL"
40
  volume: "Volume"
41
  year: "Year"
42
43
44
45