home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / system / reqchange / catalogs / prefs / reqchangeprefs.cd < prev    next >
Text File  |  1995-02-27  |  9KB  |  558 lines

  1. ;
  2. ; $VER: ReqChangePrefs.cd 3.0 (23.08.93)
  3. ;
  4. ; Some strings in the ReqChange prefs editor that needs localization.
  5. ;
  6. ;
  7. ; Messages also used by StartRC
  8. ;
  9. ; %s:  Name of library
  10. ; %ld: Required version
  11. ;
  12. MSG_ERROR_OPEN_LIB (1//)
  13. Couldn't open %s\n\
  14. version %ld or higher!
  15. ;
  16. ; %s: String from dos.library/Fault()
  17. ;
  18. MSG_ERROR_ARGS (//)
  19. Error in arguments:\n\
  20. %s!
  21. ;
  22. MSG_COULDNT_REMOVE_PATCHES (//)
  23. Couldn't remove patches!\n\
  24. \n\
  25. Active patches: %ld.\n\
  26. Allocated requesters: %ld.\n\
  27. \n\
  28. Should I inactivate all patches?
  29. ;
  30. MSG_CONFIRM_REMOVE_PATCHES (//)
  31. Do you really want\n\
  32. to remove the patches?
  33. ;
  34. MSG_YES_RETRY_NO_GAD (//)
  35. _Yes|_Try again| _No \
  36.  
  37. ;
  38. MSG_QUIT_GAD (//)
  39. _Quit
  40. ;
  41. MSG_OK_GAD (//)
  42.  _Ok \
  43.  
  44. ;
  45. MSG_YES_NO_GAD (//)
  46. _Yes| _No \
  47.  
  48. ;
  49. MSG_EASY_QUIT_GAD (//)
  50. Quit
  51. ;
  52. ; Error messages
  53. ;
  54. #ifdef REQCHANGE_PREFS
  55. ;
  56. MSG_ERROR_NO_MEM (100//)
  57. Not enough memory!
  58. ;
  59. ; %s: Name of requested public screen
  60. ;
  61. MSG_ERROR_NO_PUBSCREEN (//)
  62. Couldn't find public screen\n\
  63. \"%s\"!
  64. ;
  65. MSG_ERROR_NO_DEFPUBSCREEN (//)
  66. Couldn't find default public screen!
  67. ;
  68. MSG_ERROR_NO_VISUALINFO (//)
  69. Couldn't get VisualInfo!
  70. ;
  71. MSG_ERROR_NO_GADGET (//)
  72. Couldn't create gadgets!
  73. ;
  74. ; %s: Name of font that didn't open.
  75. ; %d: The size of the font. NOTE: No "l" in front of the "d"!
  76. ;
  77. MSG_ERROR_NO_FONT (//)
  78. Couldn't open %s with size %d!
  79. ;
  80. MSG_ERROR_NO_MENUS (//)
  81. Couldn't create menus!
  82. ;
  83. ; This message can be followed by some of the following messages:
  84. ; MSG_NO_PUBSCREEN           /* If a PUBSCREEN parameter was used */
  85. ; MSG_ERROR_NO_PUBSCREEN
  86. ; MSG_NO_VISUAL_INFO
  87. ; MSG_ERROR_NO_FONT
  88. ; MSG_ERROR_NO_GADGET
  89. ; MSG_ERROR_NO_MENUS
  90. ; MSG_ERROR_NO_MEM
  91. ;
  92. MSG_ERROR_NO_WINDOW (//)
  93. Couldn't open window
  94. ;
  95. MSG_ERROR_NO_RESIZE (//)
  96. Couldn't resize window\n\
  97. (failed to recreate gadgets)!
  98. ;
  99. MSG_ERROR_NO_PORT (//)
  100. Couldn't create message port!
  101. ;
  102. MSG_ERROR_UNKNOWN_ERROR (//)
  103. Internal error %ld! Please report!
  104. ;
  105. ; First  %s: Name of prefs file
  106. ; Second %s: Reason for failure (ala dos.library/Fault())
  107. ;
  108. MSG_ERROR_SAVE_PREFS (//)
  109. Couldn't save prefs file\n\
  110. \"%s\":\n\
  111. %s!
  112. ;
  113. ; First  %s: Name of prefs file
  114. ; Second %s: Reason for failure (ala dos.library/Fault())
  115. ;
  116. MSG_ERROR_READ_PREFS (//)
  117. Couldn't read prefs file\n\
  118. \"%s\":\n\
  119. %s!
  120. ;
  121. ; First  %s: Name of directory
  122. ; Second %s: Reason for failure (ala dos.library/Fault())
  123. ;
  124. MSG_ERROR_CREATE_DIR (//)
  125. Couldn't create drawer\n\
  126. \"%s\":\n\
  127. %s!
  128. ;
  129. ; First  %s: Name of directory
  130. ; Second %s: Reason for failure (ala dos.library/Fault())
  131. ;
  132. MSG_ERROR_LONG_PATH (//)
  133. File path too long!
  134. ;
  135. MSG_ERROR_DENYNODE_ALLOC (//)
  136. Couldn't allocate denynode!
  137. ;
  138. MSG_ERROR_REXXNODE_ALLOC (//)
  139. Couldn't allocate rexxnode!
  140. ;
  141. MSG_ERROR_NO_DENYNAME (//)
  142. You must enter a volume name!
  143. ;
  144. MSG_ERROR_NO_REXXNAME (//)
  145. You must enter a name!
  146. ;
  147. MSG_ERROR_NO_REXXCMD (//)
  148. You must enter a command!
  149. ;
  150. MSG_ERROR_NO_SIGBIT (//)
  151. Couldn't allocate signal!
  152. ;
  153. MSG_ERROR_NO_NODE (//)
  154. Internal error: Couldn't find\n\
  155. requested node! Please report!
  156. ;
  157. ; %s: Either MSG_ERROR_SORT_OVERFLOW or MSG_ERROR_NO_MEM
  158. ;
  159. MSG_ERROR_SORT (//)
  160. Couldn't sort the list:\n\
  161. %s
  162. ;
  163. MSG_ERROR_SORT_OVERFLOW (//)
  164. Internal recursion overflow!
  165. ;
  166. ; First  %s: Name of icon (without the ".info" part)
  167. ; Second %s: Reason for failure (ala dos.library/Fault())
  168. ;
  169. MSG_ERROR_NO_ICON (//)
  170. Couldn't open icon for\n\
  171. \"%s\":\n\
  172. %s!
  173. ;
  174. ; First  %s: Name of icon (without the ".info" part)
  175. ; Second %s: Reason for failure (ala dos.library/Fault())
  176. ;
  177. MSG_ERROR_BAD_TTYPES (//)
  178. Error in tooltypes for\n\
  179. \"%s\":\n\
  180. %s!
  181. ;
  182. ; First  %s: Name of icon (without the ".info" part)
  183. ; Second %s: Reason for failure (ala dos.library/Fault())
  184. ;
  185. MSG_ERROR_WRITE_ICON (//)
  186. Couldn't write icon for\n\
  187. \"%s\":\n\
  188. %s!
  189. ;
  190. ; First  %s: Name of icon (without the ".info" part)
  191. ; Second %s: Reason for failure (ala dos.library/Fault())
  192. ;
  193. MSG_ERROR_NO_DEF_ICON (//)
  194. Couldn't find any icon to use for\n\
  195. \"%s\":\n\
  196. %s!
  197. ;
  198. MSG_ERROR_HELP (//)
  199. Online help not available:\n\
  200. Couldn't open amigaguide.library\n\
  201. version 34 or higher!
  202. ;
  203. ; %s: Error string returned from GetAmigaGuideString()
  204. ;
  205. MSG_ERROR_AMIGAGUIDE (//)
  206. AmigaGuide error:\n\
  207. %s!
  208. ;
  209. ; The following string *MAY* *NOT* be more than 99 chars after the %ld have
  210. ; been "expanded".
  211. ;
  212. MSG_ERROR_DOS (//85)
  213. DOS error %ld
  214. ;
  215. ; Misc texts used in gadgets
  216. ;
  217. MSG_CONTINUE_QUIT_GAD (//)
  218. C_ontinue|_Quit
  219. ;
  220. MSG_OK_CANCEL_GAD (+1//)
  221.  _Ok | _Cancel
  222. ;
  223. ; Gadgets in the main windows
  224. ;
  225. MSG_MISC_FLAGS_TXT (//)
  226. Patch flags
  227. ;
  228. MSG_PATCH_ASLFONTREQ_GAD (//)
  229. ASL _font requester
  230. ;
  231. MSG_PATCH_ASLSMREQ_GAD (//)
  232. ASL scr_een mode requester
  233. ;
  234. MSG_ASSIGNWEDGE_GAD (//)
  235. Assign_Wedge
  236. ;
  237. MSG_ONLYASSIGN_GAD (//)
  238. Only _assignWedge
  239. ;
  240. MSG_TEXTREQ_FLAGS_TXT (//)
  241. Text requester flags
  242. ;
  243. MSG_KEYS_GAD (//)
  244. _Keyboard shortcuts
  245. ;
  246. MSG_CENTERTEXT_GAD (//)
  247. Center _text
  248. ;
  249. MSG_FILEREQ_FLAGS_TXT (//)
  250. File requester flags
  251. ;
  252. MSG_FILEBUFFER_GAD (//)
  253. _Buffer filelist
  254. ;
  255. MSG_REQTYPE_GAD (//)
  256. _Requester type:
  257. ;
  258. MSG_CENTERTYPE_GAD (//)
  259. Center _mode:
  260. ;
  261. MSG_OFFSET_GAD (//)
  262. _Offset:
  263. ;
  264. MSG_DEFAULTOFFSET_GAD (//)
  265. _Default
  266. ;
  267. MSG_DEFAULTHEIGHT_GAD (//)
  268. Default _height
  269. ;
  270. MSG_POPSCR_GAD (//)
  271. _Pop screen
  272. ;
  273. MSG_BACKFILL_GAD (//)
  274. Backfi_ll requester
  275. ;
  276. MSG_REXXMSGS_GAD (//)
  277. ARe_xx messages enabled
  278. ;
  279. MSG_SELECTFONT_GAD (//)
  280. Fo_nt...
  281. ;
  282. MSG_SAVE_GAD (//)
  283. _Save
  284. ;
  285. MSG_USE_GAD (//)
  286. _Use
  287. ;
  288. MSG_CANCEL_GAD (//)
  289. _Cancel
  290. ;
  291. ; Texts in the cycle gadgets
  292. ;
  293. ; First we have the Requester type gadget. Try to keep them rather short,
  294. ; for the rexxwindow's sake..
  295. ;
  296. MSG_FILE_TXT (//)
  297. File
  298. ;
  299. MSG_FONT_TXT (//)
  300. Font
  301. ;
  302. MSG_PALETTE_TXT (//)
  303. Palette
  304. ;
  305. MSG_SCREENMODE_TXT (//)
  306. Screen mode
  307. ;
  308. MSG_TEXT_TXT (//)
  309. Text
  310. ;
  311. MSG_STRING_TXT (//)
  312. String
  313. ;
  314. MSG_INTEGER_TXT (//)
  315. Integer
  316. ;
  317. ; This item is only available in the rexxnode window cycle gadget
  318. ;
  319. MSG_ANY_TXT (//)
  320. Any
  321. ;
  322. ; Here is the Center mode gadget
  323. ;
  324. MSG_NORMAL_TXT (//)
  325. Normal
  326. ;
  327. MSG_DEFAULT_TXT (//)
  328. Default
  329. ;
  330. MSG_POINTER_TXT (//)
  331. Pointer
  332. ;
  333. MSG_CENTERWIN_TXT (//)
  334. Center in window
  335. ;
  336. MSG_CENTERSCR_TXT (//)
  337. Center on screen
  338. ;
  339. MSG_TOPLEFTWIN_TXT (//)
  340. Top left of window
  341. ;
  342. MSG_TOPLEFTSCR_TXT (//)
  343. Top left of screen
  344. ;
  345. ; Texts in the edit list window
  346. ;
  347. MSG_LISTTYPE_TXT (//)
  348. List _type:
  349. ;
  350. MSG_NEW_GAD (//)
  351. _New...
  352. ;
  353. MSG_DELETE_GAD (//)
  354. De_lete...
  355. ;
  356. MSG_UP_GAD (//)
  357. _Up
  358. ;
  359. MSG_DOWN_GAD (//)
  360. _Down
  361. ;
  362. MSG_SORT_GAD (//)
  363. S_ort
  364. ;
  365. MSG_EDIT_GAD (//)
  366. _Edit...
  367. ;
  368. ; The cycle gadget in the edit list window
  369. ;
  370. MSG_EDIT_REXX_TXT (//)
  371. Rexx messages
  372. ;
  373. MSG_EDIT_DENY_TXT (//)
  374. Denied volumes
  375. ;
  376. ; Texts used in the denynode and rexxnode windows.
  377. ;
  378. MSG_DENY_NAME_GAD (//)
  379. _Volume name:
  380. ;
  381. MSG_NODE_OK_GAD (//)
  382.  _Ok \
  383.  
  384. MSG_NODE_CANCEL_GAD (//)
  385. _Cancel
  386. ;
  387. MSG_REXX_NAME_GAD (//)
  388. _Name:
  389. ;
  390. MSG_REXX_REQTYPE_GAD (//)
  391. _Requester type:
  392. ;
  393. MSG_REXX_TITLE_GAD (//)
  394. _Title:
  395. ;
  396. MSG_REXX_BODY_GAD (//)
  397. _Body:
  398. ;
  399. MSG_REXX_CMD_GAD (//)
  400. Co_mmand:
  401. ;
  402. ; Main window menu items. First char indicates "right-amiga-shortcut". Space for none.
  403. ;
  404. MSG_PROJECT_MENU (//)
  405. Project
  406. ;
  407. MSG_PROJECT_OPEN_ITEM (//)
  408. O\0Open...
  409. ;
  410. MSG_PROJECT_SAVEAS_ITEM (//)
  411. A\0Save as...
  412. ;
  413. MSG_PROJECT_ABOUT_ITEM (//)
  414. ?\0About...
  415. ;
  416. MSG_PROJECT_QUIT_ITEM (//)
  417. Q\0Quit
  418. ;
  419. MSG_EDIT_MENU (//)
  420. Edit
  421. ;
  422. MSG_EDIT_LISTS_ITEM (//)
  423. I\0Lists...
  424. ;
  425. MSG_EDIT_DEFAULTS_ITEM (//)
  426. D\0Defaults
  427. ;
  428. MSG_EDIT_LASTSAVED_ITEM (//)
  429. L\0Last saved
  430. ;
  431. MSG_EDIT_RESTORE_ITEM (//)
  432. R\0Restore
  433. ;
  434. MSG_PATCHES_MENU (//)
  435. Patches
  436. ;
  437. MSG_PATCHES_INTUITION_ITEM (//)
  438.  \0Intuition?
  439. ;
  440. MSG_PATCHES_ASL_ITEM (//)
  441.  \0ASL?
  442. ;
  443. MSG_PATCHES_ARP_ITEM (//)
  444.  \0ARP?
  445. ;
  446. MSG_PATCHES_REQ_ITEM (//)
  447.  \0REQ?
  448. ;
  449. MSG_PATCHES_UPDATE_ITEM (//)
  450.  \0Update
  451. ;
  452. MSG_PATCHES_INSTALL_ITEM (//)
  453.  \0Install...
  454. ;
  455. MSG_PATCHES_REMOVE_ITEM (//)
  456.  \0Remove...
  457. ;
  458. MSG_OPTIONS_MENU (//)
  459. Options
  460. ;
  461. MSG_OPTIONS_CREATEICONS (//)
  462. C\0Create icons?
  463. ;
  464. ; Edit list window menu items (that doesn't have a text shared with the main window).
  465. ;
  466. MSG_PROJECT_APPEND_ITEM (//)
  467. E\0Append...
  468. ;
  469. MSG_EDIT_CLEAR_ITEM (//)
  470.  \0Clear list...
  471. ;
  472. ; Other misc texts..
  473. ;
  474. MSG_REQUESTER_TITLE (//)
  475. ReqChange request
  476. ;
  477. MSG_NOT_PATCHED (//)
  478. The patches are not installed
  479. ;
  480. MSG_ALREADY_PATCHED (//)
  481. The patches are installed
  482. ;
  483. MSG_CONFIRM_INSTALL_PATCHES (//)
  484. Really install the patches?
  485. ;
  486. MSG_SELECT_FONT (//)
  487. Select a font
  488. ;
  489. ; First  %s : Version information.
  490. ; Second %s : Date string (numeric).
  491. ; Third  %s : MSG_ALREADY_PATCHED or MSG_NOT_PATCHED (see above)
  492. ;
  493. MSG_ABOUT (//)
  494. ReqChange preferences %s\n\
  495. Copyright © 1993,94  Magnus Holmgren\n\
  496. \n\
  497. Compilation date: %s\n\
  498. \n\
  499. %s\n\
  500. Active patches: %ld\n\
  501. Allocated requesters: %ld
  502. ;
  503. MSG_MAINWINDOWTITLE (//)
  504. ReqChange preferences
  505. ;
  506. MSG_EDITWINDOWTITLE (//)
  507. Edit list
  508. ;
  509. MSG_DENYWINDOWTITLE (//)
  510. Deny node
  511. ;
  512. MSG_REXXWINDOWTITLE (//)
  513. Rexx node
  514. ;
  515. MSG_SELECT_MAINPREFS_TITLE (//)
  516. Select a mainprefs file
  517. ;
  518. MSG_SELECT_REXXPREFS_TITLE (//)
  519. Select a rexxprefs file
  520. ;
  521. MSG_SELECT_DENYPREFS_TITLE (//)
  522. Select a denyprefs file
  523. ;
  524. MSG_CONFIRM_DELETE_NODE (//)
  525. Really delete this node?
  526. ;
  527. MSG_CONFIRM_CLEAR (//)
  528. Do you really want to\n\
  529. clear the current list?
  530. ;
  531. MSG_APPICON_NAME (//)
  532. ReqChange dock
  533. ;
  534. MSG_ERROR_NO_ICONDROP (//)
  535. Couldn't init icon dropping!\n\
  536. (No Workbench?)
  537. ;
  538. MSG_ERROR_NO_HOMEDIR (//)
  539. Couldn't find the home\n\
  540. directory of ReqChange!
  541. ;
  542. MSG_ERROR_NO_PRGPATH (//)
  543. Couldn't get the path to ReqChange!
  544. ;
  545. MSG_RUN_QUIT_GAD (//)
  546. _Keep running|_Quit
  547. ;
  548. MSG_ERROR_RESTORE_LIST (//)
  549. Couldn't restore list\n\
  550. \"%s\":\n\
  551. %s!
  552. ;
  553. MSG_REQUESTER_INFO (//)
  554. ReqChange information
  555. ;
  556. #endif
  557. ;
  558.