# HG changeset patch # User luisf # Date 1306945550 -3600 # Node ID de7c31d4cf9a226fb4e7b1fddfc7a0373b298169 # Parent 8a8b7a042b9a25f2907771c14bac073a8ce90d85 translations diff -r 8a8b7a042b9a -r de7c31d4cf9a vendor/plugins/redmine_bibliography/config/locales/en.yml --- a/vendor/plugins/redmine_bibliography/config/locales/en.yml Fri May 27 17:05:13 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/config/locales/en.yml Wed Jun 01 17:25:50 2011 +0100 @@ -1,3 +1,39 @@ # English strings go here for Rails i18n en: - my_label: "My label" + title: "Title" + authors: "Authors" + author: "Author" + name: "Name" + + # bibtex_entries strings + id: "id" + publication_id: "Publication_id" + entry_type: "Entry Type" + address: "Address" + annote: "Annote" + booktitle: "Book Title" + chapter: "Chapter" + crossref: "Cross Reference" + edition: "Edition" + editor: "Editor" + eprint: "eprint" + howpublished: "How was it Published" + journal: "Journal" + key: "Key" + month: "Month" + note: "Note" + number: "Number" + organization: "Organization" + pages: "Pages" + publisher: "Publisher" + school: "School" + series: "Series" + type: "Type" + url: "URL" + volume: "Volume" + year: "Year" + + + + +