bigtinker 0.96 → 0.97

Sign up to get free protection for your applications and to get access to all the features.
Files changed (141) 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.foldeditor/0uninstallapplet.rb +17 -0
  5. data/code/superant.com.foldeditor/changehypernotename.rb +21 -0
  6. data/code/superant.com.foldeditor/chooselinkfile.rb +6 -0
  7. data/code/superant.com.foldeditor/choosenotefile.rb +6 -0
  8. data/code/superant.com.foldeditor/clearnotescreen.rb +7 -0
  9. data/code/superant.com.foldeditor/createnewnotehtml.rb +31 -0
  10. data/code/superant.com.foldeditor/helptexthashload.rb +22 -0
  11. data/code/superant.com.foldeditor/hyperlinkcreatelinkfile.rb +19 -0
  12. data/code/superant.com.foldeditor/launchfoldeditorurl.rb +19 -0
  13. data/code/superant.com.foldeditor/listfoldeditorfiles.rb +7 -0
  14. data/code/{superant.com.rwdaddresses → superant.com.foldeditor}/loadconfigurationrecord.rb +4 -4
  15. data/code/superant.com.foldeditor/loadconfigurationvariables.rb +14 -0
  16. data/code/superant.com.foldeditor/loadfolddocument.rb +18 -0
  17. data/code/superant.com.foldeditor/loadnextnote.rb +32 -0
  18. data/code/superant.com.foldeditor/loadprevnote.rb +32 -0
  19. data/code/superant.com.foldeditor/loadrwdfoldeditlinkfile.rb +19 -0
  20. data/code/superant.com.foldeditor/openhelpwindowrwdhyernote.rb +30 -0
  21. data/code/superant.com.foldeditor/runrwdapplet.rb +10 -0
  22. data/code/superant.com.foldeditor/rwddisplayfoldlinks.rb +41 -0
  23. data/code/{superant.com.rwdaddresses/rwdaddresseshelpabout.rb → superant.com.foldeditor/rwdtinkerversion.rb} +4 -4
  24. data/code/superant.com.foldeditor/saveconfigurationrecord.rb +20 -0
  25. data/code/superant.com.foldeditor/savefoldlinkfile.rb +20 -0
  26. data/code/superant.com.foldeditor/savehtmlhypernoterecord.rb +20 -0
  27. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +30 -105
  28. data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +1 -3
  29. data/configuration/bigtinker.dist +2 -2
  30. data/configuration/rwdtinker.dist +3 -3
  31. data/configuration/rwdwfoldeditor.dist +16 -0
  32. data/configuration/tinkerwin2variables.dist +7 -2
  33. data/gui/tinkerbackwindows/superant.com.foldeditor/10appletbegin.rwd +4 -0
  34. data/gui/tinkerbackwindows/superant.com.foldeditor/10aviewnote.rwd +36 -0
  35. data/gui/tinkerbackwindows/superant.com.foldeditor/15htmlview.rwd +43 -0
  36. data/gui/tinkerbackwindows/superant.com.foldeditor/56viewfold.rwd +43 -0
  37. data/gui/tinkerbackwindows/superant.com.foldeditor/67viewconfiguration.rwd +27 -0
  38. data/gui/tinkerbackwindows/superant.com.foldeditor/81jumplinkcommands.rwd +17 -0
  39. data/gui/tinkerbackwindows/superant.com.refreshwindow/rwdrefresh.rwd +13 -0
  40. data/gui/tinkerbackwindows/superant.com.refreshwindow/rwdrefreshacpi.rwd +11 -0
  41. data/gui/tinkerbackwindows/{superant.com.rwdaddressessyncbackwindow/zvbackend.rwd → superant.com.slideshow/9end.rwd} +1 -1
  42. data/init.rb +54 -163
  43. data/installed/rwdwfoldeditor.inf +11 -0
  44. data/lang/en/rwdcore/en.po +166 -0
  45. data/lang/es/rwdcore/es.po +172 -0
  46. data/lang/fr/rwdcore/fr.po +166 -0
  47. data/lang/hi/rwdcore/hi.po +170 -0
  48. data/lang/ja/rwdcore/ja.po +168 -0
  49. data/lang/nl/rwdcore/nl.po +166 -0
  50. data/lib/rwdtinker/rwdcodedir.rb +56 -0
  51. data/lib/rwdtinker/rwdguidir.rb +57 -0
  52. data/lib/rwdtinker/rwdlangdir.rb +60 -0
  53. data/lib/rwdtinker/rwdtinkertools.rb +2 -1
  54. data/rwd_files/HowTo_BigTinker.txt +3 -0
  55. data/rwd_files/HowTo_FoldEditor.txt +131 -0
  56. data/rwd_files/HowTo_Tinker.txt +20 -6
  57. data/rwd_files/Tinkerhelptexthash.txt +81 -0
  58. data/rwd_files/default.fld +9 -0
  59. data/rwd_files/rubylinks.fld +6 -0
  60. data/rwd_files/rwdfoldeditorhelpfiles.txt +42 -0
  61. data/rwd_files/rwdhypernote-0.13.fld +202 -0
  62. data/tests/{makedist-rwdwaddesses.rb → makedist-rwdwfoldeditor.rb} +8 -4
  63. data/tests/makedist.rb +1 -1
  64. data/zips/rwdwfoldeditor-0.06.zip +0 -0
  65. data/zips/rwdwmovies-0.98.zip +0 -0
  66. data/zips/tinkerbellw-0.03.zip +0 -0
  67. data/zips/{wrubyslippers-1.07.zip → wrubyslippers-1.08.zip} +0 -0
  68. metadata +67 -83
  69. data/code/01rwdcore/04helptextend.rb +0 -6
  70. data/code/superant.com.rwdaddresses/0uninstallapplet.rb +0 -14
  71. data/code/superant.com.rwdaddresses/attachtmpcontactphoto.rb +0 -24
  72. data/code/superant.com.rwdaddresses/clearscreendisplay.rb +0 -15
  73. data/code/superant.com.rwdaddresses/createnewnamerecord.rb +0 -19
  74. data/code/superant.com.rwdaddresses/deletecontactrecord.rb +0 -25
  75. data/code/superant.com.rwdaddresses/deleterwdaddressesupdatefiles.rb +0 -19
  76. data/code/superant.com.rwdaddresses/downloadrwdaddressfiles.rb +0 -36
  77. data/code/superant.com.rwdaddresses/helptexthashrwdaddresses.rb +0 -69
  78. data/code/superant.com.rwdaddresses/listnamerecord.rb +0 -15
  79. data/code/superant.com.rwdaddresses/listvcardrecord.rb +0 -15
  80. data/code/superant.com.rwdaddresses/loadconfigurationvariables.rb +0 -15
  81. data/code/superant.com.rwdaddresses/loadnamerecord.rb +0 -30
  82. data/code/superant.com.rwdaddresses/openhelpwindowrwdaddresses.rb +0 -30
  83. data/code/superant.com.rwdaddresses/renamecontact.rb +0 -15
  84. data/code/superant.com.rwdaddresses/runaddresseswindow.rb +0 -10
  85. data/code/superant.com.rwdaddresses/runrwdaddressesmenu1.rb +0 -34
  86. data/code/superant.com.rwdaddresses/runrwdaddresssyncbackwindow.rb +0 -10
  87. data/code/superant.com.rwdaddresses/rwdaddressesbackwindow.rb +0 -10
  88. data/code/superant.com.rwdaddresses/saveconfigurationrecord.rb +0 -20
  89. data/code/superant.com.rwdaddresses/savevcardrecord.rb +0 -76
  90. data/code/superant.com.rwdaddresses/syncrwdaddress.rb +0 -28
  91. data/code/superant.com.rwdaddresses/test_cases.rb +0 -45
  92. data/code/superant.com.rwdaddresses/uploadrwdaddressfiles.rb +0 -30
  93. data/code/superant.com.rwdaddresses/viewaddressconfiguration.rb +0 -21
  94. data/code/superant.com.rwdaddresses/viewnamedata.rb +0 -28
  95. data/code/superant.com.rwdaddresses/viewphoto.rb +0 -4
  96. data/code/superant.com.rwdaddresses/viewrwdaddressesconfiguration.rb +0 -23
  97. data/code/superant.com.rwdaddresses/viewtmpcontactphoto.rb +0 -12
  98. data/code/superant.com.rwdaddresses/viewvcarddata.rb +0 -22
  99. data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +0 -61
  100. data/configuration/language.dist +0 -8
  101. data/configuration/rwdapplicationidentity.dist +0 -3
  102. data/configuration/rwdwaddresses.dist +0 -24
  103. data/gui/tinkerbackwindows/superant.com.addressesphotowindow/yy7addressesphoto.rwd +0 -6
  104. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/1appname.rwd +0 -5
  105. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/20downloadftp.rwd +0 -45
  106. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/70rwddiagnostics.rwd +0 -23
  107. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/87viewconfiguration.rwd +0 -34
  108. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/94selectiontab.rwd +0 -11
  109. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/95jumplink.rwd +0 -15
  110. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/97selectionend.rwd +0 -3
  111. data/installed/rwdaddressesdata2.inf +0 -7
  112. data/installed/rwdwaddresses.inf +0 -13
  113. data/lang/en/rwdcore/languagefile.rb +0 -59
  114. data/lang/es/rwdcore/languagefile-es.rb +0 -63
  115. data/lang/fr/rwdcore/languagefile.rb +0 -65
  116. data/lang/jp/rwdcore/languagefile.rb +0 -73
  117. data/lang/nl/rwdcore/languagefile.rb +0 -76
  118. data/names/Angelina Jolie.jpg +0 -0
  119. data/names/Angelina Jolie.nam +0 -8
  120. data/names/Angelina Jolie.vcf +0 -8
  121. data/names/Steven Gibson.jpg +0 -0
  122. data/names/Steven Gibson.nam +0 -5
  123. data/names/elektra.jpg +0 -0
  124. data/names/elektra.nam +0 -7
  125. data/names/nophoto.jpg +0 -0
  126. data/rwd_files/HowTo_Addresses.txt +0 -272
  127. data/rwd_files/contacttmp.jpg +0 -0
  128. data/updates/temp.rb +0 -1
  129. data/zips/rwdwaddresses-1.07.zip +0 -0
  130. data/zips/rwdwfoldeditor-0.05.zip +0 -0
  131. data/zips/rwdwgutenberg-0.11.zip +0 -0
  132. data/zips/rwdwhypernote-0.15.zip +0 -0
  133. data/zips/rwdwtorrent-0.07.zip +0 -0
  134. /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.foldeditor}/9end.rwd +0 -0
  135. /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/10appletbegin.rwd +0 -0
  136. /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/11viewnamedata.rwd +0 -0
  137. /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/13listnamerecordfiles.rwd +0 -0
  138. /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/16editrecord.rwd +0 -0
  139. /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/17viewvcardrecord.rwd +0 -0
  140. /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/18contactutilities.rwd +0 -0
  141. /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/81jumplinkcommands.rwd +0 -0
data/init.rb CHANGED
@@ -32,38 +32,7 @@ require 'lib/rconftool'
32
32
 
33
33
  $progdir = File::expand_path( File.dirname(__FILE__))
34
34
 
35
- $tempdoc = " "
36
-
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/
60
-
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
35
+ tempdoc = " "
67
36
 
68
37
  # integrate the new configuration files
69
38
  MAINconfignew = "rwdconfig.cnf"
@@ -99,148 +68,70 @@ Rconftool::install(configdist,confignew) #integrates new file with old
99
68
 
100
69
  Dir.chdir($progdir) # change back to top program directory
101
70
 
71
+
102
72
  # 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
73
+ Message = Hash.new { |hh, kk| hh[kk] = "ERROR: Message not found: #{kk.inspect}."; hh[kk] }
74
+ langmessage = { :clear => "Clear", :rwdtinker => "Rwdtinker" } ; langmessage.each { |kk, vv| Message[kk] = vv }
75
+
76
+ def msgid(programkey)
77
+ $programkey = programkey
130
78
  end
131
-
79
+
80
+ def msgstr(programmsg)
81
+ if programmsg == ""
82
+ $rwdtinkerlog.info "msgstr: no translation for #{$programkey}"
83
+ else
84
+ Message.update( $programkey.to_sym => programmsg )
85
+ end
86
+ end
87
+
88
+ require 'lib/rwdtinker/rwdlangdir'
89
+
90
+ tempdoc = " "
91
+ #go get all the po language file files in english
92
+ tempdoc = RwdtinkerTools.findlanguagefiles(LangDir,"en")
132
93
 
133
94
  #writes the contents of doc into the languagehashvariable
134
- languagehashvariable = languagehashvariable + $tempdoc + "} ; langmessage.each { |kk, vv| Message[kk] = vv }"
95
+ languagehashvariable = tempdoc
135
96
 
136
97
  # END of en Lang building
137
- $tempdoc = " "
98
+ tempdoc = " "
138
99
  Dir.chdir($progdir) # change back to top program directory
139
100
 
140
101
  # 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
102
+
103
+ $lang = $langarray[0] # pick the language of choice
104
+
105
+ # Go get all the po files for the language of choice
106
+ tempdoc = RwdtinkerTools.findlanguagefiles(LangDir,$lang)
107
+ # the contents of doc into the variable
108
+ languagehashvariable = languagehashvariable + tempdoc
176
109
 
177
- temp = eval( languagehashvariable )
110
+ Dir.chdir($progdir) # change back to top program directory
111
+
112
+ # lets read those po files, first english then the chosen language
113
+ temp = eval( languagehashvariable )
178
114
 
179
- $tempdoc = " "
115
+
180
116
 
181
117
  # 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
-
118
+ require 'lib/rwdtinker/rwdcodedir'
119
+
120
+ tempdoc = RwdtinkerTools.findprogramfiles(CodeDir)
208
121
 
209
122
  # load the program file
210
- tempcoderesult = eval( $tempdoc )
123
+
124
+ tempcoderesult = eval( tempdoc )
211
125
 
212
126
  # 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
127
+ require 'lib/rwdtinker/rwdguidir'
128
+
129
+ tempdoc = RwdtinkerTools.findguifiles(GuiDir)
130
+
240
131
 
241
132
  # gui variable is done
242
133
  guiRWD = ""
243
- $rwd_gui_tinker = $tempdoc
134
+ $rwd_gui_tinker = tempdoc
244
135
  require 'socket' # Network stuff
245
136
  host = "127.0.0.1"
246
137
  port = $port
@@ -255,27 +146,27 @@ Rconftool::install(configdist,confignew) #integrates new file with old
255
146
  $port = port
256
147
  # Rescue the "Address in use" error
257
148
  rescue Errno::EADDRINUSE
258
- puts "RWD Startup: Port #{port} on host #{host} is already in use."
149
+ $rwdtinkerlog.warn "RWD Startup: Port #{port} on host #{host} is already in use."
259
150
  port=port +1
260
- puts "trying port: #{port}"
151
+ $rwdtinkerlog.warn "trying port: #{port}"
261
152
  # Rescue the "Address not available' error
262
153
  rescue Errno::EADDRNOTAVAIL
263
- puts "RWD Startup: Address #{host} is not available to bind."
154
+ $rwdtinkerlog.warn "RWD Startup: Address #{host} is not available to bind."
264
155
  port =port + 1
265
- puts "trying port: #{port}"
156
+ $rwdtinkerlog.warn "trying port: #{port}"
266
157
  # Rescue "permission denied errors
267
158
  rescue Errno::EACCES
268
- puts "RWD Startup: Access denied when binding interface addresses. ?"
159
+ $rwdtinkerlog.warn "RWD Startup: Access denied when binding interface addresses. ?"
269
160
  port =port + 1
270
- puts "trying port: #{port}"
161
+ $rwdtinkerlog.warn "trying port: #{port}"
271
162
  # Rescue all other errors
272
163
  rescue
273
- puts "RWD Startup: An error occured."
164
+ $rwdtinkerlog.warn "RWD Startup: An error occured."
274
165
  port =port + 1
275
- puts "trying port: #{port}"
166
+ $rwdtinkerlog.warn "trying port: #{port}"
276
167
  # Rescue all other errors
277
168
  end
278
-
169
+ $port = port
279
170
  end
280
171
 
281
172
 
@@ -0,0 +1,11 @@
1
+ # rwdwfoldeditor - book editor
2
+ gui/tinkerbackwindows/superant.com.foldeditor
3
+ code/superant.com.foldeditor
4
+ tests/makedist-rwdwfoldeditor.rb
5
+ tests/gemspec-rwdwfoldeditor
6
+ rwd_files/HowTo_FoldEditor.txt
7
+ configuration/rwdwfoldeditor.dist
8
+ rwd_files/default.fld
9
+ rwd_files/rwdhypernote-0.13.fld
10
+ rwd_files/rwdfoldeditorhelpfiles.txt
11
+ rwd_files/rubylinks.fld
@@ -0,0 +1,166 @@
1
+ # English Language files for RwdTinker core
2
+
3
+ msgid "applet_installed"
4
+ msgstr '"applet installed!"'
5
+
6
+ msgid "application_version"
7
+ msgstr "Application Version"
8
+
9
+ msgid "cancel"
10
+ msgstr "Cancel"
11
+
12
+ msgid "clickfor_version"
13
+ msgstr "Click for Version"
14
+
15
+ msgid "clickbelowtoviewlistof_zip"
16
+ msgstr "click below to view lists of zips"
17
+
18
+ msgid "documents"
19
+ msgstr "Documents"
20
+
21
+ msgid "edit"
22
+ msgstr "edit"
23
+
24
+ msgid "file_name"
25
+ msgstr "File Name:"
26
+
27
+ msgid "fill_record"
28
+ msgstr "Fill Record"
29
+
30
+ msgid "help"
31
+ msgstr "Help"
32
+
33
+ msgid "help_about"
34
+ msgstr '"Help About"'
35
+
36
+ msgid "install_applet"
37
+ msgstr '"install (rwdtinker) applet"'
38
+
39
+ msgid "jumptoapplication_location"
40
+ msgstr '"Jump to Application Location"'
41
+
42
+ msgid "list_applets"
43
+ msgstr '"Remove Applets"'
44
+
45
+ msgid "listappletsinthegem_directory"
46
+ msgstr '"List applets in the Gem Directory"'
47
+
48
+ msgid "listappletsavailablefor_installation"
49
+ msgstr '"List applets available for installation"'
50
+
51
+ msgid "list_files"
52
+ msgstr '"List Files"'
53
+
54
+ msgid "list_installed_gems "
55
+ msgstr '"List installed Gems"'
56
+
57
+ msgid "list_photos"
58
+ msgstr '"List Photos"'
59
+
60
+ msgid "list_zips"
61
+ msgstr '"List Zips"'
62
+
63
+ msgid "listzipdirappletsavailable"
64
+ msgstr '"List (zip directory) applets available for installation"'
65
+
66
+ msgid "menu_panel"
67
+ msgstr '"Menu Panel"'
68
+
69
+ msgid "module_unknown"
70
+ msgstr '"Unknown Module"'
71
+
72
+ msgid "next"
73
+ msgstr "Next"
74
+
75
+ msgid "open"
76
+ msgstr "Open"
77
+
78
+ msgid "open_document"
79
+ msgstr '"Open Document"'
80
+
81
+ msgid "openselectedhelp_about"
82
+ msgstr '"Open selected help about"'
83
+
84
+ msgid "reload_variables"
85
+ msgstr '"Reload Variables"'
86
+
87
+ msgid "remove_applet"
88
+ msgstr '"remove applet"'
89
+
90
+ msgid "return"
91
+ msgstr "Return"
92
+
93
+ msgid "rwdtinker_window_2"
94
+ msgstr '"RwdTinker Window 2"'
95
+
96
+ msgid "rwdtinker"
97
+ msgstr "RwdTinker"
98
+
99
+ msgid "rwdtinker_back_window"
100
+ msgstr '"RwdTinker Back Window"'
101
+
102
+ msgid "rwdtinker_help"
103
+ msgstr '"RwdTinker Help"'
104
+
105
+ msgid "rwdtinker_help_window"
106
+ msgstr '"RwdTinker Help Window"'
107
+
108
+ msgid "showjump_links"
109
+ msgstr '"Show Jump Links"'
110
+
111
+ msgid "showdocument_list"
112
+ msgstr '"Show Document List"'
113
+
114
+ msgid "showhelpabout_links"
115
+ msgstr '"Show Help About Links"'
116
+
117
+ msgid "save"
118
+ msgstr "Save"
119
+
120
+ msgid "save_changes"
121
+ msgstr '"Save Changes"'
122
+
123
+ msgid "selection_panel"
124
+ msgstr '"Menu Panel"'
125
+
126
+ msgid "selection_tab"
127
+ msgstr '"Menu Tab"'
128
+
129
+ msgid "tinker_logo"
130
+ msgstr '"Tinker Logo"'
131
+
132
+ msgid "tinkerback_window"
133
+ msgstr '"Tinker Back Window"'
134
+
135
+ msgid "viewapplet_contents"
136
+ msgstr '"View Applet Contents"'
137
+
138
+ msgid "viewalreadyinstalled_applications"
139
+ msgstr '"View already installed GEM applications"'
140
+
141
+ msgid "viewinstalled_text"
142
+ msgstr '"View Install Text"'
143
+
144
+ msgid "view_platform"
145
+ msgstr '"view platform"'
146
+
147
+ msgid "viewplatform_information"
148
+ msgstr '"View Platform Information"'
149
+
150
+ msgid "viewlogger_information"
151
+ msgstr '"View Logger Information"'
152
+
153
+ msgid "view_event"
154
+ msgstr '"View event"'
155
+
156
+ msgid "viewinstall_text"
157
+ msgstr '"View Install Text"'
158
+
159
+ msgid "viewlistinstall_files"
160
+ msgstr '"View List of Installed Files"'
161
+
162
+ msgid "view_photo"
163
+ msgstr '"View Photo"'
164
+
165
+ msgid "window"
166
+ msgstr "Window"
@@ -0,0 +1,172 @@
1
+ # Spanish Language files for RwdTinker core
2
+
3
+ msgid "applet_installed"
4
+ msgstr '"applet instalado!"'
5
+
6
+ msgid "application_version"
7
+ msgstr '"Versiones de Aplicacion"'
8
+
9
+ msgid "clear"
10
+ msgstr ""
11
+
12
+ msgid "cancel"
13
+ msgstr "Cancelaci�n"
14
+
15
+ msgid "clickfor_version"
16
+ msgstr '"click para version"'
17
+
18
+ msgid "clickbelowtoviewlistof_zip"
19
+ msgstr "click abajo a ver lista de zips"
20
+
21
+ msgid "documents"
22
+ msgstr "Documentos"
23
+
24
+ msgid "edit"
25
+ msgstr "Editar"
26
+
27
+ msgid "file_name"
28
+ msgstr '"Fila Nombre"'
29
+
30
+ msgid "fill_record"
31
+ msgstr ""
32
+
33
+ msgid "help"
34
+ msgstr "Ayuda"
35
+
36
+ msgid "help_about"
37
+ msgstr '"Ayuda sobre"'
38
+
39
+ msgid "install_applet"
40
+ msgstr '"instale (rwdtinker) applet"'
41
+
42
+ msgid "jumptoapplication_location"
43
+ msgstr ""
44
+
45
+ msgid "list_applets"
46
+ msgstr '"Lista Applets"'
47
+
48
+ msgid "listappletsavailablefor_installation"
49
+ msgstr '"Lista applets pudo acceder a instalado"'
50
+
51
+ msgid "listappletsinthegem_directory"
52
+ msgstr '"Lista applets en el Directorio Gem"'
53
+
54
+ msgid "list_files"
55
+ msgstr '"Lista de Archivos"'
56
+
57
+ msgid "list_installed_gems"
58
+ msgstr '"Lista de Instalado Gems"'
59
+
60
+ msgid "list_photos"
61
+ msgstr '"Lista de Photos"'
62
+
63
+ msgid "list_zips"
64
+ msgstr '"Lista Zips"'
65
+
66
+ msgid "listzipdirappletsavailable"
67
+ msgstr '"Lista (zip directory) applets available for installation"'
68
+
69
+ msgid "menu_panel"
70
+ msgstr '"Panel de herramientas"'
71
+
72
+ msgid "module_unknown"
73
+ msgstr '"Module desconocido"'
74
+
75
+ msgid "next"
76
+ msgstr "Siguiente"
77
+
78
+ msgid "open"
79
+ msgstr "Abrir"
80
+
81
+ msgid "open_document"
82
+ msgstr '"Abrir documento"'
83
+
84
+ msgid "openselectedhelp_about"
85
+ msgstr '"Abrir la ayuda"'
86
+
87
+ msgid "reload_variables"
88
+ msgstr '"Recarga los Variables"'
89
+
90
+ msgid "remove_applet"
91
+ msgstr '"Eliminar applet"'
92
+
93
+ msgid "return"
94
+ msgstr '"anterior"'
95
+
96
+ msgid "rwdtinker_window_2"
97
+ msgstr '"RwdTinker Ventana 2"'
98
+
99
+ msgid "rwdtinker"
100
+ msgstr "RwdTinker"
101
+
102
+ msgid "rwdtinker_back_window"
103
+ msgstr '"RwdTinker Ventana Trasera"'
104
+
105
+ msgid "rwdtinker_help"
106
+ msgstr '"RwdTinker Ayuda"'
107
+
108
+ msgid "rwdtinker_help_window"
109
+ msgstr '"RwdTinker Ventana Ayuda"'
110
+
111
+ msgid "showdocument_list"
112
+ msgstr '"Show Document List"'
113
+
114
+ msgid "showhelpabout_links"
115
+ msgstr '"Show Help About Links"'
116
+
117
+ msgid "showjump_links"
118
+ msgstr '"Mostrar enlace saltar"'
119
+
120
+ msgid "save"
121
+ msgstr '"Guardar"'
122
+
123
+ msgid "save_changes"
124
+ msgstr '"Guardar los cambios"'
125
+
126
+ msgid "rwdtinker"
127
+ msgstr "RwdTinker"
128
+
129
+ msgid "selection_panel"
130
+ msgstr '"Panel de Selecci�n"'
131
+
132
+ msgid "tinker_logo"
133
+ msgstr '"Insignia de Tinker"'
134
+
135
+ msgid "selection_tab"
136
+ msgstr '"Tab de Selecci�n"'
137
+
138
+ msgid "tinkerback_window"
139
+ msgstr '"Tinker Ventana detr�s"'
140
+
141
+ msgid "viewapplet_contents"
142
+ msgstr '"Ver Applet Contenido"'
143
+
144
+ msgid "viewalreadyinstalled_applications"
145
+ msgstr '"Ver ya instalado GEM aplicaciones"'
146
+
147
+ msgid "viewinstalled_text"
148
+ msgstr '"Ver Instalar Texto"'
149
+
150
+ msgid "view_platform"
151
+ msgstr '"view platform"'
152
+
153
+ msgid "viewplatform_information"
154
+ msgstr ""
155
+
156
+ msgid "viewlogger_information"
157
+ msgstr ""
158
+
159
+ msgid "view_event"
160
+ msgstr '"Ver evento"'
161
+
162
+ msgid "viewinstall_text"
163
+ msgstr '"Ver Texto"'
164
+
165
+ msgid "viewlistinstall_files"
166
+ msgstr '"Ver lista de archivos instalado"'
167
+
168
+ msgid "view_photo"
169
+ msgstr '"Ver Photo"'
170
+
171
+ msgid "window"
172
+ msgstr '"Ventana"'