home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Minami 80
/
MINAMI80.iso
/
Extra
/
DivXInstaller.exe
/
$PLUGINSDIR
/
GoogleToolbarFirefox.msi
/
xpi
/
chrome
/
google-toolbar.jar
/
content
/
spellcheck-language.xul
< prev
next >
Wrap
Extensible Markup Language
|
2006-05-15
|
1KB
|
34 lines
<?xml version="1.0"?>
<!DOCTYPE overlay [
<!ENTITY % tcDtd SYSTEM "chrome://google-toolbar/locale/google-toolbar.dtd"> %tcDtd;
]>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://google-toolbar/skin/google-toolbar.css"?>
<dialog id="gtbGoogleSpellingSuggLang"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="GTB_SC_suggLangDialogInit(event);"
title="&googleSpellCheck.category;"
buttons="accept,cancel">
<stringbundle id="google-toolbar-strings"
src="chrome://google-toolbar/locale/google-toolbar.properties"/>
<script type="application/x-javascript"
src="chrome://google-toolbar/content/gtb.js"/>
<description id="gtbGoogleSpellingSuggLangDesc0" />
<spacer height="7" />
<description id="gtbGoogleSpellingSuggLangDesc1" />
<spacer height="20" />
<hbox pack="center">
<button id="gtbGoogleSpellingSuggLangKeep"
dlgtype="cancel"
oncommand="GTB_SC_suggLangDialogDoKeep();" />
<button id="gtbGoogleSpellingSuggLangChange"
dlgtype="accept"
oncommand="GTB_SC_suggLangDialogDoChange();" />
</hbox>
</dialog>