Loc Strings Fix (#803)

* Adding missing loc changes for include exclude node

* Adding the autogenerated file
This commit is contained in:
udeeshagautam
2019-04-29 12:13:20 -07:00
committed by GitHub
parent 5f2d3014a0
commit a24a107f21
4 changed files with 21 additions and 3 deletions

View File

@@ -1723,7 +1723,7 @@
<value>Exclude schema compare node</value> <value>Exclude schema compare node</value>
<comment></comment> <comment></comment>
</data> </data>
<data name="ExcludeNodeTaskName" xml:space="preserve"> <data name="SchemaCompareExcludeIncludeNodeNotFound" xml:space="preserve">
<value>Failed to find the specified change in the model</value> <value>Failed to find the specified change in the model</value>
<comment></comment> <comment></comment>
</data> </data>

View File

@@ -796,3 +796,6 @@ ExtractInvalidVersion = Invalid version '{0}' passed. Version must be in the for
############################################################################ ############################################################################
# Schema Compare # Schema Compare
PublishChangesTaskName = Apply schema compare changes 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

View File

@@ -1991,6 +1991,21 @@
<target state="new">Apply schema compare changes</target> <target state="new">Apply schema compare changes</target>
<note></note> <note></note>
</trans-unit> </trans-unit>
<trans-unit id="IncludeNodeTaskName">
<source>Include schema compare node</source>
<target state="new">Include schema compare node</target>
<note></note>
</trans-unit>
<trans-unit id="ExcludeNodeTaskName">
<source>Exclude schema compare node</source>
<target state="new">Exclude schema compare node</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaCompareExcludeIncludeNodeNotFound">
<source>Failed to find the specified change in the model</source>
<target state="new">Failed to find the specified change in the model</target>
<note></note>
</trans-unit>
</body> </body>
</file> </file>
</xliff> </xliff>