#!/mode/tclsh

j:ldb:set_strings {
  {{Doc Viewer} {Doc Viewer} 4}
  {jdoc:cmd:about {About the Doc Viewer...} 0 <Meta-Key-A> {[A]}}
  {jdoc:cmd:doc_prefs {Doc Viewer Preferences...} 11 <Meta-Key-P> {[P]}}
  {jdoc:cmd:quit {Quit} 0 <Meta-Key-q> {[Q]}}
  
  {Document {Document} 0}
  {jdoc:cmd:load {Load...} 0 <Meta-Key-l> {[l]}}
  {jdoc:cmd:save_as {Save As...} 5 <Meta-Key-S> {[S]}}
  {jdoc:cmd:print_postscript {Print} 0 <Meta-Key-p> {[p]}}
  {jdoc:cmd:find {Find...} 0 <Meta-Key-f> {[f]}}
  
  {Sections {Sections} 0}
  
  {Help {Help} 0}
  {{Help on Doc Viewer} {Help on Doc Viewer} 0 <Meta-Key-h> {[h]}}
  {{Help on jstools} {Help on jstools} 10}
  
  {{Help Viewer Preferences} {Help Viewer Preferences}}
  {{Width:} {Width:}}
  {{Height:} {Height:}}
  {{Normal Background:} {Normal Background:}}
  {{Normal Foreground:} {Normal Foreground:}}
  {{Selected Background:} {Selected Background:}}
  {{Selected Foreground:} {Selected Foreground:}}
  {{Selection Border Width:} {Selection Border Width:}}
  {{Text Border Width:} {Text Border Width:}}
  {{Use TkMan} {Use TkMan}}
  
  {rt:about_jdoc {
    j:rt:hl "jdoc"
    j:rt:cr
    j:rt:rm "by Jay Sekora, "
    j:rt:tt "js@aq.org"
    j:rt:par
    j:rt:rm "An X Windows application for viewing richlyformatted documents."
    j:rt:cr
    j:rt:rm "Version $JSTOOLS_VERSION."
    j:rt:par
    j:rt:rm "Copyright \251 1992-1995 by Jay Sekora.  "
    j:rt:rm "Terms for copying are specified in the documentation and "
    j:rt:rm "in comments in the code."
    j:rt:par
    j:rt:rm "If you find bugs or have suggestions for improvement, "
    j:rt:rm "please let me know.  "
    j:rt:rm "Feel free to use bits of this code in your own "
    j:rt:tt "wish"
    j:rt:rm " scripts."
  }}
  
  {{Double-click on a topic:} {Doubleclick on a topic:}}
  {{You must click on a topic to select it.}
  	{You must click on a topic to select it.}}
  {{Are you sure you want to quit?} {Are you sure you want to quit?}}
}
