From a24a107f21d3815c88d8288f1eacda4bf5a0c768 Mon Sep 17 00:00:00 2001
From: udeeshagautam <46980425+udeeshagautam@users.noreply.github.com>
Date: Mon, 29 Apr 2019 12:13:20 -0700
Subject: [PATCH] Loc Strings Fix (#803)
* Adding missing loc changes for include exclude node
* Adding the autogenerated file
---
.../Localization/sr.cs | 2 +-
.../Localization/sr.resx | 2 +-
.../Localization/sr.strings | 5 ++++-
.../Localization/sr.xlf | 15 +++++++++++++++
4 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
index d51390b6..68a77e38 100755
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
@@ -4281,7 +4281,7 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string PublishChangesTaskName = "PublishChangesTaskName";
-
+
public const string IncludeNodeTaskName = "IncludeNodeTaskName";
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
index f28f51b6..1e6c3111 100755
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
@@ -1723,7 +1723,7 @@
Exclude schema compare node
-
+
Failed to find the specified change in the model
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
index ade10eee..202ededa 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
@@ -795,4 +795,7 @@ ExtractInvalidVersion = Invalid version '{0}' passed. Version must be in the for
############################################################################
# Schema Compare
-PublishChangesTaskName = Apply schema compare changes
\ No newline at end of file
+PublishChangesTaskName = Apply schema compare changes
+IncludeNodeTaskName = Include schema compare node
+ExcludeNodeTaskName = Exclude schema compare node
+SchemaCompareExcludeIncludeNodeNotFound = Failed to find the specified change in the model
\ No newline at end of file
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
index 8c44ea19..1781a08e 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
@@ -1991,6 +1991,21 @@
Apply schema compare changes
+
+ Include schema compare node
+ Include schema compare node
+
+
+
+ Exclude schema compare node
+ Exclude schema compare node
+
+
+
+ Failed to find the specified change in the model
+ Failed to find the specified change in the model
+
+