mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Changing InvalidOwnerUri string to a more generic one (#1046)
* Change invalid owner uri error message to a generic one * Adding strings generated by SRGEN step
This commit is contained in:
940
src/Microsoft.SqlTools.CoreServices/Localization/sr.resx
Executable file → Normal file
940
src/Microsoft.SqlTools.CoreServices/Localization/sr.resx
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
@@ -106,7 +106,7 @@ QueryServiceCellNull = NULL
|
|||||||
|
|
||||||
QueryServiceRequestsNoQuery = The requested query does not exist
|
QueryServiceRequestsNoQuery = The requested query does not exist
|
||||||
|
|
||||||
QueryServiceQueryInvalidOwnerUri = This editor is not connected to a database
|
QueryServiceQueryInvalidOwnerUri = Cannot connect to the database due to invalid OwnerUri
|
||||||
|
|
||||||
QueryServiceQueryInProgress = A query is already in progress for this editor session. Please cancel this query or wait for its completion.
|
QueryServiceQueryInProgress = A query is already in progress for this editor session. Please cancel this query or wait for its completion.
|
||||||
|
|
||||||
|
|||||||
@@ -155,8 +155,8 @@
|
|||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="QueryServiceQueryInvalidOwnerUri">
|
<trans-unit id="QueryServiceQueryInvalidOwnerUri">
|
||||||
<source>This editor is not connected to a database</source>
|
<source>Cannot connect to the database due to invalid OwnerUri</source>
|
||||||
<target state="new">This editor is not connected to a database</target>
|
<target state="new">Cannot connect to the database due to invalid OwnerUri</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="QueryServiceQueryInProgress">
|
<trans-unit id="QueryServiceQueryInProgress">
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -112,7 +112,7 @@ QueryServiceCellNull = NULL
|
|||||||
|
|
||||||
QueryServiceRequestsNoQuery = The requested query does not exist
|
QueryServiceRequestsNoQuery = The requested query does not exist
|
||||||
|
|
||||||
QueryServiceQueryInvalidOwnerUri = This editor is not connected to a database
|
QueryServiceQueryInvalidOwnerUri = Cannot connect to the database due to invalid OwnerUri
|
||||||
|
|
||||||
QueryServiceQueryInProgress = A query is already in progress for this editor session. Please cancel this query or wait for its completion.
|
QueryServiceQueryInProgress = A query is already in progress for this editor session. Please cancel this query or wait for its completion.
|
||||||
|
|
||||||
|
|||||||
@@ -155,8 +155,8 @@
|
|||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="QueryServiceQueryInvalidOwnerUri">
|
<trans-unit id="QueryServiceQueryInvalidOwnerUri">
|
||||||
<source>This editor is not connected to a database</source>
|
<source>Cannot connect to the database due to invalid OwnerUri</source>
|
||||||
<target state="new">This editor is not connected to a database</target>
|
<target state="new">Cannot connect to the database due to invalid OwnerUri</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="QueryServiceQueryInProgress">
|
<trans-unit id="QueryServiceQueryInProgress">
|
||||||
|
|||||||
Reference in New Issue
Block a user