home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / Fiasco_2.2 / Development / Locale / Fiasco.cd < prev    next >
Encoding:
Text File  |  1998-10-06  |  36.6 KB  |  1,807 lines

  1. ;
  2. ; Fiasco.cd
  3. ; Catalog descriptor file for Fiasco 2.2
  4. ; Copyright © 1995-1998 Nils Bandener
  5. ; $VER: Fiasco_cd 8.7 (19.7.98)
  6. ;
  7. ; Please read first the readme file!
  8. ;
  9. ; Translators name, will be displayed in About requester
  10. ; Should be like "Klingon translation by Agima Foobar"
  11. MSG_TRANSLATOR (0//)
  12.  
  13. ;
  14. ; standard strings
  15. ;
  16. MSG_OK (1//)
  17. Ok
  18. MSG_CANCEL (//)
  19. Cancel
  20. MSG_CONTINUE (//)
  21. Continue
  22. MSG_TERMINATE (//)
  23. Terminate
  24. MSG_RETRYCANCEL (//)
  25. Retry|Cancel
  26. MSG_OKCANCEL (//)
  27. Ok|Cancel
  28. MSG_YESNO (//)
  29. Yes|No
  30. MSG_SAVE_GAD (//)
  31. _Save...
  32. MSG_LOAD_GAD (//)
  33. _Load...
  34. MSG_CONTINUE_CANCEL (//)
  35. Continue|Cancel
  36. ;
  37. ; Progress-Strings
  38. ;
  39. MSG_FREEING_PROJECT (20//)
  40. freeing project...
  41. MSG_CREATING_PROJECT (//)
  42. creating project...
  43. MSG_CREATING_BACKUP (//)
  44. creating backup...
  45. MSG_WRITING (//)
  46. writing...
  47. MSG_READING (//)
  48. reading...
  49. MSG_WRITING_ICON (//)
  50. writing icon...
  51. MSG_WRITING_RELATIONS (//)
  52. writing relations...
  53. MSG_READING_RELATIONS (//)
  54. reading relations...
  55. MSG_OPENING_FILE (//)
  56. opening file...
  57. MSG_SEARCHING (//)
  58. searching...
  59. MSG_CREATING_FILTER (//)
  60. creating filter...
  61. MSG_SORTING (//)
  62. sorting...
  63. MSG_CREATING_DT_OBJECT (//)
  64. creating DTObject...
  65. MSG_CONVERTING_FIELD (//)
  66. converting field...
  67. MSG_VIRTUAL_FIELDS (//)
  68. virtual fields...
  69. MSG_PRINTING (//)
  70. printing...
  71. MSG_AREXX_PRINTING (//)
  72. ARexx print...
  73. MSG_SCANNING_FILE (//)
  74. scanning file...
  75. ;
  76. ; Other messages for the status field
  77. ;
  78. MSG_POSITION_OCCUPIED (40//)
  79. position occupied
  80. MSG_ILLEGAL_POSITION (//)
  81. illegal position
  82. MSG_NO_FIELD_ACTIVE (//)
  83. no field active
  84. MSG_RESERVED4 (//)
  85. ;
  86. ; Errors
  87. ;
  88. MSG_NOT_ENOUGH_MEMORY (50//)
  89. Not enough memory
  90. MSG_NOT_ENOUGH_CHIP_MEM (//)
  91. Not enough Chip memory
  92. MSG_COULDNT_OPEN_S_VERSION_D (//)
  93. Couldn`t open %s\nversion %ld or higher
  94. MSG_COULDNT_OPEN_FONT (//)
  95. Couldn`t open font %s %ld
  96. MSG_COULDNT_OPEN_FILE (//)
  97. Couldn`t open file
  98. MSG_COULDNT_OPEN_WINDOW (//)
  99. Couldn`t open window
  100. MSG_COULDNT_CREATE_GADGETS (//)
  101. Couldn`t create gadgets
  102. MSG_COULDNT_CREATE_MENUS (//)
  103. Couldn`t create menus
  104. MSG_COULDNT_CREATE_BOOPSI (//)
  105. Couldn`t create BOOPSI object
  106. MSG_COULDNT_ALLOC_ASL (//)
  107. Couldn`t allocate ASL requester
  108. MSG_COULDNT_CREATE_MSGPORT (//)
  109. Couldn`t create message port
  110. MSG_COULDNT_LOCK_PUBSCREEN (//)
  111. Couldn`t lock public screen
  112. MSG_COULDNT_GET_VISUALINFO (//)
  113. Couldn`t get visual info
  114. MSG_COULDNT_GET_SCR_DRAWINFO (//)
  115. Couldn`t get screen draw info
  116. MSG_COULDNT_CREATE_CUSTOMGADS (//)
  117. Couldn`t create custom gadgets
  118. MSG_COULDNT_OPEN_S (//)
  119. Couldn`t open %s
  120. MSG_PROBLEMS_WITH_S_S (//)
  121. Problems with %s\n%s
  122. MSG_DATATYPES_LIBRARY_REQUIRED (//)
  123. datatypes.library required
  124. MSG_AMIGAGUIDE_LIBRARY_REQUIRED (//)
  125. amigaguide.library required for online-help
  126. MSG_COULDNT_OPEN_GUIDE_ERROR_D (//)
  127. Couldn`t open Guide\nError: %ld
  128. MSG_COULDNT_CREATE_BACKUP_S_S (//)
  129. Couldn`t create backup %s\n%s
  130. MSG_COULDNT_CREATE_BACKUP_OF_S_S (//)
  131. Couldn`t create backup of %s\n%s
  132. MSG_ERROR_WHILE_WRITING_S_S (//)
  133. Error while writing %s\n%s
  134. MSG_ERROR_WHILE_READING_S_S (//)
  135. Error while reading %s\n%s
  136. MSG_COULDNT_OPEN_S_FOR_WRITING_S (//)
  137. Couldn`t open \"%s\" for write access\n%s
  138. MSG_COULDNT_OPEN_S_FOR_READING_S (//)
  139. Couldn`t open \"%s\" for read access\n%s
  140. ; Spelling error: should have been MSG_S_IS_NOT_A_VALID_FIASCO_PROJECT
  141. MSG_S_IS_NO_A_VALID_FIASCO_PROJECT (//)
  142. \"%s\"\nis not a valid Fiasco database file
  143. MSG_COULDNT_SAVE_SETTINGS_TO_S  (//)
  144. Couldn`t save settings to \"%s\"
  145. MSG_COULDNT_READ_SETTINGS_FROM_S (//)
  146. Couldn`t read settings from \"%s\"
  147. MSG_COULDNT_FIND_KEY (//)
  148. Couldn`t find key
  149. MSG_COULDNT_FIND_RELATED_FIELD (//)
  150. Couldn`t find related field
  151. MSG_COULDNT_OPEN_S_FOR_RELATIONS_S (//)
  152. Couldn`t open \"%s\" for relations\n%s
  153. MSG_COULDNT_EXECUTE_S (//)
  154. Couldn`t execute %s
  155. MSG_INVALID_NEWMENU (//)
  156. Invalid NewMenu structure
  157. MSG_MENU_HAS_BEEN_TRIMMED (//)
  158. Menu has been trimmed
  159. MSG_KEY_AND_REAL_EQUAL (//)
  160. Key and real Field must not be equal
  161. MSG_COULDNT_OPEN_SCREEN (//)
  162. Couldn`t open screen\n%s
  163. MSG_COULDNT_LOCK_PROJECT_DIR (//)
  164. Couldn`t lock directory of project\n%s
  165. ;
  166. ; ARexx
  167. ;
  168. ; See also ARexx Errors at another location in this file
  169. ;
  170. MSG_SCRIPT_RETURNED_ERROR (100//)
  171. Error in ARexx-Script \"%s\":\nLevel: %ld\nError: %s (%ld)
  172. MSG_RC5 (//)
  173. Warning (rc = 5)
  174. MSG_RC10 (//)
  175. Error (rc = 10)
  176. MSG_RC20 (//)
  177. Fatal Error (rc = 20)
  178. MSG_S_IN_AREXX_SCRIPT_CMD_S_S (//)
  179. %s in ARexx script:\nCommand Line: \"%s\"\nCommand Template: \"%s\"\nDescription: %s
  180. MSG_REQUIRED_ARG_MISSING (//)
  181. required argument missing
  182. MSG_BAD_MODE (//)
  183. command may not be called in this mode
  184. MSG_NO_RECORD (//)
  185. No record active (Project empty?)
  186. MSG_UNKNOWN_ERROR (//)
  187. Unknown error
  188. MSG_NO_FIELD (//)
  189. Unknown field ID
  190. MSG_SEARCH_FAILED (//)
  191. Nothing found
  192. MSG_NO_RESULT (//)
  193. No result requested
  194. MSG_UNKNOWN_COMMAND (//)
  195. Unknown command
  196. MSG_BAD_NUMBER (//)
  197. Bad number
  198. MSG_BAD_ARGS (//)
  199. Bad args
  200. MSG_PROJECT_ACTIVE (//)
  201. Project already active
  202. MSG_UNKNOWN_PROJECT (//)
  203. Unknown project
  204. MSG_NO_AREXX (//)
  205. ARexx server not active
  206. MSG_GUI_NOT_LOCKED (//)
  207. GUI is not locked
  208. MSG_COULDNT_ACTIVATE_FIELD (//)
  209. Couldn`t activate Field
  210. MSG_WRONG_FIELD_TYPE (//)
  211. Wrong fieldtype
  212. MSG_NO_RECORD_4 (//)
  213. No record
  214. MSG_AREXX_SCRIPT_RETURNED (//)
  215. ARexx script\n%s\nreturned\n%s (%ld)
  216. MSG_COULD_NOT_START_AREXX_SCRIPT (//)
  217. Could not start ARexx script\n%s\n%s
  218. ;
  219. ;
  220. ;
  221. MSG_UNNAMED (130//)
  222. Unnamed
  223. MSG_FIASCO (//)
  224. Fiasco
  225. ; Strings 132 to 143 are reserved
  226. MSG_EDIT_RELATION (144//)
  227. Edit relation
  228. MSG_EDIT_MENU (//)
  229. User Menu
  230. MSG_SHOW_COLUMN (//)
  231. Show column
  232. MSG_SELECT_FILE (//)
  233. Select file
  234. MSG_SELECT_PREFS (//)
  235. Select prefs
  236. MSG_SELECT_FONT (//)
  237. Select font
  238. MSG_GOTO (//)
  239. Goto
  240. MSG_FILTER (//)
  241. Filter
  242. MSG_REPLACE (//)
  243. Replace
  244. MSG_COUNT (//)
  245. Count
  246. MSG_FIND (//)
  247. Find
  248. MSG_SORT (//)
  249. Sort
  250. MSG_OPTIONS (//)
  251. Options
  252. MSG_IMPORT (//)
  253. Import
  254. MSG_EXPORT (//)
  255. Export
  256. MSG_CONVERT_FIELD (//)
  257. Convert Field
  258. ; Displayed in Datatypes-Field:
  259. MSG_EMPTY (//)
  260. Empty
  261. MSG_NEW_FIELD (//)
  262. New Field:
  263. MSG_EDIT_FIELD (//)
  264. Edit Field:
  265. ; Displayed in Datatypes-Field:
  266. MSG_DT_LOADING_DEFERRED (//)
  267. Deferred
  268. MSG_DELETE_FIELD (//)
  269. Delete Field
  270. ;
  271. ; Fieldtypes
  272. ;
  273. MSG_FT_STRING (170//)
  274. String
  275. MSG_FT_INTEGER (//)
  276. Integer
  277. MSG_FT_FLOAT (//)
  278. Float
  279. MSG_FT_BOOL (//)
  280. Boolean
  281. MSG_FT_CYCLE (//)
  282. Cycle
  283. MSG_FT_SLIDER (//)
  284. Slider
  285. MSG_FT_DATE (//)
  286. Date
  287. MSG_FT_TIME (//)
  288. Time
  289. MSG_FT_EXTERN (//)
  290. Extern
  291. MSG_FT_DATATYPES (//)
  292. Datatypes
  293. MSG_FT_TEXT (//)
  294. Text
  295. MSG_FT_BUTTON (//)
  296. Button
  297. MSG_FT_BAR (//)
  298. Bar
  299. MSG_FT_VARSTRING (//)
  300. Var String
  301. MSG_FT_LISTVIEW (189//)
  302. Listview
  303. ;
  304. ; Service-Window
  305. ;
  306. MSG_ADD (190//)
  307. Add
  308. MSG_DEL (//)
  309. Delete
  310. ;
  311. ; Window/Group-Names
  312. ;
  313. MSG_ERASE (200//)
  314. Erase
  315. MSG_OPEN (//)
  316. Open
  317. MSG_QUIT (//)
  318. Quit
  319. MSG_ID (//)
  320. ID
  321. MSG_MAXCHARS (//)
  322. max chars
  323. MSG_WIDTH (//)
  324. Width
  325. MSG_HEIGHT (//)
  326. Height
  327. MSG_INITCONT (//)
  328. Initial Content
  329. MSG_COMMAND (//)
  330. Command
  331. MSG_MINMAX (//)
  332. Min/Max
  333. MSG_AREXX (//)
  334. ARexx
  335. MSG_STRETCH (//)
  336. Mask Stretching
  337. ;
  338. ; Longer Texts
  339. ;
  340. MSG_FATAL_ERROR (250//)
  341. FATAL ERROR!\nProject has to be closed!\nDo you want to save it before proceeding?\n(The original one will be in %s.bak)
  342. MSG_ILLEGAL_VAL_FOR_MAXCHARS (//)
  343. Illegal value for:\n\"Max chars\"
  344. MSG_D_ENTRIES_ARE_LONGER (//)
  345. Warning:\n%ld entries are longer than %ld chars!\nThe maximun length is %ld
  346. MSG_INVALID_VALUES_FOR (//)
  347. Invalid values for:
  348. MSG_FIELD_TOO_WIDE (//)
  349. Field is too wide!\nThe maximum width in this place is %ld.%s
  350. MSG_SHIFTING_NOT_POSSIBLE (//)
  351. \nShifting is not possible.
  352. MSG_NEEDSLABEL (//)
  353. You have to specify at least one label
  354. MSG_SMALLSTACK (//)
  355. The specified stacksize is relatively small!\nDo you really want to use this value?\n(Crashes are possible)
  356. MSG_ASK_REMOVE_RECORD (//)
  357. Do you really want\nto remove this record?
  358. MSG_ASK_REMOVE_FIELD (//)
  359. Do you really want\nto remove this field?\n(All data in this field will be lost!)
  360. MSG_FIASCO_TOO_OLD (//)
  361. You need a newer version of\nFiasco to load %s.\nThis is Fiasco %ld.%ld.\nThe file has been created with Fiasco %ld.%ld.
  362. ; Note: All Fiasco 2.0x versions (5.x) used the values in the wrong order.
  363. ;       Starting with Fiasco 2.1 (6.x) the values are displayed with this format string
  364. ;       in the correct order.
  365. MSG_PROB_NO_MEM (//)
  366. Probably not enough memory
  367. MSG_S_HAS_CHANGED_S_ANYWAY (//)
  368. \"%s\" has changed.\n%s anyway?
  369. MSG_INVALID_NUMBER (//)
  370. Invalid Number
  371. MSG_THERE_ARE_MENUS (//)
  372. There are already user-defined menus!\nShall I append the new menus or replace them?
  373. MSG_PATTERN_S_NOT_FOUND (//)
  374.  
  375. ; MSG_PATTERN_S_NOT_FOUND is unused
  376. MSG_FILTER_BOGUS (//)
  377. No records would match with this filter\nUsing old index
  378. MSG_ASK_REPLACE (//)
  379. Replace ?
  380. MSG_FOUND_PAT_D_TIMES (//)
  381. Found pattern %ld times.\n(%ld %%)
  382. MSG_NO_PATTERN (//)
  383. No pattern specified
  384. MSG_STATISTIC (//)
  385.  
  386. ; MSG_STATISTIC is unused
  387. MSG_FIELDTYPE_MISMATCH (//)
  388. Fieldtype mismatch
  389. MSG_MAXCHARS_TOO_SMALL (//)
  390. Max Chars of %s too small
  391. MSG_COULDNT_CLOSE_SCREEN (//)
  392. Fiasco is attempting to close its public screen.\nPlease close all windows.
  393. MSG_S_ALREADY_EXISTS_REALLY_OVERWRITE (//)
  394. %s already exists.\nDo you want to overwrite it?
  395. MSG_S_IS_INVALID (//)
  396. %s is corrupt 
  397. MSG_DO_REALLY_WANT_TO_REORG (//)
  398. Do you really want to reorganize the database\n%s?\n%ld unused records will be\nunrecoverably deleted!
  399. MSG_S_MAY_BE_INVALID (//)
  400. %s may be invalid.\nDo you want to try to load the database nethertheless?\n(Be careful with save commands, because that may destroy your data entirely!) 
  401. MSG_LOAD_DATABASE_CANCEL (//)
  402. Load Database|Cancel
  403. MSG_PERFORM_MODIFICATION_SAVE (//)
  404. To perform this modification,\nFiasco has to save the database.\nDo you want to continue?
  405. MSG_PATTERN_NOT_FOUND (//)
  406. Pattern not found
  407. MSG_ID_NOT_SUITABLE_FOR_FORMULAS (//)
  408. The ID defined for this field is not\nsuitable for use in Fiasco formulas.\nThus, you won't be able to use this field\nin a Fiasco formula.\n\nIDs to be used in a formula may not contain spaces,\ncharacters used as operators and may not begin with a digit.
  409. MSG_ASK_EXECUTE_STARTUP (//)
  410. A startup ARexx script has been\ndefined for this database.\nDo you really want to execute\nthe script:\n\"%s\"
  411. MSG_ASK_EXECUTE_SHUTDOWN (//)
  412. A shutdown ARexx script has been\ndefined for this database.\nDo you really want to execute\nthe script:\n\"%s\"
  413. ;
  414. ; Errors from OpenScreen()
  415. ;
  416. MSG_OSERR_NOMONITOR (290//)
  417. Monitor not availble
  418. MSG_OSERR_NOCHIPS (//)
  419. Newer custom chips required
  420. MSG_OSERR_UNKNOWNMODE (//)
  421. Unknown display mode
  422. MSG_OSERR_PUBNOTUNIQUE (//)
  423. Name of public screen already used
  424. ;
  425. ; EasyRequest-Gadgets
  426. ;
  427. MSG_SHIFT_SQUEEZE_CANCEL (300//)
  428. Shift|Squeeze|Cancel
  429. MSG_S_SAVE_THEN_S_CANCEL (//)
  430. %s|Save then %s|Cancel
  431. MSG_REPLACE_APPEND (//)
  432. Replace|Append
  433. MSG_CONTINUE_IGNORE (//)
  434. Continue|Help|Ignore
  435. MSG_OK_ABORT_SKIP (//)
  436. Ok|Abort|Skip
  437. MSG_SQUEEZE_CANCEL (//)
  438. Squeeze|Cancel
  439. MSG_CHANGE_TO_D_CHANGE_TO_D_CANCEL (//)
  440. Change to %ld|Change to %ld|Cancel
  441. MSG_RETURN_TO_MAIN_RETURN_TO_REQUESTER (//)
  442. Continue|Return to Requester
  443. ;
  444. ; iffparse
  445. ;
  446. MSG_NO_LEXICAL_SCOPE (350//)
  447. No lexical scope
  448. MSG_STREAM_READ_ERROR (//)
  449. Stream read error
  450. MSG_STREAM_WRITE_ERROR (//)
  451. Stream write error
  452. MSG_STREAM_SEEK_ERROR (//)
  453. Stream seek error
  454. MSG_FILE_IS_CORRUPT (//)
  455. File is corrupt
  456. MSG_IFF_SYNTAX_ERROR (//)
  457. IFF syntax error
  458. MSG_NOT_IFF (//)
  459. Not an IFF file
  460. MSG_IFF_ERROR (375//)
  461. IFF Error:\n%s
  462. MSG_COULDNT_OPEN_CLIPBOARD (//)
  463. Couldn`t open clipboard
  464. MSG_CLIPBOARD_CONTAINS_NO_FTXT (//)
  465. Clipboard contains no text
  466. ;
  467. ; Titles for miscelanneous requesters
  468. ;
  469. MSG_ASL_SELECT_DATABASE (400//)
  470. Select Database
  471. MSG_INPUT_NUMBER (//)
  472. Input Number:
  473. MSG_INPUT_STRING (//)
  474. Input String:
  475. MSG_SELECT_FIELD (//)
  476. Select Field
  477. ;
  478. ; Options-Requester
  479. ;
  480. MSG_NAME_GAD (1000//)
  481. _Name
  482. MSG_AUTHOR_GAD (//)
  483. _Author
  484. MSG_ANNO_GAD (//)
  485. Anno_tations
  486. MSG_STRECH_X_GAD (//)
  487. _X
  488. MSG_STRECH_Y_GAD (//)
  489. _Y
  490. MSG_OPT_WINDOWS (//)
  491. Windows
  492. MSG_OPT_OPEN_LIST_GAD (//)
  493. Open list on _startup
  494. MSG_OPT_FIX_LIST_COORD_GAD (//)
  495. _List position fixed
  496. MSG_OPT_FIX_MASK_COORD_GAD (//)
  497. _Mask position fixed
  498. MSG_OPT_RECORDS (//)
  499. Records
  500. MSG_OPT_RECORD_READ_TIME_GAD (//)
  501. Max. t_ime for reading (µs)
  502. MSG_OPT_MAX_MEMORY_GAD (//)
  503. Max. memo_ry (KB)
  504. MSG_OPT_DRAG_GAD (//)
  505. Drag Bar
  506. MSG_OPT_DEPTH_GAD (//)
  507. Depth Gadget
  508. MSG_OPT_CLOSE_GAD (//)
  509. Close Gadget
  510. MSG_OPT_SIZE_GAD (//)
  511. Size Gadget
  512. MSG_OPT_TITLE_GAD (//)
  513. Title
  514. MSG_OPT_AREXX_SCRIPTS (//)
  515. ARexx Scripts
  516. MSG_OPT_STARTUP_GAD (//)
  517. Database Startup
  518. MSG_OPT_SHUTDOWN_GAD (//)
  519. Database Shutdown
  520. MSG_OPT_MISC (//)
  521. Miscellaneous
  522. MSG_OPT_CD_ROM_MODE_GAD (//)
  523. CD ROM mode
  524. ;
  525. ; Fieldrequesters
  526. ;
  527. ; Standard
  528. ;
  529. MSG_ID_GAD (1100//)
  530. _ID
  531. MSG_WIDTH_GAD (//)
  532. _Width
  533. MSG_HEIGHT_GAD (//)
  534. _Height
  535. MSG_INIT_CONT_GAD (//)
  536. _Type
  537. MSG_USE_OLD_VALUE_GAD (//)
  538. Use old value
  539. MSG_MAX_CHARS_GAD (//)
  540. _Max Chars
  541. MSG_SCRIPT_GAD (//)
  542. ARexx-_Script
  543. MSG_READ_ONLY_GAD (//)
  544. _Read Only
  545. MSG_FIELDREQ_OPTIONS (//)
  546. Options
  547. MSG_FIELDREQ_EDIT_SCRIPT (//)
  548. Edit S_cript...
  549. MSG_USE_OWN_VALUE_GAD (//)
  550. Use own value
  551. MSG_OWN_VALUE_GAD (//)
  552. _Own value
  553. MSG_FR_VIRTUAL_GAD (1113//)
  554. _Virtual
  555. MSG_FR_FREEDOM_GAD (//)
  556. _Freedom
  557. MSG_FR_FREEDOM_HORIZ (//)
  558. Horizontal
  559. MSG_FR_FREEDOM_VERT (//)
  560. Vertical
  561. MSG_FR_WIDTH_HEIGHT_GAD (//)
  562. Width_/Height
  563. MSG_FR_LISTVIEW_GAD (//)
  564. _Listview
  565. MSG_FR_KEYBOARD_SHORTCUT_GAD (//)
  566. _Keyboard Shortcut
  567. MSG_FR_KEYBOARD_SHORTCUT (//)
  568. Keyboard Shortcut
  569. MSG_FR_JUSTIFICATION_GAD (//)
  570. _Justification
  571. MSG_FR_JUSTIFICATION_LEFT (//)
  572. Left
  573. MSG_FR_JUSTIFICATION_RIGHT (//)
  574. Right
  575. MSG_FR_JUSTIFICATION_CENTERED (//)
  576. Centered
  577. MSG_FR_LIST_JUSTIFICATION_GAD (//)
  578. J_ustification
  579. MSG_FR_MASK_HIDDEN_GAD (//)
  580. Hidd_en
  581. MSG_FR_LIST_HIDDEN_GAD (//)
  582. Hidde_n
  583. MSG_FR_LIST (//)
  584. List Window
  585. MSG_FR_MASK (//)
  586. Mask Window
  587. MSG_FR_STRUCTURE (//)
  588. Structure
  589. MSG_FR_LIST_WIDTH_GAD (//)
  590. Width
  591. MSG_FR_STYLE (//)
  592. Style
  593. MSG_FR_WIDTH (//)
  594. Mask/Width
  595. MSG_FR_HEIGHT (//)
  596. Mask/Height
  597. MSG_FR_MAX_CHARS (//)
  598. Max Chars
  599. MSG_FR_LIST_WIDTH (//)
  600. List/Width
  601. MSG_FR_SELECT_FIELD_TO_EDIT (//)
  602. Select field to edit:
  603. MSG_FR_FORMULA_GAD (//)
  604. Formula
  605. MSG_FR_PROGRAMMING (//)
  606. Programming
  607. MSG_FR_PREDEF_VALUES_GAD (//)
  608. Predefined Values...
  609. MSG_FR_SELECT_ONLY_GAD (//)
  610. Select Only
  611. MSG_FR_AREXX_ARGS_GAD (//)
  612. Arguments
  613. ;
  614. ; String
  615. ;
  616. ; Integer
  617. ;
  618. MSG_GIMME_UNI_ID_GAD (1200//)
  619. Use unique Key
  620. ;
  621. ; Float
  622. ;
  623. MSG_PRECISION_GAD (1250//)
  624. _Precision
  625. ;
  626. ; Slider
  627. ;
  628. MSG_MIN_VAL_GAD (1300//)
  629. _Min. Value
  630. MSG_MAX_VAL_GAD (//)
  631. Ma_x. Value
  632. MSG_FORMAT_GAD (//)
  633. _Format
  634. MSG_MAX_FORMAT_LEN_GAD (//)
  635. Format Len_gth
  636. ;
  637. ; Cycle
  638. ;
  639. MSG_LABELS_GAD (1350//)
  640. Labels
  641. MSG_ADD_CYCLE_LABEL_GAD (//)
  642. Add
  643. MSG_DEL_CYCLE_LABEL_GAD (//)
  644. Del
  645. ;
  646. ; Date
  647. ;
  648. MSG_USE_CURRENT_DATE_GAD (1400//)
  649. Use current date
  650. ;
  651. ; Time
  652. ;
  653. MSG_USE_CURRENT_TIME_GAD (1450//)
  654. Use current time
  655. MSG_FR_TIME_DURATION_GAD (//)
  656. _Duration format
  657. ;
  658. ; Extern
  659. ;
  660. MSG_COMMAND_GAD (1500//)
  661. Comman_d
  662. MSG_STACK_GAD (//)
  663. St_ack
  664. MSG_FILEREQ_GADGET_GAD (//)
  665. File_Req Gadget
  666. MSG_FR_EXT_COMMAND (//)
  667. Command
  668. ;
  669. ; Datatypes
  670. ;
  671. ; Since v5, most of these strings are no longer used directly in the
  672. ; datatypes field requester, but in the datatypes options requester. 
  673. ; The datatypes options requester can be opened using the options gadget 
  674. ; in the datatypes field requester.
  675. ;
  676. MSG_SCROLLBARS_GAD (1550//)
  677. Scroll_bars
  678. MSG_DEFER_LOADING_GAD (//)
  679. _Defer Loading
  680. MSG_SAVE_GADGET_GAD (//)
  681. Save _Gadget
  682. MSG_IMMEDIATE_PLAY_GAD (//)
  683. _Play immediately
  684. MSG_DT_BORDER_GAD (//)
  685. Bo_rder
  686. MSG_DT_STRING_GAD (//)
  687. Display _filename
  688. MSG_DT_TYPE_OPTIONS_GAD (//)
  689. _Options...
  690. MSG_DT_CENTER_CONTENTS_GAD (//)
  691. _Center
  692. ;
  693. ; Text
  694. ;
  695. MSG_TEXT_GAD (1600//)
  696. _Text
  697. MSG_PEN_GAD (//)
  698. _Pen
  699. MSG_BOLD_GAD (//)
  700. _Bold
  701. MSG_ITALICS_GAD (//)
  702. _Italics
  703. MSG_UNDERLINED_GAD (//)
  704. _Underlined
  705. MSG_NORMAL_GAD (//)
  706. Normal
  707. MSG_HIGHLIGHT_GAD (//)
  708. Highlight
  709. MSG_TXT_TEXT (//)
  710. Text
  711. ;
  712. ; Button
  713. ;
  714. MSG_CONSOLE_WINDOW_GAD (1650//)
  715. Co_nsole window
  716. MSG_FR_BUTTON_PROGRAM_TYPE_GAD (//)
  717. T_ype
  718. MSG_FR_BUTTON_PROGRAM (//)
  719. Action
  720. ;
  721. ; Var String
  722. ;
  723. MSG_CLIPBOARD_GADGETS_GAD (1700//)
  724. _Clipboard Gadgets
  725. ;
  726. ; Datatypes Type Options
  727. ;
  728. MSG_DTTO_PICTURES (1750//)
  729. Pictures
  730. MSG_DTTO_SCALING_GAD (//)
  731. _Scaling
  732. MSG_DTTO_SCALING_OFF (//)
  733. Off
  734. MSG_DTTO_SCALING_IF_BIGGER (//)
  735. If Bigger
  736. MSG_DTTO_SCALING_ALWAYS (//)
  737. Always
  738. MSG_DTTO_SCALE_SIZE_GAD (//)
  739. Scale Si_ze
  740. MSG_DTTO_FULL_SIZE (//)
  741. Full Size
  742. MSG_DTTO_PROPORTIONAL_SMALL (//)
  743. Proportional Small
  744. MSG_DTTO_PROPORTIONAL_BIG (//)
  745. Proportional Big
  746. MSG_DTTO_TEXTS (//)
  747. Texts
  748. MSG_DTTO_WORDWRAP_GAD (//)
  749. _Word Wrap
  750. MSG_DTTO_MISC (//)
  751. Miscellaneous
  752. MSG_DTTO_MASK (//)
  753. Mask
  754. MSG_DTTO_TITLE (//)
  755. Datatypes Options
  756. MSG_DTTO_DONT_REQUEST_DISKS (//)
  757. Do not request disks
  758. ;
  759. ; Popup Gadget
  760. ;
  761. MSG_POG_TITLE (1800//)
  762. Popup Gadget
  763. MSG_POG_TYPE_GAD (//)
  764. _Popup Gadget
  765. MSG_POG_TYPE_OFF (//)
  766. Off
  767. MSG_POG_TYPE_PREDEFINED_VALUE (//)
  768. Request Predefined Value
  769. MSG_POG_TYPE_AREXX_SCRIPT (//)
  770. Execute ARexx Script
  771. MSG_POG_PREDEFINED_VALUES (//)
  772. Predefined Values
  773. MSG_POG_VALUE_GAD (//)
  774. _Value
  775. MSG_POG_VALUE_NEW_GAD (//)
  776. _New
  777. MSG_POG_VALUE_DEL_GAD (//)
  778. _Del.
  779. MSG_POG_AREXX_SCRIPT (//)
  780. ARexx Script
  781. ;
  782. ; Predefined Values Requester
  783. ;
  784. MSG_PDR_TITLE (1850//)
  785. Predefined Values
  786. MSG_PDR_FIELD_GAD (//)
  787. Field:
  788. MSG_PDR_OLD_VALUE_GAD (//)
  789. Old Value:
  790. MSG_PDR_NEW_VALUE_GAD (//)
  791. _New Value:
  792. MSG_PDR_SORT_GAD (//)
  793. _Sort
  794. ;
  795. ; Search and related
  796. ;
  797. MSG_FIELD_GAD (2000//)
  798. _Fields:
  799. MSG_PATTERN_GAD (2002//)
  800. Pa_ttern
  801. MSG_BLURRED_GAD (//)
  802. Blurred Search
  803. MSG_NEXT_GAD (2005//)
  804. Next
  805. MSG_FIRST_GAD (//)
  806. First
  807. MSG_PREV_GAD (//)
  808. Previous
  809. MSG_REPLACE_GAD (//)
  810. _Replacement
  811. MSG_CONFIRM_GAD (//)
  812. C_onfirm
  813. MSG_ALL_GAD (//)
  814. All
  815. MSG_SEARCH_INDEX_GAD (//)
  816. _Index
  817. MSG_MARK_TITLE (//)
  818. Mark
  819. MSG_SEARCH_FOR_GAD (//)
  820. Search for:
  821. MSG_SEARCH_DELETE_GAD (//)
  822. _Delete
  823. MSG_SEARCH_BLURRED_SEARCH_OFF (//)
  824. «Off»
  825. MSG_SEARCH_MODE_GAD (//)
  826. Mode:
  827. MSG_SEARCH_MODE_BY_FIELDS (//)
  828. By Fields
  829. MSG_SEARCH_MODE_BY_FORMULA (//)
  830. By Formula
  831. MSG_SEARCH_FORMULA_GAD (//)
  832. _Formula:
  833. MSG_SEARCH_SEARCHINFO_NAME_GAD (//)
  834. Name:
  835. ;
  836. ; Replace
  837. ;
  838. MSG_SEARCH_REPLACE_FIELD_GAD (//)
  839. Field
  840. MSG_SEARCH_REPLACE_SELECTED_FIELDS_GAD (//)
  841. Replace
  842. MSG_SEARCH_REPLACE_DELETE_FIELD_GAD (//)
  843. Delete
  844. MSG_SEARCH_REPLACE_MODE_VALUE (//)
  845. Replace by value:
  846. MSG_SEARCH_REPLACE_MODE_FORMULA (//)
  847. Replace by formula result:
  848. ;
  849. ;
  850. MSG_SEARCH_SELECT_VALUE (2035//)
  851. Select Value:
  852. ;
  853. ; Search Info
  854. ;
  855. MSG_SEARCHINFO_TITLE (2040//)
  856. Select Search Information
  857. MSG_SEARCHINFO_NAME_DEFAULT (2045//)
  858. Default
  859. MSG_SEARCHINFO_NAME_FILTER_DEFAULT (//)
  860. Filter Default
  861. ;
  862. ; Sort
  863. ;
  864. MSG_SORT_BY_GAD (2050//)
  865. Sort _by
  866. MSG_DESCENDING_GAD (//)
  867. _Descending
  868. MSG_SORT_DEL_GAD (//)
  869. D_elete
  870. MSG_SORT_FIELDS_GAD (//)
  871. _Fields
  872. MSG_SORT_INDEX_GAD (//)
  873. _Index
  874. MSG_SORT_USE_LOCALE_GAD (//)
  875. Use _Locale Settings
  876. ;
  877. ; Goto
  878. ;
  879. MSG_GOTO_RECORD_NUMBER (2101//)
  880. Record Number:
  881. ;
  882. ; Relations
  883. ;
  884. MSG_RELATED_FILE_GAD (2150//)
  885. _Related File
  886. MSG_KEY_HERE_GAD (//)
  887. _Local Key
  888. MSG_KEY_THERE_GAD (//)
  889. _Remote Key
  890. MSG_REAL_THERE_GAD (//)
  891. Remote r_eal Data
  892. MSG_REAL_HERE_GAD (//)
  893. Local real Data
  894. MSG_RELATION_TYPE_GAD (//)
  895. T_ype
  896. MSG_RELATION_ONE_WAY_GAD (//)
  897. Only read relation
  898. ;
  899. MSG_RELATION_ONLY_LISTS (2180//)
  900. Only listviews
  901. MSG_RELATION_ONLY_SIMPLE_TYPES (//)
  902. Only simple types
  903. MSG_RELATION_MATCH_KEY_HERE_ONLY_SIMPLE (//)
  904. Match local Key, Only Simple
  905. MSG_RELATION_MATCH_REAL_HERE (//)
  906. Match local real Data
  907. ;
  908. MSG_RELATION_TYPE_ONE_TO_ONE_GAD (2190//)
  909. 1:N (Field with same key directly copied)
  910. MSG_RELATION_TYPE_SUM_TO_N_GAD (//)
  911. N:Sum (Fields with same key summed up)
  912. MSG_RELATION_TYPE_ONE_TO_N_GAD (//)
  913. N:L (Fields with same key copied in list)
  914. MSG_RELATION_TYPE_N_TO_ONE_GAD (//)
  915. 1:L (Fields with same key in list copied in list)
  916. ;
  917. ; Usermenu
  918. ;
  919. MSG_ITEMS_GAD (2200//)
  920. Items
  921. MSG_TYPE_GAD (//)
  922. _Type
  923. MSG_MENU_COMMAND_GAD (//)
  924. _Command
  925. MSG_AREXX_GAD (//)
  926. ARexx
  927. MSG_CLI_GAD (//)
  928. CLI
  929. MSG_ADD_USER_ITEM_GAD (//)
  930. Add
  931. MSG_DEL_USER_ITEM_GAD (//)
  932. Del
  933. ;
  934. ; Export/Import
  935. ;
  936. MSG_XP_FILE_GAD (2300//)
  937. _File
  938. MSG_XP_VIEW_GAD (//)
  939. _View
  940. MSG_XP_RECORDS (2310//)
  941. Records
  942. MSG_XP_RECORD_START_GAD (//)
  943. S_tart
  944. MSG_XP_RECORD_END_GAD (//)
  945. _End
  946. MSG_XP_RECORD_SEPERATOR_GAD (//)
  947. Se_perator
  948. MSG_XP_FIELDS (2340//)
  949. Fields
  950. MSG_XP_FIELD_START_GAD (//)
  951. St_art
  952. MSG_XP_FIELD_END_GAD (//)
  953. E_nd
  954. MSG_XP_FIELD_SEPERATOR_GAD (//)
  955. Sepe_rator
  956. MSG_XP_MISC (//)
  957. Misc
  958. MSG_XP_SKIP_LINES_GAD (//)
  959. Skip _Lines
  960. MSG_XP_START_SKIP_GAD (//)
  961. Start S_kip
  962. MSG_XP_OPTIONS (//)
  963. Options
  964. MSG_XP_FIRST_LINE_IDS_GAD (//)
  965. First record contains _IDs
  966. MSG_XP_APPEND_NEW_FIELDS_GAD (//)
  967. Append ne_w fields
  968. MSG_XP_OVERWRITE_OLD_PROJECT_GAD (//)
  969. _Overwrite old project
  970. MSG_XP_MARKED_RECORDS_ONLY_GAD (//)
  971. _Marked records only
  972. MSG_XP_MAX_FIELDS_GAD (//)
  973. Ma_x Fields
  974. MSG_XP_LISTVIEWS (//)
  975. Listviews
  976. MSG_XP_ENTRY_SEPARATOR_GAD (//)
  977. Entry Separator
  978. ;
  979. ; Convert Field
  980. ;
  981. MSG_FIELD_ID_GAD (2400//)
  982. Field ID
  983. MSG_OLD_TYPE_GAD (//)
  984. old Type
  985. MSG_NEW_TYPE_GAD (//)
  986. _new Type
  987. MSG_ALTERNATIVE_FORMAT_GAD (//)
  988. _alternative format
  989. MSG_CONV_OPTIONS (//)
  990. Options
  991. ;
  992. ; Warning requester in Convert Field
  993. ;
  994. MSG_CONV_S_IS_USED_BY (2430//)
  995. %s is used by:
  996. MSG_CONV_REMOVE_CANCEL (//)
  997. Remove|Cancel
  998. MSG_CONV_ONE_RELATION (//)
  999. · 1 relation as Real Here
  1000. MSG_CONV_D_RELATIONS (//)
  1001. · %ld relations
  1002. ; Unused
  1003. MSG_CONV_ONE_INDEX_FOR_SORTING (//)
  1004. · 1 index for sorting
  1005. MSG_CONV_D_INDICES_FOR_SORTING (//)
  1006. · %ld indices for sorting
  1007. MSG_CONV_ONE_INDEX_FOR_FILTERING (//)
  1008. · 1 index for filtering
  1009. MSG_CONV_D_INDICES_FOR_FILTERING (//)
  1010. · %ld indices for filtering
  1011. ;
  1012. ; Display
  1013. ;
  1014. MSG_PUBLIC_SCREEN_GAD (2450//)
  1015. PublicScreen
  1016. MSG_CUSTOM_SCREEN_GAD (//)
  1017. CustomScreen
  1018. MSG_SCREEN_MODE_GAD (//)
  1019. Screen Mode
  1020. MSG_MASK_FONT (//)
  1021. Mask Font
  1022. MSG_CUSTOM_SCREEN_FONT (//)
  1023. Custom Screen Font
  1024. MSG_USE_CUSTOM_FONT_S_GAD (//)
  1025. Custom Font
  1026. MSG_USE_WB_SCREEN_S_GAD (//)
  1027. WB Screen Font
  1028. MSG_USE_CUSTOM_FONT_M_GAD (//)
  1029. Custom Font
  1030. MSG_USE_SYSTEM_DEFAULT_FONT_M_GAD (//)
  1031. System Default Font
  1032. MSG_SCREEN (//)
  1033. Screen
  1034. MSG_SCREEN_TYPE_GAD (//)
  1035. Screen_type
  1036. MSG_PUBSCREEN_NAME_GAD (//)
  1037. _PubScreen Name
  1038. MSG_SCREEN_FONT_TYPE_GAD (//)
  1039. Screen _Font
  1040. MSG_MASK_FONT_TYPE_GAD (//)
  1041. _Mask Font
  1042. MSG_SELECT_CUSTOM_FONT (//)
  1043. Custom Font
  1044. ; Window Title:
  1045. MSG_DISPLAY_TITLE (//)
  1046. Display
  1047. MSG_IMAGES (//)
  1048. Images
  1049. MSG_NEW_LOOK_PROP_GADS_GAD (//)
  1050. _New look proportional gadgets
  1051. ;
  1052. ; Print
  1053. ;
  1054. ; Print Elements Req
  1055. ;
  1056. MSG_PF_NEW_ELEMENT (2500//)
  1057. New Element:
  1058. MSG_PF_EDIT_ELEMENT (//)
  1059. Edit Element:
  1060. MSG_PF_FIELD_GAD (//)
  1061. _Field
  1062. MSG_PF_WIDTH_GAD (//)
  1063. _Width
  1064. MSG_PF_TEXT_GAD (//)
  1065. _Text
  1066. MSG_PF_CLIP_GAD (//)
  1067. _Clip
  1068. MSG_PF_BOLD_GAD (//)
  1069. _Bold
  1070. MSG_PF_ITALIC_GAD (//)
  1071. _Italic
  1072. MSG_PF_UNDERLINED_GAD (//)
  1073. _Underlined
  1074. MSG_PF_STYLE (//)
  1075. Style
  1076. MSG_PF_HEIGHT_GAD (//)
  1077. _Height
  1078. MSG_PF_JUSTIFICATION_GAD (//)
  1079. _Justification
  1080. MSG_PF_JUSTIFICATION_LEFT (//)
  1081. Left
  1082. MSG_PF_JUSTIFICATION_RIGHT (//)
  1083. Right
  1084. MSG_PF_JUSTIFICATION_CENTERED (//)
  1085. Centered
  1086. ;
  1087. ; Print Elements
  1088. ;
  1089. MSG_P_ELEMENT_FIELD (2520//)
  1090. Field
  1091. MSG_P_ELEMENT_TEXT (//)
  1092. Text
  1093. MSG_P_ELEMENT_FORMFEED (//)
  1094. Formfeed
  1095. ;
  1096. ; Print Options
  1097. ;
  1098. MSG_PO_TITLE (2530//)
  1099. Print Options
  1100. MSG_PO_PRINT_TO_GAD (//)
  1101. Print _to
  1102. MSG_PO_MARKED_ONLY_GAD (//)
  1103. Only _marked records
  1104. MSG_PO_AREXX_PRINT_GAD (//)
  1105. Print with _ARexx
  1106. MSG_PO_WAIT_AFTER_EACH_PAGE_GAD (//)
  1107. _Wait after each Page
  1108. ;
  1109. ; Print window title
  1110. ;
  1111. MSG_PRT_WINDOW_TITLE (2548//)
  1112. Fiasco Print: %s with %s
  1113. ;
  1114. ; For "Wait after each Page"
  1115. ;
  1116. MSG_PRT_WAITING (2549//)
  1117. Waiting...
  1118. MSG_PRT_CONTINUE_ABORT (2547//)
  1119. Continue|Abort
  1120. ;
  1121. ;
  1122. ; External Programs & Paths Settings
  1123. ;
  1124. MSG_EDITOR_PROG_GAD (2551//)
  1125. _Editor Program
  1126. MSG_EDITOR_STACK_GAD (//)
  1127. Stack
  1128. MSG_PROGRAMS_TITLE (//)
  1129. External Programs and Paths
  1130. ; Title of Window
  1131. MSG_PROGRAMS_PROGRAMS_TITLE (//)
  1132. Programs
  1133. MSG_PROGRAMS_TEXT_VIEWER_PROGRAM_GAD (//)
  1134. _Text Viewer Program
  1135. MSG_PROGRAMS_TEXT_VIEWER_STACK_GAD (//)
  1136. Stack
  1137. MSG_PROGRAMS_PATHS_TITLE (//)
  1138. Paths
  1139. MSG_PROGRAMS_PATH_FIASCO_GAD (//)
  1140. Fiasco Path for Icons
  1141. MSG_PROGRAMS_PATH_DATABASE_DEFAULT_GAD (//)
  1142. Default Database Directory
  1143. ;
  1144. ; Statistic
  1145. ;
  1146. MSG_DB_STATISTIC (2600//)
  1147. Database statistic
  1148. MSG_DB_STATISTIC_FLUSH_RECORDS_GAD (//)
  1149. _Flush unused Records
  1150. MSG_DB_STATISTIC_FILE (//)
  1151. Database:
  1152. MSG_DB_STATISTIC_INDEX (//)
  1153. Index:
  1154. MSG_DB_STATISTIC_DISK_RECORDS (//)
  1155. Records on disk:
  1156. MSG_DB_STATISTIC_INDEX_RECORDS (//)
  1157. Records in index:
  1158. MSG_DB_STATISTIC_ADDED_RECORDS (//)
  1159. Added records in RAM:
  1160. MSG_DB_STATISTIC_LOADED_RECORDS (//)
  1161. Disk-loaded records in RAM:
  1162. MSG_DB_STATISTIC_ALL_RECORDS (//)
  1163. All records in RAM:
  1164. MSG_DB_STATISTIC_FREE_MEM (//)
  1165. Free RAM:
  1166. MSG_DB_STATISTIC_SIZE_ONE_RECORD (//)
  1167. RAM size of one record:
  1168. MSG_DB_STATISTIC_SIZE_ALL_RECORDS (//)
  1169. RAM size of all records:
  1170. MSG_DB_STATISTIC_CHANGED_RECORDS (//)
  1171. Changed records in RAM:
  1172. MSG_DB_STATISTIC_DELETED_RECORDS (//)
  1173. Deleted records in RAM:
  1174. ;
  1175. ; Indices
  1176. ;
  1177. MSG_INDICES_TITLE (2650//)
  1178. Indices
  1179. MSG_INDEX_INDEX_FILES_GAD (//)
  1180. Index _Files
  1181. MSG_INDEX_NEW_INDEX_GAD (//)
  1182. New
  1183. MSG_INDEX_DEL_INDEX_GAD (//)
  1184. Delete
  1185. MSG_INDEX_EDIT_INDEX_GAD (//)
  1186. Edit
  1187. MSG_INDEX_NO_INDEX (//)
  1188. «No Index»
  1189. ;
  1190. ; New/Edit Index
  1191. ;
  1192. MSG_NEW_INDEX_TITLE (2700//)
  1193. New Index
  1194. MSG_EDIT_INDEX_TITLE (//)
  1195. Edit Index
  1196. MSG_NEW_INDEX_COPY (//)
  1197. _Index Source:
  1198. MSG_NEW_INDEX_EDIT_SORT_GAD (//)
  1199. Index Sorting...
  1200. MSG_NEW_INDEX_EDIT_FILTER_GAD (//)
  1201. Index Filter...
  1202. MSG_NEW_INDEX_AUTO_ADD_NEW_RECORDS_GAD (//)
  1203. _Automatically add new Records
  1204. ;
  1205. ; User interface prefs
  1206. ;
  1207. MSG_UIP_TITLE (2750//)
  1208. User Interface
  1209. MSG_UIP_SERVICE_WINDOW (//)
  1210. Service Window
  1211. MSG_UIP_SW_OPEN_ON_STARTUP_GAD (//)
  1212. Open on _Startup
  1213. MSG_UIP_SW_FIXED_POSITION_GAD (//)
  1214. _Fixed Position
  1215. MSG_UIP_MISC (//)
  1216. Miscellaneous
  1217. MSG_UIP_CREATE_ICONS_GAD (//)
  1218. Create _Icons
  1219. MSG_UIP_SPEECH_GAD (//)
  1220. Speech
  1221. MSG_UIP_SECURITY_REQS_GAD (//)
  1222. Security requesters
  1223. MSG_UIP_CYCLE_WITH_ENTER_GAD (//)
  1224. Cycle through fields with `Enter'
  1225. MSG_UIP_ACTIVATE_FIRST_FIELD_GAD (//)
  1226. Automatically activate first field
  1227. MSG_UIP_REQUEST_FILE_GAD (//)
  1228. Ask for database when started empty
  1229. MSG_UIP_AREXX_SCRIPTS (//)
  1230. ARexx Scripts
  1231. MSG_UIP_AREXX_STARTUP_GAD (//)
  1232. Program Startup
  1233. MSG_UIP_AREXX_SHUTDOWN_GAD (//)
  1234. Program Shutdown
  1235. MSG_UIP_AREXX_AUTO_EXEC_GAD (//)
  1236. Database specific startup/shutdown scripts
  1237. MSG_UIP_AREXX_AUTO_EXEC_ALWAYS (//)
  1238. Execute automatically
  1239. MSG_UIP_AREXX_AUTO_EXEC_ASK (//)
  1240. Ask before executing
  1241. MSG_UIP_AREXX_AUTO_EXEC_NEVER (//)
  1242. Executer never
  1243. MSG_UIP_OPEN_FILE_REQ_AT_STARTUP_GAD (//)
  1244. Open file requester when started empty
  1245. ;
  1246. ; Databases prefs
  1247. ;
  1248. MSG_DBP_TITLE (2800//)
  1249. Databases
  1250. MSG_DBP_RELATIONS (//)
  1251. Relations
  1252. MSG_DBP_WRITE_RELATIONS_GAD (//)
  1253. _Write Relations
  1254. MSG_DBP_UPDATE_RELATIONS_GAD (//)
  1255. _Update Relations
  1256. MSG_DBP_MISC (//)
  1257. Miscellaneous
  1258. MSG_DBP_CREATE_BACKUPS_GAD (//)
  1259. Create _Backups
  1260. MSG_DBP_USE_STAR_GAD (//)
  1261. Use `_*' as Synonym for `#?'
  1262. ;
  1263. ; Messages from database validator
  1264. ;
  1265. MSG_DBV_UNKNOWN_FIELD_TYPE (2850//)
  1266. The file %s contains invalid data:\nUnknown fieldtype %ld at field %s.\nClick on continue if you want\nFiasco to assume it is an integer field.
  1267. MSG_DBV_NO_FIELD_ID (//)
  1268. The file %s contains invalid data:\nField ID of length zero.
  1269. MSG_DBV_BAD_FIELD_ID (//)
  1270. The file %s contains invalid data:\nField ID contains invalid characters.
  1271. MSG_DBV_BAD_CYCLE_LABELS (//)
  1272. The file %s contains invalid data:\nLabels of cycle field %s are invalid.
  1273. MSG_DBV_MAX_CHARS_ZERO (//)
  1274. The file %s contains invalid data:\nMax chars of field %s zero.\nClick on continue if you want Fiasco\nto assume a max chars value of 30.
  1275. MSG_DBV_TEXT_FIELD_ZERO_LEN (//)
  1276. The file %s contains invalid data:\nText length of text field is zero.
  1277. ;
  1278. ; Reveal project
  1279. ;
  1280. MSG_REVEAL_PROJECT_TITLE (2900//)
  1281. Reveal Project
  1282. ;
  1283. ; Functions
  1284. ;
  1285. MSG_FUNC_TITLE (2950//)
  1286. Functions
  1287. MSG_FUNC_NAME_GAD (//)
  1288. _Name
  1289. MSG_FUNC_DEFINITION_GAD (//)
  1290. D_efinition
  1291. MSG_FUNC_ADD_GAD (//)
  1292. Add
  1293. MSG_FUNC_DEL_GAD (//)
  1294. Del.
  1295. ;
  1296. ; Constants
  1297. ;
  1298. MSG_CONST_TITLE (3000//)
  1299. Constants
  1300. MSG_CONST_NAME_GAD (//)
  1301. _Name
  1302. MSG_CONST_DEFINITION_GAD (//)
  1303. D_efinition
  1304. MSG_CONST_ADD_GAD (//)
  1305. Add
  1306. MSG_CONST_DEL_GAD (//)
  1307. Del.
  1308. ;
  1309. ; Formula requester
  1310. ;
  1311. MSG_FRMREQ_TITLE (3050//)
  1312. Edit Formula
  1313. MSG_FRMREQ_OPERATORS_GAD (//)
  1314. Operators:
  1315. MSG_FRMREQ_FUNCTIONS_GAD (//)
  1316. Functions:
  1317. MSG_FRMREQ_FIELDS_GAD (//)
  1318. Fields:
  1319. MSG_FRMREQ_CONSTANTS_GAD (//)
  1320. Constants:
  1321. ;
  1322. ; Status field in formula requester:
  1323. MSG_FRMREQ_OKAY (3100//)
  1324. Ok.
  1325. MSG_FRMREQ_ERROR (//)
  1326. Error:
  1327. ;
  1328. ; Field users:
  1329. ;
  1330. ; Messages:
  1331. ;
  1332. MSG_FLDUSE_FIELD_IN_USE_REMOVE (3150//)
  1333. This field is used by these objects:\n%s\n\nDo you want to continue and remove these uses?
  1334. MSG_FLDUSE_S_IN_USE_REMOVE (//)
  1335. The field %s is used by these objects:\n%s\n\nDo you want to continue and remove these uses?
  1336. MSG_FLDUSE_RELATION_REMOVE (//)
  1337. This field is connected by a relation.\nDo you want to continue and remove the relation?
  1338. ;
  1339. ; Objects:
  1340. ;
  1341. ; "\n" at beginnig is important for correct layout!
  1342. ;
  1343. MSG_FLDUSE_FORMULA (3200//)
  1344. \n· Formula of field %s
  1345. MSG_FLDUSE_SORTING (//)
  1346. \n· Sorting of index %s
  1347. MSG_FLDUSE_FILTER (//)
  1348. \n· Filter of index %s
  1349. ; Formulas 
  1350. ;
  1351. MSG_FORMULA_ERROR_FIELD (7000//)
  1352. Error in formula of field %s:\nFormula: %s\nError: %s
  1353. MSG_FORMULA_ERROR_DIRECT (//)
  1354. Error in formula:\n%s
  1355. MSG_FORMULA_ERROR_IN_DEFINITION (//)
  1356. Error in function definition:\nFunction: %s\nError: %s
  1357. MSG_FORMULA_ERROR_IN_HEADER (//)
  1358. Error in function header:\nFunction: %s\nError: %s
  1359. MSG_FORMULA_WANNA_RECOMPILE (//)
  1360. Do you want to recompile the formulas\ndefined in this project?
  1361. MSG_FORMULA_CHANGED_WANNA_RECALCULATE (//)
  1362. The formula has been changed.\nDo you want to recalculate all entries?
  1363. ;
  1364. ; Fiasco errors
  1365. ;
  1366. MSG_FIASCO_ERR_1000 (8000//)
  1367. Unknown function or command
  1368. MSG_FIASCO_ERR_1001 (//)
  1369. Invalid arguments
  1370. MSG_FIASCO_ERR_1002 (//)
  1371. Unknown field ID 
  1372. MSG_FIASCO_ERR_1003 (//)
  1373. No record active (database empty?)
  1374. MSG_FIASCO_ERR_1004 (//)
  1375. Unknown Fiasco project
  1376. MSG_FIASCO_ERR_1005 (//)
  1377. Wrong mode
  1378. MSG_FIASCO_ERR_1006 (//)
  1379. Wrong field type
  1380. MSG_FIASCO_ERR_1007 (//)
  1381. Searching failed
  1382. MSG_FIASCO_ERR_1008 (//)
  1383. Project already active
  1384. MSG_FIASCO_ERR_1009 (//)
  1385. GUI not locked
  1386. MSG_FIASCO_ERR_1010 (//)
  1387. Could not activate field
  1388. MSG_FIASCO_ERR_1011 (//)
  1389. Field is not a listview field
  1390. MSG_FIASCO_ERR_1012 (//)
  1391. Index out of range
  1392. MSG_FIASCO_ERR_1013 (//)
  1393. Unknown index
  1394. MSG_FIASCO_ERR_1014 (//)
  1395. Could not activate index
  1396. MSG_FIASCO_ERR_1015 (//)
  1397. Unknown search info
  1398. MSG_FIASCO_ERR_1016 (//)
  1399. ARexx server not running
  1400. MSG_FIASCO_ERR_1017 (//)
  1401. ARexx error
  1402. MSG_FIASCO_ERR_1101 (8101//)
  1403. Unmatched parenteses
  1404. MSG_FIASCO_ERR_1102 (//)
  1405. Missing operand
  1406. MSG_FIASCO_ERR_1103 (//)
  1407. Illegal operand
  1408. MSG_FIASCO_ERR_1104 (//)
  1409. Syntax error
  1410. MSG_FIASCO_ERR_1105 (//)
  1411. Expression expected
  1412. MSG_FIASCO_ERR_1106 (//)
  1413. If without else
  1414. MSG_FIASCO_ERR_1107 (//)
  1415. Else without if
  1416. MSG_FIASCO_ERR_1200 (8200//)
  1417. Math error
  1418. MSG_FIASCO_ERR_1201 (//)
  1419. Underflow
  1420. MSG_FIASCO_ERR_1202 (//)
  1421. Overflow
  1422. MSG_FIASCO_ERR_1203 (//)
  1423. Division by zero
  1424. MSG_FIASCO_ERR_1204 (//)
  1425. Not a valid number
  1426. MSG_FIASCO_ERR_1205 (//)
  1427. Not comparable
  1428. MSG_FIASCO_ERR_1206 (//)
  1429. Domain
  1430. MSG_FIASCO_ERR_1207 (//)
  1431. Out of range
  1432. MSG_FIASCO_ERR_1301 (8301//)
  1433. Unknown object type
  1434. MSG_FIASCO_ERR_1302 (//)
  1435. Object name missing
  1436. MSG_FIASCO_ERR_1303 (//)
  1437. Unknown object name
  1438. MSG_FIASCO_ERR_1304 (//)
  1439. Unknown attribute name
  1440. ;
  1441. ; ARexx errors
  1442. ;
  1443. MSG_REXX_ERR_01 (9000//)
  1444. Program not found
  1445. MSG_REXX_ERR_02 (//)
  1446. Execution halted
  1447. MSG_REXX_ERR_03 (//)
  1448. Insufficient memory
  1449. MSG_REXX_ERR_04 (//)
  1450. Invalid character
  1451. MSG_REXX_ERR_05 (//)
  1452. Unmatches quote
  1453. MSG_REXX_ERR_06 (//)
  1454. Unterminated comment
  1455. MSG_REXX_ERR_07 (//)
  1456. Clause too long
  1457. MSG_REXX_ERR_08 (//)
  1458. Invalid token
  1459. MSG_REXX_ERR_09 (//)
  1460. Symbol or string too long
  1461. MSG_REXX_ERR_10 (//)
  1462. Invalid message packet
  1463. MSG_REXX_ERR_11 (//)
  1464. Command string error
  1465. MSG_REXX_ERR_12 (//)
  1466. Error return from function
  1467. MSG_REXX_ERR_13 (//)
  1468. Host environment not found
  1469. MSG_REXX_ERR_14 (//)
  1470. Requested library not found
  1471. MSG_REXX_ERR_15 (//)
  1472. Function not found
  1473. MSG_REXX_ERR_16 (//)
  1474. Function did not return value
  1475. MSG_REXX_ERR_17 (//)
  1476. Wrong number of arguments
  1477. MSG_REXX_ERR_18 (//)
  1478. Invalid argument to function
  1479. MSG_REXX_ERR_19 (//)
  1480. Invalid PROCEDURE
  1481. MSG_REXX_ERR_20 (//)
  1482. Unexpected THEN or WHEN
  1483. MSG_REXX_ERR_21 (//)
  1484. Unexpected ELSE or OTHERWISE
  1485. MSG_REXX_ERR_22 (//)
  1486. Unexpected BREAK, LEAVE or ITERATE
  1487. MSG_REXX_ERR_23 (//)
  1488. Invalid statement in SELECT
  1489. MSG_REXX_ERR_24 (//)
  1490. Missing or multiple THEN
  1491. MSG_REXX_ERR_25 (//)
  1492. Missing OTHERWISE
  1493. MSG_REXX_ERR_26 (//)
  1494. Missing or unexpected END
  1495. MSG_REXX_ERR_27 (//)
  1496. Symbol mismatch
  1497. MSG_REXX_ERR_28 (//)
  1498. Invalid DO syntax
  1499. MSG_REXX_ERR_29 (//)
  1500. Incomplete IF or SELECT
  1501. MSG_REXX_ERR_30 (//)
  1502. Label not found
  1503. MSG_REXX_ERR_31 (//)
  1504. Symbol expected
  1505. MSG_REXX_ERR_32 (//)
  1506. Symbol or string expected
  1507. MSG_REXX_ERR_33 (//)
  1508. Invalid keyword
  1509. MSG_REXX_ERR_34 (//)
  1510. Required keyword missing
  1511. MSG_REXX_ERR_35 (//)
  1512. Extraneous characters
  1513. MSG_REXX_ERR_36 (//)
  1514. Keyword conflict
  1515. MSG_REXX_ERR_37 (//)
  1516. Invalid template
  1517. MSG_REXX_ERR_38 (//)
  1518. Invalid TRACE request
  1519. MSG_REXX_ERR_39 (//)
  1520. Uninitialized variable
  1521. MSG_REXX_ERR_40 (//)
  1522. Invalid variable name
  1523. MSG_REXX_ERR_41 (//)
  1524. Invalid expression
  1525. MSG_REXX_ERR_42 (//)
  1526. Unbalanced parentheses
  1527. MSG_REXX_ERR_43 (//)
  1528. Nesting limit exceeded
  1529. MSG_REXX_ERR_44 (//)
  1530. Invalid expression result
  1531. MSG_REXX_ERR_45 (//)
  1532. Expression required
  1533. MSG_REXX_ERR_46 (//)
  1534. Boolean value not 0 or 1
  1535. MSG_REXX_ERR_47 (//)
  1536. Arithmetic conversion error
  1537. MSG_REXX_ERR_48 (//)
  1538. Invalid operand
  1539. ;
  1540. ; Pulldown Menus
  1541. ;
  1542. MSG_PROJECT_MENU (10000//)
  1543. Project
  1544. MSG_PROJECT_NEW (//)
  1545. N\0New
  1546. MSG_PROJECT_ERASE (//)
  1547. Z\0Erase
  1548. MSG_PROJECT_OPEN (//)
  1549. O\0Open...
  1550. MSG_PROJECT_OPEN_NEW (//)
  1551. L\0Open new...
  1552. MSG_PROJECT_OPTIONS (//)
  1553. $\0Options...
  1554. ; Since 6.x in the Database menu
  1555. MSG_PROJECT_STATISTIC (//)
  1556. \0Statistic...
  1557. ; Since 6.x in the Database menu
  1558. MSG_PROJECT_INDICES (//)
  1559. *\0Indices...
  1560. ; Since 6.x in the Database menu
  1561. MSG_PROJECT_RELOADRELS (//)
  1562. \0Reload Relations
  1563. ; Since 6.x in the Database menu
  1564. MSG_PROJECT_REORGANIZE (//)
  1565. \0Reorganize
  1566. ; Since 6.x in the Database menu
  1567. MSG_PROJECT_SAVE (//)
  1568. S\0Save
  1569. MSG_PROJECT_SAVEAS (//)
  1570. A\0Save as...
  1571. MSG_PROJECT_IMPORT (//)
  1572. I\0Import...
  1573. MSG_PROJECT_EXPORT (//)
  1574. E\0Export...
  1575. MSG_PROJECT_PRINT (//)
  1576. P\0Print...
  1577. MSG_PROJECT_HIDE (//)
  1578. H\0Hide
  1579. MSG_PROJECT_REVEAL (//)
  1580. ^\0Reveal...
  1581. MSG_PROJECT_ABOUT (//)
  1582. ?\0About...
  1583. MSG_PROJECT_QUIT (//)
  1584. Q\0Quit
  1585. ;
  1586. MSG_RECORDS_MENU (10050//)
  1587. Record
  1588. MSG_RECORDS_ADD (//)
  1589. +\0Add Record
  1590. MSG_RECORDS_DUP (//)
  1591. 2\0Duplicate Record
  1592. MSG_RECORDS_REM (//)
  1593. -\0Delete Record
  1594. MSG_RECORDS_ALLREM (//)
  1595. @\0Delete all Records
  1596. MSG_RECORDS_CUT (//)
  1597. X\0Cut Record
  1598. MSG_RECORDS_COPY (//)
  1599. C\0Copy Record
  1600. MSG_RECORDS_PASTE (//)
  1601. V\0Paste Record
  1602. MSG_RECORDS_PREV (//)
  1603. Up\0Previous
  1604. MSG_RECORDS_NEXT (//)
  1605. Dn\0Next
  1606. MSG_RECORDS_FIRST (//)
  1607. Ctrl Up\0First Record
  1608. MSG_RECORDS_LAST (//)
  1609. Ctrl Dn\0Last Record
  1610. MSG_RECORDS_GOTO (//)
  1611. G\0Goto...
  1612. MSG_RECORDS_MARK_RECORD (//)
  1613. .\0Mark Record
  1614. MSG_RECORDS_UNMARK_RECORD (//)
  1615. :\0Unmark Record
  1616. MSG_RECORDS_MARK_ALL_RECORDS (//)
  1617. ,\0Mark All Records
  1618. MSG_RECORDS_UNMARK_ALL_RECORDS (//)
  1619. ;\0Unmark All Records
  1620. MSG_RECORDS_TOGGLE_ALL_MARKS (//)
  1621. \0Toggle All Marks
  1622. ;
  1623. MSG_FIELDS_MENU (10100//)
  1624. Field
  1625. MSG_FIELDS_TYPE (//)
  1626. \0Field Type
  1627. MSG_FIELDS_TYPE_STRING (//)
  1628. Ctrl S\0String
  1629. MSG_FIELDS_TYPE_INTEGER (//)
  1630. Ctrl I\0Integer
  1631. MSG_FIELDS_TYPE_FLOAT (//)
  1632. Ctrl F\0Float
  1633. MSG_FIELDS_TYPE_BOOL (//)
  1634. Ctrl B\0Boolean
  1635. MSG_FIELDS_TYPE_CYCLE (//)
  1636. Ctrl C\0Cycle
  1637. MSG_FIELDS_TYPE_SLIDER (//)
  1638. Ctrl L\0Slider
  1639. MSG_FIELDS_TYPE_DATE (//)
  1640. Ctrl A\0Date
  1641. MSG_FIELDS_TYPE_TIME (//)
  1642. Ctrl M\0Time
  1643. MSG_FIELDS_TYPE_EXTERN (//)
  1644. Ctrl E\0Extern
  1645. MSG_FIELDS_TYPE_DATATYPES (//)
  1646. Ctrl D\0Datatypes
  1647. MSG_FIELDS_TYPE_VARSTRING (//)
  1648. Ctrl V\0Var String
  1649. MSG_FIELDS_TYPE_TEXT (//)
  1650. Ctrl T\0Text
  1651. MSG_FIELDS_TYPE_BUTTON (//)
  1652. Ctrl U\0Button
  1653. MSG_FIELDS_TYPE_BAR (//)
  1654. Ctrl R\0Bar
  1655. MSG_FIELDS_ADD (10150//)
  1656. Enter\0Add Field...
  1657. MSG_FIELDS_EDIT (//)
  1658. Enter\0Edit active Field...
  1659. MSG_FIELDS_EDIT_NAMED (//)
  1660. Shift Enter\0Edit named Field...
  1661. MSG_FIELDS_DUPLICATE (//)
  1662. \0Duplicate Field
  1663. MSG_FIELDS_REMOVE (//)
  1664. Del\0Remove Field
  1665. MSG_FIELDS_EDRELS (//)
  1666. &\0Edit Relation...
  1667. MSG_FIELDS_REMRELS (//)
  1668. 0\0Remove Relation
  1669. MSG_FIELDS_CREATE_GROUP (//)
  1670. J\0Create Group
  1671. MSG_FIELDS_RESOLVE_GROUP (//)
  1672. /\0Resolve Group
  1673. MSG_FIELDS_CONVERT (//)
  1674. \"\0Convert Field...
  1675. MSG_LIST_MENU (10200//)
  1676. List
  1677. MSG_LIST_HIDECOL (//)
  1678. [\0Hide column
  1679. MSG_LIST_SHOWCOL (//)
  1680. ]\0Show column...
  1681. MSG_LIST_SHOWALLCOLS (//)
  1682. \0Show all columns
  1683. MSG_LIST_RECALC (//)
  1684. %%\0Recalc List
  1685. MSG_COMP_MENU (10250//)
  1686. Compare
  1687. MSG_COMP_FIND (//)
  1688. F\0Find...
  1689. MSG_COMP_FINDNEXT (//)
  1690. >\0Find next
  1691. MSG_COMP_FINDPREV (//)
  1692. <\0Find previous
  1693. MSG_COMP_EDITFILTER (//)
  1694. ~\0Filter...
  1695. MSG_COMP_REPLACE (//)
  1696. R\0Replace...
  1697. MSG_COMP_COUNT (//)
  1698. #\0Count...
  1699. MSG_COMP_SORT (//)
  1700. =\0Sort...
  1701. MSG_COMP_MARK (//)
  1702. \0Mark...
  1703. MSG_COMP_FILTER_TO_MARKS (//)
  1704. \0Filter to Marks
  1705. MSG_COMP_MARKS_TO_FILTER (//)
  1706. \0Marks to Filter
  1707. MSG_CTRL_MENU (10300//)
  1708. Control
  1709. MSG_CTRL_RECORDS (//)
  1710. Ctrl F1\0Record Mode
  1711. MSG_CTRL_MASK (//)
  1712. Ctrl F2\0Mask Mode
  1713. MSG_CTRL_SERVICE (//)
  1714. Ctrl F3\0Service Window
  1715. MSG_CTRL_LIST (//)
  1716. Ctrl F4\0List Window
  1717. MSG_CTRL_AREXXDEBUG (//)
  1718. \0ARexx-Debug
  1719. MSG_SET_MENU (10350//)
  1720. Settings
  1721. MSG_SET_DATABASES (//)
  1722. \0Databases...
  1723. MSG_SET_USER_INTERFACE (//)
  1724. \0User Interface...
  1725. MSG_SET_USER_MENU (//)
  1726. \0User Menu...
  1727. MSG_SET_DISPLAY (//)
  1728. \0Display...
  1729. MSG_SET_EDITOR (//)
  1730.  
  1731. ; Obsolete
  1732. MSG_SET_SAVE (//)
  1733. \0Save Settings
  1734. MSG_SET_SAVEAS (//)
  1735. \0Save Settings as...
  1736. MSG_SET_LOAD (//)
  1737. \0Load Settings...
  1738. MSG_SET_PROGRAMS (//)
  1739. \0External Programs and Paths...
  1740. MSG_USER_MENU (10400//)
  1741. User
  1742. ; The Database menu is new for Fiasco 2.1 (Version 6.x)
  1743. ; and directly follows the Project menu
  1744. ;
  1745. MSG_DATABASE_MENU (10450//)
  1746. Database
  1747. MSG_DATABASE_FUNCTIONS (//)
  1748. \0Functions...
  1749. MSG_DATABASE_CONSTANTS (//)
  1750. \0Constants...
  1751. MSG_DATABASE_PREV_INDEX (//)
  1752. \0Previous active index
  1753. MSG_DATABASE_NEXT_INDEX (//)
  1754. \0Next active index
  1755. ;
  1756. ; Print window
  1757. ;
  1758. MSG_PRT_PROJECT_MENU (20000//)
  1759. Project
  1760. MSG_PRT_PROJECT_ERASE (//)
  1761. Z\0Erase
  1762. MSG_PRT_PROJECT_OPEN (//)
  1763. O\0Open...
  1764. MSG_PRT_PROJECT_GET_FROM_MASK (//)
  1765. M\0Get from Mask
  1766. MSG_PRT_PROJECT_GET_FROM_LIST (//)
  1767. L\0Get from List
  1768. MSG_PRT_PROJECT_SAVE (//)
  1769. S\0Save
  1770. MSG_PRT_PROJECT_SAVE_AS (//)
  1771. A\0Save as...
  1772. MSG_PRT_PROJECT_PRINT (//)
  1773. P\0Print
  1774. MSG_PRT_PROJECT_OPTIONS (//)
  1775. T\0Options...
  1776. MSG_PRT_PROJECT_EXIT (//)
  1777. Q\0Exit
  1778. MSG_PRT_ELEMENT_MENU (20050//)
  1779. Element
  1780. MSG_PRT_ELEMENT_TYPE (//)
  1781. \0Element Type
  1782. MSG_PRT_ELEMENT_TYPE_FIELD (//)
  1783. Ctrl F\0Field
  1784. MSG_PRT_ELEMENT_TYPE_TEXT (//)
  1785. Ctrl T\0Text
  1786. MSG_PRT_ELEMENT_TYPE_FF (//)
  1787. Ctrl F\0Formfeed
  1788. MSG_PRT_ELEMENT_ADD (20100//)
  1789. Enter\0Add...
  1790. MSG_PRT_ELEMENT_EDIT (//)
  1791. Enter\0Edit...
  1792. MSG_PRT_ELEMENT_DUPLICATE (//)
  1793. 2\0Duplicate
  1794. MSG_PRT_ELEMENT_REMOVE (//)
  1795. Del\0Remove
  1796. MSG_PRT_CONTROL_MENU (20150//)
  1797. Control
  1798. MSG_PRT_CONTROL_EDIT_HEAD (//)
  1799. H\0Edit Head
  1800. MSG_PRT_CONTROL_EDIT_BODY (//)
  1801. B\0Edit Body
  1802. MSG_PRT_CONTROL_EDIT_FOOT (//)
  1803. F\0Edit Foot
  1804.