home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / bazy / db3.4 / translators / db.cd next >
Text File  |  1996-03-04  |  15KB  |  692 lines

  1. # header locale_db
  2. ;
  3. ; db 3.0 (locale description file)
  4. ;
  5. ; (c) 1993-96 David Ekholm, Datadosen
  6. ;
  7. ;
  8. ; Menus
  9. ;
  10. ;
  11. MSG_PROJECT_MENU (/3/)
  12.  \0Project
  13. ;
  14. MSG_PROJECT_NEW (/3/)
  15.  \0New
  16. ;
  17. MSG_PROJECT_OPEN (/3/)
  18. O\0Open...
  19. ;
  20. MSG_PROJECT_SAVE (/3/)
  21. S\0Save
  22. ;
  23. MSG_PROJECT_SAVE_AS (/3/)
  24. W\0Save as...
  25. ;
  26. MSG_PROJECT_OUTPUT (/3/)
  27.  \0Output
  28. ;
  29. MSG_PROJECT_OUTPUT_VIEW (/3/)
  30.  \0View...
  31. ;
  32. MSG_PROJECT_OUTPUT_TAB_ASCII (/3/)
  33.  \0Tab-separated ASCII...
  34. ;
  35. MSG_PROJECT_OUTPUT_COMMA_ASCII (/3/)
  36.  \0Comma-separated ASCII...
  37. ;
  38. MSG_PROJECT_ABOUT (/3/)
  39. ?\0About...
  40. ;
  41. MSG_PROJECT_QUIT (/3/)
  42. Q\0Quit
  43. ;
  44. MSG_EDIT_MENU (/3/)
  45.  \0Edit
  46. ;
  47. MSG_EDIT_CUT (/3/)
  48. X\0Cut
  49. ;
  50. MSG_EDIT_COPY (/3/)
  51. C\0Copy
  52. ;
  53. MSG_EDIT_PASTE (/3/)
  54. V\0Paste
  55. ;
  56. MSG_EDIT_ADD (/3/)
  57. A\0Add
  58. ;
  59. MSG_EDIT_KILL (/3/)
  60. K\0Kill
  61. ;
  62. MSG_VIEW_MENU (/3/)
  63.  \0View
  64. ;
  65. MSG_ACTION_MENU (/3/)
  66.  \0Action
  67. ;
  68. MSG_ACTION_FIND (/3/)
  69. F\0Find...
  70. ;
  71. MSG_ACTION_FIND_NEXT (/3/)
  72. N\0Find next
  73. ;
  74. MSG_ACTION_SORT (/3/)
  75. T\0Sort...
  76. ;
  77. MSG_ACTION_DIAL (/3/)
  78. D\0Dial...
  79. ;
  80. MSG_SETTINGS_MENU (/3/)
  81.  \0Settings
  82. ;
  83. MSG_SETTINGS_WARNINGS (/3/)
  84.  \0Display warnings
  85. ;
  86. MSG_SETTINGS_SORTDIR (/3/)
  87.  \0Sort direction
  88. ;
  89. MSG_SETTINGS_SORTDIR_AZ (/3/)
  90.  \0A-Z
  91. ;
  92. MSG_SETTINGS_SORTDIR_ZA (/3/)
  93.  \0Z-A
  94. ;
  95. MSG_SETTINGS_SAVE_SETTINGS (/3/)
  96.  \0Save settings...
  97. ;
  98. ;
  99. ; Windowtitle messages
  100. ;
  101. ;
  102. MSG_FIND_MODE_WINMSG (/1/)
  103. Find record    <CR> Find, <ESC> Abort
  104. ;
  105. MSG_SORT_MODE_WINMSG (/1/)
  106. Sort records   <CR> Sort, <ESC> Abort
  107. ;
  108. MSG_SORTING_WINMSG (/1/)
  109. Sorting...
  110. ;
  111. MSG_SAVING_WINMSG (/1/)
  112. Saving...
  113. ;
  114. MSG_LOADING_WINMSG (/1/)
  115. Loading...
  116. ;
  117. ;
  118. ; Misc strings
  119. ;
  120. ;
  121. MSG_UNTITLED_PRO (/1/)
  122. Untitled
  123. ;
  124. ;
  125. ; Requesters
  126. ;
  127. ;
  128. MSG_OPEN_ASLREQ_TITLE (/1/)
  129. Open project
  130. ;
  131. MSG_SAVE_AS_ASLREQ_TITLE (/1/)
  132. Save project
  133. ;
  134. MSG_OUTPUT_VIEW_ASLREQ_TITLE (/1/)
  135. Output view
  136. ;
  137. MSG_OUTPUT_TAB_ASCII_ASLREQ_TITLE (/1/)
  138. Output tab-separated ASCII
  139. ;
  140. MSG_OUTPUT_COMMA_ASCII_ASLREQ_TITLE (/1/)
  141. Output comma-separated ASCII
  142. ;
  143. ;
  144. ;
  145. MSG_REQ_OK (/1/)
  146. Ok
  147. ;
  148. MSG_REQ_OKCANCEL (/1/)
  149. Ok|Cancel
  150. ;
  151. ;
  152. ;
  153. MSG_ABOUT_REQ_TITLE (/1/)
  154. About db
  155. ;
  156. MSG_ABOUT_REQ_GADS (+1/3/)
  157. Ok|More info
  158. ;
  159. ;
  160. ;
  161. MSG_MOREABOUT_REQ_TITLE (/1/)
  162. More about db
  163. ;
  164. MSG_MOREABOUT_REQ_GADS (+1/3/)
  165. Ok|More on RFF
  166. ;
  167. ;
  168. ;
  169. MSG_NORMALHELP_REQ_TITLE (/1/)
  170. Help on normal mode
  171. ;
  172. MSG_NORMALHELP_REQ_TEXT (/1/)
  173. The keys:\n\
  174. Up - Previous record\n\
  175. Down - Next record\n\
  176. Shift Up - First record\n\
  177. Shift Down - Last record\n\
  178. Return - Forward search\n\
  179. Shift Return - Backward search
  180. ;
  181. ;
  182. ;
  183. MSG_FINDHELP_REQ_TITLE (/1/)
  184. Help on find mode
  185. ;
  186. MSG_FINDHELP_REQ_TEXT (/1/)
  187. Enter a search pattern into one or many fields.\n\
  188. db will then search the database starting from the top and stop\n\
  189. at the first occurence that has a match. Usually only a few\n\
  190. letters will do as a search pattern.\n\
  191. For example: 'da' will match both 'David' and 'Daniel'.\n\
  192. You may also use AmigaDOS patterns. An example:\n\
  193. '#?d' or '*d' will match fields ending with a d.\n\
  194. '(david|micke)' will match both 'David' and 'Micke'.\n\
  195. See help on normal mode for more information.\n\n\
  196. Note! Fields of checkbox and cycle type are ignored in find\n\
  197. and sort modes. To be able to use all fields, user must make\n\
  198. and switch to a view which only contains string gadgets.\n\n\
  199. The keys:\n\
  200. ESC - Back to normal mode\n\
  201. Amiga-K - In this mode, clears the fields\n\
  202. Return - Start searching from top
  203. ;
  204. ;
  205. ;
  206. MSG_SORTHELP_REQ_TITLE (/1/)
  207. Help on sort mode
  208. ;
  209. MSG_SORTHELP_REQ_TEXT (/1/)
  210. Enter numbers in the fields to represent the sort order.\n\
  211. Illegal entries are ignored\n\n\
  212. Example: To sort an address database on zipcodes first,\n\
  213. and on lastname second: Enter a '1' into the 'zip' field\n\
  214. and a '2' into the 'lastname' field.\n\n\
  215. Note! Fields of checkbox and cycle type are ignored in find\n\
  216. and sort modes. To be able to use all fields, user must make\n\
  217. and switch to a view which only contains string gadgets.\n\n\
  218. The keys:\n\
  219. ESC - Back to normal mode\n\
  220. Amiga-K - In this mode, clears the fields\n\
  221. Return - Start sorting
  222. ;
  223. ;
  224. ;
  225. MSG_DIALHELP_REQ_TITLE (/1/)
  226. Dial
  227. ;
  228. MSG_DIALHELP_REQ_TEXT (/1/)
  229. db will dial the number found in the active string gadget.\n\
  230. db dials using the modem or your loudspeaker.\n\
  231. Modem users, do like this:\n\n\
  232.   1. Click into prefered string gadget.\n\
  233.   2. Select this menu or press Amiga-D\n\
  234.   3. When the modem starts to dial: Lift the hook and wait.\n\
  235.   4. The modem goes on hook and you can take over.\n\n\
  236. Look at the ToolTypes in db's icon for settings.\n\
  237. Tip! Use ARexx to enable dialing by simply double-\n\
  238. clicking on a string gadget.
  239. ;
  240. ;
  241. ;
  242. MSG_MEMWARN_REQ_TITLE (/1/)
  243. Out of Memory
  244. ;
  245. MSG_MEMWARN_REQ_TEXT (/1/)
  246. Not enough memory for operation!
  247. ;
  248. ;
  249. ;
  250. MSG_OPENFAIL_REQ_TITLE (/1/)
  251. Open file
  252. ;
  253. MSG_OPENFAIL_REQ_TEXT (/1/)
  254. Can't open file '%s'\n\
  255. for read or write
  256. ;
  257. ;
  258. ;
  259. MSG_REXX_PROG_NOT_FOUND_TITLE (/1/)
  260. ARexx message
  261. ;
  262. MSG_REXX_PROG_NOT_FOUND_TEXT (/1/)
  263. The file '%s' can't be loaded\n\
  264. or is not an ARexx program
  265. ;
  266. ;
  267. ;
  268. MSG_REXXERR_TITLE (/1/)
  269. ARexx message
  270. ;
  271. MSG_REXXERR_TEXT (/1/)
  272. The ARexx program '%s'\n\
  273. reported error #%ld
  274. ;
  275. ;
  276. ;
  277. MSG_DIALFAIL_REQ_TITLE (/1/)
  278. Dial
  279. ;
  280. MSG_DIALFAIL_REQ_TEXT (/1/)
  281. Can't open '%s', unit %ld!\n\
  282. Check db's ToolType settings.
  283. ;
  284. ;
  285. ;
  286. MSG_SAVEERROR_REQ_TITLE (/1/)
  287. Save file
  288. ;
  289. MSG_SAVEERROR_REQ_TEXT (/1/)
  290. Error saving file '%s'
  291. ;
  292. ;
  293. ;
  294. MSG_SAVEWARN_REQ_TITLE (/1/)
  295. Save file
  296. ;
  297. MSG_SAVEWARN_REQ_TEXT (/1/)
  298. The file '%s' already exists.\n\
  299. Save over top of it?
  300. ;
  301. ;
  302. ;
  303. MSG_ES_ASKFILTERING_REQ_TITLE (/1/)
  304. Output filter
  305. MSG_ES_ASKFILTERING_REQ_TEXT (/1/)
  306. Output all records,\n\
  307. or only those matched by 'Action/Find'?
  308. MSG_ES_ASKFILTERING_REQ_GADS (/5/)
  309. All|Matched|Cancel
  310. ;
  311. ;
  312. ;
  313. MSG_NOTIMPLEMENTED_REQ_TITLE (/1/)
  314. Information
  315. ;
  316. MSG_NOTIMPLEMENTED_REQ_TEXT (/1/)
  317. Sorry, this function is not implemeted yet.
  318. ;
  319. ;
  320. ;
  321. MSG_KILLWARN_REQ_TITLE (/1/)
  322. Kill Record
  323. ;
  324. MSG_KILLWARN_REQ_TEXT (/1/)
  325. Kill this record?
  326. ;
  327. ;
  328. ;
  329. MSG_QUITWARN_REQ_TITLE (/1/)
  330. Quit program
  331. ;
  332. MSG_QUITWARN_REQ_TEXT (/1/)
  333. Changes have been made to this file.\n\
  334. They will be lost.\n\
  335. Ok to quit?
  336. ;
  337. ;
  338. ;
  339. MSG_NEWWARN_REQ_TITLE (/1/)
  340. New file
  341. ;
  342. MSG_NEWWARN_REQ_TEXT (/1/)
  343. Changes have been made to this file.\n\
  344. They will be lost.\n\
  345. Ok to clear data?
  346. ;
  347. ;
  348. ;
  349. MSG_LOADWARN_REQ_TITLE (/1/)
  350. Open file
  351. ;
  352. MSG_LOADWARN_REQ_TEXT (/1/)
  353. Changes have been made to this file.\n\
  354. They will be lost.\n\
  355. Ok to load another file over top of it?
  356. ;
  357. ;
  358. ;
  359. MSG_WRONGFILETYPE_REQ_TITLE (/1/)
  360. Open file
  361. ;
  362. MSG_WRONGFILETYPE_REQ_TEXT (/1/)
  363. Can't open file '%s'\n\
  364. This is not a db RFF file
  365. ;
  366. ;
  367. ;
  368. MSG_MANGLEDRFF_REQ_TITLE (/1/)
  369. Open file
  370. ;
  371. MSG_MANGLEDRFF_REQ_TEXT (/1/)
  372. Can't open file '%s'\n\
  373. This RFF file is mangled!
  374. ;
  375. ;
  376. ;
  377. MSG_WINSIZEERR_REQ_TITLE (/1/)
  378. Open window
  379. ;
  380. MSG_WINSIZEERR_REQ_TEXT (/1/)
  381. Can't open the requested window!\n\
  382. It is too big.\n\
  383. Switch to a smaller font or\n\
  384. rearrange the fields.
  385. ;
  386. ;
  387. ;
  388. MSG_WINOPENERR_REQ_TITLE (/1/)
  389. Open window
  390. ;
  391. MSG_WINOPENERR_REQ_TEXT (/1/)
  392. Can't open the requested window!
  393. ;
  394. ;
  395. ;
  396. MSG_DEFAULTERR_REQ_TITLE (/1/)
  397. Internal error
  398. ;
  399. MSG_DEFAULTERR_REQ_TEXT (/1/)
  400. A serious error has occured.\n\
  401. The program will quit immediately!
  402. ;
  403. ;
  404. ; Menuhelp messages
  405. ;
  406. ;
  407. MSG_MH_NOHELP_REQ_TITLE (/1/)
  408. Menuhelp
  409. ;
  410. MSG_MH_NOHELP_REQ_TEXT (/1/)
  411. This menuitem has no specific help
  412. ;
  413. ;
  414. ;
  415. MSG_MH_NEW_REQ_TITLE (/1/)
  416. New project
  417. ;
  418. MSG_MH_NEW_REQ_TEXT (/1/)
  419. This menuitem empties the current project from all records.
  420. ;
  421. ;
  422. ;
  423. MSG_MH_RFF_REQ_TITLE (/1/)
  424. db's fileformat
  425. ;
  426. MSG_MH_RFF_REQ_TEXT (/1/)
  427. The fileformat db uses is called RFF. This format is based upon\n\
  428. The ASCII standard for databases but it has additions for\n\
  429. field formatting and more. It also has the same forward\n\
  430. and backward compatibility as IFF files. It goes as follows:\n\n\
  431. >One line with tabseparated fieldnames as in the ASCII standard.\n\
  432. >One or many @RFF lines with structured information.\n\
  433. >The database. Fields separated by TABs. One record per line.\n\n\
  434. More info on RFF (Register File Format) can be found in the docs\n\
  435. included with db. db reads RFF files and tab-separated ASCII files.
  436. ;
  437. ;
  438. ;
  439. MSG_MH_OUTPUT_VIEW_REQ_TITLE (/1/)
  440. Output view
  441. ;
  442. MSG_MH_OUTPUT_VIEW_REQ_TEXT (/1/)
  443. The records are saved in ASCII format, formatted like the current view.\n\
  444. Using a view similar to a label makes it simple to export addresses\n\
  445. to a DTP program for label-printing using a suitable font.\n\
  446. db has no internal label-generator. This is handled better by other programs.
  447. ;
  448. ;
  449. ;
  450. MSG_MH_TAB_ASCII_REQ_TITLE (/1/)
  451. Export tab-separated ASCII
  452. ;
  453. MSG_MH_TAB_ASCII_REQ_TEXT (/1/)
  454. This fileformat is plain ASCII standard, ie fields separated by TABs,\n\
  455. one record per line. The first line contains the fieldnames themselves.\n\
  456. This makes it simple to move the database to other programs like\n\
  457. Excel for a list printout.
  458. ;
  459. ;
  460. ;
  461. MSG_MH_COMMA_ASCII_REQ_TITLE (/1/)
  462. Export comma-separated ASCII
  463. ;
  464. MSG_MH_COMMA_ASCII_REQ_TEXT (/1/)
  465. This fileformat has fields within \"\", separated by commas,\n\
  466. one record per line. The first line contains the fieldnames themselves.\n\
  467. This makes it simple to move the database to other programs like\n\
  468. ProWrite for mailmerge.
  469. ;
  470. ;
  471. ;
  472. MSG_MH_CLIP_REQ_TITLE (/1/)
  473. The Clipboard
  474. ;
  475. MSG_MH_CLIP_REQ_TEXT (/1/)
  476. db uses Commodore's standard Clipboard to allow copying of information\n\
  477. between db and other programs (wordprocessors, DTP...).\n\
  478. db writes to two clipboards, Unit 0 (the default clipboard) and Unit 1.\n\
  479. Reads are only made from Unit 1. This is what is written:\n\
  480. Unit 0: The current record in a layout similar to the current view.\n\
  481. Unit 1: The whole record in a record format like this:\n\
  482. fieldname <TAB> contents <NL>\n\
  483. fieldname <TAB> contents <NL>\n\
  484. ...
  485. ;
  486. ;
  487. ;
  488. MSG_MH_KILL_REQ_TITLE (/1/)
  489. Kill record
  490. ;
  491. MSG_MH_KILL_REQ_TEXT (/1/)
  492. The current record is deleted in normal mode.\n\
  493. In find and sort mode the fields are cleared instead.\n\
  494. You cannot kill a record if it is the only one.
  495. ;
  496. ;
  497. ;
  498. MSG_MH_WARNINGS_REQ_TITLE (/1/)
  499. Display warnings
  500. ;
  501. MSG_MH_WARNINGS_REQ_TEXT (/1/)
  502. With this item selected, the user will be warned before\n\
  503. a Kill is performed on a non-empty record.
  504. ;
  505. ;
  506. ;
  507. MSG_MH_SORTDIR_REQ_TITLE (/1/)
  508. Sort direction
  509. ;
  510. MSG_MH_SORTDIR_REQ_TEXT (/1/)
  511. The user may also choose a backward sort direction.\n\
  512. db will sort the Swedish ÅÄÖ characters correctly.
  513. ;
  514. MSG_MH_SAVE_SETTINGS_REQ_TITLE (/1/)
  515. Save settings
  516. ;
  517. MSG_MH_SAVE_SETTINGS_REQ_TEXT (/1/)
  518. This function is currently not implemented.\n\
  519. Edit the ToolType fields in db's icon instead.
  520. ;
  521. ;
  522. ;
  523. ; ****************** New strings for db2.4 *****************************
  524. ;
  525. ;
  526. MSG_PROJECT_OUTPUT_VIEW_WN (/3/)
  527.  \0View with names...
  528. ;
  529. MSG_OUTPUT_VIEW_WN_ASLREQ_TITLE (/1/)
  530. Output view with names
  531. ;
  532. MSG_MH_OUTPUT_VIEW_WN_REQ_TITLE (/1/)
  533. Output view with names
  534. ;
  535. MSG_MH_OUTPUT_VIEW_WN_REQ_TEXT (/1/)
  536. This menuitem works like 'Output view' above but adds\n\
  537. fieldnames from the current view before each field.
  538. ;
  539. ;
  540. ;
  541. ; ****************** New strings for db2.7 *****************************
  542. ;
  543. ;
  544. MSG_ACTION_BROWSE (/3/)
  545. B\0Browse...
  546. ;
  547. ;
  548. ;
  549. MSG_BROWSEHELP_REQ_TITLE (/1/)
  550. Help on browse mode
  551. ;
  552. MSG_BROWSEHELP_REQ_TEXT (/1/)
  553. The browser is a window with a listview that allows you\n\
  554. to browse through the database, seeing fields from more\n\
  555. than one record at a time.\n\
  556. To use it, select a field to browse on, and select Browse...\n\
  557. You can also doubleclick on a field to start the browser\n\
  558. (unless an ARexx command is installed for doubleclicking)\n\n\
  559. The following might not be obvious:\n\
  560. · Click once using the mouse to see that record in the\n\
  561.   main window.\n\
  562. · Doubleclick to select a record AND leave the browser\n\
  563.   (The Return key works as well)\n\
  564. · You can use the arrow keys to browse.\n\
  565. · The browser has a 'completion' function: Just type\n\
  566.   the string you look for and the browser will search\n\
  567.   simultaneously. Use backspace to clear the completion\n\
  568.   buffer. Use the Tab, Shift-Tab key sequence to jump\n\
  569.   between multiple matches.\n\
  570. · You can leave the browser by pressing Escape\n
  571. ;
  572. ;
  573. ;
  574. MSG_BROWSE_MODE_SCRMSG (/1/)
  575. db Browse. Press 'Help' key for information.
  576. ;
  577. ;
  578. ;
  579. ; ****************** New strings for db2.10 *****************************
  580. ;
  581. ;
  582. MSG_SETTINGS_FIELD_DEFINITION (/3/)
  583.  \0Field definition...
  584. ;
  585. MSG_SETTINGS_VIEW_DESIGN (/3/)
  586.  \0View design...
  587. ;
  588. ;
  589. MSG_AREXX_MENU (/3/)
  590.  \0ARexx
  591. ;
  592. MSG_AREXX_EXECUTE (/3/)
  593. E\0Execute ARexx script...
  594. ;
  595. ;
  596. ;
  597. MSG_MH_FIELD_DEFINITION_REQ_TITLE (/1/)
  598. Field definition
  599. ;
  600. MSG_MH_FIELD_DEFINITION_REQ_TEXT (/1/)
  601. This is the door to db's field definition section.\n\
  602. It allows you to add, edit and remove fields using\n\
  603. a user friendly GUI.\n\
  604. \n\
  605. Note! You are just changing the internal fields here.\n\
  606. Use "View design..." to design the visual apperance of\n\
  607. your fields.
  608. ;
  609. ;
  610. MSG_MH_VIEW_DESIGN_REQ_TITLE (/1/)
  611. View Design
  612. ;
  613. MSG_MH_VIEW_DESIGN_REQ_TEXT (/1/)
  614. This is the door to db's View design section.\n\
  615. It allows you to add, edit and remove visual fields\n\
  616. in the current View using a user friendly GUI.\n\
  617. The visual fields are handled similar to how characters\n\
  618. are handled in a wordprocessor. This is WYSIWYG\n\
  619. (What You See Is What You Get).\n\
  620. \n\
  621. Note! You don't work with any real fields here, just\n\
  622. a visual presentation of a subset of the database fields.\n\
  623. Use "Field definition..." to define the database fields.
  624. ;
  625. ;
  626. MSG_MH_AREXX_REQ_TITLE (/1/)
  627. ARexx menu
  628. ;
  629. MSG_MH_AREXX_REQ_TEXT (/1/)
  630. This ARexx menu enables the user to execute ARexx scripts\n\
  631. to control db in a variety of interesting ways.\n\
  632. \n\
  633. User selected scripts can be installed in this menu\n\
  634. (They are stored as RFF data in the project file).\n\
  635. You can use the keys F1 to F10 to access the first ten scripts.
  636. ;
  637. ;
  638. ;
  639. MSG_EXECUTE_AREXX_ASLREQ_TITLE (/1/)
  640. Execute ARexx script
  641. ;
  642. ;
  643. ; ********************* New strings for db3.0 **********************
  644. ;
  645. ;
  646. MSG_ABOUT_REQ_TEXT (/1/)
  647. This is a small and fast database.\n\
  648. This program is ShareWare since v3.0.\n\n\
  649. Author: David Ekholm, Datadosen\n\
  650. Email: david-ek@dsv.su.se\n\
  651. \n\
  652. Version: %s\n\
  653. ARexx port: %s\n\
  654. \n\
  655. Registered to: %s\n\
  656. Serial number: %ld
  657. ;
  658. ;
  659. ;
  660. MSG_MOREABOUT_REQ_TEXT (/1/)
  661. db is a general database program. It is now\n\
  662. possible to design the record layout from a\n\
  663. built-in user friendly GUI (View design).\n\
  664. \n\
  665. Try out the following hidden features:\n\
  666. · AppWindow -Drag and drop icons on db.\n\
  667. · Commodore's Clipboard.\n\
  668. · MenuHelp -Press HELP while using the menus.\n\
  669. · Help -Press HELP and get help where you are.\n\
  670. · ARexx -Show pictures etc from db.\n\
  671. · ListView browser on any field.\n
  672. ;
  673. ;
  674. MSG_SHAREWARE_REQ_TITLE (/1/)
  675. ShareWare reminder
  676. ;
  677. MSG_SHAREWARE_REQ_TEXT (+1/1/)
  678. db is ShareWare starting from v3.0.\n\
  679. \n\
  680. This version has an intuitive graphical database\n\
  681. design engine built-in. Check out "View design"!\n\
  682. \n\
  683. This ShareWare reminder will will be displayed for\n\
  684. at least 10 seconds as a reminder that this is an\n\
  685. unregistered version. However all features are\n\
  686. present so you can try it out. You are expected to\n\
  687. register if you decide to use it.\n\
  688. \n\
  689. Remember: By registering you support the continued\n\
  690. developement of this Amiga product. Thanks.
  691. ;
  692. ;