home *** CD-ROM | disk | FTP | other *** search
/ Merciful 3 / Merciful_Release_3.bin / software / w / wbstartup+v2.7.lha / WBStartup+V2.7 / Locale / WBStartupPlusPrefs.cd < prev    next >
Text File  |  1995-11-01  |  3KB  |  154 lines

  1. ; WBStartup+Prefs.cd
  2. ; The language of the builtin strings:
  3. #language english
  4. ;
  5. ; The catalog version, used for a call to Locale/OpenCatalog().
  6. ; This is different to Exec/OpenLibrary(): 0 means any catalog
  7. ; version, other numbers must match exactly!
  8. #version 0
  9. ;
  10. ; This defines a string and the ID which allows to use it.
  11. ; The number 4 says, that this string must not be shorter than
  12. ; 4 characters.
  13. ;
  14. ;
  15. ;Program Name is displayed in the Title of the listview gadget
  16. STRProgramName (//)
  17. Program Name
  18. ;
  19. ;Priority is displayed in the title of the listview gadget, and as the window title of the priority change window
  20. STRPriority (//)
  21. Priority
  22. ;
  23. STRRequiredDosVer (//)
  24. You must have AmigaDOS 3.x
  25. ;
  26. STRCouldntLockDir (//)
  27. Couldn't lock directory.
  28. ;
  29. ;All Variable names ending with "Menu" are pulldown menu items.
  30. STRProjectMenu (//)
  31. Project
  32. ;
  33. STRSaveMenu (//)
  34. Save...
  35. ;
  36. STRAboutMenu (//)
  37. About...
  38. ;
  39. STRQuitMenu (//)
  40. Quit
  41. ;
  42. STREditMenu (//)
  43. Edit
  44. ;
  45. ;Restores the settings to the what they were when the program was loaded
  46. STRRestoreMenu (//)
  47. Restore
  48. ;
  49. ;Icon Window brings up the icon information window for the selected program
  50. STRIconWindowMenu (//)
  51. Icon Window...
  52. ;
  53. STRCreateGroupMenu (//)
  54. Create Group...
  55. ;
  56. STRModifyGroupMenu (//)
  57. Modify Group...
  58. ;
  59. STRDeleteGroupMenu (//)
  60. Delete Group...
  61. ;
  62. ;Sort -- meaning the way the listed programs are to be sorted
  63. STRSortMenu (//)
  64. Sort
  65. ;
  66. ;Sort the list alphabetically
  67. STRAlphabeticallyMenu (//)
  68. Alphabetically
  69. ;
  70. ;Sort the list by priority
  71. STRPriorityMenu (//)
  72. Priority
  73. ;
  74. STRSelectMenu (//)
  75. Select
  76. ;
  77. STRAllMenu (//)
  78. All
  79. ;
  80. STRNoneMenu (//)
  81. None
  82. ;
  83. STRToggleMenu (//)
  84. Toggle
  85. ;
  86. STRGroupMenu (//)
  87. Group...
  88. ;
  89. STRSaving (//)
  90. Saving...
  91. ;
  92. STRGroupName (//)
  93. Group Name
  94. ;
  95. STRCopyingFiles (//)
  96. Copying File(s)...
  97. ;
  98. ;Ok -- is usually used in a button gadget, as opposed to Cancel
  99. STROk (//)
  100. Ok
  101. ;
  102. ;Cancel -- usually used in a button gagdet
  103. STRCancel (//)
  104. Cancel
  105. ;
  106. ;Save -- usually used in a button gadget
  107. STRSave (//)
  108. Save
  109. ;
  110. ;AskSaveGroups -- Ask the user if the modified groups should be saved
  111. STRAskSaveGroups (//)
  112. Save Modified Groups?
  113. ;
  114. ;The | must exist between the words in STRSaveNoGadget!!!
  115. STRSaveNoGadget (//)
  116. Save|No
  117. ;
  118. ;STRAbout MUST contain 3 %s     They are for the version, copyright, and the date in that order.
  119. STRAbout (//)
  120. WBStartup+Prefs v%s   %s  All Rights Reserved.\n\n\
  121. Written By:  John Hughes        %s\n\n\
  122. IRC:  hughes   on #amiga\n\
  123. E-Mail:  johughes@heartland.bradley.edu\n\
  124. WWW:  http://rhf.bradley.edu/~jhughes/\n\n\
  125. WBStartup+ and WBStartup+Prefs are Postcardware.  If you use this software, please\n\
  126. send a postcard of your country or city to:\n\
  127.     John Hughes\n\
  128.     901 Highview Rd.\n\
  129.     East Peoria, IL  61611  USA
  130. ;
  131. ;AddPrograms -- The title of the window that appears when you drop a WB icon in the main window
  132. STRAddPrograms (//)
  133. Add Program(s)
  134. ;
  135. STREnabled (//)
  136. Enabled
  137. ;
  138. STRDisabled (//)
  139. Disabled
  140. ;
  141. STRCopyFile (//)
  142. Copy File(s)
  143. ;
  144. STRMoveFile (//)
  145. Move File(s)
  146. ;
  147. ;StatusOfPrograms -- Meaning should the programs be enabled or disabled
  148. STRStatusOfPrograms (//)
  149. Status of Program(s)
  150. ;
  151. ;Operation -- Meaning which operation to do ... copy files  or  move files
  152. STROperation (//)
  153. Operation
  154.