diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
index 8f4a4cb5..dd7cbc2c 100755
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
@@ -2397,6 +2397,30 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
+ public static string StoredProcedureScriptParameterComment
+ {
+ get
+ {
+ return Keys.GetString(Keys.StoredProcedureScriptParameterComment);
+ }
+ }
+
+ public static string ScriptingGeneralError
+ {
+ get
+ {
+ return Keys.GetString(Keys.ScriptingGeneralError);
+ }
+ }
+
+ public static string ScriptingExecuteNotSupportedError
+ {
+ get
+ {
+ return Keys.GetString(Keys.ScriptingExecuteNotSupportedError);
+ }
+ }
+
public static string unavailable
{
get
@@ -4597,6 +4621,15 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string ScriptingListObjectsCompleteParams_ConnectionString_Property_Invalid = "ScriptingListObjectsCompleteParams_ConnectionString_Property_Invalid";
+ public const string StoredProcedureScriptParameterComment = "StoredProcedureScriptParameterComment";
+
+
+ public const string ScriptingGeneralError = "ScriptingGeneralError";
+
+
+ public const string ScriptingExecuteNotSupportedError = "ScriptingExecuteNotSupportedError";
+
+
public const string unavailable = "unavailable";
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
index e029cd84..ac70645e 100755
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
@@ -1381,6 +1381,18 @@
Error parsing ScriptingListObjectsCompleteParams.ConnectionString property.
+
+ -- TODO: Set parameter values here.
+
+
+
+ An error occurred while scripting the objects.
+
+
+
+ Scripting as Execute is only supported for Stored Procedures
+
+
Unavailable
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
index 38ee618f..35c56f15 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
@@ -691,7 +691,10 @@ ScriptingParams_FilePath_Property_Invalid = Invalid directory specified by the S
ScriptingListObjectsCompleteParams_ConnectionString_Property_Invalid = Error parsing ScriptingListObjectsCompleteParams.ConnectionString property.
+StoredProcedureScriptParameterComment = -- TODO: Set parameter values here.
+ScriptingGeneralError = An error occurred while scripting the objects.
+ScriptingExecuteNotSupportedError = Scripting as Execute is only supported for Stored Procedures
############################################################################
# Admin Service
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
index 40acd1b9..a26431ec 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
@@ -2312,6 +2312,21 @@
.
Parameters: 0 - value (string), 1 - columnType (string)
+
+
+ An error occurred while scripting the objects.
+ An error occurred while scripting the objects
+
+
+
+ Scripting as Execute is only supported for Stored Procedures
+ Scripting as Execute is only supported for Stored Procedures
+
+