home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / useful / os20 / cdity / devicelock.lha / DeviceLock / Txt / DeviceLock.cd next >
Text File  |  1993-12-05  |  2KB  |  132 lines

  1. ;
  2. ;
  3. ;   Menu (0xx)
  4. ;
  5. MenuProject (//)
  6. Project
  7. ;
  8. MenuProjectLockAll (//)
  9. LOCK
  10. ;
  11. MenuProjectUnlockAll (//)
  12. UNLOCK
  13. ;
  14. ; BARLABEL
  15. ;
  16. MenuProjectAbout (+1//)
  17. Version, Copyright ...
  18. ;
  19. ; BARLABEL
  20. ;
  21. MenuProjectHide (+1//)
  22. Hide
  23. ;
  24. MenuProjectQuit (//)
  25. Quit ...
  26. ;
  27. ;
  28. ;
  29. ;   Warn (2xx)
  30. ;
  31. WarnCannotAddKeyCode (200//)
  32. Cannot add\n'%s'.
  33. ;
  34. WarnNotValidKeyCode (//)
  35. '%s'\nis not a valid hotkey.
  36. ;
  37. WarnStringTooLong (//)
  38. String was too long, stripped down to\n'%s'.
  39. ;
  40. WarnCorruptNumber (//)
  41. Converting '%s' into number failed.\nTreated as 0.
  42. ;
  43. WarnCorruptBoolean (//)
  44. I cannot interpret BOOLEAN value '%s'.\nTreated as FALSE.
  45. ;
  46. WarnCommentIsNoComment (//)
  47. '%s' invalid format.\nThese line is ignored.
  48. ;
  49. WarnUnknownOption (//)
  50. Unknown option '%s'.
  51. ;
  52. ;
  53. ;
  54. ;   Msg (3xx)
  55. ;
  56. MsgAbout (300//)
  57. DeviceLock: Version, Copyright
  58. ;
  59. MsgError (//)
  60. DeviceLock: Error
  61. ;
  62. MsgFailed (//)
  63. %s failed
  64. ;
  65. MsgKeepUnlock (//)
  66. Keep actual Lock-state or UNLOCK?
  67. ;
  68. MsgProblem (//)
  69. DeviceLock: Problem
  70. ;
  71. MsgWarning (//)
  72. DeviceLock: Warning
  73. ;
  74. MsgAllRightsReserved (//)
  75. All Rights reserved.
  76. ; ^ Here you can add also some translation notes:
  77. ; Alle Rechte vorbehalten.\n\n\
  78. ; Deutsche Übersetzung von hugo.
  79. ;
  80. ;
  81. ;   Err (4xx)
  82. ;
  83. ErrGivenSettingsNotValid (400//)
  84. Specified settings are no »DeviceLock.Prefs«.
  85. ;
  86. ErrCantOpenOrReadGivenSettings (//)
  87. I can't find/read given settings.
  88. ;
  89. ErrWrongPrefs (//)
  90. No valid »DeviceLock.Prefs« in path.
  91. ;
  92. ErrCantFindAnyPrefs (//)
  93. I can't find »DeviceLock.Prefs« in path.
  94. ;
  95. ErrWBReadArgs(//)
  96. Problems while reading ToolTypes.
  97. ;
  98. ErrZeroDrives (//)
  99. No drive specifications.
  100. ;
  101. ErrCantExLock (//)
  102. Can't execute »lock ... on«.
  103. ;
  104. ErrCantExUnlock (//)
  105. Can't execute »lock ... off«.
  106. ;
  107. ;
  108. ;
  109. ;   Gad (5xx)
  110. ;
  111. GadProceedQuit (500//)
  112. Proceed|No further warnings|Quit
  113. ;
  114. GadLockAll (//)
  115. LOCK
  116. ;
  117. GadKeepUnlock (//)
  118. UNLOCK|Keep|Oops, back to the program
  119. ;
  120. GadOK (//)
  121. OK
  122. ;
  123. ;
  124. ;  Prob (6xx)
  125. ;
  126. ProbCantLock (600//)
  127. Can't lock '%s'.
  128. ;
  129. ProbCantUnlock (//)
  130. Can't unlock '%s'.
  131. ;
  132.