home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / bazy / easybase / easybase.cd < prev    next >
Text File  |  1995-09-16  |  9KB  |  629 lines

  1. ;******************
  2. ;
  3. ;  EasyBase v1.0 (23.05.95)
  4. ;
  5. ;
  6. ; CatComp biblio.cd cfile biblio_strings.h objfile biblio_strings.o
  7. ;
  8. ;******************
  9. ;
  10. ;
  11. ; *** biblio.c ***
  12. ;
  13. BROKER_DESCRIPTION (//)
  14. DATABase for text
  15. ;
  16. MSG_APP_ERROR (//)
  17. Couldn't create MUI objects.
  18. ;*********************
  19. MSG_MUI_ERROR (//)
  20. Couldn't open muimaster.library. v4 or above required.
  21. ;
  22. MSG_LOCAL_ERROR (//)
  23. Couldn't open local.library. 2.0 v38 or above required.
  24. ;
  25. MSG_INTUI_ERROR (//)
  26. Couldn't open intuition.library. 2.0 v37 or above required.
  27. ;
  28. MSG_GFX_ERROR (//)
  29. Couldn't open graphics.library. 2.0 v37 or above required.
  30. ;
  31. MSG_DOS_ERROR (//)
  32. Couldn't open graphics.library. 2.0 v37 or above required.
  33. ;
  34. MSG_WBENCH_ERROR (//)
  35. Couldn't open workbench.library. 2.0 v37 or above required.
  36. ;
  37. MSG_XPK_ERROR (//)
  38. Couldn't open xpkmaster.library. 2.0 v37 or above required.
  39. ;
  40. MSG_REQTB_ERROR (//)
  41. Couldn't open reqtools.library. 2.0 v38 or above required.
  42. ;
  43. MSG_IFFP_ERROR (//)
  44. Couldn't open iffparse.library. 2.0 v38 or above required.
  45. ;
  46. MSG_FILMEM_ERROR (//)
  47. Couldn't allocate FileRequester.
  48. ;
  49. MSG_SCLASS_ERROR (//)
  50. Superclass for the new class not found.
  51. ;
  52. MSG_PIC_ERROR (//)
  53. Failed to create class.
  54. ;
  55. MSG_PIC_R_ERR (//)
  56. pb with ring_brush
  57. ;
  58. MSG_PIC_S_ERR (//)
  59. pb with spec_brush
  60. ;
  61. MSG_PIC_D_ERR (//)
  62. pb with drawer_brush
  63. ;
  64. ;*******************************    MENU      ********************************
  65. MENU_PROJECT (//)
  66. Project
  67. ;
  68. MENU_CLEAR (//)
  69. c\0Clear ...
  70. ;
  71. MENU_OPEN (//)
  72. o\0Open ...
  73. ;
  74. MENU_SAVE (//)
  75. w\0Save ...
  76. ;
  77. MENU_SAVEAS (//)
  78.  \0Save as ...
  79. ;
  80. MENU_CONFIG (//)
  81. e\0Edit Config
  82. ;
  83. MENU_PRINT (//)
  84. p\0Print ...
  85. ;
  86. MENU_ABOUT (//)
  87. About
  88. ;
  89. MENU_QUIT (//)
  90. Q\0Quit
  91. ;
  92. MENU_PREFS (//)
  93. Preferences
  94. ;
  95. MENU_DESCRIP (//)
  96. Description
  97. ;
  98. ;*******************************   WINDOWS     ********************************
  99. MAIN_TITLE (//)
  100. EasyBase 1.0
  101. ;
  102. EDITORNAME (//)
  103. Editor ...
  104. ;
  105. INFONAME (//)
  106. Information ...
  107. ;
  108. ARGNAME (//)
  109. Arguments ...
  110. ;
  111. STRUCTURENAME (//)
  112. Structure...
  113. ;
  114. EDIT_CONFIG_NAME (//)
  115. Editor of Configuration
  116. ;
  117. PRINTNAME (//)
  118. Printer ...
  119. ;*******************************    DOEVEN    ********************************
  120. MSG_NEWENTRY (//)
  121. New Entry
  122. ;
  123. MSG_LIST (//)
  124. Editing by %s
  125. ;
  126. MSG_LIST2 (//)
  127. Editing by %s: %s
  128. ;
  129. MSG_IMPOS (//)
  130. Impossible under that kind of editing!
  131. ;
  132. MSG_MEM_ERR (//)
  133. Can't allocate a New Entry!
  134. ;
  135. MSG_MULTIREMOVE (//)
  136. Do you really want to delete\nall entries with '%s'
  137. ;
  138. MSG_BAD_PATTERN (//)
  139. Pattern not valid!
  140. ;
  141. MSG_NOMORE_CY (//)
  142. No more cycle! sorry!
  143. ;
  144. MSG_NOENOUGH_CY (//)
  145. not enough entries\nfor a cycle!
  146. ;
  147. MSG_LINK_ON (//)
  148. Select the entry you want\nto link the current one.\nLink engaged.
  149. ;
  150. MSG_LINK_OFF (//)
  151. link disengaged
  152. ;
  153. MSG_BAD_CONFIG (//)
  154. This config has no target entry!\nSo it isn't a valid one!
  155. ;
  156. MSG_MUST_FREE (//)
  157. Convert or Free old first!!
  158. ;
  159. ;*******************************    DOMENU    ********************************
  160. MSG_QUIT_REQ (//)
  161. Quit whithout saving first?
  162. ;
  163. MSG_ANS_REQ (//)
  164.  _QUIT |_Cancel| _SAVE 
  165. ;
  166. MSG_TITLE_REQ (//)
  167. EasyBase request
  168. ;
  169. MSG_ANS2_REQ (//)
  170.  _YES |_Cancel
  171. ;
  172. MSG_NOTEMPTY (//)
  173. Entries not saved!\nClear whithout saving first?
  174. ;
  175. MSG_SAVEFILES (//)
  176. Save File ...
  177. ;
  178. MSG_NOTHING (//)
  179. Nothing to save.
  180. ;
  181. MSG_IMPOSSIBLE (//)
  182. Impossible to save.
  183. ;
  184. MSG_CONFIGHASNONAME (//)
  185. config has no name!\nPlease save it!
  186. ;
  187. MSG_SAVECONFIG (//)
  188. config is not saved!!
  189. ;
  190. MSG_LOADFILES (//)
  191. Loading whithout saving first?
  192. ;
  193. MSG_LOADFILES2 (//)
  194. Loading file ...
  195. ;
  196. MSG_BADFORMAT (//)
  197. Bad Format file!
  198. ;
  199. MSG_NOFILE (//)
  200. No File!
  201. ;
  202. MSG_FULL (//)
  203. Can't allocate memory.\nNo more place ! Sorry!
  204. ;
  205. MSG_MSG_TITLE (//)
  206. EasyBase information
  207. ;
  208. MSG_MSG_ANS (//)
  209.  _OK |_Cancel
  210. MSG_CONFIG_MEM_ERR (//)
  211. Can't allocate memory for configuration!
  212. ;
  213. MSG_NOCONFIGFILE (//)
  214. Config-file not found!
  215. ;
  216. MSG_SAVECONFIG_FIRST (//)
  217. config not saved\nLoad anyway?
  218. ;
  219. SAVE_CONFIG_TITLE (//)
  220. Save config ...
  221. ;
  222. ASK_OK (//)
  223. Are you sure?
  224. ;
  225. ;*******************************    GADGET    ********************************
  226. GAD_MOTIF (//)
  227. p\33lPattern :
  228. ;
  229. GAD_ADD (//)
  230. aAdd
  231. ;
  232. GAD_REMOVE (//)
  233. rRemove
  234. ;
  235. GAD_EDIT (//)
  236. eEdit
  237. ;
  238. GAD_INFO (//)
  239. iInfo
  240. ;
  241. GAD_UP (//)
  242. uUp 
  243. ;
  244. GAD_OK (//)
  245. oOK
  246. ;
  247. GAD_CANCEL (//)
  248. cCancel
  249. ;
  250. ;*******************************    AUTOCALL    ********************************
  251. MSG_ALLOC_ERR (//)
  252. AllocIFF() failed.
  253. ;
  254. MSG_OPENFILE_ERR (//)
  255. File open failed.
  256. ;
  257. MSG_OPENIFF_ERR (//)
  258. OpenIFF failed.
  259. ;
  260. MSG_ILBM_ERR (//)
  261. Not an ILBM file !
  262. ;
  263. MSG_BIT_ERR (//)
  264. Couldn't allocate bitmap!
  265. ;
  266. MSG_DECOMP_ERR (//)
  267. Decompresse picture failed!
  268. ;
  269. MSG_BITH_ERR (//)
  270. Couldn't allocate bitmap-header!
  271. ;
  272. MSG_IFFABORT_ERR (//)
  273. File scan aborted,\n error %ld: %s
  274. ;
  275. MSG_LOOKUP (//)
  276. Select a file...
  277. ;
  278. ;*******************************    CONFIG      ********************************
  279. MX_SORT1 (//)
  280. ALPHA
  281. ;
  282. MX_SORT2 (//)
  283. DATE
  284. ;
  285. MX_SORT3 (//)
  286. NONE
  287. ;
  288. MX_TYPE1 (//)
  289. Text
  290. ;
  291. MX_TYPE2 (//)
  292. Structure
  293. ;
  294. MX_STRUCTURE1 (//)
  295. Object
  296. ;
  297. MX_STRUCTURE2 (//)
  298. cycle
  299. ;
  300. MX_STRUCTURE3 (//)
  301. function
  302. ;
  303. MX_STRUCTURE4 (//)
  304. ring
  305. ;
  306. MX_STRUCTURE5 (//)
  307. specify-ring
  308. ;
  309. MX_STRUCTURE6 (//)
  310. Drawer
  311. ;
  312. MX_ACTION1 (//)
  313. Sort
  314. ;
  315. MX_ACTION2 (//)
  316. Info
  317. ;
  318. MSG_YET_LINK (//)
  319. there's a link yet\n %s link up %s\nDo you wish to continue ?
  320. ;
  321. MSG_LINK_YOU (//)
  322. can't link himself
  323. ;
  324. MSG_COM (//)
  325. Select a command...
  326. ;
  327. MSG_ERR_FUNC (//)
  328. Can't find function !
  329. ;
  330. MSG_NOFUNC (//)
  331. No function!
  332. ;                    ************* gad ****************
  333. PIC_TITLE (//)
  334. Object define
  335. ;
  336. HIDE_TITLE_TXT (//)
  337. Hide Title
  338. ;
  339. CYCLE_TITLE (//)
  340. Cycle entries
  341. ;
  342. GAD_DOWN (//)
  343. dDown
  344. ;
  345. FUNCTION_TITLE (//)
  346. Function Choice
  347. ;
  348. GAD_COMMAND (//)
  349. mCommand:
  350. ;
  351. GAD_ARGUMENT (//)
  352. aArgument:
  353. ;
  354. RING_TITLE (//)
  355. Ring-Define
  356. ;
  357. SPEC_RING_TITLE (//)
  358. Specific-Ring Define
  359. ;
  360. DRAWER_TITLE (//)
  361. Drawer Define
  362. ;
  363. MSG_STR_ERR (//)
  364. Creating editor's structure-window failed !
  365. ;
  366. EDIT_TITLE (//)
  367. Editing
  368. ;
  369. GAD_NAME (//)
  370. nName :
  371. ;
  372. GAD_SIZE (//)
  373. sSize :
  374. ;
  375. SORT_TITLE (//)
  376. Sorting
  377. ;
  378. TYPE_TITLE (//)
  379. Type
  380. ;
  381. GAD_COMMON (//)
  382. Common
  383. ;
  384. ACTION_TITLE (//)
  385. Action
  386. ;
  387. MSG_ED_ERR (//)
  388. Creating editor's window failed !
  389. ;
  390. GAD_LINK (//)
  391. iLink
  392. ;
  393. GAD_TOP (//)
  394. tTop
  395. ;
  396. GAD_BOTTOM (//)
  397. bBottom
  398. ;
  399. CONFIG_TITLE (//)
  400. Configuration ...
  401. ;
  402. PROJECT_TITLE (//)
  403. Project
  404. ;
  405. GAD_LOAD (//)
  406. lLoad Config
  407. ;
  408. GAD_SAVE (//)
  409. sSave Config
  410. ;
  411. GAD_CLEAR (//)
  412.  Clear
  413. ;
  414. GAD_CONVERT (//)
  415.  Convert\nOld
  416. ;
  417. GAD_FREE (//)
  418.  Free\nOld
  419. ;
  420. DEFAULT_TITLE (//)
  421. Window's defaults
  422. ;
  423. GAD_HEIGHT (//)
  424.  Height
  425. ;
  426. GAD_WIDTH (//)
  427.  Width
  428. ;
  429. ;*******************************    EDIT.c   **********************************
  430. MSG_GET_PIC (//)
  431. Select file ...
  432. ;
  433. KEY_TXT (//)
  434. Set the description string associed \n with this function key.
  435. ;
  436. ;*******************************    PRINT.c   **********************************
  437. MSG_ABORTPRINT (//)
  438. User abort printing!
  439. ;
  440. PRINT_GRP (//)
  441. Print Setup
  442. ;
  443. CY_ALL (//)
  444. All
  445. ;
  446. CY_SEL (//)
  447. Select Entries
  448. ;
  449. CY_ONE (//)
  450. One Column
  451. ;
  452. CY_TWO (//)
  453. Two Columns
  454. ;
  455. CY_THREE (//)
  456. Three Columns
  457. ;
  458. CY_FOUR (//)
  459. Four Columns
  460. ;
  461. PRT_CY (//)
  462. mPrint Method:
  463. ;
  464. GAD_PRINT (//)
  465. pPrint
  466. ;
  467. GAD_SAVE_PREFS (//)
  468. sSave
  469. ;
  470. GAD_SEL (//)
  471. lSelect Entries
  472. ;
  473. GAD_SEL_PR (//)
  474. eSelect Field
  475. ;
  476. MSG_PRINTERR (//)
  477. Can't open printer window !
  478. ;
  479. PRESETNAME (//)
  480. Config Entries
  481. ;
  482. GAD_ABORT (//)
  483. aAbort
  484. ;
  485. GAD_PRT_CFG (//)
  486. uPrint User Config:
  487. ;
  488. CFG_NAME (//)
  489. Name of Configuration
  490. ;
  491. CFG_USE (//)
  492. Print configuration from
  493. ;
  494. MSG_SET_SEL (//)
  495. Select the entries you want to print\nwith shift and mousebutton.\nThen doubleclick when done or press return;
  496. ;
  497. GAD_HAUT (//)
  498. uUp
  499. ;
  500. GAD_PREF (//)
  501. rSet Preferences
  502. ;
  503. GAD_TITLE (//)
  504. tSet Title
  505. ;
  506. PREFNAME (//)
  507. Preferences ...
  508. ;
  509. GAD_PITCH (//)
  510. pPitch:
  511. ;
  512. CY_PITCH1 (//)
  513. Pica (10 cpi)
  514. ;
  515. CY_PITCH2 (//)
  516. Elite (12 cpi)
  517. ;
  518. CY_PITCH3 (//)
  519. Fine (15-17 cpi)
  520. ;
  521. GAD_SPACING (//)
  522. sSpacing:
  523. ;
  524. CY_SPACING1 (//)
  525. 6 Lines Per Inch
  526. ;
  527. CY_SPACING2 (//)
  528. 8 Lines Per Inch
  529. ;
  530. GAD_QUALITY (//)
  531. qQuality:
  532. ;
  533. CY_QUALITY1 (//)
  534. Draft
  535. ;
  536. CY_QUALITY2 (//)
  537. Letter
  538. ;
  539. GAD_PAPERTYPE (//)
  540. aPaper Type:
  541. ;
  542. CY_FANFOLD (//)
  543. Fanfold
  544. ;
  545. CY_SINGLE (//)
  546. Single
  547. ;
  548. GAD_PAGESIZE (//)
  549. gPage Size (lines):
  550. ;
  551. GAD_TMAR (//)
  552. tTop Margin (characters):
  553. ;
  554. GAD_BMAR (//)
  555. bBottom Margin (characters):
  556. ;
  557. GAD_LMAR (//)
  558. lLeft Margin (characters):
  559. ;
  560. GAD_RMAR (//)
  561. rRight Margin (characters):
  562. ;
  563. GAD_FF (//)
  564. fForm Feed after print:
  565. ;
  566. MSG_PREFSERR (//)
  567. Can't open preferences window!
  568. ;
  569. MSG_SET_SEL_TXT (//90)
  570. %d selected entries.
  571. ;
  572. PRESET_PREFS_NAME (//)
  573. Print prefs...
  574. ;
  575. BOLD (//)
  576. bBold
  577. ;
  578. UNDERLINE (//)
  579. uUnderline
  580. ;
  581. ITALIC (//)
  582. iItalic
  583. ;
  584. GAD_PRT_TITLE (//)
  585. nPrint program name:
  586. ;
  587. PRT_TITLE (//)
  588. Set a title which will be\nprinted before your entries.
  589. ;
  590. GAD_LF (//)
  591. fLine Feed after entry:
  592. ;
  593. SND_CY1 (//)
  594. STEREO
  595. ;
  596. SND_CY2 (//)
  597. LEFT
  598. ;
  599. SND_CY3 (//)
  600. RIGHT
  601. ;
  602. SND_CHANNEL (//)
  603. Channel
  604. ;
  605. OBJ_CY1 (//)
  606. Picture
  607. ;
  608. OBJ_CY2 (//)
  609. Sound
  610. ;
  611. SND_HIDE (//)
  612. Hide entry
  613. ;
  614. PIC_METHOD (//)
  615. Method
  616. ;
  617. PIC_CY1 (//)
  618. Load at start
  619. ;
  620. PIC_CY2 (//)
  621. Load each Time
  622. ;
  623. PIC_CY3 (//)
  624. Disable
  625. ;
  626. NO_CY_ENTRIES (//)
  627. there's no entry\n for the cycle!
  628. ;
  629.