home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / BABEL2.ZIP / DUTCH.BAB < prev    next >
Encoding:
Text File  |  1993-01-01  |  6.2 KB  |  118 lines

  1. [ IGNORE ]
  2.  
  3. EXAMPLE
  4. -------
  5. This is part of the BABEL.DEF multi-language demo.
  6.  
  7. @PA - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  8.  
  9.  
  10.  
  11. [ DIALOG ]                             @@ Dialog Boxes
  12. findD replaceD portD
  13.  
  14. [ HINTSET ] Dutch          @@ Set name for following hints
  15. @@ =================================================================
  16.  
  17. @@ Language selection box
  18.  
  19. @@ =================================================================
  20. [ MENUBOX ] Dutch
  21. English            cmEnglish      hcEnglish      ;;Select ENGLISH language
  22. German             cmGerman       hcGerman       ;;Select GERMAN language
  23. Spanish            cmSpanish      hcSpanish      ;;Select SPANISH language
  24. French             cmFrench       hcFrench       ;;Select FRENCH language
  25. Dutch              cmDutch        hcDutch        ;;Select DUTCH language
  26. @@ =================================================================
  27.  
  28. @@ Drop down menus
  29.  
  30. @@ =================================================================
  31. [ MENUBAR ] Dutch
  32. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  33. @@
  34. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  35. [ SUBMENU ] ≡                     hcSystem       ;;system functions
  36. About              cmAbout        hcAbout        ;;program information
  37. Language           cmMenuBox      hcLanguage     ;;switch language
  38. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  39. @@
  40. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  41. [ SUBMENU ] file                  hcFile         ;;file management commands (open, save, etc)
  42. open...   f3       cmOpen         hcOpen         ;;locate and open a file in an Edit window
  43. new                cmNew          hcNew          ;;open a new edit window
  44. save      f2       cmSave         hcSave         ;;save the file in the active Edit window
  45. 'Save ~a~s...'     cmSaveAs       hcSaveAs       ;;save file under a different name, directory, or drive
  46. print...  f4       cmPrint        hcPrint        ;;print text in current window
  47. [ NEWLINE ]
  48. 'change dir...'    cmChangeDir    hcChangeDir    ;;choose a new default directory
  49. 'DOS shell'        cmDOSShell     hcDOSShell     ;;access DOS command-line
  50. E~x~it  alt-x      cmQuit         hcExit         ;;quit program, return to DOS
  51. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  52. @@
  53. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  54. [ SUBMENU ] edit                  hcEdit         ;;cut-and-paste editing commands
  55. undo   Ctrl-U      cmUndo         hcUndo         ;;cancel changes to the current line
  56. [ NEWLINE ]
  57. Cu~t~  shift-del   cmCut          hcCut          ;;remove selected text, place in Clipboard
  58. copy   ctrl-ins    cmCopy         hcCopy         ;;copy selected text into Clipboard
  59. paste  shift-ins   cmPaste        hcPaste        ;;Insert text from Clipboard at cursor position
  60. 'show clipboard'   cmShowClipboard  hcShowClipboard   ;;open the Clipboard window
  61. [ NEWLINE ]
  62. C~l~ear  ctrl-del  cmClear        hcClear        ;;delete selected text
  63. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  64. @@
  65. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  66. [ SUBMENU ] search                hcSearch       ;;text search-and-replace commands
  67. find...     ^QF     cmFind        hcFind         ;;search for text
  68. replace...  ^QA     cmReplace     hcReplace      ;;search for text and replace it with new text
  69. 'search again' ^L   cmSearchAgain hcSearchAgain  ;;repeat the last Find or Replace command
  70. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  71. @@
  72. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  73. [ SUBMENU ] window                hcWindow       ;;open, arrange and close windows
  74. Size/move  ctrl-f5  cmResize      hcSizeMove     ;;change the size or position of the active window
  75. Zoom            f5  cmZoom        hcZoom         ;;enlarge or restore the size of the active window
  76. Next            f6  cmNext        hcNext         ;;make the next window active
  77. Previous  shift-f6  cmPrev        hcPrevious     ;;make the previous window active
  78. Close       alt-f3  cmClose       hcClose        ;;close the active window
  79. [NEWLINE]
  80. Tile                cmTile        hcTile         ;;arrange windows on the desktop by tiling
  81. C~a~scade           cmCascade     hcCascade      ;;arrange windows on the desktop by cascading
  82. 'Video Mode'        cmVideoMode   hcVideoMode    ;;Change to 43/50 line mode (EGA/VGA only)
  83. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  84. @@
  85. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  86. [ STATUSLINE ] Dutch
  87. [ STATUS ]                             @@ BOTTOM LINE OF SCREEN
  88. F1 Help            cmHelp
  89. F2 Save            cmSave
  90. F3 Open            cmOpen
  91. Alt-F3 Close       cmClose
  92. @@F4 Print           cmPrint
  93. @@F6 Next          cmNext
  94. F10 Menu           cmMenu
  95. Alt-X Exit         cmQuit
  96. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  97. @@
  98. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  99. [ HINT ]   @@ HINT AT BOTTOM LINE, USED IN DIALOG BOXES & WINDOWS
  100. hcOK                                     ;;accept the settings in this dialog box
  101. hcCancel                                 ;;close the dialog box without making any changes
  102.  
  103. hcPrintDest0                             ;;send output to a disk file
  104. hcPrintDest1                             ;;print to the first system printer
  105. hcPrintDest2                             ;;print to the second system printer
  106. hcPrintDest3                             ;;print to the third system printer
  107.  
  108. hcClipboard                              ;;This window holds text from cut & paste operations
  109. hcDirectoryTree                          ;;TAB to move, enter to SELECT
  110. hcOpenTree                               ;;TAB to move, enter to OPEN
  111.  
  112. hcSearchText                             ;;Text to look for
  113. hcReplaceText                            ;;Text to use for replace
  114. hcSearchType1                            ;;whether to consider case during search
  115. hcSearchType2                            ;;whether to consider partial matches
  116. hcSearchType3                            ;;whether to prompt before replacing
  117. hcSearchType4                            ;;whether to scan entire file
  118.