Strings.resx
上传用户:szlfmled
上传日期:2020-11-22
资源大小:978k
文件大小:18k
源码类别:

C#编程

开发平台:

C#

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <root>
  3.   <!-- 
  4.     Microsoft ResX Schema 
  5.     
  6.     Version 2.0
  7.     
  8.     The primary goals of this format is to allow a simple XML format 
  9.     that is mostly human readable. The generation and parsing of the 
  10.     various data types are done through the TypeConverter classes 
  11.     associated with the data types.
  12.     
  13.     Example:
  14.     
  15.     ... ado.net/XML headers & schema ...
  16.     <resheader name="resmimetype">text/microsoft-resx</resheader>
  17.     <resheader name="version">2.0</resheader>
  18.     <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
  19.     <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
  20.     <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
  21.     <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
  22.     <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
  23.         <value>[base64 mime encoded serialized .NET Framework object]</value>
  24.     </data>
  25.     <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
  26.         <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
  27.         <comment>This is a comment</comment>
  28.     </data>
  29.                 
  30.     There are any number of "resheader" rows that contain simple 
  31.     name/value pairs.
  32.     
  33.     Each data row contains a name, and value. The row also contains a 
  34.     type or mimetype. Type corresponds to a .NET class that support 
  35.     text/value conversion through the TypeConverter architecture. 
  36.     Classes that don't support this are serialized and stored with the 
  37.     mimetype set.
  38.     
  39.     The mimetype is used for serialized objects, and tells the 
  40.     ResXResourceReader how to depersist the object. This is currently not 
  41.     extensible. For a given mimetype the value must be set accordingly:
  42.     
  43.     Note - application/x-microsoft.net.object.binary.base64 is the format 
  44.     that the ResXResourceWriter will generate, however the reader can 
  45.     read any of the formats listed below.
  46.     
  47.     mimetype: application/x-microsoft.net.object.binary.base64
  48.     value   : The object must be serialized with 
  49.             : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
  50.             : and then encoded with base64 encoding.
  51.     
  52.     mimetype: application/x-microsoft.net.object.soap.base64
  53.     value   : The object must be serialized with 
  54.             : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
  55.             : and then encoded with base64 encoding.
  56.     mimetype: application/x-microsoft.net.object.bytearray.base64
  57.     value   : The object must be serialized into a byte array 
  58.             : using a System.ComponentModel.TypeConverter
  59.             : and then encoded with base64 encoding.
  60.     -->
  61.   <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  62.     <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
  63.     <xsd:element name="root" msdata:IsDataSet="true">
  64.       <xsd:complexType>
  65.         <xsd:choice maxOccurs="unbounded">
  66.           <xsd:element name="metadata">
  67.             <xsd:complexType>
  68.               <xsd:sequence>
  69.                 <xsd:element name="value" type="xsd:string" minOccurs="0" />
  70.               </xsd:sequence>
  71.               <xsd:attribute name="name" use="required" type="xsd:string" />
  72.               <xsd:attribute name="type" type="xsd:string" />
  73.               <xsd:attribute name="mimetype" type="xsd:string" />
  74.               <xsd:attribute ref="xml:space" />
  75.             </xsd:complexType>
  76.           </xsd:element>
  77.           <xsd:element name="assembly">
  78.             <xsd:complexType>
  79.               <xsd:attribute name="alias" type="xsd:string" />
  80.               <xsd:attribute name="name" type="xsd:string" />
  81.             </xsd:complexType>
  82.           </xsd:element>
  83.           <xsd:element name="data">
  84.             <xsd:complexType>
  85.               <xsd:sequence>
  86.                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
  87.                 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
  88.               </xsd:sequence>
  89.               <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
  90.               <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
  91.               <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
  92.               <xsd:attribute ref="xml:space" />
  93.             </xsd:complexType>
  94.           </xsd:element>
  95.           <xsd:element name="resheader">
  96.             <xsd:complexType>
  97.               <xsd:sequence>
  98.                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
  99.               </xsd:sequence>
  100.               <xsd:attribute name="name" type="xsd:string" use="required" />
  101.             </xsd:complexType>
  102.           </xsd:element>
  103.         </xsd:choice>
  104.       </xsd:complexType>
  105.     </xsd:element>
  106.   </xsd:schema>
  107.   <resheader name="resmimetype">
  108.     <value>text/microsoft-resx</value>
  109.   </resheader>
  110.   <resheader name="version">
  111.     <value>2.0</value>
  112.   </resheader>
  113.   <resheader name="reader">
  114.     <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  115.   </resheader>
  116.   <resheader name="writer">
  117.     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  118.   </resheader>
  119.   <data name="Category_Docking" xml:space="preserve">
  120.     <value>Docking</value>
  121.   </data>
  122.   <data name="Category_DockingNotification" xml:space="preserve">
  123.     <value>Docking Notification</value>
  124.   </data>
  125.   <data name="Category_PropertyChanged" xml:space="preserve">
  126.     <value>Property Changed</value>
  127.   </data>
  128.   <data name="DockAreaEditor_FloatCheckBoxText" xml:space="preserve">
  129.     <value>(Float)</value>
  130.   </data>
  131.   <data name="DockContent_AllowEndUserDocking_Description" xml:space="preserve">
  132.     <value>Determines if end user drag and drop docking is allowed.</value>
  133.   </data>
  134.   <data name="DockContent_AutoHidePortion_Description" xml:space="preserve">
  135.     <value>The size to display the content in auto hide mode. Value &lt; 1 to specify the size in portion; value &gt;= 1 to specify the size in pixel.</value>
  136.   </data>
  137.   <data name="DockContent_CloseButton_Description" xml:space="preserve">
  138.     <value>Enable/Disable the close button of the content.</value>
  139.   </data>
  140.   <data name="DockContent_Constructor_InvalidForm" xml:space="preserve">
  141.     <value>The form must be of type IDockContent.</value>
  142.   </data>
  143.   <data name="DockContent_DockAreas_Description" xml:space="preserve">
  144.     <value>Gets or sets a value indicating in which area of the DockPanel the content allowed to show.</value>
  145.   </data>
  146.   <data name="DockContent_DockStateChanged_Description" xml:space="preserve">
  147.     <value>Occurs when the value of DockState property changed.</value>
  148.   </data>
  149.   <data name="DockContent_HideOnClose_Description" xml:space="preserve">
  150.     <value>Indicates the content will be hidden instead of being closed.</value>
  151.   </data>
  152.   <data name="DockContent_ShowHint_Description" xml:space="preserve">
  153.     <value>The desired docking state when first showing.</value>
  154.   </data>
  155.   <data name="DockContent_TabPageContextMenu_Description" xml:space="preserve">
  156.     <value>Context menu displayed for the dock pane tab strip.</value>
  157.   </data>
  158.   <data name="DockContent_TabText_Description" xml:space="preserve">
  159.     <value>The tab text displayed in the dock pane. If not set, the Text property will be used.</value>
  160.   </data>
  161.   <data name="DockContent_ToolTipText_Description" xml:space="preserve">
  162.     <value>The text displayed when mouse hovers over the tab.</value>
  163.   </data>
  164.   <data name="DockContentHandler_AutoHidePortion_OutOfRange" xml:space="preserve">
  165.     <value>The provided value is out of range.</value>
  166.   </data>
  167.   <data name="DockContentHandler_DockAreas_InvalidValue" xml:space="preserve">
  168.     <value>Invalid Value: The value of DockAreas conflicts with current DockState.</value>
  169.   </data>
  170.   <data name="DockContentHandler_DockPane_InvalidValue" xml:space="preserve">
  171.     <value>The pane is invalid. Check the IsFloat and DockPanel properties of this dock pane.</value>
  172.   </data>
  173.   <data name="DockContentHandler_FloatPane_InvalidValue" xml:space="preserve">
  174.     <value>The pane is invalid. Check the IsFloat and DockPanel properties of this dock pane.</value>
  175.   </data>
  176.   <data name="DockContentHandler_IsFloat_InvalidValue" xml:space="preserve">
  177.     <value>Invalid value, conflicts with DockableAreas  property.</value>
  178.   </data>
  179.   <data name="DockContentHandler_SetDockState_InvalidState" xml:space="preserve">
  180.     <value>The dock state is invalid.</value>
  181.   </data>
  182.   <data name="DockContentHandler_SetDockState_NullPanel" xml:space="preserve">
  183.     <value>The dock panel is null.</value>
  184.   </data>
  185.   <data name="DockContentHandler_Show_InvalidBeforeContent" xml:space="preserve">
  186.     <value>Invalid beforeContent, it must be contained by the pane.</value>
  187.   </data>
  188.   <data name="DockContentHandler_Show_InvalidDockState" xml:space="preserve">
  189.     <value>Invalid DockState: Content can not be showed as "Unknown" or "Hidden".</value>
  190.   </data>
  191.   <data name="DockContentHandler_Show_InvalidPrevPane" xml:space="preserve">
  192.     <value>The previous pane is invalid. It can not be null, and its docking state must not be auto-hide.</value>
  193.   </data>
  194.   <data name="DockContentHandler_Show_NullDockPanel" xml:space="preserve">
  195.     <value>DockPanel can not be null.</value>
  196.   </data>
  197.   <data name="DockContentHandler_Show_NullPane" xml:space="preserve">
  198.     <value>The Pane can not be null.</value>
  199.   </data>
  200.   <data name="DockContentHandler_ShowHint_InvalidValue" xml:space="preserve">
  201.     <value>Invalid value, check DockableAreas property.</value>
  202.   </data>
  203.   <data name="DockHandler_TabPageContextMenuStrip_Description" xml:space="preserve">
  204.     <value>Context menu displayed for the dock pane tab strip.</value>
  205.   </data>
  206.   <data name="DockIndicator_ToolTipText" xml:space="preserve">
  207.     <value>Press SHIFT for docking to full side.</value>
  208.   </data>
  209.   <data name="DockPane_ActiveContent_InvalidValue" xml:space="preserve">
  210.     <value>Invalid Content: ActiveContent must be one of the visible contents, or null if there is no visible content.</value>
  211.   </data>
  212.   <data name="DockPane_Constructor_NullContent" xml:space="preserve">
  213.     <value>Invalid argument: Content can not be "null".</value>
  214.   </data>
  215.   <data name="DockPane_Constructor_NullDockPanel" xml:space="preserve">
  216.     <value>Invalid argument: The content's DockPanel can not be "null".</value>
  217.   </data>
  218.   <data name="DockPane_DockTo_InvalidContainer" xml:space="preserve">
  219.     <value>The specified container conflicts with the IsFloat property.</value>
  220.   </data>
  221.   <data name="DockPane_DockTo_NoPrevPane" xml:space="preserve">
  222.     <value>The previous pane does not exist in the nested docking pane collection.</value>
  223.   </data>
  224.   <data name="DockPane_DockTo_NullContainer" xml:space="preserve">
  225.     <value>The container can not be null.</value>
  226.   </data>
  227.   <data name="DockPane_DockTo_NullPrevPane" xml:space="preserve">
  228.     <value>The previous pane can not be null when the nested docking pane collection is not empty.</value>
  229.   </data>
  230.   <data name="DockPane_DockTo_SelfPrevPane" xml:space="preserve">
  231.     <value>The previous pane can not be itself.</value>
  232.   </data>
  233.   <data name="DockPane_FloatWindow_InvalidValue" xml:space="preserve">
  234.     <value>FloatWindow property can not be set to "null" when DockState is DockState.Float.</value>
  235.   </data>
  236.   <data name="DockPane_SetContentIndex_InvalidContent" xml:space="preserve">
  237.     <value>Invalid Content: Content not within the collection.</value>
  238.   </data>
  239.   <data name="DockPane_SetContentIndex_InvalidIndex" xml:space="preserve">
  240.     <value>Invalid Index: The index is out of range.</value>
  241.   </data>
  242.   <data name="DockPane_SetDockState_InvalidState" xml:space="preserve">
  243.     <value>The state for the dock pane is invalid.</value>
  244.   </data>
  245.   <data name="DockPaneCaption_ToolTipAutoHide" xml:space="preserve">
  246.     <value>Auto Hide</value>
  247.   </data>
  248.   <data name="DockPaneCaption_ToolTipClose" xml:space="preserve">
  249.     <value>Close</value>
  250.   </data>
  251.   <data name="DockPaneCaption_ToolTipOptions" xml:space="preserve">
  252.     <value>Options</value>
  253.   </data>
  254.   <data name="DockPanel_ActiveAutoHideContent_InvalidValue" xml:space="preserve">
  255.     <value>Invalid Content: The content must be auto-hide state and associates with this DockPanel.</value>
  256.   </data>
  257.   <data name="DockPanel_ActiveContentChanged_Description" xml:space="preserve">
  258.     <value>Occurs when the value of ActiveContentProperty changed.</value>
  259.   </data>
  260.   <data name="DockPanel_ActiveDocumentChanged_Description" xml:space="preserve">
  261.     <value>Occurs when the value of ActiveDocument property changed.</value>
  262.   </data>
  263.   <data name="DockPanel_ActivePaneChanged_Description" xml:space="preserve">
  264.     <value>Occurs when the value of ActivePane property changed.</value>
  265.   </data>
  266.   <data name="DockPanel_AllowEndUserDocking_Description" xml:space="preserve">
  267.     <value>Determines if the drag and drop docking is allowed.</value>
  268.   </data>
  269.   <data name="DockPanel_AllowEndUserNestedDocking_Description" xml:space="preserve">
  270.     <value>Determines if the drag and drop nested docking is allowed.</value>
  271.   </data>
  272.   <data name="DockPanel_ContentAdded_Description" xml:space="preserve">
  273.     <value>Occurs when a content added to the DockPanel.</value>
  274.   </data>
  275.   <data name="DockPanel_ContentRemoved_Description" xml:space="preserve">
  276.     <value>Occurs when a content removed from the DockPanel.</value>
  277.   </data>
  278.   <data name="DockPanel_DefaultFloatWindowSize_Description" xml:space="preserve">
  279.     <value>The default size of float window.</value>
  280.   </data>
  281.   <data name="DockPanel_Description" xml:space="preserve">
  282.     <value>Provides Visual Studio .Net style docking.</value>
  283.   </data>
  284.   <data name="DockPanel_DockBottomPortion_Description" xml:space="preserve">
  285.     <value>Size of the bottom docking window. Value &lt; 1 to specify the size in portion; value &gt; 1 to specify the size in pixels.</value>
  286.   </data>
  287.   <data name="DockPanel_DockLeftPortion_Description" xml:space="preserve">
  288.     <value>Size of the left docking window. Value &lt; 1 to specify the size in portion; value &gt; 1 to specify the size in pixels.</value>
  289.   </data>
  290.   <data name="DockPanel_DockRightPortion_Description" xml:space="preserve">
  291.     <value>Size of the right docking window. Value &lt; 1 to specify the size in portion; value &gt; 1 to specify the size in pixels.</value>
  292.   </data>
  293.   <data name="DockPanel_DockTopPortion_Description" xml:space="preserve">
  294.     <value>Size of the top docking window. Value &lt; 1 to specify the size in portion; value &gt; 1 to specify the size in pixels.</value>
  295.   </data>
  296.   <data name="DockPanel_DocumentStyle_Description" xml:space="preserve">
  297.     <value>The style of the document window.</value>
  298.   </data>
  299.   <data name="DockPanel_LoadFromXml_AlreadyInitialized" xml:space="preserve">
  300.     <value>The DockPanel has already been initialized.</value>
  301.   </data>
  302.   <data name="DockPanel_LoadFromXml_InvalidFormatVersion" xml:space="preserve">
  303.     <value>The configuration file's version is invalid.</value>
  304.   </data>
  305.   <data name="DockPanel_LoadFromXml_InvalidXmlFormat" xml:space="preserve">
  306.     <value>The XML file format is invalid.</value>
  307.   </data>
  308.   <data name="DockPanel_ParentForm_Invalid" xml:space="preserve">
  309.     <value>Invalid parent form. When using DockingMdi or SystemMdi document style, the DockPanel control must be the child control of the main MDI container form.</value>
  310.   </data>
  311.   <data name="DockPanel_Persistor_XmlFileComment1" xml:space="preserve">
  312.     <value>DockPanel configuration file. Author: Weifen Luo, all rights reserved.</value>
  313.   </data>
  314.   <data name="DockPanel_Persistor_XmlFileComment2" xml:space="preserve">
  315.     <value>!!! AUTOMATICALLY GENERATED FILE. DO NOT MODIFY !!!</value>
  316.   </data>
  317.   <data name="DockPanel_RightToLeftLayout_Description" xml:space="preserve">
  318.     <value>Indicates whether the control layout is right-to-left when the RightToLeft property is set to Yes.</value>
  319.   </data>
  320.   <data name="DockPanel_SetPaneIndex_InvalidIndex" xml:space="preserve">
  321.     <value>Invalid Index: The index is out of range.</value>
  322.   </data>
  323.   <data name="DockPanel_SetPaneIndex_InvalidPane" xml:space="preserve">
  324.     <value>Invalid Pane: DockPane not within the collection.</value>
  325.   </data>
  326.   <data name="DockPanel_ShowDocumentIcon_Description" xml:space="preserve">
  327.     <value>Determines if the document icon will be displayed in the tab strip.</value>
  328.   </data>
  329.   <data name="DockPaneStrip_ToolTipClose" xml:space="preserve">
  330.     <value>Close</value>
  331.   </data>
  332.   <data name="DockPaneStrip_ToolTipWindowList" xml:space="preserve">
  333.     <value>Window List</value>
  334.   </data>
  335.   <data name="FloatWindow_Constructor_NullDockPanel" xml:space="preserve">
  336.     <value>Invalid argument: DockPanel can not be "null".</value>
  337.   </data>
  338.   <data name="FloatWindow_SetPaneIndex_InvalidIndex" xml:space="preserve">
  339.     <value>Invalid Index: The index is out of range.</value>
  340.   </data>
  341.   <data name="FloatWindow_SetPaneIndex_InvalidPane" xml:space="preserve">
  342.     <value>Invalid Pane: DockPane not within the collection.</value>
  343.   </data>
  344.   <data name="IDockDragSource_DockTo_InvalidPanel" xml:space="preserve">
  345.     <value>Invalid DockPanel.</value>
  346.   </data>
  347.   <data name="DockContent_CloseButtonVisible_Description" xml:space="preserve">
  348.     <value>Shows or hides the close button of the content. This property does not function with System MDI Document Style.</value>
  349.   </data>
  350.   <data name="DockPanel_DockPanelSkin" xml:space="preserve">
  351.     <value>The visual skin to use when displaying the docked windows.</value>
  352.   </data>
  353.   <data name="DockPanel_DocumentTabStripLocation" xml:space="preserve">
  354.     <value>Determines where the tab strip for Document style content is drawn.</value>
  355.   </data>
  356. </root>