parent
87c71f74a0
commit
371bcfea81
2 changed files with 12 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
the switch statement in Zotero.Prefs.observe().
|
the switch statement in Zotero.Prefs.observe().
|
||||||
-->
|
-->
|
||||||
<window id="zotero-prefs"
|
<window id="zotero-prefs"
|
||||||
title="&zotero.preferences.title;"
|
data-l10n-id="preferences-window"
|
||||||
onload="Zotero_Preferences.init()"
|
onload="Zotero_Preferences.init()"
|
||||||
onunload="Zotero_Preferences.onUnload()"
|
onunload="Zotero_Preferences.onUnload()"
|
||||||
windowtype="zotero:pref"
|
windowtype="zotero:pref"
|
||||||
|
@ -51,6 +51,11 @@
|
||||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||||
style="display: flex;">
|
style="display: flex;">
|
||||||
|
|
||||||
|
<linkset>
|
||||||
|
<html:link rel="localization" href="branding/brand.ftl"/>
|
||||||
|
<html:link rel="localization" href="preferences.ftl"/>
|
||||||
|
</linkset>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var { Services } = ChromeUtils.import("resource://gre/modules/Services.jsm");
|
var { Services } = ChromeUtils.import("resource://gre/modules/Services.jsm");
|
||||||
|
|
||||||
|
|
6
chrome/locale/en-US/zotero/preferences.ftl
Normal file
6
chrome/locale/en-US/zotero/preferences.ftl
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
preferences-window =
|
||||||
|
.title =
|
||||||
|
{ PLATFORM() ->
|
||||||
|
[macos] { -app-name } Settings
|
||||||
|
*[other] { -app-name } Preferences
|
||||||
|
}
|
Loading…
Reference in a new issue