Bug 162718 Advanced smart browsing preview is not localizable p=vberon@mecano.gme.usherb.ca r=bryner sr=rbs a=chofmann

This commit is contained in:
neil%parkwaycc.co.uk 2004-03-15 23:19:46 +00:00
parent 34184c1cc5
commit 2f7d2ed0d1
7 changed files with 11 additions and 11 deletions

View File

@ -65,10 +65,6 @@ content/communicator/pref/pref-tabs.xul, comm/content/communicator/pref/pref-tab
content/communicator/pref/pref.xul, comm/content/communicator/pref/pref.xul
content/communicator/pref/nsPrefWindow.js, comm/content/communicator/pref/nsPrefWindow.js
content/communicator/pref/preftree.xul, comm/content/communicator/pref/preftree.xul
content/communicator/pref/autocomplete-autofill-on.gif, comm/content/communicator/pref/autocomplete-autofill-on.gif
content/communicator/pref/autocomplete-autofill-off.gif, comm/content/communicator/pref/autocomplete-autofill-off.gif
content/communicator/pref/autocomplete-showpopup.gif, comm/content/communicator/pref/autocomplete-showpopup.gif
content/communicator/pref/autocomplete-showsearch.gif, comm/content/communicator/pref/autocomplete-showsearch.gif
content/communicator/pref/pref-mousewheel.xul, comm/content/communicator/pref/pref-mousewheel.xul
content/communicator/pref/pref-winhooks.xul, comm/content/communicator/pref/pref-winhooks.xul
content/communicator/pref/pref-winhooks.js, comm/content/communicator/pref/pref-winhooks.js
@ -106,5 +102,9 @@ locale/XXXX/communicator/pref/preftree.dtd, XXXX/locale/XXXX/communicator/pref/p
locale/XXXX/communicator/pref/pref.dtd, XXXX/locale/XXXX/communicator/pref/pref.dtd
locale/XXXX/communicator/pref/pref-mousewheel.dtd, XXXX/locale/XXXX/communicator/pref/pref-mousewheel.dtd
locale/XXXX/communicator/pref/pref-winhooks.dtd, XXXX/locale/XXXX/communicator/pref/pref-winhooks.dtd
locale/XXXX/communicator/pref/autocomplete-autofill-on.gif, XXXX/locale/XXXX/communicator/pref/autocomplete-autofill-on.gif
locale/XXXX/communicator/pref/autocomplete-autofill-off.gif, XXXX/locale/XXXX/communicator/pref/autocomplete-autofill-off.gif
locale/XXXX/communicator/pref/autocomplete-showpopup.gif, XXXX/locale/XXXX/communicator/pref/autocomplete-showpopup.gif
locale/XXXX/communicator/pref/autocomplete-showsearch.gif, XXXX/locale/XXXX/communicator/pref/autocomplete-showsearch.gif
locale/XXXX/global/dialog.properties, XXXX/locale/XXXX/global/dialog.properties.

View File

@ -61,10 +61,6 @@ comm.jar:
content/communicator/pref/pref.xul (prefwindow/resources/content/pref.xul)
content/communicator/pref/nsPrefWindow.js (prefwindow/resources/content/nsPrefWindow.js)
content/communicator/pref/preftree.xul (prefwindow/resources/content/preftree.xul)
content/communicator/pref/autocomplete-autofill-on.gif (prefwindow/resources/content/autocomplete-autofill-on.gif)
content/communicator/pref/autocomplete-autofill-off.gif (prefwindow/resources/content/autocomplete-autofill-off.gif)
content/communicator/pref/autocomplete-showpopup.gif (prefwindow/resources/content/autocomplete-showpopup.gif)
content/communicator/pref/autocomplete-showsearch.gif (prefwindow/resources/content/autocomplete-showsearch.gif)
content/communicator/pref/pref-mousewheel.xul (prefwindow/resources/content/pref-mousewheel.xul)
content/communicator/pref/pref-winhooks.xul (prefwindow/resources/content/pref-winhooks.xul)
content/communicator/pref/pref-winhooks.js (prefwindow/resources/content/pref-winhooks.js)
@ -139,6 +135,10 @@ en-US.jar:
locale/en-US/communicator/pref/pref.dtd (prefwindow/resources/locale/en-US/pref.dtd)
locale/en-US/communicator/pref/pref-mousewheel.dtd (prefwindow/resources/locale/en-US/pref-mousewheel.dtd)
locale/en-US/communicator/pref/pref-winhooks.dtd (prefwindow/resources/locale/en-US/pref-winhooks.dtd)
locale/en-US/communicator/pref/autocomplete-autofill-on.gif (prefwindow/resources/locale/en-US/autocomplete-autofill-on.gif)
locale/en-US/communicator/pref/autocomplete-autofill-off.gif (prefwindow/resources/locale/en-US/autocomplete-autofill-off.gif)
locale/en-US/communicator/pref/autocomplete-showpopup.gif (prefwindow/resources/locale/en-US/autocomplete-showpopup.gif)
locale/en-US/communicator/pref/autocomplete-showsearch.gif (prefwindow/resources/locale/en-US/autocomplete-showsearch.gif)
locale/en-US/communicator/search/find.dtd (search/resources/locale/en-US/find.dtd)
locale/en-US/communicator/search/findresults.dtd (search/resources/locale/en-US/findresults.dtd)
locale/en-US/communicator/search/internet.dtd (search/resources/locale/en-US/internet.dtd)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 743 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 723 B

View File

@ -78,7 +78,7 @@
var img = document.getElementById("img"+aImg);
var checked = document.getElementById("cbx"+aImg).checked;
if (aImg == "AutoFill") {
img.setAttribute("src", "chrome://communicator/content/pref/autocomplete-autofill-"+(checked?"on":"off")+".gif");
img.setAttribute("src", "chrome://communicator/locale/pref/autocomplete-autofill-"+(checked?"on":"off")+".gif");
} else if (aImg == "ShowPopup") {
img.setAttribute("hidden", !checked);
updateImage("ShowSearch");
@ -118,8 +118,8 @@
<dialogheader>
<vbox height="159">
<image id="imgAutoFill" style="min-width: 401px;"/>
<image id="imgShowPopup" src="chrome://communicator/content/pref/autocomplete-showpopup.gif"/>
<image id="imgShowSearch" src="chrome://communicator/content/pref/autocomplete-showsearch.gif"/>
<image id="imgShowPopup" src="chrome://communicator/locale/pref/autocomplete-showpopup.gif"/>
<image id="imgShowSearch" src="chrome://communicator/locale/pref/autocomplete-showsearch.gif"/>
</vbox>
</dialogheader>
</dialog>