Reduce text in document preferences, increase style list height
Closes zotero/zotero-word-for-windows-integration#30
This commit is contained in:
parent
3c19bbffe4
commit
5a55a82594
3 changed files with 10 additions and 10 deletions
|
@ -226,11 +226,11 @@
|
|||
|
||||
<!ENTITY zotero.integration.prefs.formatUsing.label "Format Using:">
|
||||
<!ENTITY zotero.integration.prefs.bookmarks.label "Bookmarks">
|
||||
<!ENTITY zotero.integration.prefs.bookmarks.caption "Bookmarks are preserved across Microsoft Word and LibreOffice, but may be accidentally modified. For 
compatibility reasons, citations cannot be inserted into footnotes or endnotes when this option is selected.">
|
||||
<!ENTITY zotero.integration.prefs.bookmarks.caption "Bookmarks can be shared between Word and LibreOffice, but may cause errors if accidentally modified and cannot be inserted into footnotes.">
|
||||
|
||||
|
||||
<!ENTITY zotero.integration.prefs.automaticJournalAbbeviations.label "Automatically abbreviate journal titles">
|
||||
<!ENTITY zotero.integration.prefs.automaticJournalAbbeviations.caption "MEDLINE journal abbreviations will be automatically generated using journal titles. The “Journal Abbr” field will be ignored.">
|
||||
<!ENTITY zotero.integration.prefs.automaticJournalAbbeviations.label "Use MEDLINE journal abbreviations">
|
||||
<!ENTITY zotero.integration.prefs.automaticJournalAbbeviations.caption "The “Journal Abbr” field will be ignored.">
|
||||
|
||||
<!ENTITY zotero.integration.showEditor.label "Show Editor">
|
||||
<!ENTITY zotero.integration.classicView.label "Classic View">
|
||||
|
|
|
@ -785,12 +785,12 @@ annotations.collapse.tooltip = Collapse Annotation
|
|||
annotations.expand.tooltip = Expand Annotation
|
||||
annotations.oneWindowWarning = Annotations for a snapshot may only be opened in one browser window simultaneously. This snapshot will be opened without annotations.
|
||||
|
||||
integration.fields.label = Fields
|
||||
integration.referenceMarks.label = ReferenceMarks
|
||||
integration.fields.caption = Microsoft Word Fields are less likely to be accidentally modified, but cannot be shared with OpenOffice.
|
||||
integration.fields.fileFormatNotice = The document must be saved in the .doc or .docx file format.
|
||||
integration.referenceMarks.caption = OpenOffice ReferenceMarks are less likely to be accidentally modified, but cannot be shared with Microsoft Word.
|
||||
integration.referenceMarks.fileFormatNotice = The document must be saved in the .odt file format.
|
||||
integration.fields.label = Fields (recommended)
|
||||
integration.referenceMarks.label = ReferenceMarks (recommended)
|
||||
integration.fields.caption = Fields cannot be shared with LibreOffice.
|
||||
integration.fields.fileFormatNotice = The document must be saved in the .doc or .docx.
|
||||
integration.referenceMarks.caption = ReferenceMarks cannot be shared with Word.
|
||||
integration.referenceMarks.fileFormatNotice = The document must be saved in the .odt.
|
||||
|
||||
integration.regenerate.title = Do you want to regenerate the citation?
|
||||
integration.regenerate.body = The changes you have made in the citation editor will be lost.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#style-listbox
|
||||
{
|
||||
height: 72pt;
|
||||
height: 180pt;
|
||||
width: 300pt;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue