//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:2.0.50727.5420
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace OSGeo.MapGuide.Viewer {
    using System;
    
    
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class Strings {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal Strings() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OSGeo.MapGuide.Viewer.Strings", typeof(Strings).Assembly);
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Click to finish.
        /// </summary>
        internal static string CircleDigitizationPrompt {
            get {
                return ResourceManager.GetString("CircleDigitizationPrompt", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to {0} features in layer.
        /// </summary>
        internal static string CountFormat {
            get {
                return ResourceManager.GetString("CountFormat", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to {0} other styles.
        /// </summary>
        internal static string CountOtherStyles {
            get {
                return ResourceManager.GetString("CountOtherStyles", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to {0} results.
        /// </summary>
        internal static string CountResults {
            get {
                return ResourceManager.GetString("CountResults", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Name: {1}{0}Feature Source: {2}{0}Feature Class: {3}.
        /// </summary>
        internal static string DefaultLayerTooltip {
            get {
                return ResourceManager.GetString("DefaultLayerTooltip", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Name: {1}{0}Feature Source: {2}.
        /// </summary>
        internal static string DrawingLayerTooltip {
            get {
                return ResourceManager.GetString("DrawingLayerTooltip", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A component with ID ({0}) already exists.
        /// </summary>
        internal static string ErrorComponentAlreadyExists {
            get {
                return ResourceManager.GetString("ErrorComponentAlreadyExists", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Component ({0}) does not exist.
        /// </summary>
        internal static string ErrorComponentNotFound {
            get {
                return ResourceManager.GetString("ErrorComponentNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The specified component&apos;s target is not the Task Pane.
        /// </summary>
        internal static string ErrorComponentTargetNotTaskPane {
            get {
                return ResourceManager.GetString("ErrorComponentTargetNotTaskPane", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to EndInit: No Task Pane assigned.
        /// </summary>
        internal static string ErrorEndInitNoTaskPaneAssigned {
            get {
                return ResourceManager.GetString("ErrorEndInitNoTaskPaneAssigned", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Could not find the geometry property: {0}.
        /// </summary>
        internal static string ErrorGeometryPropertyNotFound {
            get {
                return ResourceManager.GetString("ErrorGeometryPropertyNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Property {0} is not a valid component property as it has not been marked with the MgComponentProperty attribute.
        /// </summary>
        internal static string ErrorInvalidComponentProperty {
            get {
                return ResourceManager.GetString("ErrorInvalidComponentProperty", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid map name &quot;{0}&quot;. A map name cannot have spaces or any of the following characters: \:*?&quot;&lt;&gt;|&amp;&apos;%=/.
        /// </summary>
        internal static string ErrorInvalidMapName {
            get {
                return ResourceManager.GetString("ErrorInvalidMapName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid search layer. Layer {0} not found on map.
        /// </summary>
        internal static string ErrorInvalidSearchLayer {
            get {
                return ResourceManager.GetString("ErrorInvalidSearchLayer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Layer metadata not fully initialized.
        /// </summary>
        internal static string ErrorLayerMetadataNotFullyInitialized {
            get {
                return ResourceManager.GetString("ErrorLayerMetadataNotFullyInitialized", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Malformed enum string. Expected enum:className:value.
        /// </summary>
        internal static string ErrorMalformedEnumString {
            get {
                return ResourceManager.GetString("ErrorMalformedEnumString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A map named ({0}) was not found in the AppLayout.
        /// </summary>
        internal static string ErrorMapNotFound {
            get {
                return ResourceManager.GetString("ErrorMapNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to This feature is not yet implemented.
        /// </summary>
        internal static string ErrorNotImplemented {
            get {
                return ResourceManager.GetString("ErrorNotImplemented", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The search filter is missing the required $USER_VARIABLE placeholder.
        /// </summary>
        internal static string ErrorSearchFilterMissingPlaceholder {
            get {
                return ResourceManager.GetString("ErrorSearchFilterMissingPlaceholder", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The stream is not rewindable.
        /// </summary>
        internal static string ErrorStreamNotRewindable {
            get {
                return ResourceManager.GetString("ErrorStreamNotRewindable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Target: No Task Pane assigned.
        /// </summary>
        internal static string ErrorTargetNoTaskPaneAssigned {
            get {
                return ResourceManager.GetString("ErrorTargetNoTaskPaneAssigned", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unsupported item type: {0}.
        /// </summary>
        internal static string ErrorUnsupportedItemType {
            get {
                return ResourceManager.GetString("ErrorUnsupportedItemType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Viewer not initialized via Init().
        /// </summary>
        internal static string ErrorViewerNotInitialized {
            get {
                return ResourceManager.GetString("ErrorViewerNotInitialized", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Press ESC to cancel.
        /// </summary>
        internal static string GeneralDigitizationInstructions {
            get {
                return ResourceManager.GetString("GeneralDigitizationInstructions", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Infinity.
        /// </summary>
        internal static string Infinity {
            get {
                return ResourceManager.GetString("Infinity", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Click to finish.
        /// </summary>
        internal static string LineDigitizationPrompt {
            get {
                return ResourceManager.GetString("LineDigitizationPrompt", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Click again to add a new vertex.\nDouble-click to finish.
        /// </summary>
        internal static string LineStringDigitizationPrompt {
            get {
                return ResourceManager.GetString("LineStringDigitizationPrompt", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to File.
        /// </summary>
        internal static string MenuFile {
            get {
                return ResourceManager.GetString("MenuFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Help.
        /// </summary>
        internal static string MenuHelp {
            get {
                return ResourceManager.GetString("MenuHelp", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Tools.
        /// </summary>
        internal static string MenuTools {
            get {
                return ResourceManager.GetString("MenuTools", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Buffer Layer ({0}) created.
        /// </summary>
        internal static string MsgBufferLayerCreated {
            get {
                return ResourceManager.GetString("MsgBufferLayerCreated", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Buffer Layer ({0}) updated.
        /// </summary>
        internal static string MsgBufferLayerUpdated {
            get {
                return ResourceManager.GetString("MsgBufferLayerUpdated", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Please enter a name for this layer.
        /// </summary>
        internal static string MsgEnterNameForLayer {
            get {
                return ResourceManager.GetString("MsgEnterNameForLayer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Please include one or more layers to create a buffer from.
        /// </summary>
        internal static string MsgIncludeLayersToBuffer {
            get {
                return ResourceManager.GetString("MsgIncludeLayersToBuffer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Theme Layer ({0}) created.
        /// </summary>
        internal static string MsgThemeLayerCreated {
            get {
                return ResourceManager.GetString("MsgThemeLayerCreated", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Press Ctrl-Z to undo last point.\nPress ESC to cancel.
        /// </summary>
        internal static string MultiSegmentDigitzationInstructions {
            get {
                return ResourceManager.GetString("MultiSegmentDigitzationInstructions", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Click to finish.
        /// </summary>
        internal static string PointDigitizationPrompt {
            get {
                return ResourceManager.GetString("PointDigitizationPrompt", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Click again to add a new vertex.\nDouble-click to finish.
        /// </summary>
        internal static string PolygonDigitizationPrompt {
            get {
                return ResourceManager.GetString("PolygonDigitizationPrompt", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Click to finish.
        /// </summary>
        internal static string RectangleDigitizationPrompt {
            get {
                return ResourceManager.GetString("RectangleDigitizationPrompt", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Set Language.
        /// </summary>
        internal static string SetLanguage {
            get {
                return ResourceManager.GetString("SetLanguage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to {0} features selected.
        /// </summary>
        internal static string StatFeaturesSelected {
            get {
                return ResourceManager.GetString("StatFeaturesSelected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to [unsupported data type].
        /// </summary>
        internal static string StrUnsupportedDataType {
            get {
                return ResourceManager.GetString("StrUnsupportedDataType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Clear Selection.
        /// </summary>
        internal static string TextClearSelection {
            get {
                return ResourceManager.GetString("TextClearSelection", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Copy map to clipboard.
        /// </summary>
        internal static string TextCopyMap {
            get {
                return ResourceManager.GetString("TextCopyMap", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Digitize Circle.
        /// </summary>
        internal static string TextDigitizeCircle {
            get {
                return ResourceManager.GetString("TextDigitizeCircle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Digitize Line.
        /// </summary>
        internal static string TextDigitizeLine {
            get {
                return ResourceManager.GetString("TextDigitizeLine", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Digitize Line String.
        /// </summary>
        internal static string TextDigitizeLineString {
            get {
                return ResourceManager.GetString("TextDigitizeLineString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Digitize Point.
        /// </summary>
        internal static string TextDigitizePoint {
            get {
                return ResourceManager.GetString("TextDigitizePoint", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Digitize Polygon.
        /// </summary>
        internal static string TextDigitizePolygon {
            get {
                return ResourceManager.GetString("TextDigitizePolygon", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Digitize Rectangle.
        /// </summary>
        internal static string TextDigitizeRectangle {
            get {
                return ResourceManager.GetString("TextDigitizeRectangle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Disable Tooltips.
        /// </summary>
        internal static string TextDisableTooltips {
            get {
                return ResourceManager.GetString("TextDisableTooltips", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Enable Tooltips.
        /// </summary>
        internal static string TextEnableTooltips {
            get {
                return ResourceManager.GetString("TextEnableTooltips", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Enter Search Criteria.
        /// </summary>
        internal static string TextEnterSearchCriteria {
            get {
                return ResourceManager.GetString("TextEnterSearchCriteria", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Exit.
        /// </summary>
        internal static string TextExitApplication {
            get {
                return ResourceManager.GetString("TextExitApplication", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Layers.
        /// </summary>
        internal static string TextLayers {
            get {
                return ResourceManager.GetString("TextLayers", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Layers (Refreshing...).
        /// </summary>
        internal static string TextLayersRefreshing {
            get {
                return ResourceManager.GetString("TextLayersRefreshing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Load Package.
        /// </summary>
        internal static string TextLoadPackage {
            get {
                return ResourceManager.GetString("TextLoadPackage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Nothing is selected.
        /// </summary>
        internal static string TextNoSelection {
            get {
                return ResourceManager.GetString("TextNoSelection", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Options Saved.
        /// </summary>
        internal static string TextOptionsSaved {
            get {
                return ResourceManager.GetString("TextOptionsSaved", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Package Loaded.
        /// </summary>
        internal static string TextPackageLoaded {
            get {
                return ResourceManager.GetString("TextPackageLoaded", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Pan.
        /// </summary>
        internal static string TextPan {
            get {
                return ResourceManager.GetString("TextPan", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Plot to DWF.
        /// </summary>
        internal static string TextPlotToDwf {
            get {
                return ResourceManager.GetString("TextPlotToDwf", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Print.
        /// </summary>
        internal static string TextPrint {
            get {
                return ResourceManager.GetString("TextPrint", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Refresh Map.
        /// </summary>
        internal static string TextRefreshMap {
            get {
                return ResourceManager.GetString("TextRefreshMap", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Scale.
        /// </summary>
        internal static string TextScale {
            get {
                return ResourceManager.GetString("TextScale", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Select.
        /// </summary>
        internal static string TextSelect {
            get {
                return ResourceManager.GetString("TextSelect", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Select Polygon.
        /// </summary>
        internal static string TextSelectPolygon {
            get {
                return ResourceManager.GetString("TextSelectPolygon", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Select Radius.
        /// </summary>
        internal static string TextSelectRadius {
            get {
                return ResourceManager.GetString("TextSelectRadius", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Task Pane.
        /// </summary>
        internal static string TextTaskPane {
            get {
                return ResourceManager.GetString("TextTaskPane", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Viewer Options.
        /// </summary>
        internal static string TextViewerOptions {
            get {
                return ResourceManager.GetString("TextViewerOptions", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Zoom Extents.
        /// </summary>
        internal static string TextZoomExtents {
            get {
                return ResourceManager.GetString("TextZoomExtents", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Zoom In.
        /// </summary>
        internal static string TextZoomIn {
            get {
                return ResourceManager.GetString("TextZoomIn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Zoom Next.
        /// </summary>
        internal static string TextZoomNext {
            get {
                return ResourceManager.GetString("TextZoomNext", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Zoom Out.
        /// </summary>
        internal static string TextZoomOut {
            get {
                return ResourceManager.GetString("TextZoomOut", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Zoom Previous.
        /// </summary>
        internal static string TextZoomPrevious {
            get {
                return ResourceManager.GetString("TextZoomPrevious", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Zoom to Selection.
        /// </summary>
        internal static string TextZoomToSelection {
            get {
                return ResourceManager.GetString("TextZoomToSelection", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Name: {1}{0}Feature Source: {2}{0}Feature Class: {3}{0}Number of Rules: {4}.
        /// </summary>
        internal static string ThemedLayerTooltip {
            get {
                return ResourceManager.GetString("ThemedLayerTooltip", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Equal.
        /// </summary>
        internal static string ThemeEqual {
            get {
                return ResourceManager.GetString("ThemeEqual", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Individual.
        /// </summary>
        internal static string ThemeIndividual {
            get {
                return ResourceManager.GetString("ThemeIndividual", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Jenks (Natural Breaks).
        /// </summary>
        internal static string ThemeJenks {
            get {
                return ResourceManager.GetString("ThemeJenks", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Quantile.
        /// </summary>
        internal static string ThemeQuantile {
            get {
                return ResourceManager.GetString("ThemeQuantile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Standard Deviation.
        /// </summary>
        internal static string ThemeStandardDeviation {
            get {
                return ResourceManager.GetString("ThemeStandardDeviation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Buffer.
        /// </summary>
        internal static string TitleBuffer {
            get {
                return ResourceManager.GetString("TitleBuffer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error.
        /// </summary>
        internal static string TitleError {
            get {
                return ResourceManager.GetString("TitleError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Measure.
        /// </summary>
        internal static string TitleMeasure {
            get {
                return ResourceManager.GetString("TitleMeasure", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Print Settings.
        /// </summary>
        internal static string TitlePrintSettings {
            get {
                return ResourceManager.GetString("TitlePrintSettings", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Query.
        /// </summary>
        internal static string TitleQuery {
            get {
                return ResourceManager.GetString("TitleQuery", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Search.
        /// </summary>
        internal static string TitleSearch {
            get {
                return ResourceManager.GetString("TitleSearch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to About the Task Pane.
        /// </summary>
        internal static string TitleTaskPaneAbout {
            get {
                return ResourceManager.GetString("TitleTaskPaneAbout", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Theme.
        /// </summary>
        internal static string TitleTheme {
            get {
                return ResourceManager.GetString("TitleTheme", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Viewer Options.
        /// </summary>
        internal static string TitleViewerOptions {
            get {
                return ResourceManager.GetString("TitleViewerOptions", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Tooltips are enabled. Click to disable.
        /// </summary>
        internal static string TooltipDisableTooltips {
            get {
                return ResourceManager.GetString("TooltipDisableTooltips", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Tooltips are disabled. Click to enable.
        /// </summary>
        internal static string TooltipEnableTooltips {
            get {
                return ResourceManager.GetString("TooltipEnableTooltips", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to WARNING: The specified initial task component id ({0}) does not exist in the AppLayout.
        /// </summary>
        internal static string WarnInitialTaskComponentNotFound {
            get {
                return ResourceManager.GetString("WarnInitialTaskComponentNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to WARNING: Attempted to invoke the component with ID ({0}), but could not find any component with this ID.
        /// </summary>
        internal static string WarnInvokeNonExistentComponent {
            get {
                return ResourceManager.GetString("WarnInvokeNonExistentComponent", resourceCulture);
            }
        }
    }
}