; THIS FILE IS COMPUTER GENERATED, NO HUMAN GENERATED CHANGES ARE PERMITTED
;
VERSION 3
REVISION 1
LANGUAGE "English"
NATURALNAME "Canvas"
; CAN_Creating
; Creating Canvas
MSG 0x06400400 "Creating canvas."
; CANVAS_NoDirectX
; DirectX was not installed on the machine.
MSG 0x06402c00 "The Microsoft DirectX graphics software is not yet installed on this machine. Please install it and then restart your Scala application. DirectX and ActiveMovie are available for download through the Microsoft and Scala Web sites"
; CANVAS_LoadingDrivers
; Loading video drivers context message
MSG 0x06401c00 "Loading video drivers."
; CANVAS_CircularTesting
; Something is wrong with the order in which the video drivers must be
; installed
MSG 0x06400800 "Circular testing order of the video drivers."
; CANVAS_DriverNotInstalled
; Driver not installed
MSG 0x06400c01 "The \"%1\" video driver is not installed on the system."
; CANVAS_NoDriverFound
; No driver was found
MSG 0x06401000 "Could not find a driver for the installed graphics card."
; CANVAS_NoDriversOnDisk
; No driver on disk
MSG 0x06401400 "There are no drivers installed in scalaprogram:system/video."
; CANVAS_DBOnlyWithScreen
; DoubleBuffering needs the Screen sync mode
MSG 0x06401800 "Double Buffering can only be used with the Screen sync mode. This mode will be enabled."
; CANVAS_UnknownSyncMode
; The specified sync mode %1 is invalid
MSG 0x06402002 "The specified sync mode '%1' is unknown. Defaulting to '%2'."
; CANVAS_InvalidSyncTimerRate
; The specified frame rate is invalid
MSG 0x06402803 "The specified Sync Timer Rate is out of range (%1-%2). Defaulting to %3 fps."
; CANVAS_UnknownVideoStandard
; The specified video standard %1 is invalid
MSG 0x06402402 "The specified video standard '%1' is unknown. Defaulting to '%2'."