123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432 |
- //------------------------------------------------------------------------------
- // <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 Any Files.
- /// </summary>
- internal static string fdAnyFiles {
- get {
- return ResourceManager.GetString("fdAnyFiles", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Are you sure you want to delete '{0}'? This operation is permanent.
- /// </summary>
- internal static string fdDeleteBody {
- get {
- return ResourceManager.GetString("fdDeleteBody", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Delete Failed.
- /// </summary>
- internal static string fdDeleteFailedTitle {
- get {
- return ResourceManager.GetString("fdDeleteFailedTitle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Delete {0}.
- /// </summary>
- internal static string fdDeleteTitle {
- get {
- return ResourceManager.GetString("fdDeleteTitle", 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 Directory already exists with that name.
- /// </summary>
- internal static string fdDirectoryAlreadyExistsFeedback {
- get {
- return ResourceManager.GetString("fdDirectoryAlreadyExistsFeedback", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Must select an existing directory.
- /// </summary>
- internal static string fdDirectoryMustExistFeedback {
- get {
- return ResourceManager.GetString("fdDirectoryMustExistFeedback", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Existing.
- /// </summary>
- internal static string fdExisting {
- get {
- return ResourceManager.GetString("fdExisting", 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 File already exists with that name.
- /// </summary>
- internal static string fdFileAlreadyExistsFeedback {
- get {
- return ResourceManager.GetString("fdFileAlreadyExistsFeedback", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Must select an existing file.
- /// </summary>
- internal static string fdFileMustExistFeedback {
- get {
- return ResourceManager.GetString("fdFileMustExistFeedback", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Filename.
- /// </summary>
- internal static string fdFilename {
- get {
- return ResourceManager.GetString("fdFilename", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Must select an existing file or directory.
- /// </summary>
- internal static string fdFileOrDirectoryMustExistFeedback {
- get {
- return ResourceManager.GetString("fdFileOrDirectoryMustExistFeedback", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Modified.
- /// </summary>
- internal static string fdModified {
- get {
- return ResourceManager.GetString("fdModified", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to New Failed.
- /// </summary>
- internal static string fdNewFailed {
- get {
- return ResourceManager.GetString("fdNewFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to New Folder.
- /// </summary>
- internal static string fdNewTitle {
- get {
- return ResourceManager.GetString("fdNewTitle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to No.
- /// </summary>
- internal static string fdNo {
- get {
- return ResourceManager.GetString("fdNo", 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 Enter Path.
- /// </summary>
- internal static string fdPathCaption {
- get {
- return ResourceManager.GetString("fdPathCaption", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Rename Failed.
- /// </summary>
- internal static string fdRenameFailedTitle {
- get {
- return ResourceManager.GetString("fdRenameFailedTitle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Name:.
- /// </summary>
- internal static string fdRenamePrompt {
- get {
- return ResourceManager.GetString("fdRenamePrompt", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Rename.
- /// </summary>
- internal static string fdRenameTitle {
- get {
- return ResourceManager.GetString("fdRenameTitle", 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 Enter Search.
- /// </summary>
- internal static string fdSearchCaption {
- get {
- return ResourceManager.GetString("fdSearchCaption", 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 Size.
- /// </summary>
- internal static string fdSize {
- get {
- return ResourceManager.GetString("fdSize", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Type.
- /// </summary>
- internal static string fdType {
- get {
- return ResourceManager.GetString("fdType", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Wrong file type.
- /// </summary>
- internal static string fdWrongFileTypeFeedback {
- get {
- return ResourceManager.GetString("fdWrongFileTypeFeedback", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Yes.
- /// </summary>
- internal static string fdYes {
- get {
- return ResourceManager.GetString("fdYes", 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);
- }
- }
- }
- }
|