rwdruby 1.07 → 1.08

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. data/code/01rwdcore/02helptexthashbegin.rb +10 -0
  2. data/code/01rwdcore/03helptexthash.rb +18 -20
  3. data/code/01rwdcore/runopentinkerdocument.rb +1 -1
  4. data/code/superant.com.rwdshell/0uninstallapplet.rb +1 -1
  5. data/code/superant.com.rwdshell/loadconfigurationrecord.rb +1 -1
  6. data/code/superant.com.rwdshell/loadconfigurationvariables.rb +1 -1
  7. data/code/superant.com.rwdshell/saveconfigurationrecord.rb +1 -1
  8. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +62 -132
  9. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +9 -7
  10. data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +6 -6
  11. data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +13 -0
  12. data/configuration/rwdtinker.dist +3 -3
  13. data/configuration/{rwdwruby-1.07.dist → rwdwruby.dist} +2 -2
  14. data/configuration/tinkerwin2variables.dist +7 -2
  15. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdlogfile.rwd +20 -0
  16. data/init.rb +59 -163
  17. data/installed/{rwdwruby-1.07.inf → rwdwruby.inf} +3 -3
  18. data/lang/en/rwdcore/en.po +166 -0
  19. data/lang/es/rwdcore/es.po +172 -0
  20. data/lang/fr/rwdcore/fr.po +166 -0
  21. data/lang/hi/rwdcore/hi.po +170 -0
  22. data/lang/ja/rwdcore/ja.po +168 -0
  23. data/lang/nl/rwdcore/nl.po +166 -0
  24. data/lib/rwd/net.rb +8 -7
  25. data/lib/rwd/rwd.rb +34 -31
  26. data/lib/rwdthemes/default.rwd +1 -1
  27. data/lib/rwdtinker/rwdcodedir.rb +56 -0
  28. data/lib/rwdtinker/rwdguidir.rb +57 -0
  29. data/lib/rwdtinker/rwdlangdir.rb +60 -0
  30. data/lib/rwdtinker/rwdtinkertools.rb +25 -0
  31. data/rwd_files/HowTo_Tinker.txt +26 -7
  32. data/rwd_files/Tinkerhelptexthash.txt +81 -0
  33. data/rwd_files/log/rwdtinker.log +1841 -0
  34. data/tests/makedist-rwdwruby.rb +2 -2
  35. data/tests/makedist-tinkerbellw.rb +58 -0
  36. data/tests/makedist.rb +2 -2
  37. data/zips/{rwdwcalc-0.62.zip → rwdwcalc-0.63.zip} +0 -0
  38. data/zips/{rwdwfoldeditor-0.04.zip → rwdwfoldeditor-0.05.zip} +0 -0
  39. data/zips/rwdwhypernote-0.15.zip +0 -0
  40. data/zips/rwdwmovies-0.98.zip +0 -0
  41. data/zips/{rwdwruby-1.07.zip → rwdwruby-1.08.zip} +0 -0
  42. data/zips/tinkerbellw-0.03.zip +0 -0
  43. data/zips/wrubyslippers-1.08.zip +0 -0
  44. metadata +26 -19
  45. data/code/01rwdcore/04helptextend.rb +0 -6
  46. data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +0 -61
  47. data/configuration/language.dist +0 -8
  48. data/configuration/rwdapplicationidentity.dist +0 -3
  49. data/lang/en/rwdcore/languagefile.rb +0 -58
  50. data/lang/es/rwdcore/languagefile-es.rb +0 -62
  51. data/lang/fr/rwdcore/languagefile.rb +0 -64
  52. data/lang/jp/rwdcore/languagefile.rb +0 -72
  53. data/lang/nl/rwdcore/languagefile.rb +0 -75
  54. data/zips/rwdwaddresses-1.06.zip +0 -0
  55. data/zips/rwdwgutenberg-0.09.zip +0 -0
  56. data/zips/wrubyslippers-1.06.zip +0 -0
@@ -12,8 +12,8 @@ JumpLink = Hash.new("default")
12
12
  $rwdjumplink= [""]
13
13
  require 'fileutils'
14
14
  DistroName = "rwdwruby"
15
- DistroVersion="1.07"
16
- load "configuration/#{DistroName}-#{DistroVersion}.dist"
15
+ DistroVersion="1.08"
16
+ load "configuration/#{DistroName}.dist"
17
17
 
18
18
 
19
19
  DistroTitle="#{DistroName}-#{DistroVersion}"
@@ -0,0 +1,58 @@
1
+ #!/usr/bin/ruby -w
2
+ #***********************************************************************
3
+ #* Rwd/Tinker -- A Ruby program for the RudyWebDialog.
4
+ #* Copyright (c) 2004, 2005 by Steven Gibson. All Rights Reserved.
5
+ #* at "steven@superant.com".
6
+ #***********************************************************************/
7
+ $progdir =""
8
+ $tinkerhelpaboutarray = [""]
9
+ $tinkerdocumentsarray = [""]
10
+ $testharnessarray = [""]
11
+ $rwdjumplink = [""]
12
+ JumpLink = Hash.new("default")
13
+ require 'fileutils'
14
+ DistroName = "tinkerbellw"
15
+ DistroVersion="0.03"
16
+ load "configuration/#{DistroName}.dist"
17
+
18
+
19
+ DistroTitle="#{DistroName}-#{DistroVersion}"
20
+
21
+
22
+
23
+ $progdir = File::expand_path( File.dirname(__FILE__))
24
+ results = " "
25
+
26
+ puts "creating #{DistroName} distribution files version #{DistroVersion}"
27
+
28
+ #puts "moving up one directory"
29
+ #Dir.chdir("..")
30
+ findcmd = "find _arx > /tmp/excludezip"
31
+ puts "#{findcmd}"
32
+ `#{findcmd}`
33
+
34
+ FileUtils.rm_rf("#{DistroTitle}.zip")
35
+ zipcreatecmd = "zip -r #{DistroTitle}.zip * -x@/tmp/excludezip"
36
+ puts "#{zipcreatecmd}"
37
+ `#{zipcreatecmd}`
38
+
39
+ gemspecfilename = "rwdzip#{DistroTitle}.gemspec"
40
+ tobject = Time.now
41
+ year = tobject.year.to_s
42
+ month = tobject.mon.to_s
43
+ daydate = tobject.day.to_s
44
+
45
+ fd = File.open(gemspecfilename,"w")
46
+ fd.print("Gem::Specification.new do |s|\n")
47
+ fd.print(" s.name = %q{rwdzip#{DistroName}}\n")
48
+ fd.print(" s.version = \"#{DistroVersion}\"\n")
49
+ fd.print(" s.date = %q{#{year}-#{month}-#{daydate}}")
50
+ load "tests/gemspec-#{DistroName}"
51
+ fd.print($gemspecvar)
52
+ fd.close
53
+
54
+ ListingCommand = "ls -1 -s -h rwdzip#{DistroTitle}*"
55
+
56
+ puts `#{ListingCommand}`
57
+
58
+ print "Build finished\n"
@@ -14,9 +14,9 @@ require 'fileutils'
14
14
 
15
15
  DistroName = "rwdwruby"
16
16
 
17
- DistroVersion="1.07"
17
+ DistroVersion="1.08"
18
18
 
19
- DistroTitle="#{DistroName}-#{DistroVersion}.dist"
19
+ DistroTitle="#{DistroName}.dist"
20
20
  load "configuration/#{DistroTitle}"
21
21
  DistroName = "rwdruby"
22
22
  DistroTitle = "#{DistroName}-#{DistroVersion}"
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rwdruby
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.07"
4
+ version: "1.08"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Gibson
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-09-25 00:00:00 -07:00
12
+ date: 2008-10-09 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -49,8 +49,13 @@ files:
49
49
  - lib/rwdthemes/default.rwd
50
50
  - lib/rwdthemes/pda.rwd
51
51
  - lib/rwdthemes/windowslike.rwd
52
+ - lib/rwdtinker/rwdtinkertools.rb
53
+ - lib/rwdtinker/rwdcodedir.rb
54
+ - lib/rwdtinker/rwdguidir.rb
55
+ - lib/rwdtinker/rwdlangdir.rb
52
56
  - code/zz0applicationend/zz0end.rb
53
57
  - code/superant.com.rwdtinkerbackwindow/listgemdirs.rb
58
+ - code/superant.com.rwdtinkerbackwindow/viewlogfile.rb
54
59
  - code/superant.com.rwdtinkerbackwindow/diagnostictab.rb
55
60
  - code/superant.com.rwdtinkerbackwindow/listgemzips.rb
56
61
  - code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb
@@ -68,7 +73,6 @@ files:
68
73
  - code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb
69
74
  - code/superant.com.rwdtinkerbackwindow/removeapplet.rb
70
75
  - code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb
71
- - code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb
72
76
  - code/superant.com.rwdtinkerbackwindow/remotegemlist.rb
73
77
  - code/superant.com.rwdtinkerbackwindow/installgemapplet.rb
74
78
  - code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb
@@ -76,7 +80,6 @@ files:
76
80
  - code/01rwdcore/setuptinkerdocuments.rb
77
81
  - code/01rwdcore/openhelpwindow.rb
78
82
  - code/01rwdcore/setuphelpaboutoptions.rb
79
- - code/01rwdcore/04helptextend.rb
80
83
  - code/01rwdcore/01rwdcore.rb
81
84
  - code/01rwdcore/rwdwindowreturn.rb
82
85
  - code/01rwdcore/uploadreturns.rb
@@ -122,16 +125,15 @@ files:
122
125
  - code/superant.com.rwdshell/viewscript.rb
123
126
  - code/superant.com.rwdshell/savechangedscript.rb
124
127
  - code/superant.com.rwdshell/0runrefreshacpi.rb
125
- - configuration/rwdwruby-1.07.dist
126
128
  - configuration/rwdtinker.dist
127
129
  - configuration/tinkerwin2variables.dist
128
- - configuration/language.dist
129
- - configuration/rwdapplicationidentity.dist
130
- - lang/en/rwdcore/languagefile.rb
131
- - lang/es/rwdcore/languagefile-es.rb
132
- - lang/fr/rwdcore/languagefile.rb
133
- - lang/jp/rwdcore/languagefile.rb
134
- - lang/nl/rwdcore/languagefile.rb
130
+ - configuration/rwdwruby.dist
131
+ - lang/en/rwdcore/en.po
132
+ - lang/es/rwdcore/es.po
133
+ - lang/fr/rwdcore/fr.po
134
+ - lang/hi/rwdcore/hi.po
135
+ - lang/ja/rwdcore/ja.po
136
+ - lang/nl/rwdcore/nl.po
135
137
  - gui/frontwindowtdocuments/00documentbegin.rwd
136
138
  - gui/frontwindowtdocuments/tinkerdocuments.rwd
137
139
  - gui/frontwindowtdocuments/zzdocumentend.rwd
@@ -170,6 +172,7 @@ files:
170
172
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd
171
173
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd
172
174
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd
175
+ - gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdlogfile.rwd
173
176
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd
174
177
  - gui/tinkerbackwindows/superant.com.versionwindow
175
178
  - gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd
@@ -194,24 +197,28 @@ files:
194
197
  - gui/zzcoreguiend/yy9rwdend.rwd
195
198
  - installed/rwdrubydata1.inf
196
199
  - installed/temp.rb
197
- - installed/rwdwruby-1.07.inf
200
+ - installed/rwdwruby.inf
201
+ - rwd_files/log/rwdtinker.log
198
202
  - rwd_files/tinker.png
199
203
  - rwd_files/favicon.ico
200
204
  - rwd_files/rdoc-style.css
201
205
  - rwd_files/Readme.txt
202
206
  - rwd_files/rwdapplications.html
207
+ - rwd_files/Tinkerhelptexthash.txt
203
208
  - rwd_files/HowTo_TinkerWin2.txt
204
209
  - rwd_files/RubyWebDialogs.html
205
210
  - rwd_files/HowTo_Tinker.txt
206
211
  - rwd_files/HowTo_Ruby.txt
207
- - zips/rwdwgutenberg-0.09.zip
212
+ - zips/tinkerbellw-0.03.zip
213
+ - zips/rwdwmovies-0.98.zip
208
214
  - zips/temp.rb
209
- - zips/rwdwfoldeditor-0.04.zip
210
- - zips/rwdwcalc-0.62.zip
211
- - zips/rwdwruby-1.07.zip
212
- - zips/rwdwaddresses-1.06.zip
213
- - zips/wrubyslippers-1.06.zip
215
+ - zips/rwdwfoldeditor-0.05.zip
216
+ - zips/rwdwcalc-0.63.zip
217
+ - zips/rwdwruby-1.08.zip
218
+ - zips/wrubyslippers-1.08.zip
219
+ - zips/rwdwhypernote-0.15.zip
214
220
  - tests/rdep.rb
221
+ - tests/makedist-tinkerbellw.rb
215
222
  - tests/cleancnf.sh
216
223
  - tests/makedist-rwdwruby.rb
217
224
  - tests/makedist.rb
@@ -1,6 +0,0 @@
1
-
2
- }
3
- helpmessage.each { |kk, vv| Helptext[kk] = vv }
4
-
5
-
6
-
@@ -1,61 +0,0 @@
1
- # help text files used by context sensitive help
2
-
3
- Helptext.update( :tinkerwin2_help => " You can view the list of applets you can install
4
- by clicking on the list files button
5
-
6
- You can download an applet created by someone else
7
-
8
- put the file in the zips directory
9
-
10
- rwdtinker applets packaged as RubyGems can be used if you have RubyGems installed.
11
- You can download rwdtinker gems at the 'Install Remote Applets' tab
12
- to install applets you need the ruby zlib library installed
13
- ",
14
- :applet_viewing => "You can get a list of all installed applets by clicking the 'listfiles button'
15
- To see the text of a install file
16
- Type in the name of the file you want.
17
-
18
- type it without the inf ending
19
- rwdapplet-0.1
20
-
21
- Then click the 'View Installed File' button
22
-
23
- If it finds the file it will open it. It displays the text the search box.
24
-
25
- You can uninstall applets on this screen",
26
-
27
- :applet_installation => " You can download an applet created by someone else\n
28
- put the file in the zips directory\n
29
-
30
- click on the 'list zips' tab\n
31
- click on 'list applets available for installing'\n
32
-
33
- chose the applet you want\n
34
- click on 'install applet'\n
35
- If all goes well the applet should be installed.\n
36
- You will need to restart rwdtinker to see the new screens
37
- to install applets you need the ruby zlib library installed",
38
-
39
- :applet_tinkerbackeditconfiguration => " You can edit the configuration
40
-
41
- Remember to reload the configuration variables if you want your
42
- changes used.",
43
- :remotegemapplet_install => " To download and install use the 'Install Remote Applets'
44
-
45
- First click on 'List applets in the Remote GEM Repository available for downloading'
46
- then go to the very bottom to click on the applet you want
47
- then on the top click 'install remote Gem applet package'
48
-
49
- This installs the package in the Gem system
50
- You still need to install it into rwdtinker - do that in the 'List Zips' tab
51
-
52
- For this feature to work, you need
53
- RubyGems installed
54
- Variables set correctly in the tinerwin2.cnf file
55
- $xpcommand, $gemdirectory_withgemfiles and $geminstalled_directory
56
- the defaults as shipped will normally be for a Debian Linux system
57
- On Debian Linux, you would usually need to be running rwdtinker as root in order to install RubyGems
58
-
59
- You can view the list of rwdtinker applets you have installed already by clicking 'view already installed GEM applets'
60
- "
61
- )
@@ -1,8 +0,0 @@
1
- ##VERSION: (1.79)
2
- #language selection file
3
- ##NAME: ($lang):(1.78)
4
- #$lang = "jp"
5
- $lang= "en"
6
- #$lang= "nl"
7
- #$lang= "es"
8
- #$lang= "fr"
@@ -1,3 +0,0 @@
1
- ##VERSION: (1.79)
2
- $rwdapplicationidentity = "rwdtinker main application"
3
-
@@ -1,58 +0,0 @@
1
- # English Language files for RwdTinker core
2
-
3
- :applet_installed => '"applet installed!"',
4
- :application_version => '"Application Version"',
5
- :clear => "Clear",
6
- :cancel => "Cancel",
7
- :clickfor_version => "Click for Version" ,
8
- :clickbelowtoviewlistof_zip => '"click below to view lists of zips"',
9
- :documents => '"Documents"',
10
- :edit => "edit" ,
11
- :file_name => '"File Name:"',
12
- :fill_record => '"Fill Record"',
13
- :help => '"Help"',
14
- :help_about => '"Help About"',
15
- :install_applet => '"install (rwdtinker) applet"',
16
- :jumptoapplication_location => '"Jump to Application Location"',
17
- :list_applets => '"Remove Applets"',
18
- :listappletsinthegem_directory => '"List applets in the Gem Directory"',
19
- :listappletsavailablefor_installation => "List applets available for installation",
20
- :list_files => '"List Files"',
21
- :list_installed_gems => '"List installed Gems"' ,
22
- :list_photos => '"List Photos"',
23
- :list_zips => '"List Zips"',
24
- :listzipdirappletsavailable => '"List (zip directory) applets available for installation"',
25
- :menu_panel => '"Menu Panel"',
26
- :module_unknown => '"Unknown Module"',
27
- :next => '"Next"',
28
- :open => "Open",
29
- :open_document => '"Open Document"',
30
- :openselectedhelp_about => '"Open selected help about"',
31
- :reload_variables => '"Reload Variables"' ,
32
- :remove_applet => '"remove applet"',
33
- :return => "Return",
34
- :rwdtinker_window_2 => "RwdTinker Window 2",
35
- :rwdtinker => "RwdTinker",
36
- :rwdtinker_back_window => '"RwdTinker Back Window"',
37
- :rwdtinker_help => '"RwdTinker Help"',
38
- :rwdtinker_help_window => '"RwdTinker Help Window"',
39
- :showjump_links => '"Show Jump Links"',
40
- :showdocument_list => '"Show Document List"',
41
- :showhelpabout_links => '"Show Help About Links"',
42
-
43
- :save => "Save" ,
44
- :save_changes => '"Save Changes"',
45
- :selection_panel => '"Menu Panel"',
46
- :selection_tab => '"Menu Tab"',
47
- :tinker_logo => "Tinker Logo",
48
- :tinkerback_window => '"Tinker Back Window"',
49
- :viewapplet_contents => '"View Applet Contents"',
50
- :viewalreadyinstalled_applications => '"View already installed GEM applications"',
51
- :viewinstalled_text => '"View Install Text"',
52
- :view_platform => '"view platform"',
53
- :viewplatform_information => '"View Platform Information"',
54
- :view_event => '"View event"',
55
- :viewinstall_text => '"View Install Text"' ,
56
- :viewlistinstall_files => '"View List of Installed Files"',
57
- :view_photo => '"View Photo"',
58
- :window => "Window" ,
@@ -1,62 +0,0 @@
1
- # Spanish Language files for RwdTinker core
2
-
3
- :applet_installed => '"applet instalado!"',
4
- :application_version => '"Application Version"',
5
- :clear => "Clear",
6
- :cancel => "Cancelaci�n",
7
- :clickfor_version => '"click para version"' ,
8
- :clickbelowtoviewlistof_zip => '"click abajo a ver lista de zips"',
9
- :documents => '"Documentos"',
10
- :edit => "Editar" ,
11
- :file_name => '"Fila Nombre:"',
12
- :fill_record => '"Fill Record"',
13
- :help => '"Ayuda"',
14
- :help_about => '"Ayuda sobre"',
15
- :install_applet => '"instale (rwdtinker) applet"',
16
- :jumptoapplication_location => '"Jump to Application Location"',
17
- :list_applets => '"List Applets"',
18
- :listappletsavailablefor_installation => "List applets available for installation",
19
- :listappletsinthegem_directory => '"List applets in the Gem Directory"',
20
-
21
- :list_files => '"Lista de Archivos"',
22
- :list_installed_gems => '"Lista de Instalado Gems"' ,
23
- :list_photos => '"Lista de Photos"',
24
- :list_zips => '"List Zips"',
25
- :listzipdirappletsavailable => '"Lista (zip directory) applets available for installation"',
26
- :menu_panel => '"panel de herramientas"',
27
- :module_unknown => '"Module desconocido"',
28
- :next => "Siguiente",
29
- :open => "Abrir",
30
- :open_document => '"Abrir documento"',
31
- :openselectedhelp_about => '"Open selected help about"',
32
- :reload_variables => '"Reload Variables"' ,
33
- :remove_applet => '"remove applet"',
34
- :return => "anterior",
35
- :rwdtinker_window_2 => '"RwdTinker Window 2"',
36
- :rwdtinker => "RwdTinker",
37
- :rwdtinker_back_window => '"RwdTinker Ventana Trasera"',
38
- :rwdtinker_help => '"RwdTinker Ayuda"',
39
- :rwdtinker_help_window => '"RwdTinker Ventana Ayuda"',
40
- :showdocument_list => '"Show Document List"',
41
- :showhelpabout_links => '"Show Help About Links"',
42
-
43
- :showjump_links => '"Mostrar enlace saltar"',
44
-
45
- :save => "Guardar" ,
46
- :save_changes => '"Guardar los cambios"',
47
- :rwdtinker => "RwdTinker",
48
- :selection_panel => '"Panel de Selecci�n"',
49
-
50
- :tinker_logo => '"Insignia de Tinker"',
51
- :selection_tab => '"Selection Tab"',
52
- :tinkerback_window => '"Tinker Back Window"',
53
- :viewapplet_contents => '"View Applet Contents"',
54
- :viewalreadyinstalled_applications => '"View already installed GEM applications"',
55
- :viewinstalled_text => '"View Install Text"',
56
- :view_platform => '"view platform"',
57
- :viewplatform_information => '"View Platform Information"',
58
- :view_event => '"Ver evento"',
59
- :viewinstall_text => '"Ver Texto"' ,
60
- :viewlistinstall_files => '"View List of Installed Files"',
61
- :view_photo => '"Ver Photo"' ,
62
- :window => "Ventana" ,
@@ -1,64 +0,0 @@
1
- # English Language files for RwdTinker core
2
-
3
- :applet_installed => '"applet installed!"',
4
- :application_version => '"Application Version"',
5
- :clear => "Clear",
6
- :cancel => "Cancel",
7
- :clickfor_version => "Click for Version" ,
8
- :clickbelowtoviewlistof_zip => '"click below to view lists of zips"',
9
- :documents => '"Documents"',
10
- :edit => "edit" ,
11
- :file_name => '"File Name:"',
12
- :fill_record => '"Fill Record"',
13
- :gemcommands => '"Gem Commands"',
14
- :gemfiles => '"Gem Files"' ,
15
- :gemdocs => '"Gem Documents"' ,
16
- :gem_name => '"Gem Name"' ,
17
- :help => '"Help"',
18
- :help_about => '"Help About"',
19
- :installgem => '"Install Gem"' ,
20
- :install_applet => '"install (rwdtinker) applet"',
21
- :jumptoapplication_location => '"Jump to Application Location"',
22
- :list_applets => '"List Applets"',
23
- :listappletsinthegem_directory => '"List applets in the Gem Directory"',
24
- :listappletsavailablefor_installation => "List applets available for installation",
25
- :list_files => '"List Files"',
26
- :list_installed_gems => '"List installed Gems"' ,
27
- :list_photos => '"List Photos"',
28
- :list_zips => '"List Zips"',
29
- :listzipdirappletsavailable => '"List (zip directory) applets available for installation"',
30
- :menu_panel => '"Menu Panel"',
31
- :module_unknown => '"Unknown Module"',
32
- :next => '"Next"',
33
- :open => "Open",
34
- :open_document => '"Open Document"',
35
- :openselectedhelp_about => '"Open selected help about"',
36
- :reload_variables => '"Reload Variables"' ,
37
- :remove_applet => '"remove applet"',
38
- :return => "Return",
39
- :rwdtinker_window_2 => "RwdTinker Window 2",
40
- :rwdtinker => "RwdTinker",
41
- :rwdtinker_back_window => '"RwdTinker Back Window"',
42
- :rwdtinker_help => '"RwdTinker Help"',
43
- :rwdtinker_help_window => '"RwdTinker Help Window"',
44
- :showjump_links => '"Show Jump Links"',
45
- :showdocument_list => '"Show Document List"',
46
- :showhelpabout_links => '"Show Help About Links"',
47
-
48
- :save => "Save" ,
49
- :save_changes => '"Save Changes"',
50
- :selection_panel => '"Selection Panel"',
51
- :selection_tab => '"Selection Tab"',
52
- :tinker_logo => "Tinker Logo",
53
- :tinkerback_window => '"Tinker Back Window"',
54
- :viewapplet_contents => '"View Applet Contents"',
55
- :viewalreadyinstalled_applications => '"View already installed GEM applications"',
56
- :viewinstalled_text => '"View Install Text"',
57
- :view_platform => '"view platform"',
58
- :viewplatform_information => '"View Platform Information"',
59
- :view_event => '"View event"',
60
- :view_gem => '"View Gem"',
61
- :viewinstall_text => '"View Install Text"' ,
62
- :viewlistinstall_files => '"View List of Installed Files"',
63
- :view_photo => '"View Photo"',
64
- :window => "Window" ,