diff --git a/src/VisualStudio/Core/Def/ServicesVSResources.Designer.cs b/src/VisualStudio/Core/Def/ServicesVSResources.Designer.cs index 9a90bfd80026a..87b2eb06766a5 100644 --- a/src/VisualStudio/Core/Def/ServicesVSResources.Designer.cs +++ b/src/VisualStudio/Core/Def/ServicesVSResources.Designer.cs @@ -125,6 +125,15 @@ internal static string Active { } } + /// + /// Looks up a localized string similar to Add a naming rule. + /// + internal static string Add_a_naming_rule { + get { + return ResourceManager.GetString("Add_a_naming_rule", resourceCulture); + } + } + /// /// Looks up a localized string similar to Add a reference to '{0}'. /// @@ -134,6 +143,24 @@ internal static string Add_a_reference_to_0 { } } + /// + /// Looks up a localized string similar to Add a symbol specification. + /// + internal static string Add_a_symbol_specification { + get { + return ResourceManager.GetString("Add_a_symbol_specification", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add item. + /// + internal static string Add_item { + get { + return ResourceManager.GetString("Add_item", resourceCulture); + } + } + /// /// Looks up a localized string similar to Add to _existing file. /// @@ -559,6 +586,15 @@ internal static string DocumentPath_is_illegal { } } + /// + /// Looks up a localized string similar to Edit item. + /// + internal static string Edit_item { + get { + return ResourceManager.GetString("Edit_item", resourceCulture); + } + } + /// /// Looks up a localized string similar to Element is not valid.. /// @@ -1724,6 +1760,24 @@ internal static string Remove_0 { } } + /// + /// Looks up a localized string similar to Remove item. + /// + internal static string Remove_item { + get { + return ResourceManager.GetString("Remove_item", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Remove naming rule. + /// + internal static string Remove_naming_rule { + get { + return ResourceManager.GetString("Remove_naming_rule", resourceCulture); + } + } + /// /// Looks up a localized string similar to Remove suppressions. /// @@ -1733,6 +1787,15 @@ internal static string Remove_suppressions { } } + /// + /// Looks up a localized string similar to Remove symbol specification. + /// + internal static string Remove_symbol_specification { + get { + return ResourceManager.GetString("Remove_symbol_specification", resourceCulture); + } + } + /// /// Looks up a localized string similar to Reorder. /// diff --git a/src/VisualStudio/Core/Def/ServicesVSResources.resx b/src/VisualStudio/Core/Def/ServicesVSResources.resx index d3cd253b098d0..05cd892bf26c6 100644 --- a/src/VisualStudio/Core/Def/ServicesVSResources.resx +++ b/src/VisualStudio/Core/Def/ServicesVSResources.resx @@ -876,4 +876,25 @@ Additional information: {1} Unfortunately, a process used by Visual Studio has encountered an unrecoverable error. We recommend saving your work, and then closing and restarting Visual Studio. + + Add a symbol specification + + + Remove symbol specification + + + Add item + + + Edit item + + + Remove item + + + Add a naming rule + + + Remove naming rule + \ No newline at end of file diff --git a/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/ManageNamingStylesInfoDialog.xaml b/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/ManageNamingStylesInfoDialog.xaml index ac8967b60de34..74ddea86863e7 100644 --- a/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/ManageNamingStylesInfoDialog.xaml +++ b/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/ManageNamingStylesInfoDialog.xaml @@ -131,6 +131,7 @@