//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Terminal.Gui.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", "17.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() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[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("Terminal.Gui.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)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to _Copy.
///
internal static string ctxCopy {
get {
return ResourceManager.GetString("ctxCopy", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cu_t.
///
internal static string ctxCut {
get {
return ResourceManager.GetString("ctxCut", resourceCulture);
}
}
///
/// Looks up a localized string similar to _Delete All.
///
internal static string ctxDeleteAll {
get {
return ResourceManager.GetString("ctxDeleteAll", resourceCulture);
}
}
///
/// Looks up a localized string similar to _Paste.
///
internal static string ctxPaste {
get {
return ResourceManager.GetString("ctxPaste", resourceCulture);
}
}
///
/// Looks up a localized string similar to _Redo.
///
internal static string ctxRedo {
get {
return ResourceManager.GetString("ctxRedo", resourceCulture);
}
}
///
/// Looks up a localized string similar to _Select All.
///
internal static string ctxSelectAll {
get {
return ResourceManager.GetString("ctxSelectAll", resourceCulture);
}
}
///
/// Looks up a localized string similar to _Undo.
///
internal static string ctxUndo {
get {
return ResourceManager.GetString("ctxUndo", resourceCulture);
}
}
///
/// Looks up a localized string similar to Directory.
///
internal static string fdDirectory {
get {
return ResourceManager.GetString("fdDirectory", resourceCulture);
}
}
///
/// Looks up a localized string similar to File.
///
internal static string fdFile {
get {
return ResourceManager.GetString("fdFile", resourceCulture);
}
}
///
/// Looks up a localized string similar to Open.
///
internal static string fdOpen {
get {
return ResourceManager.GetString("fdOpen", resourceCulture);
}
}
///
/// Looks up a localized string similar to Save.
///
internal static string fdSave {
get {
return ResourceManager.GetString("fdSave", resourceCulture);
}
}
///
/// Looks up a localized string similar to Save as.
///
internal static string fdSaveAs {
get {
return ResourceManager.GetString("fdSaveAs", resourceCulture);
}
}
///
/// Looks up a localized string similar to Select folder.
///
internal static string fdSelectFolder {
get {
return ResourceManager.GetString("fdSelectFolder", resourceCulture);
}
}
///
/// Looks up a localized string similar to Select Mixed.
///
internal static string fdSelectMixed {
get {
return ResourceManager.GetString("fdSelectMixed", resourceCulture);
}
}
///
/// Looks up a localized string similar to _Back.
///
internal static string wzBack {
get {
return ResourceManager.GetString("wzBack", resourceCulture);
}
}
///
/// Looks up a localized string similar to Fi_nish.
///
internal static string wzFinish {
get {
return ResourceManager.GetString("wzFinish", resourceCulture);
}
}
///
/// Looks up a localized string similar to _Next....
///
internal static string wzNext {
get {
return ResourceManager.GetString("wzNext", resourceCulture);
}
}
}
}