rwdgutenberg 0.12 → 0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. data/code/01rwdcore/01rwdcore.rb +6 -6
  2. data/code/01rwdcore/02helptexthashbegin.rb +14 -2
  3. data/code/01rwdcore/03helptexthash.rb +18 -20
  4. data/code/01rwdcore/jumplinkcommand.rb +14 -4
  5. data/code/01rwdcore/openhelpwindow.rb +7 -0
  6. data/code/01rwdcore/runhelpabout.rb +6 -1
  7. data/code/01rwdcore/runtab.rb +15 -0
  8. data/code/01rwdcore/selectiontab.rb +2 -0
  9. data/code/01rwdcore/setuphelpaboutoptions.rb +2 -0
  10. data/code/01rwdcore/setuptinkerdocuments.rb +1 -0
  11. data/code/01rwdcore/test_cases.rb +100 -51
  12. data/code/01rwdcore/test_harness.rb +8 -1
  13. data/code/01rwdcore/uploadreturns.rb +3 -0
  14. data/code/dd0viewphoto/dd0viewphoto.rb +2 -0
  15. data/code/superant.com.gutenberg/0uninstallapplet.rb +2 -0
  16. data/code/superant.com.gutenberg/changegutenbergname.rb +0 -0
  17. data/code/superant.com.gutenberg/clearbookscreendisplay.rb +0 -0
  18. data/code/superant.com.gutenberg/cleargutenbergfiles.rb +0 -0
  19. data/code/superant.com.gutenberg/cleargutrecordfiles.rb +0 -0
  20. data/code/superant.com.gutenberg/copyfilename.rb +0 -0
  21. data/code/superant.com.gutenberg/createnewnote.rb +1 -1
  22. data/code/superant.com.gutenberg/deletegutenbergrecord.rb +0 -0
  23. data/code/superant.com.gutenberg/gutenbergcreatefile.rb +0 -0
  24. data/code/superant.com.gutenberg/helptexthashload.rb +0 -0
  25. data/code/superant.com.gutenberg/listnamerecord.rb +0 -0
  26. data/code/superant.com.gutenberg/listtextfilesgutenberg.rb +0 -0
  27. data/code/superant.com.gutenberg/loadbookrecord.rb +0 -0
  28. data/code/superant.com.gutenberg/loadconfigurationrecord.rb +0 -0
  29. data/code/superant.com.gutenberg/loadconfigurationvariables.rb +0 -0
  30. data/code/superant.com.gutenberg/openhelpwindow.rb +41 -0
  31. data/code/superant.com.gutenberg/runbackwindow.rb +0 -0
  32. data/code/superant.com.gutenberg/rungutenbergwindow.rb +0 -0
  33. data/code/superant.com.gutenberg/rwdgutenbergbackward.rb +0 -0
  34. data/code/superant.com.gutenberg/rwdtinkerversion.rb +0 -0
  35. data/code/superant.com.gutenberg/saveconfigurationrecord.rb +0 -0
  36. data/code/superant.com.gutenberg/savegutenbergrecord.rb +0 -0
  37. data/code/superant.com.library/marcsearch.rb +30 -0
  38. data/code/superant.com.rwdtinkerbackwindow/changelocale.rb +84 -0
  39. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +30 -102
  40. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +2 -0
  41. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +2 -0
  42. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +3 -1
  43. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +4 -0
  44. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +3 -1
  45. data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +3 -1
  46. data/code/superant.com.rwdtinkerbackwindow/showlocaleoptions.rb +9 -0
  47. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +1 -0
  48. data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +8 -5
  49. data/code/zz0applicationend/zz0end.rb +2 -1
  50. data/configuration/rwdtinker.dist +3 -2
  51. data/configuration/rwdwgutenberg.dist +3 -3
  52. data/configuration/tinkerwin2variables.dist +4 -8
  53. data/gui/tinkerbackwindows/superant.com.backgutenberg/30booklistutilities.rwd +1 -1
  54. data/gui/tinkerbackwindows/superant.com.backgutenberg/40marctab.rwd +26 -0
  55. data/gui/tinkerbackwindows/superant.com.backgutenberg/67viewconfiguration.rwd +1 -1
  56. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +1 -1
  57. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/80localechanger.rwd +17 -0
  58. data/init.rb +53 -156
  59. data/installed/rwdwgutenberg.inf +0 -1
  60. data/lang/en/rwdcore/en.po +197 -0
  61. data/lang/es/rwdcore/es.po +184 -0
  62. data/lang/fr/rwdcore/fr.po +169 -0
  63. data/lang/hi/rwdcore/hi.po +173 -0
  64. data/lang/ja/rwdcore/ja.po +171 -0
  65. data/lang/nl/rwdcore/nl.po +169 -0
  66. data/lib/marc.rb +38 -0
  67. data/lib/marc/constants.rb +14 -0
  68. data/lib/marc/controlfield.rb +47 -0
  69. data/lib/marc/datafield.rb +163 -0
  70. data/lib/marc/dublincore.rb +79 -0
  71. data/lib/marc/exception.rb +9 -0
  72. data/lib/marc/reader.rb +186 -0
  73. data/lib/marc/record.rb +147 -0
  74. data/lib/marc/subfield.rb +31 -0
  75. data/lib/marc/writer.rb +87 -0
  76. data/lib/marc/xmlreader.rb +103 -0
  77. data/lib/marc/xmlwriter.rb +155 -0
  78. data/lib/rwdtinker/rwdcodedir.rb +56 -0
  79. data/lib/rwdtinker/rwdguidir.rb +57 -0
  80. data/lib/rwdtinker/rwdlangdir.rb +60 -0
  81. data/lib/rwdtinker/rwdtinkertools.rb +2 -1
  82. data/lib/zip/ioextras.rb +43 -2
  83. data/lib/zip/stdrubyext.rb +5 -5
  84. data/lib/zip/tempfile_bugfixed.rb +2 -2
  85. data/lib/zip/zip.rb +618 -149
  86. data/lib/zip/zipfilesystem.rb +59 -8
  87. data/lib/zip/ziprequire.rb +32 -3
  88. data/lib/zmarc.rb +140 -0
  89. data/lib/zoom.so +0 -0
  90. data/rwd_files/HowTo_Gutenberg.txt +8 -1
  91. data/rwd_files/HowTo_Tinker.txt +29 -6
  92. data/rwd_files/Tinkerhelptexthash.txt +84 -0
  93. data/rwd_files/log/rwdtinker.log +0 -2080
  94. data/rwd_files/rwdapplications.html +23 -1
  95. data/rwd_files/rwdgutenberghelpfiles.txt +11 -4
  96. data/rwdconfig.dist +4 -2
  97. data/tests/makedist-rwdwgutenberg.rb +1 -1
  98. data/tests/makedist.rb +1 -1
  99. data/zips/rwdwfoldeditor-0.07.zip +0 -0
  100. data/zips/{rwdwgutenberg-0.12.zip → rwdwgutenberg-0.13.zip} +0 -0
  101. data/zips/rwdwhypernote-0.16.zip +0 -0
  102. data/zips/rwdwmovies-0.98.zip +0 -0
  103. data/zips/tinkerbellw-0.04.zip +0 -0
  104. data/zips/{wrubyslippers-1.07.zip → wrubyslippers-1.08.zip} +0 -0
  105. metadata +39 -14
  106. data/code/01rwdcore/04helptextend.rb +0 -6
  107. data/code/superant.com.gutenberg/openhelpwindowgutenberg.rb +0 -35
  108. data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +0 -61
  109. data/lang/en/rwdcore/languagefile.rb +0 -59
  110. data/lang/es/rwdcore/languagefile-es.rb +0 -63
  111. data/lang/fr/rwdcore/languagefile.rb +0 -65
  112. data/lang/jp/rwdcore/languagefile.rb +0 -73
  113. data/lang/nl/rwdcore/languagefile.rb +0 -76
  114. data/rwdgutenberg.rb +0 -1
  115. data/zips/rwdwfoldeditor-0.05.zip +0 -0
@@ -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.80)
1
+ ##VERSION: (1.85)
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,5 +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
- RwdTinkerVersion = "1.80"
13
+ ##NAME: (RwdTinkerVersion):(1.85)
14
+ RwdTinkerVersion = "1.85"
14
15
 
@@ -1,4 +1,4 @@
1
- ##VERSION: (0.12)
1
+ ##VERSION: (0.13)
2
2
  ##NAME: ($rwdgutenberg_directory):(0.10)
3
3
  $rwdgutenberg_directory = "rwd_files/Books"
4
4
  ##NAME:$ (gutenbergcommand):(0.10)
@@ -18,6 +18,6 @@ $rwdjumplink += ["RwdGutenbergMainWindow","GutenbergBackWindow"]
18
18
  JumpLink.update(:RwdGutenbergMainWindow=>"runrwdgutenbergwindow", :GutenbergBackWindow=>"rungutenbergbackwindow")
19
19
  ##NAME: (DeleteGutenbergConfig):(0.12)
20
20
  DeleteGutenbergConfig = true
21
- ##NAME: (RwdGutenbergVersion):(0.12)
22
- RwdGutenbergVersion = "0.12"
21
+ ##NAME: (RwdGutenbergVersion):(0.13)
22
+ RwdGutenbergVersion = "0.13"
23
23
 
@@ -1,4 +1,4 @@
1
- ##VERSION: (1.80)
1
+ ##VERSION: (1.85)
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
@@ -16,12 +16,8 @@ $zipslocation = "zips" # location of applets to add
16
16
 
17
17
  $rwdapplicationidentity = "rwdtinker main application"
18
18
 
19
- RwdTinkerWin2Version = "1.80"
19
+ RwdTinkerWin2Version = "1.81"
20
20
  Browser_Exe = 'mozilla '
21
21
  #language selection file
22
- ##NAME: ($lang):(1.78)
23
- #$lang = "jp"
24
- $lang= "en"
25
- #$lang= "nl"
26
- #$lang= "es"
27
- #$lang= "fr"
22
+ ##NAME: ($langarray):(1.82)
23
+ $langarray = [ "en","ja", "nl","es", "fr","hi"]
@@ -1,6 +1,6 @@
1
1
  $rwdguivar=
2
2
  "
3
- <tab name=\"utilitiesrwdgutenberg\" caption=\"Booklist Utilities\">
3
+ <tab name=\"gutenbergutility\" caption=\"Booklist Utilities\">
4
4
 
5
5
  <table>
6
6
  <row> <p align=\"right\">Booklist Title:</p> <text size=70 name=\"a_viewgutenberg\"/> </row>
@@ -0,0 +1,26 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"rwdgutenbergmarcrecords\" caption=\"MARC Record files\">
4
+
5
+
6
+
7
+ <table>
8
+ <row> <p> </row>
9
+
10
+ <row> <p align=\"right\">Enter Book ISBN:</p> <text size=50 name=\"a_viewrwdsagisbn\"/> </row>
11
+ <horizontal>
12
+ <button caption=\"Search for MARC Record\" action=\"marcsearch\"/>
13
+
14
+ <button caption=\"Help\" action=\"runhelpwindowrwdgutenberg\"/>
15
+ </horizontal>
16
+ <table>
17
+
18
+ </p>%a_gutenbergmarcdata% </p>
19
+
20
+ </table>
21
+
22
+
23
+
24
+
25
+ </tab>"
26
+
@@ -1,6 +1,6 @@
1
1
  $rwdguivar=
2
2
  "
3
- <tab name=\"viewrwdgutenbergconfiguration\" caption=\"RwdGutenberg Configuration\">
3
+ <tab name=\"rwdgutenbergconfiguration\" caption=\"RwdGutenberg Configuration\">
4
4
 
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  $rwdguivar=
2
2
  "
3
- <tab name=\"diagnostictab\" caption=\"Diagnostic Tab\">
3
+ <tab name=\"diagnostictab\" caption=#{Message[:diagnostic_tab]}>
4
4
  <horizontal>
5
5
  <button caption=#{Message[:viewplatform_information]} action=\"runviewplatform\"/>
6
6
 
@@ -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
+ "
data/init.rb CHANGED
@@ -23,47 +23,22 @@
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
 
33
- $progdir = File::expand_path( File.dirname(__FILE__))
34
-
35
- $tempdoc = " "
36
+ $KCODE = 'u'
37
+ require 'jcode'
36
38
 
37
- def findfiles(d)
38
- a = Array.new(Dir[d].entries.sort)
39
- #loop through and get the files names
40
- a.each do |x|
41
- #adjust the filters to the files you want to see...
42
- if(!test(?d,x))
43
- # only rwd files
44
- if x =~ /rb|rwd|txt/
45
- fileA=File.open("#{x}","r") #opens the file thats in fileName as read only
46
- $tempdoc+=fileA.read #reads the file into the doc string
47
- fileA.close
48
- end
49
- end
50
- end
51
- end
52
- def loadguifile(d)
53
- a = Array.new(Dir[d].entries.sort)
54
- #loop through and get the files names
55
- a.each do |x|
56
- #adjust the filters to the files you want to see...
57
- if(!test(?d,x))
58
- # only rwd files
59
- if x =~ /rb|rwd|txt/
39
+ $progdir = File::expand_path( File.dirname(__FILE__))
60
40
 
61
- load x #opens the file thats in fileName and reads it
62
- $tempdoc += $rwdguivar # adds the file into the doc string
63
- end
64
- end
65
- end
66
- end
41
+ tempdoc = " "
67
42
 
68
43
  # integrate the new configuration files
69
44
  MAINconfignew = "rwdconfig.cnf"
@@ -99,148 +74,70 @@ Rconftool::install(configdist,confignew) #integrates new file with old
99
74
 
100
75
  Dir.chdir($progdir) # change back to top program directory
101
76
 
77
+
102
78
  # build the English Language hash file from the parts
103
- languagehashvariable = 'Message = Hash.new { |hh, kk| hh[kk] = "ERROR: Message not found: #{kk.inspect}."; hh[kk] }
104
- langmessage = {' + "\n"
105
- startlangdir = File.join(LangDir,"en")
106
- #get a list of the files and subdirectories on the starting directory only
107
- alanghash = Array.new(Dir[startlangdir].entries.sort)
108
- #loop through the list, ignore the files and add all new directories found
109
- alanghash.each do |x|
110
- #if a directory...
111
- if(test(?d,x))
112
- # add to the original list of directories
113
- @@tmproot = x + "/**"
114
- #adds the new ones to the array
115
- blanghash = Dir[@@tmproot].entries.sort
116
- blanghash.each do |x|
117
- if(test(?d,x))
118
- alanghash.push(x) #appends to the end of the array...
119
- end
120
- end
121
- end
122
- end
123
- alanghash.each do |x|
124
- #if it is a file...
125
- if(!test(?d,x))
126
- alanghash.delete(x)
127
- else #it is a directory...
128
- findfiles(x + "/**")
129
- end
79
+ Message = Hash.new { |hh, kk| hh[kk] = "ERROR: Message not found: #{kk.inspect}."; hh[kk] }
80
+ langmessage = { :clear => "Clear", :rwdtinker => "Rwdtinker" } ; langmessage.each { |kk, vv| Message[kk] = vv }
81
+
82
+ def msgid(programkey)
83
+ $programkey = programkey
130
84
  end
131
-
85
+
86
+ def msgstr(programmsg)
87
+ if programmsg == ""
88
+ $rwdtinkerlog.info "msgstr: no translation for #{$programkey}"
89
+ else
90
+ Message.update( $programkey.to_sym => programmsg )
91
+ end
92
+ end
93
+
94
+ require 'lib/rwdtinker/rwdlangdir'
95
+
96
+ tempdoc = " "
97
+ #go get all the po language file files in english
98
+ tempdoc = RwdtinkerTools.findlanguagefiles(LangDir,"en")
132
99
 
133
100
  #writes the contents of doc into the languagehashvariable
134
- languagehashvariable = languagehashvariable + $tempdoc + "} ; langmessage.each { |kk, vv| Message[kk] = vv }"
101
+ languagehashvariable = tempdoc
135
102
 
136
103
  # END of en Lang building
137
- $tempdoc = " "
104
+ tempdoc = " "
138
105
  Dir.chdir($progdir) # change back to top program directory
139
106
 
140
107
  # build the local Language hash file from the parts
141
- startlangdir = File.join(LangDir,$lang)
142
- #get a list of the files and subdirectories on the starting directory only
143
- alanghash = Array.new(Dir[startlangdir].entries.sort)
144
- #loop through the list, ignore the files and add all new directories found
145
- alanghash.each do |x|
146
- #if a directory...
147
- if(test(?d,x))
148
- # add to the original list of directories
149
- @@tmproot = x + "/**"
150
- #adds the new ones to the array
151
- blanghash = Dir[@@tmproot].entries.sort
152
- blanghash.each do |x|
153
- if(test(?d,x))
154
- alanghash.push(x) #appends to the end of the array...
155
- end
156
- end
157
- end
158
- end
159
- alanghash.each do |x|
160
- #if it is a file...
161
- if(!test(?d,x))
162
- alanghash.delete(x)
163
- else #it is a directory...
164
- findfiles(x + "/**")
165
- end
166
- end
167
-
168
-
169
- #writes the contents of doc into the variable
170
- languagehashvariable = languagehashvariable + " ; Message.update(" + $tempdoc + ' :rwdtinker => "Rwdtinker" ) '
171
-
172
-
173
- $tempdoc = " "
174
-
175
- Dir.chdir($progdir) # change back to top program directory
108
+
109
+ $lang = $langarray[0] # pick the language of choice
110
+
111
+ # Go get all the po files for the language of choice
112
+ tempdoc = RwdtinkerTools.findlanguagefiles(LangDir,$lang)
113
+ # the contents of doc into the variable
114
+ languagehashvariable = languagehashvariable + tempdoc
176
115
 
177
- temp = eval( languagehashvariable )
116
+ Dir.chdir($progdir) # change back to top program directory
117
+
118
+ # lets read those po files, first english then the chosen language
119
+ temp = eval( languagehashvariable )
178
120
 
179
- $tempdoc = " "
121
+
180
122
 
181
123
  # build the actual program from the code parts
182
- #get a list of the files and subdirectories on the starting directory only
183
- a = Array.new(Dir[CodeDir].entries.sort)
184
- #loop through the list, ignore the files and add all new directories found
185
- a.each do |x|
186
- #if a directory...
187
- if(test(?d,x))
188
- # add to the original list of directories
189
- @@root = x + "/**"
190
- #adds the new ones to the array
191
- b = Dir[@@root].entries.sort
192
- b.each do |x|
193
- if(test(?d,x))
194
- a.push(x) #appends to the end of the array...
195
- end
196
- end
197
- end
198
- end
199
- a.each do |x|
200
- #if it is a file...
201
- if(!test(?d,x))
202
- a.delete(x)
203
- else #it is a directory...
204
- findfiles(x + "/**")
205
- end
206
- end
207
-
124
+ require 'lib/rwdtinker/rwdcodedir'
125
+
126
+ tempdoc = RwdtinkerTools.findprogramfiles(CodeDir)
208
127
 
209
128
  # load the program file
210
- tempcoderesult = eval( $tempdoc )
129
+
130
+ tempcoderesult = eval( tempdoc )
211
131
 
212
132
  # build the actual GUI from the gui parts
213
- $tempdoc = " "
214
- #get a list of the files and subdirectories on the starting directory only
215
- a = Array.new(Dir[GuiDir].entries.sort)
216
- #loop through the list, ignore the files and add all new directories found
217
- a.each do |x|
218
- #if a directory...
219
- if(test(?d,x))
220
- #use this new dir find to add to the original list of directories
221
- @@root = x + "/**"
222
- #adds the new ones to the array
223
- b = Dir[@@root].entries.sort
224
- b.each do |x|
225
- if(test(?d,x))
226
- a.push(x) #appends to the end of the array...
227
- end
228
- end
229
- end
230
- end
231
- a.each do |x|
232
- #if it is a file...
233
- if(!test(?d,x))
234
- a.delete(x)
235
-
236
- else #it is a directory...
237
- loadguifile(x + "/**")
238
- end
239
- end
133
+ require 'lib/rwdtinker/rwdguidir'
134
+
135
+ tempdoc = RwdtinkerTools.findguifiles(GuiDir)
136
+
240
137
 
241
138
  # gui variable is done
242
139
  guiRWD = ""
243
- $rwd_gui_tinker = $tempdoc
140
+ $rwd_gui_tinker = tempdoc
244
141
  require 'socket' # Network stuff
245
142
  host = "127.0.0.1"
246
143
  port = $port
@@ -275,7 +172,7 @@ Rconftool::install(configdist,confignew) #integrates new file with old
275
172
  $rwdtinkerlog.warn "trying port: #{port}"
276
173
  # Rescue all other errors
277
174
  end
278
-
175
+ $port = port
279
176
  end
280
177
 
281
178
 
@@ -6,5 +6,4 @@ code/superant.com.gutenberg
6
6
  tests/gemspec-rwdwgutenberg
7
7
  tests/makedist-rwdwgutenberg.rb
8
8
  rwd_files/HowTo_Gutenberg.txt
9
- configuration/rwdwgutenberg.cnf
10
9
  configuration/rwdwgutenberg.dist
@@ -0,0 +1,197 @@
1
+ # English Language files for RwdTinker core
2
+
3
+ msgid "error_message_id_unknown"
4
+ msgstr "ERROR: Message-ID Unknown"
5
+
6
+ msgid "applet_installed"
7
+ msgstr '"applet installed!"'
8
+
9
+ msgid "application_version"
10
+ msgstr "Application Version"
11
+
12
+ msgid "cancel"
13
+ msgstr "Cancel"
14
+
15
+ msgid "clickfor_version"
16
+ msgstr "Click for Version"
17
+
18
+ msgid "clickbelowtoviewlistof_zip"
19
+ msgstr "click below to view lists of zips"
20
+
21
+ msgid "diagnostic_tab"
22
+ msgstr "Diagnostic Tab"
23
+
24
+ msgid "documents"
25
+ msgstr "Documents"
26
+
27
+ msgid "edit"
28
+ msgstr "edit"
29
+
30
+ msgid "file_name"
31
+ msgstr "File Name:"
32
+
33
+ msgid "fill_record"
34
+ msgstr "Fill Record"
35
+
36
+ msgid "help"
37
+ msgstr "Help"
38
+
39
+ msgid "help_about"
40
+ msgstr '"Help About"'
41
+
42
+ msgid "install_applet"
43
+ msgstr '"install (rwdtinker) applet"'
44
+
45
+ msgid "jumptoapplication_location"
46
+ msgstr '"Jump to Application Location"'
47
+
48
+ msgid "list_applets"
49
+ msgstr '"Remove Applets"'
50
+
51
+ msgid "listappletsinthegem_directory"
52
+ msgstr '"List applets in the Gem Directory"'
53
+
54
+ msgid "listappletsavailablefor_installation"
55
+ msgstr '"List applets available for installation"'
56
+
57
+ msgid "list_files"
58
+ msgstr '"List Files"'
59
+
60
+ msgid "list_installed_gems "
61
+ msgstr '"List installed Gems"'
62
+
63
+ msgid "list_photos"
64
+ msgstr '"List Photos"'
65
+
66
+ msgid "list_zips"
67
+ msgstr '"List Zips"'
68
+
69
+ msgid "listzipdirappletsavailable"
70
+ msgstr '"List (zip directory) applets available for installation"'
71
+
72
+ msgid "localechangertablabel"
73
+ msgstr '"Locale Changer"'
74
+
75
+ msgid "locale_changer_help"
76
+ 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"
77
+
78
+ msgid "menu_panel"
79
+ msgstr '"Menu Panel"'
80
+
81
+ msgid "module_unknown"
82
+ msgstr '"Unknown Module"'
83
+
84
+ msgid "next"
85
+ msgstr "Next"
86
+
87
+ msgid "open"
88
+ msgstr "Open"
89
+
90
+ msgid "open_document"
91
+ msgstr '"Open Document"'
92
+
93
+ msgid "openselectedhelp_about"
94
+ msgstr '"Open selected help about"'
95
+
96
+ msgid "reload_variables"
97
+ msgstr '"Reload Variables"'
98
+
99
+ msgid "remove_applet"
100
+ msgstr '"remove applet"'
101
+
102
+ msgid "return"
103
+ msgstr "Return"
104
+
105
+ msgid "rwdtinker_window_2"
106
+ msgstr '"RwdTinker Window 2"'
107
+
108
+ msgid "rwdtinker"
109
+ msgstr "RwdTinker"
110
+
111
+ msgid "rwdtinker_back_window"
112
+ msgstr '"RwdTinker Back Window"'
113
+
114
+ msgid "rwdtinker_help"
115
+ msgstr '"RwdTinker Help"'
116
+
117
+ msgid "rwdtinker_help_window"
118
+ msgstr '"RwdTinker Help Window"'
119
+
120
+ msgid "showjump_links"
121
+ msgstr '"Show Jump Links"'
122
+
123
+ msgid "showdocument_list"
124
+ msgstr '"Show Document List"'
125
+
126
+ msgid "showhelpabout_links"
127
+ msgstr '"Show Help About Links"'
128
+
129
+ msgid "save"
130
+ msgstr "Save"
131
+
132
+ msgid "save_changes"
133
+ msgstr '"Save Changes"'
134
+
135
+ msgid "selection_panel"
136
+ msgstr '"Menu Panel"'
137
+
138
+ msgid "selection_tab"
139
+ msgstr '"Menu Tab"'
140
+
141
+ msgid "tinkercoreshowlocale_choices"
142
+ msgstr '"Show Locale Choices"'
143
+
144
+ msgid "tinkercorechangelocale"
145
+ msgstr '"Change Locale Now"'
146
+
147
+ msgid "tinker_logo"
148
+ msgstr '"Tinker Logo"'
149
+
150
+ msgid "tinkerback_window"
151
+ msgstr '"Tinker Back Window"'
152
+
153
+ msgid "viewapplet_contents"
154
+ msgstr '"View Applet Contents"'
155
+
156
+ msgid "viewalreadyinstalled_applications"
157
+ msgstr '"View already installed GEM applications"'
158
+
159
+ msgid "viewinstalled_text"
160
+ msgstr '"View Install Text"'
161
+
162
+ msgid "view_platform"
163
+ msgstr '"view platform"'
164
+
165
+ msgid "viewplatform_information"
166
+ msgstr '"View Platform Information"'
167
+
168
+ msgid "viewlogger_information"
169
+ msgstr '"View Logger Information"'
170
+
171
+ msgid "view_event"
172
+ msgstr '"View event"'
173
+
174
+ msgid "viewinstall_text"
175
+ msgstr '"View Install Text"'
176
+
177
+ msgid "viewlistinstall_files"
178
+ msgstr '"View List of Installed Files"'
179
+
180
+ msgid "view_photo"
181
+ msgstr '"View Photo"'
182
+
183
+ msgid "window"
184
+ msgstr "Window"
185
+
186
+ msgid "message_general_help"
187
+ msgstr "rwdtinker is the core application for the
188
+ rwdapplications. On the front screen you can view
189
+ documents and make menu choices. On the back
190
+ screen you will find:<p>
191
+ You can work with Applets: go to Selection tab, <br>
192
+ On that back screen you will find:<br>
193
+ List Applets: you can see and delete installed applets<br>
194
+ List Zips: you can see lists of applets that you can install<br>
195
+ Edit Configuration: You can view the rwdtinker configuration and change it<br>
196
+ Diagnostic Tab: You can view the environments variables that rwdtinker is running with<br>"
197
+