
- eliminates "unresponsive script" message on import/export i tried to make a progress bar that actually provides useful information, but for some reason, XUL interface updates are done asynchronously, and thus don't actually happen as long as the import/export operation continues. the code is there, but disabled, if there's some solution to this issue, but i searched and couldn't find one.
92 lines
No EOL
4.2 KiB
INI
92 lines
No EOL
4.2 KiB
INI
pane.collections.delete = Are you sure you want to delete the selected project?
|
|
pane.collections.delete.multiple = Are you sure you want to delete the selected projects?
|
|
pane.collections.rename = Rename Project:
|
|
pane.collections.library = My Library
|
|
pane.collections.untitled = Untitled Project
|
|
|
|
pane.items.delete = Are you sure you want to delete the selected item?
|
|
pane.items.delete.multiple = Are you sure you want to delete the selected items?
|
|
pane.items.delete.title = Delete
|
|
pane.items.delete.attached = Erase attached notes and files
|
|
pane.items.menu.remove = Remove Selected Item...
|
|
pane.items.menu.remove.multiple = Remove Selected Items...
|
|
pane.items.menu.export = Export Selected Item...
|
|
pane.items.menu.export.multiple = Export Selected Items...
|
|
pane.items.menu.createBib = Create Bibliography From Selected Item...
|
|
pane.items.menu.createBib.multiple = Create Bibliography From Selected Items...
|
|
|
|
pane.item.selected.zero = No items selected
|
|
pane.item.selected.multiple = %1 items selected
|
|
|
|
pane.item.changeType = Are you sure you want to change the item type? Certain fields may be lost.
|
|
pane.item.notes.untitled = Untitled Note
|
|
pane.item.notes.delete.confirm = Are you sure you want to delete this note?
|
|
pane.item.notes.count.singular = %1 note
|
|
pane.item.notes.count.plural = %1 notes
|
|
pane.item.files.delete.confirm = Are you sure you want to delete this file?
|
|
pane.item.files.count.singular = %1 file
|
|
pane.item.files.count.plural = %1 files
|
|
pane.item.files.select = Select a File
|
|
|
|
itemFields.title = Title
|
|
itemFields.dateAdded = Date Added
|
|
itemFields.dateModified = Modified
|
|
itemFields.source = Source
|
|
itemFields.rights = Rights
|
|
itemFields.notes = Notes
|
|
itemFields.series = Series
|
|
itemFields.volume = Volume
|
|
itemFields.number = Number
|
|
itemFields.edition = Edition
|
|
itemFields.place = Place
|
|
itemFields.publisher = Publisher
|
|
itemFields.year = Year
|
|
itemFields.pages = Pages
|
|
itemFields.ISBN = ISBN
|
|
itemFields.publication = Publication
|
|
itemFields.ISSN = ISSN
|
|
itemFields.date = Date
|
|
itemFields.section = Section
|
|
itemFields.thesisType = Type
|
|
itemFields.accessionNumber = Accession Number
|
|
itemFields.archiveLocation = Location in Archive
|
|
itemFields.medium = Medium
|
|
itemFields.distributor = Distributor
|
|
itemFields.url = URL
|
|
itemFields.type = Type
|
|
itemFields.callNumber = Call Number
|
|
itemFields.extra = Extra
|
|
itemFields.journalAbbreviation = Journal Abbreviation
|
|
itemFields.DOIName = DOI Name
|
|
|
|
itemTypes.note = Note
|
|
itemTypes.book = Book
|
|
itemTypes.bookSection = Book Section
|
|
itemTypes.journalArticle = Journal Article
|
|
itemTypes.magazineArticle = Magazine Article
|
|
itemTypes.newspaperArticle = Newspaper Article
|
|
itemTypes.thesis = Thesis
|
|
itemTypes.letter = Letter
|
|
itemTypes.manuscript = Manuscript
|
|
itemTypes.interview = Interview
|
|
itemTypes.film = Film
|
|
itemTypes.artwork = Artwork
|
|
itemTypes.website = Website
|
|
itemTypes.file = File
|
|
|
|
creatorTypes.author = Author
|
|
creatorTypes.contributor = Contributor
|
|
creatorTypes.editor = Editor
|
|
creatorTypes.translator = Translator
|
|
|
|
ingester.scraping = Saving Item...
|
|
ingester.scrapeComplete = Item Saved.
|
|
ingester.scrapeError = Could Not Save Item.
|
|
ingester.scrapeErrorDescription = An error occurred while saving this item. Please try again. If this error persists, contact the translator author.
|
|
|
|
db.dbCorruptedNoBackup = The Scholar database appears to have become corrupted, and no automatic backup is available.\n\nA new database file has been created. The damaged file was saved in your Scholar directory.
|
|
db.dbRestored = The Scholar database appears to have become corrupted.\n\nYour data was restored from the last automatic backup made on %1 at %2. The damaged file was saved in your Scholar directory.
|
|
db.dbRestoreFailed = The Scholar database appears to have become corrupted, and an attempt to restore from the last automatic backup failed.\n\nA new database file has been created. The damaged file was saved in your Scholar directory.
|
|
|
|
fileInterface.itemsImported = Importing items...
|
|
fileInterface.itemsExported = Exporting items... |