Kaydet (Commit) 3f4c173d authored tarafından Jack Jansen's avatar Jack Jansen

Oops, ISO translation was off. Fixed.

üst 0d01787c
...@@ -316,7 +316,7 @@ telBadProcID = -10110 #invalid procID ...@@ -316,7 +316,7 @@ telBadProcID = -10110 #invalid procID
telDeviceNotFound = -10109 #device not found telDeviceNotFound = -10109 #device not found
telBadCodeResource = -10108 #code resource not found telBadCodeResource = -10108 #code resource not found
telInitFailed = -10107 #initialization failed telInitFailed = -10107 #initialization failed
telNoCommFolder = -10106 #Communications/Extensions not found telNoCommFolder = -10106 #Communications/Extensions not found
telUnknownErr = -10103 #unable to set config telUnknownErr = -10103 #unable to set config
telNoSuchTool = -10102 #unable to find tool with name specified telNoSuchTool = -10102 #unable to find tool with name specified
telBadFunction = -10091 #bad msgCode specified telBadFunction = -10091 #bad msgCode specified
...@@ -626,7 +626,7 @@ kDMDriverNotDisplayMgrAwareErr = -6228 #Video Driver does not support display ma ...@@ -626,7 +626,7 @@ kDMDriverNotDisplayMgrAwareErr = -6228 #Video Driver does not support display ma
kDMSWNotInitializedErr = -6227 #Required software not initialized (eg windowmanager or display mgr). kDMSWNotInitializedErr = -6227 #Required software not initialized (eg windowmanager or display mgr).
kSysSWTooOld = -6226 #Missing critical pieces of System Software. kSysSWTooOld = -6226 #Missing critical pieces of System Software.
kDMMirroringNotOn = -6225 #Returned by all calls that need mirroring to be on to do their thing. kDMMirroringNotOn = -6225 #Returned by all calls that need mirroring to be on to do their thing.
kDMCantBlock = -6224 #Mirroring is already on, cant Block now (call DMUnMirror() first). kDMCantBlock = -6224 #Mirroring is already on, cant Block now (call DMUnMirror() first).
kDMMirroringBlocked = -6223 #DMBlockMirroring() has been called. kDMMirroringBlocked = -6223 #DMBlockMirroring() has been called.
kDMWrongNumberOfDisplays = -6222 #Can only handle 2 displays for now. kDMWrongNumberOfDisplays = -6222 #Can only handle 2 displays for now.
kDMMirroringOnAlready = -6221 #Returned by all calls that need mirroring to be off to do their thing. kDMMirroringOnAlready = -6221 #Returned by all calls that need mirroring to be off to do their thing.
...@@ -653,7 +653,7 @@ errCorruptWindowDescription = -5606 #tried to load a corrupt window description ...@@ -653,7 +653,7 @@ errCorruptWindowDescription = -5606 #tried to load a corrupt window description
errUnrecognizedWindowClass = -5605 #tried to create a window with a bad WindowClass errUnrecognizedWindowClass = -5605 #tried to create a window with a bad WindowClass
errWindowPropertyNotFound = -5604 #tried to get a nonexistent property errWindowPropertyNotFound = -5604 #tried to get a nonexistent property
errInvalidWindowProperty = -5603 #tried to access a property tag with private creator errInvalidWindowProperty = -5603 #tried to access a property tag with private creator
errWindowDoesNotHaveProxy = -5602 #tried to do something requiring a proxy to a window which doesnt have a proxy errWindowDoesNotHaveProxy = -5602 #tried to do something requiring a proxy to a window which doesnt have a proxy
errUnsupportedWindowAttributesForClass = -5601 #tried to create a window with WindowAttributes not supported by the WindowClass errUnsupportedWindowAttributesForClass = -5601 #tried to create a window with WindowAttributes not supported by the WindowClass
errInvalidWindowPtr = -5600 #tried to pass a bad WindowRef argument errInvalidWindowPtr = -5600 #tried to pass a bad WindowRef argument
gestaltLocationErr = -5553 #gestalt function ptr wasn't in sysheap gestaltLocationErr = -5553 #gestalt function ptr wasn't in sysheap
...@@ -847,7 +847,7 @@ kECANCELErr = -3273 # ...@@ -847,7 +847,7 @@ kECANCELErr = -3273 #
kEBADMSGErr = -3272 # kEBADMSGErr = -3272 #
kENOSRErr = -3271 # kENOSRErr = -3271 #
kETIMEErr = -3270 # kETIMEErr = -3270 #
kEPROTOErr = -3269 # fill out missing codes kEPROTOErr = -3269 # fill out missing codes
kEHOSTUNREACHErr = -3264 #No route to host kEHOSTUNREACHErr = -3264 #No route to host
kEHOSTDOWNErr = -3263 #Host is down kEHOSTDOWNErr = -3263 #Host is down
kECONNREFUSEDErr = -3260 #Connection refused kECONNREFUSEDErr = -3260 #Connection refused
...@@ -1043,7 +1043,7 @@ tsmTSHasNoMenuErr = -2513 #the text service has no menu ...@@ -1043,7 +1043,7 @@ tsmTSHasNoMenuErr = -2513 #the text service has no menu
tsmUseInputWindowErr = -2512 #not TSM aware because we are using input window tsmUseInputWindowErr = -2512 #not TSM aware because we are using input window
tsmDocumentOpenErr = -2511 #there are open documents tsmDocumentOpenErr = -2511 #there are open documents
tsmTextServiceNotFoundErr = -2510 #no text service found tsmTextServiceNotFoundErr = -2510 #no text service found
tsmCantOpenComponentErr = -2509 #cant open the component tsmCantOpenComponentErr = -2509 #cant open the component
tsmNoOpenTSErr = -2508 #no open text service tsmNoOpenTSErr = -2508 #no open text service
tsmDocNotActiveErr = -2507 #document is NOT active tsmDocNotActiveErr = -2507 #document is NOT active
tsmTSMDocBusyErr = -2506 #document is still active tsmTSMDocBusyErr = -2506 #document is still active
...@@ -1076,9 +1076,9 @@ kernelOptionsErr = -2403 #kernelOptionsErr ...@@ -1076,9 +1076,9 @@ kernelOptionsErr = -2403 #kernelOptionsErr
kernelCanceledErr = -2402 #kernelCanceledErr kernelCanceledErr = -2402 #kernelCanceledErr
kernelIncompleteErr = -2401 #kernelIncompleteErr kernelIncompleteErr = -2401 #kernelIncompleteErr
badCallOrderErr = -2209 #Usually due to a status call being called prior to being setup first badCallOrderErr = -2209 #Usually due to a status call being called prior to being setup first
noDMAErr = -2208 #Cant do DMA digitizing (i.e. can't go to requested dest noDMAErr = -2208 #Cant do DMA digitizing (i.e. can't go to requested dest
badDepthErr = -2207 #Cant digitize into this depth badDepthErr = -2207 #Cant digitize into this depth
notExactSizeErr = -2206 #Cant do exact size requested notExactSizeErr = -2206 #Cant do exact size requested
noMoreKeyColorsErr = -2205 #all key indexes in use noMoreKeyColorsErr = -2205 #all key indexes in use
notExactMatrixErr = -2204 #warning of bad matrix, digitizer did its best notExactMatrixErr = -2204 #warning of bad matrix, digitizer did its best
matrixErr = -2203 #bad matrix, digitizer did nothing matrixErr = -2203 #bad matrix, digitizer did nothing
...@@ -1428,7 +1428,7 @@ rcDBValue = -801 #rcDBValue ...@@ -1428,7 +1428,7 @@ rcDBValue = -801 #rcDBValue
rcDBNull = -800 #rcDBNull rcDBNull = -800 #rcDBNull
noMMUErr = -626 #no MMU present noMMUErr = -626 #no MMU present
cannotDeferErr = -625 #unable to defer additional functions cannotDeferErr = -625 #unable to defer additional functions
interruptsMaskedErr = -624 #dont call with interrupts masked interruptsMaskedErr = -624 #dont call with interrupts masked
notLockedErr = -623 #specified range of memory is not locked notLockedErr = -623 #specified range of memory is not locked
cannotMakeContiguousErr = -622 #cannot make specified range contiguous cannotMakeContiguousErr = -622 #cannot make specified range contiguous
notHeldErr = -621 #specified range of memory is not held notHeldErr = -621 #specified range of memory is not held
...@@ -1708,10 +1708,10 @@ writErr = -20 #I/O System Errors ...@@ -1708,10 +1708,10 @@ writErr = -20 #I/O System Errors
readErr = -19 #I/O System Errors readErr = -19 #I/O System Errors
statusErr = -18 #I/O System Errors statusErr = -18 #I/O System Errors
controlErr = -17 #I/O System Errors controlErr = -17 #I/O System Errors
dsExtensionsDisabled = -13 #say Extensions Disabled dsExtensionsDisabled = -13 #say Extensions Disabled
dsHD20Installed = -12 #say HD20 Startup dsHD20Installed = -12 #say HD20 Startup
dsDisassemblerInstalled = -11 #say Disassembler Installed dsDisassemblerInstalled = -11 #say Disassembler Installed
dsMacsBugInstalled = -10 #say MacsBug Installed dsMacsBugInstalled = -10 #say MacsBug Installed
seNoDB = -8 #no debugger installed to handle debugger command seNoDB = -8 #no debugger installed to handle debugger command
SlpTypeErr = -5 #invalid queue element SlpTypeErr = -5 #invalid queue element
unimpErr = -4 #unimplemented core routine unimpErr = -4 #unimplemented core routine
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
*/ */
#define USE_CARB_RESOURCE #define USE_CARB_RESOURCE
#ifdef USE_CARB_RESOURCE #ifdef USE_CARB_RESOURCE
/*----------------------------carb Carbon on OS X launch information --------------------------*/ /*----------------------------carb Carbon on OS X launch information --------------------------*/
type 'carb' { type 'carb' {
}; };
......
...@@ -316,7 +316,7 @@ ...@@ -316,7 +316,7 @@
-10109 telDeviceNotFound device not found -10109 telDeviceNotFound device not found
-10108 telBadCodeResource code resource not found -10108 telBadCodeResource code resource not found
-10107 telInitFailed initialization failed -10107 telInitFailed initialization failed
-10106 telNoCommFolder Communications/Extensions not found -10106 telNoCommFolder Communications/Extensions not found
-10103 telUnknownErr unable to set config -10103 telUnknownErr unable to set config
-10102 telNoSuchTool unable to find tool with name specified -10102 telNoSuchTool unable to find tool with name specified
-10091 telBadFunction bad msgCode specified -10091 telBadFunction bad msgCode specified
...@@ -626,7 +626,7 @@ ...@@ -626,7 +626,7 @@
-6227 kDMSWNotInitializedErr Required software not initialized (eg windowmanager or display mgr). -6227 kDMSWNotInitializedErr Required software not initialized (eg windowmanager or display mgr).
-6226 kSysSWTooOld Missing critical pieces of System Software. -6226 kSysSWTooOld Missing critical pieces of System Software.
-6225 kDMMirroringNotOn Returned by all calls that need mirroring to be on to do their thing. -6225 kDMMirroringNotOn Returned by all calls that need mirroring to be on to do their thing.
-6224 kDMCantBlock Mirroring is already on, cant Block now (call DMUnMirror() first). -6224 kDMCantBlock Mirroring is already on, cant Block now (call DMUnMirror() first).
-6223 kDMMirroringBlocked DMBlockMirroring() has been called. -6223 kDMMirroringBlocked DMBlockMirroring() has been called.
-6222 kDMWrongNumberOfDisplays Can only handle 2 displays for now. -6222 kDMWrongNumberOfDisplays Can only handle 2 displays for now.
-6221 kDMMirroringOnAlready Returned by all calls that need mirroring to be off to do their thing. -6221 kDMMirroringOnAlready Returned by all calls that need mirroring to be off to do their thing.
...@@ -653,7 +653,7 @@ ...@@ -653,7 +653,7 @@
-5605 errUnrecognizedWindowClass tried to create a window with a bad WindowClass -5605 errUnrecognizedWindowClass tried to create a window with a bad WindowClass
-5604 errWindowPropertyNotFound tried to get a nonexistent property -5604 errWindowPropertyNotFound tried to get a nonexistent property
-5603 errInvalidWindowProperty tried to access a property tag with private creator -5603 errInvalidWindowProperty tried to access a property tag with private creator
-5602 errWindowDoesNotHaveProxy tried to do something requiring a proxy to a window which doesnt have a proxy -5602 errWindowDoesNotHaveProxy tried to do something requiring a proxy to a window which doesnt have a proxy
-5601 errUnsupportedWindowAttributesForClass tried to create a window with WindowAttributes not supported by the WindowClass -5601 errUnsupportedWindowAttributesForClass tried to create a window with WindowAttributes not supported by the WindowClass
-5600 errInvalidWindowPtr tried to pass a bad WindowRef argument -5600 errInvalidWindowPtr tried to pass a bad WindowRef argument
-5553 gestaltLocationErr gestalt function ptr wasn't in sysheap -5553 gestaltLocationErr gestalt function ptr wasn't in sysheap
...@@ -847,7 +847,7 @@ ...@@ -847,7 +847,7 @@
-3272 kEBADMSGErr -3272 kEBADMSGErr
-3271 kENOSRErr -3271 kENOSRErr
-3270 kETIMEErr -3270 kETIMEErr
-3269 kEPROTOErr fill out missing codes -3269 kEPROTOErr fill out missing codes
-3264 kEHOSTUNREACHErr No route to host -3264 kEHOSTUNREACHErr No route to host
-3263 kEHOSTDOWNErr Host is down -3263 kEHOSTDOWNErr Host is down
-3260 kECONNREFUSEDErr Connection refused -3260 kECONNREFUSEDErr Connection refused
...@@ -1043,7 +1043,7 @@ ...@@ -1043,7 +1043,7 @@
-2512 tsmUseInputWindowErr not TSM aware because we are using input window -2512 tsmUseInputWindowErr not TSM aware because we are using input window
-2511 tsmDocumentOpenErr there are open documents -2511 tsmDocumentOpenErr there are open documents
-2510 tsmTextServiceNotFoundErr no text service found -2510 tsmTextServiceNotFoundErr no text service found
-2509 tsmCantOpenComponentErr cant open the component -2509 tsmCantOpenComponentErr cant open the component
-2508 tsmNoOpenTSErr no open text service -2508 tsmNoOpenTSErr no open text service
-2507 tsmDocNotActiveErr document is NOT active -2507 tsmDocNotActiveErr document is NOT active
-2506 tsmTSMDocBusyErr document is still active -2506 tsmTSMDocBusyErr document is still active
...@@ -1076,9 +1076,9 @@ ...@@ -1076,9 +1076,9 @@
-2402 kernelCanceledErr kernelCanceledErr -2402 kernelCanceledErr kernelCanceledErr
-2401 kernelIncompleteErr kernelIncompleteErr -2401 kernelIncompleteErr kernelIncompleteErr
-2209 badCallOrderErr Usually due to a status call being called prior to being setup first -2209 badCallOrderErr Usually due to a status call being called prior to being setup first
-2208 noDMAErr Cant do DMA digitizing (i.e. can't go to requested dest -2208 noDMAErr Cant do DMA digitizing (i.e. can't go to requested dest
-2207 badDepthErr Cant digitize into this depth -2207 badDepthErr Cant digitize into this depth
-2206 notExactSizeErr Cant do exact size requested -2206 notExactSizeErr Cant do exact size requested
-2205 noMoreKeyColorsErr all key indexes in use -2205 noMoreKeyColorsErr all key indexes in use
-2204 notExactMatrixErr warning of bad matrix, digitizer did its best -2204 notExactMatrixErr warning of bad matrix, digitizer did its best
-2203 matrixErr bad matrix, digitizer did nothing -2203 matrixErr bad matrix, digitizer did nothing
...@@ -1428,7 +1428,7 @@ ...@@ -1428,7 +1428,7 @@
-800 rcDBNull rcDBNull -800 rcDBNull rcDBNull
-626 noMMUErr no MMU present -626 noMMUErr no MMU present
-625 cannotDeferErr unable to defer additional functions -625 cannotDeferErr unable to defer additional functions
-624 interruptsMaskedErr dont call with interrupts masked -624 interruptsMaskedErr dont call with interrupts masked
-623 notLockedErr specified range of memory is not locked -623 notLockedErr specified range of memory is not locked
-622 cannotMakeContiguousErr cannot make specified range contiguous -622 cannotMakeContiguousErr cannot make specified range contiguous
-621 notHeldErr specified range of memory is not held -621 notHeldErr specified range of memory is not held
...@@ -1708,10 +1708,10 @@ ...@@ -1708,10 +1708,10 @@
-19 readErr I/O System Errors -19 readErr I/O System Errors
-18 statusErr I/O System Errors -18 statusErr I/O System Errors
-17 controlErr I/O System Errors -17 controlErr I/O System Errors
-13 dsExtensionsDisabled say Extensions Disabled -13 dsExtensionsDisabled say Extensions Disabled
-12 dsHD20Installed say HD20 Startup -12 dsHD20Installed say HD20 Startup
-11 dsDisassemblerInstalled say Disassembler Installed -11 dsDisassemblerInstalled say Disassembler Installed
-10 dsMacsBugInstalled say MacsBug Installed -10 dsMacsBugInstalled say MacsBug Installed
-8 seNoDB no debugger installed to handle debugger command -8 seNoDB no debugger installed to handle debugger command
-5 SlpTypeErr invalid queue element -5 SlpTypeErr invalid queue element
-4 unimpErr unimplemented core routine -4 unimpErr unimplemented core routine
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment