rubyslippers 1.07 → 1.08
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.
- data/Readme.txt +20 -7
- data/code/01rwdcore/02helptexthashbegin.rb +10 -0
- data/code/01rwdcore/03helptexthash.rb +18 -20
- data/code/01rwdcore/runopentinkerdocument.rb +1 -1
- data/code/superant.com.rubyslippers/0uninstallapplet.rb +1 -1
- data/code/superant.com.rubyslippers/gemserve.rb +0 -0
- data/code/superant.com.rubyslippers/gemwhich.rb +1 -1
- data/code/superant.com.rubyslippers/loadconfigurationrecord.rb +8 -24
- data/code/superant.com.rubyslippers/loadconfigurationvariables.rb +8 -8
- data/code/superant.com.rubyslippers/saveconfigurationrecord.rb +2 -2
- data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +62 -132
- data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +9 -7
- data/code/superant.com.rwdtinkerbackwindow/listzips.rb +8 -2
- data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +6 -6
- data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +13 -0
- data/configuration/rwdtinker.dist +5 -8
- data/configuration/tinkerwin2variables.dist +13 -7
- data/configuration/{wrubyslippers-1.07.dist → wrubyslippers.dist} +10 -10
- data/gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/91viewconfiguration.rwd +27 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdlogfile.rwd +20 -0
- data/init.rb +59 -163
- data/installed/{wrubyslippers-1.07.inf → wrubyslippers.inf} +7 -7
- data/lang/en/rubyslippers/en.po +21 -0
- data/lang/en/rwdcore/en.po +166 -0
- data/lang/es/rubyslippers/es.po +21 -0
- data/lang/es/rwdcore/es.po +172 -0
- data/lang/fr/rubyslippers/fr.po +21 -0
- data/lang/fr/rwdcore/fr.po +166 -0
- data/lang/hi/rwdcore/hi.po +170 -0
- data/lang/ja/rubyslippers/ja.po +21 -0
- data/lang/ja/rwdcore/ja.po +168 -0
- data/lang/nl/rubyslippers/nl.po +21 -0
- data/lang/nl/rwdcore/nl.po +166 -0
- data/lib/rconftool.rb +13 -6
- data/lib/rwd/net.rb +15 -4
- data/lib/rwd/ruby.rb +1 -1
- data/lib/rwd/rwd.rb +103 -620
- data/lib/rwdthemes/default.rwd +317 -0
- data/lib/rwdthemes/pda.rwd +72 -0
- data/lib/rwdthemes/windowslike.rwd +171 -0
- data/lib/rwdtinker/rwdcodedir.rb +56 -0
- data/lib/rwdtinker/rwdguidir.rb +57 -0
- data/lib/rwdtinker/rwdlangdir.rb +60 -0
- data/lib/rwdtinker/rwdtinkertools.rb +25 -0
- data/rwd_files/HowTo_RubySlippers.txt +14 -0
- data/rwd_files/HowTo_Tinker.txt +37 -7
- data/rwd_files/Tinkerhelptexthash.txt +81 -0
- data/rwd_files/log/rwdtinker.log +2 -0
- data/rwdconfig.dist +14 -13
- data/{rubyslippers.rb → rwdtinker.rb} +0 -0
- data/tests/makedist-tinkerbellw.rb +58 -0
- data/tests/makedist-wrubyslippers.rb +8 -5
- data/tests/makedist.rb +2 -2
- data/zips/rwdwcalc-0.63.zip +0 -0
- data/zips/rwdwfoldeditor-0.05.zip +0 -0
- data/zips/rwdwhypernote-0.15.zip +0 -0
- data/zips/rwdwmovies-0.98.zip +0 -0
- data/zips/rwdwmpd-0.07.zip +0 -0
- data/zips/rwdwruby-1.08.zip +0 -0
- data/zips/tinkerbellw-0.03.zip +0 -0
- data/zips/wrubyslippers-1.08.zip +0 -0
- metadata +37 -26
- data/code/01rwdcore/04helptextend.rb +0 -6
- data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +0 -61
- data/configuration/language.dist +0 -8
- data/configuration/rwdapplicationidentity.dist +0 -3
- data/gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/92viewconfiguration.rwd +0 -45
- data/lang/en/rubyslippers/languagefile.rb +0 -10
- data/lang/en/rwdcore/languagefile.rb +0 -58
- data/lang/es/rubyslippers/languagefile.rb +0 -7
- data/lang/es/rwdcore/languagefile-es.rb +0 -62
- data/lang/fr/rubyslippers/languagefile.rb +0 -6
- data/lang/fr/rwdcore/languagefile.rb +0 -64
- data/lang/jp/rubyslippers/languagefile.rb +0 -6
- data/lang/jp/rwdcore/languagefile.rb +0 -72
- data/lang/nl/rubyslippers/languagefile.rb +0 -6
- data/lang/nl/rwdcore/languagefile.rb +0 -75
- data/zips/rwdwaddresses-1.05.zip +0 -0
- data/zips/rwdwcalc-0.61.zip +0 -0
- data/zips/rwdwgutenberg-0.09.zip +0 -0
- data/zips/rwdwschedule-1.04.zip +0 -0
- data/zips/rwdwshell-1.04.zip +0 -0
- data/zips/wrubyslippers-1.06.zip +0 -0
@@ -8,12 +8,13 @@ $progdir =""
|
|
8
8
|
$tinkerhelpaboutarray = [""]
|
9
9
|
$tinkerdocumentsarray = [""]
|
10
10
|
$testharnessarray = [""]
|
11
|
-
JumpLink = Hash.new("default")
|
12
11
|
$rwdjumplink = [""]
|
12
|
+
JumpLink = Hash.new("default")
|
13
13
|
require 'fileutils'
|
14
14
|
DistroName = "wrubyslippers"
|
15
|
-
DistroVersion="1.
|
16
|
-
load "configuration/#{DistroName}
|
15
|
+
DistroVersion="1.08"
|
16
|
+
load "configuration/#{DistroName}.dist"
|
17
|
+
|
17
18
|
|
18
19
|
DistroTitle="#{DistroName}-#{DistroVersion}"
|
19
20
|
|
@@ -26,10 +27,12 @@ puts "creating #{DistroName} distribution files version #{DistroVersion}"
|
|
26
27
|
|
27
28
|
#puts "moving up one directory"
|
28
29
|
#Dir.chdir("..")
|
29
|
-
|
30
|
+
findcmd = "find _arx > /tmp/excludezip"
|
31
|
+
puts "#{findcmd}"
|
32
|
+
`#{findcmd}`
|
30
33
|
|
31
34
|
FileUtils.rm_rf("#{DistroTitle}.zip")
|
32
|
-
zipcreatecmd = "zip -r #{DistroTitle}.zip *"
|
35
|
+
zipcreatecmd = "zip -r #{DistroTitle}.zip * -x@/tmp/excludezip"
|
33
36
|
puts "#{zipcreatecmd}"
|
34
37
|
`#{zipcreatecmd}`
|
35
38
|
|
data/tests/makedist.rb
CHANGED
@@ -14,9 +14,9 @@ require 'fileutils'
|
|
14
14
|
|
15
15
|
DistroName = "wrubyslippers"
|
16
16
|
|
17
|
-
DistroVersion="1.
|
17
|
+
DistroVersion="1.08"
|
18
18
|
|
19
|
-
DistroTitle="#{DistroName}
|
19
|
+
DistroTitle="#{DistroName}.dist"
|
20
20
|
load "configuration/#{DistroTitle}"
|
21
21
|
DistroName = "rubyslippers"
|
22
22
|
DistroTitle = "#{DistroName}-#{DistroVersion}"
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubyslippers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: "1.
|
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-
|
12
|
+
date: 2008-10-10 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -42,8 +42,16 @@ files:
|
|
42
42
|
- lib/zip/zipfilesystem.rb
|
43
43
|
- lib/zip/tempfile_bugfixed.rb
|
44
44
|
- lib/rconftool.rb
|
45
|
+
- lib/rwdthemes/default.rwd
|
46
|
+
- lib/rwdthemes/pda.rwd
|
47
|
+
- lib/rwdthemes/windowslike.rwd
|
48
|
+
- lib/rwdtinker/rwdtinkertools.rb
|
49
|
+
- lib/rwdtinker/rwdcodedir.rb
|
50
|
+
- lib/rwdtinker/rwdguidir.rb
|
51
|
+
- lib/rwdtinker/rwdlangdir.rb
|
45
52
|
- code/zz0applicationend/zz0end.rb
|
46
53
|
- code/superant.com.rwdtinkerbackwindow/listgemdirs.rb
|
54
|
+
- code/superant.com.rwdtinkerbackwindow/viewlogfile.rb
|
47
55
|
- code/superant.com.rwdtinkerbackwindow/diagnostictab.rb
|
48
56
|
- code/superant.com.rwdtinkerbackwindow/listgemzips.rb
|
49
57
|
- code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb
|
@@ -61,7 +69,6 @@ files:
|
|
61
69
|
- code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb
|
62
70
|
- code/superant.com.rwdtinkerbackwindow/removeapplet.rb
|
63
71
|
- code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb
|
64
|
-
- code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb
|
65
72
|
- code/superant.com.rwdtinkerbackwindow/remotegemlist.rb
|
66
73
|
- code/superant.com.rwdtinkerbackwindow/installgemapplet.rb
|
67
74
|
- code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb
|
@@ -69,7 +76,6 @@ files:
|
|
69
76
|
- code/01rwdcore/setuptinkerdocuments.rb
|
70
77
|
- code/01rwdcore/openhelpwindow.rb
|
71
78
|
- code/01rwdcore/setuphelpaboutoptions.rb
|
72
|
-
- code/01rwdcore/04helptextend.rb
|
73
79
|
- code/01rwdcore/01rwdcore.rb
|
74
80
|
- code/01rwdcore/rwdwindowreturn.rb
|
75
81
|
- code/01rwdcore/uploadreturns.rb
|
@@ -124,19 +130,18 @@ files:
|
|
124
130
|
- code/superant.com.rubyslippersbackwindow/loadgemspecrecord.rb
|
125
131
|
- configuration/rwdtinker.dist
|
126
132
|
- configuration/tinkerwin2variables.dist
|
127
|
-
- configuration/
|
128
|
-
-
|
129
|
-
-
|
130
|
-
- lang/
|
131
|
-
- lang/
|
132
|
-
- lang/
|
133
|
-
- lang/
|
134
|
-
- lang/
|
135
|
-
- lang/
|
136
|
-
- lang/
|
137
|
-
- lang/
|
138
|
-
- lang/nl/
|
139
|
-
- lang/nl/rwdcore/languagefile.rb
|
133
|
+
- configuration/wrubyslippers.dist
|
134
|
+
- lang/en/rubyslippers/en.po
|
135
|
+
- lang/en/rwdcore/en.po
|
136
|
+
- lang/es/rubyslippers/es.po
|
137
|
+
- lang/es/rwdcore/es.po
|
138
|
+
- lang/fr/rubyslippers/fr.po
|
139
|
+
- lang/fr/rwdcore/fr.po
|
140
|
+
- lang/hi/rwdcore/hi.po
|
141
|
+
- lang/ja/rubyslippers/ja.po
|
142
|
+
- lang/ja/rwdcore/ja.po
|
143
|
+
- lang/nl/rubyslippers/nl.po
|
144
|
+
- lang/nl/rwdcore/nl.po
|
140
145
|
- gui/frontwindowtdocuments/00documentbegin.rwd
|
141
146
|
- gui/frontwindowtdocuments/tinkerdocuments.rwd
|
142
147
|
- gui/frontwindowtdocuments/zzdocumentend.rwd
|
@@ -152,6 +157,7 @@ files:
|
|
152
157
|
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd
|
153
158
|
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd
|
154
159
|
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd
|
160
|
+
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdlogfile.rwd
|
155
161
|
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd
|
156
162
|
- gui/tinkerbackwindows/superant.com.rubyslippers
|
157
163
|
- gui/tinkerbackwindows/superant.com.rubyslippers/40listgemrecordfiles.rwd
|
@@ -169,7 +175,6 @@ files:
|
|
169
175
|
- gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd
|
170
176
|
- gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd
|
171
177
|
- gui/tinkerbackwindows/superant.com.rubyslippersbackwindow
|
172
|
-
- gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/92viewconfiguration.rwd
|
173
178
|
- gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/5editgemspecrecord.rwd
|
174
179
|
- gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/1appname.rwd
|
175
180
|
- gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/4listgemspecrecord.rwd
|
@@ -178,6 +183,7 @@ files:
|
|
178
183
|
- gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/6buildgem.rwd
|
179
184
|
- gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/zbackend.rwd
|
180
185
|
- gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/8gemcommands.rwd
|
186
|
+
- gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/91viewconfiguration.rwd
|
181
187
|
- gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/98jumplinkcommands.rwd
|
182
188
|
- gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/3viewgemspec.rwd
|
183
189
|
- gui/helpaboutzend/zzzzhelpscreen2end.rwd
|
@@ -193,33 +199,38 @@ files:
|
|
193
199
|
- gui/frontwindowselections/00selectiontabbegin.rwd
|
194
200
|
- gui/zzcoreguiend/yy9rwdend.rwd
|
195
201
|
- installed/temp.rb
|
196
|
-
- installed/wrubyslippers
|
202
|
+
- installed/wrubyslippers.inf
|
203
|
+
- rwd_files/log/rwdtinker.log
|
197
204
|
- rwd_files/tinker.png
|
198
205
|
- rwd_files/favicon.ico
|
199
206
|
- rwd_files/rdoc-style.css
|
200
207
|
- rwd_files/Readme.txt
|
201
208
|
- rwd_files/rwdapplications.html
|
202
209
|
- rwd_files/HowTo_RubySlippers.txt
|
210
|
+
- rwd_files/Tinkerhelptexthash.txt
|
203
211
|
- rwd_files/HowTo_TinkerWin2.txt
|
204
212
|
- rwd_files/RubyWebDialogs.html
|
205
213
|
- rwd_files/HowTo_Tinker.txt
|
206
|
-
- zips/
|
214
|
+
- zips/tinkerbellw-0.03.zip
|
215
|
+
- zips/rwdwmovies-0.98.zip
|
207
216
|
- zips/temp.rb
|
208
|
-
- zips/
|
209
|
-
- zips/
|
210
|
-
- zips/
|
211
|
-
- zips/wrubyslippers-1.
|
212
|
-
- zips/
|
217
|
+
- zips/rwdwfoldeditor-0.05.zip
|
218
|
+
- zips/rwdwcalc-0.63.zip
|
219
|
+
- zips/rwdwruby-1.08.zip
|
220
|
+
- zips/wrubyslippers-1.08.zip
|
221
|
+
- zips/rwdwhypernote-0.15.zip
|
222
|
+
- zips/rwdwmpd-0.07.zip
|
213
223
|
- tests/rdep.rb
|
224
|
+
- tests/makedist-tinkerbellw.rb
|
214
225
|
- tests/cleancnf.sh
|
215
226
|
- tests/makedist-wrubyslippers.rb
|
216
227
|
- tests/makedist.rb
|
217
228
|
- tests/totranslate.lang
|
218
229
|
- tests/RubyGauge.rb
|
219
230
|
- tests/checkdepends.sh
|
220
|
-
- rubyslippers.rb
|
221
231
|
- Readme.txt
|
222
232
|
- rwdconfig.dist
|
233
|
+
- rwdtinker.rb
|
223
234
|
- init.rb
|
224
235
|
has_rdoc: true
|
225
236
|
homepage: http://rubyforge.org/projects/rwdapplications/
|
@@ -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
|
-
)
|
data/configuration/language.dist
DELETED
@@ -1,45 +0,0 @@
|
|
1
|
-
$rwdguivar=
|
2
|
-
"
|
3
|
-
<tab name=\"viewrubyslippersconfiguration\" caption=\"Rubyslippers Configuration\">
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
<table>
|
8
|
-
<row> <p> </row>
|
9
|
-
<row> <p align=\"right\">You can view or edit theRubyslippers configuration file here</row>
|
10
|
-
<row> <p> </row>
|
11
|
-
<horizontal>
|
12
|
-
<button caption=\"Fill Record\" action=\"loadrubyslippersconfiguration\"/>
|
13
|
-
<button caption=\"Save Changes\" action=\"saverubyslippersconfiguration\"/>
|
14
|
-
<button caption=\"Reload Variables\" action=\"loadrubyslippersconfigurationvariables\"/>
|
15
|
-
<button caption=\"Help\" action=\"runhelpwindowrubyslippers\"/>
|
16
|
-
</horizontal>
|
17
|
-
<table>
|
18
|
-
|
19
|
-
<row> <p align=\"right\">FileName:</p> <text size=70 name=\"a_rsconfigurationfilename\"/> </row>
|
20
|
-
<row> <p align=\"right\">1:</p> <text size=70 name=\"a_rsconfigline1\"/> </row>
|
21
|
-
<row> <p align=\"right\">2:</p> <text size=70 name=\"a_rsconfigline2\"/> </row>
|
22
|
-
<row> <p align=\"right\">3:</p> <text size=70 name=\"a_rsconfigline3\"/> </row>
|
23
|
-
<row> <p align=\"right\">4:</p> <text size=70 name=\"a_rsconfigline4\"/> </row>
|
24
|
-
<row> <p align=\"right\">5:</p> <text size=70 name=\"a_rsconfigline5\"/> </row>
|
25
|
-
<row> <p align=\"right\">6:</p> <text size=70 name=\"a_rsconfigline6\"/> </row>
|
26
|
-
<row> <p align=\"right\">7:</p> <text size=70 name=\"a_rsconfigline7\"/> </row>
|
27
|
-
<row> <p align=\"right\">8:</p> <text size=70 name=\"a_rsconfigline8\"/> </row>
|
28
|
-
<row> <p align=\"right\">9:</p> <text size=70 name=\"a_rsconfigline9\"/> </row>
|
29
|
-
<row> <p align=\"right\">10:</p> <text size=70 name=\"a_rsconfigline10\"/> </row>
|
30
|
-
<row> <p align=\"right\">11:</p> <text size=70 name=\"a_rsconfigline11\"/> </row>
|
31
|
-
<row> <p align=\"right\">12:</p> <text size=70 name=\"a_rsconfigline12\"/> </row>
|
32
|
-
<row> <p align=\"right\">13:</p> <text size=70 name=\"a_rsconfigline13\"/> </row>
|
33
|
-
<row> <p align=\"right\">14:</p> <text size=70 name=\"a_rsconfigline14\"/> </row>
|
34
|
-
<row> <p align=\"right\">15:</p> <text size=70 name=\"a_rsconfigline15\"/> </row>
|
35
|
-
<row> <p align=\"right\">16:</p> <text size=70 name=\"a_rsconfigline16\"/> </row>
|
36
|
-
|
37
|
-
</table>
|
38
|
-
<p>%extrarsconfigdatadisplay%</p>
|
39
|
-
<p>
|
40
|
-
<p>%newrsconfigurationresult%</p>
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
</tab>"
|
45
|
-
|
@@ -1,10 +0,0 @@
|
|
1
|
-
# rubyslippers lang file
|
2
|
-
:list_installed_gems => '"list installed gems"',
|
3
|
-
:installgem => '"install gem"' ,
|
4
|
-
:gemfiles => '"gem files installed"',
|
5
|
-
:viewgem => '"view gem data"' ,
|
6
|
-
:gem_name => '"gem name"' ,
|
7
|
-
:open => '"view gem data"',
|
8
|
-
:gemcommands => '"gem commands"' ,
|
9
|
-
:gemdocs => '"gem docs scan"',
|
10
|
-
|
@@ -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" ,
|