Add localization updates for EditData query changes. (#612)

This commit is contained in:
Cory Rivera
2018-05-02 11:15:29 -07:00
committed by Karl Burtram
parent b81ba929ba
commit c8263d8330
3 changed files with 99 additions and 0 deletions

View File

@@ -505,6 +505,27 @@
<value>Value {0} is too large to fit in column of type {1}</value>
<comment>.
Parameters: 0 - value (string), 1 - columnType (string) </comment>
</data>
<data name="EditDataMultiTableNotSupported" xml:space="preserve">
<value>EditData queries targeting multiple tables are not supported</value>
<comment></comment>
</data>
<data name="EditDataAliasesNotSupported" xml:space="preserve">
<value>EditData queries with aliased columns are not supported</value>
<comment></comment>
</data>
<data name="EditDataExpressionsNotSupported" xml:space="preserve">
<value>EditData queries with aggregate or expression columns are not supported</value>
<comment></comment>
</data>
<data name="EditDataDuplicateColumnsNotSupported" xml:space="preserve">
<value>EditData queries with duplicate columns are not supported</value>
<comment></comment>
</data>
<data name="EditDataIncorrectTable" xml:space="preserve">
<value>EditData queries must query the originally targeted table '{0}'</value>
<comment>.
Parameters: 0 - tableName (string) </comment>
</data>
<data name="EE_BatchSqlMessageNoProcedureInfo" xml:space="preserve">
<value>Msg {0}, Level {1}, State {2}, Line {3}</value>