From 95a48bc56b417e1b449d7ba7e1df04bff8bfda91 Mon Sep 17 00:00:00 2001 From: Manish Vasani Date: Wed, 15 Jan 2020 12:17:54 -0800 Subject: [PATCH] Change the text for the newly added background analysis scope option 1. Make the strings sentence cased 2. Rename "Open Documents And Projects" to "Open documents" as per internal review. --- .../Impl/Options/AdvancedOptionPageStrings.cs | 6 +++--- .../Core/Def/ServicesVSResources.Designer.cs | 18 +++++++++--------- .../Core/Def/ServicesVSResources.resx | 12 ++++++------ .../Core/Def/xlf/ServicesVSResources.cs.xlf | 18 +++++++++--------- .../Core/Def/xlf/ServicesVSResources.de.xlf | 18 +++++++++--------- .../Core/Def/xlf/ServicesVSResources.es.xlf | 18 +++++++++--------- .../Core/Def/xlf/ServicesVSResources.fr.xlf | 18 +++++++++--------- .../Core/Def/xlf/ServicesVSResources.it.xlf | 18 +++++++++--------- .../Core/Def/xlf/ServicesVSResources.ja.xlf | 18 +++++++++--------- .../Core/Def/xlf/ServicesVSResources.ko.xlf | 18 +++++++++--------- .../Core/Def/xlf/ServicesVSResources.pl.xlf | 18 +++++++++--------- .../Core/Def/xlf/ServicesVSResources.pt-BR.xlf | 18 +++++++++--------- .../Core/Def/xlf/ServicesVSResources.ru.xlf | 18 +++++++++--------- .../Core/Def/xlf/ServicesVSResources.tr.xlf | 18 +++++++++--------- .../Def/xlf/ServicesVSResources.zh-Hans.xlf | 18 +++++++++--------- .../Def/xlf/ServicesVSResources.zh-Hant.xlf | 18 +++++++++--------- .../Impl/Options/AdvancedOptionPageStrings.vb | 6 +++--- 17 files changed, 138 insertions(+), 138 deletions(-) diff --git a/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageStrings.cs b/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageStrings.cs index 1656022b548..88dfadfa532 100644 --- a/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageStrings.cs +++ b/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageStrings.cs @@ -16,13 +16,13 @@ public static string Option_Background_analysis_scope => ServicesVSResources.Background_analysis_scope_colon; public static string Option_Background_Analysis_Scope_Active_File - => ServicesVSResources.Current_Document; + => ServicesVSResources.Current_document; public static string Option_Background_Analysis_Scope_Open_Files_And_Projects - => ServicesVSResources.Open_Documents_and_Projects; + => ServicesVSResources.Open_documents; public static string Option_Background_Analysis_Scope_Full_Solution - => ServicesVSResources.Entire_Solution; + => ServicesVSResources.Entire_solution; public static string Option_Enable_navigation_to_decompiled_sources => ServicesVSResources.Enable_navigation_to_decompiled_sources; diff --git a/src/VisualStudio/Core/Def/ServicesVSResources.Designer.cs b/src/VisualStudio/Core/Def/ServicesVSResources.Designer.cs index 61c99d9d5d2..5b7f586c4e4 100644 --- a/src/VisualStudio/Core/Def/ServicesVSResources.Designer.cs +++ b/src/VisualStudio/Core/Def/ServicesVSResources.Designer.cs @@ -777,11 +777,11 @@ internal class ServicesVSResources { } /// - /// Looks up a localized string similar to Current Document. + /// Looks up a localized string similar to Current document. /// - internal static string Current_Document { + internal static string Current_document { get { - return ResourceManager.GetString("Current_Document", resourceCulture); + return ResourceManager.GetString("Current_document", resourceCulture); } } @@ -968,11 +968,11 @@ internal class ServicesVSResources { } /// - /// Looks up a localized string similar to Entire Solution. + /// Looks up a localized string similar to Entire solution. /// - internal static string Entire_Solution { + internal static string Entire_solution { get { - return ResourceManager.GetString("Entire_Solution", resourceCulture); + return ResourceManager.GetString("Entire_solution", resourceCulture); } } @@ -2110,11 +2110,11 @@ internal class ServicesVSResources { } /// - /// Looks up a localized string similar to Open Documents and Projects. + /// Looks up a localized string similar to Open documents. /// - internal static string Open_Documents_and_Projects { + internal static string Open_documents { get { - return ResourceManager.GetString("Open_Documents_and_Projects", resourceCulture); + return ResourceManager.GetString("Open_documents", resourceCulture); } } diff --git a/src/VisualStudio/Core/Def/ServicesVSResources.resx b/src/VisualStudio/Core/Def/ServicesVSResources.resx index 82fc2860925..3579d7c6c8d 100644 --- a/src/VisualStudio/Core/Def/ServicesVSResources.resx +++ b/src/VisualStudio/Core/Def/ServicesVSResources.resx @@ -1344,14 +1344,14 @@ I agree to all of the foregoing: Background analysis scope: - - Current Document + + Current document - - Open Documents and Projects + + Open documents - - Entire Solution + + Entire solution C#/Visual Basic Language Server Client diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf index 52842aaa5a2..f695c539df0 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf @@ -112,9 +112,9 @@ Obsahující typ - - Current Document - Current Document + + Current document + Current document @@ -122,9 +122,9 @@ Element není platný. - - Entire Solution - Entire Solution + + Entire solution + Entire solution @@ -372,9 +372,9 @@ Neveřejné metody - - Open Documents and Projects - Open Documents and Projects + + Open documents + Open documents diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf index d6de77d0058..59b7f0cce97 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf @@ -112,9 +112,9 @@ Enthaltender Typ - - Current Document - Current Document + + Current document + Current document @@ -122,9 +122,9 @@ Das Element ist ungültig. - - Entire Solution - Entire Solution + + Entire solution + Entire solution @@ -372,9 +372,9 @@ Nicht öffentliche Methoden - - Open Documents and Projects - Open Documents and Projects + + Open documents + Open documents diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf index 2393e902276..3e54d593533 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf @@ -112,9 +112,9 @@ Tipo contenedor - - Current Document - Current Document + + Current document + Current document @@ -122,9 +122,9 @@ El elemento no es válido. - - Entire Solution - Entire Solution + + Entire solution + Entire solution @@ -372,9 +372,9 @@ Miembros no públicos - - Open Documents and Projects - Open Documents and Projects + + Open documents + Open documents diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf index 8374ecc87cf..aa060ca23bb 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf @@ -112,9 +112,9 @@ Type conteneur - - Current Document - Current Document + + Current document + Current document @@ -122,9 +122,9 @@ L'élément n'est pas valide. - - Entire Solution - Entire Solution + + Entire solution + Entire solution @@ -372,9 +372,9 @@ Méthodes non publiques - - Open Documents and Projects - Open Documents and Projects + + Open documents + Open documents diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf index a81c5f2ad47..1f20dbfb09b 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf @@ -112,9 +112,9 @@ Tipo contenitore - - Current Document - Current Document + + Current document + Current document @@ -122,9 +122,9 @@ L'elemento non è valido. - - Entire Solution - Entire Solution + + Entire solution + Entire solution @@ -372,9 +372,9 @@ Metodi non pubblici - - Open Documents and Projects - Open Documents and Projects + + Open documents + Open documents diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf index 24a5ee12976..b68391f2d57 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf @@ -112,9 +112,9 @@ 含んでいる型 - - Current Document - Current Document + + Current document + Current document @@ -122,9 +122,9 @@ 要素が有効ではありません。 - - Entire Solution - Entire Solution + + Entire solution + Entire solution @@ -372,9 +372,9 @@ パブリックでないメソッド - - Open Documents and Projects - Open Documents and Projects + + Open documents + Open documents diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf index 9698731b229..da4ec491123 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf @@ -112,9 +112,9 @@ 포함하는 형식 - - Current Document - Current Document + + Current document + Current document @@ -122,9 +122,9 @@ 요소가 잘못되었습니다. - - Entire Solution - Entire Solution + + Entire solution + Entire solution @@ -372,9 +372,9 @@ public이 아닌 메서드 - - Open Documents and Projects - Open Documents and Projects + + Open documents + Open documents diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf index 5be5cbf6b96..701c11f8cd9 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf @@ -112,9 +112,9 @@ Zawierający typ - - Current Document - Current Document + + Current document + Current document @@ -122,9 +122,9 @@ Element jest nieprawidłowy. - - Entire Solution - Entire Solution + + Entire solution + Entire solution @@ -372,9 +372,9 @@ Metody niepubliczne - - Open Documents and Projects - Open Documents and Projects + + Open documents + Open documents diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf index 9f644ccc03d..8c7ef445359 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf @@ -112,9 +112,9 @@ Contendo Tipo - - Current Document - Current Document + + Current document + Current document @@ -122,9 +122,9 @@ O elemento é inválido. - - Entire Solution - Entire Solution + + Entire solution + Entire solution @@ -372,9 +372,9 @@ Métodos não públicos - - Open Documents and Projects - Open Documents and Projects + + Open documents + Open documents diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf index e9fa257d9f0..c5fa8c36675 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf @@ -112,9 +112,9 @@ Содержащий тип - - Current Document - Current Document + + Current document + Current document @@ -122,9 +122,9 @@ Элемент недопустим. - - Entire Solution - Entire Solution + + Entire solution + Entire solution @@ -372,9 +372,9 @@ Методы, не являющиеся открытыми - - Open Documents and Projects - Open Documents and Projects + + Open documents + Open documents diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf index f4a00f3ebc9..77c56a46f2a 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf @@ -112,9 +112,9 @@ Kapsayan Tür - - Current Document - Current Document + + Current document + Current document @@ -122,9 +122,9 @@ Öğe geçerli değil. - - Entire Solution - Entire Solution + + Entire solution + Entire solution @@ -372,9 +372,9 @@ Ortak olmayan yöntemler - - Open Documents and Projects - Open Documents and Projects + + Open documents + Open documents diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf index 6391201eaa6..aa36f6a45fe 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf @@ -112,9 +112,9 @@ 包含类型 - - Current Document - Current Document + + Current document + Current document @@ -122,9 +122,9 @@ 元素无效。 - - Entire Solution - Entire Solution + + Entire solution + Entire solution @@ -372,9 +372,9 @@ 非公共成员 - - Open Documents and Projects - Open Documents and Projects + + Open documents + Open documents diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf index c1b076fa97c..ddaebea96b9 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf @@ -112,9 +112,9 @@ 包含的類型 - - Current Document - Current Document + + Current document + Current document @@ -122,9 +122,9 @@ 元素無效。 - - Entire Solution - Entire Solution + + Entire solution + Entire solution @@ -372,9 +372,9 @@ 非公用方法 - - Open Documents and Projects - Open Documents and Projects + + Open documents + Open documents diff --git a/src/VisualStudio/VisualBasic/Impl/Options/AdvancedOptionPageStrings.vb b/src/VisualStudio/VisualBasic/Impl/Options/AdvancedOptionPageStrings.vb index 0c9d336eac6..412d4b94edf 100644 --- a/src/VisualStudio/VisualBasic/Impl/Options/AdvancedOptionPageStrings.vb +++ b/src/VisualStudio/VisualBasic/Impl/Options/AdvancedOptionPageStrings.vb @@ -22,13 +22,13 @@ Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.Options ServicesVSResources.Background_analysis_scope_colon Public ReadOnly Property Option_Background_Analysis_Scope_Active_File As String = - ServicesVSResources.Current_Document + ServicesVSResources.Current_document Public ReadOnly Property Option_Background_Analysis_Scope_Open_Files_And_Projects As String = - ServicesVSResources.Open_Documents_and_Projects + ServicesVSResources.Open_documents Public ReadOnly Property Option_Background_Analysis_Scope_Full_Solution As String = - ServicesVSResources.Entire_Solution + ServicesVSResources.Entire_solution Public ReadOnly Property Option_use_editorconfig_compatibility_mode As String = ServicesVSResources.Use_editorconfig_compatibility_mode -- GitLab