diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
index a7c6883c..e4309317 100755
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
@@ -205,6 +205,14 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
+ public static string QueryServiceCellNull
+ {
+ get
+ {
+ return Keys.GetString(Keys.QueryServiceCellNull);
+ }
+ }
+
public static string QueryServiceRequestsNoQuery
{
get
@@ -1013,6 +1021,9 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string QueryServiceColumnNull = "QueryServiceColumnNull";
+ public const string QueryServiceCellNull = "QueryServiceCellNull";
+
+
public const string QueryServiceRequestsNoQuery = "QueryServiceRequestsNoQuery";
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
index d52e5e9b..6bff9366 100755
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
@@ -245,6 +245,10 @@
(No column name)
+
+ NULL
+
+
The requested query does not exist
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
index da300ed4..75d12740 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
@@ -101,6 +101,8 @@ QueryServiceQueryFailed(string message) = Query failed: {0}
QueryServiceColumnNull = (No column name)
+QueryServiceCellNull = NULL
+
QueryServiceRequestsNoQuery = The requested query does not exist
QueryServiceQueryInvalidOwnerUri = This editor is not connected to a database
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
index 2922cecb..dcae3a26 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
@@ -596,6 +596,11 @@
Result limit cannot be negative
+
+ NULL
+ NULL
+
+