mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Remove XElite for now (#1349)
* Revert "Revert "Revert "Update to XElite (#1287)" (#1334)" (#1337)"
This reverts commit 196364e81e.
* Add changed sr.xlf
This commit is contained in:
@@ -8756,16 +8756,6 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
return Keys.GetString(Keys.SessionAlreadyExists, sessionName);
|
||||
}
|
||||
|
||||
public static string SessionMissingDetails(int id)
|
||||
{
|
||||
return Keys.GetString(Keys.SessionMissingDetails, id);
|
||||
}
|
||||
|
||||
public static string StartProfilingFailed(String error)
|
||||
{
|
||||
return Keys.GetString(Keys.StartProfilingFailed, error);
|
||||
}
|
||||
|
||||
public static string UnknownSizeUnit(string unit)
|
||||
{
|
||||
return Keys.GetString(Keys.UnknownSizeUnit, unit);
|
||||
@@ -9954,12 +9944,6 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string SessionAlreadyExists = "SessionAlreadyExists";
|
||||
|
||||
|
||||
public const string SessionMissingDetails = "SessionMissingDetails";
|
||||
|
||||
|
||||
public const string StartProfilingFailed = "StartProfilingFailed";
|
||||
|
||||
|
||||
public const string CategoryLocal = "CategoryLocal";
|
||||
|
||||
|
||||
|
||||
@@ -1571,16 +1571,6 @@
|
||||
<value>An XEvent session named {0} already exists</value>
|
||||
<comment>.
|
||||
Parameters: 0 - sessionName (String) </comment>
|
||||
</data>
|
||||
<data name="SessionMissingDetails" xml:space="preserve">
|
||||
<value>Unable to start streaming session {0} due to missing session details.</value>
|
||||
<comment>.
|
||||
Parameters: 0 - id (int) </comment>
|
||||
</data>
|
||||
<data name="StartProfilingFailed" xml:space="preserve">
|
||||
<value>Failed to start profiler: {0}</value>
|
||||
<comment>.
|
||||
Parameters: 0 - error (String) </comment>
|
||||
</data>
|
||||
<data name="CategoryLocal" xml:space="preserve">
|
||||
<value>[Uncategorized (Local)]</value>
|
||||
|
||||
@@ -759,8 +759,7 @@ PauseSessionFailed(String error) = Failed to pause session: {0}
|
||||
StopSessionFailed(String error) = Failed to stop session: {0}
|
||||
SessionNotFound = Cannot find requested XEvent session
|
||||
SessionAlreadyExists(String sessionName) = An XEvent session named {0} already exists
|
||||
SessionMissingDetails(int id) = Unable to start streaming session {0} due to missing session details.
|
||||
StartProfilingFailed(String error) = Failed to start profiler: {0}
|
||||
|
||||
|
||||
;job categories
|
||||
CategoryLocal = [Uncategorized (Local)]
|
||||
|
||||
@@ -5696,18 +5696,6 @@
|
||||
<target state="new">Specifies whether the check constraint is Enabled</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SessionMissingDetails">
|
||||
<source>Unable to start streaming session {0} due to missing session details.</source>
|
||||
<target state="new">Unable to start streaming session {0} due to missing session details.</target>
|
||||
<note>.
|
||||
Parameters: 0 - id (int) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="StartProfilingFailed">
|
||||
<source>Failed to start profiler: {0}</source>
|
||||
<target state="new">Failed to start profiler: {0}</target>
|
||||
<note>.
|
||||
Parameters: 0 - error (String) </note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user