2014-07-26 07:12:56 +00:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
// <auto-generated>
|
|
|
|
|
// 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.
|
|
|
|
|
// </auto-generated>
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
namespace RainmeterStudio.Resources {
|
|
|
|
|
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", "4.0.0.0")]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
2014-07-26 10:49:11 +00:00
|
|
|
|
public class Strings {
|
2014-07-26 07:12:56 +00:00
|
|
|
|
|
|
|
|
|
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)]
|
2014-07-26 10:49:11 +00:00
|
|
|
|
public static global::System.Resources.ResourceManager ResourceManager {
|
2014-07-26 07:12:56 +00:00
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <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)]
|
2014-07-26 10:49:11 +00:00
|
|
|
|
public static global::System.Globalization.CultureInfo Culture {
|
2014-07-26 07:12:56 +00:00
|
|
|
|
get {
|
|
|
|
|
return resourceCulture;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
resourceCulture = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-08-30 07:24:01 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to The following files have unsaved changes:.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string CloseUnsavedDialog_Message {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("CloseUnsavedDialog_Message", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Do you want to save these changes?.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string CloseUnsavedDialog_Question {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("CloseUnsavedDialog_Question", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Unsaved changes.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string CloseUnsavedDialog_Title {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("CloseUnsavedDialog_Title", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-26 07:12:56 +00:00
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to _Close.
|
2014-07-26 07:12:56 +00:00
|
|
|
|
/// </summary>
|
2014-09-08 18:31:47 +00:00
|
|
|
|
public static string Command_DocumentClose_DisplayText {
|
2014-07-26 07:12:56 +00:00
|
|
|
|
get {
|
2014-09-08 18:31:47 +00:00
|
|
|
|
return ResourceManager.GetString("Command_DocumentClose_DisplayText", resourceCulture);
|
2014-07-26 07:12:56 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-26 10:49:11 +00:00
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Close active document.
|
2014-07-26 10:49:11 +00:00
|
|
|
|
/// </summary>
|
2014-09-08 18:31:47 +00:00
|
|
|
|
public static string Command_DocumentClose_ToolTip {
|
2014-07-26 10:49:11 +00:00
|
|
|
|
get {
|
2014-09-08 18:31:47 +00:00
|
|
|
|
return ResourceManager.GetString("Command_DocumentClose_ToolTip", resourceCulture);
|
2014-07-26 10:49:11 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to _File....
|
2014-07-26 10:49:11 +00:00
|
|
|
|
/// </summary>
|
2014-09-16 18:57:15 +00:00
|
|
|
|
public static string Command_DocumentCreate_AltDisplayText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_DocumentCreate_AltDisplayText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to _New item.
|
|
|
|
|
/// </summary>
|
2014-09-08 18:31:47 +00:00
|
|
|
|
public static string Command_DocumentCreate_DisplayText {
|
2014-07-26 10:49:11 +00:00
|
|
|
|
get {
|
2014-09-08 18:31:47 +00:00
|
|
|
|
return ResourceManager.GetString("Command_DocumentCreate_DisplayText", resourceCulture);
|
2014-07-26 10:49:11 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-28 17:18:18 +00:00
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Create a new file.
|
2014-07-28 17:18:18 +00:00
|
|
|
|
/// </summary>
|
2014-09-08 18:31:47 +00:00
|
|
|
|
public static string Command_DocumentCreate_ToolTip {
|
2014-07-28 17:18:18 +00:00
|
|
|
|
get {
|
2014-09-08 18:31:47 +00:00
|
|
|
|
return ResourceManager.GetString("Command_DocumentCreate_ToolTip", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to _File....
|
|
|
|
|
/// </summary>
|
2014-09-16 18:57:15 +00:00
|
|
|
|
public static string Command_DocumentOpen_AltDisplayText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_DocumentOpen_AltDisplayText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to _Open.
|
|
|
|
|
/// </summary>
|
2014-09-08 18:31:47 +00:00
|
|
|
|
public static string Command_DocumentOpen_DisplayText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_DocumentOpen_DisplayText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Open a file.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_DocumentOpen_ToolTip {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_DocumentOpen_ToolTip", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to _Save.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_DocumentSave_DisplayText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_DocumentSave_DisplayText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Save the current document.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_DocumentSave_ToolTip {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_DocumentSave_ToolTip", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Save a _Copy....
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_DocumentSaveACopy_DisplayText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_DocumentSaveACopy_DisplayText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Saves a copy of the current document.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_DocumentSaveACopy_ToolTip {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_DocumentSaveACopy_ToolTip", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Save All.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_DocumentSaveAll_DisplayText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_DocumentSaveAll_DisplayText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Save all the opened documents.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_DocumentSaveAll_ToolTip {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_DocumentSaveAll_ToolTip", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Save _As....
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_DocumentSaveAs_DisplayText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_DocumentSaveAs_DisplayText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Save the current document to another file.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_DocumentSaveAs_ToolTip {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_DocumentSaveAs_ToolTip", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Close Project.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_ProjectClose_DisplayText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_ProjectClose_DisplayText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Close currently opened project.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_ProjectClose_ToolTip {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_ProjectClose_ToolTip", resourceCulture);
|
2014-07-28 17:18:18 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to _Project....
|
2014-07-28 17:18:18 +00:00
|
|
|
|
/// </summary>
|
2014-09-16 18:57:15 +00:00
|
|
|
|
public static string Command_ProjectCreate_AltDisplayText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_ProjectCreate_AltDisplayText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to New _Project.
|
|
|
|
|
/// </summary>
|
2014-09-08 18:31:47 +00:00
|
|
|
|
public static string Command_ProjectCreate_DisplayText {
|
2014-07-28 17:18:18 +00:00
|
|
|
|
get {
|
2014-09-08 18:31:47 +00:00
|
|
|
|
return ResourceManager.GetString("Command_ProjectCreate_DisplayText", resourceCulture);
|
2014-07-28 17:18:18 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-26 10:49:11 +00:00
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Create a new project.
|
2014-07-26 10:49:11 +00:00
|
|
|
|
/// </summary>
|
2014-09-08 18:31:47 +00:00
|
|
|
|
public static string Command_ProjectCreate_ToolTip {
|
2014-07-26 10:49:11 +00:00
|
|
|
|
get {
|
2014-09-08 18:31:47 +00:00
|
|
|
|
return ResourceManager.GetString("Command_ProjectCreate_ToolTip", resourceCulture);
|
2014-07-26 10:49:11 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-16 18:57:15 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to _Copy.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_ProjectItemCopy_DisplayText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_ProjectItemCopy_DisplayText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Copy the selected item to clipboard.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_ProjectItemCopy_ToolTip {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_ProjectItemCopy_ToolTip", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Cu_t.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_ProjectItemCut_DisplayText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_ProjectItemCut_DisplayText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Cut the selected item to clipboard.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_ProjectItemCut_ToolTip {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_ProjectItemCut_ToolTip", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to _Delete.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_ProjectItemDelete_DisplayText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_ProjectItemDelete_DisplayText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Delete selected item.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_ProjectItemDelete_ToolTip {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_ProjectItemDelete_ToolTip", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Open Containing _Folder.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_ProjectItemOpenContainingFolder_DisplayText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_ProjectItemOpenContainingFolder_DisplayText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Open containing folder of selected item in Explorer.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_ProjectItemOpenContainingFolder_ToolTip {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_ProjectItemOpenContainingFolder_ToolTip", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Open in _Explorer.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_ProjectItemOpenInExplorer_DisplayText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_ProjectItemOpenInExplorer_DisplayText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Open selected folder in Explorer.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_ProjectItemOpenInExplorer_ToolTip {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_ProjectItemOpenInExplorer_ToolTip", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to _Paste.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_ProjectItemPaste_DisplayText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_ProjectItemPaste_DisplayText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Paste the clipboard contents in selected folder.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_ProjectItemPaste_ToolTip {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_ProjectItemPaste_ToolTip", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to _Rename.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_ProjectItemRename_DisplayText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_ProjectItemRename_DisplayText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Rename selected item.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Command_ProjectItemRename_ToolTip {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_ProjectItemRename_ToolTip", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-28 17:18:18 +00:00
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to _Project....
|
2014-07-28 17:18:18 +00:00
|
|
|
|
/// </summary>
|
2014-09-16 18:57:15 +00:00
|
|
|
|
public static string Command_ProjectOpen_AltDisplayText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Command_ProjectOpen_AltDisplayText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to O_pen Project.
|
|
|
|
|
/// </summary>
|
2014-09-08 18:31:47 +00:00
|
|
|
|
public static string Command_ProjectOpen_DisplayText {
|
2014-07-28 17:18:18 +00:00
|
|
|
|
get {
|
2014-09-08 18:31:47 +00:00
|
|
|
|
return ResourceManager.GetString("Command_ProjectOpen_DisplayText", resourceCulture);
|
2014-07-28 17:18:18 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Open existing project.
|
2014-07-28 17:18:18 +00:00
|
|
|
|
/// </summary>
|
2014-09-08 18:31:47 +00:00
|
|
|
|
public static string Command_ProjectOpen_ToolTip {
|
2014-07-28 17:18:18 +00:00
|
|
|
|
get {
|
2014-09-08 18:31:47 +00:00
|
|
|
|
return ResourceManager.GetString("Command_ProjectOpen_ToolTip", resourceCulture);
|
2014-07-28 17:18:18 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Collapse all.
|
2014-07-28 17:18:18 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string Command_ProjectPanel_CollapseAllCommand_DisplayText {
|
2014-07-28 17:18:18 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("Command_ProjectPanel_CollapseAllCommand_DisplayText", resourceCulture);
|
2014-07-28 17:18:18 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-26 07:12:56 +00:00
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Collapse all.
|
2014-07-26 07:12:56 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string Command_ProjectPanel_CollapseAllCommand_ToolTip {
|
2014-07-26 07:12:56 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("Command_ProjectPanel_CollapseAllCommand_ToolTip", resourceCulture);
|
2014-07-26 07:12:56 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Expand all.
|
2014-07-26 07:12:56 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string Command_ProjectPanel_ExpandAllCommand_DisplayText {
|
2014-07-26 07:12:56 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("Command_ProjectPanel_ExpandAllCommand_DisplayText", resourceCulture);
|
2014-07-26 07:12:56 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Expand all.
|
2014-07-26 07:12:56 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string Command_ProjectPanel_ExpandAllCommand_ToolTip {
|
2014-07-26 07:12:56 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("Command_ProjectPanel_ExpandAllCommand_ToolTip", resourceCulture);
|
2014-07-26 07:12:56 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Refresh.
|
2014-07-26 07:12:56 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string Command_ProjectPanel_RefreshCommand_DisplayText {
|
2014-07-26 07:12:56 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("Command_ProjectPanel_RefreshCommand_DisplayText", resourceCulture);
|
2014-07-26 07:12:56 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Refresh.
|
2014-07-26 07:12:56 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string Command_ProjectPanel_RefreshCommand_ToolTip {
|
2014-07-26 07:12:56 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("Command_ProjectPanel_RefreshCommand_ToolTip", resourceCulture);
|
2014-07-26 07:12:56 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2014-07-26 10:49:11 +00:00
|
|
|
|
|
2014-07-28 17:18:18 +00:00
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Show all files.
|
2014-07-28 17:18:18 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string Command_ProjectPanel_ShowAllFilesCommand_DisplayText {
|
2014-07-28 17:18:18 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("Command_ProjectPanel_ShowAllFilesCommand_DisplayText", resourceCulture);
|
2014-07-28 17:18:18 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Show all files.
|
2014-07-28 17:18:18 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string Command_ProjectPanel_ShowAllFilesCommand_ToolTip {
|
2014-07-28 17:18:18 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("Command_ProjectPanel_ShowAllFilesCommand_ToolTip", resourceCulture);
|
2014-07-28 17:18:18 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Sync with active view.
|
2014-07-28 17:18:18 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string Command_ProjectPanel_SyncWithActiveViewCommand_DisplayText {
|
2014-07-28 17:18:18 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("Command_ProjectPanel_SyncWithActiveViewCommand_DisplayText", resourceCulture);
|
2014-07-28 17:18:18 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-26 10:49:11 +00:00
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Sync with active view.
|
2014-07-26 10:49:11 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string Command_ProjectPanel_SyncWithActiveViewCommand_ToolTip {
|
2014-07-26 10:49:11 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("Command_ProjectPanel_SyncWithActiveViewCommand_ToolTip", resourceCulture);
|
2014-07-26 10:49:11 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Name:.
|
2014-07-26 10:49:11 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string CreateDocumentDialog_Name {
|
2014-07-26 10:49:11 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("CreateDocumentDialog_Name", resourceCulture);
|
2014-07-26 10:49:11 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Path:.
|
2014-07-26 10:49:11 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string CreateDocumentDialog_Path {
|
2014-07-26 10:49:11 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("CreateDocumentDialog_Path", resourceCulture);
|
2014-07-26 10:49:11 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to New item.
|
2014-07-26 10:49:11 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string CreateDocumentDialog_Title {
|
2014-07-26 10:49:11 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("CreateDocumentDialog_Title", resourceCulture);
|
2014-07-26 10:49:11 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-08-16 10:55:07 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Select project path.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string CreateProjectDialog_Browse_Title {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("CreateProjectDialog_Browse_Title", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-26 10:49:11 +00:00
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Location:.
|
2014-07-26 10:49:11 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string CreateProjectDialog_Location {
|
2014-07-26 10:49:11 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("CreateProjectDialog_Location", resourceCulture);
|
2014-07-26 10:49:11 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Set location as default.
|
2014-07-26 10:49:11 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string CreateProjectDialog_LocationDefault {
|
2014-07-26 10:49:11 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("CreateProjectDialog_LocationDefault", resourceCulture);
|
2014-07-26 10:49:11 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Name:.
|
2014-07-26 10:49:11 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string CreateProjectDialog_Name {
|
2014-07-26 10:49:11 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("CreateProjectDialog_Name", resourceCulture);
|
2014-07-26 10:49:11 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-16 10:55:07 +00:00
|
|
|
|
/// Looks up a localized string similar to Full path:.
|
2014-07-26 10:49:11 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string CreateProjectDialog_Path {
|
2014-07-26 10:49:11 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("CreateProjectDialog_Path", resourceCulture);
|
2014-07-26 10:49:11 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2014-07-27 13:21:06 +00:00
|
|
|
|
|
2014-07-28 17:18:18 +00:00
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Create directory for project.
|
2014-07-28 17:18:18 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string CreateProjectDialog_PathCreateFolder {
|
2014-07-28 17:18:18 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("CreateProjectDialog_PathCreateFolder", resourceCulture);
|
2014-07-28 17:18:18 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Create project.
|
2014-07-28 17:18:18 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string CreateProjectDialog_Title {
|
2014-07-28 17:18:18 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("CreateProjectDialog_Title", resourceCulture);
|
2014-07-28 17:18:18 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-16 18:57:15 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Do you also want to delete the selected project items from disk?.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string DeleteReferenceDialog_Caption {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("DeleteReferenceDialog_Caption", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Delete from disk?.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string DeleteReferenceDialog_Prompt {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("DeleteReferenceDialog_Prompt", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-27 13:21:06 +00:00
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Browse.
|
2014-07-27 13:21:06 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string Dialog_Browse {
|
2014-07-27 13:21:06 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("Dialog_Browse", resourceCulture);
|
2014-07-27 13:21:06 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Cancel.
|
2014-07-27 13:21:06 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string Dialog_Cancel {
|
2014-07-27 13:21:06 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("Dialog_Cancel", resourceCulture);
|
2014-07-27 13:21:06 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Create.
|
2014-07-27 13:21:06 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string Dialog_Create {
|
2014-07-27 13:21:06 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("Dialog_Create", resourceCulture);
|
2014-07-27 13:21:06 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-08-30 07:24:01 +00:00
|
|
|
|
/// <summary>
|
2014-09-08 18:31:47 +00:00
|
|
|
|
/// Looks up a localized string similar to Don't save.
|
2014-08-30 07:24:01 +00:00
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Dialog_DoNotSave {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Dialog_DoNotSave", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-27 13:21:06 +00:00
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to All files.
|
2014-07-27 13:21:06 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string Dialog_FileType_AllFiles {
|
2014-07-27 13:21:06 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("Dialog_FileType_AllFiles", resourceCulture);
|
2014-07-27 13:21:06 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to RainmeterStudio project.
|
2014-07-27 13:21:06 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string Dialog_FileType_Project {
|
2014-07-27 13:21:06 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("Dialog_FileType_Project", resourceCulture);
|
2014-07-27 13:21:06 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to OK.
|
2014-07-27 13:21:06 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string Dialog_OK {
|
2014-07-27 13:21:06 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("Dialog_OK", resourceCulture);
|
2014-07-27 13:21:06 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-08 18:31:47 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Open document.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Dialog_OpenDocument_Title {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Dialog_OpenDocument_Title", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-27 13:21:06 +00:00
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Open project....
|
2014-07-27 13:21:06 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string Dialog_OpenProject_Title {
|
2014-07-27 13:21:06 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("Dialog_OpenProject_Title", resourceCulture);
|
2014-07-27 13:21:06 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-08-30 07:24:01 +00:00
|
|
|
|
/// <summary>
|
2014-09-08 18:31:47 +00:00
|
|
|
|
/// Looks up a localized string similar to Save.
|
2014-08-30 07:24:01 +00:00
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Dialog_Save {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Dialog_Save", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-08 18:31:47 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Save document.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Dialog_SaveDocument_Title {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Dialog_SaveDocument_Title", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-10-11 07:38:47 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to New empty skin.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string DocumentTemplate_Skin_Description {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("DocumentTemplate_Skin_Description", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Skin.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string DocumentTemplate_Skin_DisplayText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("DocumentTemplate_Skin_DisplayText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-27 13:21:06 +00:00
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to _File.
|
2014-07-27 13:21:06 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string MainWindow_File {
|
2014-07-27 13:21:06 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("MainWindow_File", resourceCulture);
|
2014-07-27 13:21:06 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to _New.
|
2014-07-27 13:21:06 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string MainWindow_File_New {
|
2014-07-27 13:21:06 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("MainWindow_File_New", resourceCulture);
|
2014-07-27 13:21:06 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to _Open.
|
2014-07-27 13:21:06 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string MainWindow_File_Open {
|
2014-07-27 13:21:06 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("MainWindow_File_Open", resourceCulture);
|
2014-07-27 13:21:06 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2014-07-29 16:42:52 +00:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
/// Looks up a localized string similar to Rainmeter Studio.
|
2014-07-29 16:42:52 +00:00
|
|
|
|
/// </summary>
|
2014-08-15 12:31:33 +00:00
|
|
|
|
public static string MainWindow_Title {
|
2014-07-29 16:42:52 +00:00
|
|
|
|
get {
|
2014-08-15 12:31:33 +00:00
|
|
|
|
return ResourceManager.GetString("MainWindow_Title", resourceCulture);
|
2014-07-29 16:42:52 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2014-08-15 21:39:31 +00:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Creates a new empty project..
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string ProjectTemplate_EmptyProject_Description {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("ProjectTemplate_EmptyProject_Description", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Empty project.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string ProjectTemplate_EmptyProject_DisplayText {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("ProjectTemplate_EmptyProject_DisplayText", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-09-16 18:57:15 +00:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Rename project item.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string RenameReferenceDialog_Caption {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("RenameReferenceDialog_Caption", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Rename.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string RenameReferenceDialog_OKCaption {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("RenameReferenceDialog_OKCaption", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to Enter the new name:.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string RenameReferenceDialog_Prompt {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("RenameReferenceDialog_Prompt", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-07-26 07:12:56 +00:00
|
|
|
|
}
|
|
|
|
|
}
|