9575948818dd27ebc989e2ef7e09cb47c4aaea7d
[mono.git] / mcs / class / System.Drawing / corefx / SR.cs
1 //
2 // This file was generated by resx2sr tool
3 //
4
5 partial class SR
6 {
7         public const string CantTellPrinterName = "(printer name protected due to security restrictions)";
8         public const string CantChangeImmutableObjects = "Changes cannot be made to {0} because permissions are not valid.";
9         public const string CantMakeIconTransparent = "Bitmaps that are icons cannot be made transparent. Icons natively support transparency. Use the Icon constructor to create an icon.";
10         public const string ColorNotSystemColor = "The color {0} is not a system color.";
11         public const string DotNET_ComponentType = ".NET Component";
12         public const string GdiplusAborted = "Function was ended.";
13         public const string GdiplusAccessDenied = "File access is denied.";
14         public const string GdiplusCannotCreateGraphicsFromIndexedPixelFormat = "A Graphics object cannot be created from an image that has an indexed pixel format.";
15         public const string GdiplusCannotSetPixelFromIndexedPixelFormat = "SetPixel is not supported for images with indexed pixel formats.";
16         public const string GdiplusDestPointsInvalidParallelogram = "Destination points define a parallelogram which must have a length of 3. These points will represent the upper-left, upper-right, and lower-left coordinates (defined in that order).";
17         public const string GdiplusDestPointsInvalidLength = "Destination points must be an array with a length of 3 or 4. A length of 3 defines a parallelogram with the upper-left, upper-right, and lower-left corners. A length of 4 defines a quadrilateral with the fourth element of the array specifying the lower-right coordinate.";
18         public const string GdiplusFileNotFound = "File not found.";
19         public const string GdiplusFontFamilyNotFound = "Font '{0}' cannot be found.";
20         public const string GdiplusFontStyleNotFound = "Font '{0}' does not support style '{1}'.";
21         public const string GdiplusGenericError = "A generic error occurred in GDI+.";
22         public const string GdiplusInsufficientBuffer = "Buffer is too small (internal GDI+ error).";
23         public const string GdiplusInvalidParameter = "Parameter is not valid.";
24         public const string GdiplusInvalidRectangle = "Rectangle '{0}' cannot have a width or height equal to 0.";
25         public const string GdiplusInvalidSize = "Operation requires a transformation of the image from GDI+ to GDI. GDI does not support images with a width or height greater than 32767.";
26         public const string GdiplusOutOfMemory = "Out of memory.";
27         public const string GdiplusNotImplemented = "Not implemented.";
28         public const string GdiplusNotInitialized = "GDI+ is not properly initialized (internal GDI+ error).";
29         public const string GdiplusNotTrueTypeFont = "Only TrueType fonts are supported. '{0}' is not a TrueType font.";
30         public const string GdiplusNotTrueTypeFont_NoName = "Only TrueType fonts are supported. This is not a TrueType font.";
31         public const string GdiplusObjectBusy = "Object is currently in use elsewhere.";
32         public const string GdiplusOverflow = "Overflow error.";
33         public const string GdiplusPropertyNotFoundError = "Property cannot be found.";
34         public const string GdiplusPropertyNotSupportedError = "Property is not supported.";
35         public const string GdiplusUnknown = "Unknown GDI+ error occurred.";
36         public const string GdiplusUnknownImageFormat = "Image format is unknown.";
37         public const string GdiplusUnsupportedGdiplusVersion = "Current version of GDI+ does not support this feature.";
38         public const string GdiplusWrongState = "Bitmap region is already locked.";
39         public const string GlobalAssemblyCache = " (Global Assembly Cache)";
40         public const string GraphicsBufferCurrentlyBusy = "BufferedGraphicsContext cannot be disposed of because a buffer operation is currently in progress.";
41         public const string GraphicsBufferQueryFail = "Screen-compatible bitmap cannot be created. The screen bitmap format cannot be determined.";
42         public const string ToolboxItemLocked = "Toolbox item cannot be modified.";
43         public const string ToolboxItemInvalidPropertyType = "Property {0} requires an argument of type {1}.";
44         public const string ToolboxItemValueNotSerializable = "Data type {0} is not serializable. Items added to a property dictionary must be serializable.";
45         public const string ToolboxItemInvalidKey = "Argument should be a non-empty string.";
46         public const string IllegalState = "Internal state of the {0} class is invalid.";
47         public const string InterpolationColorsColorBlendNotSet = "Property must be set to a valid ColorBlend object to use interpolation colors.";
48         public const string InterpolationColorsCommon = "{0}{1} ColorBlend objects must be constructed with the same number of positions and color values. Positions must be between 0.0 and 1.0, 1.0 indicating the last element in the array.";
49         public const string InterpolationColorsInvalidColorBlendObject = "ColorBlend object that was set is not valid.";
50         public const string InterpolationColorsInvalidStartPosition = "Position's first element must be equal to 0.";
51         public const string InterpolationColorsInvalidEndPosition = "Position's last element must be equal to 1.0.";
52         public const string InterpolationColorsLength = "Array of colors and positions must contain at least two elements.";
53         public const string InterpolationColorsLengthsDiffer = "Colors and positions do not have the same number of elements.";
54         public const string InvalidArgument = "Value of '{1}' is not valid for '{0}'.";
55         public const string InvalidBoundArgument = "Value of '{1}' is not valid for '{0}'. '{0}' should be greater than {2} and less than or equal to {3}.";
56         public const string InvalidClassName = "Class name is not valid.";
57         public const string InvalidColor = "Color '{0}' is not valid.";
58         public const string InvalidDashPattern = "DashPattern value is not valid.";
59         public const string InvalidEx2BoundArgument = "Value of '{1}' is not valid for '{0}'. '{0}' should be greater than or equal to {2} and less than or equal to {3}.";
60         public const string InvalidFrame = "Frame is not valid. Frame must be between 0 and FrameCount.";
61         public const string InvalidGDIHandle = "Win32 handle that was passed to {0} is not valid or is the wrong type.";
62         public const string InvalidImage = "Image type is unknown.";
63         public const string InvalidLowBoundArgumentEx = "Value of '{1}' is not valid for '{0}'. '{0}' must be greater than or equal to {2}.";
64         public const string InvalidPermissionLevel = "Permission level is not valid.";
65         public const string InvalidPermissionState = "Permission state is not valid.";
66         public const string InvalidPictureType = "Argument '{0}' must be a picture that can be used as a {1}.";
67         public const string InvalidPrinterException_InvalidPrinter = "Settings to access printer '{0}' are not valid.";
68         public const string InvalidPrinterException_NoDefaultPrinter = "No printers are installed.";
69         public const string InvalidPrinterHandle = "Handle {0} is not valid.";
70         public const string ValidRangeX = "Parameter must be positive and < Width.";
71         public const string ValidRangeY = "Parameter must be positive and < Height.";
72         public const string NativeHandle0 = "Native handle is 0.";
73         public const string NoDefaultPrinter = "Default printer is not set.";
74         public const string NotImplemented = "Not implemented.";
75         public const string PDOCbeginPrintDescr = "Occurs when the document is about to be printed.";
76         public const string PDOCdocumentNameDescr = "The name of the document shown to the user.";
77         public const string PDOCdocumentPageSettingsDescr = "The page settings of the page currently being printed.";
78         public const string PDOCendPrintDescr = "Occurs after the document has been printed.";
79         public const string PDOCoriginAtMarginsDescr = "Indicates that the graphics origin is located at the user-specified page margins.";
80         public const string PDOCprintControllerDescr = "Retrieves the print controller for this document.";
81         public const string PDOCprintPageDescr = "Occurs once for each page to be printed.";
82         public const string PDOCprinterSettingsDescr = "Retrieves the settings for the printer the document is currently being printed to.";
83         public const string PDOCqueryPageSettingsDescr = "Occurs before each page is printed.  Useful for changing PageSettings for a particular page.";
84         public const string PrintDocumentDesc = "Defines an object that sends output to a printer.";
85         public const string PrintingPermissionBadXml = "XML is not valid.";
86         public const string PrintingPermissionAttributeInvalidPermissionLevel = "Permission level must be between PrintingPermissionLevel.NoPrinting and PrintingPermissionLevel.AllPrinting.";
87         public const string PropertyValueInvalidEntry = "IDictionary parameter contains at least one entry that is not valid. Ensure all values are consistent with the object's properties.";
88         public const string PSizeNotCustom = "PaperSize cannot be changed unless the Kind property is set to Custom.";
89         public const string ResourceNotFound = "Resource '{1}' cannot be found in class '{0}'.";
90         public const string TargetNotPrintingPermission = "Target does not have permission to print.";
91         public const string TextParseFailedFormat = "Text \"{0}\" cannot be parsed. The expected text format is \"{1}\".";
92         public const string TriStateCompareError = "TriState.Default cannot be converted into a Boolean.";
93         public const string toStringIcon = "(Icon)";
94         public const string toStringNone = "(none)";
95         public const string DCTypeInvalid = "GetObjectType on this dc returned an invalid value.";
96         public const string InvalidEnumArgument = "The value of argument '{0}' ({1}) is invalid for Enum type '{2}'.";
97         public const string ConvertInvalidPrimitive = "{0} is not a valid value for {1}.";
98 }