//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34014 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace RainmeterStudio.Resources { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // 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", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public 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() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RainmeterStudio.Resources.Strings", typeof(Strings).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to The following files have unsaved changes:. /// public static string CloseUnsavedDialog_Message { get { return ResourceManager.GetString("CloseUnsavedDialog_Message", resourceCulture); } } /// /// Looks up a localized string similar to Do you want to save these changes?. /// public static string CloseUnsavedDialog_Question { get { return ResourceManager.GetString("CloseUnsavedDialog_Question", resourceCulture); } } /// /// Looks up a localized string similar to Unsaved changes. /// public static string CloseUnsavedDialog_Title { get { return ResourceManager.GetString("CloseUnsavedDialog_Title", resourceCulture); } } /// /// Looks up a localized string similar to _Close. /// public static string Command_DocumentClose_DisplayText { get { return ResourceManager.GetString("Command_DocumentClose_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Close active document. /// public static string Command_DocumentClose_ToolTip { get { return ResourceManager.GetString("Command_DocumentClose_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _File.... /// public static string Command_DocumentCreate_AltDisplayText { get { return ResourceManager.GetString("Command_DocumentCreate_AltDisplayText", resourceCulture); } } /// /// Looks up a localized string similar to _New item. /// public static string Command_DocumentCreate_DisplayText { get { return ResourceManager.GetString("Command_DocumentCreate_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Create a new file. /// public static string Command_DocumentCreate_ToolTip { get { return ResourceManager.GetString("Command_DocumentCreate_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _File.... /// public static string Command_DocumentOpen_AltDisplayText { get { return ResourceManager.GetString("Command_DocumentOpen_AltDisplayText", resourceCulture); } } /// /// Looks up a localized string similar to _Open. /// public static string Command_DocumentOpen_DisplayText { get { return ResourceManager.GetString("Command_DocumentOpen_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Open a file. /// public static string Command_DocumentOpen_ToolTip { get { return ResourceManager.GetString("Command_DocumentOpen_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _Save. /// public static string Command_DocumentSave_DisplayText { get { return ResourceManager.GetString("Command_DocumentSave_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Save the current document. /// public static string Command_DocumentSave_ToolTip { get { return ResourceManager.GetString("Command_DocumentSave_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Save a _Copy.... /// public static string Command_DocumentSaveACopy_DisplayText { get { return ResourceManager.GetString("Command_DocumentSaveACopy_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Saves a copy of the current document. /// public static string Command_DocumentSaveACopy_ToolTip { get { return ResourceManager.GetString("Command_DocumentSaveACopy_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Save All. /// public static string Command_DocumentSaveAll_DisplayText { get { return ResourceManager.GetString("Command_DocumentSaveAll_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Save all the opened documents. /// public static string Command_DocumentSaveAll_ToolTip { get { return ResourceManager.GetString("Command_DocumentSaveAll_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Save _As.... /// public static string Command_DocumentSaveAs_DisplayText { get { return ResourceManager.GetString("Command_DocumentSaveAs_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Save the current document to another file. /// public static string Command_DocumentSaveAs_ToolTip { get { return ResourceManager.GetString("Command_DocumentSaveAs_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Close Project. /// public static string Command_ProjectClose_DisplayText { get { return ResourceManager.GetString("Command_ProjectClose_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Close currently opened project. /// public static string Command_ProjectClose_ToolTip { get { return ResourceManager.GetString("Command_ProjectClose_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _Project.... /// public static string Command_ProjectCreate_AltDisplayText { get { return ResourceManager.GetString("Command_ProjectCreate_AltDisplayText", resourceCulture); } } /// /// Looks up a localized string similar to New _Project. /// public static string Command_ProjectCreate_DisplayText { get { return ResourceManager.GetString("Command_ProjectCreate_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Create a new project. /// public static string Command_ProjectCreate_ToolTip { get { return ResourceManager.GetString("Command_ProjectCreate_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _Copy. /// public static string Command_ProjectItemCopy_DisplayText { get { return ResourceManager.GetString("Command_ProjectItemCopy_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Copy the selected item to clipboard. /// public static string Command_ProjectItemCopy_ToolTip { get { return ResourceManager.GetString("Command_ProjectItemCopy_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Cu_t. /// public static string Command_ProjectItemCut_DisplayText { get { return ResourceManager.GetString("Command_ProjectItemCut_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Cut the selected item to clipboard. /// public static string Command_ProjectItemCut_ToolTip { get { return ResourceManager.GetString("Command_ProjectItemCut_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _Delete. /// public static string Command_ProjectItemDelete_DisplayText { get { return ResourceManager.GetString("Command_ProjectItemDelete_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Delete selected item. /// public static string Command_ProjectItemDelete_ToolTip { get { return ResourceManager.GetString("Command_ProjectItemDelete_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Open Containing _Folder. /// public static string Command_ProjectItemOpenContainingFolder_DisplayText { get { return ResourceManager.GetString("Command_ProjectItemOpenContainingFolder_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Open containing folder of selected item in Explorer. /// public static string Command_ProjectItemOpenContainingFolder_ToolTip { get { return ResourceManager.GetString("Command_ProjectItemOpenContainingFolder_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Open in _Explorer. /// public static string Command_ProjectItemOpenInExplorer_DisplayText { get { return ResourceManager.GetString("Command_ProjectItemOpenInExplorer_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Open selected folder in Explorer. /// public static string Command_ProjectItemOpenInExplorer_ToolTip { get { return ResourceManager.GetString("Command_ProjectItemOpenInExplorer_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _Paste. /// public static string Command_ProjectItemPaste_DisplayText { get { return ResourceManager.GetString("Command_ProjectItemPaste_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Paste the clipboard contents in selected folder. /// public static string Command_ProjectItemPaste_ToolTip { get { return ResourceManager.GetString("Command_ProjectItemPaste_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _Rename. /// public static string Command_ProjectItemRename_DisplayText { get { return ResourceManager.GetString("Command_ProjectItemRename_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Rename selected item. /// public static string Command_ProjectItemRename_ToolTip { get { return ResourceManager.GetString("Command_ProjectItemRename_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _Project.... /// public static string Command_ProjectOpen_AltDisplayText { get { return ResourceManager.GetString("Command_ProjectOpen_AltDisplayText", resourceCulture); } } /// /// Looks up a localized string similar to O_pen Project. /// public static string Command_ProjectOpen_DisplayText { get { return ResourceManager.GetString("Command_ProjectOpen_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Open existing project. /// public static string Command_ProjectOpen_ToolTip { get { return ResourceManager.GetString("Command_ProjectOpen_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Collapse all. /// public static string Command_ProjectPanel_CollapseAllCommand_DisplayText { get { return ResourceManager.GetString("Command_ProjectPanel_CollapseAllCommand_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Collapse all. /// public static string Command_ProjectPanel_CollapseAllCommand_ToolTip { get { return ResourceManager.GetString("Command_ProjectPanel_CollapseAllCommand_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Expand all. /// public static string Command_ProjectPanel_ExpandAllCommand_DisplayText { get { return ResourceManager.GetString("Command_ProjectPanel_ExpandAllCommand_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Expand all. /// public static string Command_ProjectPanel_ExpandAllCommand_ToolTip { get { return ResourceManager.GetString("Command_ProjectPanel_ExpandAllCommand_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Refresh. /// public static string Command_ProjectPanel_RefreshCommand_DisplayText { get { return ResourceManager.GetString("Command_ProjectPanel_RefreshCommand_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Refresh. /// public static string Command_ProjectPanel_RefreshCommand_ToolTip { get { return ResourceManager.GetString("Command_ProjectPanel_RefreshCommand_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Show all files. /// public static string Command_ProjectPanel_ShowAllFilesCommand_DisplayText { get { return ResourceManager.GetString("Command_ProjectPanel_ShowAllFilesCommand_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Show all files. /// public static string Command_ProjectPanel_ShowAllFilesCommand_ToolTip { get { return ResourceManager.GetString("Command_ProjectPanel_ShowAllFilesCommand_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Sync with active view. /// public static string Command_ProjectPanel_SyncWithActiveViewCommand_DisplayText { get { return ResourceManager.GetString("Command_ProjectPanel_SyncWithActiveViewCommand_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Sync with active view. /// public static string Command_ProjectPanel_SyncWithActiveViewCommand_ToolTip { get { return ResourceManager.GetString("Command_ProjectPanel_SyncWithActiveViewCommand_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Name:. /// public static string CreateDocumentDialog_Name { get { return ResourceManager.GetString("CreateDocumentDialog_Name", resourceCulture); } } /// /// Looks up a localized string similar to Path:. /// public static string CreateDocumentDialog_Path { get { return ResourceManager.GetString("CreateDocumentDialog_Path", resourceCulture); } } /// /// Looks up a localized string similar to New item. /// public static string CreateDocumentDialog_Title { get { return ResourceManager.GetString("CreateDocumentDialog_Title", resourceCulture); } } /// /// Looks up a localized string similar to Select project path. /// public static string CreateProjectDialog_Browse_Title { get { return ResourceManager.GetString("CreateProjectDialog_Browse_Title", resourceCulture); } } /// /// Looks up a localized string similar to Location:. /// public static string CreateProjectDialog_Location { get { return ResourceManager.GetString("CreateProjectDialog_Location", resourceCulture); } } /// /// Looks up a localized string similar to Set location as default. /// public static string CreateProjectDialog_LocationDefault { get { return ResourceManager.GetString("CreateProjectDialog_LocationDefault", resourceCulture); } } /// /// Looks up a localized string similar to Name:. /// public static string CreateProjectDialog_Name { get { return ResourceManager.GetString("CreateProjectDialog_Name", resourceCulture); } } /// /// Looks up a localized string similar to Full path:. /// public static string CreateProjectDialog_Path { get { return ResourceManager.GetString("CreateProjectDialog_Path", resourceCulture); } } /// /// Looks up a localized string similar to Create directory for project. /// public static string CreateProjectDialog_PathCreateFolder { get { return ResourceManager.GetString("CreateProjectDialog_PathCreateFolder", resourceCulture); } } /// /// Looks up a localized string similar to Create project. /// public static string CreateProjectDialog_Title { get { return ResourceManager.GetString("CreateProjectDialog_Title", resourceCulture); } } /// /// Looks up a localized string similar to Do you also want to delete the selected project items from disk?. /// public static string DeleteReferenceDialog_Caption { get { return ResourceManager.GetString("DeleteReferenceDialog_Caption", resourceCulture); } } /// /// Looks up a localized string similar to Delete from disk?. /// public static string DeleteReferenceDialog_Prompt { get { return ResourceManager.GetString("DeleteReferenceDialog_Prompt", resourceCulture); } } /// /// Looks up a localized string similar to Browse. /// public static string Dialog_Browse { get { return ResourceManager.GetString("Dialog_Browse", resourceCulture); } } /// /// Looks up a localized string similar to Cancel. /// public static string Dialog_Cancel { get { return ResourceManager.GetString("Dialog_Cancel", resourceCulture); } } /// /// Looks up a localized string similar to Create. /// public static string Dialog_Create { get { return ResourceManager.GetString("Dialog_Create", resourceCulture); } } /// /// Looks up a localized string similar to Don't save. /// public static string Dialog_DoNotSave { get { return ResourceManager.GetString("Dialog_DoNotSave", resourceCulture); } } /// /// Looks up a localized string similar to All files. /// public static string Dialog_FileType_AllFiles { get { return ResourceManager.GetString("Dialog_FileType_AllFiles", resourceCulture); } } /// /// Looks up a localized string similar to RainmeterStudio project. /// public static string Dialog_FileType_Project { get { return ResourceManager.GetString("Dialog_FileType_Project", resourceCulture); } } /// /// Looks up a localized string similar to OK. /// public static string Dialog_OK { get { return ResourceManager.GetString("Dialog_OK", resourceCulture); } } /// /// Looks up a localized string similar to Open document. /// public static string Dialog_OpenDocument_Title { get { return ResourceManager.GetString("Dialog_OpenDocument_Title", resourceCulture); } } /// /// Looks up a localized string similar to Open project.... /// public static string Dialog_OpenProject_Title { get { return ResourceManager.GetString("Dialog_OpenProject_Title", resourceCulture); } } /// /// Looks up a localized string similar to Save. /// public static string Dialog_Save { get { return ResourceManager.GetString("Dialog_Save", resourceCulture); } } /// /// Looks up a localized string similar to Save document. /// public static string Dialog_SaveDocument_Title { get { return ResourceManager.GetString("Dialog_SaveDocument_Title", resourceCulture); } } /// /// Looks up a localized string similar to New empty skin. /// public static string DocumentTemplate_Skin_Description { get { return ResourceManager.GetString("DocumentTemplate_Skin_Description", resourceCulture); } } /// /// Looks up a localized string similar to Skin. /// public static string DocumentTemplate_Skin_DisplayText { get { return ResourceManager.GetString("DocumentTemplate_Skin_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to _File. /// public static string MainWindow_File { get { return ResourceManager.GetString("MainWindow_File", resourceCulture); } } /// /// Looks up a localized string similar to _New. /// public static string MainWindow_File_New { get { return ResourceManager.GetString("MainWindow_File_New", resourceCulture); } } /// /// Looks up a localized string similar to _Open. /// public static string MainWindow_File_Open { get { return ResourceManager.GetString("MainWindow_File_Open", resourceCulture); } } /// /// Looks up a localized string similar to Rainmeter Studio. /// public static string MainWindow_Title { get { return ResourceManager.GetString("MainWindow_Title", resourceCulture); } } /// /// Looks up a localized string similar to Creates a new empty project.. /// public static string ProjectTemplate_EmptyProject_Description { get { return ResourceManager.GetString("ProjectTemplate_EmptyProject_Description", resourceCulture); } } /// /// Looks up a localized string similar to Empty project. /// public static string ProjectTemplate_EmptyProject_DisplayText { get { return ResourceManager.GetString("ProjectTemplate_EmptyProject_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Rename project item. /// public static string RenameReferenceDialog_Caption { get { return ResourceManager.GetString("RenameReferenceDialog_Caption", resourceCulture); } } /// /// Looks up a localized string similar to Rename. /// public static string RenameReferenceDialog_OKCaption { get { return ResourceManager.GetString("RenameReferenceDialog_OKCaption", resourceCulture); } } /// /// Looks up a localized string similar to Enter the new name:. /// public static string RenameReferenceDialog_Prompt { get { return ResourceManager.GetString("RenameReferenceDialog_Prompt", resourceCulture); } } } }