home *** CD-ROM | disk | FTP | other *** search
/ Minami 80 / MINAMI80.iso / Extra / DivXInstaller.exe / $PLUGINSDIR / GoogleToolbarFirefox.msi / xpi / chrome / google-toolbar.jar / content / options-spelling.xul < prev    next >
Extensible Markup Language  |  2006-05-15  |  1KB  |  38 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE overlay [
  3.   <!ENTITY % tcDtd SYSTEM "chrome://google-toolbar/locale/google-toolbar.dtd"> %tcDtd;
  4. ]>
  5.  
  6. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 
  7. <?xml-stylesheet href="chrome://google-toolbar/skin/google-toolbar.css"?>
  8.  
  9. <dialog id="gtbGoogleOptionsSpelling"
  10.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  11.         ondialogaccept="GTB_SpellingOptionsDialog.onDialogAccept(event);"
  12.     onload="GTB_SpellingOptionsDialog.onLoad(event);"
  13.     title=">bOptionsSpellingTitle;"
  14.     buttons="accept,cancel">
  15.  
  16.   <stringbundle id="gtb-localized_prefs"
  17.                 src="chrome://google-toolbar/locale/prefs.properties"/>
  18.  
  19.  
  20.   <script type="application/x-javascript"
  21.           src="chrome://google-toolbar/content/gtb.js"/>
  22.  
  23.   <script>
  24.     var GTB_SpellingOptionsDialog = GTB_Option_createSpellingOptionsDialog();
  25.   </script>
  26.  
  27.   <description>>bOptionsSpellingDescription;</description>
  28.   <groupbox>
  29.     <caption label=">bOptionsSpellingCaption;" />
  30.     <checkbox id="gtbOptionsSpellingIgnoreRepeatedCheckbox"
  31.               label=">bOptionsSpellingIgnoreRepeated;" />
  32.     <checkbox id="gtbOptionsSpellingIgnoreAllCapsCheckbox"
  33.               label=">bOptionsSpellingIgnoreAllCaps;" />
  34.     <checkbox id="gtbOptionsSpellingIgnoreDigitsCheckbox"
  35.               label=">bOptionsSpellingIgnoreDigits;" />
  36.   </groupbox>
  37. </dialog>
  38.