Supplementary patch to bug 226955 to use more meaningful entity names p=gautheri@noos.fr r=me sr=jag

This commit is contained in:
neil%parkwaycc.co.uk 2006-09-14 06:06:25 +00:00
Родитель e157d6524a
Коммит 0136116798
2 изменённых файлов: 10 добавлений и 6 удалений

Просмотреть файл

@ -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="&copy.accesskey;" modifiers="accel" oncommand="doCopy(event);"/>
<key id="closeWindow" key="&closeWindow.key;" modifiers="accel"
oncommand="window.close();"/>
<key id="copy" key="&copy.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">