Fixed typo in sr.strings (#385)

- added newline to separate 2 properties and ran SrGen to regenerate the loc files
This commit is contained in:
Kevin Cunnane
2017-06-16 12:28:37 -07:00
committed by GitHub
parent 71b349f67b
commit 0c7533b5b9
14 changed files with 7000 additions and 13331 deletions

View File

@@ -2909,6 +2909,14 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
public static string prototype_db_prop_parameterization
{
get
{
return Keys.GetString(Keys.prototype_db_prop_parameterization);
}
}
public static string prototype_db_prop_parameterization_value_forced
{
get
@@ -4453,6 +4461,9 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string prototype_db_prop_dateCorrelationOptimization = "prototype_db_prop_dateCorrelationOptimization";
public const string prototype_db_prop_parameterization = "prototype_db_prop_parameterization";
public const string prototype_db_prop_parameterization_value_forced = "prototype_db_prop_parameterization_value_forced";

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1624,7 +1624,11 @@
<comment></comment>
</data>
<data name="prototype_db_prop_dateCorrelationOptimization" xml:space="preserve">
<value>Date Correlation Optimization Enabledprototype_db_prop_parameterization = Parameterization</value>
<value>Date Correlation Optimization Enabled</value>
<comment></comment>
</data>
<data name="prototype_db_prop_parameterization" xml:space="preserve">
<value>Parameterization</value>
<comment></comment>
</data>
<data name="prototype_db_prop_parameterization_value_forced" xml:space="preserve">

File diff suppressed because it is too large Load Diff

View File

@@ -753,7 +753,8 @@ prototype_db_prop_brokerEnabled = Broker Enabled
prototype_db_prop_truncateLogOnCheckpoint = Truncate Log on Checkpoint
prototype_db_prop_dbChaining = Cross-database Ownership Chaining Enabled
prototype_db_prop_trustworthy = Trustworthy
prototype_db_prop_dateCorrelationOptimization = Date Correlation Optimization Enabledprototype_db_prop_parameterization = Parameterization
prototype_db_prop_dateCorrelationOptimization = Date Correlation Optimization Enabled
prototype_db_prop_parameterization = Parameterization
prototype_db_prop_parameterization_value_forced = Forced
prototype_db_prop_parameterization_value_simple = Simple
prototype_file_dataFile = ROWS Data

View File

@@ -1877,7 +1877,7 @@
<note></note>
</trans-unit>
<trans-unit id="prototype_db_prop_dateCorrelationOptimization">
<source>Date Correlation Optimization Enabledprototype_db_prop_parameterization = Parameterization</source>
<source>Date Correlation Optimization Enabled</source>
<target state="new">Date Correlation Optimization Enabledprototype_db_prop_parameterization = Parameterization</target>
<note></note>
</trans-unit>
@@ -2101,6 +2101,11 @@
<target state="new">The database {0} is not accessible.</target>
<note></note>
</trans-unit>
<trans-unit id="prototype_db_prop_parameterization">
<source>Parameterization</source>
<target state="new">Parameterization</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>