rwdhypernote 0.15 → 0.16

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.
Files changed (77) hide show
  1. data/code/01rwdcore/01rwdcore.rb +5 -4
  2. data/code/01rwdcore/02helptexthashbegin.rb +13 -11
  3. data/code/01rwdcore/jumplinkcommand.rb +1 -0
  4. data/code/01rwdcore/openhelpwindow.rb +7 -0
  5. data/code/01rwdcore/runhelpabout.rb +6 -1
  6. data/code/01rwdcore/selectiontab.rb +2 -0
  7. data/code/01rwdcore/setuphelpaboutoptions.rb +2 -0
  8. data/code/01rwdcore/setuptinkerdocuments.rb +1 -0
  9. data/code/01rwdcore/uploadreturns.rb +3 -0
  10. data/code/dd0viewphoto/dd0viewphoto.rb +2 -0
  11. data/code/superant.com.dialogmap/changedir.rb +31 -0
  12. data/code/superant.com.dialogmap/clearhypernotescreendisplay.rb +14 -0
  13. data/code/superant.com.dialogmap/clearlinkscreendisplay.rb +13 -0
  14. data/code/superant.com.dialogmap/createnewnote.rb +28 -0
  15. data/code/superant.com.dialogmap/launchurlfile.rb +35 -0
  16. data/code/superant.com.dialogmap/listdirectories.rb +19 -0
  17. data/code/superant.com.dialogmap/listdirectories3.rb +25 -0
  18. data/code/superant.com.dialogmap/listnotedirshtml3.rb +54 -0
  19. data/code/superant.com.dialogmap/loadconfigurationrecord.rb +22 -0
  20. data/code/superant.com.dialogmap/loadconfigurationvariables.rb +14 -0
  21. data/code/superant.com.dialogmap/loadhtmlnoterecord.rb +24 -0
  22. data/code/superant.com.dialogmap/runhypernote.rb +10 -0
  23. data/code/superant.com.dialogmap/runwrdhypernotetxtwindow.rb +10 -0
  24. data/code/superant.com.dialogmap/rwdhypernoteresetdir.rb +7 -0
  25. data/code/superant.com.dialogmap/rwdtinkerversion.rb +10 -0
  26. data/code/superant.com.dialogmap/saveconfigurationrecord.rb +20 -0
  27. data/code/superant.com.dialogmap/savelinkrecord.rb +23 -0
  28. data/code/superant.com.dialogmap/viewdialogmaphtml3.rb +66 -0
  29. data/code/superant.com.dialogmap/xmlprettyprint.rb +65 -0
  30. data/code/superant.com.dialogmap/xmlprettyprint2.rb +74 -0
  31. data/code/superant.com.hypernote/0uninstallapplet.rb +10 -0
  32. data/code/superant.com.hypernote/helptexthashload.rb +21 -0
  33. data/code/superant.com.hypernote/openhelpwindowrwdhyernote.rb +29 -0
  34. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +0 -1
  35. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +2 -0
  36. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +2 -0
  37. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +3 -1
  38. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +2 -0
  39. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +3 -1
  40. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +1 -0
  41. data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +8 -5
  42. data/code/zz0applicationend/zz0end.rb +2 -1
  43. data/configuration/rwdtinker.dist +3 -3
  44. data/configuration/rwdwhypernote.dist +18 -8
  45. data/gui/tinkerbackwindows/superant.com.dialogmap/10appletbegin.rwd +4 -0
  46. data/gui/tinkerbackwindows/superant.com.dialogmap/12dialogview.rwd +65 -0
  47. data/gui/tinkerbackwindows/superant.com.dialogmap/15aviewxml.rwd +32 -0
  48. data/gui/tinkerbackwindows/superant.com.dialogmap/17aviewxml.rwd +28 -0
  49. data/gui/tinkerbackwindows/superant.com.dialogmap/21editnote.rwd +33 -0
  50. data/gui/tinkerbackwindows/{superant.com.hypernote → superant.com.dialogmap}/67viewconfiguration.rwd +1 -1
  51. data/gui/tinkerbackwindows/superant.com.dialogmap/81jumplinkcommands.rwd +17 -0
  52. data/gui/tinkerbackwindows/superant.com.dialogmap/9end.rwd +6 -0
  53. data/init.rb +7 -1
  54. data/installed/rwdwhypernote.inf +4 -1
  55. data/lang/en/rwdcore/en.po +16 -0
  56. data/lang/es/rwdcore/es.po +16 -13
  57. data/lang/fr/rwdcore/fr.po +4 -1
  58. data/lang/hi/rwdcore/hi.po +39 -36
  59. data/lang/ja/rwdcore/ja.po +3 -0
  60. data/lang/nl/rwdcore/nl.po +4 -1
  61. data/rwd_files/HowTo_HyperNote.txt +27 -0
  62. data/rwd_files/HowTo_Tinker.txt +4 -0
  63. data/rwd_files/Maps/Another Brain Jam.mm +116 -0
  64. data/rwd_files/Maps/HR.xml +2 -0
  65. data/rwd_files/Maps/TaoistBooks.mm +82 -0
  66. data/rwd_files/Tinkerhelptexthash.txt +3 -2
  67. data/rwd_files/log/rwdtinker.log +0 -628
  68. data/rwd_files/rwdapplications.html +23 -1
  69. data/{code/superant.com.hypernote/helptexthashrwdhypernote.rb → rwd_files/rwdhypernotehelpfiles.txt} +65 -22
  70. data/tests/makedist-rwdwhypernote.rb +1 -1
  71. data/tests/makedist.rb +1 -1
  72. data/zips/rwdwfoldeditor-0.06.zip +0 -0
  73. data/zips/rwdwhypernote-0.16.zip +0 -0
  74. data/zips/rwdwmpd-0.07.zip +0 -0
  75. metadata +47 -14
  76. data/zips/rwdwfoldeditor-0.05.zip +0 -0
  77. data/zips/rwdwhypernote-0.15.zip +0 -0
@@ -0,0 +1,4 @@
1
+ $rwdguivar=
2
+ "<application>
3
+ <window name=\"rwddialogmapwindow\" title=\"RwdDialogMap RwdTinker\">
4
+ <tabs>"
@@ -0,0 +1,65 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"superantcomdialog01\" caption=\"Dialog View\">
4
+ <table>
5
+ <horizontal>
6
+ <p>
7
+ <button caption=\"Reset to top Dir\" action=\"rwddialogmapresetdir\"/>
8
+ <button caption=\"Display file list\" action=\"saglistdialogmapdirs\"/>
9
+ <button caption=\"Clear view\" action=\"cleardialogview3\"/>
10
+ <button caption=\"Help\" action=\"runhelpwindowrwdhypernote\"/>
11
+ </p>
12
+ </horizontal>
13
+ <row>
14
+ <p align=\"left\"> Directories: <select name=\"a_dialogchoice3a\"> %%dialogchoicepulldown%% </select>
15
+
16
+ <button caption=\"Change Dir\" action=\"sagchangedialogmapdirshttp3\"/>
17
+ <button caption=\"View Dir List\" action=\"rwddialogmapdirectoryview\"/>
18
+ </p>
19
+ </row>
20
+ <horizontal>
21
+
22
+
23
+ </horizontal>
24
+ <horizontal>
25
+ %%dialog_directory3%%
26
+ </horizontal>
27
+ </table>
28
+ <table>
29
+ <horizontal>
30
+ <p>
31
+ <b>1</b>
32
+ <select name=\"a_dialoginput3a\"> %%dialogmapdirectoriesresultA%% </select>
33
+ <button caption=\"view\" action=\"viewdialog3a\"/>
34
+ <button caption=\"launch\" action=\"launchnotehttp3a\"/>
35
+ %%doeslinkexistA%%
36
+ </p>
37
+ </horizontal>
38
+ <horizontal>
39
+ <p>
40
+ <b>2</b>
41
+ <select name=\"a_dialoginput3b\"> %%dialogmapdirectoriesresultB%% </select>
42
+ <button caption=\"view\" action=\"viewdialog3b\"/>
43
+ <button caption=\"launch\" action=\"launchnotehttp3b\"/>
44
+ %%doeslinkexistB%%
45
+ </p>
46
+ </horizontal>
47
+ <horizontal>
48
+ <p>
49
+ <b>3</b>
50
+ <select name=\"a_dialoginput3c\"> %%dialogmapdirectoriesresultC%% </select>
51
+ <button caption=\"view\" action=\"viewdialog3c\"/>
52
+ <button caption=\"launch\" action=\"launchnotehttp3c\"/>
53
+ %%doeslinkexistC%%
54
+ </p>
55
+ </horizontal>
56
+ </table>
57
+ <table>
58
+ <horizontal>
59
+
60
+
61
+ <p>%a_dialogdata3%</p>
62
+ </horizontal>
63
+
64
+ </table>
65
+ </tab>"
@@ -0,0 +1,32 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"superantcommmfile\" caption=\"View MM File\">
4
+
5
+ <table>
6
+ <row>View your note list and detail on this Tab (only click on text files)</row>
7
+ <row> <p> </row>
8
+ <row> <p align=\"right\">XML file:</p> <text size=50 name=\"a_viewdialogxml\"/> </row>
9
+
10
+ </table>
11
+ <horizontal>
12
+ <button caption=\"Open Detail\" action=\"loadxmlrecord\"/>
13
+
14
+ <button caption=\"Clear\" action=\"cleardialogmapscreendisplay\"/>
15
+ <button caption=\"Help\" action=\"runhelpwindowrwdhypernote\"/>
16
+
17
+
18
+
19
+ </horizontal>
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+ <p align=\"left\">
28
+ %xmlfileresult%</p>
29
+
30
+ <p>%%notedirectoriesresult%%</p>
31
+
32
+ </tab>"
@@ -0,0 +1,28 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"superantcomxmlfile\" caption=\"View XML File\">
4
+
5
+ <table>
6
+ <row>View an xml file here</row>
7
+ <row> <p> </row>
8
+ <row> <p align=\"right\">XML file:</p> <text size=50 name=\"a_viewdialogxml2\"/> </row>
9
+
10
+ </table>
11
+ <horizontal>
12
+ <button caption=\"Open Detail\" action=\"loadxmlrecord2\"/>
13
+
14
+ <button caption=\"Clear\" action=\"cleardialogmapscreendisplay2\"/>
15
+ <button caption=\"Help\" action=\"runhelpwindowrwdhypernote\"/>
16
+
17
+ </horizontal>
18
+
19
+
20
+
21
+
22
+
23
+ <p align=\"left\">
24
+ %xmlfileresult2%</p>
25
+
26
+ <p>%%notedirectoriesresult%%</p>
27
+
28
+ </tab>"
@@ -0,0 +1,33 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"superantcomeditnoterecordfile\" caption=\"View/Edit Note\">
4
+
5
+ <table>
6
+ <row>View your text note list and detail on this Tab</row>
7
+ <row> <p> </row>
8
+ <row> <p align=\"right\">Note Record:</p> <text size=55 name=\"a_viewdialogmaphtml\"/> </row>
9
+
10
+ </table>
11
+ <table>
12
+ <horizontal>
13
+ <button caption=\"Open Detail\" action=\"loadhtmldialogmap\"/>
14
+
15
+ <button caption=\"Create New Note\" action=\"sagdialogmapcreatenewnote\"/>
16
+ <button caption=\"Save Changes\" action=\"dialogmapsavelinkrecord\"/>
17
+ <button caption=\"Clear\" action=\"cleardialogmapnotescreendisplayhtml\"/>
18
+ <button caption=\"Help\" action=\"runhelpwindowrwdhypernote\"/>
19
+ </horizontal>
20
+ </table>
21
+ <table>
22
+ <textarea name=\"a_dialogmapdatahtml\"/>
23
+ </table>
24
+ <table>
25
+ <horizontal>
26
+
27
+ <button caption=\"List text Notes\" action=\"listdialogmapdirshtml\"/>
28
+ </horizontal>
29
+
30
+ <p>%%sagdialogmaprecordsresulth%%</p>
31
+
32
+ </table>
33
+ </tab>"
@@ -6,7 +6,7 @@ $rwdguivar=
6
6
 
7
7
  <table>
8
8
  <row> <p> </row>
9
- <row> <p align=\"right\">You can view or edit the rwdschedule configuration file here</row>
9
+ <row> <p align=\"right\">You can view or edit the configuration file here</row>
10
10
  <row> <p> </row>
11
11
  <horizontal>
12
12
  <button caption=\"Fill Record\" action=\"loadrwdhypernoteconfiguration\"/>
@@ -0,0 +1,17 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=selectiontab caption=#{Message[:selection_tab]}>
4
+ <horizontal>
5
+ <button caption=#{Message[:showjump_links]} action=\"showjumplinkoptions\"/>
6
+
7
+ </horizontal>
8
+ <table>
9
+ <select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
10
+
11
+ </table>
12
+
13
+ <horizontal>
14
+ <button caption=#{Message[:jumptoapplication_location]} action=\"runjumplinkcommand\"/>
15
+ </horizontal>
16
+ </tab>
17
+ "
@@ -0,0 +1,6 @@
1
+ $rwdguivar=
2
+ "
3
+ </tabs>
4
+ </window>"
5
+
6
+
data/init.rb CHANGED
@@ -23,13 +23,19 @@
23
23
 
24
24
  require 'logger'
25
25
 
26
- $rwdtinkerlog = Logger.new( 'rwd_files/log/rwdtinker.log', 'weekly' )
26
+ LogDirectory = 'rwd_files/log/'
27
+ logfilelocation = File.join(LogDirectory, 'rwdtinker.log')
28
+
29
+ $rwdtinkerlog = Logger.new( logfilelocation , 'weekly' )
27
30
  $rwdtinkerlog.level = Logger::INFO
28
31
 
29
32
  require "lib/rwd/rwd"
30
33
  require 'fileutils'
31
34
  require 'lib/rconftool'
32
35
 
36
+ $KCODE = 'u'
37
+ require 'jcode'
38
+
33
39
  $progdir = File::expand_path( File.dirname(__FILE__))
34
40
 
35
41
  tempdoc = " "
@@ -1,10 +1,13 @@
1
1
  # rwdwhypernote - hierarchical note editor
2
2
  gui/tinkerbackwindows/superant.com.hypernotetxt
3
3
  gui/tinkerbackwindows/superant.com.hypernote
4
+ gui/tinkerbackwindows/superant.com.dialogmap
4
5
  code/superant.com.hypernote
6
+ code/superant.com.dialogmap
5
7
  tests/makedist-rwdwhypernote.rb
6
8
  tests/gemspec-rwdwhypernote
7
9
  rwd_files/HowTo_HyperNote.txt
8
- configuration/rwdwhypernote.cnf
9
10
  configuration/rwdwhypernote.dist
10
11
 
12
+
13
+
@@ -1,5 +1,8 @@
1
1
  # English Language files for RwdTinker core
2
2
 
3
+ msgid "error_message_id_unknown"
4
+ msgstr "ERROR: Message-ID Unknown"
5
+
3
6
  msgid "applet_installed"
4
7
  msgstr '"applet installed!"'
5
8
 
@@ -164,3 +167,16 @@ msgstr '"View Install Text"'
164
167
 
165
168
  msgid "window"
166
169
  msgstr "Window"
170
+
171
+ msgid "message_general_help"
172
+ msgstr "rwdtinker is the core application for the
173
+ rwdapplications. On the front screen you can view
174
+ documents and make menu choices. On the back
175
+ screen you will find:<p>
176
+ You can work with Applets: go to 'Selection tab', <br>
177
+ On that back screen you will find:<br>
178
+ List Applets: you can see and delete installed applets<br>
179
+ List Zips: you can see lists of applets that you can install<br>
180
+ Edit Configuration: You can view the rwdtinker configuration and change it<br>
181
+ Diagnostic Tab: You can view the environments variables that rwdtinker is running with<br>"
182
+
@@ -1,5 +1,8 @@
1
1
  # Spanish Language files for RwdTinker core
2
2
 
3
+ msgid "error_message_id_unknown"
4
+ msgstr "Identificador de mensaje desconocido"
5
+
3
6
  msgid "applet_installed"
4
7
  msgstr '"applet instalado!"'
5
8
 
@@ -7,16 +10,16 @@
7
10
  msgstr '"Versiones de Aplicacion"'
8
11
 
9
12
  msgid "clear"
10
- msgstr ""
13
+ msgstr "claro"
11
14
 
12
15
  msgid "cancel"
13
- msgstr "Cancelaci�n"
16
+ msgstr "Cancelación"
14
17
 
15
18
  msgid "clickfor_version"
16
19
  msgstr '"click para version"'
17
20
 
18
21
  msgid "clickbelowtoviewlistof_zip"
19
- msgstr "click abajo a ver lista de zips"
22
+ msgstr '"click abajo a ver lista de zips"'
20
23
 
21
24
  msgid "documents"
22
25
  msgstr "Documentos"
@@ -40,7 +43,7 @@ msgid "install_applet"
40
43
  msgstr '"instale (rwdtinker) applet"'
41
44
 
42
45
  msgid "jumptoapplication_location"
43
- msgstr ""
46
+ msgstr '"saltar a la aplicación"'
44
47
 
45
48
  msgid "list_applets"
46
49
  msgstr '"Lista Applets"'
@@ -64,7 +67,7 @@ msgstr '"Lista de Photos"'
64
67
  msgstr '"Lista Zips"'
65
68
 
66
69
  msgid "listzipdirappletsavailable"
67
- msgstr '"Lista (zip directory) applets available for installation"'
70
+ msgstr '"Lista (zip directory) applets disponible para su instalación"'
68
71
 
69
72
  msgid "menu_panel"
70
73
  msgstr '"Panel de herramientas"'
@@ -109,10 +112,10 @@ msgid "rwdtinker_help_window"
109
112
  msgstr '"RwdTinker Ventana Ayuda"'
110
113
 
111
114
  msgid "showdocument_list"
112
- msgstr '"Show Document List"'
115
+ msgstr '"Mostrar lista de documentos"'
113
116
 
114
117
  msgid "showhelpabout_links"
115
- msgstr '"Show Help About Links"'
118
+ msgstr '"Mostrar enlaces de ayuda sobre"'
116
119
 
117
120
  msgid "showjump_links"
118
121
  msgstr '"Mostrar enlace saltar"'
@@ -127,16 +130,16 @@ msgid "rwdtinker"
127
130
  msgstr "RwdTinker"
128
131
 
129
132
  msgid "selection_panel"
130
- msgstr '"Panel de Selecci�n"'
133
+ msgstr '"Panel de Selección"'
131
134
 
132
135
  msgid "tinker_logo"
133
136
  msgstr '"Insignia de Tinker"'
134
137
 
135
138
  msgid "selection_tab"
136
- msgstr '"Tab de Selecci�n"'
139
+ msgstr '"Tab de Selección"'
137
140
 
138
141
  msgid "tinkerback_window"
139
- msgstr '"Tinker Ventana detr�s"'
142
+ msgstr '"Tinker Ventana detrás"'
140
143
 
141
144
  msgid "viewapplet_contents"
142
145
  msgstr '"Ver Applet Contenido"'
@@ -148,13 +151,13 @@ msgid "viewinstalled_text"
148
151
  msgstr '"Ver Instalar Texto"'
149
152
 
150
153
  msgid "view_platform"
151
- msgstr '"view platform"'
154
+ msgstr '"Ver plataforma"'
152
155
 
153
156
  msgid "viewplatform_information"
154
- msgstr ""
157
+ msgstr '"Ver información de plataforma"'
155
158
 
156
159
  msgid "viewlogger_information"
157
- msgstr ""
160
+ msgstr '"Ver diario de pesca"'
158
161
 
159
162
  msgid "view_event"
160
163
  msgstr '"Ver evento"'
@@ -1,5 +1,8 @@
1
1
  # Language files for RwdTinker core
2
-
2
+
3
+ msgid "error_message_id_unknown"
4
+ msgstr ""
5
+
3
6
  msgid "applet_installed"
4
7
  msgstr ""
5
8
 
@@ -1,16 +1,19 @@
1
1
  # Language files for RwdTinker core
2
-
2
+
3
+ msgid "error_message_id_unknown"
4
+ msgstr ""
5
+
3
6
  msgid "applet_installed"
4
7
  msgstr ""
5
8
 
6
9
  msgid "application_version"
7
- msgstr ""
10
+ msgstr "अनुप्रयोग"
8
11
 
9
12
  msgid "cancel"
10
13
  msgstr '"रद्द करें"'
11
14
 
12
15
  msgid "clickfor_version"
13
- msgstr ""
16
+ msgstr "संस्करण"
14
17
 
15
18
  msgid "clickbelowtoviewlistof_zip"
16
19
  msgstr ""
@@ -29,7 +32,7 @@ msgid "file_name"
29
32
  msgstr '"नाम फ़ाइल"'
30
33
 
31
34
  msgid "fill_record"
32
- msgstr ""
35
+ msgstr "भरें"
33
36
 
34
37
  msgid "help"
35
38
  msgstr '"मदद"'
@@ -38,35 +41,35 @@ msgid "file_name"
38
41
  msgstr '"मदद परिचय"'
39
42
 
40
43
  msgid "install_applet"
41
- msgstr ""
44
+ msgstr "प्लग-इन"
42
45
 
43
46
  msgid "jumptoapplication_location"
44
47
  msgstr ""
45
48
 
46
49
  msgid "list_applets"
47
- msgstr ""
50
+ msgstr "सूची प्लग-इन"
48
51
 
49
52
  msgid "listappletsinthegem_directory"
50
- msgstr ""
53
+ msgstr "सूची प्लग-इन"
51
54
 
52
55
  msgid "listappletsavailablefor_installation"
53
- msgstr ""
56
+ msgstr "सूची प्लग-इन"
54
57
 
55
58
  msgid "list_files"
56
- msgstr ""
59
+ msgstr "सूची फ़ाइल"
57
60
 
58
- msgid "list_installed_gems "
59
- msgstr ""
61
+ msgid "list_installed_gems"
62
+ msgstr "सूची"
60
63
 
61
64
  msgid "list_photos"
62
- msgstr ""
65
+ msgstr "सूची तस्वीर"
63
66
 
64
67
  msgid "list_zips"
65
- msgstr ""
68
+ msgstr "सूची"
66
69
 
67
70
  msgid "listzipdirappletsavailable"
68
- msgstr ""
69
-
71
+ msgstr "सूची"
72
+
70
73
  msgid "menu_panel"
71
74
  msgstr ""
72
75
 
@@ -74,25 +77,25 @@ msgid "file_name"
74
77
  msgstr ""
75
78
 
76
79
  msgid "next"
77
- msgstr ""
80
+ msgstr "अग्रेषित कर"
78
81
 
79
82
  msgid "open"
80
- msgstr ""
83
+ msgstr "खोलें"
81
84
 
82
85
  msgid "open_document"
83
- msgstr ""
86
+ msgstr "खोलें दस्तावेज़"
84
87
 
85
88
  msgid "openselectedhelp_about"
86
89
  msgstr ""
87
90
 
88
91
  msgid "reload_variables"
89
- msgstr ""
92
+ msgstr "फिर लोड करें"
90
93
 
91
94
  msgid "remove_applet"
92
95
  msgstr ""
93
96
 
94
97
  msgid "return"
95
- msgstr ""
98
+ msgstr "पीछे"
96
99
 
97
100
  msgid "rwdtinker_window_2"
98
101
  msgstr ""
@@ -110,19 +113,19 @@ msgstr ""
110
113
  msgstr ""
111
114
 
112
115
  msgid "showjump_links"
113
- msgstr ""
116
+ msgstr "प्रदर्शित करें"
114
117
 
115
118
  msgid "showdocument_list"
116
- msgstr ""
119
+ msgstr "प्रदर्शित करें दस्तावेज़ "
117
120
 
118
121
  msgid "showhelpabout_links"
119
- msgstr ""
122
+ msgstr "प्रदर्शित करें मदद परिचय"
120
123
 
121
124
  msgid "save"
122
- msgstr ""
125
+ msgstr "सहेजें"
123
126
 
124
127
  msgid "save_changes"
125
- msgstr ""
128
+ msgstr "सहेजें परिवर्तन"
126
129
 
127
130
  msgid "selection_panel"
128
131
  msgstr ""
@@ -137,34 +140,34 @@ msgid "tinkerback_window"
137
140
  msgstr ""
138
141
 
139
142
  msgid "viewapplet_contents"
140
- msgstr ""
143
+ msgstr "प्रदर्शित करें plugin contents"
141
144
 
142
145
  msgid "viewalreadyinstalled_applications"
143
- msgstr ""
146
+ msgstr "प्रदर्शित करें already installed applications"
144
147
 
145
148
  msgid "viewinstalled_text"
146
- msgstr "View Install Text"
149
+ msgstr "प्रदर्शित करें installed text"
147
150
 
148
151
  msgid "view_platform"
149
- msgstr "view platform"
152
+ msgstr "प्रदर्शित करें platform"
150
153
 
151
154
  msgid "viewplatform_information"
152
- msgstr "View Platform Information"
155
+ msgstr "प्रदर्शित करें platform information"
153
156
 
154
157
  msgid "viewlogger_information"
155
- msgstr ""
158
+ msgstr "प्रदर्शित करें logger information"
156
159
 
157
160
  msgid "view_event"
158
- msgstr ""
161
+ msgstr "प्रदर्शित करें event"
159
162
 
160
163
  msgid "viewinstall_text"
161
- msgstr ""
164
+ msgstr "प्रदर्शित करें install text"
162
165
 
163
166
  msgid "viewlistinstall_files"
164
- msgstr ""
167
+ msgstr "प्रदर्शित करें install files"
165
168
 
166
169
  msgid "view_photo"
167
- msgstr "View Photo"
170
+ msgstr "तस्वीर"
168
171
 
169
172
  msgid "window"
170
- msgstr "Window"
173
+ msgstr "खिड़की"