Addresses #382, Make font sizes configurable/changeable
Localize strings
This commit is contained in:
parent
006509b5d2
commit
8738662dc6
|
@ -85,9 +85,9 @@ To add a new preference:
|
|||
<label value="&zotero.preferences.fontSize;" control="fontSize"/>
|
||||
</hbox>
|
||||
<radiogroup id="fontSize" orient="horizontal" preference="pref-fontSize">
|
||||
<radio id="fontSize1" label="Small" value="1.0"/>
|
||||
<radio id="fontSize2" label="Medium" value="1.25"/>
|
||||
<radio id="fontSize3" label="Large" value="1.5"/>
|
||||
<radio id="fontSize1" label="&zotero.preferences.fontSize.small;" value="1.0"/>
|
||||
<radio id="fontSize2" label="&zotero.preferences.fontSize.medium;" value="1.25"/>
|
||||
<radio id="fontSize3" label="&zotero.preferences.fontSize.large;" value="1.5"/>
|
||||
</radiogroup>
|
||||
</row>
|
||||
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
<!ENTITY zotero.preferences.position.browser "browser content">
|
||||
<!ENTITY zotero.preferences.statusBarIcon "Status bar icon:">
|
||||
<!ENTITY zotero.preferences.fontSize "Font size:">
|
||||
<!ENTITY zotero.preferences.fontSize.small "Small">
|
||||
<!ENTITY zotero.preferences.fontSize.medium "Medium">
|
||||
<!ENTITY zotero.preferences.fontSize.large "Large">
|
||||
<!ENTITY zotero.preferences.autoUpdate "Automatically check for updated scrapers">
|
||||
<!ENTITY zotero.preferences.updateNow "Update now">
|
||||
<!ENTITY zotero.preferences.reportTranslationFailure "Report broken site translators">
|
||||
|
|
Loading…
Reference in New Issue
Block a user