rwddialogmap 0.01 → 0.02

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) 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.dialogmap/0uninstallapplet.rb +6 -1
  5. data/code/superant.com.dialogmap/createnewnote.rb +1 -1
  6. data/code/superant.com.dialogmap/helptexthashload.rb +21 -0
  7. data/code/superant.com.dialogmap/loadconfigurationrecord.rb +1 -1
  8. data/code/superant.com.dialogmap/loadconfigurationvariables.rb +1 -1
  9. data/code/superant.com.dialogmap/saveconfigurationrecord.rb +1 -1
  10. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +62 -132
  11. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +9 -7
  12. data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +6 -6
  13. data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +13 -0
  14. data/configuration/rwdtinker.dist +3 -3
  15. data/configuration/{rwdwdialogmap-0.01.dist → rwdwdialogmap.dist} +5 -3
  16. data/configuration/tinkerwin2variables.dist +7 -2
  17. data/gui/tinkerbackwindows/superant.com.slideshow/10appletbegin.rwd +4 -0
  18. data/gui/tinkerbackwindows/superant.com.slideshow/11viewnamedata.rwd +19 -0
  19. data/gui/tinkerbackwindows/superant.com.slideshow/13listnamerecordfiles.rwd +21 -0
  20. data/gui/tinkerbackwindows/superant.com.slideshow/16editrecord.rwd +39 -0
  21. data/gui/tinkerbackwindows/superant.com.slideshow/17viewvcardrecord.rwd +32 -0
  22. data/gui/tinkerbackwindows/superant.com.slideshow/18contactutilities.rwd +34 -0
  23. data/gui/tinkerbackwindows/superant.com.slideshow/81jumplinkcommands.rwd +17 -0
  24. data/gui/tinkerbackwindows/superant.com.slideshow/9end.rwd +6 -0
  25. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdlogfile.rwd +20 -0
  26. data/init.rb +59 -163
  27. data/installed/{rwdwdialogmap-0.01.inf → rwdwdialogmap.inf} +1 -2
  28. data/lang/en/rwdcore/en.po +166 -0
  29. data/lang/es/rwdcore/es.po +172 -0
  30. data/lang/fr/rwdcore/fr.po +166 -0
  31. data/lang/hi/rwdcore/hi.po +170 -0
  32. data/lang/ja/rwdcore/ja.po +168 -0
  33. data/lang/nl/rwdcore/nl.po +166 -0
  34. data/lib/rwd/net.rb +8 -7
  35. data/lib/rwd/rwd.rb +34 -31
  36. data/lib/rwdthemes/default.rwd +1 -1
  37. data/lib/rwdtinker/rwdcodedir.rb +56 -0
  38. data/lib/rwdtinker/rwdguidir.rb +57 -0
  39. data/lib/rwdtinker/rwdlangdir.rb +60 -0
  40. data/lib/rwdtinker/rwdtinkertools.rb +25 -0
  41. data/rwd_files/HowTo_Tinker.txt +26 -7
  42. data/rwd_files/Tinkerhelptexthash.txt +81 -0
  43. data/rwd_files/log/rwdtinker.log +7249 -0
  44. data/{code/superant.com.dialogmap/helptexthashrwdhypernote.rb → rwd_files/rwddialogmaphelpfiles.txt} +6 -3
  45. data/rwddialogmap-0.02.gem +0 -0
  46. data/tests/makedist-rwdwdialogmap.rb +2 -2
  47. data/tests/makedist.rb +2 -2
  48. data/zips/{rwdwcalc-0.62.zip → rwdwcalc-0.63.zip} +0 -0
  49. data/zips/rwdwdialogmap-0.02.zip +0 -0
  50. data/zips/rwdwfoldeditor-0.06.zip +0 -0
  51. data/zips/rwdwmovies-0.98.zip +0 -0
  52. data/zips/{rwdwruby-1.07.zip → rwdwruby-1.08.zip} +0 -0
  53. data/zips/rwdwschedule-1.05.zip +0 -0
  54. data/zips/tinkerbellw-0.03.zip +0 -0
  55. data/zips/wrubyslippers-1.08.zip +0 -0
  56. metadata +38 -22
  57. data/code/01rwdcore/04helptextend.rb +0 -6
  58. data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +0 -61
  59. data/configuration/language.dist +0 -8
  60. data/configuration/rwdapplicationidentity.dist +0 -3
  61. data/lang/en/rwdcore/languagefile.rb +0 -58
  62. data/lang/es/rwdcore/languagefile-es.rb +0 -62
  63. data/lang/fr/rwdcore/languagefile.rb +0 -64
  64. data/lang/jp/rwdcore/languagefile.rb +0 -72
  65. data/lang/nl/rwdcore/languagefile.rb +0 -75
  66. data/zips/rwdwaddresses-1.06.zip +0 -0
  67. data/zips/rwdwdialogmap-0.01.zip +0 -0
  68. data/zips/rwdwfoldeditor-0.04.zip +0 -0
  69. data/zips/rwdwgutenberg-0.09.zip +0 -0
  70. data/zips/tinkerbellw-0.02.zip +0 -0
  71. data/zips/wrubyslippers-1.06.zip +0 -0
@@ -4,5 +4,4 @@ code/superant.com.dialogmap
4
4
  tests/makedist-rwdwdialogmap.rb
5
5
  tests/gemspec-rwdwdialogmap
6
6
  rwd_files/HowTo_DialogMap.txt
7
- configuration/rwdwdialogmap-0.01.dist
8
- configuration/rwdwdialogmap-0.01.cnf
7
+ configuration/rwdwdialogmap.dist
@@ -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"'
@@ -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"