home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Utilities / MUIbase / MUIbase.cd < prev    next >
Text File  |  1999-11-06  |  48KB  |  2,533 lines

  1. #version 53
  2. ;
  3. ; General message strings
  4. ;
  5. MSG_Ok (//)
  6.   _Ok  \
  7.  
  8. ;
  9. MSG_StarOk (//)
  10. *  Ok  \
  11.  
  12. ;
  13. MSG_Cancel (//)
  14. _Cancel
  15. ;
  16. MSG_Cancel2 (//)
  17. Ca_ncel
  18. ;
  19. MSG_Abort (//)
  20. Abort
  21. ;
  22. MSG_Pause (//)
  23. Pause
  24. ;
  25. MSG_Continue (//)
  26. Continue
  27. ;
  28. MSG_Load (//)
  29. Load
  30. ;
  31. MSG__Load (//)
  32. _Load
  33. ;
  34. MSG_Save (//)
  35. Save
  36. ;
  37. MSG__Save (//)
  38. _Save
  39. ;
  40. MSG_Open (//)
  41. Open
  42. ;
  43. MSG_Delete (//)
  44. Delete
  45. ;
  46. MSG_Min (//)
  47. Min
  48. ;
  49. MSG_Max (//)
  50. Max
  51. ;
  52. MSG_Print (//)
  53. Print
  54. ;
  55. MSG__Print (//)
  56. _Print
  57. ;
  58. MSG_Search (//)
  59. _Search
  60. ;
  61. MSG_New (//)
  62. _New
  63. ;
  64. MSG_Duplicate (//)
  65. Duplicate
  66. ;
  67. MSG_Sort (//)
  68. Sort
  69. ;
  70. MSG_Initial (//)
  71. _Initial
  72. ;
  73. MSG_Current (//)
  74. _Current
  75. ;
  76. MSG_Clear (//)
  77. C_lear
  78. ;
  79. MSG_Name (//)
  80. _Name
  81. ;
  82. MSG_Title (//)
  83. _Title
  84. ;
  85. MSG_Shortcut (//)
  86. _Shortcut
  87. ;
  88. MSG_View (//)
  89. V
  90. ;
  91. MSG_ViewBH (//)
  92. Spawns a viewer\n\
  93. with the filename.
  94. ;
  95. MSG_Edit (//)
  96. E
  97. ;
  98. MSG_EditBH (//)
  99. Spawns an editor\n\
  100. with the filename.
  101. ;
  102. MSG_Table (//)
  103. Table
  104. ;
  105. MSG_Attribute (//)
  106. Attribute
  107. ;
  108. MSG_Window (//)
  109. Window
  110. ;
  111. ; Message strings for projects
  112. ;
  113. MSG_Unnamed (//)
  114. Unnamed
  115. ;
  116. MSG_MUIbase (//)
  117. MUIbase
  118. ;
  119. MSG_Registered (//)
  120. registered
  121. ;
  122. MSG_Unregistered (//)
  123. unregistered
  124. ;
  125. MSG_EmptyDisplay (//)
  126. Empty display
  127. ;
  128. MSG_About (//)
  129. MUIbase V %s\n\
  130. (c) Steffen Gutmann 1998-1999\n\
  131. \n\
  132. This copy (registration number %s)\n\
  133. is registered to:\n\
  134. \n\
  135.     %s\n\
  136.     %s\n\
  137.     %s\n\
  138.     %s\n\
  139. \n\
  140. MUIbase uses:\n\
  141. \n\
  142. MUI (c) Stefan Stuntz 1992-1999\n\
  143. NList.mcc (c) Gilles Masson 1996-1999\n\
  144. TextEditor.mcc (c) Allan Odgaard 1997-1999
  145. ;
  146. MSG_AboutUnregistered (//)
  147. MUIbase V %s (unregistered)\n\
  148. (c) Steffen Gutmann 1998-1999\n\
  149. \n\
  150. This is the unregistered version of MUIbase!\n\
  151. For using all features, you need a valid key-file\n\
  152. which is only available by registration.  See the\n\
  153. docs or http://www.amigaworld.com/support/muibase\n\
  154. for information on how to register.\n\
  155. \n\
  156. MUIbase uses:\n\
  157. \n\
  158. MUI (c) Stefan Stuntz 1992-1999\n\
  159. NList.mcc (c) Gilles Masson 1996-1999\n\
  160. TextEditor.mcc (c) Allan Odgaard 1997-1999
  161. ;
  162. MSG_UnregisteredLicenseExpired (//)
  163. You have been using MUIbase\n\
  164. for more than 4 weeks.\n\
  165. Please register your copy now!
  166. ;
  167. MSG_Info (//)
  168. Project '%s'\n\
  169. %ld records in %ld tables.\n\n\
  170. Reorganization would gain at least\n\
  171. %ld Bytes disk space.
  172. ;
  173. MSG_SelectProjectname (//)
  174. Select project name...
  175. ;
  176. MSG_AskOverwriteAnswers (//)
  177. *Overwrite|_Cancel
  178. ;
  179. MSG_AskOverwriteProject (//)
  180. Project '%s' exists.\nOverwrite it?
  181. ;
  182. MSG_AskProjectReallyContinue (//)
  183. %ld change(s) has/have been made to this project.\n\
  184. They will be lost.\n\
  185. Do you really want to continue?
  186. ;
  187. MSG_AskProjectReallyContinueAnswers (//)
  188. *Save|C_ontinue|_Cancel
  189. ;
  190. MSG_DeleteProjectAnswers (//)
  191. *Delete|_Cancel
  192. ;
  193. MSG_DeleteProject (//)
  194. Do you really want to delete\n\
  195. '%s'?
  196. ;
  197. MSG_ConfirmSaveReorg (//)
  198. Saving and reorganizing the project\n\
  199. may take a little while (depending on\n\
  200. the project's size).  Do you really\n\
  201. want to save & reorg the project?
  202. ;
  203. MSG_ConfirmSaveReorgAnswers (//)
  204. _Save & reorg|_Cancel
  205. ;
  206. MSG_SaveReorgProject (//)
  207. Saving & reorganizing project
  208. ;
  209. MSG_SaveProject (//)
  210. Saving project
  211. ;
  212. MSG_AskQuit (//)
  213. You have made changes to %ld project(s).\n\
  214. They will be lost!\n\
  215. Do you really want to quit MUIbase?
  216. ;
  217. MSG_ConfirmQuit (//)
  218. Do you really want to quit MUIbase?
  219. ;
  220. MSG_AskQuitAnswers (//)
  221. _Quit|_Cancel
  222. ;
  223. MSG_SoftwareFailureAnswers (//)
  224. *Save|_Continue
  225. ;
  226. MSG_SoftwareFailure (//)
  227. Software Failure! Error Code %08lx.\n\
  228. This is your last chance to save project\n\
  229. '%s'.\n\
  230. If you want to save it, do _NOT_ overwrite\n\
  231. any existing file. MUIbase may not be able\n\
  232. to create a valid MUIbase-project!
  233. ;
  234. MSG_StackOverflowAnswers (//)
  235. *Save|_Continue
  236. ;
  237. MSG_StackOverflow (//)
  238. Stack overflow! This is your last chance to\n\
  239. save project '%s'.\n\
  240. If you want to save it, do _NOT_ overwrite\n\
  241. any existing file. MUIbase may not be able\n\
  242. to create a valid MUIbase-project!
  243. ;
  244. MSG_SetFormats (//)
  245. Set formats
  246. ;
  247. MSG_SetFormats_RealFormat (//)
  248. Real format
  249. ;
  250. MSG_SetFormats_RealFormat_DecimalPoint (//)
  251. Decimal point .
  252. ;
  253. MSG_SetFormats_RealFormat_DecimalComma (//)
  254. Decimal comma ,
  255. ;
  256. MSG_SetFormats_DateFormat (//)
  257. Date format
  258. ;
  259. MSG_SetFormats_DateFormat_DayMonthYear (//)
  260. Day.Month.Year
  261. ;
  262. MSG_SetFormats_DateFormat_MonthDayYear (//)
  263. Month/Day/Year
  264. ;
  265. MSG_SetFormats_DateFormat_YearMonthDay (//)
  266. Year-Month-Day
  267. ;
  268. MSG_SetIconToolName (//)
  269. Set icon tool name
  270. ;
  271. MSG_SetExternalEditor (//)
  272. Set external editor (%f = filename)
  273. ;
  274. MSG_SetExternalViewer (//)
  275. Set external viewer (%f = filename)
  276. ;
  277. MSG_EnterRecordNumber (//)
  278. Enter record number
  279. ;
  280. MSG_WindowButtonBH (//)
  281. Opens/closes corresponding window.
  282. ;
  283. ;
  284. ; Message strings for requesters
  285. ;
  286. MSG_EnterString (//)
  287. Enter string
  288. ;
  289. MSG_EnterInteger (//)
  290. Enter integer
  291. ;
  292. MSG_SelectItem (//)
  293. Select item
  294. ;
  295. MSG_MultiSelectItems (//)
  296. Multi select items
  297. ;
  298. MSG_ItemsSelected (//)
  299. Items selected:
  300. ;
  301. MSG_AskOverwriteFile (//)
  302. File '%s' exists.\nOverwrite it?
  303. ;
  304. MSG_OpenText (//)
  305. Open text
  306. ;
  307. MSG_SaveText (//)
  308. Save text
  309. ;
  310. MSG_EditForm (//)
  311. Edit form
  312. ;
  313. MSG_Err_EnterInteger (//)
  314. Enter integer or leave field empty!
  315. ;
  316. MSG_Err_EnterReal (//)
  317. Enter real or leave field empty!
  318. ;
  319. MSG_Err_EnterDate (//)
  320. Enter date or leave field empty!
  321. ;
  322. MSG_Err_EnterTime (//)
  323. Enter time or leave field empty!
  324. ;
  325. ;
  326. ; Message strings for tables/attributes/records
  327. ;
  328. MSG_NewTable (//)
  329. New table
  330. ;
  331. MSG_ChangeTable (//)
  332. Change table
  333. ;
  334. MSG_DeleteTableAnswers (//)
  335. *Delete|_Cancel
  336. ;
  337. MSG_DeleteTableText (//)
  338. Do you really want to delete this table?
  339. ;
  340. MSG_NewAttribute (//)
  341. New attribute
  342. ;
  343. MSG_ChangeAttribute (//)
  344. Change attribute
  345. ;
  346. MSG_DeleteAttributeAnswers (//)
  347. *Delete|_Cancel
  348. ;
  349. MSG_DeleteAttributeText (//)
  350. Do you really want to delete this attribute?
  351. ;
  352. MSG_Bool (//)
  353. Bool
  354. ;
  355. MSG_Integer (//)
  356. Integer
  357. ;
  358. MSG_Real (//)
  359. Real
  360. ;
  361. MSG_String (//)
  362. String
  363. ;
  364. MSG_Date (//)
  365. Date
  366. ;
  367. MSG_Time (//)
  368. Time
  369. ;
  370. MSG_Memo (//)
  371. Memo
  372. ;
  373. MSG_Choice (//)
  374. Choice
  375. ;
  376. MSG_Reference (//)
  377. Reference
  378. ;
  379. MSG_Virtual (//)
  380. Virtual
  381. ;
  382. MSG_Button (//)
  383. Button
  384. ;
  385. MSG_DeleteRecordAnswers (//)
  386. *Delete|_Cancel
  387. ;
  388. MSG_DeleteRecord (//)
  389. Do you really want to delete this record?
  390. ;
  391. ;
  392. ; Program editor
  393. ;
  394. MSG_ProgramEditor (//)
  395. Program editor
  396. ;
  397. MSG_ProgramEditor_CompileAndClose (//)
  398. C_ompile & close
  399. ;
  400. MSG_ProgramEditor_CompileAndCloseBH (//)
  401. Closes program editor after\n\
  402. successful compilation.
  403. ;
  404. MSG_ProgramEditor_Compile (//)
  405. Com_pile
  406. ;
  407. MSG_ProgramEditor_CompileBH (//)
  408. Compiles program.
  409. ;
  410. MSG_ProgramEditor_Undo (//)
  411. U_ndo
  412. ;
  413. MSG_ProgramEditor_UndoBH (//)
  414. Reloads last successfully\n\
  415. compiled program into editor.
  416. ;
  417. MSG_ProgramEditor_ShowError (//)
  418. While program execution an error has been\n\
  419. occurred on line %ld, column %ld:\n\
  420. \n\
  421.     %s\n\
  422. \n\
  423. To show you the exact place in the program\n\
  424. where this error happened it is now necessary\n\
  425. to load the program into the program editor.\n\
  426. However you have made some changes in the program\n\
  427. since the last successful compilation.  If you\n\
  428. continue, these changes will be lost.
  429. ;
  430. MSG_ProgramEditor_ShowErrorAnswers (//)
  431. C_ontinue|_Cancel
  432. ;
  433. MSG_ProgramEditor_ShowDeleted (//)
  434. You have decided to delete an attribute/table.\n\
  435. Unfortunately this attribute/table is used in the\n\
  436. project's program.  If you really want to delete\n\
  437. the attribute/table, you must now edit the\n\
  438. program and remove any occurrences to it.\n\
  439. However you have made some changes in the program\n\
  440. since the last successful compilation.  If you\n\
  441. continue, these changes will be lost.
  442. ;
  443. MSG_ProgramEditor_ShowDeletedAnswers (//)
  444. C_ontinue|_Cancel
  445. ;
  446. MSG_ProgramEditor_Close (//)
  447. You have made some changes in the\n\
  448. program since the last successful\n\
  449. compilation.  If you continue, these\n\
  450. changes will be lost.
  451. ;
  452. MSG_ProgramEditor_CloseAnswers (//)
  453. C_ontinue|_Cancel
  454. ;
  455. MSG_ProgramEditor_IncludeFileError (//)
  456. Error in include file\n\
  457. '%s', line %ld, column %ld:\n\
  458. %s
  459. ;
  460. MSG_ProgramEditor_NoDebugInfo (//)
  461. Error in project program: \n\
  462. \n\
  463. %s\n\
  464. \n\
  465. Recompile with debug information\n\
  466. turned on for getting the exact\n\
  467. error location.
  468. ;
  469. ;
  470. ; Message strings for import & export
  471. ;
  472. MSG_Import (//)
  473. Import
  474. ;
  475. MSG__Import (//)
  476. _Import
  477. ;
  478. MSG_Export (//)
  479. Export
  480. ;
  481. MSG__Export (//)
  482. _Export
  483. ;
  484. MSG_Import_File (//)
  485. Import _file
  486. ;
  487. MSG_Import_FileBH (//)
  488. File containing records to be imported.\n\
  489. The first record in this file must contain\n\
  490. the attribute names of the table.
  491. ;
  492. MSG_Export_File (//)
  493. Export _file
  494. ;
  495. MSG_Export_FileBH (//)
  496. The file records will be written to.\n\
  497. The first record in this file will contain\n\
  498. the attribute names of the table.
  499. ;
  500. MSG_ImExport_RecordDelimiter (//)
  501. _Record delimiter
  502. ;
  503. MSG_ImExport_RecordDelimiterBH (//)
  504. Character that separates records.\n\
  505. You have to specify exactly one\n\
  506. character here.  For entering you\n\
  507. can also use \\\\n, \\\\t, \\\\f, \\\\??? (octal\n\
  508. code) or \\\\x?? (hex code).
  509. ;
  510. MSG_ImExport_FieldDelimiter (//)
  511. Field _delimiter
  512. ;
  513. MSG_ImExport_FieldDelimiterBH (//)
  514. Character that separates fields.\n\
  515. You have to specify exactly one\n\
  516. character here.  For entering you\n\
  517. can also use \\\\n, \\\\t, \\\\f, \\\\???  (octal\n\
  518. code) or \\\\x?? (hex code).
  519. ;
  520. MSG_ImExportErr_InvalidDelimiter (//)
  521. Invalid delimiter!
  522. ;
  523. MSG_ImExport_DoubleQuotes (//)
  524. Double _quotes
  525. ;
  526. MSG_ImExport_DoubleQuotesBH (//)
  527. If activated, the real data of a field\n\
  528. and its attribute name must be surrounded\n\
  529. by double quotes.
  530. ;
  531. MSG_Export_Filter (//)
  532. _Filter
  533. ;
  534. MSG_Export_FilterBH (//)
  535. If activated, only records matching\n\
  536. the current filter will be exported.
  537. ;
  538. MSG_ImportErr_UnmatchedDoubleQuote (//)
  539. Unmatched double quote at\n\
  540. line %ld, column %ld!
  541. ;
  542. MSG_ImportErr_MissingDoubleQuote (//)
  543. Missing double quote at\n\
  544. line %ld, column %ld!
  545. ;
  546. MSG_ImportErr_MissingFieldRecordDelimiter (//)
  547. Missing field/record delimiter at\n\
  548. line %ld, column %ld!
  549. ;
  550. MSG_ImportErr_UnknownAttribute (//)
  551. Unknown attribute at\n\
  552. line %ld, column %ld!
  553. ;
  554. MSG_ImportErr_InvalidAttributeType (//)
  555. Invalid attribute type at\n\
  556. line %ld, column %ld!
  557. ;
  558. MSG_ImportErr_NumFields (//)
  559. Wrong number of fields\n\
  560. for record starting at\n\
  561. line %ld, column %ld!
  562. ;
  563. MSG_ImportErr_Error (//)
  564. %s\n\
  565. (Line %ld, column %ld)
  566. ;
  567. MSG_ImportErr_Bool (//)
  568. Field is neither TRUE nor NIL!
  569. ;
  570. MSG_ImportErr_Choice (//)
  571. Unknown choice label!
  572. ;
  573. MSG_Import_InsertRecords (//)
  574. %ld records have been imported.\n\
  575. Should they now be inserted into\n\
  576. the table?
  577. ;
  578. MSG_Import_InsertRecordsAnswers (//)
  579. *Insert|_Abort
  580. ;
  581. ; Error message strings
  582. ;
  583. MSG_ErrorMessage (//)
  584. Error message
  585. ;
  586. MSG_Err_ErrorNum (//)
  587. Error num out of range!
  588. ;
  589. MSG_Err_NotImplemented (//)
  590. Not (yet) implemented!
  591. ;
  592. MSG_Err_Internal (//)
  593. Internal error!
  594. ;
  595. MSG_Err_ObjectLevel (//)
  596. The selected objects must be on the same level!
  597. ;
  598. MSG_Err_GroupPanel (//)
  599. The panel cannot be put into a group/window!
  600. ;
  601. MSG_Err_InitialRecord (//)
  602. Attempt to write on initial record.
  603. ;
  604. MSG_Err_RecordExactlyOneRecord (//)
  605. You cannot allocate or free records\n\
  606. in an exactly-one-record table!
  607. ;
  608. MSG_Err_RecordNilValue (//)
  609. NIL values are not supported for this attribute type!
  610. ;
  611. MSG_Err_RecordNotLocked (//)
  612. Record not locked (internal error)!
  613. ;
  614. MSG_Err_NoSwapFile (//)
  615. No name has been set for this project yet.\n\
  616. Please save the project to set one!
  617. ;
  618. MSG_Err_OpenSwapFile (//)
  619. Can't open swap file!
  620. ;
  621. MSG_Err_SwapFileReadOnly (//)
  622. Swap file is read only!
  623. ;
  624. MSG_Err_WriteSwapFile (//)
  625. Error writing swap file!
  626. ;
  627. MSG_Err_ReadSwapFile (//)
  628. Error reading swap file!
  629. ;
  630. MSG_Err_Order (//)
  631. Can't set/maintain order:\n%s
  632. ;
  633. MSG_Err_InvalidName (//)
  634. Invalid name!
  635. ;
  636. MSG_Err_NameAlreadyUsed (//)
  637. Name already used!
  638. ;
  639. MSG_Err_NoTable (//)
  640. No table specified!
  641. ;
  642. MSG_Err_Mem (//)
  643. Out of memory!
  644. ;
  645. MSG_Err_TableReference (//)
  646. The table is referenced by an attribute!
  647. ;
  648. MSG_Err_TableExactlyOneRecord (//)
  649. The table does already have more than one record!
  650. ;
  651. MSG_Err_InvalidMaxlen (//)
  652. Invalid max. length!
  653. ;
  654. MSG_Err_InitialValueLen (//)
  655. String length of initial value too long!
  656. ;
  657. MSG_Err_InvalidInitialValue (//)
  658. Invalid initial value!
  659. ;
  660. MSG_Err_UnknownType (//)
  661. Unknown attribute type!
  662. ;
  663. MSG_Err_MissingLabels (//)
  664. Missing labels!
  665. ;
  666. MSG_Err_NoReference (//)
  667. No reference specified!
  668. ;
  669. MSG_Err_InvalidReference (//)
  670. You cannot change the reference\n\
  671. to another table!
  672. ;
  673. MSG_Err_LoadPreferences (//)
  674. Error loading preferences!
  675. ;
  676. MSG_Err_NoMUIbaseProject (//)
  677. This is not a MUIbase project!
  678. ;
  679. MSG_Err_Version (//)
  680. Can't load this project. Wrong version number!\n\
  681. Retry with MUIbase version %s.
  682. ;
  683. MSG_Err_NoSuchAttributeOrTable (//)
  684. No such attribute or table.
  685. ;
  686. MSG_Err_NoSuchAttribute (//)
  687. No such attribute.
  688. ;
  689. MSG_Err_AttributeTypeNotAllowedForOrdering (//)
  690. Attribute type not allowed for ordering.
  691. ;
  692. MSG_Err_PathFull (//)
  693. Maximum number of path components reached.
  694. ;
  695. MSG_Err_PathComponent (//)
  696. Path contains invalid component.
  697. ;
  698. MSG_Err_AttributeInUse (//)
  699. Attribute is used in program!
  700. ;
  701. MSG_Err_TableInUse (//)
  702. Table is used in program!
  703. ;
  704. MSG_Err_ProjectLocked (//)
  705. Project '%s' has been locked!\n\
  706. Maybe you have already opened it?
  707. ;
  708. MSG_Err_LockProject (//)
  709. Can't lock project '%s'!
  710. ;
  711. MSG_Err_OpenFile (//)
  712. Can't open '%s'!
  713. ;
  714. MSG_Err_WriteFile (//)
  715. Error writing '%s'!
  716. ;
  717. MSG_Err_ReadFile (//)
  718. Error reading '%s'!
  719. ;
  720. MSG_Err_NotAMUIbaseProject (//)
  721. Not a MUIbase project!
  722. ;
  723. MSG_Err_ReadDir (//)
  724. Can't read directory!
  725. ;
  726. MSG_Err_RmDir (//)
  727. Can't delete directory!
  728. ;
  729. MSG_Err_GetCwd (//)
  730. Can't get current directory!
  731. ;
  732. MSG_Err_MkDir (//)
  733. Can't create directory '%s'!
  734. ;
  735. MSG_Err_ChDir (//)
  736. Can't find directory '%s'!
  737. ;
  738. MSG_Err_Delete (//)
  739. Can't delete '%s'.\n\
  740. %s
  741. ;
  742. MSG_Err_Rename (//)
  743. Can't rename '%s' to '%s'!
  744. ;
  745. MSG_Err_MkTemp (//)
  746. Unable to create temporal file name!
  747. ;
  748. MSG_Err_ExternalProgram (//)
  749. Failed to call external program!\n\
  750. Command: '%s'
  751. ;
  752. MSG_Err_OpenProject (//)
  753. Can't open new project!
  754. ;
  755. MSG_Err_OpenWindow (//)
  756. Can't open window!\n\
  757. Best regards to Brigitte Thieringer!
  758. ;
  759. MSG_Err_CantOpenStructureEditor (//)
  760. Can't open structure editor!
  761. ;
  762. MSG_Err_CantOpenProgramEditor (//)
  763. Can't open program editor!
  764. ;
  765. MSG_Err_CantBuildGui (//)
  766. Can't build project user interface!
  767. ;
  768. MSG_Err_CreateGui (//)
  769. Can't open/create user interface!
  770. ;
  771. MSG_Err_CantOpenRootWindow (//)
  772. Can't open project's root window!
  773. ;
  774. MSG_Err_DeleteInitialRecord (//)
  775. You cannot delete the initial record!
  776. ;
  777. MSG_Err_DeleteFile (//)
  778. Can't delete '%s'!
  779. ;
  780. MSG_Err_SetFilter (//)
  781. Can't set filter:\n\
  782. %s
  783. ;
  784. MSG_Err_CompileProgram (//)
  785. Couldn't compile program!
  786. ;
  787. MSG_Err_CompileProgramAnswers (//)
  788. *Show error|_Ignore
  789. ;
  790. MSG_Err_Trigger (//)
  791. Can't find function '%s'!
  792. ;
  793. MSG_Err_UnregisteredTooManyTables (//)
  794. You tried to allocate more than 5 tables\n\
  795. for a project which is not possible in\n\
  796. the unregistered MUIbase version!
  797. ;
  798. MSG_Err_UnregisteredTooManyAttributes (//)
  799. You tried to allocate more than 10 attributes\n\
  800. for a table which is not possible in the\n\
  801. unregistered MUIbase version!
  802. ;
  803. MSG_Err_UnregisteredTooManyFunctions (//)
  804. You tried to define more than 30 functions\n\
  805. for a project which is not possible in the\n\
  806. unregistered MUIbase version!
  807. ;
  808. MSG_Err_UnregisteredPreprocessing (//)
  809. You tried to use one of the preprocessing\n\
  810. directives which are disabled in the\n\
  811. unregistered MUIbase version!
  812. ;
  813. MSG_Err_UnregisteredImage (//)
  814. Images are not available in the\n\
  815. unregistered MUIbase version!
  816. ;
  817. MSG_Err_UnregisteredRegister (//)
  818. Register groups are not available in\n\
  819. the unregistered MUIbase version!
  820. ;
  821. ;
  822. ; Message strings for programming
  823. ;
  824. MSG_ExecutingProgram (//)
  825. Executing program...
  826. ;
  827. MSG_NullElement (//)
  828. NULL element
  829. ;
  830. MSG_CompErr_SymbolRedefined (//)
  831. Symbol redefined!
  832. ;
  833. MSG_CompErr_SymbolNameTooLong (//)
  834. Symbol name too long!
  835. ;
  836. MSG_CompErr_IdentifierTooLong (//)
  837. Identifier string too long!
  838. ;
  839. MSG_CompErr_TooManyNestedDefines (//)
  840. Too many nested defines!
  841. ;
  842. MSG_CompErr_TooManyNestedIncludes (//)
  843. Too many nested includes!
  844. ;
  845. MSG_CompErr_TooManyNestedIfs (//)
  846. Too many nested #if's or #ifdef's!
  847. ;
  848. MSG_CompErr_CantOpenIncludeFile (//)
  849. Can't open include file!
  850. ;
  851. MSG_CompErr_InavlidElseElIfEndIf (//)
  852. Invalid #else, #elif or #endif!
  853. ;
  854. MSG_CompErr_MissingEndIf (//)
  855. Missing #endif!
  856. ;
  857. MSG_CompErr_SyntaxError (//)
  858. Syntax error!
  859. ;
  860. MSG_CompErr_InvalidRealConstant (//)
  861. Invalid real constant!
  862. ;
  863. MSG_CompErr_InvalidIntegerConstant (//)
  864. Invalid integer constant!
  865. ;
  866. MSG_CompErr_InvalidDateConstant (//)
  867. Invalid date constant!
  868. ;
  869. MSG_CompErr_InvalidTimeConstant (//)
  870. Invalid time constant!
  871. ;
  872. MSG_CompErr_UnterminatedString (//)
  873. Unterminated string!
  874. ;
  875. MSG_CompErr_Arity (//)
  876. Wrong number of arguments!
  877. ;
  878. MSG_CompErr_CmpTypes (//)
  879. Can't compare these types!
  880. ;
  881. MSG_CompErr_AddTypes (//)
  882. Can't add these types!
  883. ;
  884. MSG_CompErr_SubTypes (//)
  885. Can't subtract these types!
  886. ;
  887. MSG_CompErr_InvalidIdentifier (//)
  888. Invalid identifier!
  889. ;
  890. MSG_CompErr_NameAlreadyUsed (//)
  891. Name already used!
  892. ;
  893. MSG_CompErr_UnknownIdentifier (//)
  894. Unknown identifier!
  895. ;
  896. MSG_CompErr_NotATableSpecifier (//)
  897. Identifier is not a table specifier!
  898. ;
  899. MSG_CompErr_AttributeType (//)
  900. Invalid attribute type!
  901. ;
  902. MSG_CompErr_InvalidRelList (//)
  903. Invalid table list!
  904. ;
  905. MSG_CompErr_OrderConst (//)
  906. Constant expression not allowed here!
  907. ;
  908. MSG_CompErr_OrderFieldNumber (//)
  909. Field number out of range!
  910. ;
  911. MSG_CompErr_OrderType (//)
  912. No order defined for this type!
  913. ;
  914. MSG_CompErr_SideEffect (//)
  915. Side effect not allowed here!
  916. ;
  917. MSG_CompErr_LValue (//)
  918. Not an lvalue!
  919. ;
  920. MSG_CompErr_ExprExpected (//)
  921. Expression expected!
  922. ;
  923. MSG_CompErr_FuncDefExpected (//)
  924. Function definition expected!
  925. ;
  926. MSG_CompErr_UnknownFunction (//)
  927. Unknown function!
  928. ;
  929. MSG_CompErr_FormatString (//)
  930. Error in format string!
  931. ;
  932. MSG_CompErr_StringAttributeExpected (//)
  933. String attribute expected!
  934. ;
  935. MSG_CompErr_StringOrChoiceAttributeExpected (//)
  936. String or choice attribute expected!
  937. ;
  938. MSG_CompErr_Star (//)
  939. Star '*' not allowed here!
  940. ;
  941. MSG_CompErr_AttrRelExpected (//)
  942. Attribute or table expected!
  943. ;
  944. MSG_CompErr_InvalidNext (//)
  945. NEXT outside loop.
  946. ;
  947. MSG_CompErr_InvalidReturn (//)
  948. RETURN outside function.
  949. ;
  950. MSG_CompErr_InvalidExit (//)
  951. EXIT outside loop.
  952. ;
  953. MSG_CompErr_IllegalFunction (//)
  954. Illegal function.
  955. ;
  956. MSG_CompErr_FunctionNameLength (//)
  957. Function identifier too long!
  958. ;
  959. MSG_CompErr_UnregisteredVersion (//)
  960. Unregistered MUIbase version!
  961. ;
  962. MSG_StackErr_Element (//)
  963. No stack element to push (internal error)!
  964. ;
  965. MSG_StackErr_Empty (//)
  966. Stack underflow (internal error)!
  967. ;
  968. MSG_ProgErr_DivideTypes (//)
  969. Type error in division!
  970. ;
  971. MSG_ProgErr_MultiplyTypes (//)
  972. Type error in multiplication!
  973. ;
  974. MSG_ProgErr_AddSubTypes (//)
  975. Type error in addition/subtraction!
  976. ;
  977. MSG_ProgErr_CompareTypes (//)
  978. Type error in comparison!
  979. ;
  980. MSG_ProgErr_Type (//)
  981. Type error!
  982. ;
  983. MSG_ProgErr_ListExpected (//)
  984. List expected!
  985. ;
  986. MSG_ProgErr_FileExpected (//)
  987. File expected!
  988. ;
  989. MSG_ProgErr_FunctionExpected (//)
  990. Function expected!
  991. ;
  992. MSG_ProgErr_FunctionArity (//)
  993. Wrong number of arguments for function call!
  994. ;
  995. MSG_ProgErr_ChoiceNumber (//)
  996. Choice number out of range!
  997. ;
  998. MSG_ProgErr_Trigger (//)
  999. Can't find trigger function!
  1000. ;
  1001. MSG_ProgErr_VirtualComputeFunction (//)
  1002. Can't find compute function for virtual attribute!
  1003. ;
  1004. MSG_ProgErr_MissingArguments (//)
  1005. Missing arguments!
  1006. ;
  1007. MSG_ProgErr_TooManyArguments (//)
  1008. Too many arguments!
  1009. ;
  1010. MSG_ProgErr_InvalidFile (//)
  1011. Invalid file pointer! Maybe you have already closed the file.
  1012. ;
  1013. MSG_ProgErr_OpenOutputFile (//)
  1014. Can't open program output file!
  1015. ;
  1016. MSG_ProgErr_ExternalProgram (//)
  1017. Error calling external program!
  1018. ;
  1019. MSG_ProgErr_IndexOutOfRange (//)
  1020. Index out of range!
  1021. ;
  1022. MSG_Prog_ProgrammedError (//)
  1023. Programmed Error.
  1024. ;
  1025. MSG_Prog_ProgrammedErrorAnswers (//)
  1026. *  Ok  |View program
  1027. ;
  1028. MSG_ProgErr_Recursion (//)
  1029. Recursion not allowed here!
  1030. ;
  1031. MSG_ProgErr_UnknownType (//)
  1032. Unknown type!
  1033. ;
  1034. ;
  1035. ; General strings for GUI
  1036. ;
  1037. MSG_Weight (//)
  1038. _Weight
  1039. ;
  1040. MSG_WeightBH (//)
  1041. MUI weight. The higher the value\n\
  1042. the more space the object will have\n\
  1043. in the final window layout.
  1044. ;
  1045. MSG_Font (//)
  1046. _Font
  1047. ;
  1048. MSG_FontBH (//)
  1049. Font.  Leave field\n\
  1050. empty for default font.
  1051. ;
  1052. MSG_Background (//)
  1053. _Background
  1054. ;
  1055. MSG_BackgroundBH (//)
  1056. MUI background.
  1057. ;
  1058. MSG_Background_Default (//)
  1059. _Default
  1060. ;
  1061. MSG_Background_DefaultBH (//)
  1062. If activated the default background defined\n\
  1063. with the MUI preferences program is used.\n\
  1064. Otherwise the specified pattern is used.
  1065. ;
  1066. ;
  1067. ; Message strings for Attribute
  1068. ;
  1069. MSG_Attr_NameBH (//)
  1070. Name of the attribute. Must begin with an\n\
  1071. uppercase letter followed by further letters\n\
  1072. digits or underscore characters. Non-ASCII\n\
  1073. letters like German umlauts are not allowed.
  1074. ;
  1075. MSG_Attr_Type (//)
  1076. _Type
  1077. ;
  1078. MSG_Attr_TypeBH (//)
  1079. Attribute type. The attribute type can only\n\
  1080. be specified at attribute creation time.
  1081. ;
  1082. MSG_Attr_String_MaxLength (//)
  1083. _Max length
  1084. ;
  1085. MSG_Attr_String_MaxLengthBH (//)
  1086. Maximum number of characters the\n\
  1087. string attribute can hold.
  1088. ;
  1089. MSG_Attr_Bool_InitialValue_Nil (//)
  1090.  NIL  \
  1091.  
  1092. ;
  1093. MSG_Attr_Bool_InitialValue_True (//)
  1094.  TRUE  \
  1095.  
  1096. ;
  1097. MSG_Attr_Choice_Labels (//)
  1098. Edit labels...
  1099. ;
  1100. MSG_Attr_Choice__Labels (//)
  1101. Edit la_bels...
  1102. ;
  1103. MSG_Attr_Choice_LabelsBH (//)
  1104. Opens window for\n\
  1105. editing label strings.
  1106. ;
  1107. MSG_Attr_Reference (//)
  1108. \033cSet Reference to:
  1109. ;
  1110. MSG_Attr_ReferenceBH (//)
  1111. Reference to a table. If you select\n\
  1112. an attribute then the reference is done to\n\
  1113. the table the attribute is located in.\n\
  1114. The attribute is only used for displaying\n\
  1115. the referenced record contents.
  1116. ;
  1117. MSG_Attr_Reference_Filter (//)
  1118. _Filter?
  1119. ;
  1120. MSG_Attr_Reference_FilterBH (//)
  1121. If selected the user can only\n\
  1122. access records where the reference\n\
  1123. is set to the current record of the\n\
  1124. referenced table.
  1125. ;
  1126. MSG_Attr_InitialValue (//)
  1127. Initial value
  1128. ;
  1129. MSG_Attr__InitialValue (//)
  1130. _Initial value
  1131. ;
  1132. MSG_Attr_InitialValueBH (//)
  1133. Initial value\n\
  1134. for this attribute.
  1135. ;
  1136. MSG_Attr_InitialValue_Nil (//)
  1137. NIL
  1138. ;
  1139. MSG_Attr_InitialValue_Other (//)
  1140. other
  1141. ;
  1142. MSG_Attr_OtherValue (//)
  1143. other _value:
  1144. ;
  1145. MSG_Attr_NilString (//)
  1146. NI_L string
  1147. ;
  1148. MSG_Attr_NilStringBH (//)
  1149. String that should be displayed\n\
  1150. for the NIL value.
  1151. ;
  1152. MSG_Attr_Compute (//)
  1153. Com_pute
  1154. ;
  1155. MSG_Attr_ComputeBH (//)
  1156. Trigger function which will be executed\n\
  1157. whenever the value of this attribute\n\
  1158. is needed, e.g. for displaying it.
  1159. ;
  1160. MSG_Attr_Trigger (//)
  1161. T_rigger
  1162. ;
  1163. MSG_Attr_TriggerBH (//)
  1164. Trigger function that should be\n\
  1165. called after the user has changed\n\
  1166. the attribute value.
  1167. ;
  1168. ;
  1169. ; Message strings for EditLabels
  1170. ;
  1171. MSG_EditLabels (//)
  1172. Edit labels
  1173. ;
  1174. MSG_EditLabels_LabelsBH (//)
  1175. List of labels. You may\n\
  1176. add, change or remove items\n\
  1177. from this list.
  1178. ;
  1179. MSG_EditLabels_New (//)
  1180. _New
  1181. ;
  1182. MSG_EditLabels_NewBH (//)
  1183. Creates a new label.
  1184. ;
  1185. MSG_EditLabels_Remove (//)
  1186. _Remove
  1187. ;
  1188. MSG_EditLabels_RemoveBH (//)
  1189. Removes the currently selected label.
  1190. ;
  1191. MSG_EditLabels_Sort (//)
  1192. _Sort
  1193. ;
  1194. MSG_EditLabels_SortBH (//)
  1195. Sorts the list of labels in alphabetical order.
  1196. ;
  1197. MSG_EditLabels_Label (//)
  1198. _Label
  1199. ;
  1200. ;
  1201. ; Message strings for programs
  1202. ;
  1203. MSG_EditProgram (//)
  1204. Edit program
  1205. ;
  1206. MSG_IncludeDir (//)
  1207. Include directory
  1208. ;
  1209. ;
  1210. ; Message strings for DisplayAttribute
  1211. ;
  1212. MSG_Display_ShortcutInUse (//)
  1213. Warning: shortcut already in use\n\
  1214. by %s!
  1215. ;
  1216. MSG_DisplayAttribute (//)
  1217. Display attribute
  1218. ;
  1219. MSG_DisplayAttr_General (//)
  1220. General
  1221. ;
  1222. MSG_DisplayAttr_Extras (//)
  1223. Extras
  1224. ;
  1225. MSG_DisplayAttr_TitlePosition (//)
  1226. Title _position
  1227. ;
  1228. MSG_DisplayAttr_TitlePositionBH (//)
  1229. Title position relative\n\
  1230. to the attribute.
  1231. ;
  1232. MSG_DisplayAttr_TitlePosition_Left (//)
  1233. Left
  1234. ;
  1235. MSG_DisplayAttr_TitlePosition_Right (//)
  1236. Right
  1237. ;
  1238. MSG_DisplayAttr_TitlePosition_Top (//)
  1239. Top
  1240. ;
  1241. MSG_DisplayAttr_TitlePosition_Bottom (//)
  1242. Bottom
  1243. ;
  1244. MSG_DisplayAttr_TitleBH (//)
  1245. The title is placed near the\n\
  1246. attribute.  If the title is empty\n\
  1247. then no title is displayed.
  1248. ;
  1249. MSG_DisplayAttr_ShortcutBH (//)
  1250. The shortcut character can be used to\n\
  1251. activated the attribute's button. Only\n\
  1252. useful if read only is not activated.\n\
  1253. If you don't want a shortcut leave this\n\
  1254. field empty.\n\
  1255. Press <Return> to check if the entered\n\
  1256. shortcut character is already used by\n\
  1257. another item in the same window.
  1258. ;
  1259. MSG_DisplayAttr_ReadOnly (//)
  1260. _Read only?
  1261. ;
  1262. MSG_DisplayAttr_ReadOnlyBH (//)
  1263. If activated, the attribute contents can only\n\
  1264. be read but not modified. However there are\n\
  1265. some exceptions for string fields when using\n\
  1266. pop-up buttons.
  1267. ;
  1268. MSG_DisplayAttr_Home (//)
  1269. _Home?
  1270. ;
  1271. MSG_DisplayAttr_HomeBH (//)
  1272. If activated, the cursor is set\n\
  1273. on this attribute whenever a new\n\
  1274. record is allocated.
  1275. ;
  1276. MSG_DisplayAttr_Format (//)
  1277. _Format
  1278. ;
  1279. MSG_DisplayAttr_FormatBH (//)
  1280. Justification of the text inside\n\
  1281. the string or text field.
  1282. ;
  1283. MSG_DisplayAttr_Format_Center (//)
  1284. Center
  1285. ;
  1286. MSG_DisplayAttr_Format_Left (//)
  1287. Left
  1288. ;
  1289. MSG_DisplayAttr_Format_Right (//)
  1290. Right
  1291. ;
  1292. MSG_DisplayAttr_Virtual_Kind (//)
  1293. _Kind
  1294. ;
  1295. MSG_DisplayAttr_Virtual_KindBH (//)
  1296. Display kind for virtual attribute.\n\
  1297. Bool displays only NIL and non-NIL values.\n\
  1298. Text can display strings, numbers, etc.\n\
  1299. List displays items of a list, e.g. the\n\
  1300. result of a SELECT FROM WHERE call.
  1301. ;
  1302. MSG_DisplayAttr_Virtual_Kind_Bool (//)
  1303. Bool
  1304. ;
  1305. MSG_DisplayAttr_Virtual_Kind_Text (//)
  1306. Text
  1307. ;
  1308. MSG_DisplayAttr_Virtual_Kind_List (//)
  1309. List
  1310. ;
  1311. MSG_DisplayAttr_Button_Kind (//)
  1312. _Kind
  1313. ;
  1314. MSG_DisplayAttr_Button_KindBH (//)
  1315. Display kind for button attribute.
  1316. ;
  1317. MSG_DisplayAttr_Button_Kind_TextButton (//)
  1318. Text button
  1319. ;
  1320. MSG_DisplayAttr_Button_Kind_ImageButton (//)
  1321. Image button
  1322. ;
  1323. MSG_DisplayAttr_Choice_Kind (//)
  1324. _Kind
  1325. ;
  1326. MSG_DisplayAttr_Choice_KindBH (//)
  1327. Display kind for choice attribute.
  1328. ;
  1329. MSG_DisplayAttr_Choice_Kind_CycleButton (//)
  1330. Cycle button
  1331. ;
  1332. MSG_DisplayAttr_Choice_Kind_RadioButtons (//)
  1333. Radio buttons
  1334. ;
  1335. MSG_DisplayAttr_Choice_Frame (//)
  1336. _Frame?
  1337. ;
  1338. MSG_DisplayAttr_Choice_FrameBH (//)
  1339. Check this item and you will get\n\
  1340. a frame around the radio buttons.
  1341. ;
  1342. MSG_DisplayAttr_Choice_Horizontal (//)
  1343. Hori_zontal?
  1344. ;
  1345. MSG_DisplayAttr_Choice_HorizontalBH (//)
  1346. Horizontal or vertical layout.
  1347. ;
  1348. MSG_DisplayAttr_NumDecimals (//)
  1349. Nu_m decimals
  1350. ;
  1351. MSG_DisplayAttr_NumDecimalsBH (//)
  1352. Number of digits after\n\
  1353. the decimal character\n\
  1354. for a real value.
  1355. ;
  1356. MSG_DisplayAttr_ShowTitles (//)
  1357. Show titles
  1358. ;
  1359. MSG_DisplayAttr_ShowTitlesBH (//)
  1360. If activated the list field will\n\
  1361. also show the field names in the\n\
  1362. first row.
  1363. ;
  1364. MSG_DisplayAttr_Immediate (//)
  1365. _Immediate
  1366. ;
  1367. MSG_DisplayAttr_ImmediateBH (//)
  1368. When displaying the value of an\n\
  1369. virtual attribute this field determines\n\
  1370. whether the value should be computed\n\
  1371. immediately or not.
  1372. ;
  1373. MSG_DisplayAttr_WeightBH (//)
  1374. MUI's weight for this object\n\
  1375. in the window layout.
  1376. ;
  1377. MSG_DisplayAttr_BubbleHelp (//)
  1378. Bubble\nhelp
  1379. ;
  1380. MSG_DisplayAttr_Contents (//)
  1381. Contents
  1382. ;
  1383. MSG_DisplayAttr_ContentsBH (//)
  1384. Contents that are displayed\n\
  1385. from the referenced record.
  1386. ;
  1387. MSG_DisplayAttr_RecordNumber (//)
  1388. \33iRecord number
  1389. ;
  1390. MSG_DisplayAttr_Buttons (//)
  1391. Buttons
  1392. ;
  1393. MSG_DisplayAttr_Listview (//)
  1394. _Listview pop-up?
  1395. ;
  1396. MSG_DisplayAttr_ListviewBH (//)
  1397. Adds a pop-up button to the right of the\n\
  1398. string field to allow the user to choose\n\
  1399. a string out of a list of strings.\n\
  1400. If the string field is read only the user\n\
  1401. can still change its contents by using\n\
  1402. the pop-up button.
  1403. ;
  1404. MSG_DisplayAttr_EditLabels (//)
  1405. Edit labels...
  1406. ;
  1407. MSG_DisplayAttr__EditLabels (//)
  1408. _Edit labels...
  1409. ;
  1410. MSG_DisplayAttr_EditLabelsBH (//)
  1411. Pops up a window for specifying\n\
  1412. the label strings.
  1413. ;
  1414. MSG_DisplayAttr_File (//)
  1415. F_ile pop-up?
  1416. ;
  1417. MSG_DisplayAttr_FileBH (//)
  1418. Adds a pop-up button to the right of the\n\
  1419. string field to allow the user to select\n\
  1420. a filename.\n\
  1421. If the string field is read only the user\n\
  1422. can still change its contents by selecting\n\
  1423. the pop-up button.
  1424. ;
  1425. MSG_DisplayAttr_Font (//)
  1426. Fo_nt pop-up?
  1427. ;
  1428. MSG_DisplayAttr_FontBH (//)
  1429. Adds a pop-up button to the right of the\n\
  1430. string field to allow the user to select\n\
  1431. a font name.\n\
  1432. If the string field is read only the user\n\
  1433. can still change its contents by selecting\n\
  1434. the pop-up button.
  1435. ;
  1436. MSG_DisplayAttr_Filter (//)
  1437. Fi_lter?
  1438. ;
  1439. MSG_DisplayAttr_FilterBH (//)
  1440. Adds a filter gadget to allow the user\n\
  1441. to toggle the state of the reference filter.
  1442. ;
  1443. MSG_DisplayAttr_View (//)
  1444. _View?
  1445. ;
  1446. MSG_DisplayAttr_ViewBH (//)
  1447. Adds a button for viewing the file whose\n\
  1448. filename is given by the contents of the\n\
  1449. string field.\n\
  1450. Use menu item Preferences/Set external viewer\n\
  1451. for specifying the display program.
  1452. ;
  1453. MSG_DisplayAttr_Show (//)
  1454. _Show?
  1455. ;
  1456. MSG_DisplayAttr_ShowBH (//)
  1457. If activated the text where the reference\n\
  1458. string is displayed also serves as button\n\
  1459. for displaying the referenced record.
  1460. ;
  1461. MSG_DisplayAttr_Picture (//)
  1462. Picture
  1463. ;
  1464. MSG_DisplayAttr_DisplayPicture (//)
  1465. Display _picture?
  1466. ;
  1467. MSG_DisplayAttr_DisplayPictureBH (//)
  1468. Adds an image object for viewing the file whose\n\
  1469. filename is given by the contents of the\n\
  1470. string field.
  1471. ;
  1472. MSG_DisplayAttr_TitleAtStringField (//)
  1473. _Title at string field?
  1474. ;
  1475. MSG_DisplayAttr_TitleAtStringFieldBH (//)
  1476. Displays the title (if any) to the\n\
  1477. left of the string field rather than\n\
  1478. to the left of the picture.
  1479. ;
  1480. MSG_DisplayAttr_HideStringField (//)
  1481. _Hide string field?
  1482. ;
  1483. MSG_DisplayAttr_HideStringFieldBH (//)
  1484. If activated, the string field is\n\
  1485. not shown in the window.  This is\n\
  1486. useful if you want to display the\n\
  1487. external picture only.
  1488. ;
  1489. MSG_DisplayAttr_Size (//)
  1490. Size
  1491. ;
  1492. MSG_DisplayAttr_SizeBH (//)
  1493. Determines how the display object's width and height\n\
  1494. are calculated in the window layout.\n\
  1495.    Resize-able allows to resize the object.  The object\n\
  1496. may become larger that the size of its image.\n\
  1497.    Fixed sets the object's size to the size of the image.\n\
  1498. If the image sizes vary, the object resizes accordingly.\n\
  1499.    Scroll-able adds two scrollers to the object allowing\n\
  1500. to view images that are larger than the visible region.\n\
  1501.    Scaled scales the image to the size of the display object.
  1502. ;
  1503. ;
  1504. ; Message strings for DisplayGroup
  1505. ;
  1506. MSG_Group (//)
  1507. Group
  1508. ;
  1509. MSG_DisplayGroup_TitleBH (//)
  1510. Text to be displayed centered\n\
  1511. in the group frame.
  1512. ;
  1513. MSG_DisplayGroup_Attributes (//)
  1514. Attributes
  1515. ;
  1516. MSG_DisplayGroup_Border (//)
  1517. _Border?
  1518. ;
  1519. MSG_DisplayGroup_BorderBH (//)
  1520. If activated a border frame will\n\
  1521. be drawn around the group.
  1522. ;
  1523. MSG_DisplayGroup_Horizontal (//)
  1524. _Horizontal?
  1525. ;
  1526. MSG_DisplayGroup_HorizontalBH (//)
  1527. If activated the group's elements are\n\
  1528. organized horizontally otherwise vertically.
  1529. ;
  1530. MSG_DisplayGroup_Spacing (//)
  1531. _Spacing?
  1532. ;
  1533. MSG_DisplayGroup_SpacingBH (//)
  1534. If activated space is inserted\n\
  1535. between the group's objects.
  1536. ;
  1537. ;
  1538. ; Message strings for DisplayRegister
  1539. ;
  1540. MSG_Register (//)
  1541. Register group
  1542. ;
  1543. MSG_DisplayRegister_Labels (//)
  1544. Labels
  1545. ;
  1546. MSG_DisplayRegister_LabelsBH (//)
  1547. Labels used for the register group items.\n\
  1548. The number of labels should match the number\n\
  1549. of elements in the register group.
  1550. ;
  1551. ;
  1552. ; Message strings for DisplayImage
  1553. ;
  1554. MSG_Image (//)
  1555. Image
  1556. ;
  1557. MSG__Image (//)
  1558. _Image
  1559. ;
  1560. MSG_ImageBH (//)
  1561. Image to be displayed.
  1562. ;
  1563. MSG_Image_Size (//)
  1564. Size
  1565. ;
  1566. MSG_Image_Size_Resizeable (//)
  1567. Resize-able
  1568. ;
  1569. MSG_Image_Size_Fixed (//)
  1570. Fixed
  1571. ;
  1572. MSG_Image_Size_Scrollable (//)
  1573. Scroll-able
  1574. ;
  1575. MSG_Image_Size_Scaled (//)
  1576. Scaled
  1577. ;
  1578. ;
  1579. ; Message strings for DisplayPanel
  1580. ;
  1581. MSG_Panel (//)
  1582. Panel
  1583. ;
  1584. MSG_Panel_TitleBH (//)
  1585. Title of the panel. Will be displayed\n\
  1586. in the left corner of the panel bar.
  1587. ;
  1588. MSG_DisplayPanel_Gadgets (//)
  1589. Gadgets
  1590. ;
  1591. MSG_DisplayPanel_NumAll (//)
  1592. _Num/All?
  1593. ;
  1594. MSG_DisplayPanel_NumAllBH (//)
  1595. If activated the number of the current record\n\
  1596. together will the number of all records\n\
  1597. will be displayed in the right corner\n\
  1598. of the panel bar.
  1599. ;
  1600. MSG_DisplayPanel_Filter (//)
  1601. _Filter?
  1602. ;
  1603. MSG_DisplayPanel_FilterBH (//)
  1604. If activated a filter button is added\n\
  1605. to the panel bar allowing the user to\n\
  1606. turn the table filter on and off.
  1607. ;
  1608. MSG_DisplayPanel_Arrows (//)
  1609. _Arrows?
  1610. ;
  1611. MSG_DisplayPanel_ArrowsBH (//)
  1612. If activated two arrow buttons are added\n\
  1613. to the panel bar allowing the user to go\n\
  1614. to the previous or next record.
  1615. ;
  1616. ;
  1617. ; Message strings for DisplaySpace
  1618. ;
  1619. MSG_Space (//)
  1620. Space
  1621. ;
  1622. MSG_DisplaySpace_Delimiter (//)
  1623. D_elimiter?
  1624. ;
  1625. MSG_DisplaySpace_DelimiterBH (//)
  1626. If activated a delimiter bar\n\
  1627. will be displayed.
  1628. ;
  1629. ;
  1630. ; Message strings for DisplayText
  1631. ;
  1632. MSG_Text (//)
  1633. Text
  1634. ;
  1635. MSG_DisplayText_TitleBH (//)
  1636. Text to be displayed.
  1637. ;
  1638. ;
  1639. ; Message strings for DisplayWindow
  1640. ;
  1641. MSG_DisplayWindow_TitleBH (//)
  1642. Text to be displayed in\n\
  1643. the window title bar.
  1644. ;
  1645. MSG_DisplayWindow_ShortcutBH (//)
  1646. Shortcut for the open window button.\n\
  1647. Press <Return> to check if the entered\n\
  1648. shortcut character is already used by\n\
  1649. another item in the same window.
  1650. ;
  1651. MSG_DisplayWindow_WeightBH (//)
  1652. MUI weight for the open window button.\n\
  1653. The higher the value the more space the\n\
  1654. button will have in the final window layout.
  1655. ;
  1656. MSG_DisplayWindow_Disabled (//)
  1657. D_isabled?
  1658. ;
  1659. MSG_DisplayWindow_DisabledBH (//)
  1660. Defines the disabled state of\n\
  1661. the corresponding window button.
  1662. ;
  1663. ;
  1664. ; Message strings for Filter
  1665. ;
  1666. MSG_ChangeFilter (//)
  1667. Change filter
  1668. ;
  1669. MSG_Filter_Attributes (//)
  1670. Attributes
  1671. ;
  1672. MSG_Filter_Operators (//)
  1673. Operators
  1674. ;
  1675. MSG_Filter_Expression (//)
  1676. _Filter
  1677. ;
  1678. MSG_ApplyingFilter (//)
  1679. Applying filter...
  1680. ;
  1681. ;
  1682. ; Message strings for Order
  1683. ;
  1684. MSG_ChangeOrder (//)
  1685. Change order
  1686. ;
  1687. MSG_Order_Attributes (//)
  1688. Attributes
  1689. ;
  1690. MSG_Order_AttributesBH (//)
  1691. Available attributes for ordering.
  1692. ;
  1693. MSG_Order_Order (//)
  1694. Order
  1695. ;
  1696. MSG_Order_OrderBH (//)
  1697. Current order list. All records are ordered\n\
  1698. by the first attribute in this list. If two\n\
  1699. records are equal in the first attribute then\n\
  1700. the second attribute determines the order, and so on.\n\
  1701. An up arrow means ascending ordering, a down arrow\n\
  1702. descending ordering.
  1703. ;
  1704. MSG_Order_ClearBH (//)
  1705. Clears the order list.
  1706. ;
  1707. ;
  1708. ; Message strings for ProgOutput
  1709. ;
  1710. MSG_ProgOutput (//)
  1711. Program output file
  1712. ;
  1713. MSG_ProgOutput_Filename (//)
  1714. _Filename
  1715. ;
  1716. MSG_ProgOutput_FilenameBH (//)
  1717. Pathname to which program output is sent.\n\
  1718. You  may use "Console:" for printing to standard output,\n\
  1719. "CON:////Output/CLOSE/WAIT" for printing to a CON-window,\n\
  1720. or "PRT:" for sending the output to your printer.
  1721. ;
  1722. ;
  1723. MSG_ProgOutput_Append (//)
  1724. _Append?
  1725. ;
  1726. MSG_ProgOutput_AppendBH (//)
  1727. If activated program output is appended to\n\
  1728. the file specified above, otherwise the file\n\
  1729. is overwritten silently.
  1730. ;
  1731. ;
  1732. ; Message strings for Table
  1733. ;
  1734. MSG_Table_NameBH (//)
  1735. Name of the table. Must begin with an\n\
  1736. uppercase letter followed by further letters\n\
  1737. digits or underscore characters. Non-ASCII\n\
  1738. letters like German umlauts are not allowed.
  1739. ;
  1740. MSG_Table_NumberOfRecords (//)
  1741. Number of records
  1742. ;
  1743. MSG_Table_NumberOfRecordsBH (//)
  1744. Normally you specify "Unlimited" here.\n\
  1745. "Exactly one" may be used in some special\n\
  1746. cases where only one record is needed.
  1747. ;
  1748. MSG_Table_Unlimited (//)
  1749. Unlimited
  1750. ;
  1751. MSG_Table_ExactlyOne (//)
  1752. Exactly one
  1753. ;
  1754. MSG_Table_TriggerFunctions (//)
  1755. Trigger functions
  1756. ;
  1757. MSG_Table_Trigger_New (//)
  1758. Ne_w
  1759. ;
  1760. MSG_Table_Trigger_NewBH (//)
  1761. Program function that should be called\n\
  1762. whenever the user wants to allocate a new\n\
  1763. record. If left empty a new record will\n\
  1764. be allocated automatically.
  1765. ;
  1766. MSG_Table_Trigger_Delete (//)
  1767. _Delete
  1768. ;
  1769. MSG_Table_Trigger_DeleteBH (//)
  1770. Program function that should be called\n\
  1771. whenever the user wants to delete a record.\n\
  1772. If left empty the record is deleted after\n\
  1773. an optional record delete requester.
  1774. ;
  1775. ;
  1776. ; Message strings for search for
  1777. ;
  1778. MSG_SearchFor (//)
  1779. Search for
  1780. ;
  1781. MSG_SearchPattern (//)
  1782. Search _pattern
  1783. ;
  1784. MSG_SearchPatternBH (//)
  1785. String pattern to search for. You may use\n\
  1786. the special wild-card characters '*' and '?'.\n\
  1787. '*' matches any number of characters whereas\n\
  1788. '?' matches exactly one character.
  1789. ;
  1790. MSG_CaseSensitive (//)
  1791. Case sensi_tive?
  1792. ;
  1793. MSG_CaseSensitiveBH (//)
  1794. If activated string comparison is done\n\
  1795. case sensitive else case insensitive.
  1796. ;
  1797. MSG_AllFields (//)
  1798. _All fields?
  1799. ;
  1800. MSG_AllFieldsBH (//)
  1801. If activated all attributes of the\n\
  1802. current table are checked for a match,\n\
  1803. otherwise only the currently active\n\
  1804. attribute is checked for.
  1805. ;
  1806. MSG_SearchDirection (//)
  1807. Search direction
  1808. ;
  1809. MSG_Forward (//)
  1810. Forward
  1811. ;
  1812. MSG_Backward (//)
  1813. Backward
  1814. ;
  1815. MSG_StartWith (//)
  1816. Start with
  1817. ;
  1818. MSG_FirstLastRecord (//)
  1819. First/last record
  1820. ;
  1821. MSG_CurrentRecord (//)
  1822. Current record
  1823. ;
  1824. MSG_Searching (//)
  1825. Searching...
  1826. ;
  1827. MSG_SearchPatternNotFound (//)
  1828. Search pattern '%s' not found!
  1829. ;
  1830. ;
  1831. ; Message strings for Query Print
  1832. ;
  1833. MSG_QueryPrint_Delimiter (//)
  1834. Delimiter
  1835. ;
  1836. MSG_QueryPrint_DelimiterBH (//)
  1837. Character to be inserted\n\
  1838. between two adjacent fields.
  1839. ;
  1840. MSG_QueryPrint_Spaces (//)
  1841. Spaces
  1842. ;
  1843. MSG_QueryPrint_Tabs (//)
  1844. Tabs
  1845. ;
  1846. MSG_QueryPrint_Font (//)
  1847. Font
  1848. ;
  1849. MSG_QueryPrint_FontBH (//)
  1850. Font for printing.
  1851. ;
  1852. MSG_QueryPrint_NLQ (//)
  1853. NLQ
  1854. ;
  1855. MSG_QueryPrint_Draft (//)
  1856. Draft
  1857. ;
  1858. MSG_QueryPrint_Misc (//)
  1859. Misc
  1860. ;
  1861. MSG_QueryPrint_InitSequence (//)
  1862. _Init sequence
  1863. ;
  1864. MSG_QueryPrint_InitSequenceBH (//)
  1865. Escape code sequence for initializing\n\
  1866. the printer.   For entering characters\n\
  1867. you can also use \\\\n, \\\\t, \\\\f, \\\\???\n\
  1868. (octal code) or \\\\x?? (hex code).
  1869. ;
  1870. MSG_QueryPrint_Indent (//)
  1871. Inden_t
  1872. ;
  1873. MSG_QueryPrint_IndentBH (//)
  1874. Number of spaces each\n\
  1875. line is indented.
  1876. ;
  1877. MSG_QueryPrint_Headline (//)
  1878. _Headline?
  1879. ;
  1880. MSG_QueryPrint_HeadlineBH (//)
  1881. If activated the field names are\n\
  1882. printed in the first line.
  1883. ;
  1884. MSG_QueryPrint_EscapeCodes (//)
  1885. _Escape codes?
  1886. ;
  1887. MSG_QueryPrint_EscapeCodesBH (//)
  1888. If not activated all escape code sequences\n\
  1889. (e.g. init sequence, font selection, etc.)\n\
  1890. are not printed. This is useful for\n\
  1891. exporting records to an ASCII file.
  1892. ;
  1893. MSG_QueryPrint_Quotes (//)
  1894. _Quotes?
  1895. ;
  1896. MSG_QueryPrint_QuotesBH (//)
  1897. If activated each field entry is\n\
  1898. surrounded with double quotes.
  1899. ;
  1900. MSG_QueryPrint_Size (//)
  1901. Size
  1902. ;
  1903. MSG_QueryPrint_SizeBH (//)
  1904. Font size used for printing.
  1905. ;
  1906. MSG_QueryPrint_Pica (//)
  1907. Pica
  1908. ;
  1909. MSG_QueryPrint_Elite (//)
  1910. Elite
  1911. ;
  1912. MSG_QueryPrint_Condensed (//)
  1913. Condensed
  1914. ;
  1915. MSG_QueryPrint_AfterPrinting (//)
  1916. After printing
  1917. ;
  1918. MSG_QueryPrint_AfterPrintingBH (//)
  1919. Characters to be printed after\n\
  1920. all lines have been printed.
  1921. ;
  1922. MSG_QueryPrint_FormFeed (//)
  1923. Form feed
  1924. ;
  1925. MSG_QueryPrint_LineFeeds (//)
  1926. Line feeds
  1927. ;
  1928. MSG_QueryPrint_Nothing (//)
  1929. Nothing
  1930. ;
  1931. MSG_QueryPrint_NumLineFeeds (//)
  1932. _#
  1933. ;
  1934. MSG_QueryPrint_NumLineFeedsBH (//)
  1935. Number of line feeds\n\
  1936. to be printed.
  1937. ;
  1938. MSG_QueryPrint_Output (//)
  1939. Out_put
  1940. ;
  1941. MSG_QueryPrint_OutputBH (//)
  1942. Output file. You  may use "Console:" for printing\n\
  1943. to standard output, "CON:////Output/CLOSE/WAIT"\n\
  1944. for printing to a CON-window, or "PRT:" for\n\
  1945. sending the output to your printer.
  1946. ;
  1947. ;
  1948. ;
  1949. ; Message strings for QueryEditor
  1950. ;
  1951. MSG_QueryEditor (//)
  1952. Query editor
  1953. ;
  1954. MSG_Query_NameBH (//)
  1955. Name of the query.
  1956. ;
  1957. MSG_Query_Run (//)
  1958. Run...
  1959. ;
  1960. MSG_Query_RunBH (//)
  1961. Compiles and runs the query.
  1962. ;
  1963. MSG_Query_Print (//)
  1964. Print...
  1965. ;
  1966. MSG_Query_PrintBH (//)
  1967. Prints the output of the\n\
  1968. query to a file or printer.
  1969. ;
  1970. MSG_Query_Load (//)
  1971. Load...
  1972. ;
  1973. MSG_Query_LoadBH (//)
  1974. Loads query from a file.
  1975. ;
  1976. MSG_Query_Save (//)
  1977. Save...
  1978. ;
  1979. MSG_Query_SaveBH (//)
  1980. Saves query to a file.
  1981. ;
  1982. MSG_Query_ProgramBH (//)
  1983. Query program.
  1984. ;
  1985. MSG_Query_OutputBH (//)
  1986. Query output.
  1987. ;
  1988. MSG_Query_LoadQuery (//)
  1989. Load query
  1990. ;
  1991. MSG_Query_SaveQuery (//)
  1992. Save query
  1993. ;
  1994. MSG_Query_Close (//)
  1995. You have made some changes in the\n\
  1996. query program and the query can't\n\
  1997. be compiled.  If you continue, the\n\
  1998. changes since the last successful\n\
  1999. compilation will be lost.
  2000. ;
  2001. MSG_Query_CloseAnswers (//)
  2002. C_ontinue|_Cancel
  2003. ;
  2004. ;
  2005. ; Message strings for StructureEditor
  2006. ;
  2007. MSG_StructureEditor (//)
  2008. Structure editor
  2009. ;
  2010. MSG_StructureEditor_Tables (//)
  2011. Tables
  2012. ;
  2013. MSG_StructureEditor_TablesBH (//)
  2014. List of tables.
  2015. ;
  2016. MSG_StructureEditor_Table_New (//)
  2017. N_ew
  2018. ;
  2019. MSG_StructureEditor_Table_NewBH (//)
  2020. Creates a new table.
  2021. ;
  2022. MSG_StructureEditor_Table_Delete (//)
  2023. De_l
  2024. ;
  2025. MSG_StructureEditor_Table_DeleteBH (//)
  2026. Deletes the currently selected table.
  2027. ;
  2028. MSG_StructureEditor_Table_Sort (//)
  2029. Sort
  2030. ;
  2031. MSG_StructureEditor_Table_SortBH (//)
  2032. Sorts the table list.
  2033. ;
  2034. MSG_StructureEditor_Attributes (//)
  2035. Attributes
  2036. ;
  2037. MSG_StructureEditor_AttributesBH (//)
  2038. Attributes of the currently\n\
  2039. selected table.
  2040. ;
  2041. MSG_StructureEditor_Attribute_New (//)
  2042. _New
  2043. ;
  2044. MSG_StructureEditor_Attribute_NewBH (//)
  2045. Creates a new attribute in\n\
  2046. the currently selected table.
  2047. ;
  2048. MSG_StructureEditor_Attribute_Delete (//)
  2049. _Del
  2050. ;
  2051. MSG_StructureEditor_Attribute_DeleteBH (//)
  2052. Deletes the currently\n\
  2053. selected attribute.
  2054. ;
  2055. MSG_StructureEditor_Attribute_Sort (//)
  2056. Sort
  2057. ;
  2058. MSG_StructureEditor_Attribute_SortBH (//)
  2059. Sorts the list of attributes.
  2060. ;
  2061. MSG_StructureEditor_Display (//)
  2062. Display
  2063. ;
  2064. MSG_StructureEditor_TableDisplay (//)
  2065. Table mask
  2066. ;
  2067. MSG_StructureEditor_RootWindow (//)
  2068. Root window
  2069. ;
  2070. MSG_StructureEditor_Panel (//)
  2071. _Panel
  2072. ;
  2073. MSG_StructureEditor_PanelBH (//)
  2074. Adds a panel to the table display.\n\
  2075. The panel consists of a frame with a\n\
  2076. title bar and some buttons.
  2077. ;
  2078. MSG_StructureEditor_Add (//)
  2079. _Add
  2080. ;
  2081. MSG_StructureEditor_AddBH1 (//)
  2082. Adds the currently selected\n\
  2083. table to the display list.
  2084. ;
  2085. MSG_StructureEditor_AddBH2 (//)
  2086. Adds the currently selected\n\
  2087. attribute to the display list.
  2088. ;
  2089. MSG_StructureEditor_Rem (//)
  2090. _Rem
  2091. ;
  2092. MSG_StructureEditor_RemBH (//)
  2093. Removes the current\n\
  2094. display object.
  2095. ;
  2096. MSG_StructureEditor_Up (//)
  2097. _Up
  2098. ;
  2099. MSG_StructureEditor_UpBH (//)
  2100. Moves the current display\n\
  2101. object one field up.
  2102. ;
  2103. MSG_StructureEditor_Down (//)
  2104. D_own
  2105. ;
  2106. MSG_StructureEditor_DownBH (//)
  2107. Moves the current display\n\
  2108. object one field down.
  2109. ;
  2110. MSG_StructureEditor_In (//)
  2111. In
  2112. ;
  2113. MSG_StructureEditor_InBH (//)
  2114. Moves the current display object into the\n\
  2115. child list of its following display object.\n\
  2116. For this to work the following display object\n\
  2117. has to be a group or a window.
  2118. ;
  2119. MSG_StructureEditor_Out (//)
  2120. Out
  2121. ;
  2122. MSG_StructureEditor_OutBH (//)
  2123. Moves the current display\n\
  2124. object out of its parent.
  2125. ;
  2126. MSG_StructureEditor_Text (//)
  2127. _Text
  2128. ;
  2129. MSG_StructureEditor_TextBH (//)
  2130. Adds a text object to the display list.\n\
  2131. A text object is used to display\n\
  2132. static text.
  2133. ;
  2134. MSG_StructureEditor_Image (//)
  2135. _Image
  2136. ;
  2137. MSG_StructureEditor_ImageBH (//)
  2138. Adds an image object to the display list.\n\
  2139. The image can a MUI image, a pattern or\n\
  2140. a image on disk.
  2141. ;
  2142. MSG_StructureEditor_Space (//)
  2143. _Space
  2144. ;
  2145. MSG_StructureEditor_SpaceBH (//)
  2146. Adds a space object to the display list.\n\
  2147. A space object is used for filling room\n\
  2148. in the display layout with empty space.
  2149. ;
  2150. MSG_StructureEditor_Balance (//)
  2151. Balance
  2152. ;
  2153. MSG_StructureEditor_BalanceBH (//)
  2154. Adds a balance object to the display list.\n\
  2155. A balance object is used for adjusting\n\
  2156. the geometry layout of objects that are\n\
  2157. in the same group as the balance object.
  2158. ;
  2159. MSG_StructureEditor_Group (//)
  2160. _Group
  2161. ;
  2162. MSG_StructureEditor_GroupBH (//)
  2163. Adds a group object to the display list.\n\
  2164. All multi-selected objects of the display\n\
  2165. list are moved to the new group automatically.\n\
  2166. The elements in the group are either organized\n\
  2167. vertically or horizontally.
  2168. ;
  2169. MSG_StructureEditor_Register (//)
  2170. Register
  2171. ;
  2172. MSG_StructureEditor_RegisterBH (//)
  2173. Adds a register group object to the display list.\n\
  2174. All multi-selected objects of the display list\n\
  2175. are moved to the new register group automatically.\n\
  2176. The number of elements in the register group\n\
  2177. should match the number of register labels.
  2178. ;
  2179. MSG_StructureEditor_Window (//)
  2180. _Window
  2181. ;
  2182. MSG_StructureEditor_WindowBH (//)
  2183. Adds a window object to the display list.\n\
  2184. All multi-selected objects of the\n\
  2185. display list are moved to the new\n\
  2186. window automatically. The elements\n\
  2187. in the window are organized vertically.
  2188. ;
  2189. MSG_StructureEditor_DisplayBH (//)
  2190. List that shows how the database\n\
  2191. elements are arranged in the\n\
  2192. user interface.
  2193. ;
  2194. MSG_StructureEditor_Display_Panel (//)
  2195. Panel
  2196. ;
  2197. MSG_StructureEditor_Display_Attribute (//)
  2198. Attribute
  2199. ;
  2200. MSG_StructureEditor_Display_Text (//)
  2201. Text
  2202. ;
  2203. MSG_StructureEditor_Display_Space (//)
  2204. Space
  2205. ;
  2206. MSG_StructureEditor_Display_Balance (//)
  2207. Balance
  2208. ;
  2209. MSG_StructureEditor_Display_Image (//)
  2210. Image
  2211. ;
  2212. MSG_StructureEditor_Display_Register (//)
  2213. Register
  2214. ;
  2215. MSG_StructureEditor_Display_HGroup (//)
  2216. HGroup
  2217. ;
  2218. MSG_StructureEditor_Display_VGroup (//)
  2219. VGroup
  2220. ;
  2221. MSG_StructureEditor_Display_Window (//)
  2222. Window
  2223. ;
  2224. ;
  2225. ; Message strings for menus
  2226. ;
  2227. MSG_CurUp (//)
  2228. CurUp
  2229. ;
  2230. MSG_CurDn (//)
  2231. CurDn
  2232. ;
  2233. MSG_SCurUp (//)
  2234. S-CurUp
  2235. ;
  2236. MSG_SCurDn (//)
  2237. S-CurDn
  2238. ;
  2239. MSG_AltCurUp (//)
  2240. Alt-CurUp
  2241. ;
  2242. MSG_AltCurDn (//)
  2243. Alt-CurDn
  2244. ;
  2245. MSG_CtrlAltCurUp (//)
  2246. Ctrl-Alt-CurUp
  2247. ;
  2248. MSG_CtrlAltCurDn (//)
  2249. Ctrl-Alt-CurDn
  2250. ;
  2251. MSG_SAltCurUp (//)
  2252. S-Alt-CurUp
  2253. ;
  2254. MSG_SAltCurDn (//)
  2255. S-Alt-CurDn
  2256. ;
  2257. MSG_CtrlA (//)
  2258. Ctrl-A
  2259. ;
  2260. MSG_CtrlD (//)
  2261. Ctrl-D
  2262. ;
  2263. MSG_CtrlS (//)
  2264. Ctrl-S
  2265. ;
  2266. MSG_Menu_Project (//)
  2267. Project
  2268. ;
  2269. MSG_MenuItem_Info (//)
  2270. Info...
  2271. ;
  2272. MSG_MenuItem_About (//)
  2273. About...
  2274. ;
  2275. MSG_MenuItem_AboutMUI (//)
  2276. About MUI...
  2277. ;
  2278. MSG_MenuItem_Clear (//)
  2279. Clear
  2280. ;
  2281. MSG_MenuItem_Clear_Project (//)
  2282. Project
  2283. ;
  2284. MSG_MenuItem_Clear_Records (//)
  2285. Records
  2286. ;
  2287. MSG_MenuItem_OpenNew (//)
  2288. Open new
  2289. ;
  2290. MSG_MenuItem_Open (//)
  2291. Open
  2292. ;
  2293. MSG_MenuItem_Open_Project (//)
  2294. Project...
  2295. ;
  2296. MSG_MenuItem_Open_Structure (//)
  2297. Structure...
  2298. ;
  2299. MSG_MenuItem_SwapRecords (//)
  2300. Swap records
  2301. ;
  2302. MSG_MenuItem_Save (//)
  2303. Save
  2304. ;
  2305. MSG_MenuItem_SaveAndReorg (//)
  2306. Save & Reorg
  2307. ;
  2308. MSG_MenuItem_SaveAndReorgAs (//)
  2309. Save & Reorg as...
  2310. ;
  2311. MSG_MenuItem_Delete (//)
  2312. Delete...
  2313. ;
  2314. MSG_MenuItem_Close (//)
  2315. Close
  2316. ;
  2317. MSG_MenuItem_SaveClose (//)
  2318. Save & Close
  2319. ;
  2320. MSG_MenuItem_StructureEditor (//)
  2321. Structure editor...
  2322. ;
  2323. MSG_MenuItem_ExitStructureEditor (//)
  2324. Exit structure editor
  2325. ;
  2326. MSG_MenuItem_PrintStructure (//)
  2327. Print structure...
  2328. ;
  2329. MSG_MenuItem_Quit (//)
  2330. Quit
  2331. ;
  2332. MSG_Menu_Preferences (//)
  2333. Preferences
  2334. ;
  2335. MSG_MenuItem_TabSize (//)
  2336. Tab size
  2337. ;
  2338. MSG_MenuItem_RecordMem (//)
  2339. Record memory
  2340. ;
  2341. MSG_MenuItem_RecordMem_Unlimited (//)
  2342. unlimited
  2343. ;
  2344. MSG_MenuItem_DeleteRequester (//)
  2345. Record delete requester?
  2346. ;
  2347. MSG_MenuItem_IconCreation (//)
  2348. Icon creation?
  2349. ;
  2350. MSG_MenuItem_SetFormats (//)
  2351. Set formats...
  2352. ;
  2353. MSG_MenuItem_SetIconToolName (//)
  2354. Set icon tool name...
  2355. ;
  2356. MSG_MenuItem_ExternalEditorForProgramming (//)
  2357. External editor for programming?
  2358. ;
  2359. MSG_MenuItem_SetExternalEditor (//)
  2360. Set external editor...
  2361. ;
  2362. MSG_MenuItem_SetExternalViewer (//)
  2363. Set external viewer...
  2364. ;
  2365. MSG_MenuItem_PopupsInCycleChain (//)
  2366. Popups in cycle chain?
  2367. ;
  2368. MSG_MenuItem_ConfirmSaveReorg (//)
  2369. Confirm save & reorg?
  2370. ;
  2371. MSG_MenuItem_ConfirmQuit (//)
  2372. Confirm quit?
  2373. ;
  2374. MSG_MenuItem_ProjectDependentSettings (//)
  2375. Project dependent settings...
  2376. ;
  2377. MSG_MenuItem_MUI (//)
  2378. MUI...
  2379. ;
  2380. MSG_MenuItem_LoadPrefs (//)
  2381. Load preferences
  2382. ;
  2383. MSG_MenuItem_SavePrefs (//)
  2384. Save preferences
  2385. ;
  2386. MSG_Menu_Table (//)
  2387. Table
  2388. ;
  2389. MSG_MenuItem_NewRecord (//)
  2390. New record
  2391. ;
  2392. MSG_MenuItem_DuplicateRecord (//)
  2393. Duplicate record
  2394. ;
  2395. MSG_MenuItem_DeleteRecord (//)
  2396. Delete record
  2397. ;
  2398. MSG_MenuItem_GotoRecord (//)
  2399. Goto record
  2400. ;
  2401. MSG_MenuItem_Previous (//)
  2402. Previous
  2403. ;
  2404. MSG_MenuItem_Next (//)
  2405. Next
  2406. ;
  2407. MSG_MenuItem_First (//)
  2408. First
  2409. ;
  2410. MSG_MenuItem_Last (//)
  2411. Last
  2412. ;
  2413. MSG_MenuItem_JumpBackward (//)
  2414. Jump backward
  2415. ;
  2416. MSG_MenuItem_JumpForward (//)
  2417. Jump forward
  2418. ;
  2419. MSG_MenuItem_JumpTo (//)
  2420. jump to...
  2421. ;
  2422. MSG_MenuItem_ImportRecords (//)
  2423. Import records...
  2424. ;
  2425. MSG_MenuItem_ExportRecords (//)
  2426. Export records...
  2427. ;
  2428. MSG_MenuItem_ChangeFilter (//)
  2429. Change filter...
  2430. ;
  2431. MSG_MenuItem_ChangeOrder (//)
  2432. Change order...
  2433. ;
  2434. MSG_MenuItem_SearchFor (//)
  2435. Search for...
  2436. ;
  2437. MSG_MenuItem_SearchForward (//)
  2438. Search forward
  2439. ;
  2440. MSG_MenuItem_SearchBackward (//)
  2441. Search backward
  2442. ;
  2443. MSG_MenuItem_Queries (//)
  2444. Queries...
  2445. ;
  2446. MSG_Menu_Program (//)
  2447. Program
  2448. ;
  2449. MSG_MenuItem_Edit (//)
  2450. Edit...
  2451. ;
  2452. MSG_MenuItem_Compile (//)
  2453. Compile
  2454. ;
  2455. MSG_MenuItem_IncludeDir (//)
  2456. Include directory...
  2457. ;
  2458. MSG_MenuItem_DebugInfo (//)
  2459. Debug information?
  2460. ;
  2461. MSG_MenuItem_OutputFile (//)
  2462. Output file...
  2463. ;
  2464. MSG_Menu_Editor (//)
  2465. Editor
  2466. ;
  2467. MSG_MenuItem_Cut (//)
  2468. Cut
  2469. ;
  2470. MSG_MenuItem_Copy (//)
  2471. Copy
  2472. ;
  2473. MSG_MenuItem_CopyAll (//)
  2474. Copy all
  2475. ;
  2476. MSG_MenuItem_Paste (//)
  2477. Paste
  2478. ;
  2479. MSG_MenuItem_Undo (//)
  2480. Undo
  2481. ;
  2482. MSG_MenuItem_Redo (//)
  2483. Redo
  2484. ;
  2485. MSG_MenuItem_OpenText (//)
  2486. Open text
  2487. ;
  2488. MSG_MenuItem_SaveText (//)
  2489. Save text
  2490. ;
  2491. MSG_MenuItem_ExternalEditor (//)
  2492. External editor
  2493. ;
  2494. MSG_Menu_Popobject (//)
  2495. Popup
  2496. ;
  2497. MSG_MenuItem_Backward (//)
  2498. Backward
  2499. ;
  2500. MSG_MenuItem_Forward (//)
  2501. Forward
  2502. ;
  2503. MSG_PrintStructure (//)
  2504. Print structure
  2505. ;
  2506. MSG_ProjectDependentSettings (//)
  2507. Project dependent settings
  2508. ;
  2509. MSG_ProjectDependentSettingsBH (//)
  2510. If activated, this item will be\n\
  2511. project dependent which means that\n\
  2512. each project can have its own\n\
  2513. value for it.
  2514. ;
  2515. MSG_RecordMemory (//)
  2516. Record memory?
  2517. ;
  2518. MSG_Formats (//)
  2519. Formats?
  2520. ;
  2521. MSG_RecordDeleteRequester (//)
  2522. Record delete requester?
  2523. ;
  2524. MSG_ProgramIncludeDir (//)
  2525. Include directory?
  2526. ;
  2527. MSG_ProgramDebugInfo (//)
  2528. Debug information?
  2529. ;
  2530. MSG_ProgramOutputFile (//)
  2531. Program output file?
  2532. ;
  2533.