#!/mode/tclsh

j:ldb:set_strings {
  {OK OK}
  {Cancel Cancel}
  {Yes Yes}
  {No No}
  {XXXXXXX {Preceding are guaranteed to applications.}}
  
  {Confirm Confirm}
  {Alert Alert}
  {Alert! Alert!}
  {{Are you sure?} {Are you sure?}}
  {confirm:print {Print using lpr to printer `$J_PREFS(printer)'?}}
  {{Format:} {Format:}}
  
  {j:cmd:prompt_tcl {Issue Tcl Command...} 6 <Meta-Key-T> {[T]}}
  {j:cmd:prompt_unix {Issue Unix Command...} 6 <Meta-Key-U> {[U]}}
  {j:cmd:global_pref_panel {Global Preferences...} 0 <Meta-Key-G> {[G]}}
  
  {Save Save 0 <Meta-Key-s> {[s]}}
  {Print Print 0 <Meta-Key-p> {[p]}}
  {{Save as:} {Save as:} 5 <Meta-Key-S> {[S]}}
  {Quit Quit 0 <Meta-Key-q> {[q]}}
  
  {title:find_panel {Find Panel}}
  {find:searchfor {Search for:}}
  {find:replacewith {Replace with:}}
  {find:backwards {Backwards}}
  {find:case {Casesensitive}}
  {find:regex {Regex}}
  {Search Search}
  {Replace Replace}
  {{Replace All} {Replace All}}
  
  {title:jfs {File Selector}}
  {{Choose a file} {Choose a file}}
  {{File:} {File:}}
  {{File type:} {File type:}}
  
  {{Colour:} {Colour:}}
  {colour:rgb RGB}
  {colour:name Name}
  
  {cmd:load Load...}
  {cmd:save Save...}
  {cmd:print Print...}
  {cmd:quit Quit}
  {cmd:help Help}
  {more:done Done}
  {more:save Save}
  {more:print Print}
  {more:find Find...}
  
  {title:prefs {Global Preferences}}
  {prefs:language {Language:}}
  {prefs:autoposition {Autoposition dialogue boxes}}
  {prefs:confirm {Confirm actions}}
  {prefs:j_fs_fast {Fast file selector}}
  {prefs:tk_strictMotif {Strict Motif emulation}}
  {prefs:scrollbarside {Scrollbars on left}}
  {prefs:visiblebell {Visible bell}}
  {prefs:audiblebell {Audible bell}}
  {{Keyboard Bindings:} {Keyboard Bindings:}}
  {prefs:basic {Basic bindings}}
  {prefs:vi {vi bindings}}
  {prefs:edt {EDT bindings}}
  {prefs:emacs {Emacs bindings}}
  {prefs:typeover {Typing replaces selection}}
  {{Web Browser:} {Web Browser:}}
  {prefs:mosaic {Mosaic}}
  {prefs:netscape {Netscape}}
  {prefs:arena {arena}}
  {prefs:lynx {lynx in an xterm}}
  {{Man Page Viewer:} {Man Page Viewer:}}
  {prefs:man_builtin {builtin}}
  {prefs:man_tkman {TkMan}}
  {prefs:man_man {man(1) in an xterm}}
  {prefs:printer {Printer:}}
  
  {viewer:missing_tkman "Command `tkman' not found; adjust your `Man Page Viewer' preference in Global Preferences."}
  
  {title:prompt {Prompt}}
  {{Enter a value:} {Enter a value:}}
  {{Font:} {Font:}}
  {prompt:tcl {Tcl Command:}}
  {title:tcl:result_short {Tcl result}}
  {title:tcl:result {Result of Tcl command}}
  {prompt:unix {Unix Command:}}
  {title:unix:result_short {Command output}}
  {title:unix:result {format "Output of $command"}}
  {prompt:colour_name {Choose a colour:}}
  {title:colour_name {Colour Name Selector}}
  {prompt:colour_rgb {Choose a colour:}}
  {title:colour_rgb {RGB Colour Selector}}
  
  {j:tc:finish_before_start
  	{j:tc:finish_sequence called before j:tc:start_sequence}}
  {j:ec:finish_before_start
  	{j:ec:finish_sequence called before j:ec:start_sequence}}
  {misc:badargs {Improper arguments}}
  {optionbutton:invalidarg
  	{invalid argument $option to option widget command $tmp.}}
  {optionbutton:unknownoption {Unknown option "$option".}}
  {optionbutton:novalue {No value given to option "$option".}}
  {richtext:unsupportedtype
  	{j:rt type "$type" is not supported.}}
  {richtext:rm {Called `rm' without calling `j:rt:mkabbrevs'.}}
  {textemacs:nomarkset {The mark is not set in text widget $W.}}
  {texttags:first_gt_last {Text index "first" ($first) > "last" ($last).}}
  {texttags:anno_args
  	{wrong # args: should be j:tag:apply_annotation ?options? widget state}}
  {wmclient:nohostname
  	{Can't determine hostname; can't find `hostname' to execute.}}
  {wmclient:hostnamefail
  	{Can't determine hostname:\n$result}}
}
