mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
1421 lines
62 KiB
XML
1421 lines
62 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
|
|
<file datatype="xml" original="sr.resx" source-language="en">
|
|
<body>
|
|
<trans-unit id="ConnectionServiceConnectErrorNullParams">
|
|
<source>Connection parameters cannot be null</source>
|
|
<target state="new">Connection parameters cannot be null</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceListDbErrorNullOwnerUri">
|
|
<source>OwnerUri cannot be null or empty</source>
|
|
<target state="new">OwnerUri cannot be null or empty</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceListDbErrorNotConnected">
|
|
<source>SpecifiedUri '{0}' does not have existing connection</source>
|
|
<target state="new">SpecifiedUri '{0}' does not have existing connection</target>
|
|
<note>.
|
|
Parameters: 0 - uri (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceConnStringInvalidAuthType">
|
|
<source>Invalid value '{0}' for AuthenticationType. Valid values are 'Integrated' and 'SqlLogin'.</source>
|
|
<target state="new">Invalid value '{0}' for AuthenticationType. Valid values are 'Integrated' and 'SqlLogin'.</target>
|
|
<note>.
|
|
Parameters: 0 - authType (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceConnStringInvalidIntent">
|
|
<source>Invalid value '{0}' for ApplicationIntent. Valid values are 'ReadWrite' and 'ReadOnly'.</source>
|
|
<target state="new">Invalid value '{0}' for ApplicationIntent. Valid values are 'ReadWrite' and 'ReadOnly'.</target>
|
|
<note>.
|
|
Parameters: 0 - intent (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceConnectionCanceled">
|
|
<source>Connection canceled</source>
|
|
<target state="new">Connection canceled</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionParamsValidateNullOwnerUri">
|
|
<source>OwnerUri cannot be null or empty</source>
|
|
<target state="new">OwnerUri cannot be null or empty</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionParamsValidateNullConnection">
|
|
<source>Connection details object cannot be null</source>
|
|
<target state="new">Connection details object cannot be null</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionParamsValidateNullServerName">
|
|
<source>ServerName cannot be null or empty</source>
|
|
<target state="new">ServerName cannot be null or empty</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionParamsValidateNullSqlAuth">
|
|
<source>{0} cannot be null or empty when using SqlLogin authentication</source>
|
|
<target state="new">{0} cannot be null or empty when using SqlLogin authentication</target>
|
|
<note>.
|
|
Parameters: 0 - component (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceCancelAlreadyCompleted">
|
|
<source>The query has already completed, it cannot be cancelled</source>
|
|
<target state="new">The query has already completed, it cannot be cancelled</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceCancelDisposeFailed">
|
|
<source>Query successfully cancelled, failed to dispose query. Owner URI not found.</source>
|
|
<target state="new">Query successfully cancelled, failed to dispose query. Owner URI not found.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceQueryCancelled">
|
|
<source>Query was canceled by user</source>
|
|
<target state="new">Query was canceled by user</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceSubsetBatchNotCompleted">
|
|
<source>The batch has not completed, yet</source>
|
|
<target state="new">The batch has not completed, yet</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceSubsetBatchOutOfRange">
|
|
<source>Batch index cannot be less than 0 or greater than the number of batches</source>
|
|
<target state="new">Batch index cannot be less than 0 or greater than the number of batches</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceSubsetResultSetOutOfRange">
|
|
<source>Result set index cannot be less than 0 or greater than the number of result sets</source>
|
|
<target state="new">Result set index cannot be less than 0 or greater than the number of result sets</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceDataReaderByteCountInvalid">
|
|
<source>Maximum number of bytes to return must be greater than zero</source>
|
|
<target state="new">Maximum number of bytes to return must be greater than zero</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceDataReaderCharCountInvalid">
|
|
<source>Maximum number of chars to return must be greater than zero</source>
|
|
<target state="new">Maximum number of chars to return must be greater than zero</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceDataReaderXmlCountInvalid">
|
|
<source>Maximum number of XML bytes to return must be greater than zero</source>
|
|
<target state="new">Maximum number of XML bytes to return must be greater than zero</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceFileWrapperWriteOnly">
|
|
<source>Access method cannot be write-only</source>
|
|
<target state="new">Access method cannot be write-only</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceFileWrapperNotInitialized">
|
|
<source>FileStreamWrapper must be initialized before performing operations</source>
|
|
<target state="new">FileStreamWrapper must be initialized before performing operations</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceFileWrapperReadOnly">
|
|
<source>This FileStreamWrapper cannot be used for writing</source>
|
|
<target state="new">This FileStreamWrapper cannot be used for writing</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceAffectedOneRow">
|
|
<source>(1 row affected)</source>
|
|
<target state="new">(1 row affected)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceAffectedRows">
|
|
<source>({0} rows affected)</source>
|
|
<target state="new">({0} rows affected)</target>
|
|
<note>.
|
|
Parameters: 0 - rows (long) </note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceCompletedSuccessfully">
|
|
<source>Commands completed successfully.</source>
|
|
<target state="new">Commands completed successfully.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceErrorFormat">
|
|
<source>Msg {0}, Level {1}, State {2}, Line {3}{4}{5}</source>
|
|
<target state="new">Msg {0}, Level {1}, State {2}, Line {3}{4}{5}</target>
|
|
<note>.
|
|
Parameters: 0 - msg (int), 1 - lvl (int), 2 - state (int), 3 - line (int), 4 - newLine (string), 5 - message (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceQueryFailed">
|
|
<source>Query failed: {0}</source>
|
|
<target state="new">Query failed: {0}</target>
|
|
<note>.
|
|
Parameters: 0 - message (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceColumnNull">
|
|
<source>(No column name)</source>
|
|
<target state="new">(No column name)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceRequestsNoQuery">
|
|
<source>The requested query does not exist</source>
|
|
<target state="new">The requested query does not exist</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceQueryInvalidOwnerUri">
|
|
<source>This editor is not connected to a database</source>
|
|
<target state="new">This editor is not connected to a database</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceQueryInProgress">
|
|
<source>A query is already in progress for this editor session. Please cancel this query or wait for its completion.</source>
|
|
<target state="new">A query is already in progress for this editor session. Please cancel this query or wait for its completion.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceMessageSenderNotSql">
|
|
<source>Sender for OnInfoMessage event must be a SqlConnection</source>
|
|
<target state="new">Sender for OnInfoMessage event must be a SqlConnection</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceSaveAsResultSetNotComplete">
|
|
<source>Result cannot be saved until query execution has completed</source>
|
|
<target state="new">Result cannot be saved until query execution has completed</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceSaveAsMiscStartingError">
|
|
<source>Internal error occurred while starting save task</source>
|
|
<target state="new">Internal error occurred while starting save task</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceSaveAsInProgress">
|
|
<source>A save request to the same path is in progress</source>
|
|
<target state="new">A save request to the same path is in progress</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceSaveAsFail">
|
|
<source>Failed to save {0}: {1}</source>
|
|
<target state="new">Failed to save {0}: {1}</target>
|
|
<note>.
|
|
Parameters: 0 - fileName (string), 1 - message (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceResultSetNotRead">
|
|
<source>Cannot read subset unless the results have been read from the server</source>
|
|
<target state="new">Cannot read subset unless the results have been read from the server</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceResultSetStartRowOutOfRange">
|
|
<source>Start row cannot be less than 0 or greater than the number of rows in the result set</source>
|
|
<target state="new">Start row cannot be less than 0 or greater than the number of rows in the result set</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceResultSetRowCountOutOfRange">
|
|
<source>Row count must be a positive integer</source>
|
|
<target state="new">Row count must be a positive integer</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceResultSetNoColumnSchema">
|
|
<source>Could not retrieve column schema for result set</source>
|
|
<target state="new">Could not retrieve column schema for result set</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceExecutionPlanNotFound">
|
|
<source>Could not retrieve an execution plan from the result set </source>
|
|
<target state="new">Could not retrieve an execution plan from the result set </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PeekDefinitionAzureError">
|
|
<source>This feature is currently not supported on Azure SQL DB and Data Warehouse: {0}</source>
|
|
<target state="new">This feature is currently not supported on Azure SQL DB and Data Warehouse: {0}</target>
|
|
<note>.
|
|
Parameters: 0 - errorMessage (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="PeekDefinitionError">
|
|
<source>An unexpected error occurred during Peek Definition execution: {0}</source>
|
|
<target state="new">An unexpected error occurred during Peek Definition execution: {0}</target>
|
|
<note>.
|
|
Parameters: 0 - errorMessage (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="PeekDefinitionNoResultsError">
|
|
<source>No results were found.</source>
|
|
<target state="new">No results were found.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PeekDefinitionDatabaseError">
|
|
<source>No database object was retrieved.</source>
|
|
<target state="new">No database object was retrieved.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PeekDefinitionNotConnectedError">
|
|
<source>Please connect to a server.</source>
|
|
<target state="new">Please connect to a server.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PeekDefinitionTimedoutError">
|
|
<source>Operation timed out.</source>
|
|
<target state="new">Operation timed out.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PeekDefinitionTypeNotSupportedError">
|
|
<source>This object type is currently not supported by this feature.</source>
|
|
<target state="new">This object type is currently not supported by this feature.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="WorkspaceServicePositionLineOutOfRange">
|
|
<source>Position is outside of file line range</source>
|
|
<target state="new">Position is outside of file line range</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="WorkspaceServicePositionColumnOutOfRange">
|
|
<source>Position is outside of column range for line {0}</source>
|
|
<target state="new">Position is outside of column range for line {0}</target>
|
|
<note>.
|
|
Parameters: 0 - line (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="WorkspaceServiceBufferPositionOutOfOrder">
|
|
<source>Start position ({0}, {1}) must come before or be equal to the end position ({2}, {3})</source>
|
|
<target state="new">Start position ({0}, {1}) must come before or be equal to the end position ({2}, {3})</target>
|
|
<note>.
|
|
Parameters: 0 - sLine (int), 1 - sCol (int), 2 - eLine (int), 3 - eCol (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_BatchSqlMessageNoProcedureInfo">
|
|
<source>Msg {0}, Level {1}, State {2}, Line {3}</source>
|
|
<target state="new">Msg {0}, Level {1}, State {2}, Line {3}</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_BatchSqlMessageWithProcedureInfo">
|
|
<source>Msg {0}, Level {1}, State {2}, Procedure {3}, Line {4}</source>
|
|
<target state="new">Msg {0}, Level {1}, State {2}, Procedure {3}, Line {4}</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_BatchSqlMessageNoLineInfo">
|
|
<source>Msg {0}, Level {1}, State {2}</source>
|
|
<target state="new">Msg {0}, Level {1}, State {2}</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_BatchError_Exception">
|
|
<source>An error occurred while the batch was being processed. The error message is: {0}</source>
|
|
<target state="new">An error occurred while the batch was being processed. The error message is: {0}</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_BatchExecutionInfo_RowsAffected">
|
|
<source>({0} row(s) affected)</source>
|
|
<target state="new">({0} row(s) affected)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_ExecutionNotYetCompleteError">
|
|
<source>The previous execution is not yet complete.</source>
|
|
<target state="new">The previous execution is not yet complete.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_ScriptError_Error">
|
|
<source>A scripting error occurred.</source>
|
|
<target state="new">A scripting error occurred.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_ScriptError_ParsingSyntax">
|
|
<source>Incorrect syntax was encountered while {0} was being parsed.</source>
|
|
<target state="new">Incorrect syntax was encountered while {0} was being parsed.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_ScriptError_FatalError">
|
|
<source>A fatal error occurred.</source>
|
|
<target state="new">A fatal error occurred.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_ExecutionInfo_FinalizingLoop">
|
|
<source>Execution completed {0} times...</source>
|
|
<target state="new">Execution completed {0} times...</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_ExecutionInfo_QueryCancelledbyUser">
|
|
<source>You cancelled the query.</source>
|
|
<target state="new">You cancelled the query.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_BatchExecutionError_Halting">
|
|
<source>An error occurred while the batch was being executed.</source>
|
|
<target state="new">An error occurred while the batch was being executed.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_BatchExecutionError_Ignoring">
|
|
<source>An error occurred while the batch was being executed, but the error has been ignored.</source>
|
|
<target state="new">An error occurred while the batch was being executed, but the error has been ignored.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_ExecutionInfo_InitilizingLoop">
|
|
<source>Starting execution loop of {0} times...</source>
|
|
<target state="new">Starting execution loop of {0} times...</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_ExecutionError_CommandNotSupported">
|
|
<source>Command {0} is not supported.</source>
|
|
<target state="new">Command {0} is not supported.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_ExecutionError_VariableNotFound">
|
|
<source>The variable {0} could not be found.</source>
|
|
<target state="new">The variable {0} could not be found.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="BatchParserWrapperExecutionEngineError">
|
|
<source>SQL Execution error: {0}</source>
|
|
<target state="new">SQL Execution error: {0}</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="BatchParserWrapperExecutionError">
|
|
<source>Batch parser wrapper execution: {0} found... at line {1}: {2} Description: {3}</source>
|
|
<target state="new">Batch parser wrapper execution: {0} found... at line {1}: {2} Description: {3}</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="BatchParserWrapperExecutionEngineBatchMessage">
|
|
<source>Batch parser wrapper execution engine batch message received: Message: {0} Detailed message: {1}</source>
|
|
<target state="new">Batch parser wrapper execution engine batch message received: Message: {0} Detailed message: {1}</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="BatchParserWrapperExecutionEngineBatchResultSetProcessing">
|
|
<source>Batch parser wrapper execution engine batch ResultSet processing: DataReader.FieldCount: {0} DataReader.RecordsAffected: {1}</source>
|
|
<target state="new">Batch parser wrapper execution engine batch ResultSet processing: DataReader.FieldCount: {0} DataReader.RecordsAffected: {1}</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="BatchParserWrapperExecutionEngineBatchResultSetFinished">
|
|
<source>Batch parser wrapper execution engine batch ResultSet finished.</source>
|
|
<target state="new">Batch parser wrapper execution engine batch ResultSet finished.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="BatchParserWrapperExecutionEngineBatchCancelling">
|
|
<source>Canceling batch parser wrapper batch execution.</source>
|
|
<target state="new">Canceling batch parser wrapper batch execution.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_ScriptError_Warning">
|
|
<source>Scripting warning.</source>
|
|
<target state="new">Scripting warning.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TroubleshootingAssistanceMessage">
|
|
<source>For more information about this error, see the troubleshooting topics in the product documentation.</source>
|
|
<target state="new">For more information about this error, see the troubleshooting topics in the product documentation.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="BatchParser_CircularReference">
|
|
<source>File '{0}' recursively included.</source>
|
|
<target state="new">File '{0}' recursively included.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="BatchParser_CommentNotTerminated">
|
|
<source>Missing end comment mark '*/'.</source>
|
|
<target state="new">Missing end comment mark '*/'.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="BatchParser_StringNotTerminated">
|
|
<source>Unclosed quotation mark after the character string.</source>
|
|
<target state="new">Unclosed quotation mark after the character string.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="BatchParser_IncorrectSyntax">
|
|
<source>Incorrect syntax was encountered while parsing '{0}'.</source>
|
|
<target state="new">Incorrect syntax was encountered while parsing '{0}'.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="BatchParser_VariableNotDefined">
|
|
<source>Variable {0} is not defined.</source>
|
|
<target state="new">Variable {0} is not defined.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TestLocalizationConstant">
|
|
<source>test</source>
|
|
<target state="new">test</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>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataSessionNotFound">
|
|
<source>Edit session does not exist.</source>
|
|
<target state="new">Edit session does not exist.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataQueryNotCompleted">
|
|
<source>Query has not completed execution</source>
|
|
<target state="new">Query has not completed execution</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataQueryImproperResultSets">
|
|
<source>Query did not generate exactly one result set</source>
|
|
<target state="new">Query did not generate exactly one result set</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataFailedAddRow">
|
|
<source>Failed to add new row to update cache</source>
|
|
<target state="new">Failed to add new row to update cache</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataRowOutOfRange">
|
|
<source>Given row ID is outside the range of rows in the edit cache</source>
|
|
<target state="new">Given row ID is outside the range of rows in the edit cache</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataUpdatePending">
|
|
<source>An update is already pending for this row and must be reverted first</source>
|
|
<target state="new">An update is already pending for this row and must be reverted first</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataUpdateNotPending">
|
|
<source>Given row ID does not have pending update</source>
|
|
<target state="new">Given row ID does not have pending updated</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataObjectMetadataNotFound">
|
|
<source>Table or view metadata could not be found</source>
|
|
<target state="new">Table or view metadata could not be found</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataInvalidFormatBinary">
|
|
<source>Invalid format for binary column</source>
|
|
<target state="new">Invalid format for binary column</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataInvalidFormatBoolean">
|
|
<source>Allowed values for boolean columns are 0, 1, "true", or "false"</source>
|
|
<target state="new">Boolean columns must be numeric 1 or 0, or string true or false</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataCreateScriptMissingValue">
|
|
<source>A required cell value is missing</source>
|
|
<target state="new">A required cell value is missing</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataDeleteSetCell">
|
|
<source>A delete is pending for this row, a cell update cannot be applied.</source>
|
|
<target state="new">A delete is pending for this row, a cell update cannot be applied.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataColumnIdOutOfRange">
|
|
<source>Column ID must be in the range of columns for the query</source>
|
|
<target state="new">Column ID must be in the range of columns for the query</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataColumnCannotBeEdited">
|
|
<source>Column cannot be edited</source>
|
|
<target state="new">Column cannot be edited</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataColumnNoKeyColumns">
|
|
<source>No key columns were found</source>
|
|
<target state="new">No key columns were found</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataScriptFilePathNull">
|
|
<source>An output filename must be provided</source>
|
|
<target state="new">An output filename must be provided</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataUnsupportedObjectType">
|
|
<source>Database object {0} cannot be used for editing.</source>
|
|
<target state="new">Database object {0} cannot be used for editing.</target>
|
|
<note>.
|
|
Parameters: 0 - typeName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceDbErrorDefaultNotConnected">
|
|
<source>Specified URI '{0}' does not have a default connection</source>
|
|
<target state="new">Specified URI '{0}' does not have a default connection</target>
|
|
<note>.
|
|
Parameters: 0 - uri (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataCommitInProgress">
|
|
<source>A commit task is in progress. Please wait for completion.</source>
|
|
<target state="new">A commit task is in progress. Please wait for completion.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SqlScriptFormatterDecimalMissingPrecision">
|
|
<source>Decimal column is missing numeric precision or numeric scale</source>
|
|
<target state="new">Decimal column is missing numeric precision or numeric scale</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataComputedColumnPlaceholder">
|
|
<source><TBD></source>
|
|
<target state="new"><TBD></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>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataTimeOver24Hrs">
|
|
<source>TIME column values must be between 00:00:00.0000000 and 23:59:59.9999999</source>
|
|
<target state="new">TIME column values must be between 00:00:00.0000000 and 23:59:59.9999999</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataNullNotAllowed">
|
|
<source>NULL is not allowed for this column</source>
|
|
<target state="new">NULL is not allowed for this column</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataSessionAlreadyExists">
|
|
<source>Edit session already exists.</source>
|
|
<target state="new">Edit session already exists.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataSessionNotInitialized">
|
|
<source>Edit session has not been initialized</source>
|
|
<target state="new">Edit session has not been initialized</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataSessionAlreadyInitialized">
|
|
<source>Edit session has already been initialized</source>
|
|
<target state="new">Edit session has already been initialized</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataSessionAlreadyInitializing">
|
|
<source>Edit session has already been initialized or is in the process of initializing</source>
|
|
<target state="new">Edit session has already been initialized or is in the process of initializing</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataQueryFailed">
|
|
<source>Query execution failed, see messages for details</source>
|
|
<target state="new">Query execution failed, see messages for details</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataFilteringNegativeLimit">
|
|
<source>Result limit cannot be negative</source>
|
|
<target state="new">Result limit cannot be negative</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceCellNull">
|
|
<source>NULL</source>
|
|
<target state="new">NULL</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>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataMetadataTooManyIdentifiers">
|
|
<source>Explicitly specifying server or database is not supported</source>
|
|
<target state="new">Explicitly specifying server or database is not supported</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataMetadataNotExtended">
|
|
<source>Table metadata does not have extended properties</source>
|
|
<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>
|
|
<trans-unit id="TreeNodeError">
|
|
<source>Error expanding: {0}</source>
|
|
<target state="new">Error expanding: {0}</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ServerNodeConnectionError">
|
|
<source>Error connecting to {0}</source>
|
|
<target state="new">Error connecting to {0}</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Aggregates">
|
|
<source>Aggregates</source>
|
|
<target state="new">Aggregates</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ServerRoles">
|
|
<source>Server Roles</source>
|
|
<target state="new">Server Roles</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ApplicationRoles">
|
|
<source>Application Roles</source>
|
|
<target state="new">Application Roles</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Assemblies">
|
|
<source>Assemblies</source>
|
|
<target state="new">Assemblies</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_AssemblyFiles">
|
|
<source>Assembly Files</source>
|
|
<target state="new">Assembly Files</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_AsymmetricKeys">
|
|
<source>Asymmetric Keys</source>
|
|
<target state="new">Asymmetric Keys</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_DatabaseAsymmetricKeys">
|
|
<source>Asymmetric Keys</source>
|
|
<target state="new">Asymmetric Keys</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_DataCompressionOptions">
|
|
<source>Data Compression Options</source>
|
|
<target state="new">Data Compression Options</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Certificates">
|
|
<source>Certificates</source>
|
|
<target state="new">Certificates</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_FileTables">
|
|
<source>FileTables</source>
|
|
<target state="new">FileTables</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_DatabaseCertificates">
|
|
<source>Certificates</source>
|
|
<target state="new">Certificates</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_CheckConstraints">
|
|
<source>Check Constraints</source>
|
|
<target state="new">Check Constraints</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Columns">
|
|
<source>Columns</source>
|
|
<target state="new">Columns</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Constraints">
|
|
<source>Constraints</source>
|
|
<target state="new">Constraints</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Contracts">
|
|
<source>Contracts</source>
|
|
<target state="new">Contracts</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Credentials">
|
|
<source>Credentials</source>
|
|
<target state="new">Credentials</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ErrorMessages">
|
|
<source>Error Messages</source>
|
|
<target state="new">Error Messages</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ServerRoleMembership">
|
|
<source>Server Role Membership</source>
|
|
<target state="new">Server Role Membership</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_DatabaseOptions">
|
|
<source>Database Options</source>
|
|
<target state="new">Database Options</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_DatabaseRoles">
|
|
<source>Database Roles</source>
|
|
<target state="new">Database Roles</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_RoleMemberships">
|
|
<source>Role Memberships</source>
|
|
<target state="new">Role Memberships</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_DatabaseTriggers">
|
|
<source>Database Triggers</source>
|
|
<target state="new">Database Triggers</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_DefaultConstraints">
|
|
<source>Default Constraints</source>
|
|
<target state="new">Default Constraints</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Defaults">
|
|
<source>Defaults</source>
|
|
<target state="new">Defaults</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Sequences">
|
|
<source>Sequences</source>
|
|
<target state="new">Sequences</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Endpoints">
|
|
<source>Endpoints</source>
|
|
<target state="new">Endpoints</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_EventNotifications">
|
|
<source>Event Notifications</source>
|
|
<target state="new">Event Notifications</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ServerEventNotifications">
|
|
<source>Server Event Notifications</source>
|
|
<target state="new">Server Event Notifications</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ExtendedProperties">
|
|
<source>Extended Properties</source>
|
|
<target state="new">Extended Properties</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_FileGroups">
|
|
<source>Filegroups</source>
|
|
<target state="new">Filegroups</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ForeignKeys">
|
|
<source>Foreign Keys</source>
|
|
<target state="new">Foreign Keys</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_FullTextCatalogs">
|
|
<source>Full-Text Catalogs</source>
|
|
<target state="new">Full-Text Catalogs</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_FullTextIndexes">
|
|
<source>Full-Text Indexes</source>
|
|
<target state="new">Full-Text Indexes</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Functions">
|
|
<source>Functions</source>
|
|
<target state="new">Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Indexes">
|
|
<source>Indexes</source>
|
|
<target state="new">Indexes</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_InlineFunctions">
|
|
<source>Inline Functions</source>
|
|
<target state="new">Inline Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Keys">
|
|
<source>Keys</source>
|
|
<target state="new">Keys</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_LinkedServers">
|
|
<source>Linked Servers</source>
|
|
<target state="new">Linked Servers</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_LinkedServerLogins">
|
|
<source>Linked Server Logins</source>
|
|
<target state="new">Linked Server Logins</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Logins">
|
|
<source>Logins</source>
|
|
<target state="new">Logins</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_MasterKey">
|
|
<source>Master Key</source>
|
|
<target state="new">Master Key</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_MasterKeys">
|
|
<source>Master Keys</source>
|
|
<target state="new">Master Keys</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_MessageTypes">
|
|
<source>Message Types</source>
|
|
<target state="new">Message Types</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_MultiSelectFunctions">
|
|
<source>Table-Valued Functions</source>
|
|
<target state="new">Table-Valued Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Parameters">
|
|
<source>Parameters</source>
|
|
<target state="new">Parameters</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_PartitionFunctions">
|
|
<source>Partition Functions</source>
|
|
<target state="new">Partition Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_PartitionSchemes">
|
|
<source>Partition Schemes</source>
|
|
<target state="new">Partition Schemes</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Permissions">
|
|
<source>Permissions</source>
|
|
<target state="new">Permissions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_PrimaryKeys">
|
|
<source>Primary Keys</source>
|
|
<target state="new">Primary Keys</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Programmability">
|
|
<source>Programmability</source>
|
|
<target state="new">Programmability</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Queues">
|
|
<source>Queues</source>
|
|
<target state="new">Queues</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_RemoteServiceBindings">
|
|
<source>Remote Service Bindings</source>
|
|
<target state="new">Remote Service Bindings</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ReturnedColumns">
|
|
<source>Returned Columns</source>
|
|
<target state="new">Returned Columns</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Roles">
|
|
<source>Roles</source>
|
|
<target state="new">Roles</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Routes">
|
|
<source>Routes</source>
|
|
<target state="new">Routes</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Rules">
|
|
<source>Rules</source>
|
|
<target state="new">Rules</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Schemas">
|
|
<source>Schemas</source>
|
|
<target state="new">Schemas</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Security">
|
|
<source>Security</source>
|
|
<target state="new">Security</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ServerObjects">
|
|
<source>Server Objects</source>
|
|
<target state="new">Server Objects</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Management">
|
|
<source>Management</source>
|
|
<target state="new">Management</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ServerTriggers">
|
|
<source>Triggers</source>
|
|
<target state="new">Triggers</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ServiceBroker">
|
|
<source>Service Broker</source>
|
|
<target state="new">Service Broker</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Services">
|
|
<source>Services</source>
|
|
<target state="new">Services</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Signatures">
|
|
<source>Signatures</source>
|
|
<target state="new">Signatures</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_LogFiles">
|
|
<source>Log Files</source>
|
|
<target state="new">Log Files</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Statistics">
|
|
<source>Statistics</source>
|
|
<target state="new">Statistics</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Storage">
|
|
<source>Storage</source>
|
|
<target state="new">Storage</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_StoredProcedures">
|
|
<source>Stored Procedures</source>
|
|
<target state="new">Stored Procedures</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SymmetricKeys">
|
|
<source>Symmetric Keys</source>
|
|
<target state="new">Symmetric Keys</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Synonyms">
|
|
<source>Synonyms</source>
|
|
<target state="new">Synonyms</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Tables">
|
|
<source>Tables</source>
|
|
<target state="new">Tables</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Triggers">
|
|
<source>Triggers</source>
|
|
<target state="new">Triggers</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Types">
|
|
<source>Types</source>
|
|
<target state="new">Types</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_UniqueKeys">
|
|
<source>Unique Keys</source>
|
|
<target state="new">Unique Keys</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_UserDefinedDataTypes">
|
|
<source>User-Defined Data Types</source>
|
|
<target state="new">User-Defined Data Types</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_UserDefinedTypes">
|
|
<source>User-Defined Types (CLR)</source>
|
|
<target state="new">User-Defined Types (CLR)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Users">
|
|
<source>Users</source>
|
|
<target state="new">Users</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Views">
|
|
<source>Views</source>
|
|
<target state="new">Views</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_XmlIndexes">
|
|
<source>XML Indexes</source>
|
|
<target state="new">XML Indexes</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_XMLSchemaCollections">
|
|
<source>XML Schema Collections</source>
|
|
<target state="new">XML Schema Collections</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_UserDefinedTableTypes">
|
|
<source>User-Defined Table Types</source>
|
|
<target state="new">User-Defined Table Types</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_FilegroupFiles">
|
|
<source>Files</source>
|
|
<target state="new">Files</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="MissingCaption">
|
|
<source>Missing Caption</source>
|
|
<target state="new">Missing Caption</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_BrokerPriorities">
|
|
<source>Broker Priorities</source>
|
|
<target state="new">Broker Priorities</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_CryptographicProviders">
|
|
<source>Cryptographic Providers</source>
|
|
<target state="new">Cryptographic Providers</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_DatabaseAuditSpecifications">
|
|
<source>Database Audit Specifications</source>
|
|
<target state="new">Database Audit Specifications</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_DatabaseEncryptionKeys">
|
|
<source>Database Encryption Keys</source>
|
|
<target state="new">Database Encryption Keys</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_EventSessions">
|
|
<source>Event Sessions</source>
|
|
<target state="new">Event Sessions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_FullTextStopLists">
|
|
<source>Full Text Stoplists</source>
|
|
<target state="new">Full Text Stoplists</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ResourcePools">
|
|
<source>Resource Pools</source>
|
|
<target state="new">Resource Pools</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ServerAudits">
|
|
<source>Audits</source>
|
|
<target state="new">Audits</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ServerAuditSpecifications">
|
|
<source>Server Audit Specifications</source>
|
|
<target state="new">Server Audit Specifications</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SpatialIndexes">
|
|
<source>Spatial Indexes</source>
|
|
<target state="new">Spatial Indexes</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_WorkloadGroups">
|
|
<source>Workload Groups</source>
|
|
<target state="new">Workload Groups</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SqlFiles">
|
|
<source>SQL Files</source>
|
|
<target state="new">SQL Files</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ServerFunctions">
|
|
<source>Server Functions</source>
|
|
<target state="new">Server Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SqlType">
|
|
<source>SQL Type</source>
|
|
<target state="new">SQL Type</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ServerOptions">
|
|
<source>Server Options</source>
|
|
<target state="new">Server Options</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_DatabaseDiagrams">
|
|
<source>Database Diagrams</source>
|
|
<target state="new">Database Diagrams</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemTables">
|
|
<source>System Tables</source>
|
|
<target state="new">System Tables</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Databases">
|
|
<source>Databases</source>
|
|
<target state="new">Databases</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemContracts">
|
|
<source>System Contracts</source>
|
|
<target state="new">System Contracts</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemDatabases">
|
|
<source>System Databases</source>
|
|
<target state="new">System Databases</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemMessageTypes">
|
|
<source>System Message Types</source>
|
|
<target state="new">System Message Types</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemQueues">
|
|
<source>System Queues</source>
|
|
<target state="new">System Queues</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemServices">
|
|
<source>System Services</source>
|
|
<target state="new">System Services</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemStoredProcedures">
|
|
<source>System Stored Procedures</source>
|
|
<target state="new">System Stored Procedures</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemViews">
|
|
<source>System Views</source>
|
|
<target state="new">System Views</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_DataTierApplications">
|
|
<source>Data-tier Applications</source>
|
|
<target state="new">Data-tier Applications</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ExtendedStoredProcedures">
|
|
<source>Extended Stored Procedures</source>
|
|
<target state="new">Extended Stored Procedures</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemAggregateFunctions">
|
|
<source>Aggregate Functions</source>
|
|
<target state="new">Aggregate Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemApproximateNumerics">
|
|
<source>Approximate Numerics</source>
|
|
<target state="new">Approximate Numerics</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemBinaryStrings">
|
|
<source>Binary Strings</source>
|
|
<target state="new">Binary Strings</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemCharacterStrings">
|
|
<source>Character Strings</source>
|
|
<target state="new">Character Strings</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemCLRDataTypes">
|
|
<source>CLR Data Types</source>
|
|
<target state="new">CLR Data Types</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemConfigurationFunctions">
|
|
<source>Configuration Functions</source>
|
|
<target state="new">Configuration Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemCursorFunctions">
|
|
<source>Cursor Functions</source>
|
|
<target state="new">Cursor Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemDataTypes">
|
|
<source>System Data Types</source>
|
|
<target state="new">System Data Types</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemDateAndTime">
|
|
<source>Date and Time</source>
|
|
<target state="new">Date and Time</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemDateAndTimeFunctions">
|
|
<source>Date and Time Functions</source>
|
|
<target state="new">Date and Time Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemExactNumerics">
|
|
<source>Exact Numerics</source>
|
|
<target state="new">Exact Numerics</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemFunctions">
|
|
<source>System Functions</source>
|
|
<target state="new">System Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemHierarchyIdFunctions">
|
|
<source>Hierarchy Id Functions</source>
|
|
<target state="new">Hierarchy Id Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemMathematicalFunctions">
|
|
<source>Mathematical Functions</source>
|
|
<target state="new">Mathematical Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemMetadataFunctions">
|
|
<source>Metadata Functions</source>
|
|
<target state="new">Metadata Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemOtherDataTypes">
|
|
<source>Other Data Types</source>
|
|
<target state="new">Other Data Types</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemOtherFunctions">
|
|
<source>Other Functions</source>
|
|
<target state="new">Other Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemRowsetFunctions">
|
|
<source>Rowset Functions</source>
|
|
<target state="new">Rowset Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemSecurityFunctions">
|
|
<source>Security Functions</source>
|
|
<target state="new">Security Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemSpatialDataTypes">
|
|
<source>Spatial Data Types</source>
|
|
<target state="new">Spatial Data Types</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemStringFunctions">
|
|
<source>String Functions</source>
|
|
<target state="new">String Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemSystemStatisticalFunctions">
|
|
<source>System Statistical Functions</source>
|
|
<target state="new">System Statistical Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemTextAndImageFunctions">
|
|
<source>Text and Image Functions</source>
|
|
<target state="new">Text and Image Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemUnicodeCharacterStrings">
|
|
<source>Unicode Character Strings</source>
|
|
<target state="new">Unicode Character Strings</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_AggregateFunctions">
|
|
<source>Aggregate Functions</source>
|
|
<target state="new">Aggregate Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ScalarValuedFunctions">
|
|
<source>Scalar-valued Functions</source>
|
|
<target state="new">Scalar-valued Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_TableValuedFunctions">
|
|
<source>Table-valued Functions</source>
|
|
<target state="new">Table-valued Functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SystemExtendedStoredProcedures">
|
|
<source>System Extended Stored Procedures</source>
|
|
<target state="new">System Extended Stored Procedures</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_BuiltInType">
|
|
<source>Built-in Types</source>
|
|
<target state="new">Built-in Types</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_BuiltInServerRole">
|
|
<source>Built-in Server Roles</source>
|
|
<target state="new">Built-in Server Roles</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_UserWithPassword">
|
|
<source>User with Password</source>
|
|
<target state="new">User with Password</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SearchPropertyList">
|
|
<source>Search Property List</source>
|
|
<target state="new">Search Property List</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SecurityPolicies">
|
|
<source>Security Policies</source>
|
|
<target state="new">Security Policies</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SecurityPredicates">
|
|
<source>Security Predicates</source>
|
|
<target state="new">Security Predicates</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ServerRole">
|
|
<source>Server Role</source>
|
|
<target state="new">Server Role</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SearchPropertyLists">
|
|
<source>Search Property Lists</source>
|
|
<target state="new">Search Property Lists</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ColumnStoreIndexes">
|
|
<source>Column Store Indexes</source>
|
|
<target state="new">Column Store Indexes</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_TableTypeIndexes">
|
|
<source>Table Type Indexes</source>
|
|
<target state="new">Table Type Indexes</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SelectiveXmlIndexes">
|
|
<source>Selective XML Indexes</source>
|
|
<target state="new">Selective XML Indexes</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_XmlNamespaces">
|
|
<source>XML Namespaces</source>
|
|
<target state="new">XML Namespaces</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_XmlTypedPromotedPaths">
|
|
<source>XML Typed Promoted Paths</source>
|
|
<target state="new">XML Typed Promoted Paths</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_SqlTypedPromotedPaths">
|
|
<source>T-SQL Typed Promoted Paths</source>
|
|
<target state="new">T-SQL Typed Promoted Paths</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_DatabaseScopedCredentials">
|
|
<source>Database Scoped Credentials</source>
|
|
<target state="new">Database Scoped Credentials</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ExternalDataSources">
|
|
<source>External Data Sources</source>
|
|
<target state="new">External Data Sources</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ExternalFileFormats">
|
|
<source>External File Formats</source>
|
|
<target state="new">External File Formats</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ExternalResources">
|
|
<source>External Resources</source>
|
|
<target state="new">External Resources</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ExternalTables">
|
|
<source>External Tables</source>
|
|
<target state="new">External Tables</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_AlwaysEncryptedKeys">
|
|
<source>Always Encrypted Keys</source>
|
|
<target state="new">Always Encrypted Keys</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ColumnMasterKeys">
|
|
<source>Column Master Keys</source>
|
|
<target state="new">Column Master Keys</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_ColumnEncryptionKeys">
|
|
<source>Column Encryption Keys</source>
|
|
<target state="new">Column Encryption Keys</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaHierarchy_Server">
|
|
<source>Server</source>
|
|
<target state="new">Server</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff> |