home *** CD-ROM | disk | FTP | other *** search
- # Messages file for TestApp
-
- # The application's name (remove the following line, and the application
- # will use it's built-in default of "Tester")
-
- app.name: DeskLib Test
-
-
- # The main menu definition.
- # This describes a menu which looks similar to this:
- # +--------------+
- # | Change Title |
- # | ------------ |
- # | Item 1 | +-----------------+
- # | Item 2 => | | Indirected text |
- # | ------------ | | Short text |
- # | Quit | +-----------------+ <-- 2 more items are added on
- # +--------------+ here by the program itself
-
- menu.main: Change Title|~Item 1,Item 2|Quit
- menu.item2: !Indirected text, Short text
-
- # Help message for the iconbar icon. Note that help gives a message
- # "iconbar.<icon_number>", where the icon number isn't known until
- # runtime, so we use a wildcard to match any icon we own on the iconbar
- # - as we only usually have one icon, this isn't normally a problem.
-
- iconbar.*: This is the <app.name> icon.|MIt has no purpose yet.
-
-
- # Help messages for all windows created from the "mainwindow" template.
- # Note how only the first 8 characters ("mainwind") can be used by the
- # tags...
- # Note also: Icon 2 has it's own help, all other icons AND the window
- # background have their help (mainwind.*)
-
- desklib.tester: This is one of the DeskLib test application
-
- mainwind.*: <desklib.tester> windows
- mainwind.2: <desklib.tester> example OK buttons. Click it.
-
- # Queries
- # This message is used in the 'dialog' sublibrary test/demo, when the
- # user clicks on the menu item leading to the submenu instead of choosing
- # a submenu item.
-
- query.click:Please do not click that option again
-
-