Subversion Repositories spacemission

Rev

Rev 1 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 4
Line 20... Line 20...
20
  STexture = 'Texture';
20
  STexture = 'Texture';
21
  SDirectPlay = 'DirectPlay';
21
  SDirectPlay = 'DirectPlay';
22
  SSession = 'Session';
22
  SSession = 'Session';
23
 
23
 
24
  SNotMade = '%s not made';
24
  SNotMade = '%s not made';
25
  SStreamNotOpend = 'Stream not opend';
25
  SStreamNotOpend = 'Stream not opened';
26
  SWaveStreamNotSet = 'WaveStream not set';
26
  SWaveStreamNotSet = 'WaveStream not set';
27
  SCannotMade = '%s cannot be made';
27
  SCannotMade = '%s cannot be made';
28
  SCannotInitialized = '%s cannot be initialized';
28
  SCannotInitialized = '%s cannot be initialized';
29
  SCannotChanged = '%s cannot be changed';
29
  SCannotChanged = '%s cannot be changed';
30
  SCannotLock = '%s cannot be locked';
30
  SCannotLock = '%s cannot be locked';
31
  SCannotOpened = '%s cannot be opened';
31
  SCannotOpened = '%s cannot be opened';
32
  SDLLNotLoaded = '%s not loaded';
32
  SDLLNotLoaded = '%s is not loaded';
33
  SImageNotFound = 'Image ''%s'' not found';
33
  SImageNotFound = 'Image ''%s'' not found';
34
  SWaveNotFound = 'Wave ''%s'' not found';
34
  SWaveNotFound = 'Wave ''%s'' not found';
35
  SEffectNotFound = 'Effect ''%s'' not found';
35
  SEffectNotFound = 'Effect ''%s'' not found';
36
  SListIndexError = 'Index of the list exceeds the range. (%d)';
36
  SListIndexError = 'Index of the list exceeds the range. (%d)';
37
  SScanline = 'Index of the scanning line exceeded the range. (%d)';
37
  SScanline = 'Index of the scanning line exceeded the range. (%d)';
38
  SNoForm = 'Form not found';
38
  SNoForm = 'Form not found';
39
  SSinceDirectX5 = 'Necessary since DirectX 5';
39
  SSinceDirectX5 = 'Requires DirectX 5.0 or later';
40
  SSinceDirectX6 = 'Necessary since DirectX 6';
40
  SSinceDirectX6 = 'Requires DirectX 6.0 or later';
41
  SSinceDirectX7 = 'Necessary since DirectX 7';
41
  SSinceDirectX7 = 'Requires DirectX 7.0 or later';
42
  S3DDeviceNotFound = '3D device not found';
42
  S3DDeviceNotFound = '3D device not found';
43
  SDisplayModeChange = 'Display mode cannot be changed (%dx%d %dbit)';
43
  SDisplayModeChange = 'Display mode cannot be changed (%dx%d %dbit)';
44
  SDisplayModeCannotAcquired = 'A present display mode cannot be acquired';
44
  SDisplayModeCannotAcquired = 'Display mode cannot be acquired';
45
  SInvalidDIB = 'DIB is invalid';
45
  SInvalidDIB = 'DIB is invalid';
46
  SInvalidDIBBitCount = 'Bitcount in invalid (%d)';
46
  SInvalidDIBBitCount = 'Bitcount in invalid (%d)';
47
  SInvalidDIBPixelFormat = 'PixelFormat in invalid';
47
  SInvalidDIBPixelFormat = 'PixelFormat in invalid';
48
  SInvalidWave = 'Wave is invalid';
48
  SInvalidWave = 'Wave is invalid';
49
  SInvalidDisplayBitCount = 'It should be either of 8 or 16 or 24 or 32';
49
  SInvalidDisplayBitCount = 'Display requires 8, 16, 24 or 32 bits';
50
  SInvalidWaveFormat = 'Format is invalid';
50
  SInvalidWaveFormat = 'Format is invalid';
51
  SNotSupported = '%s not supported';
51
  SNotSupported = '%s not supported';
52
  SStreamOpend = 'Stream has already been opened';
52
  SStreamOpend = 'Stream is already open';
53
  SNecessaryDirectInputUseMouse = 'DirectInput is necessary to use the mouse';
53
  SNecessaryDirectInputUseMouse = 'DirectInput is required for mouse support';
54
 
54
 
55
  {  DirectPlay  }
55
  {  DirectPlay  }
56
  SDXPlayNotConnectedNow = 'TDXPlay component is not connected now.';
56
  SDXPlayNotConnectedNow = 'TDXPlay component is disconnected.';
57
  SDXPlayProviderNotFound = 'Provider ''%s'' not found';
57
  SDXPlayProviderNotFound = 'Provider ''%s'' not found';
58
  SDXPlayProviderSpecifiedGUIDNotFound = 'Provider of specified GUID is not found';
58
  SDXPlayProviderSpecifiedGUIDNotFound = 'Provider''s specified GUID is not found';
59
  SDXPlayModemListCannotBeAcquired = 'Modem list cannot be acquired';
59
  SDXPlayModemListCannotBeAcquired = 'Modem list cannot be acquired';
60
  SDXPlaySessionListCannotBeAcquired = 'Session list cannot be acquired';
60
  SDXPlaySessionListCannotBeAcquired = 'Session list cannot be acquired';
61
  SDXPlaySessionNotFound = 'Session ''%s'' not found';
61
  SDXPlaySessionNotFound = 'Session ''%s'' not found';
62
  SDXPlaySessionCannotOpened = 'Session %s cannot be opened';
62
  SDXPlaySessionCannotOpened = 'Session %s cannot be opened';
63
  SDXPlayPlayerNotFound = 'The player of specified ID is not found';
63
  SDXPlayPlayerNotFound = 'Player''s specified ID is not found';
64
  SDXPlayMessageIllegal = 'The message form is illegal';
64
  SDXPlayMessageIllegal = 'Illegal message form';
65
  SDXPlayPlayerNameIsNotSpecified = 'Player name is not specified';
65
  SDXPlayPlayerNameIsNotSpecified = 'Player name is not specified';
66
  SDXPlaySessionNameIsNotSpecified = 'Session name is not specified';
66
  SDXPlaySessionNameIsNotSpecified = 'Session name is not specified';
67
 
67
 
68
  DXPlayFormNext = 'Next >';
68
  DXPlayFormNext = 'Next >';
69
  DXPlayFormComplete = 'Complete';
69
  DXPlayFormComplete = 'Complete';
70
 
70
 
71
 
71
 
72
 
-
 
73
  SNotSupportGraphicFile = 'This format graphic not suported';
72
  SNotSupportGraphicFile = 'Graphic format not suported';
74
  SInvalidDXTFile = 'This DXT file is invalid';
73
  SInvalidDXTFile = 'DXT file is invalid';
75
  SCannotLoadGraphic = 'Can''t Load this Graphic';
74
  SCannotLoadGraphic = 'Can not load graphic';
76
  SOverlay = 'Not posible Overlay Surface';
75
  SOverlay = 'Surface overlay not possible';
77
 
76
 
78
const
77
const
79
  SDIBSize = '(%dx%d)';
78
  SDIBSize = '(%dx%d)';
80
  SDIBColor = '%d color';
79
  SDIBColor = '%d color';
81
  SDIBBitSize = '%d bytes';
80
  SDIBBitSize = '%d bytes';