From cbf373e687ed6e2b0fdc0c986694c41eda5d44d8 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Mon, 27 Sep 2010 18:11:06 +0200 Subject: [PATCH] Fix SD-1687: Add UpgradeView strings to translation DB --- data/resources/StringResources.resx | 41 ++++++++++++++++--- .../Project/ICSharpCode.SharpDevelop.addin | 2 +- .../Src/Project/Converter/UpgradeView.xaml | 24 +++++------ .../Src/Project/Converter/UpgradeView.xaml.cs | 17 ++++---- .../Project/Converter/UpgradeViewContent.cs | 4 +- 5 files changed, 60 insertions(+), 28 deletions(-) diff --git a/data/resources/StringResources.resx b/data/resources/StringResources.resx index c3561c9e85..49b771bc4a 100644 --- a/data/resources/StringResources.resx +++ b/data/resources/StringResources.resx @@ -3562,8 +3562,8 @@ You can also choose to store the setting in the .user-file instead of the projec Retry - Select All - "Unselect All" translated into the local language. + Select &All + selects all items in a list Small Icons @@ -4208,12 +4208,13 @@ Please configure the NAnt executable's location in the SharpDevelop Options. Send to Python Console - - Send to Python Console - Could not find type '{0}'. Are you missing an assembly reference? + + The selected element is not a class or overridable member, so no derived symbols can be shown. + Error message when using 'Search>Find Derived Symbols' when it isn't applicable. + Send Line to Ruby Console @@ -5021,6 +5022,36 @@ Only letters, digits, space, '.' or '_' are allowed. Loading ${Filename}... + + Convert selected &projects to: + + + Change &target framework: + + + Change version of selected projects + Title of group box that allows changing the version of the selected projects + + + Compiler Version + + + &Convert + + + <do not change> + item in compiler version/target framework combo boxes that is used to indicate an ambiguous selection (several projects with different targets frameworks) and allows the user to change one of (compiler version, target framework) without changing the other + + + Target Framework + + + Project Upgrade + + + This solution was created using a previous version of SharpDevelop. +You might want to upgrade it so that you can use new language or framework features. + Current ambience not found. Goto 'Options->Visual Style' and change the current language ambience. diff --git a/src/Main/Base/Project/ICSharpCode.SharpDevelop.addin b/src/Main/Base/Project/ICSharpCode.SharpDevelop.addin index 4fc0ef783c..91468b0851 100755 --- a/src/Main/Base/Project/ICSharpCode.SharpDevelop.addin +++ b/src/Main/Base/Project/ICSharpCode.SharpDevelop.addin @@ -1632,7 +1632,7 @@ diff --git a/src/Main/Base/Project/Src/Project/Converter/UpgradeView.xaml b/src/Main/Base/Project/Src/Project/Converter/UpgradeView.xaml index 6db1792772..bc842050c8 100644 --- a/src/Main/Base/Project/Src/Project/Converter/UpgradeView.xaml +++ b/src/Main/Base/Project/Src/Project/Converter/UpgradeView.xaml @@ -14,13 +14,13 @@ Height="Auto" /> - This solution was created using a previous version of SharpDevelop. - You might want to upgrade it so that you can use new language or framework features. - + Margin="8,8,8,4" + Text="{core:Localize ICSharpCode.SharpDevelop.Project.UpgradeView.UpgradeFromPreviousVersionDescription}" /> + Header="{core:Localize ICSharpCode.FiletypeRegisterer.Project}"> + Header="{core:Localize ICSharpCode.SharpDevelop.Project.UpgradeView.CompilerVersion}" /> + Header="{core:Localize ICSharpCode.SharpDevelop.Project.UpgradeView.TargetFramework}" /> @@ -85,7 +85,7 @@ Width="210" />