home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / opendc12.zip / od124os2.exe / od12osp1.exe / src / basecntr / en_US / iodbasec.msg < prev    next >
Text File  |  1997-04-02  |  7KB  |  177 lines

  1. $ ====START_GENERATED_PROLOG======================================
  2. $    COMPONENT_NAME: odbasecntr
  3. $    CLASSES: none
  4. $    ORIGINS: 82,27
  5. $    (C) COPYRIGHT International Business Machines Corp. 1995,1996
  6. $    All Rights Reserved
  7. $    Licensed Materials - Property of IBM
  8. $    US Government Users Restricted Rights - Use, duplication or
  9. $    disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  10. $        
  11. $    IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  12. $    ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  13. $    PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  14. $    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  15. $    USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  16. $    OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
  17. $    OR PERFORMANCE OF THIS SOFTWARE.
  18. $ ====END_GENERATED_PROLOG========================================
  19.  
  20. $ @(#)Z 1.19 com/src/samples/basecntr/en_US/iodbasec.msg, odbasepart, od96os2, odos29712d 97/03/21 17:45:32 (97/02/12 19:27:00)
  21. $
  22. $ /********************************************************************/
  23. $ /*  Licensed Materials - Property of IBM                            */
  24. $ /*                                                                  */
  25. $ /*                                                                  */
  26. $ /* Copyright (C) International Business Machines Corp., 1996.       */
  27. $ /*                                                                  */
  28. $ /*  US Government Users Restricted Rights -                         */
  29. $ /*  Use, duplication, or disclosure restricted                      */
  30. $ /*  by GSA ADP Schedule Contract with IBM Corp.                     */
  31. $ /*                                                                  */
  32. $ /*          05/15/96  oof     Original File                         */
  33. $ /********************************************************************/
  34. $
  35. $ This is the message file for Base Container Part on NT, Win95 and OS/2.
  36. $
  37.  
  38.  
  39. $ -------------------------------------------------------------
  40. $ BaseContainer Part Messages in ENGLISH
  41. $ -------------------------------------------------------------
  42. $quote "
  43.  
  44. $set BCMSG_SET
  45.  
  46. $ -------------------------------------------------------------
  47. $ A word to the translator on translating mnemonics:
  48. $
  49. $   A mnemonic is a single character, within the text of a menu 
  50. $   choice, identified by an underscore beneath the character.
  51. $   Typing that character while the menu is active will select
  52. $   that choice.
  53. $
  54. $   Whenever we assigned a mnemonic to a menu choice, we have 
  55. $   defined 3 strings for the choice text-- one for each 
  56. $   platform. The OS/2 string will contain a '~' before the 
  57. $   letter that has been chosen for the mnemonic. On Windows it 
  58. $   will be an '&'. On UNIX we don't support mnemonics.
  59. $
  60. $   We suggest that, when translating strings with mnemonics
  61. $   to a language with a different alphabet, you translate only
  62. $   the menu text and add beside it the original mnemonic
  63. $   in parenthesis. For example, if the original Windows string
  64. $   is "&Edit" then the translated string would be "XXXXX(&E)",
  65. $   where XXXXX is the translation of the "Edit" string.
  66. $   
  67. $   If the suggested translation approach is not followed, it
  68. $   is imperative that the menues be tested for mnemonic 
  69. $   collisions. Testing should ensure that no two active menu
  70. $   choices have the same character for their mnemonics.
  71. $ -------------------------------------------------------------
  72.  
  73.  
  74. $ -------------------------------------------------------------
  75. $ Embedded Part Pulldown Menu
  76. $
  77. $       Some Opendoc parts are called Container parts because
  78. $       other parts can be embedded within them. The embedding
  79. $       parts are selected from the "Embed" pulldown menu.
  80. $
  81. $ -------------------------------------------------------------
  82.  
  83. BC_EMBED_UNX     "Embed"
  84. BC_EMBED_OS2     "E~mbed"
  85. BC_EMBED_WIN     "E&mbed"
  86.  
  87.  
  88. $ -------------------------------------------------------------
  89. $ MOVE and RESIZE actions in the EDIT menu
  90. $
  91. $       The "MOVE" action allows users to move selected embedded
  92. $       parts around on the display. They select them with the
  93. $       mouse, choose "MOVE" from the EDIT menu, and then move
  94. $       mouse cursor to the new location and click once to
  95. $       complete the move action.
  96. $
  97. $       The "Move to Front" action moves a partially hidden part
  98. $       to the front of the display.
  99. $
  100. $       The "Move to Back" action moves the selected part behind
  101. $       other parts on the display, so that other parts can be
  102. $       seen more easily.
  103. $
  104. $       The "Resize" action resizes the selected part on the display
  105. $       as based on where the mouse is moved to and clicked.
  106. $ -------------------------------------------------------------
  107.  
  108. BC_MOVE_UNX        "Move"
  109. BC_MOVE_OS2        "~Move"
  110. BC_MOVE_WIN        "&Move"
  111.  
  112. BC_MOVE2FRONT_UNX  "Move To Front"
  113. BC_MOVE2FRONT_OS2  "Move To F~ront"
  114. BC_MOVE2FRONT_WIN  "Move To F&ront"
  115.  
  116. BC_MOVE2BACK_UNX   "Move To Back"
  117. BC_MOVE2BACK_OS2   "Move To ~Back"
  118. BC_MOVE2BACK_WIN   "Move To &Back"
  119.  
  120. BC_RESIZE_UNX      "Resize"
  121. BC_RESIZE_OS2      "Resi~ze"
  122. BC_RESIZE_WIN      "Resi&ze"
  123.  
  124. $ -------------------------------------------------------------
  125. $ Color Pulldown Menu
  126. $
  127. $       On certain platforms a color menu will be available to
  128. $       allow the active part's background color to change.
  129. $ -------------------------------------------------------------
  130.  
  131. BC_OPTIONS_UNX     "Options"
  132. BC_OPTIONS_OS2     "~Options"
  133. BC_OPTIONS_WIN     "&Options"
  134.  
  135. BC_COLOR_CHG_UNX   "Change Background"
  136. BC_COLOR_CHG_OS2   "~Change Background"
  137. BC_COLOR_CHG_WIN   "&Change Background"
  138.  
  139. $ -------------------------------------------------------------
  140. $ Warning Messages for an Invalid Pulldown menu or action
  141. $
  142. $       The OpenDoc programmer must provide the text for a custom
  143. $       menuitem and change the corresponding Menu event code to
  144. $       recognize the custom menu. If this isn't done then the
  145. $       warning text "Don't know how to handle this menu choice: %d"
  146. $       will appear.
  147. $
  148. $       The %d refers to the MENU_ID number that the programmer
  149. $       assigned to this menuitem. The programmer can then use
  150. $       this warning + MENU_ID to isolate and fix the problem
  151. $       in the part source code.
  152. $ -------------------------------------------------------------
  153.  
  154. BC_MENUBAR_WARNING   "Don't know how to handle this menu choice:   %d   !\n"
  155. BC_INVALID_DROP      "Document is read-only. Drop is not accepted."
  156. BC_INVALID_DELETE    "Cannot delete selection. Document is read-only."
  157.  
  158. $ -------------------------------------------------------------
  159. $ Base Container Help Menu Item
  160. $
  161. $ When the user selects the "Base Container Help" item of 
  162. $ the HELP menu, information on how to use the Base Container
  163. $ is displayed.
  164. $ -------------------------------------------------------------
  165.  
  166. BC_HELP_UNX     "Base Container Help"
  167. BC_HELP_OS2     "~Base Container Help"
  168. BC_HELP_WIN     "&Base Container Help"
  169.