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
@@ -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
- )
@@ -1,8 +0,0 @@
1
- ##VERSION: (1.80)
2
- #language selection file
3
- ##NAME: ($lang):(1.78)
4
- #$lang = "jp"
5
- $lang= "en"
6
- #$lang= "nl"
7
- #$lang= "es"
8
- #$lang= "fr"
@@ -1,3 +0,0 @@
1
- ##VERSION: (1.80)
2
- $rwdapplicationidentity = "rwdtinker main application"
3
-
@@ -1,24 +0,0 @@
1
- ##VERSION: (1.07)
2
- #rwdaddresses contact book
3
- $photodelay = 1
4
- ##NAME: ($addressfiles_directory):(1.06)
5
- $addressfiles_directory="names"
6
- ##NAME: ($tmpphoto_directory):(1.06)
7
- $tmpphoto_directory = "/tmp"
8
- ##NAME: ($rwdaddresses_ftpsite):(1.06)
9
- $rwdaddresses_ftpsite = "ftp.mysite.com"
10
- ##NAME: ($rwdaddresses_ftplogin):(1.06)
11
- $rwdaddresses_ftplogin = "mylogin"
12
- ##NAME: ($rwdaddresses_ftppassword):(1.06)
13
- $rwdaddresses_ftppassword = "mypassword"
14
- ##NAME: ($rwdaddresses_ftpdirectory):(1.06)
15
- $rwdaddresses_ftpdirectory = "/incoming/rwdnames/"
16
- ##NAME: ($rwdaddresses_updatedirectory):(1.06)
17
- $rwdaddresses_updatedirectory = "updates"
18
- $tinkerdocumentsarray << "HowTo_Addresses.txt"
19
- $tinkerhelpaboutarray << "RwdAddresses"
20
- $testharnessarray << "rwdaddresses_all_tests"
21
- JumpLink.update(:RwdAddressesBackWindow=>"runrwdaddressesbackwindow", :ContactUtilitiesTab=>"runrwdaddressesmenu3", :AddressesTab=>"runrwdaddresseswindow")
22
- $rwdjumplink << "RwdAddressesBackWindow" << "ContactUtilitiesTab" << "AddressesTab"
23
- ##NAME: (RwdAddressesVersion):(1.07)
24
- RwdAddressesVersion = "1.07"
@@ -1,6 +0,0 @@
1
- $rwdguivar=
2
- "
3
- <window name=\"contactphoto\" title=\"Contact Photo\">
4
- <image src=\"contacttmp.jpg\">%a_viewnamedata% </image>
5
- <button caption=\"Return\" action=\"runrwdaddresseswindow\"/>
6
- </window>"
@@ -1,5 +0,0 @@
1
- $rwdguivar=
2
- "
3
- <window name = \"rwdaddressessyncwindow\" title=\"Rwdaddresses Sync Window\">
4
-
5
- <tabs>"
@@ -1,45 +0,0 @@
1
- $rwdguivar=
2
- "
3
- <tab name=\"rwdaddressessynctasks\" caption=\"Rwdaddresses Sync Functions\">
4
-
5
-
6
- <table>
7
- <row> <p align=\"right\"> </row>
8
- <row> <p align=\"right\">Upload Contact records to a ftp server to sync </row>
9
-
10
- <row> <p align=\"right\">Set your ftp details in the configuration file </row>
11
-
12
-
13
- </table>
14
-
15
- <horizontal>
16
- <button caption=\"Download contact files from ftp site\" action=\"downloadrwdaddressfiles\"/>
17
- <button caption=\"Upload contact files to ftp site\" action=\"uploadrwdaddressfiles\"/>
18
- </horizontal>
19
- <horizontal>
20
- <button caption=\"Delete local update files\" action=\"deleterwdaddressesupdatefiles\"/>
21
- <button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
22
-
23
- </horizontal>
24
- <p>%rwdaddressesftpdisplay%</p>
25
-
26
- <table>
27
- <row> <p align=\"right\"> </row>
28
-
29
- </table>
30
-
31
-
32
- <horizontal>
33
- <button caption=\"Sync Local data with downloaded data\" action=\"syncrwdaddressdata\"/>
34
-
35
-
36
- </horizontal>
37
-
38
-
39
-
40
- <p>%rwdaddressessyncresult%</p>
41
-
42
- </tab>"
43
-
44
-
45
-
@@ -1,23 +0,0 @@
1
- $rwdguivar=
2
- "
3
- <tab name=\"diagnostictab\" caption=\"Diagnostic Tab\">
4
-
5
-
6
-
7
- <table>
8
- <row> <p> </row>
9
-
10
- </table>
11
-
12
- <horizontal>
13
- <button caption=\"view platform\" action=\"runviewplatform\"/>
14
-
15
- </horizontal>
16
-
17
- <p>%platformdisplay%</p>
18
-
19
-
20
- </tab>"
21
-
22
-
23
-
@@ -1,34 +0,0 @@
1
- $rwdguivar=
2
- "
3
- <tab name=\"viewaddressesconfiguration\" caption=\"RwdAddresses Configuration\">
4
-
5
-
6
-
7
- <table>
8
- <row> <p> </row>
9
- <row> <p align=\"right\">You can view or edit the rwdaddresses configuration file here</row>
10
- <row> <p> </row>
11
- <horizontal>
12
- <button caption=\"Fill Record\" action=\"loadrwdaddressesconfiguration\"/>
13
- <button caption=\"Save Changes\" action=\"saverwdaddressesconfiguration\"/>
14
- <button caption=\"Reload Variables\" action=\"loadrwdaddressesconfigurationvariables\"/>
15
- <button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
16
-
17
- </horizontal>
18
- <horizontal>
19
- %a_adconfigurationfilename%
20
- </horizontal>
21
-
22
-
23
- <table>
24
-
25
- <textarea name=\"a_adconfigurationfile\"/> </row>
26
-
27
- </table>
28
- <p>
29
- <p>%newadconfigurationresult%</p>
30
-
31
-
32
-
33
- </tab>"
34
-
@@ -1,11 +0,0 @@
1
- $rwdguivar=
2
- "
3
- <tab name=\"selectiontab\" caption=#{Message[:selection_panel]}>
4
-
5
- <table>
6
- <row> <p align=\"right\">Open a new location </row>
7
-
8
- </table>
9
- "
10
-
11
-
@@ -1,15 +0,0 @@
1
- $rwdguivar=
2
- "
3
- <horizontal>
4
- <button caption=\"Show Jump Links\" action=\"showjumplinkoptions\"/>
5
-
6
- </horizontal>
7
- <table>
8
- <select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
9
-
10
- </table>
11
-
12
- <horizontal>
13
- <button caption=\"Jump to Application Location\" action=\"runjumplinkcommand\"/>
14
- </horizontal>
15
- "
@@ -1,7 +0,0 @@
1
- # rwdaddresses sample data
2
- names/Angelina Jolie.nam
3
- names/Steven Gibson.nam
4
- names/Angelina Jolie.jpg
5
- names/Steven Gibson.jpg
6
- names/elektra.nam
7
- names/elektra.jpg
@@ -1,13 +0,0 @@
1
- # rwdaddresses - applet
2
- gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow
3
- gui/tinkerbackwindows/superant.com.addressesphotowindow
4
- gui/tinkerbackwindows/superant.com.rwdaddresses
5
- code/superant.com.rwdaddresses
6
- rwd_files/HowTo_Addresses.txt
7
- rwd_files/contacttmp.jpg
8
- configuration/rwdwaddresses.dist
9
- configuration/rwdwaddresses.cnf
10
- names/nophoto.jpg
11
- updates/temp.rb
12
- tests/makedist-rwdwaddesses.rb
13
- tests/gemspec-rwdwaddresses
@@ -1,59 +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
- :viewlogger_information => '"View Logger Information"',
55
- :view_event => '"View event"',
56
- :viewinstall_text => '"View Install Text"' ,
57
- :viewlistinstall_files => '"View List of Installed Files"',
58
- :view_photo => '"View Photo"',
59
- :window => "Window" ,
@@ -1,63 +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
- :viewlogger_information => '"View Logger Information"',
59
- :view_event => '"Ver evento"',
60
- :viewinstall_text => '"Ver Texto"' ,
61
- :viewlistinstall_files => '"View List of Installed Files"',
62
- :view_photo => '"Ver Photo"' ,
63
- :window => "Ventana" ,
@@ -1,65 +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
- :gemcommands => '"Gem Commands"',
14
- :gemfiles => '"Gem Files"' ,
15
- :gemdocs => '"Gem Documents"' ,
16
- :gem_name => '"Gem Name"' ,
17
- :help => '"Help"',
18
- :help_about => '"Help About"',
19
- :installgem => '"Install Gem"' ,
20
- :install_applet => '"install (rwdtinker) applet"',
21
- :jumptoapplication_location => '"Jump to Application Location"',
22
- :list_applets => '"List Applets"',
23
- :listappletsinthegem_directory => '"List applets in the Gem Directory"',
24
- :listappletsavailablefor_installation => "List applets available for installation",
25
- :list_files => '"List Files"',
26
- :list_installed_gems => '"List installed Gems"' ,
27
- :list_photos => '"List Photos"',
28
- :list_zips => '"List Zips"',
29
- :listzipdirappletsavailable => '"List (zip directory) applets available for installation"',
30
- :menu_panel => '"Menu Panel"',
31
- :module_unknown => '"Unknown Module"',
32
- :next => '"Next"',
33
- :open => "Open",
34
- :open_document => '"Open Document"',
35
- :openselectedhelp_about => '"Open selected help about"',
36
- :reload_variables => '"Reload Variables"' ,
37
- :remove_applet => '"remove applet"',
38
- :return => "Return",
39
- :rwdtinker_window_2 => "RwdTinker Window 2",
40
- :rwdtinker => "RwdTinker",
41
- :rwdtinker_back_window => '"RwdTinker Back Window"',
42
- :rwdtinker_help => '"RwdTinker Help"',
43
- :rwdtinker_help_window => '"RwdTinker Help Window"',
44
- :showjump_links => '"Show Jump Links"',
45
- :showdocument_list => '"Show Document List"',
46
- :showhelpabout_links => '"Show Help About Links"',
47
-
48
- :save => "Save" ,
49
- :save_changes => '"Save Changes"',
50
- :selection_panel => '"Selection Panel"',
51
- :selection_tab => '"Selection Tab"',
52
- :tinker_logo => "Tinker Logo",
53
- :tinkerback_window => '"Tinker Back Window"',
54
- :viewapplet_contents => '"View Applet Contents"',
55
- :viewalreadyinstalled_applications => '"View already installed GEM applications"',
56
- :viewinstalled_text => '"View Install Text"',
57
- :view_platform => '"view platform"',
58
- :viewplatform_information => '"View Platform Information"',
59
- :viewlogger_information => '"View Logger Information"',
60
- :view_event => '"View event"',
61
- :view_gem => '"View Gem"',
62
- :viewinstall_text => '"View Install Text"' ,
63
- :viewlistinstall_files => '"View List of Installed Files"',
64
- :view_photo => '"View Photo"',
65
- :window => "Window" ,
@@ -1,73 +0,0 @@
1
- # Japanese Language files for RwdTinker core
2
- :cancel => "とりけし",
3
- :open => "あける",
4
- :view_event => "けんかい ぎょうじょ",
5
- :edit_event => "しゅうろく",
6
- :install_gem => "インストール",
7
- :list_installed_gems => "かきつらねる",
8
- :view_gem => "けんかい",
9
- :edit => "しゅうろく",
10
- :gem_commands => "コマンド",
11
- :gem_files => "ファイル",
12
- :gem_docs => "しょるい",
13
- :gem_name => "こうもくめい",
14
- :selection_panel => "&#12379;&#12435;&#12383;&#12367",
15
- :documents => "&#12458;&#12531;&#12521;&#12452;&#12531;&#12510;&#12491;&#12517;&#12450;&#12523",
16
-
17
- # English Language files for RwdTinker core
18
-
19
- :applet_installed => '"applet installed!"',
20
- :application_version => '"Application Version"',
21
- :clear => "Clear",
22
- :clickfor_version => "Click for Version" ,
23
- :clickbelowtoviewlistof_zip => '"click below to view lists of zips"',
24
-
25
- :file_name => '"File Name:"',
26
- :fill_record => '"Fill Record"',
27
- :help => '"Help"',
28
- :help_about => '"Help About"',
29
-
30
- :install_applet => '"install (rwdtinker) applet"',
31
- :jumptoapplication_location => '"Jump to Application Location"',
32
- :list_applets => '"List Applets"',
33
- :listappletsinthegem_directory => '"List applets in the Gem Directory"',
34
- :listappletsavailablefor_installation => "List applets available for installation",
35
- :list_files => '"List Files"',
36
-
37
- :list_photos => '"List Photos"',
38
- :list_zips => '"List Zips"',
39
- :listzipdirappletsavailable => '"List (zip directory) applets available for installation"',
40
- :menu_panel => '"Menu Panel"',
41
- :module_unknown => '"Unknown Module"',
42
- :next => '"Next"',
43
-
44
- :open_document => '"Open Document"',
45
- :openselectedhelp_about => '"Open selected help about"',
46
- :reload_variables => '"Reload Variables"' ,
47
- :remove_applet => '"remove applet"',
48
- :return => "Return",
49
- :rwdtinker_window_2 => "RwdTinker Window 2",
50
- :rwdtinker => "RwdTinker",
51
- :rwdtinker_back_window => '"RwdTinker Back Window"',
52
- :rwdtinker_help => '"RwdTinker Help"',
53
- :rwdtinker_help_window => '"RwdTinker Help Window"',
54
- :showjump_links => '"Show Jump Links"',
55
- :showdocument_list => '"Show Document List"',
56
- :showhelpabout_links => '"Show Help About Links"',
57
-
58
- :save => "Save" ,
59
- :save_changes => '"Save Changes"',
60
-
61
- :selection_tab => '"Selection Tab"',
62
- :tinker_logo => "Tinker Logo",
63
- :tinkerback_window => '"Tinker Back Window"',
64
- :viewapplet_contents => '"View Applet Contents"',
65
- :viewalreadyinstalled_applications => '"View already installed GEM applications"',
66
- :viewinstalled_text => '"View Install Text"',
67
- :view_platform => '"view platform"',
68
- :viewplatform_information => '"View Platform Information"',
69
- :viewlogger_information => '"View Logger Information"',
70
- :viewinstall_text => '"View Install Text"' ,
71
- :viewlistinstall_files => '"View List of Installed Files"',
72
- :view_photo => '"View Photo"',
73
- :window => "Window" ,
@@ -1,76 +0,0 @@
1
- # English Language files for RwdTinker core
2
-
3
- :cancel => '"Annuleren"',
4
- :open => '"Openen"',
5
- :save => '"Opslaan"',
6
- :window => '"Venster"',
7
- :applet_installed => '"Applet geinstalleerd"',
8
- :clickfor_version => '"Klier hier voor de Versie"',
9
- :documents => '"Documenten"',
10
- :help => '"Help"',
11
- :module_unknown => '"Module onbekend"',
12
- :next => '"Volgende"',
13
- :rwdtinker => '"RWDTinker"',
14
- :rwdtinker_help_window => '"RWDTinker Help Venster"',
15
- :rwdtinker_help => '"RWDTinker Help"',
16
- :rwdtinker_window_2 => '"RWDTinker Venster 2"',
17
- :rwdtinker_back_window => '"RwdTinker Back Venster"',
18
- :tinker_logo => '"RWDTinker Logo"',
19
- :selection_panel => '"Selectie Paneel"',
20
- # English Language files for RwdTinker core
21
-
22
-
23
- :applet_installed => '"applet installed!"',
24
- :application_version => '"Application Version"',
25
- :clear => "Clear",
26
- :clickfor_version => "Click for Version" ,
27
- :clickbelowtoviewlistof_zip => '"click below to view lists of zips"',
28
-
29
- :edit => "edit" ,
30
- :file_name => '"File Name:"',
31
- :fill_record => '"Fill Record"',
32
- :help => '"Help"',
33
- :help_about => '"Help About"',
34
- :install_applet => '"install (rwdtinker) applet"',
35
- :jumptoapplication_location => '"Jump to Application Location"',
36
- :list_applets => '"List Applets"',
37
- :listappletsinthegem_directory => '"List applets in the Gem Directory"',
38
- :listappletsavailablefor_installation => "List applets available for installation",
39
- :list_files => '"List Files"',
40
- :list_installed_gems => '"List installed Gems"' ,
41
- :list_photos => '"List Photos"',
42
- :list_zips => '"List Zips"',
43
- :listzipdirappletsavailable => '"List (zip directory) applets available for installation"',
44
- :menu_panel => '"Menu Panel"',
45
-
46
-
47
- :open_document => '"Open Document"',
48
- :openselectedhelp_about => '"Open selected help about"',
49
- :reload_variables => '"Reload Variables"' ,
50
- :remove_applet => '"remove applet"',
51
- :return => "Return",
52
- :rwdtinker_window_2 => "RwdTinker Window 2",
53
- :rwdtinker => "RwdTinker",
54
- :rwdtinker_back_window => '"RwdTinker Back Window"',
55
- :rwdtinker_help => '"RwdTinker Help"',
56
- :rwdtinker_help_window => '"RwdTinker Help Window"',
57
- :showjump_links => '"Show Jump Links"',
58
- :showdocument_list => '"Show Document List"',
59
- :showhelpabout_links => '"Show Help About Links"',
60
-
61
-
62
- :save_changes => '"Save Changes"',
63
- :selection_tab => '"Selection Tab"',
64
- :tinker_logo => "Tinker Logo",
65
- :tinkerback_window => '"Tinker Back Window"',
66
- :viewapplet_contents => '"View Applet Contents"',
67
- :viewalreadyinstalled_applications => '"View already installed GEM applications"',
68
- :viewinstalled_text => '"View Install Text"',
69
- :view_platform => '"view platform"',
70
- :viewplatform_information => '"View Platform Information"',
71
- :viewlogger_information => '"View Logger Information"',
72
- :view_event => '"View event"',
73
- :viewinstall_text => '"View Install Text"' ,
74
- :viewlistinstall_files => '"View List of Installed Files"',
75
- :view_photo => '"View Photo"',
76
-
Binary file
@@ -1,8 +0,0 @@
1
- Angelina Jolie
2
-
3
- U.S.A.
4
-
5
-
6
- Actor
7
- Lara Croft - Tomb Raider
8
- Oscar in 2000 for Girl, Interupted
@@ -1,8 +0,0 @@
1
- BEGIN:VCARD
2
- VERSION:3.0
3
- FN:Angelina Jolie
4
- N:Angelina Jolie;;;;
5
- ADR;type=home,pref:;;home address;U.S.A.;;;rwdaddress
6
- TEL;type=home:555
7
- EMAIL;type=home:a@localhost
8
- END:VCARD
Binary file
@@ -1,5 +0,0 @@
1
- Steven Gibson
2
- P.O. Box 91418
3
- Pasadena, CA 91109
4
- 562-900-2834
5
- steven@superant.com
data/names/elektra.jpg DELETED
Binary file