annotate vendor/plugins/redmine_bibliography/config/locales/en.yml @ 531:baf26f9eb1cf feature_36

Created the Publications Box that can be added to the "My Page"
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Sun, 25 Jul 2010 17:11:14 +0100
parents 4fc8e79dc0ee
children 76d064830472
rev   line source
luis@298 1 # English strings go here for Rails i18n
luis@298 2 en:
luis@427 3 title: "Title"
luis@427 4 authors: "Authors"
luis@427 5 author: "Author"
luis@427 6 name: "Name"
luis@531 7 publications_box: "My Publications"
luis@467 8
luis@472 9 label_add_me_as_author: "Add me as an author"
luis@472 10 label_add_another_author: "Add another author"
luis@449 11
luis@471 12 remove_author: "Remove this author"
luis@457 13
luis@465 14 label_publications_plural: "Publications"
luis@457 15 label_publication_new: "Add Publication"
luis@461 16 label_add_project_to_publication: "Add Project to Publication"
luis@461 17 label_project_search: "Search by name: "
luis@457 18
luis@477 19 text_author_email: "Author's email address as on the paper."
luis@477 20 text_author_institution: "Author's institution name as on paper."
luis@529 21 text_author_name_on_paper: "Name of the author as it appears on paper. (In case it applies, please use the autocomplete suggestions.)"
luis@471 22
luis@471 23 # authorships model
luis@471 24 institution: "Institution"
luis@477 25 name_on_paper: "Name"
luis@477 26 email: "Email Address"
luis@427 27
luis@471 28 # bibtex_entries model
luis@427 29 id: "id"
luis@427 30 publication_id: "Publication_id"
luis@427 31 entry_type: "Entry Type"
luis@427 32 address: "Address"
luis@427 33 annote: "Annote"
luis@427 34 booktitle: "Book Title"
luis@427 35 chapter: "Chapter"
luis@427 36 crossref: "Cross Reference"
luis@427 37 edition: "Edition"
luis@427 38 editor: "Editor"
luis@427 39 eprint: "eprint"
luis@427 40 howpublished: "How was it Published"
luis@427 41 journal: "Journal"
luis@427 42 key: "Key"
luis@427 43 month: "Month"
luis@427 44 note: "Note"
luis@427 45 number: "Number"
luis@427 46 organization: "Organization"
luis@427 47 pages: "Pages"
luis@427 48 publisher: "Publisher"
luis@427 49 school: "School"
luis@427 50 series: "Series"
luis@427 51 type: "Type"
luis@427 52 url: "URL"
luis@427 53 volume: "Volume"
luis@427 54 year: "Year"
luis@427 55
luis@427 56
luis@427 57
luis@427 58
luis@427 59