zotero/chrome/chromeFiles/locale/en-US/scholar/scholar.dtd
Dan Stillman b684e97366 Closes #252, Metadata not displaying for page snapshots
Closes #304, change references to "website" to "web page"

More changes as per discussions with Dan:

- Linked URLs have been given a second chance at life, though they still shouldn't be used for (most, if any) scrapers (which should use snapshots or the URL field instead)
- Renamed the "website" item type to "webpage"
- Removed "web page" from the New Item menu
- Added Save Link To Current Page toolbar button
- Added toolbar separator between New Item buttons and link/attachment/note to differentiate
- Added limited metadata (URL and accessDate) for attachments
- URL for attachments now stored in itemData (itemAttachments.originalPath is no longer used, but I'm probably not gonna worry about it and just wait for SQLite to support dropping columns with ALTER TABLE) -- getURL() removed in favor of getField('url')
- Snapshots now say "View Snapshot"
- Added Show File button to file attachments to show in filesystem
- Added timed note field to attachments for single notes and adjusted Item.updateNote(), etc. to work with attachments
- Fixed bug with manually bound params in fulltext indexer and Item.save() (execute() vs. executeStep()) -- any recently added items probably aren't in the fulltext index because of this


Known bugs/issues:

- Attachment metadata and notes probably aren't properly imported/exported now (and accessDate definitely isn't)
- Scrapers don't save metadata properly
- Attachment title should be editable
- File attachments could probably use some more metadata (#275, more or less, though they won't be getting tabs)
2006-10-02 00:00:50 +00:00

82 lines
No EOL
3.6 KiB
DTD

<!ENTITY scholar.name "Zotero">
<!ENTITY tabs.info.label "Info">
<!ENTITY tabs.notes.label "Notes">
<!ENTITY tabs.attachments.label "Attachments">
<!ENTITY tabs.tags.label "Tags">
<!ENTITY tabs.related.label "Related">
<!ENTITY notes.separate "Edit in a separate window">
<!ENTITY items.type_column "Type">
<!ENTITY items.title_column "Title">
<!ENTITY items.creator_column "Creator">
<!ENTITY items.source_column "Source">
<!ENTITY items.rights_column "Rights">
<!ENTITY items.numChildren_column "#">
<!ENTITY items.dateAdded_column "Date Added">
<!ENTITY items.dateModified_column "Date Modified">
<!ENTITY collections.name_column "Collections">
<!ENTITY toolbar.newItem.label "New Item">
<!ENTITY toolbar.moreItemTypes.label "More">
<!ENTITY toolbar.newItemFromPage.label "Create New Item from Current Page">
<!ENTITY toolbar.removeItem.label "Remove Item...">
<!ENTITY toolbar.newCollection.label "New Collection...">
<!ENTITY toolbar.newSavedSearch.label "New Saved Search...">
<!ENTITY toolbar.renameCollection.label "Rename Collection...">
<!ENTITY toolbar.removeCollection.label "Remove Collection...">
<!ENTITY toolbar.exportCollection.label "Export Collection...">
<!ENTITY toolbar.renameSavedSearch.label "Edit Saved Search...">
<!ENTITY toolbar.removeSavedSearch.label "Remove Saved Search...">
<!ENTITY toolbar.exportSavedSearch.label "Export Saved Search...">
<!ENTITY toolbar.import.label "Import...">
<!ENTITY toolbar.export.label "Export Library...">
<!ENTITY toolbar.preferences.label "Preferences...">
<!ENTITY toolbar.createBibCollection.label "Create Bibliography From Collection...">
<!ENTITY toolbar.createBibSavedSearch.label "Create Bibliography From Saved Search...">
<!ENTITY toolbar.search.label "Search:">
<!ENTITY toolbar.fullscreen.tooltip "Toggle Fullscreen Mode">
<!ENTITY toolbar.goToURL.label "View">
<!ENTITY toolbar.goToURL.tooltip "Go to this item online">
<!ENTITY toolbar.openURL.label "Locate">
<!ENTITY toolbar.openURL.tooltip "Find through your local library">
<!ENTITY item.add "Add">
<!ENTITY item.attachment.file.show "Show File">
<!ENTITY toolbar.note.standalone "New Standalone Note">
<!ENTITY toolbar.attachment.linked "Link to File...">
<!ENTITY toolbar.attachment.add "Store Copy of File...">
<!ENTITY toolbar.attachment.weblink "Save Link to Current Page">
<!ENTITY toolbar.attachment.snapshot "Take Snapshot of Current Page">
<!ENTITY selectitems.title "Select Items">
<!ENTITY selectitems.intro.label "Select which items you'd like to add to your library">
<!ENTITY selectitems.cancel.label "Cancel">
<!ENTITY selectitems.select.label "OK">
<!ENTITY bibliography.title "Create Bibliography">
<!ENTITY bibliography.style.label "Citation Style:">
<!ENTITY bibliography.output.label "Output Format">
<!ENTITY bibliography.saveAsRTF.label "Save as RTF">
<!ENTITY bibliography.saveAsHTML.label "Save as HTML">
<!ENTITY bibliography.copyToClipboard.label "Copy to Clipboard">
<!ENTITY bibliography.print.label "Print">
<!ENTITY integration.docPrefs.title "Document Preferences">
<!ENTITY progress.title "Progress">
<!ENTITY exportOptions.title "Export...">
<!ENTITY exportOptions.format.label "Format:">
<!ENTITY exportOptions.translatorOptions.label "Translator Options">
<!ENTITY search.match "Match">
<!ENTITY search.any "any">
<!ENTITY search.all "all">
<!ENTITY search.following "of the following">
<!ENTITY citation.page "Page">
<!ENTITY citation.paragraph "Paragraph">
<!ENTITY citation.line "Line">