home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / commodity / devicelock / txt / devicelock.cd next >
Text File  |  1995-02-27  |  2KB  |  137 lines

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