@ -434,6 +434,9 @@ You need to install the .NET Framework SDK to get the help system.</value>
<data name="AddIns.Profiler.Commands.ShowFunctions.TabTitle" xml:space="preserve">
<data name="AddIns.Profiler.Commands.ShowFunctions.TabTitle" xml:space="preserve">
<value>All functions for {0}</value>
<value>All functions for {0}</value>
</data>
</data>
<data name="AddIns.Profiler.DatabaseTooNewError" xml:space="preserve">
<value>The selected SharpDevelop profiling session was created by a newer version of SharpDevelop and thus cannot be opened.</value>
</data>
<data name="AddIns.Profiler.FileExtensionDescription" xml:space="preserve">
<data name="AddIns.Profiler.FileExtensionDescription" xml:space="preserve">
<value>SharpDevelop Profiling Session</value>
<value>SharpDevelop Profiling Session</value>
</data>
</data>
@ -605,6 +608,15 @@ Optionally you can specify a working directory and command line arguments.
<data name="AddIns.SharpRefactoring.ExtractMethod" xml:space="preserve">
<data name="AddIns.SharpRefactoring.ExtractMethod" xml:space="preserve">
<value>Extract method</value>
<value>Extract method</value>
</data>
</data>
<data name="AddIns.SharpRefactoring.ExtractMethod.ContainsBreakError" xml:space="preserve">
<value>The selected code contains a break statement without the enclosing loop. Please change the selection!</value>
</data>
<data name="AddIns.SharpRefactoring.ExtractMethod.ContainsContinueError" xml:space="preserve">
<value>The selected code contains a continue statement without the enclosing loop. Please change the selection!</value>
</data>
<data name="AddIns.SharpRefactoring.ExtractMethod.ContainsGotoError" xml:space="preserve">
<value>The selected code contains a goto statement without the label. Please change the selection!</value>
</data>
<data name="AddIns.SharpRefactoring.ExtractMethod.EnterName" xml:space="preserve">
<data name="AddIns.SharpRefactoring.ExtractMethod.EnterName" xml:space="preserve">
<value>Enter a name for the new method</value>
<value>Enter a name for the new method</value>
</data>
</data>
@ -617,9 +629,42 @@ Optionally you can specify a working directory and command line arguments.
<data name="AddIns.SharpRefactoring.ExtractMethodNotSupported" xml:space="preserve">
<data name="AddIns.SharpRefactoring.ExtractMethodNotSupported" xml:space="preserve">
<value>Extracting methods in {0} is currently not supported!</value>
<value>Extracting methods in {0} is currently not supported!</value>
</data>
</data>
<data name="AddIns.SharpRefactoring.InsertCtor" xml:space="preserve">
<value>Insert constructor</value>
</data>
<data name="AddIns.SharpRefactoring.InsertCtor.AddCheckForNullLabel" xml:space="preserve">
<value>Add check for null</value>
</data>
<data name="AddIns.SharpRefactoring.InsertCtor.AddRangeCheckLabel" xml:space="preserve">
<value>Add range check</value>
</data>
<data name="AddIns.SharpRefactoring.InsertCtor.Description" xml:space="preserve">
<value>Select all fields you want to create a constructor with:</value>
</data>
<data name="AddIns.SharpRefactoring.InsertCtor.VariableLabel" xml:space="preserve">
<value>Variable</value>
</data>
<data name="AddIns.SharpRefactoring.IntroduceMethod" xml:space="preserve">
<data name="AddIns.SharpRefactoring.IntroduceMethod" xml:space="preserve">
<value>Introduce method {0} in {1}</value>
<value>Introduce method {0} in {1}</value>
</data>
</data>
<data name="AddIns.SharpRefactoring.OverrideEqualsGetHashCodeMethods" xml:space="preserve">
<value>Override Equals() and GetHashCode()</value>
</data>
<data name="AddIns.SharpRefactoring.OverrideEqualsGetHashCodeMethods.AddInterface" xml:space="preserve">
<value>Add interface {0}</value>
</data>
<data name="AddIns.SharpRefactoring.OverrideEqualsGetHashCodeMethods.AddOperatorOverloads" xml:space="preserve">
<value>Add operator overloads</value>
</data>
<data name="AddIns.SharpRefactoring.OverrideEqualsGetHashCodeMethods.SurroundWithRegion" xml:space="preserve">
<value>Surround with #region</value>
</data>
<data name="AddIns.SharpRefactoring.OverrideToStringMethod" xml:space="preserve">
<value>Override ToString()</value>
</data>
<data name="AddIns.SharpRefactoring.OverrideToStringMethod.Description" xml:space="preserve">
<value>Select the fields you want to use in the ToString() implementation:</value>
</data>
<data name="AddIns.SharpRefactoring.ResolveAttribute" xml:space="preserve">
<data name="AddIns.SharpRefactoring.ResolveAttribute" xml:space="preserve">
<value>Resolve attribute: {0}</value>
<value>Resolve attribute: {0}</value>
</data>
</data>
@ -821,6 +866,15 @@ SharpDevelop can collect this information and upload it automatically.</value>
<data name="AddIns.XamlBinding.Options.EventHandlerNamePattern" xml:space="preserve">
<data name="AddIns.XamlBinding.Options.EventHandlerNamePattern" xml:space="preserve">
<value>Event handler name pattern:</value>
<value>Event handler name pattern:</value>
</data>
</data>
<data name="AddIns.XamlBinding.Options.HighlightingDescription" xml:space="preserve">
<value>Select the colours that should be used by the XAML highlighter:</value>
</data>
<data name="AddIns.XamlBinding.Options.HighlightingGroupLabel" xml:space="preserve">
<value>Highlighting</value>
</data>
<data name="AddIns.XamlBinding.Options.IgnoredElementColor" xml:space="preserve">
<value>Ignored element color:</value>
</data>
<data name="AddIns.XamlBinding.Options.NamespaceDeclarationColor" xml:space="preserve">
<data name="AddIns.XamlBinding.Options.NamespaceDeclarationColor" xml:space="preserve">
<value>XML namespace declaration color:</value>
<value>XML namespace declaration color:</value>
</data>
</data>
@ -3718,6 +3772,45 @@ If NCover is installed, please specify the location of the application in the Co
<data name="ICSharpCode.Core.Services.ErrorDialogs.ShowExceptionButton" xml:space="preserve">
<data name="ICSharpCode.Core.Services.ErrorDialogs.ShowExceptionButton" xml:space="preserve">
<value>Show Exception</value>
<value>Show Exception</value>
</data>
</data>
<data name="ICSharpCode.CppBinding.ProjectOptions.AdditionalOptions" xml:space="preserve">
<value>Additional options</value>
</data>
<data name="ICSharpCode.CppBinding.ProjectOptions.Linker" xml:space="preserve">
<value>Linker</value>
</data>
<data name="ICSharpCode.CppBinding.ProjectOptions.Linker.AdditionalLibs" xml:space="preserve">
<value>Link additional files</value>
</data>
<data name="ICSharpCode.CppBinding.ProjectOptions.Linker.AddModule" xml:space="preserve">
<value>Link specified .NET modules</value>
</data>
<data name="ICSharpCode.CppBinding.ProjectOptions.Linker.GenerateDebugInfo" xml:space="preserve">
<value>Generate debugging info</value>
</data>
<data name="ICSharpCode.CppBinding.ProjectOptions.Linker.Library" xml:space="preserve">
<value>Library files locations</value>
</data>
<data name="ICSharpCode.CppBinding.ProjectOptions.Linker.ManagedResourceFile" xml:space="preserve">
<value>Embed .NET resource file</value>
</data>
<data name="ICSharpCode.CppBinding.ProjectOptions.Preprocessor" xml:space="preserve">
<value>Preprocessor</value>
</data>
<data name="ICSharpCode.CppBinding.ProjectOptions.Preprocessor.Definitions" xml:space="preserve">
<value>Define following preprocessor symbols</value>
</data>
<data name="ICSharpCode.CppBinding.ProjectOptions.Preprocessor.Includes" xml:space="preserve">
<value>Header files locations</value>
</data>
<data name="ICSharpCode.CppBinding.ProjectOptions.Preprocessor.UndefineAll" xml:space="preserve">
<value>Undefine all defined preprocessor symbols</value>
</data>
<data name="ICSharpCode.CppBinding.ProjectOptions.Preprocessor.Undefinitions" xml:space="preserve">
<value>Undefine following preprocessor symbols</value>
</data>
<data name="ICSharpCode.CppBinding.ProjectOptions.SymbolLabel" xml:space="preserve">
<value>Symbol</value>
</data>
<data name="ICSharpCode.FiletypeRegisterer.BinaryResourceFilesFileAssozisation" xml:space="preserve">
<data name="ICSharpCode.FiletypeRegisterer.BinaryResourceFilesFileAssozisation" xml:space="preserve">
<value>.NET Resource File (binary)</value>
<value>.NET Resource File (binary)</value>
</data>
</data>
@ -5382,6 +5475,9 @@ Microsoft.Tools.WindowsInstallerXml.Extensions.NetFxCompiler, WixNetFxExtension<
<data name="MainWindow.Windows.Debug.Modules.VersionColumn" xml:space="preserve">
<data name="MainWindow.Windows.Debug.Modules.VersionColumn" xml:space="preserve">
<value>Version</value>
<value>Version</value>
</data>
</data>
<data name="MainWindow.Windows.Debug.ObjectGraph" xml:space="preserve">
<value>Object Graph</value>
</data>
<data name="MainWindow.Windows.Debug.RunToCursor" xml:space="preserve">
<data name="MainWindow.Windows.Debug.RunToCursor" xml:space="preserve">
<value>Run to cursor</value>
<value>Run to cursor</value>
</data>
</data>
@ -6105,6 +6201,9 @@ Microsoft.Tools.WindowsInstallerXml.Extensions.NetFxCompiler, WixNetFxExtension<
<data name="SharpDevelop.Refactoring.ClassesDerivingFrom" xml:space="preserve">
<data name="SharpDevelop.Refactoring.ClassesDerivingFrom" xml:space="preserve">
<value>Classes deriving from ${Name}</value>
<value>Classes deriving from ${Name}</value>
</data>
</data>
<data name="SharpDevelop.Refactoring.ConvertToAutomaticProperty" xml:space="preserve">
<value>Convert to automatic property</value>
</data>
<data name="SharpDevelop.Refactoring.CreateChangedEvent" xml:space="preserve">
<data name="SharpDevelop.Refactoring.CreateChangedEvent" xml:space="preserve">
<value>Create Changed-event</value>
<value>Create Changed-event</value>
</data>
</data>
@ -6123,6 +6222,9 @@ Microsoft.Tools.WindowsInstallerXml.Extensions.NetFxCompiler, WixNetFxExtension<
<data name="SharpDevelop.Refactoring.DeclaringType" xml:space="preserve">
<data name="SharpDevelop.Refactoring.DeclaringType" xml:space="preserve">
<value>Declaring type</value>
<value>Declaring type</value>
</data>
</data>
<data name="SharpDevelop.Refactoring.ExpandAutomaticProperty" xml:space="preserve">
<value>Expand automatic property</value>
</data>
<data name="SharpDevelop.Refactoring.ExtractInterfaceCommand" xml:space="preserve">
<data name="SharpDevelop.Refactoring.ExtractInterfaceCommand" xml:space="preserve">
<value>Extract Interface</value>
<value>Extract Interface</value>
</data>
</data>