oops. actually commit the string changes, and change comments in translate.js
This commit is contained in:
parent
438ff82955
commit
2f364432ef
2 changed files with 5 additions and 5 deletions
|
@ -62,8 +62,8 @@
|
||||||
* among other things, disables passing of the translate
|
* among other things, disables passing of the translate
|
||||||
* object to handlers and modifies complete() function on
|
* object to handlers and modifies complete() function on
|
||||||
* returned items
|
* returned items
|
||||||
* _storageStream - the storage stream to be used, if one is configured
|
* _storage - the stored string to be treated as input
|
||||||
* _storageStreamLength - the length of the storage stream
|
* _storageLength - the length of the stored string
|
||||||
* _exportFileDirectory - the directory to which files will be exported
|
* _exportFileDirectory - the directory to which files will be exported
|
||||||
*
|
*
|
||||||
* WEB-ONLY PRIVATE PROPERTIES:
|
* WEB-ONLY PRIVATE PROPERTIES:
|
||||||
|
|
|
@ -48,11 +48,11 @@ itemFields.place = Place
|
||||||
itemFields.publisher = Publisher
|
itemFields.publisher = Publisher
|
||||||
itemFields.pages = Pages
|
itemFields.pages = Pages
|
||||||
itemFields.ISBN = ISBN
|
itemFields.ISBN = ISBN
|
||||||
itemFields.publicationTitle = Publication Title
|
itemFields.publicationTitle = Publication
|
||||||
itemFields.ISSN = ISSN
|
itemFields.ISSN = ISSN
|
||||||
itemFields.date = Date
|
itemFields.date = Date
|
||||||
itemFields.section = Section
|
itemFields.section = Section
|
||||||
itemFields.accessionNumber = Accession Number
|
itemFields.accessionNumber = Accession No
|
||||||
itemFields.archiveLocation = Location in Archive
|
itemFields.archiveLocation = Location in Archive
|
||||||
itemFields.medium = Medium
|
itemFields.medium = Medium
|
||||||
itemFields.distributor = Distributor
|
itemFields.distributor = Distributor
|
||||||
|
@ -60,7 +60,7 @@ itemFields.url = URL
|
||||||
itemFields.type = Type
|
itemFields.type = Type
|
||||||
itemFields.callNumber = Call Number
|
itemFields.callNumber = Call Number
|
||||||
itemFields.extra = Extra
|
itemFields.extra = Extra
|
||||||
itemFields.journalAbbreviation = Journal Abbreviation
|
itemFields.journalAbbreviation = Journal Abbr
|
||||||
itemFields.DOI = DOI
|
itemFields.DOI = DOI
|
||||||
itemFields.accessDate = Accessed
|
itemFields.accessDate = Accessed
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue