Putting colons into localized strings in the few places where they're not, since they shouldn't be hard-coded
Changed joinMode localized strings to "prefix" and "suffix"
This commit is contained in:
parent
66086627a7
commit
cb4b7f0642
|
@ -34,28 +34,28 @@
|
|||
<script>
|
||||
document.getElementById('version').value += Zotero.version;
|
||||
</script>
|
||||
<label class="subhead" value="&zotero.createdby;:"/>
|
||||
<label class="subhead" value="&zotero.createdby;"/>
|
||||
<vbox class="subcontent">
|
||||
<label class="text-link" href="http://chnm.gmu.edu" value="Center for History and New Media"/>
|
||||
<label value="George Mason University"/>
|
||||
<label value="Fairfax, VA"/>
|
||||
</vbox>
|
||||
<label class="subhead" value="&zotero.directors;:"/>
|
||||
<label class="subhead" value="&zotero.directors;"/>
|
||||
<vbox class="subcontent">
|
||||
<label value="Dan Cohen"/>
|
||||
<label value="Josh Greenberg"/>
|
||||
</vbox>
|
||||
<label class="subhead" value="&zotero.developers;:"/>
|
||||
<label class="subhead" value="&zotero.developers;"/>
|
||||
<vbox class="subcontent">
|
||||
<label value="Dan Stillman"/>
|
||||
<label value="Simon Kornblith"/>
|
||||
<label value="David Norton"/>
|
||||
</vbox>
|
||||
<label class="subhead" value="&zotero.executiveProducer;:"/>
|
||||
<label class="subhead" value="&zotero.executiveProducer;"/>
|
||||
<vbox class="subcontent">
|
||||
<label value="Roy Rosenzweig"/>
|
||||
</vbox>
|
||||
<label class="subhead" value="&zotero.thanks;:"/>
|
||||
<label class="subhead" value="&zotero.thanks;"/>
|
||||
<vbox class="subcontent">
|
||||
<label class="text-link" href="http://www.imls.gov/" value="Institute of Museum and Library Services"/>
|
||||
<label class="text-link" href="http://www.mellon.org/" value="Andrew W. Mellon Foundation"/>
|
||||
|
|
|
@ -161,14 +161,14 @@
|
|||
<xul:vbox flex="1">
|
||||
<xul:groupbox xbl:inherits="flex">
|
||||
<xul:caption align="center">
|
||||
<xul:label value="&zotero.search.joinMode.match;"/>
|
||||
<xul:label value="&zotero.search.joinMode.prefix;"/>
|
||||
<xul:menulist id="joinModeMenu" oncommand="this.parentNode.parentNode.parentNode.parentNode.updateJoinMode()">
|
||||
<xul:menupopup>
|
||||
<xul:menuitem label="&zotero.search.joinMode.any;" value="any"/>
|
||||
<xul:menuitem label="&zotero.search.joinMode.all;" value="all" selected="true"/>
|
||||
</xul:menupopup>
|
||||
</xul:menulist>
|
||||
<xul:label value="&zotero.search.joinMode.ofTheFollowing;:"/>
|
||||
<xul:label value="&zotero.search.joinMode.suffix;"/>
|
||||
</xul:caption>
|
||||
<xul:vbox id="conditions"/>
|
||||
</xul:groupbox>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<!ENTITY zotero.name "Zotero">
|
||||
<!ENTITY zotero.version "version">
|
||||
<!ENTITY zotero.createdby "Created by">
|
||||
<!ENTITY zotero.directors "Directors">
|
||||
<!ENTITY zotero.developers "Developers">
|
||||
<!ENTITY zotero.executiveProducer "Executive Producer">
|
||||
<!ENTITY zotero.thanks "Special thanks">
|
||||
<!ENTITY zotero.createdby "Created by:">
|
||||
<!ENTITY zotero.directors "Directors:">
|
||||
<!ENTITY zotero.developers "Developers:">
|
||||
<!ENTITY zotero.executiveProducer "Executive Producer:">
|
||||
<!ENTITY zotero.thanks "Special thanks:">
|
||||
<!ENTITY zotero.about.close "Close">
|
|
@ -1,7 +1,7 @@
|
|||
<!ENTITY zotero.search.joinMode.match "Match">
|
||||
<!ENTITY zotero.search.joinMode.prefix "Match">
|
||||
<!ENTITY zotero.search.joinMode.any "any">
|
||||
<!ENTITY zotero.search.joinMode.all "all">
|
||||
<!ENTITY zotero.search.joinMode.ofTheFollowing "of the following">
|
||||
<!ENTITY zotero.search.joinMode.suffix "of the following:">
|
||||
|
||||
<!ENTITY zotero.search.recursive.label "Search subfolders">
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user