зеркало из https://github.com/mozilla/gecko-dev.git
Supplementary patch to bug 226955 to use more meaningful entity names p=gautheri@noos.fr r=me sr=jag
This commit is contained in:
Родитель
e157d6524a
Коммит
0136116798
|
@ -54,8 +54,10 @@
|
|||
<script type="application/x-javascript" src="chrome://help/content/contextHelp.js"/>
|
||||
|
||||
<keyset>
|
||||
<key id="closeWindow" key="&closeWindow.accesskey;" modifiers="accel" oncommand="window.close();"/>
|
||||
<key id="copy" key="©.accesskey;" modifiers="accel" oncommand="doCopy(event);"/>
|
||||
<key id="closeWindow" key="&closeWindow.key;" modifiers="accel"
|
||||
oncommand="window.close();"/>
|
||||
<key id="copy" key="©.key;" modifiers="accel"
|
||||
oncommand="doCopy(event);"/>
|
||||
</keyset>
|
||||
|
||||
<stringbundle id="pageinfobundle" src="chrome://navigator/locale/pageInfo.properties"/>
|
||||
|
@ -304,7 +306,9 @@
|
|||
</rows>
|
||||
</grid>
|
||||
<hbox>
|
||||
<button label="&mediaSaveAs;" accesskey="&mediaSaveAsAccesskey;" id="imagesaveasbutton" disabled="true" oncommand="saveMedia();"/>
|
||||
<button label="&mediaSaveAs;" accesskey="&mediaSaveAs.accesskey;"
|
||||
id="imagesaveasbutton" disabled="true"
|
||||
oncommand="saveMedia();"/>
|
||||
</hbox>
|
||||
<vbox class="inset iframe" flex="1" pack="center">
|
||||
<hbox id="theimagecontainer" pack="center">
|
||||
|
|
|
@ -40,8 +40,8 @@
|
|||
<!ENTITY pageInfoWindow.width "425">
|
||||
<!ENTITY pageInfoWindow.height "470">
|
||||
|
||||
<!ENTITY copy.accesskey "c">
|
||||
<!ENTITY closeWindow.accesskey "w">
|
||||
<!ENTITY copy.key "c">
|
||||
<!ENTITY closeWindow.key "w">
|
||||
|
||||
<!ENTITY generalTab "General">
|
||||
<!ENTITY generalTitle "Title:">
|
||||
|
@ -97,7 +97,7 @@
|
|||
<!ENTITY mediaTitle "Title Attribute:">
|
||||
<!ENTITY mediaLongdesc "Long Description:">
|
||||
<!ENTITY mediaSaveAs "Save As...">
|
||||
<!ENTITY mediaSaveAsAccesskey "S">
|
||||
<!ENTITY mediaSaveAs.accesskey "S">
|
||||
|
||||
<!ENTITY framesTab "Frames">
|
||||
<!ENTITY frameName "Name">
|
||||
|
|
Загрузка…
Ссылка в новой задаче