123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 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.
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace Terminal.Gui.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", "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() {
- }
-
- /// <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("Terminal.Gui.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)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to _Copy.
- /// </summary>
- internal static string ctxCopy {
- get {
- return ResourceManager.GetString("ctxCopy", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Cu_t.
- /// </summary>
- internal static string ctxCut {
- get {
- return ResourceManager.GetString("ctxCut", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to _Delete All.
- /// </summary>
- internal static string ctxDeleteAll {
- get {
- return ResourceManager.GetString("ctxDeleteAll", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to _Paste.
- /// </summary>
- internal static string ctxPaste {
- get {
- return ResourceManager.GetString("ctxPaste", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to _Redo.
- /// </summary>
- internal static string ctxRedo {
- get {
- return ResourceManager.GetString("ctxRedo", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to _Select All.
- /// </summary>
- internal static string ctxSelectAll {
- get {
- return ResourceManager.GetString("ctxSelectAll", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to _Undo.
- /// </summary>
- internal static string ctxUndo {
- get {
- return ResourceManager.GetString("ctxUndo", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Directory.
- /// </summary>
- internal static string fdDirectory {
- get {
- return ResourceManager.GetString("fdDirectory", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to File.
- /// </summary>
- internal static string fdFile {
- get {
- return ResourceManager.GetString("fdFile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Open.
- /// </summary>
- internal static string fdOpen {
- get {
- return ResourceManager.GetString("fdOpen", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Save.
- /// </summary>
- internal static string fdSave {
- get {
- return ResourceManager.GetString("fdSave", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Save as.
- /// </summary>
- internal static string fdSaveAs {
- get {
- return ResourceManager.GetString("fdSaveAs", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select folder.
- /// </summary>
- internal static string fdSelectFolder {
- get {
- return ResourceManager.GetString("fdSelectFolder", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select Mixed.
- /// </summary>
- internal static string fdSelectMixed {
- get {
- return ResourceManager.GetString("fdSelectMixed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to _Back.
- /// </summary>
- internal static string wzBack {
- get {
- return ResourceManager.GetString("wzBack", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Fi_nish.
- /// </summary>
- internal static string wzFinish {
- get {
- return ResourceManager.GetString("wzFinish", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to _Next....
- /// </summary>
- internal static string wzNext {
- get {
- return ResourceManager.GetString("wzNext", resourceCulture);
- }
- }
- }
- }
|