home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / system / reqchange / catalogs / libs / reqchangelib.cd < prev    next >
Text File  |  1995-02-27  |  1KB  |  60 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_ASSIGNX_GAD (+1//)
  22. _Retry|_Mount|_Assign...|_Deny|_Cancel
  23. ;
  24. MSG_ASSIGN_GAD (//)
  25. _Assign
  26. ;
  27. MSG_OK_GAD (//)
  28.  _Ok \
  29.  
  30. ;
  31. MSG_ASSIGN_TITLE (//)
  32. Assign for \"%s\"
  33. ;
  34. MSG_SYSTEM_REQUEST_TITLE (//)
  35. System Request
  36. ;
  37. MSG_PALETTE_TITLE (//)
  38. Palette
  39. ;
  40. MSG_SCREENMODE_TITLE (//)
  41. Select screen mode
  42. ;
  43. MSG_FONT_TITLE (//)
  44. Select font
  45. ;
  46. MSG_FILE_TITLE (//)
  47. Select file
  48. ;
  49. ; ReqChange extended error messages.
  50. ;
  51. MSG_ERROR_NOT_PREFS (1000//80)
  52. invalid preferences file
  53. ;
  54. MSG_ERROR_BAD_VERSION (//80)
  55. unknown version of preferences file
  56. ;
  57. MSG_ERROR_SHORT_PREFS (//80)
  58. wrong size of preferences file
  59. ;
  60.