SR.Designer.cs
上传用户:hbhltzc
上传日期:2022-06-04
资源大小:1925k
文件大小:47k
源码类别:

xml/soap/webservice

开发平台:

Visual C++

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. //     This code was generated by a tool.
  4. //     Runtime Version:2.0.50727.1378
  5. //
  6. //     Changes to this file may cause incorrect behavior and will be lost if
  7. //     the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace XmlNotepad {
  11.     using System;
  12.     
  13.     
  14.     /// <summary>
  15.     ///   A strongly-typed resource class, for looking up localized strings, etc.
  16.     /// </summary>
  17.     // This class was auto-generated by the StronglyTypedResourceBuilder
  18.     // class via a tool like ResGen or Visual Studio.
  19.     // To add or remove a member, edit your .ResX file then rerun ResGen
  20.     // with the /str option, or rebuild your VS project.
  21.     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
  22.     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  23.     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  24.     internal class SR {
  25.         
  26.         private static global::System.Resources.ResourceManager resourceMan;
  27.         
  28.         private static global::System.Globalization.CultureInfo resourceCulture;
  29.         
  30.         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  31.         internal SR() {
  32.         }
  33.         
  34.         /// <summary>
  35.         ///   Returns the cached ResourceManager instance used by this class.
  36.         /// </summary>
  37.         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  38.         internal static global::System.Resources.ResourceManager ResourceManager {
  39.             get {
  40.                 if (object.ReferenceEquals(resourceMan, null)) {
  41.                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("XmlNotepad.SR", typeof(SR).Assembly);
  42.                     resourceMan = temp;
  43.                 }
  44.                 return resourceMan;
  45.             }
  46.         }
  47.         
  48.         /// <summary>
  49.         ///   Overrides the current thread's CurrentUICulture property for all
  50.         ///   resource lookups using this strongly typed resource class.
  51.         /// </summary>
  52.         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  53.         internal static global::System.Globalization.CultureInfo Culture {
  54.             get {
  55.                 return resourceCulture;
  56.             }
  57.             set {
  58.                 resourceCulture = value;
  59.             }
  60.         }
  61.         
  62.         /// <summary>
  63.         ///   Looks up a localized string similar to Add.
  64.         /// </summary>
  65.         internal static string AddSchemaCommand {
  66.             get {
  67.                 return ResourceManager.GetString("AddSchemaCommand", resourceCulture);
  68.             }
  69.         }
  70.         
  71.         /// <summary>
  72.         ///   Looks up a localized string similar to Assembly Load Error.
  73.         /// </summary>
  74.         internal static string AssemblyLoadCaption {
  75.             get {
  76.                 return ResourceManager.GetString("AssemblyLoadCaption", resourceCulture);
  77.             }
  78.         }
  79.         
  80.         /// <summary>
  81.         ///   Looks up a localized string similar to Could not load assembly &apos;{0}&apos;
  82.         ///Reason:
  83.         ///{1}.
  84.         /// </summary>
  85.         internal static string AssemblyLoadError {
  86.             get {
  87.                 return ResourceManager.GetString("AssemblyLoadError", resourceCulture);
  88.             }
  89.         }
  90.         
  91.         /// <summary>
  92.         ///   Looks up a localized string similar to Attribute.
  93.         /// </summary>
  94.         internal static string AttributeColor {
  95.             get {
  96.                 return ResourceManager.GetString("AttributeColor", resourceCulture);
  97.             }
  98.         }
  99.         
  100.         /// <summary>
  101.         ///   Looks up a localized string similar to Text color for attributes.
  102.         /// </summary>
  103.         internal static string AttributeColorDescription {
  104.             get {
  105.                 return ResourceManager.GetString("AttributeColorDescription", resourceCulture);
  106.             }
  107.         }
  108.         
  109.         /// <summary>
  110.         ///   Looks up a localized string similar to Auto format on save.
  111.         /// </summary>
  112.         internal static string AutoFormatOnSave {
  113.             get {
  114.                 return ResourceManager.GetString("AutoFormatOnSave", resourceCulture);
  115.             }
  116.         }
  117.         
  118.         /// <summary>
  119.         ///   Looks up a localized string similar to Whether to format the XML when it is saved.
  120.         /// </summary>
  121.         internal static string AutoFormatOnSaveDescription {
  122.             get {
  123.                 return ResourceManager.GetString("AutoFormatOnSaveDescription", resourceCulture);
  124.             }
  125.         }
  126.         
  127.         /// <summary>
  128.         ///   Looks up a localized string similar to Background.
  129.         /// </summary>
  130.         internal static string BackgroundColor {
  131.             get {
  132.                 return ResourceManager.GetString("BackgroundColor", resourceCulture);
  133.             }
  134.         }
  135.         
  136.         /// <summary>
  137.         ///   Looks up a localized string similar to Background color for XML notepad workspace.
  138.         /// </summary>
  139.         internal static string BackgroundColorDescription {
  140.             get {
  141.                 return ResourceManager.GetString("BackgroundColorDescription", resourceCulture);
  142.             }
  143.         }
  144.         
  145.         /// <summary>
  146.         ///   Looks up a localized string similar to Open File Dialog.
  147.         /// </summary>
  148.         internal static string BrowseButtonTooltip {
  149.             get {
  150.                 return ResourceManager.GetString("BrowseButtonTooltip", resourceCulture);
  151.             }
  152.         }
  153.         
  154.         /// <summary>
  155.         ///   Looks up a localized string similar to CDATA.
  156.         /// </summary>
  157.         internal static string CDataColor {
  158.             get {
  159.                 return ResourceManager.GetString("CDataColor", resourceCulture);
  160.             }
  161.         }
  162.         
  163.         /// <summary>
  164.         ///   Looks up a localized string similar to Color of CData nodes.
  165.         /// </summary>
  166.         internal static string CDataColorDescription {
  167.             get {
  168.                 return ResourceManager.GetString("CDataColorDescription", resourceCulture);
  169.             }
  170.         }
  171.         
  172.         /// <summary>
  173.         ///   Looks up a localized string similar to Change Error.
  174.         /// </summary>
  175.         internal static string ChangeErrorCaption {
  176.             get {
  177.                 return ResourceManager.GetString("ChangeErrorCaption", resourceCulture);
  178.             }
  179.         }
  180.         
  181.         /// <summary>
  182.         ///   Looks up a localized string similar to Change node to {0}.
  183.         /// </summary>
  184.         internal static string ChangeNodeCommand {
  185.             get {
  186.                 return ResourceManager.GetString("ChangeNodeCommand", resourceCulture);
  187.             }
  188.         }
  189.         
  190.         /// <summary>
  191.         ///   Looks up a localized string similar to Colors.
  192.         /// </summary>
  193.         internal static string ColorCategory {
  194.             get {
  195.                 return ResourceManager.GetString("ColorCategory", resourceCulture);
  196.             }
  197.         }
  198.         
  199.         /// <summary>
  200.         ///   Looks up a localized string similar to &amp;Color picker....
  201.         /// </summary>
  202.         internal static string ColorPickerLabel {
  203.             get {
  204.                 return ResourceManager.GetString("ColorPickerLabel", resourceCulture);
  205.             }
  206.         }
  207.         
  208.         /// <summary>
  209.         ///   Looks up a localized string similar to Comment.
  210.         /// </summary>
  211.         internal static string CommentColor {
  212.             get {
  213.                 return ResourceManager.GetString("CommentColor", resourceCulture);
  214.             }
  215.         }
  216.         
  217.         /// <summary>
  218.         ///   Looks up a localized string similar to Text color for comments.
  219.         /// </summary>
  220.         internal static string CommentColorDescription {
  221.             get {
  222.                 return ResourceManager.GetString("CommentColorDescription", resourceCulture);
  223.             }
  224.         }
  225.         
  226.         /// <summary>
  227.         ///   Looks up a localized string similar to File &apos;{0}&apos; does not exist. Do you need to create the file?.
  228.         /// </summary>
  229.         internal static string CreateFile {
  230.             get {
  231.                 return ResourceManager.GetString("CreateFile", resourceCulture);
  232.             }
  233.         }
  234.         
  235.         /// <summary>
  236.         ///   Looks up a localized string similar to Create New File.
  237.         /// </summary>
  238.         internal static string CreateNodeFileCaption {
  239.             get {
  240.                 return ResourceManager.GetString("CreateNodeFileCaption", resourceCulture);
  241.             }
  242.         }
  243.         
  244.         /// <summary>
  245.         ///   Looks up a localized string similar to Connecting to {0}.
  246.         /// </summary>
  247.         internal static string CredentialDialog_DescriptionTextFormat {
  248.             get {
  249.                 return ResourceManager.GetString("CredentialDialog.DescriptionTextFormat", resourceCulture);
  250.             }
  251.         }
  252.         
  253.         /// <summary>
  254.         ///   Looks up a localized string similar to Connect to {0}.
  255.         /// </summary>
  256.         internal static string CredentialDialog_TitleFormat {
  257.             get {
  258.                 return ResourceManager.GetString("CredentialDialog.TitleFormat", resourceCulture);
  259.             }
  260.         }
  261.         
  262.         /// <summary>
  263.         ///   Looks up a localized string similar to Cut.
  264.         /// </summary>
  265.         internal static string CutCommand {
  266.             get {
  267.                 return ResourceManager.GetString("CutCommand", resourceCulture);
  268.             }
  269.         }
  270.         
  271.         /// <summary>
  272.         ///   Looks up a localized string similar to Cut.
  273.         /// </summary>
  274.         internal static string CutSchemaCommand {
  275.             get {
  276.                 return ResourceManager.GetString("CutSchemaCommand", resourceCulture);
  277.             }
  278.         }
  279.         
  280.         /// <summary>
  281.         ///   Looks up a localized string similar to yyyy-MM-dd.
  282.         /// </summary>
  283.         internal static string DateFormat {
  284.             get {
  285.                 return ResourceManager.GetString("DateFormat", resourceCulture);
  286.             }
  287.         }
  288.         
  289.         /// <summary>
  290.         ///   Looks up a localized string similar to yyyy-MM-ddTHH:mm:ss.
  291.         /// </summary>
  292.         internal static string DateTimeFormat {
  293.             get {
  294.                 return ResourceManager.GetString("DateTimeFormat", resourceCulture);
  295.             }
  296.         }
  297.         
  298.         /// <summary>
  299.         ///   Looks up a localized string similar to Delete.
  300.         /// </summary>
  301.         internal static string DeleteCommand {
  302.             get {
  303.                 return ResourceManager.GetString("DeleteCommand", resourceCulture);
  304.             }
  305.         }
  306.         
  307.         /// <summary>
  308.         ///   Looks up a localized string similar to Do you want to discard the changes you&apos;ve made so far?.
  309.         /// </summary>
  310.         internal static string DiscardChanges {
  311.             get {
  312.                 return ResourceManager.GetString("DiscardChanges", resourceCulture);
  313.             }
  314.         }
  315.         
  316.         /// <summary>
  317.         ///   Looks up a localized string similar to Discard Changes.
  318.         /// </summary>
  319.         internal static string DiscardChangesCaption {
  320.             get {
  321.                 return ResourceManager.GetString("DiscardChangesCaption", resourceCulture);
  322.             }
  323.         }
  324.         
  325.         /// <summary>
  326.         ///   Looks up a localized string similar to Attribute with the same name already exists.
  327.         /// </summary>
  328.         internal static string DuplicateAttribute {
  329.             get {
  330.                 return ResourceManager.GetString("DuplicateAttribute", resourceCulture);
  331.             }
  332.         }
  333.         
  334.         /// <summary>
  335.         ///   Looks up a localized string similar to Duplicate Error.
  336.         /// </summary>
  337.         internal static string DuplicateErrorCaption {
  338.             get {
  339.                 return ResourceManager.GetString("DuplicateErrorCaption", resourceCulture);
  340.             }
  341.         }
  342.         
  343.         /// <summary>
  344.         ///   Looks up a localized string similar to The Dynamic Help tab contains some schema documentation.
  345.         /// </summary>
  346.         internal static string DynamicHelpAvailable {
  347.             get {
  348.                 return ResourceManager.GetString("DynamicHelpAvailable", resourceCulture);
  349.             }
  350.         }
  351.         
  352.         /// <summary>
  353.         ///   Looks up a localized string similar to Dynamic Help.
  354.         /// </summary>
  355.         internal static string DynamicHelpTab {
  356.             get {
  357.                 return ResourceManager.GetString("DynamicHelpTab", resourceCulture);
  358.             }
  359.         }
  360.         
  361.         /// <summary>
  362.         ///   Looks up a localized string similar to Edit Error.
  363.         /// </summary>
  364.         internal static string EditErrorCaption {
  365.             get {
  366.                 return ResourceManager.GetString("EditErrorCaption", resourceCulture);
  367.             }
  368.         }
  369.         
  370.         /// <summary>
  371.         ///   Looks up a localized string similar to Edit Name.
  372.         /// </summary>
  373.         internal static string EditNameCommand {
  374.             get {
  375.                 return ResourceManager.GetString("EditNameCommand", resourceCulture);
  376.             }
  377.         }
  378.         
  379.         /// <summary>
  380.         ///   Looks up a localized string similar to Edit Namespace.
  381.         /// </summary>
  382.         internal static string EditNamespaceCommand {
  383.             get {
  384.                 return ResourceManager.GetString("EditNamespaceCommand", resourceCulture);
  385.             }
  386.         }
  387.         
  388.         /// <summary>
  389.         ///   Looks up a localized string similar to Edit.
  390.         /// </summary>
  391.         internal static string EditSchemaCommand {
  392.             get {
  393.                 return ResourceManager.GetString("EditSchemaCommand", resourceCulture);
  394.             }
  395.         }
  396.         
  397.         /// <summary>
  398.         ///   Looks up a localized string similar to Edit Value.
  399.         /// </summary>
  400.         internal static string EditValueCommand {
  401.             get {
  402.                 return ResourceManager.GetString("EditValueCommand", resourceCulture);
  403.             }
  404.         }
  405.         
  406.         /// <summary>
  407.         ///   Looks up a localized string similar to Element.
  408.         /// </summary>
  409.         internal static string ElementColor {
  410.             get {
  411.                 return ResourceManager.GetString("ElementColor", resourceCulture);
  412.             }
  413.         }
  414.         
  415.         /// <summary>
  416.         ///   Looks up a localized string similar to Text color for elements.
  417.         /// </summary>
  418.         internal static string ElementColorDescription {
  419.             get {
  420.                 return ResourceManager.GetString("ElementColorDescription", resourceCulture);
  421.             }
  422.         }
  423.         
  424.         /// <summary>
  425.         ///   Looks up a localized string similar to Enable updates.
  426.         /// </summary>
  427.         internal static string EnableUpdate {
  428.             get {
  429.                 return ResourceManager.GetString("EnableUpdate", resourceCulture);
  430.             }
  431.         }
  432.         
  433.         /// <summary>
  434.         ///   Looks up a localized string similar to Whether to check for updates periodically.
  435.         /// </summary>
  436.         internal static string EnableUpdateDescription {
  437.             get {
  438.                 return ResourceManager.GetString("EnableUpdateDescription", resourceCulture);
  439.             }
  440.         }
  441.         
  442.         /// <summary>
  443.         ///   Looks up a localized string similar to Error launching &apos;{0}&apos;.
  444.         /// </summary>
  445.         internal static string ErrorCreatingProcessPrompt {
  446.             get {
  447.                 return ResourceManager.GetString("ErrorCreatingProcessPrompt", resourceCulture);
  448.             }
  449.         }
  450.         
  451.         /// <summary>
  452.         ///   Looks up a localized string similar to Error List.
  453.         /// </summary>
  454.         internal static string ErrorListTab {
  455.             get {
  456.                 return ResourceManager.GetString("ErrorListTab", resourceCulture);
  457.             }
  458.         }
  459.         
  460.         /// <summary>
  461.         ///   Looks up a localized string similar to File Changed.
  462.         /// </summary>
  463.         internal static string FileChagedOnDiskCaption {
  464.             get {
  465.                 return ResourceManager.GetString("FileChagedOnDiskCaption", resourceCulture);
  466.             }
  467.         }
  468.         
  469.         /// <summary>
  470.         ///   Looks up a localized string similar to The file you are editing has been changed on disk.  Would you like to reload this file?.
  471.         /// </summary>
  472.         internal static string FileChagedOnDiskPrompt {
  473.             get {
  474.                 return ResourceManager.GetString("FileChagedOnDiskPrompt", resourceCulture);
  475.             }
  476.         }
  477.         
  478.         /// <summary>
  479.         ///   Looks up a localized string similar to Files Identical.
  480.         /// </summary>
  481.         internal static string FilesAreIdenticalCaption {
  482.             get {
  483.                 return ResourceManager.GetString("FilesAreIdenticalCaption", resourceCulture);
  484.             }
  485.         }
  486.         
  487.         /// <summary>
  488.         ///   Looks up a localized string similar to Files are identical according to XML Diff.
  489.         /// </summary>
  490.         internal static string FilesAreIdenticalPrompt {
  491.             get {
  492.                 return ResourceManager.GetString("FilesAreIdenticalPrompt", resourceCulture);
  493.             }
  494.         }
  495.         
  496.         /// <summary>
  497.         ///   Looks up a localized string similar to Find Error.
  498.         /// </summary>
  499.         internal static string FindErrorCaption {
  500.             get {
  501.                 return ResourceManager.GetString("FindErrorCaption", resourceCulture);
  502.             }
  503.         }
  504.         
  505.         /// <summary>
  506.         ///   Looks up a localized string similar to No more matching nodes.
  507.         /// </summary>
  508.         internal static string FindNextDonePrompt {
  509.             get {
  510.                 return ResourceManager.GetString("FindNextDonePrompt", resourceCulture);
  511.             }
  512.         }
  513.         
  514.         /// <summary>
  515.         ///   Looks up a localized string similar to  Find.
  516.         /// </summary>
  517.         internal static string FindWindowFindTitle {
  518.             get {
  519.                 return ResourceManager.GetString("FindWindowFindTitle", resourceCulture);
  520.             }
  521.         }
  522.         
  523.         /// <summary>
  524.         ///   Looks up a localized string similar to  Replace.
  525.         /// </summary>
  526.         internal static string FindWindowReplaceTitle {
  527.             get {
  528.                 return ResourceManager.GetString("FindWindowReplaceTitle", resourceCulture);
  529.             }
  530.         }
  531.         
  532.         /// <summary>
  533.         ///   Looks up a localized string similar to Font.
  534.         /// </summary>
  535.         internal static string Font {
  536.             get {
  537.                 return ResourceManager.GetString("Font", resourceCulture);
  538.             }
  539.         }
  540.         
  541.         /// <summary>
  542.         ///   Looks up a localized string similar to Font.
  543.         /// </summary>
  544.         internal static string FontCategory {
  545.             get {
  546.                 return ResourceManager.GetString("FontCategory", resourceCulture);
  547.             }
  548.         }
  549.         
  550.         /// <summary>
  551.         ///   Looks up a localized string similar to Font to use in XML notepad workspace.
  552.         /// </summary>
  553.         internal static string FontDesciption {
  554.             get {
  555.                 return ResourceManager.GetString("FontDesciption", resourceCulture);
  556.             }
  557.         }
  558.         
  559.         /// <summary>
  560.         ///   Looks up a localized string similar to Formatting Options.
  561.         /// </summary>
  562.         internal static string FormatCategory {
  563.             get {
  564.                 return ResourceManager.GetString("FormatCategory", resourceCulture);
  565.             }
  566.         }
  567.         
  568.         /// <summary>
  569.         ///   Looks up a localized string similar to Illegal surrogate character pair 0x{0}, 0x{1} at position {2} in this text node..
  570.         /// </summary>
  571.         internal static string IllegalSurrogatePair {
  572.             get {
  573.                 return ResourceManager.GetString("IllegalSurrogatePair", resourceCulture);
  574.             }
  575.         }
  576.         
  577.         /// <summary>
  578.         ///   Looks up a localized string similar to href attribute is missing from your XInclude element.
  579.         /// </summary>
  580.         internal static string IncludeHRefRequired {
  581.             get {
  582.                 return ResourceManager.GetString("IncludeHRefRequired", resourceCulture);
  583.             }
  584.         }
  585.         
  586.         /// <summary>
  587.         ///   Looks up a localized string similar to Indent char.
  588.         /// </summary>
  589.         internal static string IndentChar {
  590.             get {
  591.                 return ResourceManager.GetString("IndentChar", resourceCulture);
  592.             }
  593.         }
  594.         
  595.         /// <summary>
  596.         ///   Looks up a localized string similar to The indent character to use.
  597.         /// </summary>
  598.         internal static string IndentCharDescription {
  599.             get {
  600.                 return ResourceManager.GetString("IndentCharDescription", resourceCulture);
  601.             }
  602.         }
  603.         
  604.         /// <summary>
  605.         ///   Looks up a localized string similar to Indent level.
  606.         /// </summary>
  607.         internal static string IndentLevel {
  608.             get {
  609.                 return ResourceManager.GetString("IndentLevel", resourceCulture);
  610.             }
  611.         }
  612.         
  613.         /// <summary>
  614.         ///   Looks up a localized string similar to Number of indent characters to use for one indent level.
  615.         /// </summary>
  616.         internal static string IndentLevelDescription {
  617.             get {
  618.                 return ResourceManager.GetString("IndentLevelDescription", resourceCulture);
  619.             }
  620.         }
  621.         
  622.         /// <summary>
  623.         ///   Looks up a localized string similar to Insert Error.
  624.         /// </summary>
  625.         internal static string InsertErrorCaption {
  626.             get {
  627.                 return ResourceManager.GetString("InsertErrorCaption", resourceCulture);
  628.             }
  629.         }
  630.         
  631.         /// <summary>
  632.         ///   Looks up a localized string similar to Insert.
  633.         /// </summary>
  634.         internal static string InsertNodeCommand {
  635.             get {
  636.                 return ResourceManager.GetString("InsertNodeCommand", resourceCulture);
  637.             }
  638.         }
  639.         
  640.         /// <summary>
  641.         ///   Looks up a localized string similar to Character value {0} at position {1} in this text node is illegal in XML documents.  See http://www.w3.org/TR/2006/REC-xml-20060816/#NT-Char..
  642.         /// </summary>
  643.         internal static string InvalidCharacter {
  644.             get {
  645.                 return ResourceManager.GetString("InvalidCharacter", resourceCulture);
  646.             }
  647.         }
  648.         
  649.         /// <summary>
  650.         ///   Looks up a localized string similar to InternalError: ISite has not been provided, so model cannot be found.
  651.         /// </summary>
  652.         internal static string ISiteMissing {
  653.             get {
  654.                 return ResourceManager.GetString("ISiteMissing", resourceCulture);
  655.             }
  656.         }
  657.         
  658.         /// <summary>
  659.         ///   Looks up a localized string similar to Error Launching Process.
  660.         /// </summary>
  661.         internal static string LaunchErrorPrompt {
  662.             get {
  663.                 return ResourceManager.GetString("LaunchErrorPrompt", resourceCulture);
  664.             }
  665.         }
  666.         
  667.         /// <summary>
  668.         ///   Looks up a localized string similar to Loaded in {0}.
  669.         /// </summary>
  670.         internal static string LoadedTimeStatus {
  671.             get {
  672.                 return ResourceManager.GetString("LoadedTimeStatus", resourceCulture);
  673.             }
  674.         }
  675.         
  676.         /// <summary>
  677.         ///   Looks up a localized string similar to Load Error.
  678.         /// </summary>
  679.         internal static string LoadErrorCaption {
  680.             get {
  681.                 return ResourceManager.GetString("LoadErrorCaption", resourceCulture);
  682.             }
  683.         }
  684.         
  685.         /// <summary>
  686.         ///   Looks up a localized string similar to Error loading: {0}
  687.         ///{1}
  688.         ///
  689.         ///Would you like to open it using Notepad?.
  690.         /// </summary>
  691.         internal static string LoadErrorPrompt {
  692.             get {
  693.                 return ResourceManager.GetString("LoadErrorPrompt", resourceCulture);
  694.             }
  695.         }
  696.         
  697.         /// <summary>
  698.         ///   Looks up a localized string similar to Very Long Lines.
  699.         /// </summary>
  700.         internal static string LongLineCaption {
  701.             get {
  702.                 return ResourceManager.GetString("LongLineCaption", resourceCulture);
  703.             }
  704.         }
  705.         
  706.         /// <summary>
  707.         ///   Looks up a localized string similar to The text in this node contains some very long lines which may make editing this string very slow.  
  708.         ///Would you like to reformat the text into multiple lines?.
  709.         /// </summary>
  710.         internal static string LongLinePrompt {
  711.             get {
  712.                 return ResourceManager.GetString("LongLinePrompt", resourceCulture);
  713.             }
  714.         }
  715.         
  716.         /// <summary>
  717.         ///   Looks up a localized string similar to XML Notepad.
  718.         /// </summary>
  719.         internal static string MainFormTitle {
  720.             get {
  721.                 return ResourceManager.GetString("MainFormTitle", resourceCulture);
  722.             }
  723.         }
  724.         
  725.         /// <summary>
  726.         ///   Looks up a localized string similar to Move.
  727.         /// </summary>
  728.         internal static string MoveCommand {
  729.             get {
  730.                 return ResourceManager.GetString("MoveCommand", resourceCulture);
  731.             }
  732.         }
  733.         
  734.         /// <summary>
  735.         ///   Looks up a localized string similar to Move Error.
  736.         /// </summary>
  737.         internal static string MoveErrorCaption {
  738.             get {
  739.                 return ResourceManager.GetString("MoveErrorCaption", resourceCulture);
  740.             }
  741.         }
  742.         
  743.         /// <summary>
  744.         ///   Looks up a localized string similar to New line character.
  745.         /// </summary>
  746.         internal static string NewLineChars {
  747.             get {
  748.                 return ResourceManager.GetString("NewLineChars", resourceCulture);
  749.             }
  750.         }
  751.         
  752.         /// <summary>
  753.         ///   Looks up a localized string similar to The character sequence to use for new lines.  &quot;r&quot; means 0xD and &quot;n&quot; means 0xA.  So &quot;rn&quot; gives you Windows style newlines..
  754.         /// </summary>
  755.         internal static string NewLineCharsDescription {
  756.             get {
  757.                 return ResourceManager.GetString("NewLineCharsDescription", resourceCulture);
  758.             }
  759.         }
  760.         
  761.         /// <summary>
  762.         ///   Looks up a localized string similar to Cannot edit name of node of type &apos;{0}&apos;.
  763.         /// </summary>
  764.         internal static string NodeNameNotEditable {
  765.             get {
  766.                 return ResourceManager.GetString("NodeNameNotEditable", resourceCulture);
  767.             }
  768.         }
  769.         
  770.         /// <summary>
  771.         ///   Looks up a localized string similar to Missing Name .
  772.         /// </summary>
  773.         internal static string NodeNameRequiredCaption {
  774.             get {
  775.                 return ResourceManager.GetString("NodeNameRequiredCaption", resourceCulture);
  776.             }
  777.         }
  778.         
  779.         /// <summary>
  780.         ///   Looks up a localized string similar to You cannot edit the value of a node until you provide a node name..
  781.         /// </summary>
  782.         internal static string NodeNameRequiredPrompt {
  783.             get {
  784.                 return ResourceManager.GetString("NodeNameRequiredPrompt", resourceCulture);
  785.             }
  786.         }
  787.         
  788.         /// <summary>
  789.         ///   Looks up a localized string similar to Cannot edit name of node, node not created yet!.
  790.         /// </summary>
  791.         internal static string NodeNotCreated {
  792.             get {
  793.                 return ResourceManager.GetString("NodeNotCreated", resourceCulture);
  794.             }
  795.         }
  796.         
  797.         /// <summary>
  798.         ///   Looks up a localized string similar to Internal Error: node is not a child.
  799.         /// </summary>
  800.         internal static string NotAChild {
  801.             get {
  802.                 return ResourceManager.GetString("NotAChild", resourceCulture);
  803.             }
  804.         }
  805.         
  806.         /// <summary>
  807.         ///   Looks up a localized string similar to Nudge.
  808.         /// </summary>
  809.         internal static string NudgeCommand {
  810.             get {
  811.                 return ResourceManager.GetString("NudgeCommand", resourceCulture);
  812.             }
  813.         }
  814.         
  815.         /// <summary>
  816.         ///   Looks up a localized string similar to Nudge Error.
  817.         /// </summary>
  818.         internal static string NudgeErrorCaption {
  819.             get {
  820.                 return ResourceManager.GetString("NudgeErrorCaption", resourceCulture);
  821.             }
  822.         }
  823.         
  824.         /// <summary>
  825.         ///   Looks up a localized string similar to Paste.
  826.         /// </summary>
  827.         internal static string PasteCommand {
  828.             get {
  829.                 return ResourceManager.GetString("PasteCommand", resourceCulture);
  830.             }
  831.         }
  832.         
  833.         /// <summary>
  834.         ///   Looks up a localized string similar to Paste Error.
  835.         /// </summary>
  836.         internal static string PasteErrorCaption {
  837.             get {
  838.                 return ResourceManager.GetString("PasteErrorCaption", resourceCulture);
  839.             }
  840.         }
  841.         
  842.         /// <summary>
  843.         ///   Looks up a localized string similar to PI.
  844.         /// </summary>
  845.         internal static string PiColor {
  846.             get {
  847.                 return ResourceManager.GetString("PiColor", resourceCulture);
  848.             }
  849.         }
  850.         
  851.         /// <summary>
  852.         ///   Looks up a localized string similar to Color of Processing Instruction nodes.
  853.         /// </summary>
  854.         internal static string PiColorDescription {
  855.             get {
  856.                 return ResourceManager.GetString("PiColorDescription", resourceCulture);
  857.             }
  858.         }
  859.         
  860.         /// <summary>
  861.         ///   Looks up a localized string similar to The target file is read only, would you like to overwrite &apos;{0}&apos;?.
  862.         /// </summary>
  863.         internal static string ReadOnly {
  864.             get {
  865.                 return ResourceManager.GetString("ReadOnly", resourceCulture);
  866.             }
  867.         }
  868.         
  869.         /// <summary>
  870.         ///   Looks up a localized string similar to Read Only File.
  871.         /// </summary>
  872.         internal static string ReadOnlyCaption {
  873.             get {
  874.                 return ResourceManager.GetString("ReadOnlyCaption", resourceCulture);
  875.             }
  876.         }
  877.         
  878.         /// <summary>
  879.         ///   Looks up a localized string similar to Redo Error.
  880.         /// </summary>
  881.         internal static string RedoError {
  882.             get {
  883.                 return ResourceManager.GetString("RedoError", resourceCulture);
  884.             }
  885.         }
  886.         
  887.         /// <summary>
  888.         ///   Looks up a localized string similar to Replace Complete.
  889.         /// </summary>
  890.         internal static string ReplaceCompleteCaption {
  891.             get {
  892.                 return ResourceManager.GetString("ReplaceCompleteCaption", resourceCulture);
  893.             }
  894.         }
  895.         
  896.         /// <summary>
  897.         ///   Looks up a localized string similar to Replace Error.
  898.         /// </summary>
  899.         internal static string ReplaceErrorCaption {
  900.             get {
  901.                 return ResourceManager.GetString("ReplaceErrorCaption", resourceCulture);
  902.             }
  903.         }
  904.         
  905.         /// <summary>
  906.         ///   Looks up a localized string similar to This will reset all options to the built in defaults, are you sure you want to do that?.
  907.         /// </summary>
  908.         internal static string ResetOptionsPrompt {
  909.             get {
  910.                 return ResourceManager.GetString("ResetOptionsPrompt", resourceCulture);
  911.             }
  912.         }
  913.         
  914.         /// <summary>
  915.         ///   Looks up a localized string similar to Reset All Options.
  916.         /// </summary>
  917.         internal static string ResetOptionsPromptCaption {
  918.             get {
  919.                 return ResourceManager.GetString("ResetOptionsPromptCaption", resourceCulture);
  920.             }
  921.         }
  922.         
  923.         /// <summary>
  924.         ///   Looks up a localized string similar to Cannot insert attributes at the root level.
  925.         /// </summary>
  926.         internal static string RootLevelAttributes {
  927.             get {
  928.                 return ResourceManager.GetString("RootLevelAttributes", resourceCulture);
  929.             }
  930.         }
  931.         
  932.         /// <summary>
  933.         ///   Looks up a localized string similar to Cannot have anything before the XML declaration.
  934.         /// </summary>
  935.         internal static string RootLevelBeforeXmlDecl {
  936.             get {
  937.                 return ResourceManager.GetString("RootLevelBeforeXmlDecl", resourceCulture);
  938.             }
  939.         }
  940.         
  941.         /// <summary>
  942.         ///   Looks up a localized string similar to Cannot have two top level elements.
  943.         /// </summary>
  944.         internal static string RootLevelElements {
  945.             get {
  946.                 return ResourceManager.GetString("RootLevelElements", resourceCulture);
  947.             }
  948.         }
  949.         
  950.         /// <summary>
  951.         ///   Looks up a localized string similar to Cannot insert text at the root level.
  952.         /// </summary>
  953.         internal static string RootLevelText {
  954.             get {
  955.                 return ResourceManager.GetString("RootLevelText", resourceCulture);
  956.             }
  957.         }
  958.         
  959.         /// <summary>
  960.         ///   Looks up a localized string similar to XML files (*.xml)|*.xml|XSL files (*.xsl)|*.xsl|XSD files (*.xsd)|*.xsd|All files (*.*)|*.*.
  961.         /// </summary>
  962.         internal static string SaveAsFilter {
  963.             get {
  964.                 return ResourceManager.GetString("SaveAsFilter", resourceCulture);
  965.             }
  966.         }
  967.         
  968.         /// <summary>
  969.         ///   Looks up a localized string similar to Save Changes.
  970.         /// </summary>
  971.         internal static string SaveChangesCaption {
  972.             get {
  973.                 return ResourceManager.GetString("SaveChangesCaption", resourceCulture);
  974.             }
  975.         }
  976.         
  977.         /// <summary>
  978.         ///   Looks up a localized string similar to Do you want to save your changes?.
  979.         /// </summary>
  980.         internal static string SaveChangesPrompt {
  981.             get {
  982.                 return ResourceManager.GetString("SaveChangesPrompt", resourceCulture);
  983.             }
  984.         }
  985.         
  986.         /// <summary>
  987.         ///   Looks up a localized string similar to Saved.
  988.         /// </summary>
  989.         internal static string SavedStatus {
  990.             get {
  991.                 return ResourceManager.GetString("SavedStatus", resourceCulture);
  992.             }
  993.         }
  994.         
  995.         /// <summary>
  996.         ///   Looks up a localized string similar to Save Error.
  997.         /// </summary>
  998.         internal static string SaveErrorCaption {
  999.             get {
  1000.                 return ResourceManager.GetString("SaveErrorCaption", resourceCulture);
  1001.             }
  1002.         }
  1003.         
  1004.         /// <summary>
  1005.         ///   Looks up a localized string similar to Save Errors.
  1006.         /// </summary>
  1007.         internal static string SaveErrorsCaption {
  1008.             get {
  1009.                 return ResourceManager.GetString("SaveErrorsCaption", resourceCulture);
  1010.             }
  1011.         }
  1012.         
  1013.         /// <summary>
  1014.         ///   Looks up a localized string similar to Lose XInclude Information.
  1015.         /// </summary>
  1016.         internal static string SaveExpandedIncludesCaption {
  1017.             get {
  1018.                 return ResourceManager.GetString("SaveExpandedIncludesCaption", resourceCulture);
  1019.             }
  1020.         }
  1021.         
  1022.         /// <summary>
  1023.         ///   Looks up a localized string similar to You have expanded inline XIncludes, if you save this document you will lose the XInclude elements.  Are you sure you want to do that?.
  1024.         /// </summary>
  1025.         internal static string SaveExpandedIncludesPrompt {
  1026.             get {
  1027.                 return ResourceManager.GetString("SaveExpandedIncludesPrompt", resourceCulture);
  1028.             }
  1029.         }
  1030.         
  1031.         /// <summary>
  1032.         ///   Looks up a localized string similar to Schema Error.
  1033.         /// </summary>
  1034.         internal static string SchemaError {
  1035.             get {
  1036.                 return ResourceManager.GetString("SchemaError", resourceCulture);
  1037.             }
  1038.         }
  1039.         
  1040.         /// <summary>
  1041.         ///   Looks up a localized string similar to Error loading schema &apos;{0}&apos;
  1042.         ///{1}.
  1043.         /// </summary>
  1044.         internal static string SchemaLoadError {
  1045.             get {
  1046.                 return ResourceManager.GetString("SchemaLoadError", resourceCulture);
  1047.             }
  1048.         }
  1049.         
  1050.         /// <summary>
  1051.         ///   Looks up a localized string similar to System Exception of type {0}
  1052.         ///{1}.
  1053.         /// </summary>
  1054.         internal static string SystemError {
  1055.             get {
  1056.                 return ResourceManager.GetString("SystemError", resourceCulture);
  1057.             }
  1058.         }
  1059.         
  1060.         /// <summary>
  1061.         ///   Looks up a localized string similar to Text.
  1062.         /// </summary>
  1063.         internal static string TextColor {
  1064.             get {
  1065.                 return ResourceManager.GetString("TextColor", resourceCulture);
  1066.             }
  1067.         }
  1068.         
  1069.         /// <summary>
  1070.         ///   Looks up a localized string similar to Color of text nodes.
  1071.         /// </summary>
  1072.         internal static string TextColorDescription {
  1073.             get {
  1074.                 return ResourceManager.GetString("TextColorDescription", resourceCulture);
  1075.             }
  1076.         }
  1077.         
  1078.         /// <summary>
  1079.         ///   Looks up a localized string similar to The specified text was not found.
  1080.         /// </summary>
  1081.         internal static string TextNotFoundPrompt {
  1082.             get {
  1083.                 return ResourceManager.GetString("TextNotFoundPrompt", resourceCulture);
  1084.             }
  1085.         }
  1086.         
  1087.         /// <summary>
  1088.         ///   Looks up a localized string similar to HH:mm:ss.
  1089.         /// </summary>
  1090.         internal static string TimeFormat {
  1091.             get {
  1092.                 return ResourceManager.GetString("TimeFormat", resourceCulture);
  1093.             }
  1094.         }
  1095.         
  1096.         /// <summary>
  1097.         ///   Looks up a localized string similar to Schema must define same target namespace.
  1098.         /// </summary>
  1099.         internal static string TNSMismatch {
  1100.             get {
  1101.                 return ResourceManager.GetString("TNSMismatch", resourceCulture);
  1102.             }
  1103.         }
  1104.         
  1105.         /// <summary>
  1106.         ///   Looks up a localized string similar to Click here to execute XSLT transform.
  1107.         /// </summary>
  1108.         internal static string TransformButtonTooltip {
  1109.             get {
  1110.                 return ResourceManager.GetString("TransformButtonTooltip", resourceCulture);
  1111.             }
  1112.         }
  1113.         
  1114.         /// <summary>
  1115.         ///   Looks up a localized string similar to Error Transforming XML.
  1116.         /// </summary>
  1117.         internal static string TransformErrorCaption {
  1118.             get {
  1119.                 return ResourceManager.GetString("TransformErrorCaption", resourceCulture);
  1120.             }
  1121.         }
  1122.         
  1123.         /// <summary>
  1124.         ///   Looks up a localized string similar to Type converter for type &apos;{0}&apos; not found..
  1125.         /// </summary>
  1126.         internal static string TypeConvertError {
  1127.             get {
  1128.                 return ResourceManager.GetString("TypeConvertError", resourceCulture);
  1129.             }
  1130.         }
  1131.         
  1132.         /// <summary>
  1133.         ///   Looks up a localized string similar to Undo Error.
  1134.         /// </summary>
  1135.         internal static string UndoError {
  1136.             get {
  1137.                 return ResourceManager.GetString("UndoError", resourceCulture);
  1138.             }
  1139.         }
  1140.         
  1141.         /// <summary>
  1142.         ///   Looks up a localized string similar to Unexpected node type &apos;{0}&apos;.
  1143.         /// </summary>
  1144.         internal static string UnexpectedNodeType {
  1145.             get {
  1146.                 return ResourceManager.GetString("UnexpectedNodeType", resourceCulture);
  1147.             }
  1148.         }
  1149.         
  1150.         /// <summary>
  1151.         ///   Looks up a localized string similar to Unexpected token &apos;{0}&apos; at line {1} column {2}.
  1152.         /// </summary>
  1153.         internal static string UnexpectedToken {
  1154.             get {
  1155.                 return ResourceManager.GetString("UnexpectedToken", resourceCulture);
  1156.             }
  1157.         }
  1158.         
  1159.         /// <summary>
  1160.         ///   Looks up a localized string similar to Version {1} of {0} is now available.  
  1161.         ///Do you want to visit the web page that describes this update?.
  1162.         /// </summary>
  1163.         internal static string UpdateAvailable {
  1164.             get {
  1165.                 return ResourceManager.GetString("UpdateAvailable", resourceCulture);
  1166.             }
  1167.         }
  1168.         
  1169.         /// <summary>
  1170.         ///   Looks up a localized string similar to Update Available.
  1171.         /// </summary>
  1172.         internal static string UpdateAvailableCaption {
  1173.             get {
  1174.                 return ResourceManager.GetString("UpdateAvailableCaption", resourceCulture);
  1175.             }
  1176.         }
  1177.         
  1178.         /// <summary>
  1179.         ///   Looks up a localized string similar to Updates.
  1180.         /// </summary>
  1181.         internal static string UpdateCategory {
  1182.             get {
  1183.                 return ResourceManager.GetString("UpdateCategory", resourceCulture);
  1184.             }
  1185.         }
  1186.         
  1187.         /// <summary>
  1188.         ///   Looks up a localized string similar to Update location.
  1189.         /// </summary>
  1190.         internal static string UpdateLocation {
  1191.             get {
  1192.                 return ResourceManager.GetString("UpdateLocation", resourceCulture);
  1193.             }
  1194.         }
  1195.         
  1196.         /// <summary>
  1197.         ///   Looks up a localized string similar to Location of special XML file containing update information.
  1198.         /// </summary>
  1199.         internal static string UpdateLocationDescription {
  1200.             get {
  1201.                 return ResourceManager.GetString("UpdateLocationDescription", resourceCulture);
  1202.             }
  1203.         }
  1204.         
  1205.         /// <summary>
  1206.         ///   Looks up a localized string similar to &amp;Browse....
  1207.         /// </summary>
  1208.         internal static string UriBrowseLabel {
  1209.             get {
  1210.                 return ResourceManager.GetString("UriBrowseLabel", resourceCulture);
  1211.             }
  1212.         }
  1213.         
  1214.         /// <summary>
  1215.         ///   Looks up a localized string similar to &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td title=&apos;{0}&apos;&gt;&lt;b&gt; File in editor : {1}&lt;/b&gt;&lt;/td&gt;
  1216.         ///  &lt;td title=&apos;{2}&apos;&gt;&lt;b&gt; File to compare : {2}&lt;/b&gt;&lt;/td&gt;
  1217.         ///&lt;/tr&gt;.
  1218.         /// </summary>
  1219.         internal static string XmlDiffBody {
  1220.             get {
  1221.                 return ResourceManager.GetString("XmlDiffBody", resourceCulture);
  1222.             }
  1223.         }
  1224.         
  1225.         /// <summary>
  1226.         ///   Looks up a localized string similar to XML Diff Error.
  1227.         /// </summary>
  1228.         internal static string XmlDiffErrorCaption {
  1229.             get {
  1230.                 return ResourceManager.GetString("XmlDiffErrorCaption", resourceCulture);
  1231.             }
  1232.         }
  1233.         
  1234.         /// <summary>
  1235.         ///   Looks up a localized string similar to &lt;html&gt;&lt;head&gt;
  1236.         ///                &lt;style TYPE=&apos;text/css&apos; MEDIA=&apos;screen&apos;&gt;
  1237.         ///                &lt;!-- td { font-family: Courier New; font-size:14; } 
  1238.         ///                th { font-family: Arial; } 
  1239.         ///                p { font-family: Arial; } 
  1240.         ///                .match { }
  1241.         ///                .ignore { color:#AAAAAA; }
  1242.         ///                .add { background-color:yellow; }
  1243.         ///                .moveto { background-color:cyan; color:navy; }
  1244.         ///                .remove { background-color:red; }
  1245.         ///                .movefrom {  background-color [rest of string was truncated]&quot;;.
  1246.         /// </summary>
  1247.         internal static string XmlDiffHeader {
  1248.             get {
  1249.                 return ResourceManager.GetString("XmlDiffHeader", resourceCulture);
  1250.             }
  1251.         }
  1252.         
  1253.         /// <summary>
  1254.         ///   Looks up a localized string similar to You must provide a non-empty name, are you sure you want to leave this name empty?.
  1255.         /// </summary>
  1256.         internal static string XmlNameEmptyPrompt {
  1257.             get {
  1258.                 return ResourceManager.GetString("XmlNameEmptyPrompt", resourceCulture);
  1259.             }
  1260.         }
  1261.         
  1262.         /// <summary>
  1263.         ///   Looks up a localized string similar to Name Error.
  1264.         /// </summary>
  1265.         internal static string XmlNameErrorCaption {
  1266.             get {
  1267.                 return ResourceManager.GetString("XmlNameErrorCaption", resourceCulture);
  1268.             }
  1269.         }
  1270.         
  1271.         /// <summary>
  1272.         ///   Looks up a localized string similar to XSLT files (*.xslt;*.xsl)|*.xslt;*.xsl|All files (*.*)|*.*.
  1273.         /// </summary>
  1274.         internal static string XSLFileFilter {
  1275.             get {
  1276.                 return ResourceManager.GetString("XSLFileFilter", resourceCulture);
  1277.             }
  1278.         }
  1279.         
  1280.         /// <summary>
  1281.         ///   Looks up a localized string similar to Please enter location of XSLT stylesheet you want to use for transforming your XML document.
  1282.         /// </summary>
  1283.         internal static string XslFileNameTooltip {
  1284.             get {
  1285.                 return ResourceManager.GetString("XslFileNameTooltip", resourceCulture);
  1286.             }
  1287.         }
  1288.         
  1289.         /// <summary>
  1290.         ///   Looks up a localized string similar to Untrusted Script Code.
  1291.         /// </summary>
  1292.         internal static string XslScriptCodeCaption {
  1293.             get {
  1294.                 return ResourceManager.GetString("XslScriptCodeCaption", resourceCulture);
  1295.             }
  1296.         }
  1297.         
  1298.         /// <summary>
  1299.         ///   Looks up a localized string similar to This stylesheet contains untrusted script code.  
  1300.         ///Do you want to enable execution of this script code?.
  1301.         /// </summary>
  1302.         internal static string XslScriptCodePrompt {
  1303.             get {
  1304.                 return ResourceManager.GetString("XslScriptCodePrompt", resourceCulture);
  1305.             }
  1306.         }
  1307.     }
  1308. }