mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-04 17:24:56 -05:00
Removing unused constants (#299)
* removing unused constants * updating test strings * adding edit data string * fixing tests
This commit is contained in:
@@ -415,15 +415,10 @@
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TestLocalizationConstant">
|
||||
<source>EN_LOCALIZATION</source>
|
||||
<source>test</source>
|
||||
<target state="new">EN_LOCALIZATION</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ErrorUnexpectedCodeObjectType">
|
||||
<source>Cannot convert SqlCodeObject Type {0} to Type {1}</source>
|
||||
<target state="new">Cannot convert SqlCodeObject Type {0} to Type {1}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ErrorEmptyStringReplacement">
|
||||
<source>Replacement of an empty string by an empty string.</source>
|
||||
<target state="new">Replacement of an empty string by an empty string.</target>
|
||||
@@ -536,16 +531,6 @@
|
||||
<target state="new"><TBD></target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="EditDataColumnUpdateNotPending">
|
||||
<source>Give column ID does not have pending update</source>
|
||||
<target state="new">Give column ID does not have pending update</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="EditDataInitializeInProgress">
|
||||
<source>Another edit data initialize is in progress for this owner URI. Please wait for completion.</source>
|
||||
<target state="new">Another edit data initialize is in progress for this owner URI. Please wait for completion.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="QueryServiceResultSetAddNoRows">
|
||||
<source>Cannot add row to result buffer, data reader does not contain rows</source>
|
||||
<target state="new">Cannot add row to result buffer, data reader does not contain rows</target>
|
||||
@@ -561,11 +546,6 @@
|
||||
<target state="new">NULL is not allowed for this column</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="EditDataObjectNotFound">
|
||||
<source>Table or view requested for edit could not be found</source>
|
||||
<target state="new">Table or view requested to edit could not be found</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="EditDataSessionAlreadyExists">
|
||||
<source>Edit session already exists.</source>
|
||||
<target state="new">Edit session already exists.</target>
|
||||
@@ -601,11 +581,6 @@
|
||||
<target state="new">NULL</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SqlScriptFormatterMultipartDecodeFail">
|
||||
<source>Multipart identifier is incorrectly formatted</source>
|
||||
<target state="new">Multipart identifier is incorrectly formatted</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="EditDataMetadataObjectNameRequired">
|
||||
<source>A object name must be provided</source>
|
||||
<target state="new">A object name must be provided</target>
|
||||
@@ -621,6 +596,11 @@
|
||||
<target state="new">Table metadata does not have extended properties</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="EditDataObjectNotFound">
|
||||
<source>Table or view requested for edit could not be found</source>
|
||||
<target state="new">Table or view requested for edit could not be found</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user