diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
index a4ad4361..352651f1 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
@@ -445,6 +445,14 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
+ public static string FailedToFindConnectionInfoAboutTheServer
+ {
+ get
+ {
+ return Keys.GetString(Keys.FailedToFindConnectionInfoAboutTheServer);
+ }
+ }
+
public static string PeekDefinitionNoResultsError
{
get
@@ -11450,6 +11458,9 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string FailedToGenerateServerContextualizationScripts = "FailedToGenerateServerContextualizationScripts";
+ public const string FailedToFindConnectionInfoAboutTheServer = "FailedToFindConnectionInfoAboutTheServer";
+
+
public const string SerializationServiceUnsupportedFormat = "SerializationServiceUnsupportedFormat";
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
index 2a43274e..fb7e9c00 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
@@ -435,6 +435,10 @@
Failed to generate server contextualization scripts
+
+ Failed to find connection info about the server
+
+
Unsupported Save Format: {0}.
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
index 10eea2ed..7add8bfb 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
@@ -195,6 +195,8 @@ WritingServerContextualizationToCacheError (string message) = An error was encou
FailedToGenerateServerContextualizationScripts = Failed to generate server contextualization scripts
+FailedToFindConnectionInfoAboutTheServer = Failed to find connection info about the server
+
############################################################################
# Serialization Service
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
index df29513f..89efe848 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
@@ -7259,6 +7259,11 @@ The Query Processor estimates that implementing the following index could improv
Failed to generate server contextualization scripts
+
+ Failed to find connection info about the server
+ Failed to find connection info about the server
+
+