mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
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:
@@ -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
@@ -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
@@ -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
|
||||
|
||||
@@ -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>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user