tinkerbell 0.03 → 0.04

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. data/code/01rwdcore/01rwdcore.rb +6 -6
  2. data/code/01rwdcore/02helptexthashbegin.rb +13 -11
  3. data/code/01rwdcore/jumplinkcommand.rb +1 -0
  4. data/code/01rwdcore/openhelpwindow.rb +7 -0
  5. data/code/01rwdcore/runhelpabout.rb +6 -1
  6. data/code/01rwdcore/selectiontab.rb +2 -0
  7. data/code/01rwdcore/setuphelpaboutoptions.rb +2 -0
  8. data/code/01rwdcore/setuptinkerdocuments.rb +1 -0
  9. data/code/01rwdcore/test_cases.rb +100 -51
  10. data/code/01rwdcore/test_harness.rb +8 -1
  11. data/code/01rwdcore/uploadreturns.rb +3 -0
  12. data/code/dd0viewphoto/dd0viewphoto.rb +2 -0
  13. data/code/superant.com.rwdtinkerbackwindow/changelocale.rb +84 -0
  14. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +0 -1
  15. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +2 -0
  16. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +2 -0
  17. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +3 -1
  18. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +2 -0
  19. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +3 -1
  20. data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +3 -1
  21. data/code/superant.com.rwdtinkerbackwindow/showlocaleoptions.rb +9 -0
  22. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +1 -0
  23. data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +8 -5
  24. data/code/superant.com.sandbox/tabthree.rb +0 -4
  25. data/code/superant.com.tinkerbell/addzipfiles.rb +66 -0
  26. data/code/superant.com.tinkerbell/helptexthashload.rb +22 -0
  27. data/code/superant.com.tinkerbell/loadviewfiles.rb +19 -0
  28. data/code/superant.com.tinkerbell/openhelpwindow.rb +11 -17
  29. data/code/superant.com.tinkerbell/runrwdapplet.rb +1 -1
  30. data/code/zz0applicationend/zz0end.rb +2 -1
  31. data/configuration/rwdtinker.dist +3 -3
  32. data/configuration/sandbox.dist +7 -0
  33. data/configuration/tinkerbellw.dist +3 -3
  34. data/configuration/tinkerwin2variables.dist +1 -1
  35. data/gui/tinkerbackwindows/superant.com.sandbox/33tabthree.rwd +2 -2
  36. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/80localechanger.rwd +17 -0
  37. data/gui/tinkerbackwindows/superant.com.tinkerbell/60zipfoldfiles.rwd +31 -0
  38. data/gui/tinkerbackwindows/superant.com.tinkerbellback/1rwdrubyeval.rwd +1 -1
  39. data/gui/tinkerbackwindows/superant.com.tinkerbellback/81jumplinkcommands.rwd +17 -0
  40. data/init.rb +7 -1
  41. data/installed/sandbox.inf +4 -0
  42. data/installed/tinkerbellw.inf +7 -4
  43. data/lang/en/rwdcore/en.po +28 -0
  44. data/lang/en/tinkerbell/en.po +17 -0
  45. data/lang/es/rwdcore/es.po +22 -13
  46. data/lang/es/tinkerbell/en.po +16 -0
  47. data/lang/fr/rwdcore/fr.po +4 -1
  48. data/lang/fr/tinkerbell/en.po +7 -0
  49. data/lang/hi/rwdcore/hi.po +39 -36
  50. data/lang/hi/tinkerbell/en.po +6 -0
  51. data/lang/ja/rwdcore/ja.po +3 -0
  52. data/lang/ja/tinkerbell/en.po +6 -0
  53. data/lang/nl/rwdcore/nl.po +4 -1
  54. data/lang/nl/tinkerbell/en.po +6 -0
  55. data/lib/zip/ioextras.rb +43 -2
  56. data/lib/zip/stdrubyext.rb +5 -5
  57. data/lib/zip/tempfile_bugfixed.rb +2 -2
  58. data/lib/zip/zip.rb +618 -149
  59. data/lib/zip/zipfilesystem.rb +59 -8
  60. data/lib/zip/ziprequire.rb +32 -3
  61. data/rwd_files/HowTo_Tinker.txt +9 -0
  62. data/rwd_files/HowTo_TinkerBell.txt +4 -1
  63. data/rwd_files/Tinkerhelptexthash.txt +5 -2
  64. data/rwd_files/log/rwdtinker.log +1338 -0
  65. data/rwd_files/rwdapplications.html +23 -1
  66. data/{code/superant.com.tinkerbell/helptexthashrwdhypernote.rb → rwd_files/tinkerbellhelpfiles.txt} +21 -5
  67. data/rwdconfig.dist +1 -1
  68. data/tests/makedist-tinkerbellw.rb +1 -1
  69. data/tests/makedist.rb +1 -1
  70. data/{rwdtinker.rb → tinkerbell.rb} +0 -0
  71. data/zips/rwdwfoldeditor-0.07.zip +0 -0
  72. data/zips/rwdwhypernote-0.16.zip +0 -0
  73. data/zips/rwdwschedule-1.07.zip +0 -0
  74. data/zips/tinkerbellw-0.04.zip +0 -0
  75. metadata +24 -8
  76. data/gui/tinkerbackwindows/superant.com.tinkerbellback/77jumplinkcommands.rwd +0 -17
  77. data/zips/rwdwfoldeditor-0.05.zip +0 -0
  78. data/zips/rwdwhypernote-0.15.zip +0 -0
  79. data/zips/tinkerbellw-0.03.zip +0 -0
@@ -1,4 +1,6 @@
1
- # this method puts the configuration rexord on the screen
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
2
+ # this method puts the configuration rexord on the screen
3
+
2
4
  def loadconfigurationrecord
3
5
 
4
6
  require 'fileutils'
@@ -23,7 +23,9 @@ def runhelpwindowtinkerwin2
23
23
  if @rwd_tab == "superantcomremotezipsinstall"
24
24
  $help_topic = "remotegemapplet_install"
25
25
  end
26
-
26
+ if @rwd_tab == "localechangertab"
27
+ $help_topic = "localechanger_help"
28
+ end
27
29
 
28
30
  if @rwd_window != "rwdtinkerhelpwindow"
29
31
  $previouswindow = @rwd_window
@@ -0,0 +1,9 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
2
+ # help about option setup for rwdtinker application
3
+
4
+
5
+ def showlocalechoicesoptions
6
+
7
+ @localechooseoptions = $langarray.rwd_options
8
+ end
9
+
@@ -1,3 +1,4 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
1
2
  #view contents of a tinker applet
2
3
  def viewappletcontents
3
4
  require 'fileutils'
@@ -1,13 +1,16 @@
1
+ #view the log on the tab
2
+
1
3
  def rwdtinkerrunviewlog
2
4
  require 'lib/rwdtinker/rwdtinkertools'
3
5
 
6
+ logfilelocation = File.join(LogDirectory, 'rwdtinker.log')
4
7
  if @a_rwdtinkerlognumber == nil
5
8
  @a_rwdtinkerlognumber = 11
6
- @returnlogdisplay = RwdtinkerTools.tail("rwd_files/log/rwdtinker.log",@a_rwdtinkerlognumber.to_i)
9
+
10
+ end
11
+
12
+ @returnlogdisplay = RwdtinkerTools.tail(logfilelocation , @a_rwdtinkerlognumber.to_i)
7
13
 
8
- else
9
- @returnlogdisplay = RwdtinkerTools.tail("rwd_files/log/rwdtinker.log",@a_rwdtinkerlognumber.to_i)
10
-
11
- end
14
+
12
15
  end
13
16
 
@@ -1,6 +1,4 @@
1
1
 
2
-
3
- class Sandboxcalc
4
2
 
5
3
  def frwdadd
6
4
  $stderr.puts "in frwdadd"
@@ -52,5 +50,3 @@ class Sandboxcalc
52
50
  @frunningtape = $frunningtotal
53
51
  end
54
52
 
55
- end
56
-
57
53
  # intialize variables
@@ -0,0 +1,66 @@
1
+ # info
2
+ def buildsandboxfilelist
3
+ sandboxfilelist = []
4
+ sandboxfilelist << File.join("configuration", "sandbox.dist")
5
+ sandboxfilelist << File.join("installed", "sandbox.inf")
6
+
7
+ codedir = File.join("code","superant.com.sandbox")
8
+ tmpsandboxfilelist = Dir.new(codedir).entries.sort.delete_if { |x| ! (x =~ /rb$/) }
9
+ tmpsandboxfilelist.length.times{ #opening of a block
10
+ line = tmpsandboxfilelist.pop #pops the first item out of the Array
11
+ sandboxfilelist << File.join(codedir, line.strip)
12
+ }
13
+
14
+ guidir1 = File.join("gui","tinkerbackwindows")
15
+ guidir2 = File.join(guidir1, "superant.com.sandbox")
16
+ tmpsandboxfilelist = Dir.new(guidir2).entries.sort.delete_if { |x| ! (x =~ /rwd$/) }
17
+ tmpsandboxfilelist.length.times{ #opening of a block
18
+ line = tmpsandboxfilelist.pop #pops the first item out of the Array
19
+ sandboxfilelist << File.join(guidir2, line.strip)
20
+ }
21
+ return sandboxfilelist
22
+ end
23
+
24
+ def ziptinkerbellfile
25
+ require 'fileutils'
26
+ require 'lib/zip/zip'
27
+ begin # exception trapped block
28
+ nametext = @a_viewtinkerbellfile.strip
29
+
30
+
31
+ fullname = nametext +"-" + Time.now.localtime.strftime("%Y-%m-%d")+".zip"
32
+ fileName = @a_viewfoldlinkfile
33
+
34
+
35
+ sandboxfileList = buildsandboxfilelist
36
+
37
+
38
+ Zip::ZipOutputStream.open(fullname ) {
39
+ |zos|
40
+ zos.put_next_entry( nametext)
41
+ zos.puts "the zip file name is: #{@a_viewtinkerbellfile}"
42
+ zos.close
43
+ }
44
+
45
+ zipfilehandle = Zip::ZipFile.open(fullname)
46
+ sandboxfileList.length.times{ #opening of a block
47
+ line = sandboxfileList.pop #pops the first item out of the Array
48
+ if FileTest.exist?(line.strip)
49
+ zipfilehandle.add(line.strip,line.strip)
50
+ end
51
+ }
52
+
53
+ zipfilehandle.close
54
+
55
+
56
+
57
+ @a_ziptinkerbelllinkfile = fullname
58
+
59
+ rescue
60
+ $rwdtinkerlog.error "ziptinkerbellfile: error - #{$!}"
61
+
62
+ end # exception rescue
63
+
64
+ end
65
+
66
+
@@ -0,0 +1,22 @@
1
+ # this code loads the help text
2
+
3
+
4
+ tmphelpfilename = "tinkerbellhelpfiles.txt"
5
+ tmphelpdir = "rwd_files"
6
+
7
+ begin # exception trapped block
8
+
9
+
10
+ fileName = File.join(tmphelpdir ,tmphelpfilename )
11
+
12
+
13
+ fd = File.open(fileName,"r")
14
+ tmphelptext = fd.read
15
+ fd.close
16
+ eval tmphelptext
17
+
18
+ rescue SystemCallError, StandardError
19
+ $rwdtinkerlog.error "foldeditor help file load: system call error: "
20
+ end # exception rescue
21
+
22
+
@@ -0,0 +1,19 @@
1
+ # this method views an existing file
2
+ def loadtinkerbellfilelist
3
+
4
+ require 'fileutils'
5
+
6
+ begin # exception trapped block
7
+
8
+
9
+
10
+ filelist = buildsandboxfilelist
11
+
12
+ @a_tinkerbellfilelist = filelist.rwd_options
13
+
14
+
15
+ rescue SystemCallError, StandardError
16
+ $stderr.print "system call error: " + $!
17
+ end # exception rescue
18
+
19
+ end
@@ -1,24 +1,18 @@
1
1
  # this code is to call the help window
2
2
  def runhelpwindowtinkerbell
3
3
 
4
- $help_topic = "tinkerbell_generalhelp"
5
-
6
- if @rwd_tab == "tinkerbellgui"
7
- $help_topic = "tinkerbellgui_help"
8
- end
9
-
10
- if @rwd_tab == "rwdshellruby"
11
- $help_topic = "tinkerbellruby_help"
12
- end
13
-
14
- if @rwd_tab == "rwdlinesruby"
15
- $help_topic = "tinkerbellruby_help"
16
- end
17
-
4
+ $help_topic = "tinkerbell_generalhelp"
5
+ $helptopicsarray = $helptopicsarray << "tinkerbell_generalhelp"
6
+
7
+ helpsearchterm = @rwd_tab + "_help"
8
+
18
9
 
19
- $helptopicsarray = $helptopicsarray | ["tinkerbell_generalhelp"]
20
-
21
-
10
+ if Helptext.has_key? helpsearchterm.intern
11
+ $help_topic = helpsearchterm
12
+ if ! $helptopicsarray.include?( helpsearchterm)
13
+ $helptopicsarray << helpsearchterm
14
+ end
15
+ end
22
16
 
23
17
  if @rwd_window != "rwdtinkerhelpwindow"
24
18
  $previouswindow = @rwd_window
@@ -10,5 +10,5 @@
10
10
 
11
11
  def tinkerbellbackwindow
12
12
  @rwd_window = "tinkerbellbackwindow"
13
- @rwd_tab = "rwdshellruby"
13
+ @rwd_tab = "tinkerbellruby"
14
14
  end
@@ -1,4 +1,5 @@
1
-
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
2
+ # end of rwdtinker class
2
3
 
3
4
  end # end of rwdtinker class
4
5
 
@@ -1,4 +1,4 @@
1
- ##VERSION: (1.82)
1
+ ##VERSION: (1.84)
2
2
  ConfigurationDir = "configuration" # for use in program - init.rb has this value without using this constant
3
3
  CodeName = "rwdtinker"
4
4
  CodeNameFile = CodeName + ".rb"
@@ -10,6 +10,6 @@ LangDir = "lang"
10
10
  $prevouswindow ="main"
11
11
  $rwdcontrolports =["13713","13714","13715","13716"] # remote control code not actived 2007
12
12
  $port = 7705
13
- ##NAME: (RwdTinkerVersion):(1.82)
14
- RwdTinkerVersion = "1.82"
13
+ ##NAME: (RwdTinkerVersion):(1.84)
14
+ RwdTinkerVersion = "1.84"
15
15
 
@@ -0,0 +1,7 @@
1
+ ##VERSION: (0.01)
2
+ #JumpLink.update(:SanboxTab => "sandboxtabone")
3
+ #$rwdjumplink << "SanboxTab"
4
+ $frunningtotal = ""
5
+ ##NAME: (SandboxVersion):(0.01)
6
+ SandboxVersion = "0.01"
7
+
@@ -1,10 +1,10 @@
1
- ##VERSION: (0.03)
1
+ ##VERSION: (0.04)
2
2
  $tinkerhelpaboutarray << "TinkerBell"
3
3
  $tinkerdocumentsarray << "HowTo_TinkerBell.txt"
4
4
  JumpLink.update(:TinkerBell=>"runtinkerbellwindow", :TinkerBellBackWindow=> "tinkerbellbackwindow")
5
5
  $rwdjumplink << "TinkerBell" << "TinkerBellBackWindow"
6
6
  ##NAME: (DeleteTinkerBellConfig):(0.03)
7
7
  DeleteTinkerBellConfig = true
8
- ##NAME: (TinkerBellVersion):(0.03)
9
- TinkerBellVersion = "0.03"
8
+ ##NAME: (TinkerBellVersion):(0.04)
9
+ TinkerBellVersion = "0.04"
10
10
 
@@ -1,4 +1,4 @@
1
- ##VERSION: (1.82)
1
+ ##VERSION: (1.84)
2
2
  TinkerWin2ConfigurationFileName = "tinkerwin2variables.cnf" # this file name - do not change
3
3
  ##NAME: ($zipslocation):(1.78)
4
4
  $zipslocation = "zips" # location of applets to add
@@ -7,14 +7,14 @@ $rwdguivar=
7
7
  </table>
8
8
  <p>%fresult%</p>
9
9
  <horizontal>
10
- <button caption=\"Add\" action=\"$testcalc.frwdadd\"/>
10
+ <button caption=\"Add\" action=\"frwdadd\"/>
11
11
  <button caption=\"Subtract\" action=\"frwdsubtract\"/>
12
12
 
13
13
  <button caption=\"Multiply\" action=\"frwdmultiply\"/>
14
14
  <button caption=\"Divide\" action=\"frwddivide\"/>
15
15
  </horizontal>
16
16
  <horizontal>
17
- <button caption=\"Clear Tape\" action=\"$testcalc.frwdcleartape\"/>
17
+ <button caption=\"Clear Tape\" action=\"frwdcleartape\"/>
18
18
  </horizontal>
19
19
  <p>%frunningtape%
20
20
  </tab>"
@@ -0,0 +1,17 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=localechangertab caption=#{Message[:localechangertablabel]}>
4
+ <horizontal>
5
+ <button caption=#{Message[:tinkercoreshowlocale_choices]} action=\"showlocalechoicesoptions\"/>
6
+ <button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
7
+ </horizontal>
8
+ <table>
9
+ <select name=\"a_localechooseinput\"> %%localechooseoptions%% </select>
10
+
11
+ </table>
12
+
13
+ <horizontal>
14
+ <button caption=#{Message[:tinkercorechangelocale]} action=\"runlocalechangercommand\"/>
15
+ </horizontal>
16
+ </tab>
17
+ "
@@ -0,0 +1,31 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"tinkerbellzipfile\" caption=#{Message[:ziptinkerfile_tab]}>
4
+
5
+ <table>
6
+ <row> <p align=\"right\">#{Message[:tinkerbellfile_name]}</p> <text size=50 name=\"a_viewtinkerbellfile\"/> </row>
7
+
8
+ </table>
9
+
10
+ <table>
11
+ <horizontal>
12
+
13
+ <button caption=#{Message[:viewtinkerbellfile_contents]} action=\"loadtinkerbellfilelist\"/>
14
+ <button caption=#{Message[:ziptinkerbell_file]} action=\"ziptinkerbellfile\"/>
15
+ <button caption=#{Message[:help]} action=\"runhelpwindowtinkerbell\"/>
16
+ </horizontal>
17
+ </table>
18
+ </table>
19
+ <row> <p align=\"left\"> %a_ziptinkerbelllinkfile% </p></row>
20
+ </table>
21
+
22
+
23
+ <p>%a_tinkerbellfilelist%</p>
24
+
25
+
26
+
27
+
28
+ </tab>"
29
+
30
+
31
+
@@ -1,6 +1,6 @@
1
1
  $rwdguivar=
2
2
  "
3
- <tab name=\"rwdshellruby\" caption=\"ruby\">
3
+ <tab name=\"tinkerbellruby\" caption=\"ruby\">
4
4
  <table>
5
5
  <row> <p align=\"left\">Ruby Command:</p> <text size=50 name=\"a_rubyevaltinkerbell\"/> </row>
6
6
  </table>
@@ -0,0 +1,17 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=selectiontab caption=#{Message[:selection_tab]}>
4
+ <horizontal>
5
+ <button caption=#{Message[:showjump_links]} action=\"showjumplinkoptions\"/>
6
+ <button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
7
+ </horizontal>
8
+ <table>
9
+ <select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
10
+
11
+ </table>
12
+
13
+ <horizontal>
14
+ <button caption=#{Message[:jumptoapplication_location]} action=\"runjumplinkcommand\"/>
15
+ </horizontal>
16
+ </tab>
17
+ "
data/init.rb CHANGED
@@ -23,13 +23,19 @@
23
23
 
24
24
  require 'logger'
25
25
 
26
- $rwdtinkerlog = Logger.new( 'rwd_files/log/rwdtinker.log', 'weekly' )
26
+ LogDirectory = 'rwd_files/log/'
27
+ logfilelocation = File.join(LogDirectory, 'rwdtinker.log')
28
+
29
+ $rwdtinkerlog = Logger.new( logfilelocation , 'weekly' )
27
30
  $rwdtinkerlog.level = Logger::INFO
28
31
 
29
32
  require "lib/rwd/rwd"
30
33
  require 'fileutils'
31
34
  require 'lib/rconftool'
32
35
 
36
+ $KCODE = 'u'
37
+ require 'jcode'
38
+
33
39
  $progdir = File::expand_path( File.dirname(__FILE__))
34
40
 
35
41
  tempdoc = " "
@@ -0,0 +1,4 @@
1
+ # tinkerbell - NAD gui developer for RwdTinker
2
+ gui/tinkerbackwindows/superant.com.sandbox
3
+ code/superant.com.sandbox
4
+ configuration/sandbox.dist
@@ -1,13 +1,16 @@
1
1
  # tinkerbell - NAD gui developer for RwdTinker
2
2
  gui/tinkerbackwindows/superant.com.tinkerbellback
3
- gui/tinkerbackwindows/superant.com.sandbox
4
3
  gui/tinkerbackwindows/superant.com.tinkerbell
5
4
  code/superant.com.tinkerbell
6
5
  code/superant.com.tinkerbellback
7
- code/superant.com.sandbox
8
6
  tests/makedist-tinkerbell.rb
9
7
  tests/gemspec-tinkerbellw
10
8
  rwd_files/HowTo_TinkerBell.txt
11
9
  configuration/tinkerbellw.dist
12
-
13
-
10
+ rwd_files/tinkerbellhelpfiles.txt
11
+ lang/en/tinkerbell/en.po
12
+ lang/es/tinkerbell/en.po
13
+ lang/fr/tinkerbell/en.po
14
+ lang/hi/tinkerbell/en.po
15
+ lang/ja/tinkerbell/en.po
16
+ lang/nl/tinkerbell/en.po
@@ -1,5 +1,8 @@
1
1
  # English Language files for RwdTinker core
2
2
 
3
+ msgid "error_message_id_unknown"
4
+ msgstr "ERROR: Message-ID Unknown"
5
+
3
6
  msgid "applet_installed"
4
7
  msgstr '"applet installed!"'
5
8
 
@@ -63,6 +66,12 @@ msgid "file_name"
63
66
  msgid "listzipdirappletsavailable"
64
67
  msgstr '"List (zip directory) applets available for installation"'
65
68
 
69
+ msgid "localechangertablabel"
70
+ msgstr '"Locale Changer"'
71
+
72
+ msgid "locale_changer_help"
73
+ msgstr "You can change the locale on this tab<br>Click on Show Locale Choices to fill in the pull down options<br>When you click on Change Locale Now the entire GUI will be reloaded"
74
+
66
75
  msgid "menu_panel"
67
76
  msgstr '"Menu Panel"'
68
77
 
@@ -126,6 +135,12 @@ msgid "selection_panel"
126
135
  msgid "selection_tab"
127
136
  msgstr '"Menu Tab"'
128
137
 
138
+ msgid "tinkercoreshowlocale_choices"
139
+ msgstr '"Show Locale Choices"'
140
+
141
+ msgid "tinkercorechangelocale"
142
+ msgstr '"Change Locale Now"'
143
+
129
144
  msgid "tinker_logo"
130
145
  msgstr '"Tinker Logo"'
131
146
 
@@ -164,3 +179,16 @@ msgstr '"View Install Text"'
164
179
 
165
180
  msgid "window"
166
181
  msgstr "Window"
182
+
183
+ msgid "message_general_help"
184
+ msgstr "rwdtinker is the core application for the
185
+ rwdapplications. On the front screen you can view
186
+ documents and make menu choices. On the back
187
+ screen you will find:<p>
188
+ You can work with Applets: go to Selection tab, <br>
189
+ On that back screen you will find:<br>
190
+ List Applets: you can see and delete installed applets<br>
191
+ List Zips: you can see lists of applets that you can install<br>
192
+ Edit Configuration: You can view the rwdtinker configuration and change it<br>
193
+ Diagnostic Tab: You can view the environments variables that rwdtinker is running with<br>"
194
+