home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / util / reqchange-3.1.lha / ReqChange / Catalogs / Libs / ReqChangeLib.cd < prev    next >
Encoding:
Text File  |  1994-03-29  |  1.5 KB  |  63 lines

  1. ;
  2. ; $VER: ReqChangeLib.cd 3.0
  3. ;
  4. ; All messages in reqchange.library that might need localization
  5. ;
  6. ;
  7. ; The "\x"s in the beginning of the string is becase this is a message
  8. ; passed to DisplayAlert, and thus need a bit more information. That
  9. ; also explains the extra "\x00" at the end. If you don't know much about
  10. ; DisplayAlert, you can simply use the \x values used here. If you are
  11. ; a bit more "advanced" ( :) ), you can center the strings if you like.
  12. ; Its up to you! If you don't know how to do this, ignore it. It isn't
  13. ; important (I haven't done it in the english strings, although I have
  14. ; a certain offset - 14 - to make it look ok. Don't remove that one).
  15. ; Each alert must fit in one line, and can thus contain at most 76 chars
  16. ; (since the "border" of the alert occupies some space).
  17. ;
  18. MSG_NO_REQTOOLS_ALERT (1//80)
  19. \x00\x0e\x0creqchange.library: You need reqtools.library V38.1194 or higher!\x00
  20. ;
  21. MSG_NO_MEM_ALERT (//80)
  22. \x00\x0e\x0creqchange.library: Not enough memory!\x00
  23. ;
  24. MSG_ASSIGNX_GAD (//)
  25. _Retry|_Mount|_Assign...|_Deny|_Cancel
  26. ;
  27. MSG_ASSIGN_GAD (//)
  28. _Assign
  29. ;
  30. MSG_OK_GAD (//)
  31.  _Ok \
  32.  
  33. ;
  34. MSG_ASSIGN_TITLE (//)
  35. Assign for \"%s\"
  36. ;
  37. MSG_SYSTEM_REQUEST_TITLE (//)
  38. System Request
  39. ;
  40. MSG_PALETTE_TITLE (//)
  41. Palette
  42. ;
  43. MSG_SCREENMODE_TITLE (//)
  44. Select screen mode
  45. ;
  46. MSG_FONT_TITLE (//)
  47. Select font
  48. ;
  49. MSG_FILE_TITLE (//)
  50. Select file
  51. ;
  52. ; ReqChange extended error messages.
  53. ;
  54. MSG_ERROR_NOT_PREFS (1000//80)
  55. invalid preferences file
  56. ;
  57. MSG_ERROR_BAD_VERSION (//80)
  58. unknown version of preferences file
  59. ;
  60. MSG_ERROR_SHORT_PREFS (//80)
  61. wrong size of preferences file
  62. ;
  63.