//------------------------------------------------------------------------------
//
// 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 dnSpy.Scripting.Roslyn.Properties {
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", "15.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class dnSpy_Scripting_Roslyn_Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal dnSpy_Scripting_Roslyn_Resources() {
}
///
/// 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("dnSpy.Scripting.Roslyn.Properties.dnSpy.Scripting.Roslyn.Resources", typeof(dnSpy_Scripting_Roslyn_Resources).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 All Files.
///
public static string AllFiles {
get {
return ResourceManager.GetString("AllFiles", resourceCulture);
}
}
///
/// Looks up a localized string similar to Clear Screen.
///
public static string ClearScreenCommand {
get {
return ResourceManager.GetString("ClearScreenCommand", resourceCulture);
}
}
///
/// Looks up a localized string similar to + additional {0} error.
///
public static string CompilationAdditionalError {
get {
return ResourceManager.GetString("CompilationAdditionalError", resourceCulture);
}
}
///
/// Looks up a localized string similar to + additional {0} errors.
///
public static string CompilationAdditionalErrors {
get {
return ResourceManager.GetString("CompilationAdditionalErrors", resourceCulture);
}
}
///
/// Looks up a localized string similar to Copy Code.
///
public static string CopyCodeCommand {
get {
return ResourceManager.GetString("CopyCodeCommand", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cop_y.
///
public static string CopyCommand {
get {
return ResourceManager.GetString("CopyCommand", resourceCulture);
}
}
///
/// Looks up a localized string similar to C# Script Files.
///
public static string CSharpScriptFiles {
get {
return ResourceManager.GetString("CSharpScriptFiles", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cu_t.
///
public static string CutCommand {
get {
return ResourceManager.GetString("CutCommand", resourceCulture);
}
}
///
/// Looks up a localized string similar to Show next command.
///
public static string HelpAltDown {
get {
return ResourceManager.GetString("HelpAltDown", resourceCulture);
}
}
///
/// Looks up a localized string similar to Show previous command.
///
public static string HelpAltUp {
get {
return ResourceManager.GetString("HelpAltUp", resourceCulture);
}
}
///
/// Looks up a localized string similar to Clear the script editor.
///
public static string HelpClearDescription {
get {
return ResourceManager.GetString("HelpClearDescription", resourceCulture);
}
}
///
/// Looks up a localized string similar to Select input text. Press again to select all text.
///
public static string HelpCtrlA {
get {
return ResourceManager.GetString("HelpCtrlA", resourceCulture);
}
}
///
/// Looks up a localized string similar to Show next command matching the current input text.
///
public static string HelpCtrlAltDown {
get {
return ResourceManager.GetString("HelpCtrlAltDown", resourceCulture);
}
}
///
/// Looks up a localized string similar to Show previous command matching the current input text.
///
public static string HelpCtrlAltUp {
get {
return ResourceManager.GetString("HelpCtrlAltUp", resourceCulture);
}
}
///
/// Looks up a localized string similar to Execute the command.
///
public static string HelpCtrlEnter {
get {
return ResourceManager.GetString("HelpCtrlEnter", resourceCulture);
}
}
///
/// Looks up a localized string similar to Execute the command.
///
public static string HelpEnter {
get {
return ResourceManager.GetString("HelpEnter", resourceCulture);
}
}
///
/// Looks up a localized string similar to Clear current input.
///
public static string HelpEscape {
get {
return ResourceManager.GetString("HelpEscape", resourceCulture);
}
}
///
/// Looks up a localized string similar to Display the help.
///
public static string HelpHelpDescription {
get {
return ResourceManager.GetString("HelpHelpDescription", resourceCulture);
}
}
///
/// Looks up a localized string similar to Keyboard shortcuts:.
///
public static string HelpKeyboardShortcuts {
get {
return ResourceManager.GetString("HelpKeyboardShortcuts", resourceCulture);
}
}
///
/// Looks up a localized string similar to REPL commands:.
///
public static string HelpReplCommands {
get {
return ResourceManager.GetString("HelpReplCommands", resourceCulture);
}
}
///
/// Looks up a localized string similar to Reset the execution environment.
///
public static string HelpResetDescription {
get {
return ResourceManager.GetString("HelpResetDescription", resourceCulture);
}
}
///
/// Looks up a localized string similar to Load and execute a script, #load "myscript.csx".
///
public static string HelpScriptDirective_load {
get {
return ResourceManager.GetString("HelpScriptDirective_load", resourceCulture);
}
}
///
/// Looks up a localized string similar to Add a reference, either an assembly or a path to a file on disk or a path relative to the dnSpy or user directory, #r "myfile.dll".
///
public static string HelpScriptDirective_r {
get {
return ResourceManager.GetString("HelpScriptDirective_r", resourceCulture);
}
}
///
/// Looks up a localized string similar to Script directives:.
///
public static string HelpScriptDirectives {
get {
return ResourceManager.GetString("HelpScriptDirectives", resourceCulture);
}
}
///
/// Looks up a localized string similar to Insert a new line.
///
public static string HelpShiftEnter {
get {
return ResourceManager.GetString("HelpShiftEnter", resourceCulture);
}
}
///
/// Looks up a localized string similar to Type "#help" for more information..
///
public static string HelpString {
get {
return ResourceManager.GetString("HelpString", resourceCulture);
}
}
///
/// Looks up a localized string similar to Loading context from '{0}'..
///
public static string LoadingContextFromFile {
get {
return ResourceManager.GetString("LoadingContextFromFile", resourceCulture);
}
}
///
/// Looks up a localized string similar to _Paste.
///
public static string PasteCommand {
get {
return ResourceManager.GetString("PasteCommand", resourceCulture);
}
}
///
/// Looks up a localized string similar to Scripting.
///
public static string Plugin_ShortDescription {
get {
return ResourceManager.GetString("Plugin_ShortDescription", resourceCulture);
}
}
///
/// Looks up a localized string similar to Save.
///
public static string Repl_Save_ToolTip {
get {
return ResourceManager.GetString("Repl_Save_ToolTip", resourceCulture);
}
}
///
/// Looks up a localized string similar to Toggle Word Wrap.
///
public static string Repl_WordWrap_ToolTip {
get {
return ResourceManager.GetString("Repl_WordWrap_ToolTip", resourceCulture);
}
}
///
/// Looks up a localized string similar to Resetting execution engine..
///
public static string ResettingExecutionEngine {
get {
return ResourceManager.GetString("ResettingExecutionEngine", resourceCulture);
}
}
///
/// Looks up a localized string similar to Save Code....
///
public static string SaveCodeCommand {
get {
return ResourceManager.GetString("SaveCodeCommand", resourceCulture);
}
}
///
/// Looks up a localized string similar to Save....
///
public static string SaveCommand {
get {
return ResourceManager.GetString("SaveCommand", resourceCulture);
}
}
///
/// Looks up a localized string similar to Clear Screen.
///
public static string Script_ToolTip_ClearScreen {
get {
return ResourceManager.GetString("Script_ToolTip_ClearScreen", resourceCulture);
}
}
///
/// Looks up a localized string similar to History Next.
///
public static string Script_ToolTip_HistoryNext {
get {
return ResourceManager.GetString("Script_ToolTip_HistoryNext", resourceCulture);
}
}
///
/// Looks up a localized string similar to History Previous.
///
public static string Script_ToolTip_HistoryPrevious {
get {
return ResourceManager.GetString("Script_ToolTip_HistoryPrevious", resourceCulture);
}
}
///
/// Looks up a localized string similar to Reset.
///
public static string Script_ToolTip_Reset {
get {
return ResourceManager.GetString("Script_ToolTip_Reset", resourceCulture);
}
}
///
/// Looks up a localized string similar to Alt+Down Arrow.
///
public static string ShortCutKeyAltDown {
get {
return ResourceManager.GetString("ShortCutKeyAltDown", resourceCulture);
}
}
///
/// Looks up a localized string similar to Alt+Up Arrow.
///
public static string ShortCutKeyAltUp {
get {
return ResourceManager.GetString("ShortCutKeyAltUp", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ctrl+A.
///
public static string ShortCutKeyCtrlA {
get {
return ResourceManager.GetString("ShortCutKeyCtrlA", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ctrl+Alt+Down Arrow.
///
public static string ShortCutKeyCtrlAltDown {
get {
return ResourceManager.GetString("ShortCutKeyCtrlAltDown", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ctrl+Alt+I.
///
public static string ShortCutKeyCtrlAltI {
get {
return ResourceManager.GetString("ShortCutKeyCtrlAltI", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ctrl+Alt+N.
///
public static string ShortCutKeyCtrlAltN {
get {
return ResourceManager.GetString("ShortCutKeyCtrlAltN", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ctrl+Alt+Up Arrow.
///
public static string ShortCutKeyCtrlAltUp {
get {
return ResourceManager.GetString("ShortCutKeyCtrlAltUp", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ctrl+C.
///
public static string ShortCutKeyCtrlC {
get {
return ResourceManager.GetString("ShortCutKeyCtrlC", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ctrl+E, Ctrl+W.
///
public static string ShortCutKeyCtrlECtrlW {
get {
return ResourceManager.GetString("ShortCutKeyCtrlECtrlW", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ctrl+Enter.
///
public static string ShortCutKeyCtrlEnter {
get {
return ResourceManager.GetString("ShortCutKeyCtrlEnter", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ctrl+L.
///
public static string ShortCutKeyCtrlL {
get {
return ResourceManager.GetString("ShortCutKeyCtrlL", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ctrl+S.
///
public static string ShortCutKeyCtrlS {
get {
return ResourceManager.GetString("ShortCutKeyCtrlS", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ctrl+Shift+C.
///
public static string ShortCutKeyCtrlShiftC {
get {
return ResourceManager.GetString("ShortCutKeyCtrlShiftC", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ctrl+Shift+S.
///
public static string ShortCutKeyCtrlShiftS {
get {
return ResourceManager.GetString("ShortCutKeyCtrlShiftS", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ctrl+V.
///
public static string ShortCutKeyCtrlV {
get {
return ResourceManager.GetString("ShortCutKeyCtrlV", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ctrl+X.
///
public static string ShortCutKeyCtrlX {
get {
return ResourceManager.GetString("ShortCutKeyCtrlX", resourceCulture);
}
}
///
/// Looks up a localized string similar to Enter.
///
public static string ShortCutKeyEnter {
get {
return ResourceManager.GetString("ShortCutKeyEnter", resourceCulture);
}
}
///
/// Looks up a localized string similar to Esc.
///
public static string ShortCutKeyEscape {
get {
return ResourceManager.GetString("ShortCutKeyEscape", resourceCulture);
}
}
///
/// Looks up a localized string similar to Shift+Enter.
///
public static string ShortCutKeyShiftEnter {
get {
return ResourceManager.GetString("ShortCutKeyShiftEnter", resourceCulture);
}
}
///
/// Looks up a localized string similar to Show Line Numbers.
///
public static string ShowLineNumbersCommand {
get {
return ResourceManager.GetString("ShowLineNumbersCommand", resourceCulture);
}
}
///
/// Looks up a localized string similar to Text Files.
///
public static string TextFiles {
get {
return ResourceManager.GetString("TextFiles", resourceCulture);
}
}
///
/// Looks up a localized string similar to Visual Basic Script Files.
///
public static string VisualBasicScriptFiles {
get {
return ResourceManager.GetString("VisualBasicScriptFiles", resourceCulture);
}
}
///
/// Looks up a localized string similar to C# Interactive.
///
public static string Window_CSharp {
get {
return ResourceManager.GetString("Window_CSharp", resourceCulture);
}
}
///
/// Looks up a localized string similar to Visual Basic Interactive.
///
public static string Window_VisualBasic {
get {
return ResourceManager.GetString("Window_VisualBasic", resourceCulture);
}
}
///
/// Looks up a localized string similar to _Word Wrap.
///
public static string WordWrapHeader {
get {
return ResourceManager.GetString("WordWrapHeader", resourceCulture);
}
}
}
}