#!/mode/tclsh

j:ldb:set_strings {
  {warning_no_file {
    format "Warning: file `$filename' doesn't exist or is empty."
  }}
  {warning_unrecog_fmt {
    format {%s  %s} \
      "Warning: unrecognised format `$format' for `$filename'." \
      "Attempting to process anyway."
  }}
  {html_automatic {This page was automatically generated.}}
  {prompt:new_name {New Hotlist Name:}}
  {title:name {Hotlist Name}}
  {notice:already_loaded {That hotlist is already loaded.}}
  
  {cmd:add {Add . . .}}
  {cmd:remove {Remove . . .}}
  
  {label:hotlist {Hotlist:}}
  {label:url {URL:}}
  {label:title {Title:}}
  
  {cmd:change {Change}}
  {cmd:copy {Copy...}}
  {cmd:move {Move...}}
  {cmd:delete {Delete}}
  {cmd:view {View}}
  {cmd:prefs {Prefs...}}
  {cmd:quit {Quit}}
  
  {cmd:sort {Sort}}
  {cmd:save {Save}}
  {cmd:reload {Reload}}
  {cmd:html {Save HTML...}}
  
  {notice:missing_url {You need to supply a URL.}}
  {notice:url_space {You can't have whitespace in a URL.}}
  {notice:missing_title {You need to supply a title.}}
  {notice:title_newline {You can't have line-break characters in a title.}}
  
  {prompt:copy_to {Copy to hotlist:}}
  {prompt:move_to {Move to hotlist:}}
  
  {prompt:choose {Choose a hotlist:}}
  {title:selector {Hotlist Selector}}
  
  {title:prefs {Hotlist Manager Preferences}}
  {pref:width {Width:}}
  {pref:height {Height:}}
  {pref:defaulthl {Default Hotlist:}}
  {pref:hotlists {Hotlists:}}
  {pref:font {Font:}}
  {pref:def_font { Default }}
  {pref:choose_font { Choose... }}
  
  {label:usage {Usage:}}
}
