Revision 723:d41bf754c0f2 vendor/plugins/redmine_bibliography/config/locales

View differences:

vendor/plugins/redmine_bibliography/config/locales/en.yml
1
# English strings go here for Rails i18n
2
en:
3
  project_module_redmine_bibliography: Bibliography
4

  
5
  title: "Title"
6
  authors: "Authors"
7
  author: "Author"
8
  name: "Name"
9
  year: "Year"
10
  associated_projects: "Associated Projects"
11
  publications_box: "My Publications"
12
  label_my_publications_box: "My Publications"
13
  view_all_publications: "View All Project's Publications"
14
  publications: Publications
15
  
16
  
17
  identify_author_question: Is the right person selected above?
18
  identify_author_yes: "Yes"
19
  identify_author_correct: "Yes, but I need to correct some details below"
20
  identify_author_no: "No, the author was not found in the search"
21

  
22
  error_no_authors: "Please add at least one author to this publication."
23

  
24
  label_all_publications: All Publications
25
  label_all_publications_for_project: Publications associated with %{project}
26
  label_authors_show: "Authorships associated with this author"
27
  label_authors_index: "List of authors"
28
  
29
  field_authorship_publication_title: "Publication"
30
  field_authorship_name: "Name on Paper"
31
  field_authorship_email: "Email"
32
  field_authorship_institution: "Institution"
33
  
34
  field_external_url: "External URL"
35
  field_publication_title: Title
36
  field_publication_authors: Authors
37
  field_publication_projects: "Associated projects"
38
  field_author_name: Author
39
  field_author_user: User Name
40
  field_author_username: "Associated user"
41
  field_author_publications: "Publications by this Author" 
42
  field_identify_author_yes: "Yes"
43
  field_identify_author_correct: "Corrections"
44
  field_identify_author_no: "No"
45
  
46
  label_author_is_me: "(I am this author)"
47
  label_add_me_as_author: "Add me as an author"
48
  label_add_an_author: "Add an author"
49
  label_add_another_author: "Add another author"
50
  field_search_name: "Search by name"
51
  field_search_results: ""
52
  label_save_author: "Save author"
53
  label_edit_author: "Edit author"
54
  label_author_information: "Author Information"
55

  
56
  remove_author: "Remove this author"
57
  
58
  label_publication_plural: "Publications"
59
  label_related_publication_plural: "Related publications"
60
  label_publication_new: "Create New Publication"
61
  label_publication_index: "List of Publication"
62
  label_add_publication_to_project: "Add publication to this project"
63
  label_publication_edit: "Edit Publication"
64
  label_publication_show: "Publication Details"
65
  label_add_project_to_publication: "Add this publication to a project"
66
  label_project_search: "Find project by name: "
67
  label_publication_project_index: "Projects associated with this publication"
68
  label_publication_index: "View all publications"
69
  label_publication_other_details: "Details"
70
  
71
  text_external_url: "Link to the publication or to an external page about it."
72
  text_author_name_on_paper: "Author's name as it appears on the paper."
73
  text_author_institution: "Author's institution as on the paper."
74
  text_author_email: "Author's email address as on the paper."
75
  
76
  text_author_search: "Search existing authors"
77
  
78
  # authorships model
79
  field_institution: "Institution"
80
  field_name_on_paper: "Name" 
81
  field_email: "Email Address"
82
      
83
  # bibtex_entries model
84
  field_entry_type: "Publication Type"
85
  field_id: "id" 
86
  field_publication_id: "Publication_id"
87
  field_address: "Address"
88
  field_annote: "Annote"
89
  field_booktitle: "Title of Book or Proceedings"
90
  field_chapter: "Chapter"
91
  field_crossref: "Cross Reference"
92
  field_edition: "Edition"
93
  field_editor: "Editor"
94
  field_eprint: "eprint"
95
  field_howpublished: "How was it Published"
96
  field_journal: "Journal"
97
  field_key: "Key"
98
  field_month: "Month"
99
  field_note: "Note"
100
  field_number: "Number"
101
  field_organization: "Organization"
102
  field_pages: "Pages"
103
  field_publisher: "Publisher"
104
  field_school: "School"
105
  field_series: "Series"
106
  field_type: "Type"
107
  field_url: "URL"
108
  field_volume: "Volume"
109
  field_year: "Year"
110

  
111
  field_bibtex_article: Journal article
112
  field_bibtex_book: Book
113
  field_bibtex_booklet: Booklet
114
  field_bibtex_conference: Article in conference proceedings
115
  field_bibtex_inbook: Book chapter or part
116
  field_bibtex_incollection: Part of a collection
117
  field_bibtex_inproceedings: Article in conference proceedings
118
  field_bibtex_manual: Technical manual
119
  field_bibtex_masterthesis: "Master's thesis"
120
  field_bibtex_misc: Other
121
  field_bibtex_phdthesis: "PhD thesis"
122
  field_bibtex_proceedings: Conference proceedings
123
  field_bibtex_techreport: Technical report
124
  field_bibtex_unpublished: Unpublished
125
  
126
  label_author_1: First author
127
  label_author_2: Second author
128
  label_author_3: Third author
129
  label_author_4: Fourth author
130
  label_author_5: Fifth author
131
  label_author_6: Sixth author
132
  label_author_7: Seventh author
133
  label_author_8: Eighth author
134
  label_author_9: Ninth author
135
  label_author_10: Tenth author
136
  label_author_11: Eleventh author
137
  label_author_12: Twelfth author
138
  label_author_13: Thirteenth author
139
  label_author_14: Fourteenth author
140
  label_author_15: Fifteenth author
141
  label_author_16: Sixteenth author
142
  label_author_17: Seventeenth author
143
  label_author_18: Eighteenth author
144
  label_author_19: Nineteenth author
145
  label_author_20: Twentieth author
146

  
147
  mail_subject_publication_added: "You have been added as an author to a new publication"
148
  mail_body_publication_added: "A new publication (%{publication}) has been added to the project '%{project}.'"
149
  
150
  
151
  

Also available in: Unified diff