bigtinker 0.96 → 0.97
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/code/01rwdcore/02helptexthashbegin.rb +10 -0
- data/code/01rwdcore/03helptexthash.rb +18 -20
- data/code/01rwdcore/runopentinkerdocument.rb +1 -1
- data/code/superant.com.foldeditor/0uninstallapplet.rb +17 -0
- data/code/superant.com.foldeditor/changehypernotename.rb +21 -0
- data/code/superant.com.foldeditor/chooselinkfile.rb +6 -0
- data/code/superant.com.foldeditor/choosenotefile.rb +6 -0
- data/code/superant.com.foldeditor/clearnotescreen.rb +7 -0
- data/code/superant.com.foldeditor/createnewnotehtml.rb +31 -0
- data/code/superant.com.foldeditor/helptexthashload.rb +22 -0
- data/code/superant.com.foldeditor/hyperlinkcreatelinkfile.rb +19 -0
- data/code/superant.com.foldeditor/launchfoldeditorurl.rb +19 -0
- data/code/superant.com.foldeditor/listfoldeditorfiles.rb +7 -0
- data/code/{superant.com.rwdaddresses → superant.com.foldeditor}/loadconfigurationrecord.rb +4 -4
- data/code/superant.com.foldeditor/loadconfigurationvariables.rb +14 -0
- data/code/superant.com.foldeditor/loadfolddocument.rb +18 -0
- data/code/superant.com.foldeditor/loadnextnote.rb +32 -0
- data/code/superant.com.foldeditor/loadprevnote.rb +32 -0
- data/code/superant.com.foldeditor/loadrwdfoldeditlinkfile.rb +19 -0
- data/code/superant.com.foldeditor/openhelpwindowrwdhyernote.rb +30 -0
- data/code/superant.com.foldeditor/runrwdapplet.rb +10 -0
- data/code/superant.com.foldeditor/rwddisplayfoldlinks.rb +41 -0
- data/code/{superant.com.rwdaddresses/rwdaddresseshelpabout.rb → superant.com.foldeditor/rwdtinkerversion.rb} +4 -4
- data/code/superant.com.foldeditor/saveconfigurationrecord.rb +20 -0
- data/code/superant.com.foldeditor/savefoldlinkfile.rb +20 -0
- data/code/superant.com.foldeditor/savehtmlhypernoterecord.rb +20 -0
- data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +30 -105
- data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +1 -3
- data/configuration/bigtinker.dist +2 -2
- data/configuration/rwdtinker.dist +3 -3
- data/configuration/rwdwfoldeditor.dist +16 -0
- data/configuration/tinkerwin2variables.dist +7 -2
- data/gui/tinkerbackwindows/superant.com.foldeditor/10appletbegin.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.foldeditor/10aviewnote.rwd +36 -0
- data/gui/tinkerbackwindows/superant.com.foldeditor/15htmlview.rwd +43 -0
- data/gui/tinkerbackwindows/superant.com.foldeditor/56viewfold.rwd +43 -0
- data/gui/tinkerbackwindows/superant.com.foldeditor/67viewconfiguration.rwd +27 -0
- data/gui/tinkerbackwindows/superant.com.foldeditor/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.refreshwindow/rwdrefresh.rwd +13 -0
- data/gui/tinkerbackwindows/superant.com.refreshwindow/rwdrefreshacpi.rwd +11 -0
- data/gui/tinkerbackwindows/{superant.com.rwdaddressessyncbackwindow/zvbackend.rwd → superant.com.slideshow/9end.rwd} +1 -1
- data/init.rb +54 -163
- data/installed/rwdwfoldeditor.inf +11 -0
- data/lang/en/rwdcore/en.po +166 -0
- data/lang/es/rwdcore/es.po +172 -0
- data/lang/fr/rwdcore/fr.po +166 -0
- data/lang/hi/rwdcore/hi.po +170 -0
- data/lang/ja/rwdcore/ja.po +168 -0
- data/lang/nl/rwdcore/nl.po +166 -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 +2 -1
- data/rwd_files/HowTo_BigTinker.txt +3 -0
- data/rwd_files/HowTo_FoldEditor.txt +131 -0
- data/rwd_files/HowTo_Tinker.txt +20 -6
- data/rwd_files/Tinkerhelptexthash.txt +81 -0
- data/rwd_files/default.fld +9 -0
- data/rwd_files/rubylinks.fld +6 -0
- data/rwd_files/rwdfoldeditorhelpfiles.txt +42 -0
- data/rwd_files/rwdhypernote-0.13.fld +202 -0
- data/tests/{makedist-rwdwaddesses.rb → makedist-rwdwfoldeditor.rb} +8 -4
- data/tests/makedist.rb +1 -1
- data/zips/rwdwfoldeditor-0.06.zip +0 -0
- data/zips/rwdwmovies-0.98.zip +0 -0
- data/zips/tinkerbellw-0.03.zip +0 -0
- data/zips/{wrubyslippers-1.07.zip → wrubyslippers-1.08.zip} +0 -0
- metadata +67 -83
- data/code/01rwdcore/04helptextend.rb +0 -6
- data/code/superant.com.rwdaddresses/0uninstallapplet.rb +0 -14
- data/code/superant.com.rwdaddresses/attachtmpcontactphoto.rb +0 -24
- data/code/superant.com.rwdaddresses/clearscreendisplay.rb +0 -15
- data/code/superant.com.rwdaddresses/createnewnamerecord.rb +0 -19
- data/code/superant.com.rwdaddresses/deletecontactrecord.rb +0 -25
- data/code/superant.com.rwdaddresses/deleterwdaddressesupdatefiles.rb +0 -19
- data/code/superant.com.rwdaddresses/downloadrwdaddressfiles.rb +0 -36
- data/code/superant.com.rwdaddresses/helptexthashrwdaddresses.rb +0 -69
- data/code/superant.com.rwdaddresses/listnamerecord.rb +0 -15
- data/code/superant.com.rwdaddresses/listvcardrecord.rb +0 -15
- data/code/superant.com.rwdaddresses/loadconfigurationvariables.rb +0 -15
- data/code/superant.com.rwdaddresses/loadnamerecord.rb +0 -30
- data/code/superant.com.rwdaddresses/openhelpwindowrwdaddresses.rb +0 -30
- data/code/superant.com.rwdaddresses/renamecontact.rb +0 -15
- data/code/superant.com.rwdaddresses/runaddresseswindow.rb +0 -10
- data/code/superant.com.rwdaddresses/runrwdaddressesmenu1.rb +0 -34
- data/code/superant.com.rwdaddresses/runrwdaddresssyncbackwindow.rb +0 -10
- data/code/superant.com.rwdaddresses/rwdaddressesbackwindow.rb +0 -10
- data/code/superant.com.rwdaddresses/saveconfigurationrecord.rb +0 -20
- data/code/superant.com.rwdaddresses/savevcardrecord.rb +0 -76
- data/code/superant.com.rwdaddresses/syncrwdaddress.rb +0 -28
- data/code/superant.com.rwdaddresses/test_cases.rb +0 -45
- data/code/superant.com.rwdaddresses/uploadrwdaddressfiles.rb +0 -30
- data/code/superant.com.rwdaddresses/viewaddressconfiguration.rb +0 -21
- data/code/superant.com.rwdaddresses/viewnamedata.rb +0 -28
- data/code/superant.com.rwdaddresses/viewphoto.rb +0 -4
- data/code/superant.com.rwdaddresses/viewrwdaddressesconfiguration.rb +0 -23
- data/code/superant.com.rwdaddresses/viewtmpcontactphoto.rb +0 -12
- data/code/superant.com.rwdaddresses/viewvcarddata.rb +0 -22
- data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +0 -61
- data/configuration/language.dist +0 -8
- data/configuration/rwdapplicationidentity.dist +0 -3
- data/configuration/rwdwaddresses.dist +0 -24
- data/gui/tinkerbackwindows/superant.com.addressesphotowindow/yy7addressesphoto.rwd +0 -6
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/1appname.rwd +0 -5
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/20downloadftp.rwd +0 -45
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/70rwddiagnostics.rwd +0 -23
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/87viewconfiguration.rwd +0 -34
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/94selectiontab.rwd +0 -11
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/95jumplink.rwd +0 -15
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/97selectionend.rwd +0 -3
- data/installed/rwdaddressesdata2.inf +0 -7
- data/installed/rwdwaddresses.inf +0 -13
- data/lang/en/rwdcore/languagefile.rb +0 -59
- data/lang/es/rwdcore/languagefile-es.rb +0 -63
- data/lang/fr/rwdcore/languagefile.rb +0 -65
- data/lang/jp/rwdcore/languagefile.rb +0 -73
- data/lang/nl/rwdcore/languagefile.rb +0 -76
- data/names/Angelina Jolie.jpg +0 -0
- data/names/Angelina Jolie.nam +0 -8
- data/names/Angelina Jolie.vcf +0 -8
- data/names/Steven Gibson.jpg +0 -0
- data/names/Steven Gibson.nam +0 -5
- data/names/elektra.jpg +0 -0
- data/names/elektra.nam +0 -7
- data/names/nophoto.jpg +0 -0
- data/rwd_files/HowTo_Addresses.txt +0 -272
- data/rwd_files/contacttmp.jpg +0 -0
- data/updates/temp.rb +0 -1
- data/zips/rwdwaddresses-1.07.zip +0 -0
- data/zips/rwdwfoldeditor-0.05.zip +0 -0
- data/zips/rwdwgutenberg-0.11.zip +0 -0
- data/zips/rwdwhypernote-0.15.zip +0 -0
- data/zips/rwdwtorrent-0.07.zip +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.foldeditor}/9end.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/10appletbegin.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/11viewnamedata.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/13listnamerecordfiles.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/16editrecord.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/17viewvcardrecord.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/18contactutilities.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/81jumplinkcommands.rwd +0 -0
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
# Language files for RwdTinker core
|
|
2
|
+
|
|
3
|
+
msgid "applet_installed"
|
|
4
|
+
msgstr ""
|
|
5
|
+
|
|
6
|
+
msgid "application_version"
|
|
7
|
+
msgstr ""
|
|
8
|
+
|
|
9
|
+
msgid "cancel"
|
|
10
|
+
msgstr ""
|
|
11
|
+
|
|
12
|
+
msgid "clickfor_version"
|
|
13
|
+
msgstr ""
|
|
14
|
+
|
|
15
|
+
msgid "clickbelowtoviewlistof_zip"
|
|
16
|
+
msgstr ""
|
|
17
|
+
|
|
18
|
+
msgid "documents"
|
|
19
|
+
msgstr ""
|
|
20
|
+
|
|
21
|
+
msgid "edit"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
24
|
+
msgid "file_name"
|
|
25
|
+
msgstr ""
|
|
26
|
+
|
|
27
|
+
msgid "fill_record"
|
|
28
|
+
msgstr ""
|
|
29
|
+
|
|
30
|
+
msgid "help"
|
|
31
|
+
msgstr ""
|
|
32
|
+
|
|
33
|
+
msgid "help_about"
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
msgid "install_applet"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
39
|
+
msgid "jumptoapplication_location"
|
|
40
|
+
msgstr ""
|
|
41
|
+
|
|
42
|
+
msgid "list_applets"
|
|
43
|
+
msgstr ""
|
|
44
|
+
|
|
45
|
+
msgid "listappletsinthegem_directory"
|
|
46
|
+
msgstr ""
|
|
47
|
+
|
|
48
|
+
msgid "listappletsavailablefor_installation"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
51
|
+
msgid "list_files"
|
|
52
|
+
msgstr ""
|
|
53
|
+
|
|
54
|
+
msgid "list_installed_gems "
|
|
55
|
+
msgstr ""
|
|
56
|
+
|
|
57
|
+
msgid "list_photos"
|
|
58
|
+
msgstr ""
|
|
59
|
+
|
|
60
|
+
msgid "list_zips"
|
|
61
|
+
msgstr ""
|
|
62
|
+
|
|
63
|
+
msgid "listzipdirappletsavailable"
|
|
64
|
+
msgstr ""
|
|
65
|
+
|
|
66
|
+
msgid "menu_panel"
|
|
67
|
+
msgstr ""
|
|
68
|
+
|
|
69
|
+
msgid "module_unknown"
|
|
70
|
+
msgstr ""
|
|
71
|
+
|
|
72
|
+
msgid "next"
|
|
73
|
+
msgstr ""
|
|
74
|
+
|
|
75
|
+
msgid "open"
|
|
76
|
+
msgstr ""
|
|
77
|
+
|
|
78
|
+
msgid "open_document"
|
|
79
|
+
msgstr ""
|
|
80
|
+
|
|
81
|
+
msgid "openselectedhelp_about"
|
|
82
|
+
msgstr ""
|
|
83
|
+
|
|
84
|
+
msgid "reload_variables"
|
|
85
|
+
msgstr ""
|
|
86
|
+
|
|
87
|
+
msgid "remove_applet"
|
|
88
|
+
msgstr ""
|
|
89
|
+
|
|
90
|
+
msgid "return"
|
|
91
|
+
msgstr ""
|
|
92
|
+
|
|
93
|
+
msgid "rwdtinker_window_2"
|
|
94
|
+
msgstr ""
|
|
95
|
+
|
|
96
|
+
msgid "rwdtinker"
|
|
97
|
+
msgstr "RwdTinker"
|
|
98
|
+
|
|
99
|
+
msgid "rwdtinker_back_window"
|
|
100
|
+
msgstr ""
|
|
101
|
+
|
|
102
|
+
msgid "rwdtinker_help"
|
|
103
|
+
msgstr ""
|
|
104
|
+
|
|
105
|
+
msgid "rwdtinker_help_window"
|
|
106
|
+
msgstr ""
|
|
107
|
+
|
|
108
|
+
msgid "showjump_links"
|
|
109
|
+
msgstr ""
|
|
110
|
+
|
|
111
|
+
msgid "showdocument_list"
|
|
112
|
+
msgstr ""
|
|
113
|
+
|
|
114
|
+
msgid "showhelpabout_links"
|
|
115
|
+
msgstr ""
|
|
116
|
+
|
|
117
|
+
msgid "save"
|
|
118
|
+
msgstr ""
|
|
119
|
+
|
|
120
|
+
msgid "save_changes"
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
123
|
+
msgid "selection_panel"
|
|
124
|
+
msgstr ""
|
|
125
|
+
|
|
126
|
+
msgid "selection_tab"
|
|
127
|
+
msgstr ""
|
|
128
|
+
|
|
129
|
+
msgid "tinker_logo"
|
|
130
|
+
msgstr ""
|
|
131
|
+
|
|
132
|
+
msgid "tinkerback_window"
|
|
133
|
+
msgstr ""
|
|
134
|
+
|
|
135
|
+
msgid "viewapplet_contents"
|
|
136
|
+
msgstr ""
|
|
137
|
+
|
|
138
|
+
msgid "viewalreadyinstalled_applications"
|
|
139
|
+
msgstr ""
|
|
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 ""
|
|
152
|
+
|
|
153
|
+
msgid "view_event"
|
|
154
|
+
msgstr ""
|
|
155
|
+
|
|
156
|
+
msgid "viewinstall_text"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
159
|
+
msgid "viewlistinstall_files"
|
|
160
|
+
msgstr ""
|
|
161
|
+
|
|
162
|
+
msgid "view_photo"
|
|
163
|
+
msgstr "View Photo"
|
|
164
|
+
|
|
165
|
+
msgid "window"
|
|
166
|
+
msgstr "Window"
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
# Language files for RwdTinker core
|
|
2
|
+
|
|
3
|
+
msgid "applet_installed"
|
|
4
|
+
msgstr ""
|
|
5
|
+
|
|
6
|
+
msgid "application_version"
|
|
7
|
+
msgstr ""
|
|
8
|
+
|
|
9
|
+
msgid "cancel"
|
|
10
|
+
msgstr '"रद्द करें"'
|
|
11
|
+
|
|
12
|
+
msgid "clickfor_version"
|
|
13
|
+
msgstr ""
|
|
14
|
+
|
|
15
|
+
msgid "clickbelowtoviewlistof_zip"
|
|
16
|
+
msgstr ""
|
|
17
|
+
|
|
18
|
+
msgid "clear"
|
|
19
|
+
msgstr "साफ़ करें"
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
msgid "documents"
|
|
23
|
+
msgstr "दस्तावेज़"
|
|
24
|
+
|
|
25
|
+
msgid "edit"
|
|
26
|
+
msgstr "संपादन"
|
|
27
|
+
|
|
28
|
+
msgid "file_name"
|
|
29
|
+
msgstr '"नाम फ़ाइल"'
|
|
30
|
+
|
|
31
|
+
msgid "fill_record"
|
|
32
|
+
msgstr ""
|
|
33
|
+
|
|
34
|
+
msgid "help"
|
|
35
|
+
msgstr '"मदद"'
|
|
36
|
+
|
|
37
|
+
msgid "help_about"
|
|
38
|
+
msgstr '"मदद परिचय"'
|
|
39
|
+
|
|
40
|
+
msgid "install_applet"
|
|
41
|
+
msgstr ""
|
|
42
|
+
|
|
43
|
+
msgid "jumptoapplication_location"
|
|
44
|
+
msgstr ""
|
|
45
|
+
|
|
46
|
+
msgid "list_applets"
|
|
47
|
+
msgstr ""
|
|
48
|
+
|
|
49
|
+
msgid "listappletsinthegem_directory"
|
|
50
|
+
msgstr ""
|
|
51
|
+
|
|
52
|
+
msgid "listappletsavailablefor_installation"
|
|
53
|
+
msgstr ""
|
|
54
|
+
|
|
55
|
+
msgid "list_files"
|
|
56
|
+
msgstr ""
|
|
57
|
+
|
|
58
|
+
msgid "list_installed_gems "
|
|
59
|
+
msgstr ""
|
|
60
|
+
|
|
61
|
+
msgid "list_photos"
|
|
62
|
+
msgstr ""
|
|
63
|
+
|
|
64
|
+
msgid "list_zips"
|
|
65
|
+
msgstr ""
|
|
66
|
+
|
|
67
|
+
msgid "listzipdirappletsavailable"
|
|
68
|
+
msgstr ""
|
|
69
|
+
|
|
70
|
+
msgid "menu_panel"
|
|
71
|
+
msgstr ""
|
|
72
|
+
|
|
73
|
+
msgid "module_unknown"
|
|
74
|
+
msgstr ""
|
|
75
|
+
|
|
76
|
+
msgid "next"
|
|
77
|
+
msgstr ""
|
|
78
|
+
|
|
79
|
+
msgid "open"
|
|
80
|
+
msgstr ""
|
|
81
|
+
|
|
82
|
+
msgid "open_document"
|
|
83
|
+
msgstr ""
|
|
84
|
+
|
|
85
|
+
msgid "openselectedhelp_about"
|
|
86
|
+
msgstr ""
|
|
87
|
+
|
|
88
|
+
msgid "reload_variables"
|
|
89
|
+
msgstr ""
|
|
90
|
+
|
|
91
|
+
msgid "remove_applet"
|
|
92
|
+
msgstr ""
|
|
93
|
+
|
|
94
|
+
msgid "return"
|
|
95
|
+
msgstr ""
|
|
96
|
+
|
|
97
|
+
msgid "rwdtinker_window_2"
|
|
98
|
+
msgstr ""
|
|
99
|
+
|
|
100
|
+
msgid "rwdtinker"
|
|
101
|
+
msgstr "RwdTinker"
|
|
102
|
+
|
|
103
|
+
msgid "rwdtinker_back_window"
|
|
104
|
+
msgstr ""
|
|
105
|
+
|
|
106
|
+
msgid "rwdtinker_help"
|
|
107
|
+
msgstr ""
|
|
108
|
+
|
|
109
|
+
msgid "rwdtinker_help_window"
|
|
110
|
+
msgstr ""
|
|
111
|
+
|
|
112
|
+
msgid "showjump_links"
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgid "showdocument_list"
|
|
116
|
+
msgstr ""
|
|
117
|
+
|
|
118
|
+
msgid "showhelpabout_links"
|
|
119
|
+
msgstr ""
|
|
120
|
+
|
|
121
|
+
msgid "save"
|
|
122
|
+
msgstr ""
|
|
123
|
+
|
|
124
|
+
msgid "save_changes"
|
|
125
|
+
msgstr ""
|
|
126
|
+
|
|
127
|
+
msgid "selection_panel"
|
|
128
|
+
msgstr ""
|
|
129
|
+
|
|
130
|
+
msgid "selection_tab"
|
|
131
|
+
msgstr ""
|
|
132
|
+
|
|
133
|
+
msgid "tinker_logo"
|
|
134
|
+
msgstr ""
|
|
135
|
+
|
|
136
|
+
msgid "tinkerback_window"
|
|
137
|
+
msgstr ""
|
|
138
|
+
|
|
139
|
+
msgid "viewapplet_contents"
|
|
140
|
+
msgstr ""
|
|
141
|
+
|
|
142
|
+
msgid "viewalreadyinstalled_applications"
|
|
143
|
+
msgstr ""
|
|
144
|
+
|
|
145
|
+
msgid "viewinstalled_text"
|
|
146
|
+
msgstr "View Install Text"
|
|
147
|
+
|
|
148
|
+
msgid "view_platform"
|
|
149
|
+
msgstr "view platform"
|
|
150
|
+
|
|
151
|
+
msgid "viewplatform_information"
|
|
152
|
+
msgstr "View Platform Information"
|
|
153
|
+
|
|
154
|
+
msgid "viewlogger_information"
|
|
155
|
+
msgstr ""
|
|
156
|
+
|
|
157
|
+
msgid "view_event"
|
|
158
|
+
msgstr ""
|
|
159
|
+
|
|
160
|
+
msgid "viewinstall_text"
|
|
161
|
+
msgstr ""
|
|
162
|
+
|
|
163
|
+
msgid "viewlistinstall_files"
|
|
164
|
+
msgstr ""
|
|
165
|
+
|
|
166
|
+
msgid "view_photo"
|
|
167
|
+
msgstr "View Photo"
|
|
168
|
+
|
|
169
|
+
msgid "window"
|
|
170
|
+
msgstr "Window"
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
# English Language files for RwdTinker core
|
|
2
|
+
|
|
3
|
+
msgid "applet_installed"
|
|
4
|
+
msgstr ""
|
|
5
|
+
|
|
6
|
+
msgid "application_version"
|
|
7
|
+
msgstr "アプリケーションのバージョン"
|
|
8
|
+
|
|
9
|
+
msgid "cancel"
|
|
10
|
+
msgstr "とりけし"
|
|
11
|
+
|
|
12
|
+
msgid "clickfor_version"
|
|
13
|
+
msgstr "バージョンをクリックして"
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
msgid "clickbelowtoviewlistof_zip"
|
|
17
|
+
msgstr ""
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
msgid "documents"
|
|
21
|
+
msgstr "ドキュメント"
|
|
22
|
+
|
|
23
|
+
msgid "edit"
|
|
24
|
+
msgstr "しゅうろく"
|
|
25
|
+
|
|
26
|
+
msgid "file_name"
|
|
27
|
+
msgstr "ファイル名"
|
|
28
|
+
|
|
29
|
+
msgid "fill_record"
|
|
30
|
+
msgstr ""
|
|
31
|
+
|
|
32
|
+
msgid "help"
|
|
33
|
+
msgstr "ヘルプ"
|
|
34
|
+
|
|
35
|
+
msgid "help_about"
|
|
36
|
+
msgstr "約ヘルプ"
|
|
37
|
+
|
|
38
|
+
msgid "install_applet"
|
|
39
|
+
msgstr "インストール (rwdtinker) アプレット"
|
|
40
|
+
|
|
41
|
+
msgid "jumptoapplication_location"
|
|
42
|
+
msgstr "Jump to Application Location"
|
|
43
|
+
|
|
44
|
+
msgid "list_applets"
|
|
45
|
+
msgstr "アプレットを削除"
|
|
46
|
+
|
|
47
|
+
msgid "listappletsinthegem_directory"
|
|
48
|
+
msgstr "リストアプレット で Gem ディレクトリ"
|
|
49
|
+
|
|
50
|
+
msgid "listappletsavailablefor_installation"
|
|
51
|
+
msgstr "一覧アプレットインストールが可能"
|
|
52
|
+
|
|
53
|
+
msgid "list_files"
|
|
54
|
+
msgstr "リストファイル"
|
|
55
|
+
|
|
56
|
+
msgid "list_installed_gems "
|
|
57
|
+
msgstr "かきつらねる"
|
|
58
|
+
|
|
59
|
+
msgid "list_photos"
|
|
60
|
+
msgstr "写真一覧"
|
|
61
|
+
|
|
62
|
+
msgid "list_zips"
|
|
63
|
+
msgstr "zipファイル一覧"
|
|
64
|
+
|
|
65
|
+
msgid "listzipdirappletsavailable"
|
|
66
|
+
msgstr "一覧 (zip directory) アプレットのインストールが可能"
|
|
67
|
+
|
|
68
|
+
msgid "menu_panel"
|
|
69
|
+
msgstr "メニュー画面"
|
|
70
|
+
|
|
71
|
+
msgid "module_unknown"
|
|
72
|
+
msgstr "未知のモジュール"
|
|
73
|
+
|
|
74
|
+
msgid "next"
|
|
75
|
+
msgstr "次の"
|
|
76
|
+
|
|
77
|
+
msgid "open"
|
|
78
|
+
msgstr "あける"
|
|
79
|
+
|
|
80
|
+
msgid "open_document"
|
|
81
|
+
msgstr "オープンドキュメント"
|
|
82
|
+
|
|
83
|
+
msgid "openselectedhelp_about"
|
|
84
|
+
msgstr "オープンのヘルプに関する選択"
|
|
85
|
+
|
|
86
|
+
msgid "reload_variables"
|
|
87
|
+
msgstr "リロード変数"
|
|
88
|
+
|
|
89
|
+
msgid "remove_applet"
|
|
90
|
+
msgstr "アプレットを削除"
|
|
91
|
+
|
|
92
|
+
msgid "return"
|
|
93
|
+
msgstr "復帰"
|
|
94
|
+
|
|
95
|
+
msgid "rwdtinker_window_2"
|
|
96
|
+
msgstr "RwdTinker ウィンドウ2"
|
|
97
|
+
|
|
98
|
+
msgid "rwdtinker"
|
|
99
|
+
msgstr "RwdTinker"
|
|
100
|
+
|
|
101
|
+
msgid "rwdtinker_back_window"
|
|
102
|
+
msgstr "RwdTinker 後ろの窓"
|
|
103
|
+
|
|
104
|
+
msgid "rwdtinker_help"
|
|
105
|
+
msgstr "RwdTinker ヘルプ"
|
|
106
|
+
|
|
107
|
+
msgid "rwdtinker_help_window"
|
|
108
|
+
msgstr "RwdTinker ウィンドウヘルプ"
|
|
109
|
+
|
|
110
|
+
msgid "showjump_links"
|
|
111
|
+
msgstr "表示移動リンク"
|
|
112
|
+
|
|
113
|
+
msgid "showdocument_list"
|
|
114
|
+
msgstr "文書の一覧を表示する"
|
|
115
|
+
|
|
116
|
+
msgid "showhelpabout_links"
|
|
117
|
+
msgstr "リンクについてヘルプを表示する"
|
|
118
|
+
|
|
119
|
+
msgid "save"
|
|
120
|
+
msgstr "保存する"
|
|
121
|
+
|
|
122
|
+
msgid "save_changes"
|
|
123
|
+
msgstr "変更を保存"
|
|
124
|
+
|
|
125
|
+
msgid "selection_panel"
|
|
126
|
+
msgstr "せんたく"
|
|
127
|
+
|
|
128
|
+
msgid "selection_tab"
|
|
129
|
+
msgstr "タブメニュー"
|
|
130
|
+
|
|
131
|
+
msgid "tinker_logo"
|
|
132
|
+
msgstr "Tinker ロゴ"
|
|
133
|
+
|
|
134
|
+
msgid "tinkerback_window"
|
|
135
|
+
msgstr "Tinker Back Window"
|
|
136
|
+
|
|
137
|
+
msgid "viewapplet_contents"
|
|
138
|
+
msgstr ""
|
|
139
|
+
|
|
140
|
+
msgid "viewalreadyinstalled_applications"
|
|
141
|
+
msgstr ""
|
|
142
|
+
|
|
143
|
+
msgid "viewinstalled_text"
|
|
144
|
+
msgstr ""
|
|
145
|
+
|
|
146
|
+
msgid "view_platform"
|
|
147
|
+
msgstr "表示プラットフォーム"
|
|
148
|
+
|
|
149
|
+
msgid "viewplatform_information"
|
|
150
|
+
msgstr "プラットフォームの情報を表示"
|
|
151
|
+
|
|
152
|
+
msgid "viewlogger_information"
|
|
153
|
+
msgstr ""
|
|
154
|
+
|
|
155
|
+
msgid "view_event"
|
|
156
|
+
msgstr "けんかい ぎょうじょ"
|
|
157
|
+
|
|
158
|
+
msgid "viewinstall_text"
|
|
159
|
+
msgstr "ビューをインストールテキスト"
|
|
160
|
+
|
|
161
|
+
msgid "viewlistinstall_files"
|
|
162
|
+
msgstr "リストファイルをインストール"
|
|
163
|
+
|
|
164
|
+
msgid "view_photo"
|
|
165
|
+
msgstr "写真の表示"
|
|
166
|
+
|
|
167
|
+
msgid "window"
|
|
168
|
+
msgstr "ウィンドウ"
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
# English Language files for RwdTinker core
|
|
2
|
+
|
|
3
|
+
msgid "applet_installed"
|
|
4
|
+
msgstr "Applet geinstalleerd"
|
|
5
|
+
|
|
6
|
+
msgid "application_version"
|
|
7
|
+
msgstr "Application Version"
|
|
8
|
+
|
|
9
|
+
msgid "cancel"
|
|
10
|
+
msgstr "Annuleren"
|
|
11
|
+
|
|
12
|
+
msgid "clickfor_version"
|
|
13
|
+
msgstr "Klier hier voor de Versie"
|
|
14
|
+
|
|
15
|
+
msgid "clickbelowtoviewlistof_zip"
|
|
16
|
+
msgstr "click below to view lists of zips"
|
|
17
|
+
|
|
18
|
+
msgid "documents"
|
|
19
|
+
msgstr "Documenten"
|
|
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 "Module onbekend"
|
|
71
|
+
|
|
72
|
+
msgid "next"
|
|
73
|
+
msgstr "Volgende"
|
|
74
|
+
|
|
75
|
+
msgid "open"
|
|
76
|
+
msgstr "Openen"
|
|
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 Venster"'
|
|
101
|
+
|
|
102
|
+
msgid "rwdtinker_help"
|
|
103
|
+
msgstr "RwdTinker Help"
|
|
104
|
+
|
|
105
|
+
msgid "rwdtinker_help_window"
|
|
106
|
+
msgstr "RWDTinker Help Venster"
|
|
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 "Opslaan"
|
|
119
|
+
|
|
120
|
+
msgid "save_changes"
|
|
121
|
+
msgstr "Save Changes"
|
|
122
|
+
|
|
123
|
+
msgid "selection_panel"
|
|
124
|
+
msgstr '"Selectie Paneel"'
|
|
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 "Venster"
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# part of rwdtinker smalllinux@gmail.com
|
|
2
|
+
# copyleft gpl 2008 Steven Gibson
|
|
3
|
+
|
|
4
|
+
require 'lib/rwdtinker/rwdtinkertools'
|
|
5
|
+
|
|
6
|
+
tmpmodload = '
|
|
7
|
+
def RwdtinkerTools.findfilesp(d)
|
|
8
|
+
|
|
9
|
+
a = Array.new(Dir[d].entries.sort)
|
|
10
|
+
#loop through and get the files names
|
|
11
|
+
a.each do |x|
|
|
12
|
+
#adjust the filters to the files you want to see...
|
|
13
|
+
if(!test(?d,x))
|
|
14
|
+
# only rwd files
|
|
15
|
+
if x =~ /rb|rwd|txt/
|
|
16
|
+
fileA=File.open("#{x}","r") #opens the file thats in fileName as read only
|
|
17
|
+
@@tempdoc+=fileA.read #reads the file into the doc string
|
|
18
|
+
fileA.close
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
def RwdtinkerTools.findprogramfiles(codedir, specificdir = "")
|
|
26
|
+
@@tempdoc = ""
|
|
27
|
+
#get a list of the files and subdirectories on the starting directory only
|
|
28
|
+
a = Array.new(Dir[codedir].entries.sort)
|
|
29
|
+
#loop through the list, ignore the files and add all new directories found
|
|
30
|
+
a.each do |x|
|
|
31
|
+
#if a directory...
|
|
32
|
+
if(test(?d,x))
|
|
33
|
+
# add to the original list of directories
|
|
34
|
+
@@root = x + "/**"
|
|
35
|
+
#adds the new ones to the array
|
|
36
|
+
b = Dir[@@root].entries.sort
|
|
37
|
+
b.each do |x|
|
|
38
|
+
if(test(?d,x))
|
|
39
|
+
a.push(x) #appends to the end of the array...
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
end
|
|
43
|
+
end
|
|
44
|
+
a.each do |x|
|
|
45
|
+
#if it is a file...
|
|
46
|
+
if(!test(?d,x))
|
|
47
|
+
a.delete(x)
|
|
48
|
+
else #it is a directory...
|
|
49
|
+
findfilesp(x + "/**")
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
return @@tempdoc
|
|
53
|
+
end
|
|
54
|
+
'
|
|
55
|
+
|
|
56
|
+
RwdtinkerTools.module_eval(tmpmodload)
|