Archived
Update to XLF file names and LCL files (#24135)
* added changes to gulpfile and locfunc along with updated lcls * Added Portuguese updated lcls * added last batch of renamed lcl files * added renamed XLF files
This commit is contained in:
+28
-28
@@ -155,34 +155,34 @@ gulp.task(optimizeVSCodeTask);
|
|||||||
|
|
||||||
// List of ADS extension XLF files that we want to put into the English resource folder.
|
// List of ADS extension XLF files that we want to put into the English resource folder.
|
||||||
const extensionsFilter = filter([
|
const extensionsFilter = filter([
|
||||||
'**/admin-tool-ext-win.xlf',
|
'**/Microsoft.admin-tool-ext-win.xlf',
|
||||||
'**/agent.xlf',
|
'**/Microsoft.agent.xlf',
|
||||||
'**/arc.xlf',
|
'**/Microsoft.arc.xlf',
|
||||||
'**/asde-deployment.xlf',
|
'**/Microsoft.asde-deployment.xlf',
|
||||||
'**/azcli.xlf',
|
'**/Microsoft.azcli.xlf',
|
||||||
'**/azurecore.xlf',
|
'**/Microsoft.azurecore.xlf',
|
||||||
'**/azuremonitor.xlf',
|
'**/Microsoft.azuremonitor.xlf',
|
||||||
'**/cms.xlf',
|
'**/Microsoft.cms.xlf',
|
||||||
'**/context-monitor.xlf',
|
'**/Microsoft.context-builder.xlf',
|
||||||
'**/dacpac.xlf',
|
'**/Microsoft.dacpac.xlf',
|
||||||
'**/data-workspace.xlf',
|
'**/Microsoft.data-workspace.xlf',
|
||||||
'**/datavirtualization.xlf',
|
'**/Microsoft.datavirtualization.xlf',
|
||||||
'**/git.xlf',
|
'**/Microsoft.import.xlf',
|
||||||
'**/import.xlf',
|
'**/Microsoft.kusto.xlf',
|
||||||
'**/kusto.xlf',
|
'**/Microsoft.machine-learning.xlf',
|
||||||
'**/machine-learning.xlf',
|
'**/Microsoft.mssql.xlf',
|
||||||
'**/mssql.xlf',
|
'**/Microsoft.notebook.xlf',
|
||||||
'**/notebook.xlf',
|
'**/Microsoft.profiler.xlf',
|
||||||
'**/profiler.xlf',
|
'**/Microsoft.query-history.xlf',
|
||||||
'**/query-history.xlf',
|
'**/Microsoft.query-store.xlf',
|
||||||
'**/query-store.xlf',
|
'**/Microsoft.resource-deployment.xlf',
|
||||||
'**/resource-deployment.xlf',
|
'**/Microsoft.schema-compare.xlf',
|
||||||
'**/schema-compare.xlf',
|
'**/Microsoft.server-report.xlf',
|
||||||
'**/server-report.xlf',
|
'**/Microsoft.sql-assessment.xlf',
|
||||||
'**/sql-assessment.xlf',
|
'**/Microsoft.sql-database-projects.xlf',
|
||||||
'**/sql-bindings.xlf',
|
'**/Microsoft.sql-migration.xlf',
|
||||||
'**/sql-database-projects.xlf',
|
'**/ms-mssql.sql-bindings-vscode.xlf',
|
||||||
'**/sql-migration.xlf'
|
'**/vscode.git.xlf',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// Copy ADS extension XLFs into English resource folder.
|
// Copy ADS extension XLFs into English resource folder.
|
||||||
|
|||||||
+2
-13
File diff suppressed because one or more lines are too long
+1
-13
@@ -19,11 +19,6 @@ import * as vfs from 'vinyl-fs';
|
|||||||
* If you need to compile this file for any changes, please run: yarn tsc -p ./build/tsconfig.json
|
* If you need to compile this file for any changes, please run: yarn tsc -p ./build/tsconfig.json
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//List of extensions that we changed from vscode, so we can exclude them from having "Microsoft." appended in front.
|
|
||||||
const alteredVSCodeExtensions = [
|
|
||||||
'git'
|
|
||||||
];
|
|
||||||
|
|
||||||
const root = path.dirname(path.dirname(__dirname));
|
const root = path.dirname(path.dirname(__dirname));
|
||||||
|
|
||||||
// Modified packageLocalExtensionsStream from extensions.ts, but for langpacks.
|
// Modified packageLocalExtensionsStream from extensions.ts, but for langpacks.
|
||||||
@@ -154,13 +149,7 @@ export function modifyI18nPackFiles(existingTranslationFolder: string, resulting
|
|||||||
for (let extension in extensionsPacks) {
|
for (let extension in extensionsPacks) {
|
||||||
const translatedExtFile = i18n.createI18nFile(`extensions/${extension}`, extensionsPacks[extension]);
|
const translatedExtFile = i18n.createI18nFile(`extensions/${extension}`, extensionsPacks[extension]);
|
||||||
this.queue(translatedExtFile);
|
this.queue(translatedExtFile);
|
||||||
let adsExtensionId = 'Microsoft.' + extension;
|
resultingTranslationPaths.push({ id: extension, resourceName: `extensions/${extension}.i18n.json` });
|
||||||
// Exclude altered vscode extensions from having a new id, as it's identified this way in ADS.
|
|
||||||
// We will use ADS's i18n file for actual translations.
|
|
||||||
if (alteredVSCodeExtensions.indexOf(extension) !== -1) {
|
|
||||||
adsExtensionId = 'vscode.' + extension;
|
|
||||||
}
|
|
||||||
resultingTranslationPaths.push({ id: adsExtensionId, resourceName: `extensions/${extension}.i18n.json` });
|
|
||||||
}
|
}
|
||||||
this.queue(null);
|
this.queue(null);
|
||||||
})
|
})
|
||||||
@@ -190,7 +179,6 @@ const VSCODEExtensions = [
|
|||||||
"git-base",
|
"git-base",
|
||||||
"github",
|
"github",
|
||||||
"github-authentication",
|
"github-authentication",
|
||||||
"image-preview",
|
|
||||||
"ipynb",
|
"ipynb",
|
||||||
"javascript",
|
"javascript",
|
||||||
"json",
|
"json",
|
||||||
|
|||||||
+11
-11
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="admin-tool-ext-win.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.admin-tool-ext-win.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.launchingDialogStatus" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.launchingDialogStatus" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Launching dialog...]]></Val>
|
<Val><![CDATA[Launching dialog...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForGsw" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForGsw" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForProp" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForProp" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionProfile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionProfile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No connectionProfile provided from connectionContext : {0}]]></Val>
|
<Val><![CDATA[No connectionProfile provided from connectionContext : {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noOENode" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noOENode" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not determine Object Explorer node from connectionContext : {0}]]></Val>
|
<Val><![CDATA[Could not determine Object Explorer node from connectionContext : {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.ssmsMinError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.ssmsMinError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error calling SsmsMin with args '{0}' - {1}]]></Val>
|
<Val><![CDATA[Error calling SsmsMin with args '{0}' - {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Adds additional Windows-specific functionality to Azure Data Studio]]></Val>
|
<Val><![CDATA[Adds additional Windows-specific functionality to Azure Data Studio]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Administration Tool Extensions for Windows]]></Val>
|
<Val><![CDATA[Database Administration Tool Extensions for Windows]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.launchGswMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.launchGswMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate Scripts...]]></Val>
|
<Val><![CDATA[Generate Scripts...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.propertiesMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.propertiesMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Properties]]></Val>
|
<Val><![CDATA[Properties]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+243
-243
File diff suppressed because it is too large
Load Diff
+570
-570
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\asde-deployment.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.asde-deployment.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
+76
-76
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\azcli.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.azcli.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.arc.releaseDateNotParsed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.arc.releaseDateNotParsed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Release date could not be parsed.]]></Val>
|
<Val><![CDATA[Release date could not be parsed.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.accept" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.accept" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Accept]]></Val>
|
<Val><![CDATA[Accept]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.arcdataExtensionNotInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.arcdataExtensionNotInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This extension requires the Azure CLI extension 'arcdata' to be installed. Install the latest version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
<Val><![CDATA[This extension requires the Azure CLI extension 'arcdata' to be installed. Install the latest version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.arcdataInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.arcdataInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The Azure CLI arcdata extension was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.]]></Val>
|
<Val><![CDATA[The Azure CLI arcdata extension was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.askLater" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.askLater" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Ask Later]]></Val>
|
<Val><![CDATA[Ask Later]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.az" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.az" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI]]></Val>
|
<Val><![CDATA[Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.azInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.azInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.]]></Val>
|
<Val><![CDATA[Azure CLI was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.azOutputParseErrorCaught" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.azOutputParseErrorCaught" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[An error occurred while parsing the output of az command: {0}. The output is not JSON.]]></Val>
|
<Val><![CDATA[An error occurred while parsing the output of az command: {0}. The output is not JSON.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.azUserSettingReadLog" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.azUserSettingReadLog" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI user setting: {0}.{1} read, value: {2}]]></Val>
|
<Val><![CDATA[Azure CLI user setting: {0}.{1} read, value: {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.azUserSettingUpdatedLog" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.azUserSettingUpdatedLog" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI user setting: {0}.{1} updated, newValue: {2}]]></Val>
|
<Val><![CDATA[Azure CLI user setting: {0}.{1} updated, newValue: {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.checkingLatestAzVersion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.checkingLatestAzVersion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Checking for latest available version of Azure CLI]]></Val>
|
<Val><![CDATA[Checking for latest available version of Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.couldNotFindArcdataWithPrompt" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.couldNotFindArcdataWithPrompt" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not find the Azure CLI arcdata extension, install it now? If not then some features will not be able to function.]]></Val>
|
<Val><![CDATA[Could not find the Azure CLI arcdata extension, install it now? If not then some features will not be able to function.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.couldNotFindAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.couldNotFindAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not find Azure CLI. Error: {0}]]></Val>
|
<Val><![CDATA[Could not find Azure CLI. Error: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.couldNotFindAzArc" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.couldNotFindAzArc" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not find the Azure CLI arcdata extension. Error: {0}]]></Val>
|
<Val><![CDATA[Could not find the Azure CLI arcdata extension. Error: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.couldNotFindAzWithPrompt" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.couldNotFindAzWithPrompt" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not find Azure CLI, install it now? If not then some features will not be able to function.]]></Val>
|
<Val><![CDATA[Could not find Azure CLI, install it now? If not then some features will not be able to function.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.currentlyInstalledVersionIsLatest" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.currentlyInstalledVersionIsLatest" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Currently installed version of Azure CLI: {0} is same or newer than any other version available]]></Val>
|
<Val><![CDATA[Currently installed version of Azure CLI: {0} is same or newer than any other version available]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.decline" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.decline" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Decline]]></Val>
|
<Val><![CDATA[Decline]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.doNotAskAgain" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.doNotAskAgain" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Don't Ask Again]]></Val>
|
<Val><![CDATA[Don't Ask Again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.downloadError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.downloadError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error while downloading]]></Val>
|
<Val><![CDATA[Error while downloading]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -181,7 +181,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.downloadFinished" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.downloadFinished" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Download finished]]></Val>
|
<Val><![CDATA[Download finished]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -190,7 +190,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.downloadingProgressMb" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.downloadingProgressMb" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading ({0} / {1} MB)]]></Val>
|
<Val><![CDATA[Downloading ({0} / {1} MB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.downloadingTo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.downloadingTo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0} from {1} to {2}]]></Val>
|
<Val><![CDATA[Downloading {0} from {1} to {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.endpointOrNamespaceRequired" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.endpointOrNamespaceRequired" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Either an endpoint or a namespace must be specified]]></Val>
|
<Val><![CDATA[Either an endpoint or a namespace must be specified]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -217,7 +217,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.executingCommand" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.executingCommand" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Executing command: '{0} {1}']]></Val>
|
<Val><![CDATA[Executing command: '{0} {1}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -226,7 +226,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.failedToParseReleaseInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.failedToParseReleaseInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to parse the JSON of contents at: {0}.]D;]A;File contents:]D;]A;{1}]D;]A;Error: {2}]]></Val>
|
<Val><![CDATA[Failed to parse the JSON of contents at: {0}.]D;]A;File contents:]D;]A;{1}]D;]A;Error: {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -235,7 +235,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.foundExistingAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.foundExistingAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Found existing Azure CLI installation of version (v{0}) at path:{1} with arcdata version: {2}.]]></Val>
|
<Val><![CDATA[Found existing Azure CLI installation of version (v{0}) at path:{1} with arcdata version: {2}.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -244,7 +244,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.gettingTextContentsOfUrl" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.gettingTextContentsOfUrl" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Getting text contents of resource at URL {0}]]></Val>
|
<Val><![CDATA[Getting text contents of resource at URL {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -253,7 +253,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.installError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.installError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error installing Azure CLI and arcdata extension: {0}]]></Val>
|
<Val><![CDATA[Error installing Azure CLI and arcdata extension: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -262,7 +262,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.installingArcdata" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.installingArcdata" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing the Azure CLI arcdata extension...]]></Val>
|
<Val><![CDATA[Installing the Azure CLI arcdata extension...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -271,7 +271,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.installingAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.installingAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing Azure CLI...]]></Val>
|
<Val><![CDATA[Installing Azure CLI...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -280,7 +280,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.latestAzVersionAvailable" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.latestAzVersionAvailable" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Latest available Azure CLI version: {0}.]]></Val>
|
<Val><![CDATA[Latest available Azure CLI version: {0}.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -289,7 +289,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.missingRequiredVersion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.missingRequiredVersion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI >= {0} is required for this feature. Run the 'Azure CLI: Check for Update' command to install this and then try again.]]></Val>
|
<Val><![CDATA[Azure CLI >= {0} is required for this feature. Run the 'Azure CLI: Check for Update' command to install this and then try again.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -298,7 +298,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.no" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.no" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No]]></Val>
|
<Val><![CDATA[No]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -307,7 +307,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Azure CLI is available, run the command 'Azure CLI: Install' to enable the features that require it.]]></Val>
|
<Val><![CDATA[No Azure CLI is available, run the command 'Azure CLI: Install' to enable the features that require it.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -316,7 +316,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noAzArc" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noAzArc" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Azure CLI arcdata extension is available.]]></Val>
|
<Val><![CDATA[No Azure CLI arcdata extension is available.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -325,7 +325,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noAzWithLink" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noAzWithLink" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Azure CLI is available, [install the Azure CLI]5D;(command:az.install) to enable the features that require it.]]></Val>
|
<Val><![CDATA[No Azure CLI is available, [install the Azure CLI]5D;(command:az.install) to enable the features that require it.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -334,7 +334,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noAzureCLI" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noAzureCLI" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Azure CLI is available. Install the latest version manually from [here]5D;(https://docs.microsoft.com/cli/azure/install-azure-cli) and then restart Azure Studio.]]></Val>
|
<Val><![CDATA[No Azure CLI is available. Install the latest version manually from [here]5D;(https://docs.microsoft.com/cli/azure/install-azure-cli) and then restart Azure Studio.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -343,7 +343,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noDownloadLink" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noDownloadLink" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No download link available for platform '{0}']D;]A;Release info: ${1}]]></Val>
|
<Val><![CDATA[No download link available for platform '{0}']D;]A;Release info: ${1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -352,7 +352,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noReleaseVersion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noReleaseVersion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No release version available for platform '{0}']D;]A;Release info: ${1}]]></Val>
|
<Val><![CDATA[No release version available for platform '{0}']D;]A;Release info: ${1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -361,7 +361,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.parseVersionError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.parseVersionError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[An error occurred while parsing the output of az --version.]]></Val>
|
<Val><![CDATA[An error occurred while parsing the output of az --version.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -370,7 +370,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.platformUnsupported" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.platformUnsupported" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Platform '{0}' is currently unsupported]]></Val>
|
<Val><![CDATA[Platform '{0}' is currently unsupported]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -379,7 +379,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.promptForAzUpdate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.promptForAzUpdate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[A new version of Azure CLI ( {0} ) is available, do you wish to update to it now?]]></Val>
|
<Val><![CDATA[A new version of Azure CLI ( {0} ) is available, do you wish to update to it now?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -388,7 +388,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.promptForRequiredAzUpdate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.promptForRequiredAzUpdate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This extension requires Azure CLI >= {0} to be installed, do you wish to update to the latest version ({1}) now? If you do not then some functionality may not work.]]></Val>
|
<Val><![CDATA[This extension requires Azure CLI >= {0} to be installed, do you wish to update to the latest version ({1}) now? If you do not then some functionality may not work.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -397,7 +397,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.promptLog" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.promptLog" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Prompting the user to accept the following: {0}]]></Val>
|
<Val><![CDATA[Prompting the user to accept the following: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -406,7 +406,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.requiredVersionNotAvailable" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.requiredVersionNotAvailable" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This extension requires the Azure CLI extension 'arcdata' version >= {0} to be installed, but the current version available is only {1}. Install the correct version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
<Val><![CDATA[This extension requires the Azure CLI extension 'arcdata' version >= {0} to be installed, but the current version available is only {1}. Install the correct version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -415,7 +415,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.searchingForAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.searchingForAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Searching for existing Azure CLI installation...]]></Val>
|
<Val><![CDATA[Searching for existing Azure CLI installation...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -424,7 +424,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.skipInstall" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.skipInstall" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Skipping installation of Azure CLI and arcdata extension, since the operation was not user requested and config option: {0}.{1} is {2}]]></Val>
|
<Val><![CDATA[Skipping installation of Azure CLI and arcdata extension, since the operation was not user requested and config option: {0}.{1} is {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -433,7 +433,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.stderrOutput" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.stderrOutput" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[stderr: {0}]]></Val>
|
<Val><![CDATA[stderr: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -442,7 +442,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.stdoutOutput" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.stdoutOutput" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[stdout: {0}]]></Val>
|
<Val><![CDATA[stdout: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -451,7 +451,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.unexpectedCommandError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.unexpectedCommandError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Unexpected error executing command: {0}]]></Val>
|
<Val><![CDATA[Unexpected error executing command: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -460,7 +460,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.unexpectedExitCode" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.unexpectedExitCode" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Unexpected exit code from command: {1} ({0})]]></Val>
|
<Val><![CDATA[Unexpected exit code from command: {1} ({0})]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -469,7 +469,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.unsupportedArcDataVersion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.unsupportedArcDataVersion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Your downloaded version {1} of the Azure CLI extension 'arcdata' is not yet supported. The latest version is is {0}. Install the correct version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
<Val><![CDATA[Your downloaded version {1} of the Azure CLI extension 'arcdata' is not yet supported. The latest version is is {0}. Install the correct version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -478,7 +478,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.updateCheckSkipped" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.updateCheckSkipped" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No check for new Azure CLI version availability performed as Azure CLI was not found to be installed]]></Val>
|
<Val><![CDATA[No check for new Azure CLI version availability performed as Azure CLI was not found to be installed]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -487,7 +487,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.updateError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.updateError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error updating Azure CLI: {0}]]></Val>
|
<Val><![CDATA[Error updating Azure CLI: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -496,7 +496,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.updatingAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.updatingAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Updating Azure CLI...]]></Val>
|
<Val><![CDATA[Updating Azure CLI...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -505,7 +505,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.userRequestedInstall" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.userRequestedInstall" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User requested to install Azure CLI and arcdata extension using 'Azure CLI: Install' command]]></Val>
|
<Val><![CDATA[User requested to install Azure CLI and arcdata extension using 'Azure CLI: Install' command]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -514,7 +514,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.userResponseInstall" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.userResponseInstall" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User Response on prompt to install Azure CLI: {0}]]></Val>
|
<Val><![CDATA[User Response on prompt to install Azure CLI: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -523,7 +523,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.userResponseUpdate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.userResponseUpdate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User Response on prompt to update Azure CLI: {0}]]></Val>
|
<Val><![CDATA[User Response on prompt to update Azure CLI: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -532,7 +532,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.versionForUpdate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.versionForUpdate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Found version: {0} that Azure CLI can be updated to from current version: {1}.]]></Val>
|
<Val><![CDATA[Found version: {0} that Azure CLI can be updated to from current version: {1}.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -541,7 +541,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.yes" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.yes" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Yes]]></Val>
|
<Val><![CDATA[Yes]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -550,7 +550,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.azArcdataInstallKey.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.azArcdataInstallKey.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Choose whether you will be prompted to download the Azure CLI arcdata extension.]]></Val>
|
<Val><![CDATA[Choose whether you will be prompted to download the Azure CLI arcdata extension.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -559,7 +559,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.azArcdataUpdateKey.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.azArcdataUpdateKey.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Choose whether you will be prompted when an update of the Azure CLI arcdata extension is available.]]></Val>
|
<Val><![CDATA[Choose whether you will be prompted when an update of the Azure CLI arcdata extension is available.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -568,7 +568,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.category" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.category" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI]]></Val>
|
<Val><![CDATA[Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -577,7 +577,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.config.debug" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.config.debug" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Log debug info to the output channel for all executed az commands]]></Val>
|
<Val><![CDATA[Log debug info to the output channel for all executed az commands]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -586,7 +586,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.config.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.config.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI Configuration]]></Val>
|
<Val><![CDATA[Azure CLI Configuration]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -595,7 +595,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Support for Azure CLI.]]></Val>
|
<Val><![CDATA[Support for Azure CLI.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -604,7 +604,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI]]></Val>
|
<Val><![CDATA[Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -613,7 +613,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.install.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.install.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will not be prompted to install the Azure CLI arcdata extension]]></Val>
|
<Val><![CDATA[The user will not be prompted to install the Azure CLI arcdata extension]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -622,7 +622,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.install.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.install.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will be prompted to install the Azure CLI arcdata extension]]></Val>
|
<Val><![CDATA[The user will be prompted to install the Azure CLI arcdata extension]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -631,7 +631,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.update.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.update.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will not be prompted for update of the Azure CLI arcdata extension]]></Val>
|
<Val><![CDATA[The user will not be prompted for update of the Azure CLI arcdata extension]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -640,7 +640,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.update.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.update.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will be prompted for update of the Azure CLI arcdata extension]]></Val>
|
<Val><![CDATA[The user will be prompted for update of the Azure CLI arcdata extension]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -649,7 +649,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.azCliInstallKey.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.azCliInstallKey.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Choose whether you will be prompted to install Azure CLI.]]></Val>
|
<Val><![CDATA[Choose whether you will be prompted to install Azure CLI.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -658,7 +658,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.install.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.install.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will not be prompted to install the Azure CLI]]></Val>
|
<Val><![CDATA[The user will not be prompted to install the Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -667,7 +667,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.install.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.install.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will be prompted to install the Azure CLI]]></Val>
|
<Val><![CDATA[The user will be prompted to install the Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -676,7 +676,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.command.category" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.command.category" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI]]></Val>
|
<Val><![CDATA[Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+195
-195
File diff suppressed because it is too large
Load Diff
+147
-147
File diff suppressed because it is too large
Load Diff
+65
-65
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="dacpac.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.dacpac.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.databaseName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.databaseName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Name]]></Val>
|
<Val><![CDATA[Database Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.deployButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.deployButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Deploy]]></Val>
|
<Val><![CDATA[Deploy]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.deployConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.deployConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Deploy Dacpac Settings]]></Val>
|
<Val><![CDATA[Select Deploy Dacpac Settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.deployDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.deployDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Deploy a data-tier application .dacpac file to an instance of SQL Server [Deploy Dacpac]5D;]]></Val>
|
<Val><![CDATA[Deploy a data-tier application .dacpac file to an instance of SQL Server [Deploy Dacpac]5D;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.deployPlanPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.deployPlanPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Review the deploy plan]]></Val>
|
<Val><![CDATA[Review the deploy plan]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.export" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.export" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Export]]></Val>
|
<Val><![CDATA[Export]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.exportConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.exportConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Export Bacpac Settings]]></Val>
|
<Val><![CDATA[Select Export Bacpac Settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.exportDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.exportDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Export the schema and data from a database to the logical .bacpac file format [Export Bacpac]5D;]]></Val>
|
<Val><![CDATA[Export the schema and data from a database to the logical .bacpac file format [Export Bacpac]5D;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.extract" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.extract" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Extract]]></Val>
|
<Val><![CDATA[Extract]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.extractConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.extractConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Extract Dacpac Settings]]></Val>
|
<Val><![CDATA[Select Extract Dacpac Settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.extractDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.extractDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Extract a data-tier application from an instance of SQL Server to a .dacpac file [Extract Dacpac]5D;]]></Val>
|
<Val><![CDATA[Extract a data-tier application from an instance of SQL Server to a .dacpac file [Extract Dacpac]5D;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.generateScriptButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.generateScriptButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate Script]]></Val>
|
<Val><![CDATA[Generate Script]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.import" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.import" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import]]></Val>
|
<Val><![CDATA[Import]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.importConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.importConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Import Bacpac Settings]]></Val>
|
<Val><![CDATA[Select Import Bacpac Settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.importDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.importDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create a database from a .bacpac file [Import Bacpac]5D;]]></Val>
|
<Val><![CDATA[Create a database from a .bacpac file [Import Bacpac]5D;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.newDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.newDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[New Database]]></Val>
|
<Val><![CDATA[New Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.proceedDataLoss" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.proceedDataLoss" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Proceed despite possible data loss]]></Val>
|
<Val><![CDATA[Proceed despite possible data loss]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -168,7 +168,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.selectOperationPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.selectOperationPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select an Operation]]></Val>
|
<Val><![CDATA[Select an Operation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.sourceDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.sourceDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Database]]></Val>
|
<Val><![CDATA[Source Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -186,7 +186,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.sourceServer" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.sourceServer" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Server]]></Val>
|
<Val><![CDATA[Source Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.summaryPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.summaryPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Summary]]></Val>
|
<Val><![CDATA[Summary]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -204,7 +204,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.targetDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.targetDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Database]]></Val>
|
<Val><![CDATA[Target Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -213,7 +213,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.targetServer" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.targetServer" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Server]]></Val>
|
<Val><![CDATA[Target Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -222,7 +222,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.upgradeExistingDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.upgradeExistingDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Upgrade Existing Database]]></Val>
|
<Val><![CDATA[Upgrade Existing Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -231,7 +231,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.versionText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.versionText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Version (use x.x.x.x where x is a number)]]></Val>
|
<Val><![CDATA[Version (use x.x.x.x where x is a number)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -240,7 +240,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFxDeploy.openFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFxDeploy.openFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -249,7 +249,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.dataLoss" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.dataLoss" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data Loss]]></Val>
|
<Val><![CDATA[Data Loss]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -258,7 +258,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.dataLossText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.dataLossText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The deploy actions may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.]]></Val>
|
<Val><![CDATA[The deploy actions may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -267,7 +267,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.dataLossTextWithCount" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.dataLossTextWithCount" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} of the deploy actions listed may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.]]></Val>
|
<Val><![CDATA[{0} of the deploy actions listed may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -276,7 +276,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.dataLossTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.dataLossTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Operations that may result in data loss are marked with a warning sign]]></Val>
|
<Val><![CDATA[Operations that may result in data loss are marked with a warning sign]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -285,7 +285,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.databaseNameExistsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.databaseNameExistsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[A database with the same name already exists on the instance of SQL Server]]></Val>
|
<Val><![CDATA[A database with the same name already exists on the instance of SQL Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -294,7 +294,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.default" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.default" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[default]]></Val>
|
<Val><![CDATA[default]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -303,7 +303,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.deployPlanErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.deployPlanErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generating deploy plan failed '{0}']]></Val>
|
<Val><![CDATA[Generating deploy plan failed '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -312,7 +312,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.deployPlanTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.deployPlanTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Deploy plan operations]]></Val>
|
<Val><![CDATA[Deploy plan operations]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -321,7 +321,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.fileLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.fileLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File Location]]></Val>
|
<Val><![CDATA[File Location]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -330,7 +330,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.filenameEndingInPeriodErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.filenameEndingInPeriodErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot end with a period]]></Val>
|
<Val><![CDATA[File name cannot end with a period]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -339,7 +339,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.generateDeployErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.generateDeployErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generating deploy script failed '{0}']]></Val>
|
<Val><![CDATA[Generating deploy script failed '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -348,7 +348,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.invalidFileCharsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.invalidFileCharsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid file characters]]></Val>
|
<Val><![CDATA[Invalid file characters]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -357,7 +357,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.noDataLoss" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.noDataLoss" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No data loss will occur from the listed deploy actions.]]></Val>
|
<Val><![CDATA[No data loss will occur from the listed deploy actions.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -366,7 +366,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.objecTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.objecTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name of object that will be affected by deployment]]></Val>
|
<Val><![CDATA[Name of object that will be affected by deployment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -375,7 +375,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.object" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.object" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Object]]></Val>
|
<Val><![CDATA[Object]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -384,7 +384,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.operation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.operation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Operation]]></Val>
|
<Val><![CDATA[Operation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -393,7 +393,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.operationErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.operationErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} operation failed '{1}']]></Val>
|
<Val><![CDATA[{0} operation failed '{1}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -402,7 +402,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.operationTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.operationTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Operation(Create, Alter, Delete) that will occur during deployment]]></Val>
|
<Val><![CDATA[Operation(Create, Alter, Delete) that will occur during deployment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -411,7 +411,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.reservedValueErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.reservedValueErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Reserved file name. Choose another name and try again]]></Val>
|
<Val><![CDATA[Reserved file name. Choose another name and try again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -420,7 +420,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.reservedWindowsFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.reservedWindowsFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This file name is reserved for use by Windows. Choose another name and try again]]></Val>
|
<Val><![CDATA[This file name is reserved for use by Windows. Choose another name and try again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -429,7 +429,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.save" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.save" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save]]></Val>
|
<Val><![CDATA[Save]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -438,7 +438,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.scriptGeneratingMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.scriptGeneratingMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[You can view the status of script generation in the Tasks View once the wizard is closed. The generated script will open when complete.]]></Val>
|
<Val><![CDATA[You can view the status of script generation in the Tasks View once the wizard is closed. The generated script will open when complete.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -447,7 +447,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.selectFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.selectFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select file]]></Val>
|
<Val><![CDATA[Select file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -456,7 +456,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.setting" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.setting" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Setting]]></Val>
|
<Val><![CDATA[Setting]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -465,7 +465,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.summaryTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.summaryTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Summary of settings]]></Val>
|
<Val><![CDATA[Summary of settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -474,7 +474,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.tooLongFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.tooLongFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name is over 255 characters]]></Val>
|
<Val><![CDATA[File name is over 255 characters]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -483,7 +483,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.trailingWhitespaceErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.trailingWhitespaceErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot end with a whitespace]]></Val>
|
<Val><![CDATA[File name cannot end with a whitespace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -492,7 +492,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.type" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.type" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -501,7 +501,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.typeTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.typeTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type of object that will be affected by deployment]]></Val>
|
<Val><![CDATA[Type of object that will be affected by deployment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -510,7 +510,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.undefinedFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.undefinedFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Undefined name]]></Val>
|
<Val><![CDATA[Undefined name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -519,7 +519,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.value" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.value" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Value]]></Val>
|
<Val><![CDATA[Value]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -528,7 +528,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.version" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.version" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Version]]></Val>
|
<Val><![CDATA[Version]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -537,7 +537,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.whitespaceFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.whitespaceFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot be whitespace]]></Val>
|
<Val><![CDATA[File name cannot be whitespace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -546,7 +546,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.wizardTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.wizardTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data-tier Application Wizard]]></Val>
|
<Val><![CDATA[Data-tier Application Wizard]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -555,7 +555,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/package.dacFx.category" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/package.dacFx.category" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[DacFx]]></Val>
|
<Val><![CDATA[DacFx]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -564,7 +564,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/package.dacFx.defaultSaveLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/package.dacFx.defaultSaveLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Full path to folder where .DACPAC and .BACPAC files are saved by default]]></Val>
|
<Val><![CDATA[Full path to folder where .DACPAC and .BACPAC files are saved by default]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -573,7 +573,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/package.dacFx.settings" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/package.dacFx.settings" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Dacpac]]></Val>
|
<Val><![CDATA[Dacpac]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -582,7 +582,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/package.dacFx.startTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/package.dacFx.startTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data-tier Application Wizard]]></Val>
|
<Val><![CDATA[Data-tier Application Wizard]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+82
-82
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\data-workspace.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.data-workspace.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.AllProjectTypes" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.AllProjectTypes" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[All Project Types]]></Val>
|
<Val><![CDATA[All Project Types]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.LocalDevInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.LocalDevInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Click "Learn more" button for more information about local development experience to {0}]]></Val>
|
<Val><![CDATA[Click "Learn more" button for more information about local development experience to {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.SelectProjectFileActionName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.SelectProjectFileActionName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select]]></Val>
|
<Val><![CDATA[Select]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.UnknownProjectTypeError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.UnknownProjectTypeError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No provider was found for project type with id: '{0}']]></Val>
|
<Val><![CDATA[No provider was found for project type with id: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.UnknownProjectsError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.UnknownProjectsError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No provider was found for the following projects: {0}]]></Val>
|
<Val><![CDATA[No provider was found for the following projects: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.activateExtensionFailed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.activateExtensionFailed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to load the project provider extension '{0}'. Error message: {1}]]></Val>
|
<Val><![CDATA[Failed to load the project provider extension '{0}'. Error message: {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworksapce.local" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworksapce.local" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Local]]></Val>
|
<Val><![CDATA[Local]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworksapce.refresh" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworksapce.refresh" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Refresh]]></Val>
|
<Val><![CDATA[Refresh]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.NewProjectDialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.NewProjectDialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create new database project]]></Val>
|
<Val><![CDATA[Create new database project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.Type" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.Type" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.browse" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.browse" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Browse]]></Val>
|
<Val><![CDATA[Browse]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.browseEllipsis" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.browseEllipsis" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Browse...]]></Val>
|
<Val><![CDATA[Browse...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.cloneParentDirectoryNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.cloneParentDirectoryNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The selected clone path '{0}' does not exist or is not a directory.]]></Val>
|
<Val><![CDATA[The selected clone path '{0}' does not exist or is not a directory.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -130,7 +130,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.create" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.create" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create]]></Val>
|
<Val><![CDATA[Create]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -139,7 +139,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.default" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.default" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Default]]></Val>
|
<Val><![CDATA[Default]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.enterProjectName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.enterProjectName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Enter Project Name]]></Val>
|
<Val><![CDATA[Enter Project Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -157,7 +157,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.fileNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.fileNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The selected {0} file '{1}' does not exist or is not a file.]]></Val>
|
<Val><![CDATA[The selected {0} file '{1}' does not exist or is not a file.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -166,7 +166,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.gitRepoUrlPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.gitRepoUrlPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Enter remote git repository URL]]></Val>
|
<Val><![CDATA[Enter remote git repository URL]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.gitRepoUrlTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.gitRepoUrlTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Git repository URL]]></Val>
|
<Val><![CDATA[Git repository URL]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -184,7 +184,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.learnMore" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.learnMore" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Learn More]]></Val>
|
<Val><![CDATA[Learn More]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.localClonePathPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.localClonePathPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select location to clone repository locally]]></Val>
|
<Val><![CDATA[Select location to clone repository locally]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -202,7 +202,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.localClonePathTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.localClonePathTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Local clone path]]></Val>
|
<Val><![CDATA[Local clone path]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -211,7 +211,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.locationSelectorTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.locationSelectorTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Location]]></Val>
|
<Val><![CDATA[Location]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -220,7 +220,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.nameCannotBeEmpty" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.nameCannotBeEmpty" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name cannot be empty]]></Val>
|
<Val><![CDATA[Name cannot be empty]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -229,7 +229,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.no" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.no" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No]]></Val>
|
<Val><![CDATA[No]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.ok" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.ok" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[OK]]></Val>
|
<Val><![CDATA[OK]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -247,7 +247,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -256,7 +256,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.openExistingDialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.openExistingDialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open Existing Project]]></Val>
|
<Val><![CDATA[Open Existing Project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -265,7 +265,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.project" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.project" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project]]></Val>
|
<Val><![CDATA[Project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -274,7 +274,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectAlreadyOpened" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectAlreadyOpened" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project '{0}' is already opened.]]></Val>
|
<Val><![CDATA[Project '{0}' is already opened.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -283,7 +283,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectDirectoryAlreadyExistError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectDirectoryAlreadyExistError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[There is already a directory named '{0}' in the selected location: '{1}'.]]></Val>
|
<Val><![CDATA[There is already a directory named '{0}' in the selected location: '{1}'.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -292,7 +292,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectDirectoryAlreadyExistErrorShort" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectDirectoryAlreadyExistErrorShort" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Directory '{0}' already exists in the selected location, please choose another]]></Val>
|
<Val><![CDATA[Directory '{0}' already exists in the selected location, please choose another]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -301,7 +301,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectFilePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectFilePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select project file]]></Val>
|
<Val><![CDATA[Select project file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -310,7 +310,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectFileTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectFileTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project file]]></Val>
|
<Val><![CDATA[Project file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -319,7 +319,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectLocationPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectLocationPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select location to create project]]></Val>
|
<Val><![CDATA[Select location to create project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -328,7 +328,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectLocationTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectLocationTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Location]]></Val>
|
<Val><![CDATA[Location]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -337,7 +337,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectNamePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectNamePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Enter project name]]></Val>
|
<Val><![CDATA[Enter project name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -346,7 +346,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectNameTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectNameTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name]]></Val>
|
<Val><![CDATA[Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -355,7 +355,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectParentDirectoryNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectParentDirectoryNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The selected project location '{0}' does not exist or is not a directory.]]></Val>
|
<Val><![CDATA[The selected project location '{0}' does not exist or is not a directory.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -364,7 +364,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.remoteGitRepo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.remoteGitRepo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Remote git repository]]></Val>
|
<Val><![CDATA[Remote git repository]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -373,7 +373,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.restartConfirmation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.restartConfirmation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure Data Studio needs to be restarted for the project to be added to the workspace. Restart now?]]></Val>
|
<Val><![CDATA[Azure Data Studio needs to be restarted for the project to be added to the workspace. Restart now?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -385,7 +385,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.sdkLearnMorePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.sdkLearnMorePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Click "Learn More" button for more information about SDK-style projects]]></Val>
|
<Val><![CDATA[Click "Learn More" button for more information about SDK-style projects]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -394,7 +394,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.sdkStyleProject" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.sdkStyleProject" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SDK-style project (Preview)]]></Val>
|
<Val><![CDATA[SDK-style project (Preview)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -403,7 +403,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.select" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.select" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select]]></Val>
|
<Val><![CDATA[Select]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -412,7 +412,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.selectProjectLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.selectProjectLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Project Location]]></Val>
|
<Val><![CDATA[Select Project Location]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -421,7 +421,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.selectProjectType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.selectProjectType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Database Project Type]]></Val>
|
<Val><![CDATA[Select Database Project Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -433,7 +433,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.selectTargetPlatform" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.selectTargetPlatform" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Target Platform]]></Val>
|
<Val><![CDATA[Select Target Platform]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -442,7 +442,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.targetPlatform" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.targetPlatform" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Platform]]></Val>
|
<Val><![CDATA[Target Platform]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -451,7 +451,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.workspacePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.workspacePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select workspace ({0}) file]]></Val>
|
<Val><![CDATA[Select workspace ({0}) file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -460,7 +460,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.yesRecommended" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.yesRecommended" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Yes (Recommended)]]></Val>
|
<Val><![CDATA[Yes (Recommended)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -469,7 +469,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dragAndDropNotSupported" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dragAndDropNotSupported" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This project type does not support drag and drop.]]></Val>
|
<Val><![CDATA[This project type does not support drag and drop.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -478,7 +478,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.fileDoesNotExist" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.fileDoesNotExist" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File '{0}' doesn't exist]]></Val>
|
<Val><![CDATA[File '{0}' doesn't exist]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -487,7 +487,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.filenameEndingInPeriodErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.filenameEndingInPeriodErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot end with a period]]></Val>
|
<Val><![CDATA[File name cannot end with a period]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -496,7 +496,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.gitCloneError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.gitCloneError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error during git clone. View git output for more details]]></Val>
|
<Val><![CDATA[Error during git clone. View git output for more details]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -505,7 +505,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.gitCloneMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.gitCloneMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cloning git repository '{0}'...]]></Val>
|
<Val><![CDATA[Cloning git repository '{0}'...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -514,7 +514,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.invalidFileCharsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.invalidFileCharsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid file characters]]></Val>
|
<Val><![CDATA[Invalid file characters]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -523,7 +523,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.noPreviousData" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.noPreviousData" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Prior {0} for the current project will appear here, please run to see the results.]]></Val>
|
<Val><![CDATA[Prior {0} for the current project will appear here, please run to see the results.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -532,7 +532,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.noProjectProvidingExtensionsInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.noProjectProvidingExtensionsInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No database project extensions are installed. Please install a database project extension to use this feature.]]></Val>
|
<Val><![CDATA[No database project extensions are installed. Please install a database project extension to use this feature.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -541,7 +541,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.onlyMovingOneFileIsSupported" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.onlyMovingOneFileIsSupported" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Only moving one file at a time is supported.]]></Val>
|
<Val><![CDATA[Only moving one file at a time is supported.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -550,7 +550,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.openedProjectsUndefinedAfterRefresh" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.openedProjectsUndefinedAfterRefresh" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[List of opened projects should not be undefined after refresh from disk.]]></Val>
|
<Val><![CDATA[List of opened projects should not be undefined after refresh from disk.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -559,7 +559,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.projectFailedToLoad" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.projectFailedToLoad" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project '{0}' failed to load: {1} To view more details, [open the developer console]5D;(command:workbench.action.toggleDevTools).]]></Val>
|
<Val><![CDATA[Project '{0}' failed to load: {1} To view more details, [open the developer console]5D;(command:workbench.action.toggleDevTools).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -568,7 +568,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.projectNameNull" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.projectNameNull" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project name is null]]></Val>
|
<Val><![CDATA[Project name is null]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -577,7 +577,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.reservedValueErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.reservedValueErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Reserved file name. Choose another name and try again]]></Val>
|
<Val><![CDATA[Reserved file name. Choose another name and try again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -586,7 +586,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.reservedWindowsFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.reservedWindowsFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This file name is reserved for use by Windows. Choose another name and try again]]></Val>
|
<Val><![CDATA[This file name is reserved for use by Windows. Choose another name and try again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -595,7 +595,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.tooLongFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.tooLongFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot be over 255 characters]]></Val>
|
<Val><![CDATA[File name cannot be over 255 characters]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -604,7 +604,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.trailingWhitespaceErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.trailingWhitespaceErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot start or end with whitespace]]></Val>
|
<Val><![CDATA[File name cannot start or end with whitespace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -616,7 +616,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.undefinedFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.undefinedFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Undefined name]]></Val>
|
<Val><![CDATA[Undefined name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -625,7 +625,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.whitespaceFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.whitespaceFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot be whitespace]]></Val>
|
<Val><![CDATA[File name cannot be whitespace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -634,7 +634,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.close-workspace-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.close-workspace-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Close Workspace]]></Val>
|
<Val><![CDATA[Close Workspace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -643,7 +643,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.data-workspace-view-container-name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.data-workspace-view-container-name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Projects]]></Val>
|
<Val><![CDATA[Database Projects]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -655,7 +655,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.main-view-name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.main-view-name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Projects]]></Val>
|
<Val><![CDATA[Database Projects]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -667,7 +667,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.manage-project-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.manage-project-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Manage]]></Val>
|
<Val><![CDATA[Manage]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -676,7 +676,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.new-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.new-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[New]]></Val>
|
<Val><![CDATA[New]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -685,7 +685,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.open-existing-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.open-existing-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open existing]]></Val>
|
<Val><![CDATA[Open existing]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -694,7 +694,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects-view-no-project-content" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects-view-no-project-content" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No projects open in current workspace.]D;]A;[Create new]5D;(command:projects.new)]D;]A;[Open existing]5D;(command:projects.openExisting)]D;]A;To learn more about projects [read our docs]5D;(https://aka.ms/azuredatastudio-projects).]D;]A;]]></Val>
|
<Val><![CDATA[No projects open in current workspace.]D;]A;[Create new]5D;(command:projects.new)]D;]A;[Open existing]5D;(command:projects.openExisting)]D;]A;To learn more about projects [read our docs]5D;(https://aka.ms/azuredatastudio-projects).]D;]A;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -703,7 +703,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects-view-no-workspace-content" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects-view-no-workspace-content" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create new or open existing to get started.]D;]A;[Create new]5D;(command:projects.new)]D;]A;[Open existing]5D;(command:projects.openExisting)]D;]A;To learn more about projects [read our docs]5D;(https://aka.ms/azuredatastudio-projects).]]></Val>
|
<Val><![CDATA[Create new or open existing to get started.]D;]A;[Create new]5D;(command:projects.new)]D;]A;[Open existing]5D;(command:projects.openExisting)]D;]A;To learn more about projects [read our docs]5D;(https://aka.ms/azuredatastudio-projects).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -712,7 +712,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects.defaultProjectSaveLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects.defaultProjectSaveLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Full path to folder where new projects are saved by default.]]></Val>
|
<Val><![CDATA[Full path to folder where new projects are saved by default.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -721,7 +721,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects.excludedProjectsDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects.excludedProjectsDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[List of projects in the workspace to exclude from the projects viewlet]]></Val>
|
<Val><![CDATA[List of projects in the workspace to exclude from the projects viewlet]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -730,7 +730,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects.showNotAddedProjectsInWorkspacePrompt" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects.showNotAddedProjectsInWorkspacePrompt" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Always show information message when the current workspace folders contain projects that have not been added to the workspace's projects.]]></Val>
|
<Val><![CDATA[Always show information message when the current workspace folders contain projects that have not been added to the workspace's projects.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -739,7 +739,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.refresh-workspace-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.refresh-workspace-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Refresh]]></Val>
|
<Val><![CDATA[Refresh]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -748,7 +748,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.remove-project-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.remove-project-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Remove Project]]></Val>
|
<Val><![CDATA[Remove Project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+63
-63
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="import.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.import.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFile.InvalidFileLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFile.InvalidFileLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid file location. Please try a different input file]]></Val>
|
<Val><![CDATA[Invalid file location. Please try a different input file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.allowNulls" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.allowNulls" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Allow Nulls]]></Val>
|
<Val><![CDATA[Allow Nulls]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.browseFiles" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.browseFiles" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Browse]]></Val>
|
<Val><![CDATA[Browse]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.columnName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.columnName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Column Name]]></Val>
|
<Val><![CDATA[Column Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.columnTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.columnTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Column]]></Val>
|
<Val><![CDATA[Column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.createDerivedColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.createDerivedColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create derived column]]></Val>
|
<Val><![CDATA[Create derived column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.dataType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.dataType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data Type]]></Val>
|
<Val><![CDATA[Data Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.databaseDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.databaseDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database the table is created in]]></Val>
|
<Val><![CDATA[Database the table is created in]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.databaseName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.databaseName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database name]]></Val>
|
<Val><![CDATA[Database name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction1" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction1" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select the columns of data on the left required to derive your new column]]></Val>
|
<Val><![CDATA[Select the columns of data on the left required to derive your new column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction2" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction2" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select a row and specify an example transformation that you would like applied to the rest of the column]]></Val>
|
<Val><![CDATA[Select a row and specify an example transformation that you would like applied to the rest of the column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction3" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction3" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Click "Preview Transformation" to preview the transformation]]></Val>
|
<Val><![CDATA[Click "Preview Transformation" to preview the transformation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction4" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction4" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Refine your transformation until you have the desired column]]></Val>
|
<Val><![CDATA[Refine your transformation until you have the desired column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction5" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction5" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specify the new derived column's name and click "Done"]]></Val>
|
<Val><![CDATA[Specify the new derived column's name and click "Done"]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.fileImport" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.fileImport" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File to be imported]]></Val>
|
<Val><![CDATA[File to be imported]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.fileTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.fileTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Location of the file to be imported]]></Val>
|
<Val><![CDATA[Location of the file to be imported]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.headerIntructionText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.headerIntructionText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Welcome to the Derived Column Tool! To get started, please follow the steps below:]]></Val>
|
<Val><![CDATA[Welcome to the Derived Column Tool! To get started, please follow the steps below:]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -168,7 +168,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.importData" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.importData" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import Data]]></Val>
|
<Val><![CDATA[Import Data]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.importInformation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.importInformation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import information]]></Val>
|
<Val><![CDATA[Import information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -186,7 +186,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.importNewFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.importNewFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import new file]]></Val>
|
<Val><![CDATA[Import new file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.importStatus" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.importStatus" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import status]]></Val>
|
<Val><![CDATA[Import status]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -204,7 +204,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.next" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.next" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Next]]></Val>
|
<Val><![CDATA[Next]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -213,7 +213,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.openFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.openFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -222,7 +222,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.page1Name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.page1Name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specify Input File]]></Val>
|
<Val><![CDATA[Specify Input File]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -231,7 +231,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.page2Name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.page2Name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Preview Data]]></Val>
|
<Val><![CDATA[Preview Data]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -240,7 +240,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.page3Name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.page3Name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Modify Columns]]></Val>
|
<Val><![CDATA[Modify Columns]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -249,7 +249,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.page4Name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.page4Name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Summary]]></Val>
|
<Val><![CDATA[Summary]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -258,7 +258,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.previewTransformation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.previewTransformation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Preview Transformation]]></Val>
|
<Val><![CDATA[Preview Transformation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -267,7 +267,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.primaryKey" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.primaryKey" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Primary Key]]></Val>
|
<Val><![CDATA[Primary Key]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -276,7 +276,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.prosePreviewMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.prosePreviewMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This operation analyzed the input file structure to generate the preview below for up to the first 50 rows.]]></Val>
|
<Val><![CDATA[This operation analyzed the input file structure to generate the preview below for up to the first 50 rows.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -285,7 +285,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.prosePreviewMessageFail" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.prosePreviewMessageFail" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This operation was unsuccessful. Please try a different input file.]]></Val>
|
<Val><![CDATA[This operation was unsuccessful. Please try a different input file.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -294,7 +294,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.refresh" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.refresh" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Refresh]]></Val>
|
<Val><![CDATA[Refresh]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -303,7 +303,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.schemaTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.schemaTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Table schema]]></Val>
|
<Val><![CDATA[Table schema]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -312,7 +312,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.selectAllColumns" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.selectAllColumns" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select all columns]]></Val>
|
<Val><![CDATA[Select all columns]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -321,7 +321,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.selectColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.selectColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select column {0}]]></Val>
|
<Val><![CDATA[Select column {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -330,7 +330,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.serverDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.serverDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Server the database is in]]></Val>
|
<Val><![CDATA[Server the database is in]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -339,7 +339,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.serverName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.serverName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Server name]]></Val>
|
<Val><![CDATA[Server name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -348,7 +348,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.specifyDerivedColNameTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.specifyDerivedColNameTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Column Name]]></Val>
|
<Val><![CDATA[Column Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -357,7 +357,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.specifyTransformation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.specifyTransformation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specify Transformation]]></Val>
|
<Val><![CDATA[Specify Transformation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -366,7 +366,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.specifyTransformationForRow" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.specifyTransformationForRow" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specify transformation for row {0}]]></Val>
|
<Val><![CDATA[Specify transformation for row {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -375,7 +375,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.success.norows" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.success.norows" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[✔ You have successfully inserted the data into a table.]]></Val>
|
<Val><![CDATA[✔ You have successfully inserted the data into a table.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -384,7 +384,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.tableName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.tableName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Table name]]></Val>
|
<Val><![CDATA[Table name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -393,7 +393,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.tableSchema" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.tableSchema" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Table schema]]></Val>
|
<Val><![CDATA[Table schema]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -402,7 +402,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.tableTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.tableTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[New table name]]></Val>
|
<Val><![CDATA[New table name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -411,7 +411,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.wizardName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.wizardName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import flat file wizard]]></Val>
|
<Val><![CDATA[Import flat file wizard]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -420,7 +420,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.import.needConnection" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.import.needConnection" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Please connect to a server before using this wizard.]]></Val>
|
<Val><![CDATA[Please connect to a server before using this wizard.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -429,7 +429,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.import.needSQLConnection" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.import.needSQLConnection" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Import extension does not support this type of connection]]></Val>
|
<Val><![CDATA[SQL Server Import extension does not support this type of connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -438,7 +438,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.import.serviceCrashButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.import.serviceCrashButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Give Feedback]]></Val>
|
<Val><![CDATA[Give Feedback]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -447,7 +447,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.serviceCrashMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.serviceCrashMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[service component could not start]]></Val>
|
<Val><![CDATA[service component could not start]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -456,7 +456,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.downloadingService" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.downloadingService" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0}]]></Val>
|
<Val><![CDATA[Downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -465,7 +465,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.downloadingServiceComplete" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.downloadingServiceComplete" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Done downloading {0}]]></Val>
|
<Val><![CDATA[Done downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -474,7 +474,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.downloadingServiceSize" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.downloadingServiceSize" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[({0} KB)]]></Val>
|
<Val><![CDATA[({0} KB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -483,7 +483,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.downloadingServiceStatus" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.downloadingServiceStatus" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0}]]></Val>
|
<Val><![CDATA[Downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -492,7 +492,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.entryExtractedChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.entryExtractedChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Extracted {0} ({1}/{2})]]></Val>
|
<Val><![CDATA[Extracted {0} ({1}/{2})]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -501,7 +501,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.flatFileImport.serviceStartFailed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.flatFileImport.serviceStartFailed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to start {0}: {1}]]></Val>
|
<Val><![CDATA[Failed to start {0}: {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -510,7 +510,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.installingService" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.installingService" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing {0} Service]]></Val>
|
<Val><![CDATA[Installing {0} Service]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -519,7 +519,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.installingServiceDetailed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.installingServiceDetailed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing {0} to {1}]]></Val>
|
<Val><![CDATA[Installing {0} to {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -528,7 +528,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.serviceInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.serviceInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installed {0}]]></Val>
|
<Val><![CDATA[Installed {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -537,7 +537,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.serviceStarted" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.serviceStarted" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} Started]]></Val>
|
<Val><![CDATA[{0} Started]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -546,7 +546,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.serviceStarting" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.serviceStarting" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Starting {0}]]></Val>
|
<Val><![CDATA[Starting {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -555,7 +555,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/package.flatfileimport.configuration.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/package.flatfileimport.configuration.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Flat File Import configuration]]></Val>
|
<Val><![CDATA[Flat File Import configuration]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -564,7 +564,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/package.flatfileimport.logDebugInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/package.flatfileimport.logDebugInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[[Optional]5D; Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown]]></Val>
|
<Val><![CDATA[[Optional]5D; Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+77
-77
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\kusto.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.kusto.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/kusto/dist/features.kusto.accountDoesNotExist" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/features.kusto.accountDoesNotExist" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Account does not exist.]]></Val>
|
<Val><![CDATA[Account does not exist.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/features.kusto.insufficientlyPrivelagedAzureAccount" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/features.kusto.insufficientlyPrivelagedAzureAccount" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The configured Azure account for {0} does not have sufficient permissions for Azure Key Vault to access a column master key for Always Encrypted.]]></Val>
|
<Val><![CDATA[The configured Azure account for {0} does not have sufficient permissions for Azure Key Vault to access a column master key for Always Encrypted.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/features.kusto.missingLinkedAzureAccount" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/features.kusto.missingLinkedAzureAccount" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure Data Studio needs to contact Azure Key Vault to access a column master key for Always Encrypted, but no linked Azure account is available. Please add a linked Azure account and retry the query.]]></Val>
|
<Val><![CDATA[Azure Data Studio needs to contact Azure Key Vault to access a column master key for Always Encrypted, but no linked Azure account is available. Please add a linked Azure account and retry the query.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.downloadServiceDoneChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.downloadServiceDoneChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloaded {0}]]></Val>
|
<Val><![CDATA[Downloaded {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.downloadingServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.downloadingServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0}]]></Val>
|
<Val><![CDATA[Downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.downloadingServiceSizeChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.downloadingServiceSizeChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[({0} KB)]]></Val>
|
<Val><![CDATA[({0} KB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.downloadingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.downloadingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0}]]></Val>
|
<Val><![CDATA[Downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.failedToStartServiceErrorMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.failedToStartServiceErrorMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to start {0}]]></Val>
|
<Val><![CDATA[Failed to start {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.installedServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.installedServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installed {0}]]></Val>
|
<Val><![CDATA[Installed {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.installingServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.installingServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing {0} to {1}]]></Val>
|
<Val><![CDATA[Installing {0} to {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.installingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.installingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing {0}]]></Val>
|
<Val><![CDATA[Installing {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.serviceStartedStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.serviceStartedStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} Started]]></Val>
|
<Val><![CDATA[{0} Started]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.startingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.startingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Starting {0}]]></Val>
|
<Val><![CDATA[Starting {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -130,7 +130,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/main.kusto.unsupportedPlatform" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/main.kusto.unsupportedPlatform" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Unsupported platform]]></Val>
|
<Val><![CDATA[Unsupported platform]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -139,7 +139,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/main.notebookFileType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/main.notebookFileType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Notebooks]]></Val>
|
<Val><![CDATA[Notebooks]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/main.unsupportedFileType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/main.unsupportedFileType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Only .ipynb Notebooks are supported]]></Val>
|
<Val><![CDATA[Only .ipynb Notebooks are supported]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -157,7 +157,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/command.cancel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/command.cancel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel operation?]]></Val>
|
<Val><![CDATA[Cancel operation?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -166,7 +166,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/command.cancelTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/command.cancelTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel]]></Val>
|
<Val><![CDATA[Cancel]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/command.kusto.searchServers" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/command.kusto.searchServers" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Search Server Names]]></Val>
|
<Val><![CDATA[Search Server Names]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -184,7 +184,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/command.progress" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/command.progress" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[$(sync~spin) {0}...]]></Val>
|
<Val><![CDATA[$(sync~spin) {0}...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.notifyError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.notifyError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error notifying of node change: {0}]]></Val>
|
<Val><![CDATA[Error notifying of node change: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -202,7 +202,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.rootLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.rootLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Root]]></Val>
|
<Val><![CDATA[Root]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -211,7 +211,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.sessionNotFound" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.sessionNotFound" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Session for node {0} does not exist]]></Val>
|
<Val><![CDATA[Session for node {0} does not exist]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -220,7 +220,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/telemetry.serviceCrashMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/telemetry.serviceCrashMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} component exited unexpectedly. Please restart Azure Data Studio.]]></Val>
|
<Val><![CDATA[{0} component exited unexpectedly. Please restart Azure Data Studio.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -229,7 +229,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/telemetry.viewKnownIssuesText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/telemetry.viewKnownIssuesText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View Known Issues]]></Val>
|
<Val><![CDATA[View Known Issues]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.databaseProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.databaseProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Name]]></Val>
|
<Val><![CDATA[Database Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -247,7 +247,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.databaseProperties.size" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.databaseProperties.size" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Size (MB)]]></Val>
|
<Val><![CDATA[Size (MB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -256,7 +256,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.serverProperties.diskCacheCapacity" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.serverProperties.diskCacheCapacity" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[% of Cluster data capacity used]]></Val>
|
<Val><![CDATA[% of Cluster data capacity used]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -265,7 +265,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.serverProperties.machinesTotal" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.serverProperties.machinesTotal" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Total Machines in the cluster]]></Val>
|
<Val><![CDATA[Total Machines in the cluster]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -274,7 +274,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.serverProperties.summary" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.serverProperties.summary" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Status]]></Val>
|
<Val><![CDATA[Status]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -283,7 +283,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.databasesListProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.databasesListProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name]]></Val>
|
<Val><![CDATA[Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -292,7 +292,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.databasesListProperties.size" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.databasesListProperties.size" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Size (MB)]]></Val>
|
<Val><![CDATA[Size (MB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -301,7 +301,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.configuration.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.configuration.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[KUSTO configuration]]></Val>
|
<Val><![CDATA[KUSTO configuration]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -310,7 +310,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.applicationName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.applicationName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The name of the application]]></Val>
|
<Val><![CDATA[The name of the application]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -319,7 +319,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.applicationName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.applicationName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Application name]]></Val>
|
<Val><![CDATA[Application name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -328,7 +328,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.categoryValues.azureMFA" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.categoryValues.azureMFA" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure Active Directory - Universal with MFA support]]></Val>
|
<Val><![CDATA[Azure Active Directory - Universal with MFA support]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -337,7 +337,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.categoryValues.none" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.categoryValues.none" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Authentication]]></Val>
|
<Val><![CDATA[No Authentication]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -346,7 +346,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.categoryValues.sqlLogin" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.categoryValues.sqlLogin" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User Authentication]]></Val>
|
<Val><![CDATA[User Authentication]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -355,7 +355,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specifies the method of authenticating with Kusto Server]]></Val>
|
<Val><![CDATA[Specifies the method of authenticating with Kusto Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -364,7 +364,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Authentication type]]></Val>
|
<Val><![CDATA[Authentication type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -373,7 +373,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectRetryCount.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectRetryCount.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Number of attempts to restore connection]]></Val>
|
<Val><![CDATA[Number of attempts to restore connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -382,7 +382,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectRetryCount.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectRetryCount.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Connect retry count]]></Val>
|
<Val><![CDATA[Connect retry count]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -391,7 +391,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectRetryInterval.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectRetryInterval.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Delay between attempts to restore connection]]></Val>
|
<Val><![CDATA[Delay between attempts to restore connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -400,7 +400,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectRetryInterval.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectRetryInterval.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Connect retry interval]]></Val>
|
<Val><![CDATA[Connect retry interval]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -409,7 +409,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectTimeout.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectTimeout.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error]]></Val>
|
<Val><![CDATA[The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -418,7 +418,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectTimeout.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectTimeout.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Connect timeout]]></Val>
|
<Val><![CDATA[Connect timeout]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -427,7 +427,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectionName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectionName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Custom name of the connection]]></Val>
|
<Val><![CDATA[Custom name of the connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -436,7 +436,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectionName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectionName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name (optional)]]></Val>
|
<Val><![CDATA[Name (optional)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -445,7 +445,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.databaseName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.databaseName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The name of the initial catalog or database in the data source]]></Val>
|
<Val><![CDATA[The name of the initial catalog or database in the data source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -454,7 +454,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.databaseName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.databaseName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database]]></Val>
|
<Val><![CDATA[Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -463,7 +463,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.failoverPartner.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.failoverPartner.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The name or network address of the instance of Kusto Server that acts as a failover partner]]></Val>
|
<Val><![CDATA[The name or network address of the instance of Kusto Server that acts as a failover partner]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -472,7 +472,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.failoverPartner.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.failoverPartner.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failover partner]]></Val>
|
<Val><![CDATA[Failover partner]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -481,7 +481,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.connectionResiliency" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.connectionResiliency" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Connection Resiliency]]></Val>
|
<Val><![CDATA[Connection Resiliency]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -490,7 +490,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.context" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.context" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Context]]></Val>
|
<Val><![CDATA[Context]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -499,7 +499,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.initialization" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.initialization" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Initialization]]></Val>
|
<Val><![CDATA[Initialization]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -508,7 +508,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.security" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.security" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Security]]></Val>
|
<Val><![CDATA[Security]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -517,7 +517,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.source" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.source" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source]]></Val>
|
<Val><![CDATA[Source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -526,7 +526,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.password.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.password.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Indicates the password to be used when connecting to the data source]]></Val>
|
<Val><![CDATA[Indicates the password to be used when connecting to the data source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -535,7 +535,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.password.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.password.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Password]]></Val>
|
<Val><![CDATA[Password]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -544,7 +544,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.serverName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.serverName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Kusto cluster name]]></Val>
|
<Val><![CDATA[Kusto cluster name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -553,7 +553,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.serverName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.serverName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cluster]]></Val>
|
<Val><![CDATA[Cluster]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -562,7 +562,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.userName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.userName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Indicates the user ID to be used when connecting to the data source]]></Val>
|
<Val><![CDATA[Indicates the user ID to be used when connecting to the data source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -571,7 +571,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.userName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.userName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User name]]></Val>
|
<Val><![CDATA[User name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -580,7 +580,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.workstationId.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.workstationId.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The name of the workstation connecting to Kusto Server]]></Val>
|
<Val><![CDATA[The name of the workstation connecting to Kusto Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -589,7 +589,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.workstationId.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.workstationId.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Workstation Id]]></Val>
|
<Val><![CDATA[Workstation Id]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -598,7 +598,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.format.alignColumnDefinitionsInColumns" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.format.alignColumnDefinitionsInColumns" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Should column definitions be aligned?]]></Val>
|
<Val><![CDATA[Should column definitions be aligned?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -607,7 +607,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.format.datatypeCasing" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.format.datatypeCasing" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Should data types be formatted as UPPERCASE, lowercase, or none (not formatted)]]></Val>
|
<Val><![CDATA[Should data types be formatted as UPPERCASE, lowercase, or none (not formatted)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -616,7 +616,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.format.keywordCasing" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.format.keywordCasing" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Should keywords be formatted as UPPERCASE, lowercase, or none (not formatted)]]></Val>
|
<Val><![CDATA[Should keywords be formatted as UPPERCASE, lowercase, or none (not formatted)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -625,7 +625,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.logDebugInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.logDebugInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[[Optional]5D; Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown]]></Val>
|
<Val><![CDATA[[Optional]5D; Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -634,7 +634,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.provider.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.provider.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure Data Explorer (Kusto)]]></Val>
|
<Val><![CDATA[Azure Data Explorer (Kusto)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -643,7 +643,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.query.displayBitAsNumber" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.query.displayBitAsNumber" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false']]></Val>
|
<Val><![CDATA[Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -652,7 +652,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.tracingLevel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.tracingLevel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[[Optional]5D; Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information]]></Val>
|
<Val><![CDATA[[Optional]5D; Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -661,7 +661,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.notebook.command.new" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.notebook.command.new" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[New Notebook]]></Val>
|
<Val><![CDATA[New Notebook]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -670,7 +670,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.notebook.command.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.notebook.command.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open Notebook]]></Val>
|
<Val><![CDATA[Open Notebook]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -679,7 +679,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.objectsListProperties.metadataTypeName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.objectsListProperties.metadataTypeName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -688,7 +688,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.objectsListProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.objectsListProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name]]></Val>
|
<Val><![CDATA[Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+218
-218
File diff suppressed because it is too large
Load Diff
+391
-391
File diff suppressed because it is too large
Load Diff
+261
-261
File diff suppressed because it is too large
Load Diff
+17
-17
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="profiler.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.profiler.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.cancel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.cancel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel]]></Val>
|
<Val><![CDATA[Cancel]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.create" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.create" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Start]]></Val>
|
<Val><![CDATA[Start]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.createSessionFailed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.createSessionFailed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to create a session]]></Val>
|
<Val><![CDATA[Failed to create a session]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.dialogOwnerInvalid" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.dialogOwnerInvalid" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid dialog owner, cannot open dialog]]></Val>
|
<Val><![CDATA[Invalid dialog owner, cannot open dialog]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.enterSessionName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.enterSessionName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Enter session name:]]></Val>
|
<Val><![CDATA[Enter session name:]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.invalidProviderType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.invalidProviderType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid provider type, cannot open dialog]]></Val>
|
<Val><![CDATA[Invalid provider type, cannot open dialog]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.selectTemplates" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.selectTemplates" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select session template:]]></Val>
|
<Val><![CDATA[Select session template:]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.templatesInvalid" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.templatesInvalid" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid templates list, cannot open dialog]]></Val>
|
<Val><![CDATA[Invalid templates list, cannot open dialog]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Start New Profiler Session]]></Val>
|
<Val><![CDATA[Start New Profiler Session]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Profiler for Azure Data Studio]]></Val>
|
<Val><![CDATA[SQL Server Profiler for Azure Data Studio]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Profiler]]></Val>
|
<Val><![CDATA[SQL Server Profiler]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.category" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.category" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Profiler]]></Val>
|
<Val><![CDATA[Profiler]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.contributes.title.newProfler" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.contributes.title.newProfler" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Launch Profiler]]></Val>
|
<Val><![CDATA[Launch Profiler]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.contributes.title.openCreateSessionDialog" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.contributes.title.openCreateSessionDialog" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create Profiler Season]]></Val>
|
<Val><![CDATA[Create Profiler Season]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.contributes.title.start" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.contributes.title.start" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Start]]></Val>
|
<Val><![CDATA[Start]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.contributes.title.stop" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.contributes.title.stop" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Stop]]></Val>
|
<Val><![CDATA[Stop]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+21
-21
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\query-history.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.query-history.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/query-history/dist/localizedConstants.errorLoading" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/dist/localizedConstants.errorLoading" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error loading saved query history items. {0}]]></Val>
|
<Val><![CDATA[Error loading saved query history items. {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/dist/localizedConstants.failed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/dist/localizedConstants.failed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed]]></Val>
|
<Val><![CDATA[Failed]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/dist/localizedConstants.succeeded" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/dist/localizedConstants.succeeded" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Succeeded]]></Val>
|
<Val><![CDATA[Succeeded]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.captureEnabledDesc" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.captureEnabledDesc" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Whether Query History capture is enabled. If false queries executed will not be captured.]]></Val>
|
<Val><![CDATA[Whether Query History capture is enabled. If false queries executed will not be captured.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.clear" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.clear" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Clear All History]]></Val>
|
<Val><![CDATA[Clear All History]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.delete" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.delete" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Delete]]></Val>
|
<Val><![CDATA[Delete]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View and run previously executed queries]]></Val>
|
<Val><![CDATA[View and run previously executed queries]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.disableCapture" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.disableCapture" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Pause Query History Capture]]></Val>
|
<Val><![CDATA[Pause Query History Capture]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Query History]]></Val>
|
<Val><![CDATA[Query History]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.doubleClickAction" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.doubleClickAction" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The action taken when a history item is double clicked]]></Val>
|
<Val><![CDATA[The action taken when a history item is double clicked]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.doubleClickAction.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.doubleClickAction.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open a new disconnected editor with the query from the selected history item]]></Val>
|
<Val><![CDATA[Open a new disconnected editor with the query from the selected history item]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.doubleClickAction.run" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.doubleClickAction.run" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open a new connected editor with the query and connection from the selected history item and automatically run the query]]></Val>
|
<Val><![CDATA[Open a new connected editor with the query and connection from the selected history item and automatically run the query]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.enableCapture" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.enableCapture" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Start Query History Capture]]></Val>
|
<Val><![CDATA[Start Query History Capture]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.loading" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.loading" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Loading saved entries...]]></Val>
|
<Val><![CDATA[Loading saved entries...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.maxEntries" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.maxEntries" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Maximum number of entries to store. 0 means unlimited entries are stored. Increasing this limit may impact performance, especially if persistence is enabled.]]></Val>
|
<Val><![CDATA[Maximum number of entries to store. 0 means unlimited entries are stored. Increasing this limit may impact performance, especially if persistence is enabled.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.noEntries" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.noEntries" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No queries to display]]></Val>
|
<Val><![CDATA[No queries to display]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open Query]]></Val>
|
<Val><![CDATA[Open Query]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.openStorageFolder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.openStorageFolder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open storage folder]]></Val>
|
<Val><![CDATA[Open storage folder]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.persistHistory" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.persistHistory" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Whether query history is persisted across restarts. If false then the history will be cleared when the application exits.]]></Val>
|
<Val><![CDATA[Whether query history is persisted across restarts. If false then the history will be cleared when the application exits.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -181,7 +181,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.run" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.run" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Run Query]]></Val>
|
<Val><![CDATA[Run Query]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+313
-313
File diff suppressed because it is too large
Load Diff
+100
-100
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="schema-compare.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.schema-compare.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.OptionNotFoundWarningMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.OptionNotFoundWarningMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[label: {0} does not exist in the options value name lookup]]></Val>
|
<Val><![CDATA[label: {0} does not exist in the options value name lookup]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.SchemaCompare.GeneralOptionsLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.SchemaCompare.GeneralOptionsLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[General Options]]></Val>
|
<Val><![CDATA[General Options]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.SchemaCompare.ObjectTypesOptionsLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.SchemaCompare.ObjectTypesOptionsLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Include Object Types]]></Val>
|
<Val><![CDATA[Include Object Types]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.SchemaCompare.SchemaCompareOptionsDialogLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.SchemaCompare.SchemaCompareOptionsDialogLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare Options]]></Val>
|
<Val><![CDATA[Schema Compare Options]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.SchemaCompareOptionsDialog.Reset" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.SchemaCompareOptionsDialog.Reset" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Reset]]></Val>
|
<Val><![CDATA[Reset]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.file" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.file" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File]]></Val>
|
<Val><![CDATA[File]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.flat" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.flat" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Flat]]></Val>
|
<Val><![CDATA[Flat]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.objectType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.objectType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Object Type]]></Val>
|
<Val><![CDATA[Object Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schema" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schema" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema]]></Val>
|
<Val><![CDATA[Schema]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.ApplyConfirmation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.ApplyConfirmation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Are you sure you want to update the target?]]></Val>
|
<Val><![CDATA[Are you sure you want to update the target?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.CompareDetailsTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.CompareDetailsTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Compare Details]]></Val>
|
<Val><![CDATA[Compare Details]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.GetConnectionString" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.GetConnectionString" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Do you want to connect to {0}?]]></Val>
|
<Val><![CDATA[Do you want to connect to {0}?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.RecompareToRefresh" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.RecompareToRefresh" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Press Compare to refresh the comparison.]]></Val>
|
<Val><![CDATA[Press Compare to refresh the comparison.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.actionColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.actionColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Action]]></Val>
|
<Val><![CDATA[Action]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.addAction" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.addAction" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Add]]></Val>
|
<Val><![CDATA[Add]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applyButtonDisabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applyButtonDisabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Apply is enabled when the target is a database or database project]]></Val>
|
<Val><![CDATA[Apply is enabled when the target is a database or database project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -162,7 +162,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applyButtonEnabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applyButtonEnabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Apply changes to target]]></Val>
|
<Val><![CDATA[Apply changes to target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -171,7 +171,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applyError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applyError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[There was an error updating the project]]></Val>
|
<Val><![CDATA[There was an error updating the project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -180,7 +180,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applyNoChanges" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applyNoChanges" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No changes to apply]]></Val>
|
<Val><![CDATA[No changes to apply]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -189,7 +189,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applySuccess" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applySuccess" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project was successfully updated]]></Val>
|
<Val><![CDATA[Project was successfully updated]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cancelCompareButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cancelCompareButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Stop]]></Val>
|
<Val><![CDATA[Stop]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -207,7 +207,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cancelErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cancelErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel schema compare failed: '{0}']]></Val>
|
<Val><![CDATA[Cancel schema compare failed: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -216,7 +216,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cannotExcludeMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cannotExcludeMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cannot exclude {0}. Included dependents exist]]></Val>
|
<Val><![CDATA[Cannot exclude {0}. Included dependents exist]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -225,7 +225,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cannotExcludeMessageWithDependent" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cannotExcludeMessageWithDependent" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cannot exclude {0}. Included dependents exist, such as {1}]]></Val>
|
<Val><![CDATA[Cannot exclude {0}. Included dependents exist, such as {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -234,7 +234,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cannotIncludeMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cannotIncludeMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cannot include {0}. Excluded dependents exist]]></Val>
|
<Val><![CDATA[Cannot include {0}. Excluded dependents exist]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -243,7 +243,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cannotIncludeMessageWithDependent" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cannotIncludeMessageWithDependent" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cannot include {0}. Excluded dependents exist, such as {1}]]></Val>
|
<Val><![CDATA[Cannot include {0}. Excluded dependents exist, such as {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -252,7 +252,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.changeAction" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.changeAction" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Change]]></Val>
|
<Val><![CDATA[Change]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -261,7 +261,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.compareButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.compareButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Compare]]></Val>
|
<Val><![CDATA[Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -270,7 +270,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.compareErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.compareErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare failed: {0}]]></Val>
|
<Val><![CDATA[Schema Compare failed: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -279,7 +279,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.dacpacRadioButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.dacpacRadioButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data-tier Application File (.dacpac)]]></Val>
|
<Val><![CDATA[Data-tier Application File (.dacpac)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -288,7 +288,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.databaseButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.databaseButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database]]></Val>
|
<Val><![CDATA[Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -297,7 +297,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.deleteAction" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.deleteAction" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Delete]]></Val>
|
<Val><![CDATA[Delete]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -306,7 +306,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.dialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.dialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare]]></Val>
|
<Val><![CDATA[Schema Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -315,7 +315,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.differencesTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.differencesTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Comparison between Source and Target]]></Val>
|
<Val><![CDATA[Comparison between Source and Target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -324,7 +324,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate script]]></Val>
|
<Val><![CDATA[Generate script]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -333,7 +333,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptButtonDisabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptButtonDisabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate script is enabled when the target is a database]]></Val>
|
<Val><![CDATA[Generate script is enabled when the target is a database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -342,7 +342,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptEnabledButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptEnabledButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate script to deploy changes to target]]></Val>
|
<Val><![CDATA[Generate script to deploy changes to target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -351,7 +351,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate script failed: '{0}']]></Val>
|
<Val><![CDATA[Generate script failed: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -360,7 +360,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptNoChanges" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptNoChanges" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No changes to script]]></Val>
|
<Val><![CDATA[No changes to script]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -369,7 +369,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.includeColumnName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.includeColumnName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Include]]></Val>
|
<Val><![CDATA[Include]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -378,7 +378,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.includeExcludeInfoMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.includeExcludeInfoMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Please note that include/exclude operations can take a moment to calculate affected dependencies]]></Val>
|
<Val><![CDATA[Please note that include/exclude operations can take a moment to calculate affected dependencies]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -387,7 +387,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.noDifferences" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.noDifferences" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No schema differences were found.]]></Val>
|
<Val><![CDATA[No schema differences were found.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -396,7 +396,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.openFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.openFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -405,7 +405,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.openScmpButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.openScmpButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open .scmp file]]></Val>
|
<Val><![CDATA[Open .scmp file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -414,7 +414,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.openScmpButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.openScmpButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Load source, target, and options saved in an .scmp file]]></Val>
|
<Val><![CDATA[Load source, target, and options saved in an .scmp file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -423,7 +423,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.openScmpErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.openScmpErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open scmp failed: '{0}']]></Val>
|
<Val><![CDATA[Open scmp failed: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -432,7 +432,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.optionsButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.optionsButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Options]]></Val>
|
<Val><![CDATA[Options]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -441,7 +441,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.projectButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.projectButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Project]]></Val>
|
<Val><![CDATA[Database Project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -450,7 +450,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.radioButtonsLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.radioButtonsLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -459,7 +459,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.saveFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.saveFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save]]></Val>
|
<Val><![CDATA[Save]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -468,7 +468,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.saveScmpButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.saveScmpButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save .scmp file]]></Val>
|
<Val><![CDATA[Save .scmp file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -477,7 +477,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.saveScmpButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.saveScmpButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save source and target, options, and excluded elements]]></Val>
|
<Val><![CDATA[Save source and target, options, and excluded elements]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -486,7 +486,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.saveScmpErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.saveScmpErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save scmp failed: '{0}']]></Val>
|
<Val><![CDATA[Save scmp failed: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -495,7 +495,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.selectConnection" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.selectConnection" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select connection]]></Val>
|
<Val><![CDATA[Select connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -504,7 +504,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.selectSourceFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.selectSourceFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select source file]]></Val>
|
<Val><![CDATA[Select source file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -513,7 +513,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.selectTargetFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.selectTargetFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select target file]]></Val>
|
<Val><![CDATA[Select target file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -522,7 +522,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.sourceButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.sourceButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Source]]></Val>
|
<Val><![CDATA[Select Source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -531,7 +531,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.sourceNameColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.sourceNameColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Name]]></Val>
|
<Val><![CDATA[Source Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -540,7 +540,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.startText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.startText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[To compare two schemas, first select a source schema and target schema, then press Compare.]]></Val>
|
<Val><![CDATA[To compare two schemas, first select a source schema and target schema, then press Compare.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -549,7 +549,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.switchButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.switchButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Switch source and target]]></Val>
|
<Val><![CDATA[Switch source and target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -558,7 +558,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.switchDirectionButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.switchDirectionButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Switch direction]]></Val>
|
<Val><![CDATA[Switch direction]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -567,7 +567,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.targetButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.targetButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Target]]></Val>
|
<Val><![CDATA[Select Target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -576,7 +576,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.targetNameColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.targetNameColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Name]]></Val>
|
<Val><![CDATA[Target Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -585,7 +585,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.typeColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.typeColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -594,7 +594,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.updateButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.updateButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Apply]]></Val>
|
<Val><![CDATA[Apply]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -603,7 +603,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.updateErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.updateErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare Apply failed '{0}']]></Val>
|
<Val><![CDATA[Schema Compare Apply failed '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -612,7 +612,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.waitText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.waitText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Initializing Comparison. This might take a moment.]]></Val>
|
<Val><![CDATA[Initializing Comparison. This might take a moment.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -621,7 +621,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.No" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.No" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No]]></Val>
|
<Val><![CDATA[No]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -630,7 +630,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.SourceTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.SourceTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source]]></Val>
|
<Val><![CDATA[Source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -639,7 +639,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.TargetTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.TargetTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target]]></Val>
|
<Val><![CDATA[Target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -648,7 +648,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.Yes" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.Yes" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Yes]]></Val>
|
<Val><![CDATA[Yes]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -657,7 +657,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.cancel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.cancel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel]]></Val>
|
<Val><![CDATA[Cancel]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -666,7 +666,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.databaseDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.databaseDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database]]></Val>
|
<Val><![CDATA[Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -675,7 +675,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.defaultUser" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.defaultUser" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[default]]></Val>
|
<Val><![CDATA[default]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -684,7 +684,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.differentSourceMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.differentSourceMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[A different source schema has been selected. Compare to see the comparison?]]></Val>
|
<Val><![CDATA[A different source schema has been selected. Compare to see the comparison?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -693,7 +693,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.differentSourceTargetMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.differentSourceTargetMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Different source and target schemas have been selected. Compare to see the comparison?]]></Val>
|
<Val><![CDATA[Different source and target schemas have been selected. Compare to see the comparison?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -702,7 +702,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.differentTargetMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.differentTargetMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[A different target schema has been selected. Compare to see the comparison?]]></Val>
|
<Val><![CDATA[A different target schema has been selected. Compare to see the comparison?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -711,7 +711,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.dspErrorSource" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.dspErrorSource" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The source .sqlproj file does not specify a database schema component]]></Val>
|
<Val><![CDATA[The source .sqlproj file does not specify a database schema component]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -720,7 +720,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.dspErrorTarget" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.dspErrorTarget" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The target .sqlproj file does not specify a database schema component]]></Val>
|
<Val><![CDATA[The target .sqlproj file does not specify a database schema component]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -729,7 +729,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.fileTextBoxLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.fileTextBoxLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File]]></Val>
|
<Val><![CDATA[File]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -738,7 +738,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.noProjectExtension" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.noProjectExtension" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The sql-database-projects extension is required to perform schema comparison with database projects]]></Val>
|
<Val><![CDATA[The sql-database-projects extension is required to perform schema comparison with database projects]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -747,7 +747,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.noProjectExtensionApply" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.noProjectExtensionApply" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The sql-database-projects extension is required to apply changes to a project]]></Val>
|
<Val><![CDATA[The sql-database-projects extension is required to apply changes to a project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -756,7 +756,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.ok" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.ok" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[OK]]></Val>
|
<Val><![CDATA[OK]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -765,7 +765,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.serverDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.serverDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Server]]></Val>
|
<Val><![CDATA[Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -774,7 +774,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.sourceDatabaseDropdown" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.sourceDatabaseDropdown" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Database]]></Val>
|
<Val><![CDATA[Source Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -783,7 +783,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.sourceServerDropdown" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.sourceServerDropdown" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Server]]></Val>
|
<Val><![CDATA[Source Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -792,7 +792,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.sourceTextBox" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.sourceTextBox" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source file]]></Val>
|
<Val><![CDATA[Source file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -801,7 +801,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.structureDropdownLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.structureDropdownLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Folder Structure]]></Val>
|
<Val><![CDATA[Folder Structure]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -810,7 +810,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.targetDatabaseDropdown" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.targetDatabaseDropdown" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Database]]></Val>
|
<Val><![CDATA[Target Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -819,7 +819,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.targetServerDropdown" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.targetServerDropdown" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Server]]></Val>
|
<Val><![CDATA[Target Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -828,7 +828,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.targetTextBox" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.targetTextBox" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target file]]></Val>
|
<Val><![CDATA[Target file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -837,7 +837,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareOptions.RecompareMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareOptions.RecompareMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Options have changed. Recompare to see the comparison?]]></Val>
|
<Val><![CDATA[Options have changed. Recompare to see the comparison?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -846,7 +846,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaObjectType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaObjectType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema/Object Type]]></Val>
|
<Val><![CDATA[Schema/Object Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -855,7 +855,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.targetStructure" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.targetStructure" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Folder Structure]]></Val>
|
<Val><![CDATA[Target Folder Structure]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -864,7 +864,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Schema Compare for Azure Data Studio supports comparing the schemas of databases and dacpacs.]]></Val>
|
<Val><![CDATA[SQL Server Schema Compare for Azure Data Studio supports comparing the schemas of databases and dacpacs.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -873,7 +873,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Schema Compare]]></Val>
|
<Val><![CDATA[SQL Server Schema Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -882,7 +882,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.schemaCompare.openInScmp" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.schemaCompare.openInScmp" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open in Schema Compare]]></Val>
|
<Val><![CDATA[Open in Schema Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -891,7 +891,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.schemaCompare.runComparison" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.schemaCompare.runComparison" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Run Schema Comparison]]></Val>
|
<Val><![CDATA[Run Schema Comparison]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -900,7 +900,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.schemaCompare.start" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.schemaCompare.start" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare]]></Val>
|
<Val><![CDATA[Schema Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\server-report.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.server-report.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
+57
-57
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\sql-assessment.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.sql-assessment.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.column.targetType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.column.targetType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Type]]></Val>
|
<Val><![CDATA[Target Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.details.clickHere" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.details.clickHere" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Click here]]></Val>
|
<Val><![CDATA[Click here]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.details.recommendation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.details.recommendation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Recommendation]]></Val>
|
<Val><![CDATA[Recommendation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.details.ruleDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.details.ruleDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Rule Description]]></Val>
|
<Val><![CDATA[Rule Description]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.details.toLearnMore" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.details.toLearnMore" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[ to learn more.]]></Val>
|
<Val><![CDATA[ to learn more.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.databaseIconLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.databaseIconLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database]]></Val>
|
<Val><![CDATA[Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.serverIconLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.serverIconLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Server]]></Val>
|
<Val><![CDATA[Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.apiversion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.apiversion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[API Version]]></Val>
|
<Val><![CDATA[API Version]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.checkId" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.checkId" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Check ID]]></Val>
|
<Val><![CDATA[Check ID]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.helpLink" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.helpLink" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Help Link]]></Val>
|
<Val><![CDATA[Help Link]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.message" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.message" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Message]]></Val>
|
<Val><![CDATA[Message]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.severity" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.severity" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Severity]]></Val>
|
<Val><![CDATA[Severity]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.tags" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.tags" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Tags]]></Val>
|
<Val><![CDATA[Tags]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.target" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.target" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target]]></Val>
|
<Val><![CDATA[Target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.instancename" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.instancename" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Instance Name]]></Val>
|
<Val><![CDATA[Instance Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.learnMore" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.learnMore" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Learn More]]></Val>
|
<Val><![CDATA[Learn More]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.osversion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.osversion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[OS Version]]></Val>
|
<Val><![CDATA[OS Version]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.rulesetversion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.rulesetversion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Default Ruleset]]></Val>
|
<Val><![CDATA[Default Ruleset]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.section.api.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.section.api.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Info]]></Val>
|
<Val><![CDATA[Info]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -181,7 +181,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.section.instance.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.section.instance.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Instance Details]]></Val>
|
<Val><![CDATA[SQL Server Instance Details]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -190,7 +190,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.serveredition" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.serveredition" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edition]]></Val>
|
<Val><![CDATA[Edition]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.serverversion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.serverversion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Version]]></Val>
|
<Val><![CDATA[Version]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Error" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Error" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error]]></Val>
|
<Val><![CDATA[Error]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -217,7 +217,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.High" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.High" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[High]]></Val>
|
<Val><![CDATA[High]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -226,7 +226,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Info" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Info" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Information]]></Val>
|
<Val><![CDATA[Information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -235,7 +235,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Low" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Low" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Low]]></Val>
|
<Val><![CDATA[Low]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -244,7 +244,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Medium" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Medium" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Medium]]></Val>
|
<Val><![CDATA[Medium]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -253,7 +253,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Warning" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Warning" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Warning]]></Val>
|
<Val><![CDATA[Warning]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -262,7 +262,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.resultForDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.resultForDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Results for database]]></Val>
|
<Val><![CDATA[Results for database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -271,7 +271,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.resultForInstance" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.resultForInstance" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Results for server]]></Val>
|
<Val><![CDATA[Results for server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -280,7 +280,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.severityMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.severityMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0}: {1} item(s)]]></Val>
|
<Val><![CDATA[{0}: {1} item(s)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -289,7 +289,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReportTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReportTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment Report]]></Val>
|
<Val><![CDATA[SQL Assessment Report]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -298,7 +298,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.asmtaction.label.cancel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.asmtaction.label.cancel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel]]></Val>
|
<Val><![CDATA[Cancel]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -307,7 +307,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.asmtaction.label.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.asmtaction.label.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -316,7 +316,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.asmtaction.openReport" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.asmtaction.openReport" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Report has been saved. Do you want to open it?]]></Val>
|
<Val><![CDATA[Report has been saved. Do you want to open it?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -325,7 +325,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.btnExportAsScript" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.btnExportAsScript" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Export as script]]></Val>
|
<Val><![CDATA[Export as script]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -334,7 +334,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.btnGeneratehtmlreport" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.btnGeneratehtmlreport" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create HTML Report]]></Val>
|
<Val><![CDATA[Create HTML Report]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -343,7 +343,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.btnViewSamples" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.btnViewSamples" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View all rules and learn more on GitHub]]></Val>
|
<Val><![CDATA[View all rules and learn more on GitHub]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -352,7 +352,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.btnViewSamplesShort" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.btnViewSamplesShort" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View all on GitHub]]></Val>
|
<Val><![CDATA[View all on GitHub]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -361,7 +361,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.getAssessmentItemsDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.getAssessmentItemsDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View applicable rules for {0}]]></Val>
|
<Val><![CDATA[View applicable rules for {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -370,7 +370,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.getAssessmentItemsServer" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.getAssessmentItemsServer" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View applicable rules]]></Val>
|
<Val><![CDATA[View applicable rules]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -379,7 +379,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.invokeAssessmentLabelDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.invokeAssessmentLabelDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invoke assessment for {0}]]></Val>
|
<Val><![CDATA[Invoke assessment for {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -388,7 +388,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.invokeAssessmentLabelServer" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.invokeAssessmentLabelServer" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invoke assessment]]></Val>
|
<Val><![CDATA[Invoke assessment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -397,7 +397,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.msgBoxAsmtInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.msgBoxAsmtInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment Information]]></Val>
|
<Val><![CDATA[SQL Assessment Information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -406,7 +406,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.msgBoxCopied" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.msgBoxCopied" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment Information copied]]></Val>
|
<Val><![CDATA[SQL Assessment Information copied]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -415,7 +415,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.msgBoxCopyBtn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.msgBoxCopyBtn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Copy]]></Val>
|
<Val><![CDATA[Copy]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -424,7 +424,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.ok" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.ok" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[OK]]></Val>
|
<Val><![CDATA[OK]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -433,7 +433,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.back" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.back" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[<< Back]]></Val>
|
<Val><![CDATA[<< Back]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -442,7 +442,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.resultsTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.resultsTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Assessment Results from {0}]]></Val>
|
<Val><![CDATA[Assessment Results from {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -451,7 +451,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.summaryAsmtDate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.summaryAsmtDate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Assessment Date]]></Val>
|
<Val><![CDATA[Assessment Date]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -460,7 +460,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.summaryError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.summaryError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error]]></Val>
|
<Val><![CDATA[Error]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -469,7 +469,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.summaryInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.summaryInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Information]]></Val>
|
<Val><![CDATA[Information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -478,7 +478,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.summaryWarning" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.summaryWarning" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Warning]]></Val>
|
<Val><![CDATA[Warning]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -487,7 +487,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/package.dashboard.tabName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/package.dashboard.tabName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment]]></Val>
|
<Val><![CDATA[SQL Assessment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -496,7 +496,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/package.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/package.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment for Azure Data Studio (Preview) provides a mechanism to evaluate the configuration of SQL Server for best practices.]]></Val>
|
<Val><![CDATA[SQL Assessment for Azure Data Studio (Preview) provides a mechanism to evaluate the configuration of SQL Server for best practices.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -505,7 +505,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment]]></Val>
|
<Val><![CDATA[SQL Assessment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+420
-420
File diff suppressed because it is too large
Load Diff
+952
-952
File diff suppressed because it is too large
Load Diff
+534
-534
File diff suppressed because it is too large
Load Diff
@@ -1,33 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\xml-language-features.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="de-DE" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
|
||||||
<OwnedComments>
|
|
||||||
<Cmt Name="Dev" />
|
|
||||||
<Cmt Name="LcxAdmin" />
|
|
||||||
<Cmt Name="Rccx" />
|
|
||||||
</OwnedComments>
|
|
||||||
<Settings Name="@SettingsPath@\default.lss" Type="Lss" />
|
|
||||||
<Item ItemId=";Xliff file" ItemType="0" PsrId="308" Leaf="false">
|
|
||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
|
||||||
<Item ItemId=";description" ItemType="0" PsrId="308" Leaf="true">
|
|
||||||
<Str Cat="Text">
|
|
||||||
<Val><![CDATA[Provides rich language support for XML.]]></Val>
|
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
|
||||||
<Val><![CDATA[Bietet umfangreiche Sprachunterstützung für XML.]]></Val>
|
|
||||||
</Tgt>
|
|
||||||
</Str>
|
|
||||||
<Disp Icon="Str" />
|
|
||||||
</Item>
|
|
||||||
<Item ItemId=";displayName" ItemType="0" PsrId="308" Leaf="true">
|
|
||||||
<Str Cat="Text">
|
|
||||||
<Val><![CDATA[XML Language Features]]></Val>
|
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
|
||||||
<Val><![CDATA[XML-Sprachfeatures]]></Val>
|
|
||||||
</Tgt>
|
|
||||||
</Str>
|
|
||||||
<Disp Icon="Str" />
|
|
||||||
</Item>
|
|
||||||
</Item>
|
|
||||||
</Item>
|
|
||||||
</LCX>
|
|
||||||
+11
-11
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="admin-tool-ext-win.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.admin-tool-ext-win.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.launchingDialogStatus" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.launchingDialogStatus" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Launching dialog...]]></Val>
|
<Val><![CDATA[Launching dialog...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForGsw" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForGsw" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForProp" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForProp" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionProfile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionProfile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No connectionProfile provided from connectionContext : {0}]]></Val>
|
<Val><![CDATA[No connectionProfile provided from connectionContext : {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noOENode" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noOENode" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not determine Object Explorer node from connectionContext : {0}]]></Val>
|
<Val><![CDATA[Could not determine Object Explorer node from connectionContext : {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.ssmsMinError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.ssmsMinError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error calling SsmsMin with args '{0}' - {1}]]></Val>
|
<Val><![CDATA[Error calling SsmsMin with args '{0}' - {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Adds additional Windows-specific functionality to Azure Data Studio]]></Val>
|
<Val><![CDATA[Adds additional Windows-specific functionality to Azure Data Studio]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Administration Tool Extensions for Windows]]></Val>
|
<Val><![CDATA[Database Administration Tool Extensions for Windows]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.launchGswMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.launchGswMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate Scripts...]]></Val>
|
<Val><![CDATA[Generate Scripts...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.propertiesMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.propertiesMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Properties]]></Val>
|
<Val><![CDATA[Properties]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+243
-243
File diff suppressed because it is too large
Load Diff
+570
-570
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\asde-deployment.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.asde-deployment.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
+76
-76
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\azcli.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.azcli.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.arc.releaseDateNotParsed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.arc.releaseDateNotParsed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Release date could not be parsed.]]></Val>
|
<Val><![CDATA[Release date could not be parsed.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.accept" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.accept" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Accept]]></Val>
|
<Val><![CDATA[Accept]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.arcdataExtensionNotInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.arcdataExtensionNotInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This extension requires the Azure CLI extension 'arcdata' to be installed. Install the latest version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
<Val><![CDATA[This extension requires the Azure CLI extension 'arcdata' to be installed. Install the latest version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.arcdataInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.arcdataInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The Azure CLI arcdata extension was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.]]></Val>
|
<Val><![CDATA[The Azure CLI arcdata extension was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.askLater" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.askLater" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Ask Later]]></Val>
|
<Val><![CDATA[Ask Later]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.az" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.az" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI]]></Val>
|
<Val><![CDATA[Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.azInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.azInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.]]></Val>
|
<Val><![CDATA[Azure CLI was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.azOutputParseErrorCaught" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.azOutputParseErrorCaught" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[An error occurred while parsing the output of az command: {0}. The output is not JSON.]]></Val>
|
<Val><![CDATA[An error occurred while parsing the output of az command: {0}. The output is not JSON.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.azUserSettingReadLog" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.azUserSettingReadLog" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI user setting: {0}.{1} read, value: {2}]]></Val>
|
<Val><![CDATA[Azure CLI user setting: {0}.{1} read, value: {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.azUserSettingUpdatedLog" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.azUserSettingUpdatedLog" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI user setting: {0}.{1} updated, newValue: {2}]]></Val>
|
<Val><![CDATA[Azure CLI user setting: {0}.{1} updated, newValue: {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.checkingLatestAzVersion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.checkingLatestAzVersion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Checking for latest available version of Azure CLI]]></Val>
|
<Val><![CDATA[Checking for latest available version of Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.couldNotFindArcdataWithPrompt" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.couldNotFindArcdataWithPrompt" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not find the Azure CLI arcdata extension, install it now? If not then some features will not be able to function.]]></Val>
|
<Val><![CDATA[Could not find the Azure CLI arcdata extension, install it now? If not then some features will not be able to function.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.couldNotFindAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.couldNotFindAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not find Azure CLI. Error: {0}]]></Val>
|
<Val><![CDATA[Could not find Azure CLI. Error: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.couldNotFindAzArc" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.couldNotFindAzArc" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not find the Azure CLI arcdata extension. Error: {0}]]></Val>
|
<Val><![CDATA[Could not find the Azure CLI arcdata extension. Error: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.couldNotFindAzWithPrompt" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.couldNotFindAzWithPrompt" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not find Azure CLI, install it now? If not then some features will not be able to function.]]></Val>
|
<Val><![CDATA[Could not find Azure CLI, install it now? If not then some features will not be able to function.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.currentlyInstalledVersionIsLatest" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.currentlyInstalledVersionIsLatest" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Currently installed version of Azure CLI: {0} is same or newer than any other version available]]></Val>
|
<Val><![CDATA[Currently installed version of Azure CLI: {0} is same or newer than any other version available]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.decline" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.decline" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Decline]]></Val>
|
<Val><![CDATA[Decline]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.doNotAskAgain" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.doNotAskAgain" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Don't Ask Again]]></Val>
|
<Val><![CDATA[Don't Ask Again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.downloadError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.downloadError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error while downloading]]></Val>
|
<Val><![CDATA[Error while downloading]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -181,7 +181,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.downloadFinished" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.downloadFinished" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Download finished]]></Val>
|
<Val><![CDATA[Download finished]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -190,7 +190,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.downloadingProgressMb" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.downloadingProgressMb" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading ({0} / {1} MB)]]></Val>
|
<Val><![CDATA[Downloading ({0} / {1} MB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.downloadingTo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.downloadingTo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0} from {1} to {2}]]></Val>
|
<Val><![CDATA[Downloading {0} from {1} to {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.endpointOrNamespaceRequired" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.endpointOrNamespaceRequired" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Either an endpoint or a namespace must be specified]]></Val>
|
<Val><![CDATA[Either an endpoint or a namespace must be specified]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -217,7 +217,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.executingCommand" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.executingCommand" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Executing command: '{0} {1}']]></Val>
|
<Val><![CDATA[Executing command: '{0} {1}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -226,7 +226,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.failedToParseReleaseInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.failedToParseReleaseInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to parse the JSON of contents at: {0}.]D;]A;File contents:]D;]A;{1}]D;]A;Error: {2}]]></Val>
|
<Val><![CDATA[Failed to parse the JSON of contents at: {0}.]D;]A;File contents:]D;]A;{1}]D;]A;Error: {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -235,7 +235,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.foundExistingAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.foundExistingAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Found existing Azure CLI installation of version (v{0}) at path:{1} with arcdata version: {2}.]]></Val>
|
<Val><![CDATA[Found existing Azure CLI installation of version (v{0}) at path:{1} with arcdata version: {2}.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -244,7 +244,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.gettingTextContentsOfUrl" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.gettingTextContentsOfUrl" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Getting text contents of resource at URL {0}]]></Val>
|
<Val><![CDATA[Getting text contents of resource at URL {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -253,7 +253,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.installError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.installError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error installing Azure CLI and arcdata extension: {0}]]></Val>
|
<Val><![CDATA[Error installing Azure CLI and arcdata extension: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -262,7 +262,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.installingArcdata" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.installingArcdata" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing the Azure CLI arcdata extension...]]></Val>
|
<Val><![CDATA[Installing the Azure CLI arcdata extension...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -271,7 +271,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.installingAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.installingAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing Azure CLI...]]></Val>
|
<Val><![CDATA[Installing Azure CLI...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -280,7 +280,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.latestAzVersionAvailable" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.latestAzVersionAvailable" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Latest available Azure CLI version: {0}.]]></Val>
|
<Val><![CDATA[Latest available Azure CLI version: {0}.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -289,7 +289,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.missingRequiredVersion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.missingRequiredVersion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI >= {0} is required for this feature. Run the 'Azure CLI: Check for Update' command to install this and then try again.]]></Val>
|
<Val><![CDATA[Azure CLI >= {0} is required for this feature. Run the 'Azure CLI: Check for Update' command to install this and then try again.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -298,7 +298,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.no" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.no" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No]]></Val>
|
<Val><![CDATA[No]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -307,7 +307,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Azure CLI is available, run the command 'Azure CLI: Install' to enable the features that require it.]]></Val>
|
<Val><![CDATA[No Azure CLI is available, run the command 'Azure CLI: Install' to enable the features that require it.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -316,7 +316,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noAzArc" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noAzArc" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Azure CLI arcdata extension is available.]]></Val>
|
<Val><![CDATA[No Azure CLI arcdata extension is available.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -325,7 +325,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noAzWithLink" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noAzWithLink" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Azure CLI is available, [install the Azure CLI]5D;(command:az.install) to enable the features that require it.]]></Val>
|
<Val><![CDATA[No Azure CLI is available, [install the Azure CLI]5D;(command:az.install) to enable the features that require it.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -334,7 +334,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noAzureCLI" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noAzureCLI" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Azure CLI is available. Install the latest version manually from [here]5D;(https://docs.microsoft.com/cli/azure/install-azure-cli) and then restart Azure Studio.]]></Val>
|
<Val><![CDATA[No Azure CLI is available. Install the latest version manually from [here]5D;(https://docs.microsoft.com/cli/azure/install-azure-cli) and then restart Azure Studio.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -343,7 +343,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noDownloadLink" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noDownloadLink" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No download link available for platform '{0}']D;]A;Release info: ${1}]]></Val>
|
<Val><![CDATA[No download link available for platform '{0}']D;]A;Release info: ${1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -352,7 +352,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noReleaseVersion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noReleaseVersion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No release version available for platform '{0}']D;]A;Release info: ${1}]]></Val>
|
<Val><![CDATA[No release version available for platform '{0}']D;]A;Release info: ${1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -361,7 +361,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.parseVersionError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.parseVersionError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[An error occurred while parsing the output of az --version.]]></Val>
|
<Val><![CDATA[An error occurred while parsing the output of az --version.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -370,7 +370,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.platformUnsupported" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.platformUnsupported" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Platform '{0}' is currently unsupported]]></Val>
|
<Val><![CDATA[Platform '{0}' is currently unsupported]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -379,7 +379,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.promptForAzUpdate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.promptForAzUpdate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[A new version of Azure CLI ( {0} ) is available, do you wish to update to it now?]]></Val>
|
<Val><![CDATA[A new version of Azure CLI ( {0} ) is available, do you wish to update to it now?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -388,7 +388,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.promptForRequiredAzUpdate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.promptForRequiredAzUpdate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This extension requires Azure CLI >= {0} to be installed, do you wish to update to the latest version ({1}) now? If you do not then some functionality may not work.]]></Val>
|
<Val><![CDATA[This extension requires Azure CLI >= {0} to be installed, do you wish to update to the latest version ({1}) now? If you do not then some functionality may not work.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -397,7 +397,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.promptLog" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.promptLog" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Prompting the user to accept the following: {0}]]></Val>
|
<Val><![CDATA[Prompting the user to accept the following: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -406,7 +406,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.requiredVersionNotAvailable" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.requiredVersionNotAvailable" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This extension requires the Azure CLI extension 'arcdata' version >= {0} to be installed, but the current version available is only {1}. Install the correct version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
<Val><![CDATA[This extension requires the Azure CLI extension 'arcdata' version >= {0} to be installed, but the current version available is only {1}. Install the correct version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -415,7 +415,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.searchingForAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.searchingForAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Searching for existing Azure CLI installation...]]></Val>
|
<Val><![CDATA[Searching for existing Azure CLI installation...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -424,7 +424,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.skipInstall" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.skipInstall" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Skipping installation of Azure CLI and arcdata extension, since the operation was not user requested and config option: {0}.{1} is {2}]]></Val>
|
<Val><![CDATA[Skipping installation of Azure CLI and arcdata extension, since the operation was not user requested and config option: {0}.{1} is {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -433,7 +433,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.stderrOutput" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.stderrOutput" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[stderr: {0}]]></Val>
|
<Val><![CDATA[stderr: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -442,7 +442,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.stdoutOutput" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.stdoutOutput" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[stdout: {0}]]></Val>
|
<Val><![CDATA[stdout: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -451,7 +451,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.unexpectedCommandError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.unexpectedCommandError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Unexpected error executing command: {0}]]></Val>
|
<Val><![CDATA[Unexpected error executing command: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -460,7 +460,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.unexpectedExitCode" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.unexpectedExitCode" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Unexpected exit code from command: {1} ({0})]]></Val>
|
<Val><![CDATA[Unexpected exit code from command: {1} ({0})]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -469,7 +469,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.unsupportedArcDataVersion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.unsupportedArcDataVersion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Your downloaded version {1} of the Azure CLI extension 'arcdata' is not yet supported. The latest version is is {0}. Install the correct version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
<Val><![CDATA[Your downloaded version {1} of the Azure CLI extension 'arcdata' is not yet supported. The latest version is is {0}. Install the correct version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -478,7 +478,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.updateCheckSkipped" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.updateCheckSkipped" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No check for new Azure CLI version availability performed as Azure CLI was not found to be installed]]></Val>
|
<Val><![CDATA[No check for new Azure CLI version availability performed as Azure CLI was not found to be installed]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -487,7 +487,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.updateError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.updateError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error updating Azure CLI: {0}]]></Val>
|
<Val><![CDATA[Error updating Azure CLI: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -496,7 +496,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.updatingAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.updatingAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Updating Azure CLI...]]></Val>
|
<Val><![CDATA[Updating Azure CLI...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -505,7 +505,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.userRequestedInstall" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.userRequestedInstall" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User requested to install Azure CLI and arcdata extension using 'Azure CLI: Install' command]]></Val>
|
<Val><![CDATA[User requested to install Azure CLI and arcdata extension using 'Azure CLI: Install' command]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -514,7 +514,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.userResponseInstall" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.userResponseInstall" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User Response on prompt to install Azure CLI: {0}]]></Val>
|
<Val><![CDATA[User Response on prompt to install Azure CLI: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -523,7 +523,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.userResponseUpdate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.userResponseUpdate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User Response on prompt to update Azure CLI: {0}]]></Val>
|
<Val><![CDATA[User Response on prompt to update Azure CLI: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -532,7 +532,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.versionForUpdate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.versionForUpdate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Found version: {0} that Azure CLI can be updated to from current version: {1}.]]></Val>
|
<Val><![CDATA[Found version: {0} that Azure CLI can be updated to from current version: {1}.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -541,7 +541,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.yes" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.yes" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Yes]]></Val>
|
<Val><![CDATA[Yes]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -550,7 +550,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.azArcdataInstallKey.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.azArcdataInstallKey.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Choose whether you will be prompted to download the Azure CLI arcdata extension.]]></Val>
|
<Val><![CDATA[Choose whether you will be prompted to download the Azure CLI arcdata extension.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -559,7 +559,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.azArcdataUpdateKey.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.azArcdataUpdateKey.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Choose whether you will be prompted when an update of the Azure CLI arcdata extension is available.]]></Val>
|
<Val><![CDATA[Choose whether you will be prompted when an update of the Azure CLI arcdata extension is available.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -568,7 +568,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.category" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.category" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI]]></Val>
|
<Val><![CDATA[Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -577,7 +577,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.config.debug" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.config.debug" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Log debug info to the output channel for all executed az commands]]></Val>
|
<Val><![CDATA[Log debug info to the output channel for all executed az commands]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -586,7 +586,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.config.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.config.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI Configuration]]></Val>
|
<Val><![CDATA[Azure CLI Configuration]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -595,7 +595,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Support for Azure CLI.]]></Val>
|
<Val><![CDATA[Support for Azure CLI.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -604,7 +604,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI]]></Val>
|
<Val><![CDATA[Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -613,7 +613,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.install.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.install.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will not be prompted to install the Azure CLI arcdata extension]]></Val>
|
<Val><![CDATA[The user will not be prompted to install the Azure CLI arcdata extension]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -622,7 +622,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.install.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.install.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will be prompted to install the Azure CLI arcdata extension]]></Val>
|
<Val><![CDATA[The user will be prompted to install the Azure CLI arcdata extension]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -631,7 +631,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.update.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.update.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will not be prompted for update of the Azure CLI arcdata extension]]></Val>
|
<Val><![CDATA[The user will not be prompted for update of the Azure CLI arcdata extension]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -640,7 +640,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.update.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.update.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will be prompted for update of the Azure CLI arcdata extension]]></Val>
|
<Val><![CDATA[The user will be prompted for update of the Azure CLI arcdata extension]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -649,7 +649,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.azCliInstallKey.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.azCliInstallKey.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Choose whether you will be prompted to install Azure CLI.]]></Val>
|
<Val><![CDATA[Choose whether you will be prompted to install Azure CLI.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -658,7 +658,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.install.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.install.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will not be prompted to install the Azure CLI]]></Val>
|
<Val><![CDATA[The user will not be prompted to install the Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -667,7 +667,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.install.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.install.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will be prompted to install the Azure CLI]]></Val>
|
<Val><![CDATA[The user will be prompted to install the Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -676,7 +676,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.command.category" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.command.category" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI]]></Val>
|
<Val><![CDATA[Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+195
-195
File diff suppressed because it is too large
Load Diff
+147
-147
File diff suppressed because it is too large
Load Diff
+65
-65
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="dacpac.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.dacpac.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.databaseName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.databaseName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Name]]></Val>
|
<Val><![CDATA[Database Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.deployButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.deployButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Deploy]]></Val>
|
<Val><![CDATA[Deploy]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.deployConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.deployConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Deploy Dacpac Settings]]></Val>
|
<Val><![CDATA[Select Deploy Dacpac Settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.deployDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.deployDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Deploy a data-tier application .dacpac file to an instance of SQL Server [Deploy Dacpac]5D;]]></Val>
|
<Val><![CDATA[Deploy a data-tier application .dacpac file to an instance of SQL Server [Deploy Dacpac]5D;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.deployPlanPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.deployPlanPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Review the deploy plan]]></Val>
|
<Val><![CDATA[Review the deploy plan]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.export" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.export" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Export]]></Val>
|
<Val><![CDATA[Export]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.exportConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.exportConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Export Bacpac Settings]]></Val>
|
<Val><![CDATA[Select Export Bacpac Settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.exportDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.exportDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Export the schema and data from a database to the logical .bacpac file format [Export Bacpac]5D;]]></Val>
|
<Val><![CDATA[Export the schema and data from a database to the logical .bacpac file format [Export Bacpac]5D;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.extract" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.extract" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Extract]]></Val>
|
<Val><![CDATA[Extract]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.extractConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.extractConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Extract Dacpac Settings]]></Val>
|
<Val><![CDATA[Select Extract Dacpac Settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.extractDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.extractDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Extract a data-tier application from an instance of SQL Server to a .dacpac file [Extract Dacpac]5D;]]></Val>
|
<Val><![CDATA[Extract a data-tier application from an instance of SQL Server to a .dacpac file [Extract Dacpac]5D;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.generateScriptButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.generateScriptButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate Script]]></Val>
|
<Val><![CDATA[Generate Script]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.import" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.import" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import]]></Val>
|
<Val><![CDATA[Import]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.importConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.importConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Import Bacpac Settings]]></Val>
|
<Val><![CDATA[Select Import Bacpac Settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.importDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.importDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create a database from a .bacpac file [Import Bacpac]5D;]]></Val>
|
<Val><![CDATA[Create a database from a .bacpac file [Import Bacpac]5D;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.newDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.newDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[New Database]]></Val>
|
<Val><![CDATA[New Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.proceedDataLoss" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.proceedDataLoss" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Proceed despite possible data loss]]></Val>
|
<Val><![CDATA[Proceed despite possible data loss]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -168,7 +168,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.selectOperationPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.selectOperationPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select an Operation]]></Val>
|
<Val><![CDATA[Select an Operation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.sourceDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.sourceDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Database]]></Val>
|
<Val><![CDATA[Source Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -186,7 +186,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.sourceServer" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.sourceServer" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Server]]></Val>
|
<Val><![CDATA[Source Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.summaryPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.summaryPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Summary]]></Val>
|
<Val><![CDATA[Summary]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -204,7 +204,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.targetDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.targetDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Database]]></Val>
|
<Val><![CDATA[Target Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -213,7 +213,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.targetServer" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.targetServer" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Server]]></Val>
|
<Val><![CDATA[Target Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -222,7 +222,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.upgradeExistingDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.upgradeExistingDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Upgrade Existing Database]]></Val>
|
<Val><![CDATA[Upgrade Existing Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -231,7 +231,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.versionText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.versionText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Version (use x.x.x.x where x is a number)]]></Val>
|
<Val><![CDATA[Version (use x.x.x.x where x is a number)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -240,7 +240,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFxDeploy.openFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFxDeploy.openFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -249,7 +249,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.dataLoss" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.dataLoss" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data Loss]]></Val>
|
<Val><![CDATA[Data Loss]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -258,7 +258,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.dataLossText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.dataLossText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The deploy actions may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.]]></Val>
|
<Val><![CDATA[The deploy actions may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -267,7 +267,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.dataLossTextWithCount" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.dataLossTextWithCount" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} of the deploy actions listed may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.]]></Val>
|
<Val><![CDATA[{0} of the deploy actions listed may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -276,7 +276,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.dataLossTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.dataLossTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Operations that may result in data loss are marked with a warning sign]]></Val>
|
<Val><![CDATA[Operations that may result in data loss are marked with a warning sign]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -285,7 +285,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.databaseNameExistsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.databaseNameExistsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[A database with the same name already exists on the instance of SQL Server]]></Val>
|
<Val><![CDATA[A database with the same name already exists on the instance of SQL Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -294,7 +294,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.default" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.default" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[default]]></Val>
|
<Val><![CDATA[default]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -303,7 +303,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.deployPlanErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.deployPlanErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generating deploy plan failed '{0}']]></Val>
|
<Val><![CDATA[Generating deploy plan failed '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -312,7 +312,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.deployPlanTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.deployPlanTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Deploy plan operations]]></Val>
|
<Val><![CDATA[Deploy plan operations]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -321,7 +321,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.fileLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.fileLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File Location]]></Val>
|
<Val><![CDATA[File Location]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -330,7 +330,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.filenameEndingInPeriodErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.filenameEndingInPeriodErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot end with a period]]></Val>
|
<Val><![CDATA[File name cannot end with a period]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -339,7 +339,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.generateDeployErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.generateDeployErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generating deploy script failed '{0}']]></Val>
|
<Val><![CDATA[Generating deploy script failed '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -348,7 +348,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.invalidFileCharsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.invalidFileCharsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid file characters]]></Val>
|
<Val><![CDATA[Invalid file characters]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -357,7 +357,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.noDataLoss" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.noDataLoss" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No data loss will occur from the listed deploy actions.]]></Val>
|
<Val><![CDATA[No data loss will occur from the listed deploy actions.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -366,7 +366,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.objecTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.objecTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name of object that will be affected by deployment]]></Val>
|
<Val><![CDATA[Name of object that will be affected by deployment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -375,7 +375,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.object" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.object" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Object]]></Val>
|
<Val><![CDATA[Object]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -384,7 +384,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.operation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.operation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Operation]]></Val>
|
<Val><![CDATA[Operation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -393,7 +393,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.operationErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.operationErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} operation failed '{1}']]></Val>
|
<Val><![CDATA[{0} operation failed '{1}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -402,7 +402,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.operationTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.operationTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Operation(Create, Alter, Delete) that will occur during deployment]]></Val>
|
<Val><![CDATA[Operation(Create, Alter, Delete) that will occur during deployment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -411,7 +411,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.reservedValueErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.reservedValueErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Reserved file name. Choose another name and try again]]></Val>
|
<Val><![CDATA[Reserved file name. Choose another name and try again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -420,7 +420,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.reservedWindowsFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.reservedWindowsFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This file name is reserved for use by Windows. Choose another name and try again]]></Val>
|
<Val><![CDATA[This file name is reserved for use by Windows. Choose another name and try again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -429,7 +429,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.save" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.save" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save]]></Val>
|
<Val><![CDATA[Save]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -438,7 +438,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.scriptGeneratingMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.scriptGeneratingMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[You can view the status of script generation in the Tasks View once the wizard is closed. The generated script will open when complete.]]></Val>
|
<Val><![CDATA[You can view the status of script generation in the Tasks View once the wizard is closed. The generated script will open when complete.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -447,7 +447,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.selectFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.selectFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select file]]></Val>
|
<Val><![CDATA[Select file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -456,7 +456,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.setting" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.setting" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Setting]]></Val>
|
<Val><![CDATA[Setting]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -465,7 +465,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.summaryTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.summaryTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Summary of settings]]></Val>
|
<Val><![CDATA[Summary of settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -474,7 +474,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.tooLongFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.tooLongFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name is over 255 characters]]></Val>
|
<Val><![CDATA[File name is over 255 characters]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -483,7 +483,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.trailingWhitespaceErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.trailingWhitespaceErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot end with a whitespace]]></Val>
|
<Val><![CDATA[File name cannot end with a whitespace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -492,7 +492,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.type" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.type" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -501,7 +501,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.typeTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.typeTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type of object that will be affected by deployment]]></Val>
|
<Val><![CDATA[Type of object that will be affected by deployment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -510,7 +510,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.undefinedFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.undefinedFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Undefined name]]></Val>
|
<Val><![CDATA[Undefined name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -519,7 +519,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.value" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.value" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Value]]></Val>
|
<Val><![CDATA[Value]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -528,7 +528,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.version" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.version" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Version]]></Val>
|
<Val><![CDATA[Version]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -537,7 +537,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.whitespaceFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.whitespaceFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot be whitespace]]></Val>
|
<Val><![CDATA[File name cannot be whitespace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -546,7 +546,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.wizardTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.wizardTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data-tier Application Wizard]]></Val>
|
<Val><![CDATA[Data-tier Application Wizard]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -555,7 +555,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/package.dacFx.category" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/package.dacFx.category" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[DacFx]]></Val>
|
<Val><![CDATA[DacFx]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -564,7 +564,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/package.dacFx.defaultSaveLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/package.dacFx.defaultSaveLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Full path to folder where .DACPAC and .BACPAC files are saved by default]]></Val>
|
<Val><![CDATA[Full path to folder where .DACPAC and .BACPAC files are saved by default]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -573,7 +573,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/package.dacFx.settings" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/package.dacFx.settings" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Dacpac]]></Val>
|
<Val><![CDATA[Dacpac]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -582,7 +582,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/package.dacFx.startTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/package.dacFx.startTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data-tier Application Wizard]]></Val>
|
<Val><![CDATA[Data-tier Application Wizard]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+82
-82
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\data-workspace.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.data-workspace.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.AllProjectTypes" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.AllProjectTypes" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[All Project Types]]></Val>
|
<Val><![CDATA[All Project Types]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.LocalDevInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.LocalDevInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Click "Learn more" button for more information about local development experience to {0}]]></Val>
|
<Val><![CDATA[Click "Learn more" button for more information about local development experience to {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.SelectProjectFileActionName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.SelectProjectFileActionName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select]]></Val>
|
<Val><![CDATA[Select]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.UnknownProjectTypeError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.UnknownProjectTypeError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No provider was found for project type with id: '{0}']]></Val>
|
<Val><![CDATA[No provider was found for project type with id: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.UnknownProjectsError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.UnknownProjectsError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No provider was found for the following projects: {0}]]></Val>
|
<Val><![CDATA[No provider was found for the following projects: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.activateExtensionFailed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.activateExtensionFailed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to load the project provider extension '{0}'. Error message: {1}]]></Val>
|
<Val><![CDATA[Failed to load the project provider extension '{0}'. Error message: {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworksapce.local" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworksapce.local" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Local]]></Val>
|
<Val><![CDATA[Local]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworksapce.refresh" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworksapce.refresh" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Refresh]]></Val>
|
<Val><![CDATA[Refresh]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.NewProjectDialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.NewProjectDialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create new database project]]></Val>
|
<Val><![CDATA[Create new database project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.Type" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.Type" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.browse" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.browse" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Browse]]></Val>
|
<Val><![CDATA[Browse]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.browseEllipsis" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.browseEllipsis" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Browse...]]></Val>
|
<Val><![CDATA[Browse...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.cloneParentDirectoryNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.cloneParentDirectoryNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The selected clone path '{0}' does not exist or is not a directory.]]></Val>
|
<Val><![CDATA[The selected clone path '{0}' does not exist or is not a directory.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -130,7 +130,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.create" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.create" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create]]></Val>
|
<Val><![CDATA[Create]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -139,7 +139,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.default" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.default" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Default]]></Val>
|
<Val><![CDATA[Default]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.enterProjectName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.enterProjectName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Enter Project Name]]></Val>
|
<Val><![CDATA[Enter Project Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -157,7 +157,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.fileNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.fileNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The selected {0} file '{1}' does not exist or is not a file.]]></Val>
|
<Val><![CDATA[The selected {0} file '{1}' does not exist or is not a file.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -166,7 +166,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.gitRepoUrlPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.gitRepoUrlPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Enter remote git repository URL]]></Val>
|
<Val><![CDATA[Enter remote git repository URL]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.gitRepoUrlTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.gitRepoUrlTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Git repository URL]]></Val>
|
<Val><![CDATA[Git repository URL]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -184,7 +184,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.learnMore" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.learnMore" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Learn More]]></Val>
|
<Val><![CDATA[Learn More]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.localClonePathPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.localClonePathPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select location to clone repository locally]]></Val>
|
<Val><![CDATA[Select location to clone repository locally]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -202,7 +202,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.localClonePathTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.localClonePathTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Local clone path]]></Val>
|
<Val><![CDATA[Local clone path]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -211,7 +211,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.locationSelectorTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.locationSelectorTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Location]]></Val>
|
<Val><![CDATA[Location]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -220,7 +220,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.nameCannotBeEmpty" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.nameCannotBeEmpty" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name cannot be empty]]></Val>
|
<Val><![CDATA[Name cannot be empty]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -229,7 +229,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.no" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.no" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No]]></Val>
|
<Val><![CDATA[No]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.ok" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.ok" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[OK]]></Val>
|
<Val><![CDATA[OK]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -247,7 +247,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -256,7 +256,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.openExistingDialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.openExistingDialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open Existing Project]]></Val>
|
<Val><![CDATA[Open Existing Project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -265,7 +265,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.project" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.project" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project]]></Val>
|
<Val><![CDATA[Project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -274,7 +274,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectAlreadyOpened" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectAlreadyOpened" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project '{0}' is already opened.]]></Val>
|
<Val><![CDATA[Project '{0}' is already opened.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -283,7 +283,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectDirectoryAlreadyExistError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectDirectoryAlreadyExistError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[There is already a directory named '{0}' in the selected location: '{1}'.]]></Val>
|
<Val><![CDATA[There is already a directory named '{0}' in the selected location: '{1}'.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -292,7 +292,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectDirectoryAlreadyExistErrorShort" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectDirectoryAlreadyExistErrorShort" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Directory '{0}' already exists in the selected location, please choose another]]></Val>
|
<Val><![CDATA[Directory '{0}' already exists in the selected location, please choose another]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -301,7 +301,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectFilePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectFilePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select project file]]></Val>
|
<Val><![CDATA[Select project file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -310,7 +310,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectFileTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectFileTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project file]]></Val>
|
<Val><![CDATA[Project file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -319,7 +319,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectLocationPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectLocationPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select location to create project]]></Val>
|
<Val><![CDATA[Select location to create project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -328,7 +328,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectLocationTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectLocationTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Location]]></Val>
|
<Val><![CDATA[Location]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -337,7 +337,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectNamePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectNamePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Enter project name]]></Val>
|
<Val><![CDATA[Enter project name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -346,7 +346,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectNameTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectNameTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name]]></Val>
|
<Val><![CDATA[Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -355,7 +355,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectParentDirectoryNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectParentDirectoryNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The selected project location '{0}' does not exist or is not a directory.]]></Val>
|
<Val><![CDATA[The selected project location '{0}' does not exist or is not a directory.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -364,7 +364,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.remoteGitRepo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.remoteGitRepo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Remote git repository]]></Val>
|
<Val><![CDATA[Remote git repository]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -373,7 +373,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.restartConfirmation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.restartConfirmation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure Data Studio needs to be restarted for the project to be added to the workspace. Restart now?]]></Val>
|
<Val><![CDATA[Azure Data Studio needs to be restarted for the project to be added to the workspace. Restart now?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -385,7 +385,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.sdkLearnMorePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.sdkLearnMorePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Click "Learn More" button for more information about SDK-style projects]]></Val>
|
<Val><![CDATA[Click "Learn More" button for more information about SDK-style projects]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -394,7 +394,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.sdkStyleProject" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.sdkStyleProject" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SDK-style project (Preview)]]></Val>
|
<Val><![CDATA[SDK-style project (Preview)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -403,7 +403,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.select" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.select" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select]]></Val>
|
<Val><![CDATA[Select]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -412,7 +412,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.selectProjectLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.selectProjectLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Project Location]]></Val>
|
<Val><![CDATA[Select Project Location]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -421,7 +421,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.selectProjectType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.selectProjectType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Database Project Type]]></Val>
|
<Val><![CDATA[Select Database Project Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -433,7 +433,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.selectTargetPlatform" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.selectTargetPlatform" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Target Platform]]></Val>
|
<Val><![CDATA[Select Target Platform]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -442,7 +442,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.targetPlatform" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.targetPlatform" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Platform]]></Val>
|
<Val><![CDATA[Target Platform]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -451,7 +451,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.workspacePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.workspacePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select workspace ({0}) file]]></Val>
|
<Val><![CDATA[Select workspace ({0}) file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -460,7 +460,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.yesRecommended" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.yesRecommended" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Yes (Recommended)]]></Val>
|
<Val><![CDATA[Yes (Recommended)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -469,7 +469,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dragAndDropNotSupported" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dragAndDropNotSupported" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This project type does not support drag and drop.]]></Val>
|
<Val><![CDATA[This project type does not support drag and drop.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -478,7 +478,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.fileDoesNotExist" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.fileDoesNotExist" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File '{0}' doesn't exist]]></Val>
|
<Val><![CDATA[File '{0}' doesn't exist]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -487,7 +487,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.filenameEndingInPeriodErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.filenameEndingInPeriodErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot end with a period]]></Val>
|
<Val><![CDATA[File name cannot end with a period]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -496,7 +496,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.gitCloneError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.gitCloneError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error during git clone. View git output for more details]]></Val>
|
<Val><![CDATA[Error during git clone. View git output for more details]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -505,7 +505,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.gitCloneMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.gitCloneMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cloning git repository '{0}'...]]></Val>
|
<Val><![CDATA[Cloning git repository '{0}'...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -514,7 +514,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.invalidFileCharsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.invalidFileCharsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid file characters]]></Val>
|
<Val><![CDATA[Invalid file characters]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -523,7 +523,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.noPreviousData" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.noPreviousData" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Prior {0} for the current project will appear here, please run to see the results.]]></Val>
|
<Val><![CDATA[Prior {0} for the current project will appear here, please run to see the results.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -532,7 +532,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.noProjectProvidingExtensionsInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.noProjectProvidingExtensionsInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No database project extensions are installed. Please install a database project extension to use this feature.]]></Val>
|
<Val><![CDATA[No database project extensions are installed. Please install a database project extension to use this feature.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -541,7 +541,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.onlyMovingOneFileIsSupported" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.onlyMovingOneFileIsSupported" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Only moving one file at a time is supported.]]></Val>
|
<Val><![CDATA[Only moving one file at a time is supported.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -550,7 +550,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.openedProjectsUndefinedAfterRefresh" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.openedProjectsUndefinedAfterRefresh" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[List of opened projects should not be undefined after refresh from disk.]]></Val>
|
<Val><![CDATA[List of opened projects should not be undefined after refresh from disk.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -559,7 +559,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.projectFailedToLoad" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.projectFailedToLoad" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project '{0}' failed to load: {1} To view more details, [open the developer console]5D;(command:workbench.action.toggleDevTools).]]></Val>
|
<Val><![CDATA[Project '{0}' failed to load: {1} To view more details, [open the developer console]5D;(command:workbench.action.toggleDevTools).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -568,7 +568,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.projectNameNull" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.projectNameNull" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project name is null]]></Val>
|
<Val><![CDATA[Project name is null]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -577,7 +577,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.reservedValueErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.reservedValueErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Reserved file name. Choose another name and try again]]></Val>
|
<Val><![CDATA[Reserved file name. Choose another name and try again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -586,7 +586,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.reservedWindowsFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.reservedWindowsFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This file name is reserved for use by Windows. Choose another name and try again]]></Val>
|
<Val><![CDATA[This file name is reserved for use by Windows. Choose another name and try again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -595,7 +595,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.tooLongFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.tooLongFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot be over 255 characters]]></Val>
|
<Val><![CDATA[File name cannot be over 255 characters]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -604,7 +604,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.trailingWhitespaceErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.trailingWhitespaceErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot start or end with whitespace]]></Val>
|
<Val><![CDATA[File name cannot start or end with whitespace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -616,7 +616,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.undefinedFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.undefinedFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Undefined name]]></Val>
|
<Val><![CDATA[Undefined name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -625,7 +625,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.whitespaceFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.whitespaceFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot be whitespace]]></Val>
|
<Val><![CDATA[File name cannot be whitespace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -634,7 +634,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.close-workspace-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.close-workspace-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Close Workspace]]></Val>
|
<Val><![CDATA[Close Workspace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -643,7 +643,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.data-workspace-view-container-name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.data-workspace-view-container-name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Projects]]></Val>
|
<Val><![CDATA[Database Projects]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -655,7 +655,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.main-view-name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.main-view-name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Projects]]></Val>
|
<Val><![CDATA[Database Projects]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -667,7 +667,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.manage-project-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.manage-project-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Manage]]></Val>
|
<Val><![CDATA[Manage]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -676,7 +676,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.new-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.new-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[New]]></Val>
|
<Val><![CDATA[New]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -685,7 +685,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.open-existing-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.open-existing-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open existing]]></Val>
|
<Val><![CDATA[Open existing]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -694,7 +694,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects-view-no-project-content" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects-view-no-project-content" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No projects open in current workspace.]D;]A;[Create new]5D;(command:projects.new)]D;]A;[Open existing]5D;(command:projects.openExisting)]D;]A;To learn more about projects [read our docs]5D;(https://aka.ms/azuredatastudio-projects).]D;]A;]]></Val>
|
<Val><![CDATA[No projects open in current workspace.]D;]A;[Create new]5D;(command:projects.new)]D;]A;[Open existing]5D;(command:projects.openExisting)]D;]A;To learn more about projects [read our docs]5D;(https://aka.ms/azuredatastudio-projects).]D;]A;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -703,7 +703,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects-view-no-workspace-content" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects-view-no-workspace-content" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create new or open existing to get started.]D;]A;[Create new]5D;(command:projects.new)]D;]A;[Open existing]5D;(command:projects.openExisting)]D;]A;To learn more about projects [read our docs]5D;(https://aka.ms/azuredatastudio-projects).]]></Val>
|
<Val><![CDATA[Create new or open existing to get started.]D;]A;[Create new]5D;(command:projects.new)]D;]A;[Open existing]5D;(command:projects.openExisting)]D;]A;To learn more about projects [read our docs]5D;(https://aka.ms/azuredatastudio-projects).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -712,7 +712,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects.defaultProjectSaveLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects.defaultProjectSaveLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Full path to folder where new projects are saved by default.]]></Val>
|
<Val><![CDATA[Full path to folder where new projects are saved by default.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -721,7 +721,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects.excludedProjectsDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects.excludedProjectsDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[List of projects in the workspace to exclude from the projects viewlet]]></Val>
|
<Val><![CDATA[List of projects in the workspace to exclude from the projects viewlet]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -730,7 +730,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects.showNotAddedProjectsInWorkspacePrompt" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects.showNotAddedProjectsInWorkspacePrompt" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Always show information message when the current workspace folders contain projects that have not been added to the workspace's projects.]]></Val>
|
<Val><![CDATA[Always show information message when the current workspace folders contain projects that have not been added to the workspace's projects.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -739,7 +739,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.refresh-workspace-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.refresh-workspace-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Refresh]]></Val>
|
<Val><![CDATA[Refresh]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -748,7 +748,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.remove-project-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.remove-project-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Remove Project]]></Val>
|
<Val><![CDATA[Remove Project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+63
-63
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="import.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.import.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFile.InvalidFileLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFile.InvalidFileLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid file location. Please try a different input file]]></Val>
|
<Val><![CDATA[Invalid file location. Please try a different input file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.allowNulls" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.allowNulls" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Allow Nulls]]></Val>
|
<Val><![CDATA[Allow Nulls]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.browseFiles" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.browseFiles" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Browse]]></Val>
|
<Val><![CDATA[Browse]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.columnName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.columnName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Column Name]]></Val>
|
<Val><![CDATA[Column Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.columnTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.columnTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Column]]></Val>
|
<Val><![CDATA[Column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.createDerivedColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.createDerivedColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create derived column]]></Val>
|
<Val><![CDATA[Create derived column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.dataType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.dataType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data Type]]></Val>
|
<Val><![CDATA[Data Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.databaseDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.databaseDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database the table is created in]]></Val>
|
<Val><![CDATA[Database the table is created in]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.databaseName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.databaseName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database name]]></Val>
|
<Val><![CDATA[Database name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction1" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction1" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select the columns of data on the left required to derive your new column]]></Val>
|
<Val><![CDATA[Select the columns of data on the left required to derive your new column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction2" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction2" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select a row and specify an example transformation that you would like applied to the rest of the column]]></Val>
|
<Val><![CDATA[Select a row and specify an example transformation that you would like applied to the rest of the column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction3" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction3" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Click "Preview Transformation" to preview the transformation]]></Val>
|
<Val><![CDATA[Click "Preview Transformation" to preview the transformation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction4" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction4" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Refine your transformation until you have the desired column]]></Val>
|
<Val><![CDATA[Refine your transformation until you have the desired column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction5" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction5" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specify the new derived column's name and click "Done"]]></Val>
|
<Val><![CDATA[Specify the new derived column's name and click "Done"]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.fileImport" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.fileImport" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File to be imported]]></Val>
|
<Val><![CDATA[File to be imported]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.fileTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.fileTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Location of the file to be imported]]></Val>
|
<Val><![CDATA[Location of the file to be imported]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.headerIntructionText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.headerIntructionText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Welcome to the Derived Column Tool! To get started, please follow the steps below:]]></Val>
|
<Val><![CDATA[Welcome to the Derived Column Tool! To get started, please follow the steps below:]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -168,7 +168,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.importData" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.importData" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import Data]]></Val>
|
<Val><![CDATA[Import Data]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.importInformation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.importInformation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import information]]></Val>
|
<Val><![CDATA[Import information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -186,7 +186,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.importNewFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.importNewFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import new file]]></Val>
|
<Val><![CDATA[Import new file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.importStatus" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.importStatus" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import status]]></Val>
|
<Val><![CDATA[Import status]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -204,7 +204,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.next" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.next" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Next]]></Val>
|
<Val><![CDATA[Next]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -213,7 +213,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.openFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.openFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -222,7 +222,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.page1Name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.page1Name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specify Input File]]></Val>
|
<Val><![CDATA[Specify Input File]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -231,7 +231,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.page2Name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.page2Name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Preview Data]]></Val>
|
<Val><![CDATA[Preview Data]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -240,7 +240,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.page3Name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.page3Name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Modify Columns]]></Val>
|
<Val><![CDATA[Modify Columns]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -249,7 +249,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.page4Name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.page4Name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Summary]]></Val>
|
<Val><![CDATA[Summary]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -258,7 +258,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.previewTransformation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.previewTransformation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Preview Transformation]]></Val>
|
<Val><![CDATA[Preview Transformation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -267,7 +267,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.primaryKey" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.primaryKey" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Primary Key]]></Val>
|
<Val><![CDATA[Primary Key]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -276,7 +276,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.prosePreviewMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.prosePreviewMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This operation analyzed the input file structure to generate the preview below for up to the first 50 rows.]]></Val>
|
<Val><![CDATA[This operation analyzed the input file structure to generate the preview below for up to the first 50 rows.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -285,7 +285,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.prosePreviewMessageFail" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.prosePreviewMessageFail" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This operation was unsuccessful. Please try a different input file.]]></Val>
|
<Val><![CDATA[This operation was unsuccessful. Please try a different input file.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -294,7 +294,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.refresh" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.refresh" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Refresh]]></Val>
|
<Val><![CDATA[Refresh]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -303,7 +303,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.schemaTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.schemaTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Table schema]]></Val>
|
<Val><![CDATA[Table schema]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -312,7 +312,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.selectAllColumns" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.selectAllColumns" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select all columns]]></Val>
|
<Val><![CDATA[Select all columns]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -321,7 +321,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.selectColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.selectColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select column {0}]]></Val>
|
<Val><![CDATA[Select column {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -330,7 +330,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.serverDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.serverDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Server the database is in]]></Val>
|
<Val><![CDATA[Server the database is in]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -339,7 +339,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.serverName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.serverName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Server name]]></Val>
|
<Val><![CDATA[Server name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -348,7 +348,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.specifyDerivedColNameTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.specifyDerivedColNameTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Column Name]]></Val>
|
<Val><![CDATA[Column Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -357,7 +357,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.specifyTransformation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.specifyTransformation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specify Transformation]]></Val>
|
<Val><![CDATA[Specify Transformation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -366,7 +366,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.specifyTransformationForRow" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.specifyTransformationForRow" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specify transformation for row {0}]]></Val>
|
<Val><![CDATA[Specify transformation for row {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -375,7 +375,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.success.norows" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.success.norows" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[✔ You have successfully inserted the data into a table.]]></Val>
|
<Val><![CDATA[✔ You have successfully inserted the data into a table.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -384,7 +384,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.tableName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.tableName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Table name]]></Val>
|
<Val><![CDATA[Table name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -393,7 +393,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.tableSchema" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.tableSchema" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Table schema]]></Val>
|
<Val><![CDATA[Table schema]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -402,7 +402,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.tableTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.tableTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[New table name]]></Val>
|
<Val><![CDATA[New table name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -411,7 +411,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.wizardName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.wizardName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import flat file wizard]]></Val>
|
<Val><![CDATA[Import flat file wizard]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -420,7 +420,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.import.needConnection" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.import.needConnection" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Please connect to a server before using this wizard.]]></Val>
|
<Val><![CDATA[Please connect to a server before using this wizard.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -429,7 +429,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.import.needSQLConnection" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.import.needSQLConnection" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Import extension does not support this type of connection]]></Val>
|
<Val><![CDATA[SQL Server Import extension does not support this type of connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -438,7 +438,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.import.serviceCrashButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.import.serviceCrashButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Give Feedback]]></Val>
|
<Val><![CDATA[Give Feedback]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -447,7 +447,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.serviceCrashMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.serviceCrashMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[service component could not start]]></Val>
|
<Val><![CDATA[service component could not start]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -456,7 +456,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.downloadingService" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.downloadingService" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0}]]></Val>
|
<Val><![CDATA[Downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -465,7 +465,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.downloadingServiceComplete" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.downloadingServiceComplete" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Done downloading {0}]]></Val>
|
<Val><![CDATA[Done downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -474,7 +474,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.downloadingServiceSize" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.downloadingServiceSize" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[({0} KB)]]></Val>
|
<Val><![CDATA[({0} KB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -483,7 +483,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.downloadingServiceStatus" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.downloadingServiceStatus" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0}]]></Val>
|
<Val><![CDATA[Downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -492,7 +492,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.entryExtractedChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.entryExtractedChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Extracted {0} ({1}/{2})]]></Val>
|
<Val><![CDATA[Extracted {0} ({1}/{2})]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -501,7 +501,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.flatFileImport.serviceStartFailed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.flatFileImport.serviceStartFailed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to start {0}: {1}]]></Val>
|
<Val><![CDATA[Failed to start {0}: {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -510,7 +510,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.installingService" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.installingService" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing {0} Service]]></Val>
|
<Val><![CDATA[Installing {0} Service]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -519,7 +519,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.installingServiceDetailed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.installingServiceDetailed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing {0} to {1}]]></Val>
|
<Val><![CDATA[Installing {0} to {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -528,7 +528,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.serviceInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.serviceInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installed {0}]]></Val>
|
<Val><![CDATA[Installed {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -537,7 +537,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.serviceStarted" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.serviceStarted" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} Started]]></Val>
|
<Val><![CDATA[{0} Started]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -546,7 +546,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.serviceStarting" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.serviceStarting" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Starting {0}]]></Val>
|
<Val><![CDATA[Starting {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -555,7 +555,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/package.flatfileimport.configuration.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/package.flatfileimport.configuration.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Flat File Import configuration]]></Val>
|
<Val><![CDATA[Flat File Import configuration]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -564,7 +564,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/package.flatfileimport.logDebugInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/package.flatfileimport.logDebugInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[[Optional]5D; Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown]]></Val>
|
<Val><![CDATA[[Optional]5D; Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+77
-77
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\kusto.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.kusto.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/kusto/dist/features.kusto.accountDoesNotExist" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/features.kusto.accountDoesNotExist" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Account does not exist.]]></Val>
|
<Val><![CDATA[Account does not exist.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/features.kusto.insufficientlyPrivelagedAzureAccount" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/features.kusto.insufficientlyPrivelagedAzureAccount" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The configured Azure account for {0} does not have sufficient permissions for Azure Key Vault to access a column master key for Always Encrypted.]]></Val>
|
<Val><![CDATA[The configured Azure account for {0} does not have sufficient permissions for Azure Key Vault to access a column master key for Always Encrypted.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/features.kusto.missingLinkedAzureAccount" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/features.kusto.missingLinkedAzureAccount" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure Data Studio needs to contact Azure Key Vault to access a column master key for Always Encrypted, but no linked Azure account is available. Please add a linked Azure account and retry the query.]]></Val>
|
<Val><![CDATA[Azure Data Studio needs to contact Azure Key Vault to access a column master key for Always Encrypted, but no linked Azure account is available. Please add a linked Azure account and retry the query.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.downloadServiceDoneChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.downloadServiceDoneChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloaded {0}]]></Val>
|
<Val><![CDATA[Downloaded {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.downloadingServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.downloadingServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0}]]></Val>
|
<Val><![CDATA[Downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.downloadingServiceSizeChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.downloadingServiceSizeChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[({0} KB)]]></Val>
|
<Val><![CDATA[({0} KB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.downloadingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.downloadingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0}]]></Val>
|
<Val><![CDATA[Downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.failedToStartServiceErrorMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.failedToStartServiceErrorMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to start {0}]]></Val>
|
<Val><![CDATA[Failed to start {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.installedServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.installedServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installed {0}]]></Val>
|
<Val><![CDATA[Installed {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.installingServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.installingServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing {0} to {1}]]></Val>
|
<Val><![CDATA[Installing {0} to {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.installingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.installingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing {0}]]></Val>
|
<Val><![CDATA[Installing {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.serviceStartedStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.serviceStartedStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} Started]]></Val>
|
<Val><![CDATA[{0} Started]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.startingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.startingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Starting {0}]]></Val>
|
<Val><![CDATA[Starting {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -130,7 +130,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/main.kusto.unsupportedPlatform" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/main.kusto.unsupportedPlatform" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Unsupported platform]]></Val>
|
<Val><![CDATA[Unsupported platform]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -139,7 +139,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/main.notebookFileType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/main.notebookFileType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Notebooks]]></Val>
|
<Val><![CDATA[Notebooks]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/main.unsupportedFileType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/main.unsupportedFileType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Only .ipynb Notebooks are supported]]></Val>
|
<Val><![CDATA[Only .ipynb Notebooks are supported]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -157,7 +157,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/command.cancel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/command.cancel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel operation?]]></Val>
|
<Val><![CDATA[Cancel operation?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -166,7 +166,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/command.cancelTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/command.cancelTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel]]></Val>
|
<Val><![CDATA[Cancel]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/command.kusto.searchServers" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/command.kusto.searchServers" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Search Server Names]]></Val>
|
<Val><![CDATA[Search Server Names]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -184,7 +184,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/command.progress" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/command.progress" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[$(sync~spin) {0}...]]></Val>
|
<Val><![CDATA[$(sync~spin) {0}...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.notifyError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.notifyError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error notifying of node change: {0}]]></Val>
|
<Val><![CDATA[Error notifying of node change: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -202,7 +202,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.rootLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.rootLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Root]]></Val>
|
<Val><![CDATA[Root]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -211,7 +211,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.sessionNotFound" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.sessionNotFound" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Session for node {0} does not exist]]></Val>
|
<Val><![CDATA[Session for node {0} does not exist]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -220,7 +220,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/telemetry.serviceCrashMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/telemetry.serviceCrashMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} component exited unexpectedly. Please restart Azure Data Studio.]]></Val>
|
<Val><![CDATA[{0} component exited unexpectedly. Please restart Azure Data Studio.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -229,7 +229,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/telemetry.viewKnownIssuesText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/telemetry.viewKnownIssuesText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View Known Issues]]></Val>
|
<Val><![CDATA[View Known Issues]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.databaseProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.databaseProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Name]]></Val>
|
<Val><![CDATA[Database Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -247,7 +247,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.databaseProperties.size" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.databaseProperties.size" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Size (MB)]]></Val>
|
<Val><![CDATA[Size (MB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -256,7 +256,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.serverProperties.diskCacheCapacity" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.serverProperties.diskCacheCapacity" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[% of Cluster data capacity used]]></Val>
|
<Val><![CDATA[% of Cluster data capacity used]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -265,7 +265,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.serverProperties.machinesTotal" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.serverProperties.machinesTotal" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Total Machines in the cluster]]></Val>
|
<Val><![CDATA[Total Machines in the cluster]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -274,7 +274,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.serverProperties.summary" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.serverProperties.summary" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Status]]></Val>
|
<Val><![CDATA[Status]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -283,7 +283,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.databasesListProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.databasesListProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name]]></Val>
|
<Val><![CDATA[Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -292,7 +292,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.databasesListProperties.size" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.databasesListProperties.size" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Size (MB)]]></Val>
|
<Val><![CDATA[Size (MB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -301,7 +301,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.configuration.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.configuration.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[KUSTO configuration]]></Val>
|
<Val><![CDATA[KUSTO configuration]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -310,7 +310,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.applicationName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.applicationName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The name of the application]]></Val>
|
<Val><![CDATA[The name of the application]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -319,7 +319,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.applicationName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.applicationName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Application name]]></Val>
|
<Val><![CDATA[Application name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -328,7 +328,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.categoryValues.azureMFA" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.categoryValues.azureMFA" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure Active Directory - Universal with MFA support]]></Val>
|
<Val><![CDATA[Azure Active Directory - Universal with MFA support]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -337,7 +337,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.categoryValues.none" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.categoryValues.none" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Authentication]]></Val>
|
<Val><![CDATA[No Authentication]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -346,7 +346,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.categoryValues.sqlLogin" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.categoryValues.sqlLogin" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User Authentication]]></Val>
|
<Val><![CDATA[User Authentication]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -355,7 +355,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specifies the method of authenticating with Kusto Server]]></Val>
|
<Val><![CDATA[Specifies the method of authenticating with Kusto Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -364,7 +364,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Authentication type]]></Val>
|
<Val><![CDATA[Authentication type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -373,7 +373,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectRetryCount.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectRetryCount.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Number of attempts to restore connection]]></Val>
|
<Val><![CDATA[Number of attempts to restore connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -382,7 +382,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectRetryCount.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectRetryCount.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Connect retry count]]></Val>
|
<Val><![CDATA[Connect retry count]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -391,7 +391,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectRetryInterval.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectRetryInterval.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Delay between attempts to restore connection]]></Val>
|
<Val><![CDATA[Delay between attempts to restore connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -400,7 +400,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectRetryInterval.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectRetryInterval.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Connect retry interval]]></Val>
|
<Val><![CDATA[Connect retry interval]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -409,7 +409,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectTimeout.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectTimeout.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error]]></Val>
|
<Val><![CDATA[The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -418,7 +418,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectTimeout.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectTimeout.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Connect timeout]]></Val>
|
<Val><![CDATA[Connect timeout]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -427,7 +427,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectionName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectionName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Custom name of the connection]]></Val>
|
<Val><![CDATA[Custom name of the connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -436,7 +436,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectionName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectionName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name (optional)]]></Val>
|
<Val><![CDATA[Name (optional)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -445,7 +445,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.databaseName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.databaseName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The name of the initial catalog or database in the data source]]></Val>
|
<Val><![CDATA[The name of the initial catalog or database in the data source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -454,7 +454,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.databaseName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.databaseName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database]]></Val>
|
<Val><![CDATA[Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -463,7 +463,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.failoverPartner.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.failoverPartner.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The name or network address of the instance of Kusto Server that acts as a failover partner]]></Val>
|
<Val><![CDATA[The name or network address of the instance of Kusto Server that acts as a failover partner]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -472,7 +472,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.failoverPartner.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.failoverPartner.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failover partner]]></Val>
|
<Val><![CDATA[Failover partner]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -481,7 +481,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.connectionResiliency" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.connectionResiliency" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Connection Resiliency]]></Val>
|
<Val><![CDATA[Connection Resiliency]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -490,7 +490,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.context" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.context" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Context]]></Val>
|
<Val><![CDATA[Context]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -499,7 +499,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.initialization" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.initialization" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Initialization]]></Val>
|
<Val><![CDATA[Initialization]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -508,7 +508,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.security" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.security" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Security]]></Val>
|
<Val><![CDATA[Security]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -517,7 +517,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.source" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.source" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source]]></Val>
|
<Val><![CDATA[Source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -526,7 +526,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.password.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.password.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Indicates the password to be used when connecting to the data source]]></Val>
|
<Val><![CDATA[Indicates the password to be used when connecting to the data source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -535,7 +535,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.password.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.password.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Password]]></Val>
|
<Val><![CDATA[Password]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -544,7 +544,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.serverName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.serverName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Kusto cluster name]]></Val>
|
<Val><![CDATA[Kusto cluster name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -553,7 +553,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.serverName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.serverName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cluster]]></Val>
|
<Val><![CDATA[Cluster]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -562,7 +562,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.userName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.userName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Indicates the user ID to be used when connecting to the data source]]></Val>
|
<Val><![CDATA[Indicates the user ID to be used when connecting to the data source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -571,7 +571,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.userName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.userName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User name]]></Val>
|
<Val><![CDATA[User name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -580,7 +580,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.workstationId.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.workstationId.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The name of the workstation connecting to Kusto Server]]></Val>
|
<Val><![CDATA[The name of the workstation connecting to Kusto Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -589,7 +589,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.workstationId.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.workstationId.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Workstation Id]]></Val>
|
<Val><![CDATA[Workstation Id]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -598,7 +598,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.format.alignColumnDefinitionsInColumns" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.format.alignColumnDefinitionsInColumns" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Should column definitions be aligned?]]></Val>
|
<Val><![CDATA[Should column definitions be aligned?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -607,7 +607,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.format.datatypeCasing" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.format.datatypeCasing" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Should data types be formatted as UPPERCASE, lowercase, or none (not formatted)]]></Val>
|
<Val><![CDATA[Should data types be formatted as UPPERCASE, lowercase, or none (not formatted)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -616,7 +616,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.format.keywordCasing" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.format.keywordCasing" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Should keywords be formatted as UPPERCASE, lowercase, or none (not formatted)]]></Val>
|
<Val><![CDATA[Should keywords be formatted as UPPERCASE, lowercase, or none (not formatted)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -625,7 +625,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.logDebugInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.logDebugInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[[Optional]5D; Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown]]></Val>
|
<Val><![CDATA[[Optional]5D; Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -634,7 +634,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.provider.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.provider.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure Data Explorer (Kusto)]]></Val>
|
<Val><![CDATA[Azure Data Explorer (Kusto)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -643,7 +643,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.query.displayBitAsNumber" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.query.displayBitAsNumber" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false']]></Val>
|
<Val><![CDATA[Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -652,7 +652,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.tracingLevel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.tracingLevel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[[Optional]5D; Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information]]></Val>
|
<Val><![CDATA[[Optional]5D; Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -661,7 +661,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.notebook.command.new" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.notebook.command.new" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[New Notebook]]></Val>
|
<Val><![CDATA[New Notebook]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -670,7 +670,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.notebook.command.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.notebook.command.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open Notebook]]></Val>
|
<Val><![CDATA[Open Notebook]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -679,7 +679,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.objectsListProperties.metadataTypeName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.objectsListProperties.metadataTypeName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -688,7 +688,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.objectsListProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.objectsListProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name]]></Val>
|
<Val><![CDATA[Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+218
-218
File diff suppressed because it is too large
Load Diff
+391
-391
File diff suppressed because it is too large
Load Diff
+261
-261
File diff suppressed because it is too large
Load Diff
+17
-17
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="profiler.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.profiler.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.cancel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.cancel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel]]></Val>
|
<Val><![CDATA[Cancel]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.create" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.create" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Start]]></Val>
|
<Val><![CDATA[Start]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.createSessionFailed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.createSessionFailed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to create a session]]></Val>
|
<Val><![CDATA[Failed to create a session]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.dialogOwnerInvalid" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.dialogOwnerInvalid" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid dialog owner, cannot open dialog]]></Val>
|
<Val><![CDATA[Invalid dialog owner, cannot open dialog]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.enterSessionName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.enterSessionName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Enter session name:]]></Val>
|
<Val><![CDATA[Enter session name:]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.invalidProviderType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.invalidProviderType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid provider type, cannot open dialog]]></Val>
|
<Val><![CDATA[Invalid provider type, cannot open dialog]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.selectTemplates" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.selectTemplates" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select session template:]]></Val>
|
<Val><![CDATA[Select session template:]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.templatesInvalid" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.templatesInvalid" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid templates list, cannot open dialog]]></Val>
|
<Val><![CDATA[Invalid templates list, cannot open dialog]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Start New Profiler Session]]></Val>
|
<Val><![CDATA[Start New Profiler Session]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Profiler for Azure Data Studio]]></Val>
|
<Val><![CDATA[SQL Server Profiler for Azure Data Studio]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Profiler]]></Val>
|
<Val><![CDATA[SQL Server Profiler]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.category" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.category" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Profiler]]></Val>
|
<Val><![CDATA[Profiler]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.contributes.title.newProfler" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.contributes.title.newProfler" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Launch Profiler]]></Val>
|
<Val><![CDATA[Launch Profiler]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.contributes.title.openCreateSessionDialog" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.contributes.title.openCreateSessionDialog" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create Profiler Season]]></Val>
|
<Val><![CDATA[Create Profiler Season]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.contributes.title.start" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.contributes.title.start" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Start]]></Val>
|
<Val><![CDATA[Start]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.contributes.title.stop" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.contributes.title.stop" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Stop]]></Val>
|
<Val><![CDATA[Stop]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+21
-21
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\query-history.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.query-history.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/query-history/dist/localizedConstants.errorLoading" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/dist/localizedConstants.errorLoading" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error loading saved query history items. {0}]]></Val>
|
<Val><![CDATA[Error loading saved query history items. {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/dist/localizedConstants.failed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/dist/localizedConstants.failed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed]]></Val>
|
<Val><![CDATA[Failed]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/dist/localizedConstants.succeeded" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/dist/localizedConstants.succeeded" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Succeeded]]></Val>
|
<Val><![CDATA[Succeeded]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.captureEnabledDesc" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.captureEnabledDesc" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Whether Query History capture is enabled. If false queries executed will not be captured.]]></Val>
|
<Val><![CDATA[Whether Query History capture is enabled. If false queries executed will not be captured.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.clear" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.clear" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Clear All History]]></Val>
|
<Val><![CDATA[Clear All History]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.delete" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.delete" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Delete]]></Val>
|
<Val><![CDATA[Delete]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View and run previously executed queries]]></Val>
|
<Val><![CDATA[View and run previously executed queries]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.disableCapture" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.disableCapture" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Pause Query History Capture]]></Val>
|
<Val><![CDATA[Pause Query History Capture]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Query History]]></Val>
|
<Val><![CDATA[Query History]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.doubleClickAction" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.doubleClickAction" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The action taken when a history item is double clicked]]></Val>
|
<Val><![CDATA[The action taken when a history item is double clicked]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.doubleClickAction.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.doubleClickAction.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open a new disconnected editor with the query from the selected history item]]></Val>
|
<Val><![CDATA[Open a new disconnected editor with the query from the selected history item]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.doubleClickAction.run" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.doubleClickAction.run" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open a new connected editor with the query and connection from the selected history item and automatically run the query]]></Val>
|
<Val><![CDATA[Open a new connected editor with the query and connection from the selected history item and automatically run the query]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.enableCapture" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.enableCapture" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Start Query History Capture]]></Val>
|
<Val><![CDATA[Start Query History Capture]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.loading" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.loading" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Loading saved entries...]]></Val>
|
<Val><![CDATA[Loading saved entries...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.maxEntries" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.maxEntries" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Maximum number of entries to store. 0 means unlimited entries are stored. Increasing this limit may impact performance, especially if persistence is enabled.]]></Val>
|
<Val><![CDATA[Maximum number of entries to store. 0 means unlimited entries are stored. Increasing this limit may impact performance, especially if persistence is enabled.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.noEntries" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.noEntries" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No queries to display]]></Val>
|
<Val><![CDATA[No queries to display]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open Query]]></Val>
|
<Val><![CDATA[Open Query]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.openStorageFolder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.openStorageFolder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open storage folder]]></Val>
|
<Val><![CDATA[Open storage folder]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.persistHistory" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.persistHistory" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Whether query history is persisted across restarts. If false then the history will be cleared when the application exits.]]></Val>
|
<Val><![CDATA[Whether query history is persisted across restarts. If false then the history will be cleared when the application exits.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -181,7 +181,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.run" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.run" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Run Query]]></Val>
|
<Val><![CDATA[Run Query]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+313
-313
File diff suppressed because it is too large
Load Diff
+100
-100
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="schema-compare.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.schema-compare.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.OptionNotFoundWarningMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.OptionNotFoundWarningMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[label: {0} does not exist in the options value name lookup]]></Val>
|
<Val><![CDATA[label: {0} does not exist in the options value name lookup]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.SchemaCompare.GeneralOptionsLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.SchemaCompare.GeneralOptionsLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[General Options]]></Val>
|
<Val><![CDATA[General Options]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.SchemaCompare.ObjectTypesOptionsLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.SchemaCompare.ObjectTypesOptionsLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Include Object Types]]></Val>
|
<Val><![CDATA[Include Object Types]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.SchemaCompare.SchemaCompareOptionsDialogLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.SchemaCompare.SchemaCompareOptionsDialogLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare Options]]></Val>
|
<Val><![CDATA[Schema Compare Options]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.SchemaCompareOptionsDialog.Reset" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.SchemaCompareOptionsDialog.Reset" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Reset]]></Val>
|
<Val><![CDATA[Reset]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.file" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.file" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File]]></Val>
|
<Val><![CDATA[File]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.flat" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.flat" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Flat]]></Val>
|
<Val><![CDATA[Flat]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.objectType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.objectType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Object Type]]></Val>
|
<Val><![CDATA[Object Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schema" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schema" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema]]></Val>
|
<Val><![CDATA[Schema]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.ApplyConfirmation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.ApplyConfirmation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Are you sure you want to update the target?]]></Val>
|
<Val><![CDATA[Are you sure you want to update the target?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.CompareDetailsTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.CompareDetailsTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Compare Details]]></Val>
|
<Val><![CDATA[Compare Details]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.GetConnectionString" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.GetConnectionString" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Do you want to connect to {0}?]]></Val>
|
<Val><![CDATA[Do you want to connect to {0}?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.RecompareToRefresh" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.RecompareToRefresh" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Press Compare to refresh the comparison.]]></Val>
|
<Val><![CDATA[Press Compare to refresh the comparison.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.actionColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.actionColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Action]]></Val>
|
<Val><![CDATA[Action]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.addAction" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.addAction" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Add]]></Val>
|
<Val><![CDATA[Add]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applyButtonDisabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applyButtonDisabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Apply is enabled when the target is a database or database project]]></Val>
|
<Val><![CDATA[Apply is enabled when the target is a database or database project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -162,7 +162,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applyButtonEnabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applyButtonEnabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Apply changes to target]]></Val>
|
<Val><![CDATA[Apply changes to target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -171,7 +171,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applyError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applyError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[There was an error updating the project]]></Val>
|
<Val><![CDATA[There was an error updating the project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -180,7 +180,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applyNoChanges" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applyNoChanges" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No changes to apply]]></Val>
|
<Val><![CDATA[No changes to apply]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -189,7 +189,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applySuccess" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applySuccess" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project was successfully updated]]></Val>
|
<Val><![CDATA[Project was successfully updated]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cancelCompareButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cancelCompareButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Stop]]></Val>
|
<Val><![CDATA[Stop]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -207,7 +207,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cancelErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cancelErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel schema compare failed: '{0}']]></Val>
|
<Val><![CDATA[Cancel schema compare failed: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -216,7 +216,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cannotExcludeMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cannotExcludeMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cannot exclude {0}. Included dependents exist]]></Val>
|
<Val><![CDATA[Cannot exclude {0}. Included dependents exist]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -225,7 +225,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cannotExcludeMessageWithDependent" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cannotExcludeMessageWithDependent" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cannot exclude {0}. Included dependents exist, such as {1}]]></Val>
|
<Val><![CDATA[Cannot exclude {0}. Included dependents exist, such as {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -234,7 +234,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cannotIncludeMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cannotIncludeMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cannot include {0}. Excluded dependents exist]]></Val>
|
<Val><![CDATA[Cannot include {0}. Excluded dependents exist]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -243,7 +243,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cannotIncludeMessageWithDependent" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cannotIncludeMessageWithDependent" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cannot include {0}. Excluded dependents exist, such as {1}]]></Val>
|
<Val><![CDATA[Cannot include {0}. Excluded dependents exist, such as {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -252,7 +252,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.changeAction" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.changeAction" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Change]]></Val>
|
<Val><![CDATA[Change]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -261,7 +261,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.compareButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.compareButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Compare]]></Val>
|
<Val><![CDATA[Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -270,7 +270,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.compareErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.compareErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare failed: {0}]]></Val>
|
<Val><![CDATA[Schema Compare failed: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -279,7 +279,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.dacpacRadioButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.dacpacRadioButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data-tier Application File (.dacpac)]]></Val>
|
<Val><![CDATA[Data-tier Application File (.dacpac)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -288,7 +288,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.databaseButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.databaseButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database]]></Val>
|
<Val><![CDATA[Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -297,7 +297,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.deleteAction" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.deleteAction" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Delete]]></Val>
|
<Val><![CDATA[Delete]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -306,7 +306,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.dialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.dialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare]]></Val>
|
<Val><![CDATA[Schema Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -315,7 +315,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.differencesTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.differencesTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Comparison between Source and Target]]></Val>
|
<Val><![CDATA[Comparison between Source and Target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -324,7 +324,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate script]]></Val>
|
<Val><![CDATA[Generate script]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -333,7 +333,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptButtonDisabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptButtonDisabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate script is enabled when the target is a database]]></Val>
|
<Val><![CDATA[Generate script is enabled when the target is a database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -342,7 +342,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptEnabledButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptEnabledButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate script to deploy changes to target]]></Val>
|
<Val><![CDATA[Generate script to deploy changes to target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -351,7 +351,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate script failed: '{0}']]></Val>
|
<Val><![CDATA[Generate script failed: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -360,7 +360,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptNoChanges" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptNoChanges" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No changes to script]]></Val>
|
<Val><![CDATA[No changes to script]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -369,7 +369,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.includeColumnName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.includeColumnName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Include]]></Val>
|
<Val><![CDATA[Include]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -378,7 +378,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.includeExcludeInfoMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.includeExcludeInfoMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Please note that include/exclude operations can take a moment to calculate affected dependencies]]></Val>
|
<Val><![CDATA[Please note that include/exclude operations can take a moment to calculate affected dependencies]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -387,7 +387,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.noDifferences" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.noDifferences" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No schema differences were found.]]></Val>
|
<Val><![CDATA[No schema differences were found.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -396,7 +396,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.openFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.openFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -405,7 +405,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.openScmpButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.openScmpButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open .scmp file]]></Val>
|
<Val><![CDATA[Open .scmp file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -414,7 +414,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.openScmpButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.openScmpButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Load source, target, and options saved in an .scmp file]]></Val>
|
<Val><![CDATA[Load source, target, and options saved in an .scmp file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -423,7 +423,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.openScmpErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.openScmpErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open scmp failed: '{0}']]></Val>
|
<Val><![CDATA[Open scmp failed: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -432,7 +432,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.optionsButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.optionsButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Options]]></Val>
|
<Val><![CDATA[Options]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -441,7 +441,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.projectButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.projectButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Project]]></Val>
|
<Val><![CDATA[Database Project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -450,7 +450,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.radioButtonsLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.radioButtonsLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -459,7 +459,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.saveFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.saveFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save]]></Val>
|
<Val><![CDATA[Save]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -468,7 +468,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.saveScmpButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.saveScmpButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save .scmp file]]></Val>
|
<Val><![CDATA[Save .scmp file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -477,7 +477,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.saveScmpButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.saveScmpButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save source and target, options, and excluded elements]]></Val>
|
<Val><![CDATA[Save source and target, options, and excluded elements]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -486,7 +486,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.saveScmpErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.saveScmpErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save scmp failed: '{0}']]></Val>
|
<Val><![CDATA[Save scmp failed: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -495,7 +495,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.selectConnection" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.selectConnection" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select connection]]></Val>
|
<Val><![CDATA[Select connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -504,7 +504,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.selectSourceFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.selectSourceFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select source file]]></Val>
|
<Val><![CDATA[Select source file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -513,7 +513,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.selectTargetFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.selectTargetFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select target file]]></Val>
|
<Val><![CDATA[Select target file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -522,7 +522,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.sourceButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.sourceButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Source]]></Val>
|
<Val><![CDATA[Select Source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -531,7 +531,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.sourceNameColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.sourceNameColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Name]]></Val>
|
<Val><![CDATA[Source Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -540,7 +540,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.startText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.startText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[To compare two schemas, first select a source schema and target schema, then press Compare.]]></Val>
|
<Val><![CDATA[To compare two schemas, first select a source schema and target schema, then press Compare.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -549,7 +549,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.switchButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.switchButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Switch source and target]]></Val>
|
<Val><![CDATA[Switch source and target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -558,7 +558,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.switchDirectionButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.switchDirectionButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Switch direction]]></Val>
|
<Val><![CDATA[Switch direction]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -567,7 +567,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.targetButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.targetButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Target]]></Val>
|
<Val><![CDATA[Select Target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -576,7 +576,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.targetNameColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.targetNameColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Name]]></Val>
|
<Val><![CDATA[Target Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -585,7 +585,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.typeColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.typeColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -594,7 +594,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.updateButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.updateButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Apply]]></Val>
|
<Val><![CDATA[Apply]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -603,7 +603,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.updateErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.updateErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare Apply failed '{0}']]></Val>
|
<Val><![CDATA[Schema Compare Apply failed '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -612,7 +612,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.waitText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.waitText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Initializing Comparison. This might take a moment.]]></Val>
|
<Val><![CDATA[Initializing Comparison. This might take a moment.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -621,7 +621,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.No" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.No" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No]]></Val>
|
<Val><![CDATA[No]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -630,7 +630,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.SourceTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.SourceTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source]]></Val>
|
<Val><![CDATA[Source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -639,7 +639,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.TargetTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.TargetTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target]]></Val>
|
<Val><![CDATA[Target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -648,7 +648,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.Yes" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.Yes" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Yes]]></Val>
|
<Val><![CDATA[Yes]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -657,7 +657,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.cancel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.cancel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel]]></Val>
|
<Val><![CDATA[Cancel]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -666,7 +666,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.databaseDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.databaseDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database]]></Val>
|
<Val><![CDATA[Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -675,7 +675,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.defaultUser" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.defaultUser" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[default]]></Val>
|
<Val><![CDATA[default]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -684,7 +684,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.differentSourceMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.differentSourceMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[A different source schema has been selected. Compare to see the comparison?]]></Val>
|
<Val><![CDATA[A different source schema has been selected. Compare to see the comparison?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -693,7 +693,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.differentSourceTargetMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.differentSourceTargetMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Different source and target schemas have been selected. Compare to see the comparison?]]></Val>
|
<Val><![CDATA[Different source and target schemas have been selected. Compare to see the comparison?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -702,7 +702,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.differentTargetMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.differentTargetMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[A different target schema has been selected. Compare to see the comparison?]]></Val>
|
<Val><![CDATA[A different target schema has been selected. Compare to see the comparison?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -711,7 +711,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.dspErrorSource" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.dspErrorSource" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The source .sqlproj file does not specify a database schema component]]></Val>
|
<Val><![CDATA[The source .sqlproj file does not specify a database schema component]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -720,7 +720,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.dspErrorTarget" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.dspErrorTarget" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The target .sqlproj file does not specify a database schema component]]></Val>
|
<Val><![CDATA[The target .sqlproj file does not specify a database schema component]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -729,7 +729,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.fileTextBoxLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.fileTextBoxLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File]]></Val>
|
<Val><![CDATA[File]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -738,7 +738,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.noProjectExtension" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.noProjectExtension" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The sql-database-projects extension is required to perform schema comparison with database projects]]></Val>
|
<Val><![CDATA[The sql-database-projects extension is required to perform schema comparison with database projects]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -747,7 +747,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.noProjectExtensionApply" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.noProjectExtensionApply" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The sql-database-projects extension is required to apply changes to a project]]></Val>
|
<Val><![CDATA[The sql-database-projects extension is required to apply changes to a project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -756,7 +756,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.ok" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.ok" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[OK]]></Val>
|
<Val><![CDATA[OK]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -765,7 +765,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.serverDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.serverDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Server]]></Val>
|
<Val><![CDATA[Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -774,7 +774,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.sourceDatabaseDropdown" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.sourceDatabaseDropdown" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Database]]></Val>
|
<Val><![CDATA[Source Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -783,7 +783,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.sourceServerDropdown" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.sourceServerDropdown" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Server]]></Val>
|
<Val><![CDATA[Source Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -792,7 +792,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.sourceTextBox" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.sourceTextBox" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source file]]></Val>
|
<Val><![CDATA[Source file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -801,7 +801,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.structureDropdownLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.structureDropdownLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Folder Structure]]></Val>
|
<Val><![CDATA[Folder Structure]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -810,7 +810,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.targetDatabaseDropdown" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.targetDatabaseDropdown" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Database]]></Val>
|
<Val><![CDATA[Target Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -819,7 +819,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.targetServerDropdown" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.targetServerDropdown" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Server]]></Val>
|
<Val><![CDATA[Target Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -828,7 +828,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.targetTextBox" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.targetTextBox" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target file]]></Val>
|
<Val><![CDATA[Target file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -837,7 +837,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareOptions.RecompareMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareOptions.RecompareMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Options have changed. Recompare to see the comparison?]]></Val>
|
<Val><![CDATA[Options have changed. Recompare to see the comparison?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -846,7 +846,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaObjectType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaObjectType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema/Object Type]]></Val>
|
<Val><![CDATA[Schema/Object Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -855,7 +855,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.targetStructure" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.targetStructure" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Folder Structure]]></Val>
|
<Val><![CDATA[Target Folder Structure]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -864,7 +864,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Schema Compare for Azure Data Studio supports comparing the schemas of databases and dacpacs.]]></Val>
|
<Val><![CDATA[SQL Server Schema Compare for Azure Data Studio supports comparing the schemas of databases and dacpacs.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -873,7 +873,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Schema Compare]]></Val>
|
<Val><![CDATA[SQL Server Schema Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -882,7 +882,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.schemaCompare.openInScmp" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.schemaCompare.openInScmp" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open in Schema Compare]]></Val>
|
<Val><![CDATA[Open in Schema Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -891,7 +891,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.schemaCompare.runComparison" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.schemaCompare.runComparison" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Run Schema Comparison]]></Val>
|
<Val><![CDATA[Run Schema Comparison]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -900,7 +900,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.schemaCompare.start" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.schemaCompare.start" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare]]></Val>
|
<Val><![CDATA[Schema Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\server-report.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.server-report.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
+57
-57
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\sql-assessment.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.sql-assessment.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.column.targetType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.column.targetType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Type]]></Val>
|
<Val><![CDATA[Target Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.details.clickHere" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.details.clickHere" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Click here]]></Val>
|
<Val><![CDATA[Click here]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.details.recommendation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.details.recommendation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Recommendation]]></Val>
|
<Val><![CDATA[Recommendation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.details.ruleDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.details.ruleDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Rule Description]]></Val>
|
<Val><![CDATA[Rule Description]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.details.toLearnMore" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.details.toLearnMore" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[ to learn more.]]></Val>
|
<Val><![CDATA[ to learn more.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.databaseIconLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.databaseIconLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database]]></Val>
|
<Val><![CDATA[Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.serverIconLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.serverIconLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Server]]></Val>
|
<Val><![CDATA[Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.apiversion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.apiversion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[API Version]]></Val>
|
<Val><![CDATA[API Version]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.checkId" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.checkId" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Check ID]]></Val>
|
<Val><![CDATA[Check ID]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.helpLink" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.helpLink" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Help Link]]></Val>
|
<Val><![CDATA[Help Link]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.message" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.message" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Message]]></Val>
|
<Val><![CDATA[Message]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.severity" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.severity" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Severity]]></Val>
|
<Val><![CDATA[Severity]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.tags" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.tags" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Tags]]></Val>
|
<Val><![CDATA[Tags]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.target" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.target" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target]]></Val>
|
<Val><![CDATA[Target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.instancename" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.instancename" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Instance Name]]></Val>
|
<Val><![CDATA[Instance Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.learnMore" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.learnMore" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Learn More]]></Val>
|
<Val><![CDATA[Learn More]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.osversion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.osversion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[OS Version]]></Val>
|
<Val><![CDATA[OS Version]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.rulesetversion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.rulesetversion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Default Ruleset]]></Val>
|
<Val><![CDATA[Default Ruleset]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.section.api.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.section.api.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Info]]></Val>
|
<Val><![CDATA[Info]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -181,7 +181,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.section.instance.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.section.instance.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Instance Details]]></Val>
|
<Val><![CDATA[SQL Server Instance Details]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -190,7 +190,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.serveredition" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.serveredition" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edition]]></Val>
|
<Val><![CDATA[Edition]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.serverversion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.serverversion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Version]]></Val>
|
<Val><![CDATA[Version]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Error" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Error" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error]]></Val>
|
<Val><![CDATA[Error]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -217,7 +217,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.High" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.High" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[High]]></Val>
|
<Val><![CDATA[High]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -226,7 +226,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Info" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Info" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Information]]></Val>
|
<Val><![CDATA[Information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -235,7 +235,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Low" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Low" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Low]]></Val>
|
<Val><![CDATA[Low]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -244,7 +244,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Medium" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Medium" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Medium]]></Val>
|
<Val><![CDATA[Medium]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -253,7 +253,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Warning" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Warning" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Warning]]></Val>
|
<Val><![CDATA[Warning]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -262,7 +262,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.resultForDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.resultForDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Results for database]]></Val>
|
<Val><![CDATA[Results for database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -271,7 +271,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.resultForInstance" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.resultForInstance" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Results for server]]></Val>
|
<Val><![CDATA[Results for server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -280,7 +280,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.severityMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.severityMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0}: {1} item(s)]]></Val>
|
<Val><![CDATA[{0}: {1} item(s)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -289,7 +289,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReportTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReportTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment Report]]></Val>
|
<Val><![CDATA[SQL Assessment Report]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -298,7 +298,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.asmtaction.label.cancel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.asmtaction.label.cancel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel]]></Val>
|
<Val><![CDATA[Cancel]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -307,7 +307,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.asmtaction.label.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.asmtaction.label.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -316,7 +316,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.asmtaction.openReport" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.asmtaction.openReport" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Report has been saved. Do you want to open it?]]></Val>
|
<Val><![CDATA[Report has been saved. Do you want to open it?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -325,7 +325,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.btnExportAsScript" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.btnExportAsScript" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Export as script]]></Val>
|
<Val><![CDATA[Export as script]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -334,7 +334,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.btnGeneratehtmlreport" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.btnGeneratehtmlreport" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create HTML Report]]></Val>
|
<Val><![CDATA[Create HTML Report]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -343,7 +343,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.btnViewSamples" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.btnViewSamples" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View all rules and learn more on GitHub]]></Val>
|
<Val><![CDATA[View all rules and learn more on GitHub]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -352,7 +352,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.btnViewSamplesShort" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.btnViewSamplesShort" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View all on GitHub]]></Val>
|
<Val><![CDATA[View all on GitHub]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -361,7 +361,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.getAssessmentItemsDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.getAssessmentItemsDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View applicable rules for {0}]]></Val>
|
<Val><![CDATA[View applicable rules for {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -370,7 +370,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.getAssessmentItemsServer" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.getAssessmentItemsServer" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View applicable rules]]></Val>
|
<Val><![CDATA[View applicable rules]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -379,7 +379,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.invokeAssessmentLabelDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.invokeAssessmentLabelDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invoke assessment for {0}]]></Val>
|
<Val><![CDATA[Invoke assessment for {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -388,7 +388,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.invokeAssessmentLabelServer" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.invokeAssessmentLabelServer" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invoke assessment]]></Val>
|
<Val><![CDATA[Invoke assessment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -397,7 +397,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.msgBoxAsmtInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.msgBoxAsmtInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment Information]]></Val>
|
<Val><![CDATA[SQL Assessment Information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -406,7 +406,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.msgBoxCopied" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.msgBoxCopied" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment Information copied]]></Val>
|
<Val><![CDATA[SQL Assessment Information copied]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -415,7 +415,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.msgBoxCopyBtn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.msgBoxCopyBtn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Copy]]></Val>
|
<Val><![CDATA[Copy]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -424,7 +424,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.ok" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.ok" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[OK]]></Val>
|
<Val><![CDATA[OK]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -433,7 +433,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.back" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.back" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[<< Back]]></Val>
|
<Val><![CDATA[<< Back]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -442,7 +442,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.resultsTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.resultsTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Assessment Results from {0}]]></Val>
|
<Val><![CDATA[Assessment Results from {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -451,7 +451,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.summaryAsmtDate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.summaryAsmtDate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Assessment Date]]></Val>
|
<Val><![CDATA[Assessment Date]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -460,7 +460,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.summaryError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.summaryError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error]]></Val>
|
<Val><![CDATA[Error]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -469,7 +469,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.summaryInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.summaryInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Information]]></Val>
|
<Val><![CDATA[Information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -478,7 +478,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.summaryWarning" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.summaryWarning" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Warning]]></Val>
|
<Val><![CDATA[Warning]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -487,7 +487,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/package.dashboard.tabName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/package.dashboard.tabName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment]]></Val>
|
<Val><![CDATA[SQL Assessment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -496,7 +496,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/package.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/package.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment for Azure Data Studio (Preview) provides a mechanism to evaluate the configuration of SQL Server for best practices.]]></Val>
|
<Val><![CDATA[SQL Assessment for Azure Data Studio (Preview) provides a mechanism to evaluate the configuration of SQL Server for best practices.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -505,7 +505,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment]]></Val>
|
<Val><![CDATA[SQL Assessment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+420
-420
File diff suppressed because it is too large
Load Diff
+952
-952
File diff suppressed because it is too large
Load Diff
+534
-534
File diff suppressed because it is too large
Load Diff
@@ -1,33 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\xml-language-features.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="es-ES" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
|
||||||
<OwnedComments>
|
|
||||||
<Cmt Name="Dev" />
|
|
||||||
<Cmt Name="LcxAdmin" />
|
|
||||||
<Cmt Name="Rccx" />
|
|
||||||
</OwnedComments>
|
|
||||||
<Settings Name="@SettingsPath@\default.lss" Type="Lss" />
|
|
||||||
<Item ItemId=";Xliff file" ItemType="0" PsrId="308" Leaf="false">
|
|
||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
|
||||||
<Item ItemId=";description" ItemType="0" PsrId="308" Leaf="true">
|
|
||||||
<Str Cat="Text">
|
|
||||||
<Val><![CDATA[Provides rich language support for XML.]]></Val>
|
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
|
||||||
<Val><![CDATA[Proporciona un potente soporte de lenguaje para archivos XML.]]></Val>
|
|
||||||
</Tgt>
|
|
||||||
</Str>
|
|
||||||
<Disp Icon="Str" />
|
|
||||||
</Item>
|
|
||||||
<Item ItemId=";displayName" ItemType="0" PsrId="308" Leaf="true">
|
|
||||||
<Str Cat="Text">
|
|
||||||
<Val><![CDATA[XML Language Features]]></Val>
|
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
|
||||||
<Val><![CDATA[Características del lenguaje XML]]></Val>
|
|
||||||
</Tgt>
|
|
||||||
</Str>
|
|
||||||
<Disp Icon="Str" />
|
|
||||||
</Item>
|
|
||||||
</Item>
|
|
||||||
</Item>
|
|
||||||
</LCX>
|
|
||||||
+11
-11
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="admin-tool-ext-win.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.admin-tool-ext-win.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.launchingDialogStatus" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.launchingDialogStatus" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Launching dialog...]]></Val>
|
<Val><![CDATA[Launching dialog...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForGsw" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForGsw" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForProp" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForProp" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionProfile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionProfile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No connectionProfile provided from connectionContext : {0}]]></Val>
|
<Val><![CDATA[No connectionProfile provided from connectionContext : {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noOENode" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noOENode" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not determine Object Explorer node from connectionContext : {0}]]></Val>
|
<Val><![CDATA[Could not determine Object Explorer node from connectionContext : {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.ssmsMinError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.ssmsMinError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error calling SsmsMin with args '{0}' - {1}]]></Val>
|
<Val><![CDATA[Error calling SsmsMin with args '{0}' - {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Adds additional Windows-specific functionality to Azure Data Studio]]></Val>
|
<Val><![CDATA[Adds additional Windows-specific functionality to Azure Data Studio]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Administration Tool Extensions for Windows]]></Val>
|
<Val><![CDATA[Database Administration Tool Extensions for Windows]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.launchGswMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.launchGswMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate Scripts...]]></Val>
|
<Val><![CDATA[Generate Scripts...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.propertiesMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.propertiesMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Properties]]></Val>
|
<Val><![CDATA[Properties]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+243
-243
File diff suppressed because it is too large
Load Diff
+570
-570
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\asde-deployment.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.asde-deployment.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
+76
-76
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\azcli.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.azcli.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.arc.releaseDateNotParsed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.arc.releaseDateNotParsed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Release date could not be parsed.]]></Val>
|
<Val><![CDATA[Release date could not be parsed.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.accept" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.accept" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Accept]]></Val>
|
<Val><![CDATA[Accept]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.arcdataExtensionNotInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.arcdataExtensionNotInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This extension requires the Azure CLI extension 'arcdata' to be installed. Install the latest version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
<Val><![CDATA[This extension requires the Azure CLI extension 'arcdata' to be installed. Install the latest version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.arcdataInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.arcdataInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The Azure CLI arcdata extension was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.]]></Val>
|
<Val><![CDATA[The Azure CLI arcdata extension was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.askLater" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.askLater" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Ask Later]]></Val>
|
<Val><![CDATA[Ask Later]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.az" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.az" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI]]></Val>
|
<Val><![CDATA[Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.azInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.azInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.]]></Val>
|
<Val><![CDATA[Azure CLI was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.azOutputParseErrorCaught" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.azOutputParseErrorCaught" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[An error occurred while parsing the output of az command: {0}. The output is not JSON.]]></Val>
|
<Val><![CDATA[An error occurred while parsing the output of az command: {0}. The output is not JSON.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.azUserSettingReadLog" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.azUserSettingReadLog" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI user setting: {0}.{1} read, value: {2}]]></Val>
|
<Val><![CDATA[Azure CLI user setting: {0}.{1} read, value: {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.azUserSettingUpdatedLog" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.azUserSettingUpdatedLog" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI user setting: {0}.{1} updated, newValue: {2}]]></Val>
|
<Val><![CDATA[Azure CLI user setting: {0}.{1} updated, newValue: {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.checkingLatestAzVersion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.checkingLatestAzVersion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Checking for latest available version of Azure CLI]]></Val>
|
<Val><![CDATA[Checking for latest available version of Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.couldNotFindArcdataWithPrompt" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.couldNotFindArcdataWithPrompt" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not find the Azure CLI arcdata extension, install it now? If not then some features will not be able to function.]]></Val>
|
<Val><![CDATA[Could not find the Azure CLI arcdata extension, install it now? If not then some features will not be able to function.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.couldNotFindAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.couldNotFindAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not find Azure CLI. Error: {0}]]></Val>
|
<Val><![CDATA[Could not find Azure CLI. Error: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.couldNotFindAzArc" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.couldNotFindAzArc" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not find the Azure CLI arcdata extension. Error: {0}]]></Val>
|
<Val><![CDATA[Could not find the Azure CLI arcdata extension. Error: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.couldNotFindAzWithPrompt" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.couldNotFindAzWithPrompt" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not find Azure CLI, install it now? If not then some features will not be able to function.]]></Val>
|
<Val><![CDATA[Could not find Azure CLI, install it now? If not then some features will not be able to function.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.currentlyInstalledVersionIsLatest" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.currentlyInstalledVersionIsLatest" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Currently installed version of Azure CLI: {0} is same or newer than any other version available]]></Val>
|
<Val><![CDATA[Currently installed version of Azure CLI: {0} is same or newer than any other version available]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.decline" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.decline" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Decline]]></Val>
|
<Val><![CDATA[Decline]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.doNotAskAgain" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.doNotAskAgain" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Don't Ask Again]]></Val>
|
<Val><![CDATA[Don't Ask Again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.downloadError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.downloadError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error while downloading]]></Val>
|
<Val><![CDATA[Error while downloading]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -181,7 +181,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.downloadFinished" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.downloadFinished" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Download finished]]></Val>
|
<Val><![CDATA[Download finished]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -190,7 +190,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.downloadingProgressMb" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.downloadingProgressMb" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading ({0} / {1} MB)]]></Val>
|
<Val><![CDATA[Downloading ({0} / {1} MB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.downloadingTo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.downloadingTo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0} from {1} to {2}]]></Val>
|
<Val><![CDATA[Downloading {0} from {1} to {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.endpointOrNamespaceRequired" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.endpointOrNamespaceRequired" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Either an endpoint or a namespace must be specified]]></Val>
|
<Val><![CDATA[Either an endpoint or a namespace must be specified]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -217,7 +217,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.executingCommand" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.executingCommand" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Executing command: '{0} {1}']]></Val>
|
<Val><![CDATA[Executing command: '{0} {1}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -226,7 +226,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.failedToParseReleaseInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.failedToParseReleaseInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to parse the JSON of contents at: {0}.]D;]A;File contents:]D;]A;{1}]D;]A;Error: {2}]]></Val>
|
<Val><![CDATA[Failed to parse the JSON of contents at: {0}.]D;]A;File contents:]D;]A;{1}]D;]A;Error: {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -235,7 +235,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.foundExistingAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.foundExistingAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Found existing Azure CLI installation of version (v{0}) at path:{1} with arcdata version: {2}.]]></Val>
|
<Val><![CDATA[Found existing Azure CLI installation of version (v{0}) at path:{1} with arcdata version: {2}.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -244,7 +244,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.gettingTextContentsOfUrl" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.gettingTextContentsOfUrl" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Getting text contents of resource at URL {0}]]></Val>
|
<Val><![CDATA[Getting text contents of resource at URL {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -253,7 +253,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.installError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.installError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error installing Azure CLI and arcdata extension: {0}]]></Val>
|
<Val><![CDATA[Error installing Azure CLI and arcdata extension: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -262,7 +262,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.installingArcdata" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.installingArcdata" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing the Azure CLI arcdata extension...]]></Val>
|
<Val><![CDATA[Installing the Azure CLI arcdata extension...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -271,7 +271,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.installingAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.installingAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing Azure CLI...]]></Val>
|
<Val><![CDATA[Installing Azure CLI...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -280,7 +280,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.latestAzVersionAvailable" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.latestAzVersionAvailable" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Latest available Azure CLI version: {0}.]]></Val>
|
<Val><![CDATA[Latest available Azure CLI version: {0}.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -289,7 +289,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.missingRequiredVersion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.missingRequiredVersion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI >= {0} is required for this feature. Run the 'Azure CLI: Check for Update' command to install this and then try again.]]></Val>
|
<Val><![CDATA[Azure CLI >= {0} is required for this feature. Run the 'Azure CLI: Check for Update' command to install this and then try again.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -298,7 +298,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.no" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.no" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No]]></Val>
|
<Val><![CDATA[No]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -307,7 +307,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Azure CLI is available, run the command 'Azure CLI: Install' to enable the features that require it.]]></Val>
|
<Val><![CDATA[No Azure CLI is available, run the command 'Azure CLI: Install' to enable the features that require it.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -316,7 +316,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noAzArc" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noAzArc" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Azure CLI arcdata extension is available.]]></Val>
|
<Val><![CDATA[No Azure CLI arcdata extension is available.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -325,7 +325,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noAzWithLink" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noAzWithLink" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Azure CLI is available, [install the Azure CLI]5D;(command:az.install) to enable the features that require it.]]></Val>
|
<Val><![CDATA[No Azure CLI is available, [install the Azure CLI]5D;(command:az.install) to enable the features that require it.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -334,7 +334,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noAzureCLI" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noAzureCLI" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Azure CLI is available. Install the latest version manually from [here]5D;(https://docs.microsoft.com/cli/azure/install-azure-cli) and then restart Azure Studio.]]></Val>
|
<Val><![CDATA[No Azure CLI is available. Install the latest version manually from [here]5D;(https://docs.microsoft.com/cli/azure/install-azure-cli) and then restart Azure Studio.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -343,7 +343,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noDownloadLink" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noDownloadLink" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No download link available for platform '{0}']D;]A;Release info: ${1}]]></Val>
|
<Val><![CDATA[No download link available for platform '{0}']D;]A;Release info: ${1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -352,7 +352,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noReleaseVersion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noReleaseVersion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No release version available for platform '{0}']D;]A;Release info: ${1}]]></Val>
|
<Val><![CDATA[No release version available for platform '{0}']D;]A;Release info: ${1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -361,7 +361,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.parseVersionError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.parseVersionError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[An error occurred while parsing the output of az --version.]]></Val>
|
<Val><![CDATA[An error occurred while parsing the output of az --version.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -370,7 +370,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.platformUnsupported" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.platformUnsupported" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Platform '{0}' is currently unsupported]]></Val>
|
<Val><![CDATA[Platform '{0}' is currently unsupported]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -379,7 +379,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.promptForAzUpdate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.promptForAzUpdate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[A new version of Azure CLI ( {0} ) is available, do you wish to update to it now?]]></Val>
|
<Val><![CDATA[A new version of Azure CLI ( {0} ) is available, do you wish to update to it now?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -388,7 +388,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.promptForRequiredAzUpdate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.promptForRequiredAzUpdate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This extension requires Azure CLI >= {0} to be installed, do you wish to update to the latest version ({1}) now? If you do not then some functionality may not work.]]></Val>
|
<Val><![CDATA[This extension requires Azure CLI >= {0} to be installed, do you wish to update to the latest version ({1}) now? If you do not then some functionality may not work.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -397,7 +397,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.promptLog" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.promptLog" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Prompting the user to accept the following: {0}]]></Val>
|
<Val><![CDATA[Prompting the user to accept the following: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -406,7 +406,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.requiredVersionNotAvailable" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.requiredVersionNotAvailable" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This extension requires the Azure CLI extension 'arcdata' version >= {0} to be installed, but the current version available is only {1}. Install the correct version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
<Val><![CDATA[This extension requires the Azure CLI extension 'arcdata' version >= {0} to be installed, but the current version available is only {1}. Install the correct version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -415,7 +415,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.searchingForAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.searchingForAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Searching for existing Azure CLI installation...]]></Val>
|
<Val><![CDATA[Searching for existing Azure CLI installation...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -424,7 +424,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.skipInstall" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.skipInstall" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Skipping installation of Azure CLI and arcdata extension, since the operation was not user requested and config option: {0}.{1} is {2}]]></Val>
|
<Val><![CDATA[Skipping installation of Azure CLI and arcdata extension, since the operation was not user requested and config option: {0}.{1} is {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -433,7 +433,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.stderrOutput" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.stderrOutput" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[stderr: {0}]]></Val>
|
<Val><![CDATA[stderr: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -442,7 +442,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.stdoutOutput" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.stdoutOutput" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[stdout: {0}]]></Val>
|
<Val><![CDATA[stdout: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -451,7 +451,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.unexpectedCommandError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.unexpectedCommandError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Unexpected error executing command: {0}]]></Val>
|
<Val><![CDATA[Unexpected error executing command: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -460,7 +460,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.unexpectedExitCode" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.unexpectedExitCode" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Unexpected exit code from command: {1} ({0})]]></Val>
|
<Val><![CDATA[Unexpected exit code from command: {1} ({0})]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -469,7 +469,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.unsupportedArcDataVersion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.unsupportedArcDataVersion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Your downloaded version {1} of the Azure CLI extension 'arcdata' is not yet supported. The latest version is is {0}. Install the correct version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
<Val><![CDATA[Your downloaded version {1} of the Azure CLI extension 'arcdata' is not yet supported. The latest version is is {0}. Install the correct version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -478,7 +478,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.updateCheckSkipped" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.updateCheckSkipped" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No check for new Azure CLI version availability performed as Azure CLI was not found to be installed]]></Val>
|
<Val><![CDATA[No check for new Azure CLI version availability performed as Azure CLI was not found to be installed]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -487,7 +487,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.updateError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.updateError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error updating Azure CLI: {0}]]></Val>
|
<Val><![CDATA[Error updating Azure CLI: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -496,7 +496,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.updatingAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.updatingAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Updating Azure CLI...]]></Val>
|
<Val><![CDATA[Updating Azure CLI...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -505,7 +505,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.userRequestedInstall" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.userRequestedInstall" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User requested to install Azure CLI and arcdata extension using 'Azure CLI: Install' command]]></Val>
|
<Val><![CDATA[User requested to install Azure CLI and arcdata extension using 'Azure CLI: Install' command]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -514,7 +514,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.userResponseInstall" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.userResponseInstall" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User Response on prompt to install Azure CLI: {0}]]></Val>
|
<Val><![CDATA[User Response on prompt to install Azure CLI: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -523,7 +523,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.userResponseUpdate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.userResponseUpdate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User Response on prompt to update Azure CLI: {0}]]></Val>
|
<Val><![CDATA[User Response on prompt to update Azure CLI: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -532,7 +532,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.versionForUpdate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.versionForUpdate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Found version: {0} that Azure CLI can be updated to from current version: {1}.]]></Val>
|
<Val><![CDATA[Found version: {0} that Azure CLI can be updated to from current version: {1}.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -541,7 +541,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.yes" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.yes" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Yes]]></Val>
|
<Val><![CDATA[Yes]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -550,7 +550,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.azArcdataInstallKey.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.azArcdataInstallKey.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Choose whether you will be prompted to download the Azure CLI arcdata extension.]]></Val>
|
<Val><![CDATA[Choose whether you will be prompted to download the Azure CLI arcdata extension.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -559,7 +559,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.azArcdataUpdateKey.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.azArcdataUpdateKey.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Choose whether you will be prompted when an update of the Azure CLI arcdata extension is available.]]></Val>
|
<Val><![CDATA[Choose whether you will be prompted when an update of the Azure CLI arcdata extension is available.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -568,7 +568,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.category" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.category" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI]]></Val>
|
<Val><![CDATA[Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -577,7 +577,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.config.debug" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.config.debug" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Log debug info to the output channel for all executed az commands]]></Val>
|
<Val><![CDATA[Log debug info to the output channel for all executed az commands]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -586,7 +586,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.config.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.config.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI Configuration]]></Val>
|
<Val><![CDATA[Azure CLI Configuration]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -595,7 +595,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Support for Azure CLI.]]></Val>
|
<Val><![CDATA[Support for Azure CLI.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -604,7 +604,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI]]></Val>
|
<Val><![CDATA[Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -613,7 +613,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.install.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.install.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will not be prompted to install the Azure CLI arcdata extension]]></Val>
|
<Val><![CDATA[The user will not be prompted to install the Azure CLI arcdata extension]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -622,7 +622,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.install.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.install.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will be prompted to install the Azure CLI arcdata extension]]></Val>
|
<Val><![CDATA[The user will be prompted to install the Azure CLI arcdata extension]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -631,7 +631,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.update.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.update.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will not be prompted for update of the Azure CLI arcdata extension]]></Val>
|
<Val><![CDATA[The user will not be prompted for update of the Azure CLI arcdata extension]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -640,7 +640,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.update.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.update.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will be prompted for update of the Azure CLI arcdata extension]]></Val>
|
<Val><![CDATA[The user will be prompted for update of the Azure CLI arcdata extension]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -649,7 +649,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.azCliInstallKey.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.azCliInstallKey.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Choose whether you will be prompted to install Azure CLI.]]></Val>
|
<Val><![CDATA[Choose whether you will be prompted to install Azure CLI.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -658,7 +658,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.install.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.install.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will not be prompted to install the Azure CLI]]></Val>
|
<Val><![CDATA[The user will not be prompted to install the Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -667,7 +667,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.install.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.install.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will be prompted to install the Azure CLI]]></Val>
|
<Val><![CDATA[The user will be prompted to install the Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -676,7 +676,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.command.category" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.command.category" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI]]></Val>
|
<Val><![CDATA[Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+195
-195
File diff suppressed because it is too large
Load Diff
+147
-147
File diff suppressed because it is too large
Load Diff
+65
-65
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="dacpac.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.dacpac.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.databaseName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.databaseName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Name]]></Val>
|
<Val><![CDATA[Database Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.deployButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.deployButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Deploy]]></Val>
|
<Val><![CDATA[Deploy]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.deployConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.deployConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Deploy Dacpac Settings]]></Val>
|
<Val><![CDATA[Select Deploy Dacpac Settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.deployDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.deployDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Deploy a data-tier application .dacpac file to an instance of SQL Server [Deploy Dacpac]5D;]]></Val>
|
<Val><![CDATA[Deploy a data-tier application .dacpac file to an instance of SQL Server [Deploy Dacpac]5D;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.deployPlanPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.deployPlanPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Review the deploy plan]]></Val>
|
<Val><![CDATA[Review the deploy plan]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.export" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.export" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Export]]></Val>
|
<Val><![CDATA[Export]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.exportConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.exportConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Export Bacpac Settings]]></Val>
|
<Val><![CDATA[Select Export Bacpac Settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.exportDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.exportDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Export the schema and data from a database to the logical .bacpac file format [Export Bacpac]5D;]]></Val>
|
<Val><![CDATA[Export the schema and data from a database to the logical .bacpac file format [Export Bacpac]5D;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.extract" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.extract" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Extract]]></Val>
|
<Val><![CDATA[Extract]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.extractConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.extractConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Extract Dacpac Settings]]></Val>
|
<Val><![CDATA[Select Extract Dacpac Settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.extractDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.extractDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Extract a data-tier application from an instance of SQL Server to a .dacpac file [Extract Dacpac]5D;]]></Val>
|
<Val><![CDATA[Extract a data-tier application from an instance of SQL Server to a .dacpac file [Extract Dacpac]5D;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.generateScriptButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.generateScriptButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate Script]]></Val>
|
<Val><![CDATA[Generate Script]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.import" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.import" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import]]></Val>
|
<Val><![CDATA[Import]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.importConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.importConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Import Bacpac Settings]]></Val>
|
<Val><![CDATA[Select Import Bacpac Settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.importDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.importDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create a database from a .bacpac file [Import Bacpac]5D;]]></Val>
|
<Val><![CDATA[Create a database from a .bacpac file [Import Bacpac]5D;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.newDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.newDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[New Database]]></Val>
|
<Val><![CDATA[New Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.proceedDataLoss" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.proceedDataLoss" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Proceed despite possible data loss]]></Val>
|
<Val><![CDATA[Proceed despite possible data loss]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -168,7 +168,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.selectOperationPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.selectOperationPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select an Operation]]></Val>
|
<Val><![CDATA[Select an Operation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.sourceDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.sourceDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Database]]></Val>
|
<Val><![CDATA[Source Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -186,7 +186,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.sourceServer" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.sourceServer" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Server]]></Val>
|
<Val><![CDATA[Source Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.summaryPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.summaryPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Summary]]></Val>
|
<Val><![CDATA[Summary]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -204,7 +204,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.targetDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.targetDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Database]]></Val>
|
<Val><![CDATA[Target Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -213,7 +213,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.targetServer" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.targetServer" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Server]]></Val>
|
<Val><![CDATA[Target Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -222,7 +222,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.upgradeExistingDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.upgradeExistingDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Upgrade Existing Database]]></Val>
|
<Val><![CDATA[Upgrade Existing Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -231,7 +231,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.versionText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.versionText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Version (use x.x.x.x where x is a number)]]></Val>
|
<Val><![CDATA[Version (use x.x.x.x where x is a number)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -240,7 +240,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFxDeploy.openFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFxDeploy.openFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -249,7 +249,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.dataLoss" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.dataLoss" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data Loss]]></Val>
|
<Val><![CDATA[Data Loss]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -258,7 +258,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.dataLossText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.dataLossText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The deploy actions may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.]]></Val>
|
<Val><![CDATA[The deploy actions may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -267,7 +267,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.dataLossTextWithCount" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.dataLossTextWithCount" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} of the deploy actions listed may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.]]></Val>
|
<Val><![CDATA[{0} of the deploy actions listed may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -276,7 +276,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.dataLossTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.dataLossTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Operations that may result in data loss are marked with a warning sign]]></Val>
|
<Val><![CDATA[Operations that may result in data loss are marked with a warning sign]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -285,7 +285,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.databaseNameExistsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.databaseNameExistsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[A database with the same name already exists on the instance of SQL Server]]></Val>
|
<Val><![CDATA[A database with the same name already exists on the instance of SQL Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -294,7 +294,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.default" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.default" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[default]]></Val>
|
<Val><![CDATA[default]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -303,7 +303,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.deployPlanErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.deployPlanErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generating deploy plan failed '{0}']]></Val>
|
<Val><![CDATA[Generating deploy plan failed '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -312,7 +312,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.deployPlanTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.deployPlanTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Deploy plan operations]]></Val>
|
<Val><![CDATA[Deploy plan operations]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -321,7 +321,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.fileLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.fileLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File Location]]></Val>
|
<Val><![CDATA[File Location]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -330,7 +330,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.filenameEndingInPeriodErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.filenameEndingInPeriodErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot end with a period]]></Val>
|
<Val><![CDATA[File name cannot end with a period]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -339,7 +339,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.generateDeployErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.generateDeployErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generating deploy script failed '{0}']]></Val>
|
<Val><![CDATA[Generating deploy script failed '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -348,7 +348,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.invalidFileCharsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.invalidFileCharsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid file characters]]></Val>
|
<Val><![CDATA[Invalid file characters]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -357,7 +357,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.noDataLoss" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.noDataLoss" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No data loss will occur from the listed deploy actions.]]></Val>
|
<Val><![CDATA[No data loss will occur from the listed deploy actions.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -366,7 +366,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.objecTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.objecTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name of object that will be affected by deployment]]></Val>
|
<Val><![CDATA[Name of object that will be affected by deployment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -375,7 +375,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.object" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.object" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Object]]></Val>
|
<Val><![CDATA[Object]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -384,7 +384,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.operation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.operation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Operation]]></Val>
|
<Val><![CDATA[Operation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -393,7 +393,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.operationErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.operationErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} operation failed '{1}']]></Val>
|
<Val><![CDATA[{0} operation failed '{1}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -402,7 +402,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.operationTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.operationTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Operation(Create, Alter, Delete) that will occur during deployment]]></Val>
|
<Val><![CDATA[Operation(Create, Alter, Delete) that will occur during deployment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -411,7 +411,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.reservedValueErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.reservedValueErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Reserved file name. Choose another name and try again]]></Val>
|
<Val><![CDATA[Reserved file name. Choose another name and try again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -420,7 +420,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.reservedWindowsFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.reservedWindowsFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This file name is reserved for use by Windows. Choose another name and try again]]></Val>
|
<Val><![CDATA[This file name is reserved for use by Windows. Choose another name and try again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -429,7 +429,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.save" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.save" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save]]></Val>
|
<Val><![CDATA[Save]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -438,7 +438,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.scriptGeneratingMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.scriptGeneratingMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[You can view the status of script generation in the Tasks View once the wizard is closed. The generated script will open when complete.]]></Val>
|
<Val><![CDATA[You can view the status of script generation in the Tasks View once the wizard is closed. The generated script will open when complete.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -447,7 +447,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.selectFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.selectFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select file]]></Val>
|
<Val><![CDATA[Select file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -456,7 +456,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.setting" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.setting" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Setting]]></Val>
|
<Val><![CDATA[Setting]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -465,7 +465,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.summaryTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.summaryTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Summary of settings]]></Val>
|
<Val><![CDATA[Summary of settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -474,7 +474,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.tooLongFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.tooLongFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name is over 255 characters]]></Val>
|
<Val><![CDATA[File name is over 255 characters]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -483,7 +483,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.trailingWhitespaceErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.trailingWhitespaceErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot end with a whitespace]]></Val>
|
<Val><![CDATA[File name cannot end with a whitespace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -492,7 +492,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.type" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.type" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -501,7 +501,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.typeTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.typeTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type of object that will be affected by deployment]]></Val>
|
<Val><![CDATA[Type of object that will be affected by deployment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -510,7 +510,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.undefinedFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.undefinedFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Undefined name]]></Val>
|
<Val><![CDATA[Undefined name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -519,7 +519,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.value" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.value" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Value]]></Val>
|
<Val><![CDATA[Value]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -528,7 +528,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.version" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.version" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Version]]></Val>
|
<Val><![CDATA[Version]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -537,7 +537,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.whitespaceFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.whitespaceFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot be whitespace]]></Val>
|
<Val><![CDATA[File name cannot be whitespace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -546,7 +546,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.wizardTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.wizardTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data-tier Application Wizard]]></Val>
|
<Val><![CDATA[Data-tier Application Wizard]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -555,7 +555,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/package.dacFx.category" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/package.dacFx.category" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[DacFx]]></Val>
|
<Val><![CDATA[DacFx]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -564,7 +564,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/package.dacFx.defaultSaveLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/package.dacFx.defaultSaveLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Full path to folder where .DACPAC and .BACPAC files are saved by default]]></Val>
|
<Val><![CDATA[Full path to folder where .DACPAC and .BACPAC files are saved by default]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -573,7 +573,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/package.dacFx.settings" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/package.dacFx.settings" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Dacpac]]></Val>
|
<Val><![CDATA[Dacpac]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -582,7 +582,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/package.dacFx.startTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/package.dacFx.startTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data-tier Application Wizard]]></Val>
|
<Val><![CDATA[Data-tier Application Wizard]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+82
-82
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\data-workspace.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.data-workspace.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.AllProjectTypes" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.AllProjectTypes" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[All Project Types]]></Val>
|
<Val><![CDATA[All Project Types]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.LocalDevInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.LocalDevInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Click "Learn more" button for more information about local development experience to {0}]]></Val>
|
<Val><![CDATA[Click "Learn more" button for more information about local development experience to {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.SelectProjectFileActionName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.SelectProjectFileActionName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select]]></Val>
|
<Val><![CDATA[Select]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.UnknownProjectTypeError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.UnknownProjectTypeError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No provider was found for project type with id: '{0}']]></Val>
|
<Val><![CDATA[No provider was found for project type with id: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.UnknownProjectsError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.UnknownProjectsError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No provider was found for the following projects: {0}]]></Val>
|
<Val><![CDATA[No provider was found for the following projects: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.activateExtensionFailed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.activateExtensionFailed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to load the project provider extension '{0}'. Error message: {1}]]></Val>
|
<Val><![CDATA[Failed to load the project provider extension '{0}'. Error message: {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworksapce.local" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworksapce.local" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Local]]></Val>
|
<Val><![CDATA[Local]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworksapce.refresh" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworksapce.refresh" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Refresh]]></Val>
|
<Val><![CDATA[Refresh]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.NewProjectDialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.NewProjectDialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create new database project]]></Val>
|
<Val><![CDATA[Create new database project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.Type" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.Type" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.browse" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.browse" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Browse]]></Val>
|
<Val><![CDATA[Browse]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.browseEllipsis" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.browseEllipsis" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Browse...]]></Val>
|
<Val><![CDATA[Browse...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.cloneParentDirectoryNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.cloneParentDirectoryNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The selected clone path '{0}' does not exist or is not a directory.]]></Val>
|
<Val><![CDATA[The selected clone path '{0}' does not exist or is not a directory.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -130,7 +130,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.create" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.create" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create]]></Val>
|
<Val><![CDATA[Create]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -139,7 +139,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.default" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.default" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Default]]></Val>
|
<Val><![CDATA[Default]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.enterProjectName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.enterProjectName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Enter Project Name]]></Val>
|
<Val><![CDATA[Enter Project Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -157,7 +157,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.fileNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.fileNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The selected {0} file '{1}' does not exist or is not a file.]]></Val>
|
<Val><![CDATA[The selected {0} file '{1}' does not exist or is not a file.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -166,7 +166,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.gitRepoUrlPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.gitRepoUrlPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Enter remote git repository URL]]></Val>
|
<Val><![CDATA[Enter remote git repository URL]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.gitRepoUrlTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.gitRepoUrlTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Git repository URL]]></Val>
|
<Val><![CDATA[Git repository URL]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -184,7 +184,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.learnMore" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.learnMore" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Learn More]]></Val>
|
<Val><![CDATA[Learn More]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.localClonePathPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.localClonePathPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select location to clone repository locally]]></Val>
|
<Val><![CDATA[Select location to clone repository locally]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -202,7 +202,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.localClonePathTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.localClonePathTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Local clone path]]></Val>
|
<Val><![CDATA[Local clone path]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -211,7 +211,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.locationSelectorTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.locationSelectorTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Location]]></Val>
|
<Val><![CDATA[Location]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -220,7 +220,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.nameCannotBeEmpty" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.nameCannotBeEmpty" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name cannot be empty]]></Val>
|
<Val><![CDATA[Name cannot be empty]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -229,7 +229,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.no" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.no" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No]]></Val>
|
<Val><![CDATA[No]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.ok" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.ok" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[OK]]></Val>
|
<Val><![CDATA[OK]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -247,7 +247,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -256,7 +256,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.openExistingDialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.openExistingDialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open Existing Project]]></Val>
|
<Val><![CDATA[Open Existing Project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -265,7 +265,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.project" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.project" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project]]></Val>
|
<Val><![CDATA[Project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -274,7 +274,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectAlreadyOpened" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectAlreadyOpened" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project '{0}' is already opened.]]></Val>
|
<Val><![CDATA[Project '{0}' is already opened.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -283,7 +283,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectDirectoryAlreadyExistError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectDirectoryAlreadyExistError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[There is already a directory named '{0}' in the selected location: '{1}'.]]></Val>
|
<Val><![CDATA[There is already a directory named '{0}' in the selected location: '{1}'.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -292,7 +292,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectDirectoryAlreadyExistErrorShort" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectDirectoryAlreadyExistErrorShort" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Directory '{0}' already exists in the selected location, please choose another]]></Val>
|
<Val><![CDATA[Directory '{0}' already exists in the selected location, please choose another]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -301,7 +301,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectFilePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectFilePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select project file]]></Val>
|
<Val><![CDATA[Select project file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -310,7 +310,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectFileTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectFileTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project file]]></Val>
|
<Val><![CDATA[Project file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -319,7 +319,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectLocationPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectLocationPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select location to create project]]></Val>
|
<Val><![CDATA[Select location to create project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -328,7 +328,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectLocationTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectLocationTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Location]]></Val>
|
<Val><![CDATA[Location]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -337,7 +337,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectNamePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectNamePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Enter project name]]></Val>
|
<Val><![CDATA[Enter project name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -346,7 +346,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectNameTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectNameTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name]]></Val>
|
<Val><![CDATA[Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -355,7 +355,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectParentDirectoryNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectParentDirectoryNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The selected project location '{0}' does not exist or is not a directory.]]></Val>
|
<Val><![CDATA[The selected project location '{0}' does not exist or is not a directory.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -364,7 +364,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.remoteGitRepo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.remoteGitRepo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Remote git repository]]></Val>
|
<Val><![CDATA[Remote git repository]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -373,7 +373,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.restartConfirmation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.restartConfirmation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure Data Studio needs to be restarted for the project to be added to the workspace. Restart now?]]></Val>
|
<Val><![CDATA[Azure Data Studio needs to be restarted for the project to be added to the workspace. Restart now?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -385,7 +385,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.sdkLearnMorePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.sdkLearnMorePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Click "Learn More" button for more information about SDK-style projects]]></Val>
|
<Val><![CDATA[Click "Learn More" button for more information about SDK-style projects]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -394,7 +394,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.sdkStyleProject" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.sdkStyleProject" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SDK-style project (Preview)]]></Val>
|
<Val><![CDATA[SDK-style project (Preview)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -403,7 +403,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.select" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.select" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select]]></Val>
|
<Val><![CDATA[Select]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -412,7 +412,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.selectProjectLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.selectProjectLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Project Location]]></Val>
|
<Val><![CDATA[Select Project Location]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -421,7 +421,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.selectProjectType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.selectProjectType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Database Project Type]]></Val>
|
<Val><![CDATA[Select Database Project Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -433,7 +433,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.selectTargetPlatform" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.selectTargetPlatform" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Target Platform]]></Val>
|
<Val><![CDATA[Select Target Platform]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -442,7 +442,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.targetPlatform" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.targetPlatform" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Platform]]></Val>
|
<Val><![CDATA[Target Platform]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -451,7 +451,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.workspacePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.workspacePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select workspace ({0}) file]]></Val>
|
<Val><![CDATA[Select workspace ({0}) file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -460,7 +460,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.yesRecommended" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.yesRecommended" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Yes (Recommended)]]></Val>
|
<Val><![CDATA[Yes (Recommended)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -469,7 +469,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dragAndDropNotSupported" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dragAndDropNotSupported" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This project type does not support drag and drop.]]></Val>
|
<Val><![CDATA[This project type does not support drag and drop.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -478,7 +478,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.fileDoesNotExist" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.fileDoesNotExist" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File '{0}' doesn't exist]]></Val>
|
<Val><![CDATA[File '{0}' doesn't exist]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -487,7 +487,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.filenameEndingInPeriodErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.filenameEndingInPeriodErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot end with a period]]></Val>
|
<Val><![CDATA[File name cannot end with a period]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -496,7 +496,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.gitCloneError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.gitCloneError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error during git clone. View git output for more details]]></Val>
|
<Val><![CDATA[Error during git clone. View git output for more details]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -505,7 +505,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.gitCloneMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.gitCloneMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cloning git repository '{0}'...]]></Val>
|
<Val><![CDATA[Cloning git repository '{0}'...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -514,7 +514,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.invalidFileCharsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.invalidFileCharsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid file characters]]></Val>
|
<Val><![CDATA[Invalid file characters]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -523,7 +523,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.noPreviousData" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.noPreviousData" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Prior {0} for the current project will appear here, please run to see the results.]]></Val>
|
<Val><![CDATA[Prior {0} for the current project will appear here, please run to see the results.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -532,7 +532,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.noProjectProvidingExtensionsInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.noProjectProvidingExtensionsInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No database project extensions are installed. Please install a database project extension to use this feature.]]></Val>
|
<Val><![CDATA[No database project extensions are installed. Please install a database project extension to use this feature.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -541,7 +541,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.onlyMovingOneFileIsSupported" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.onlyMovingOneFileIsSupported" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Only moving one file at a time is supported.]]></Val>
|
<Val><![CDATA[Only moving one file at a time is supported.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -550,7 +550,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.openedProjectsUndefinedAfterRefresh" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.openedProjectsUndefinedAfterRefresh" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[List of opened projects should not be undefined after refresh from disk.]]></Val>
|
<Val><![CDATA[List of opened projects should not be undefined after refresh from disk.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -559,7 +559,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.projectFailedToLoad" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.projectFailedToLoad" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project '{0}' failed to load: {1} To view more details, [open the developer console]5D;(command:workbench.action.toggleDevTools).]]></Val>
|
<Val><![CDATA[Project '{0}' failed to load: {1} To view more details, [open the developer console]5D;(command:workbench.action.toggleDevTools).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -568,7 +568,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.projectNameNull" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.projectNameNull" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project name is null]]></Val>
|
<Val><![CDATA[Project name is null]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -577,7 +577,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.reservedValueErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.reservedValueErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Reserved file name. Choose another name and try again]]></Val>
|
<Val><![CDATA[Reserved file name. Choose another name and try again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -586,7 +586,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.reservedWindowsFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.reservedWindowsFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This file name is reserved for use by Windows. Choose another name and try again]]></Val>
|
<Val><![CDATA[This file name is reserved for use by Windows. Choose another name and try again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -595,7 +595,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.tooLongFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.tooLongFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot be over 255 characters]]></Val>
|
<Val><![CDATA[File name cannot be over 255 characters]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -604,7 +604,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.trailingWhitespaceErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.trailingWhitespaceErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot start or end with whitespace]]></Val>
|
<Val><![CDATA[File name cannot start or end with whitespace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -616,7 +616,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.undefinedFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.undefinedFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Undefined name]]></Val>
|
<Val><![CDATA[Undefined name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -625,7 +625,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.whitespaceFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.whitespaceFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot be whitespace]]></Val>
|
<Val><![CDATA[File name cannot be whitespace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -634,7 +634,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.close-workspace-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.close-workspace-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Close Workspace]]></Val>
|
<Val><![CDATA[Close Workspace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -643,7 +643,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.data-workspace-view-container-name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.data-workspace-view-container-name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Projects]]></Val>
|
<Val><![CDATA[Database Projects]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -655,7 +655,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.main-view-name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.main-view-name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Projects]]></Val>
|
<Val><![CDATA[Database Projects]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -667,7 +667,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.manage-project-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.manage-project-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Manage]]></Val>
|
<Val><![CDATA[Manage]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -676,7 +676,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.new-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.new-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[New]]></Val>
|
<Val><![CDATA[New]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -685,7 +685,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.open-existing-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.open-existing-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open existing]]></Val>
|
<Val><![CDATA[Open existing]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -694,7 +694,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects-view-no-project-content" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects-view-no-project-content" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No projects open in current workspace.]D;]A;[Create new]5D;(command:projects.new)]D;]A;[Open existing]5D;(command:projects.openExisting)]D;]A;To learn more about projects [read our docs]5D;(https://aka.ms/azuredatastudio-projects).]D;]A;]]></Val>
|
<Val><![CDATA[No projects open in current workspace.]D;]A;[Create new]5D;(command:projects.new)]D;]A;[Open existing]5D;(command:projects.openExisting)]D;]A;To learn more about projects [read our docs]5D;(https://aka.ms/azuredatastudio-projects).]D;]A;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -703,7 +703,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects-view-no-workspace-content" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects-view-no-workspace-content" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create new or open existing to get started.]D;]A;[Create new]5D;(command:projects.new)]D;]A;[Open existing]5D;(command:projects.openExisting)]D;]A;To learn more about projects [read our docs]5D;(https://aka.ms/azuredatastudio-projects).]]></Val>
|
<Val><![CDATA[Create new or open existing to get started.]D;]A;[Create new]5D;(command:projects.new)]D;]A;[Open existing]5D;(command:projects.openExisting)]D;]A;To learn more about projects [read our docs]5D;(https://aka.ms/azuredatastudio-projects).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -712,7 +712,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects.defaultProjectSaveLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects.defaultProjectSaveLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Full path to folder where new projects are saved by default.]]></Val>
|
<Val><![CDATA[Full path to folder where new projects are saved by default.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -721,7 +721,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects.excludedProjectsDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects.excludedProjectsDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[List of projects in the workspace to exclude from the projects viewlet]]></Val>
|
<Val><![CDATA[List of projects in the workspace to exclude from the projects viewlet]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -730,7 +730,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects.showNotAddedProjectsInWorkspacePrompt" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects.showNotAddedProjectsInWorkspacePrompt" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Always show information message when the current workspace folders contain projects that have not been added to the workspace's projects.]]></Val>
|
<Val><![CDATA[Always show information message when the current workspace folders contain projects that have not been added to the workspace's projects.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -739,7 +739,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.refresh-workspace-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.refresh-workspace-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Refresh]]></Val>
|
<Val><![CDATA[Refresh]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -748,7 +748,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.remove-project-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.remove-project-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Remove Project]]></Val>
|
<Val><![CDATA[Remove Project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+63
-63
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="import.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.import.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFile.InvalidFileLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFile.InvalidFileLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid file location. Please try a different input file]]></Val>
|
<Val><![CDATA[Invalid file location. Please try a different input file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.allowNulls" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.allowNulls" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Allow Nulls]]></Val>
|
<Val><![CDATA[Allow Nulls]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.browseFiles" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.browseFiles" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Browse]]></Val>
|
<Val><![CDATA[Browse]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.columnName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.columnName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Column Name]]></Val>
|
<Val><![CDATA[Column Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.columnTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.columnTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Column]]></Val>
|
<Val><![CDATA[Column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.createDerivedColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.createDerivedColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create derived column]]></Val>
|
<Val><![CDATA[Create derived column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.dataType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.dataType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data Type]]></Val>
|
<Val><![CDATA[Data Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.databaseDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.databaseDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database the table is created in]]></Val>
|
<Val><![CDATA[Database the table is created in]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.databaseName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.databaseName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database name]]></Val>
|
<Val><![CDATA[Database name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction1" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction1" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select the columns of data on the left required to derive your new column]]></Val>
|
<Val><![CDATA[Select the columns of data on the left required to derive your new column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction2" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction2" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select a row and specify an example transformation that you would like applied to the rest of the column]]></Val>
|
<Val><![CDATA[Select a row and specify an example transformation that you would like applied to the rest of the column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction3" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction3" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Click "Preview Transformation" to preview the transformation]]></Val>
|
<Val><![CDATA[Click "Preview Transformation" to preview the transformation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction4" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction4" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Refine your transformation until you have the desired column]]></Val>
|
<Val><![CDATA[Refine your transformation until you have the desired column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction5" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction5" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specify the new derived column's name and click "Done"]]></Val>
|
<Val><![CDATA[Specify the new derived column's name and click "Done"]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.fileImport" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.fileImport" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File to be imported]]></Val>
|
<Val><![CDATA[File to be imported]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.fileTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.fileTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Location of the file to be imported]]></Val>
|
<Val><![CDATA[Location of the file to be imported]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.headerIntructionText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.headerIntructionText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Welcome to the Derived Column Tool! To get started, please follow the steps below:]]></Val>
|
<Val><![CDATA[Welcome to the Derived Column Tool! To get started, please follow the steps below:]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -168,7 +168,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.importData" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.importData" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import Data]]></Val>
|
<Val><![CDATA[Import Data]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.importInformation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.importInformation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import information]]></Val>
|
<Val><![CDATA[Import information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -186,7 +186,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.importNewFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.importNewFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import new file]]></Val>
|
<Val><![CDATA[Import new file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.importStatus" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.importStatus" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import status]]></Val>
|
<Val><![CDATA[Import status]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -204,7 +204,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.next" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.next" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Next]]></Val>
|
<Val><![CDATA[Next]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -213,7 +213,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.openFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.openFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -222,7 +222,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.page1Name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.page1Name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specify Input File]]></Val>
|
<Val><![CDATA[Specify Input File]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -231,7 +231,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.page2Name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.page2Name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Preview Data]]></Val>
|
<Val><![CDATA[Preview Data]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -240,7 +240,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.page3Name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.page3Name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Modify Columns]]></Val>
|
<Val><![CDATA[Modify Columns]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -249,7 +249,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.page4Name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.page4Name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Summary]]></Val>
|
<Val><![CDATA[Summary]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -258,7 +258,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.previewTransformation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.previewTransformation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Preview Transformation]]></Val>
|
<Val><![CDATA[Preview Transformation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -267,7 +267,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.primaryKey" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.primaryKey" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Primary Key]]></Val>
|
<Val><![CDATA[Primary Key]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -276,7 +276,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.prosePreviewMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.prosePreviewMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This operation analyzed the input file structure to generate the preview below for up to the first 50 rows.]]></Val>
|
<Val><![CDATA[This operation analyzed the input file structure to generate the preview below for up to the first 50 rows.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -285,7 +285,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.prosePreviewMessageFail" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.prosePreviewMessageFail" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This operation was unsuccessful. Please try a different input file.]]></Val>
|
<Val><![CDATA[This operation was unsuccessful. Please try a different input file.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -294,7 +294,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.refresh" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.refresh" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Refresh]]></Val>
|
<Val><![CDATA[Refresh]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -303,7 +303,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.schemaTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.schemaTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Table schema]]></Val>
|
<Val><![CDATA[Table schema]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -312,7 +312,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.selectAllColumns" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.selectAllColumns" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select all columns]]></Val>
|
<Val><![CDATA[Select all columns]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -321,7 +321,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.selectColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.selectColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select column {0}]]></Val>
|
<Val><![CDATA[Select column {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -330,7 +330,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.serverDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.serverDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Server the database is in]]></Val>
|
<Val><![CDATA[Server the database is in]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -339,7 +339,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.serverName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.serverName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Server name]]></Val>
|
<Val><![CDATA[Server name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -348,7 +348,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.specifyDerivedColNameTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.specifyDerivedColNameTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Column Name]]></Val>
|
<Val><![CDATA[Column Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -357,7 +357,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.specifyTransformation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.specifyTransformation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specify Transformation]]></Val>
|
<Val><![CDATA[Specify Transformation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -366,7 +366,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.specifyTransformationForRow" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.specifyTransformationForRow" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specify transformation for row {0}]]></Val>
|
<Val><![CDATA[Specify transformation for row {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -375,7 +375,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.success.norows" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.success.norows" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[✔ You have successfully inserted the data into a table.]]></Val>
|
<Val><![CDATA[✔ You have successfully inserted the data into a table.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -384,7 +384,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.tableName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.tableName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Table name]]></Val>
|
<Val><![CDATA[Table name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -393,7 +393,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.tableSchema" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.tableSchema" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Table schema]]></Val>
|
<Val><![CDATA[Table schema]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -402,7 +402,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.tableTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.tableTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[New table name]]></Val>
|
<Val><![CDATA[New table name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -411,7 +411,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.wizardName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.wizardName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import flat file wizard]]></Val>
|
<Val><![CDATA[Import flat file wizard]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -420,7 +420,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.import.needConnection" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.import.needConnection" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Please connect to a server before using this wizard.]]></Val>
|
<Val><![CDATA[Please connect to a server before using this wizard.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -429,7 +429,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.import.needSQLConnection" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.import.needSQLConnection" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Import extension does not support this type of connection]]></Val>
|
<Val><![CDATA[SQL Server Import extension does not support this type of connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -438,7 +438,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.import.serviceCrashButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.import.serviceCrashButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Give Feedback]]></Val>
|
<Val><![CDATA[Give Feedback]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -447,7 +447,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.serviceCrashMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.serviceCrashMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[service component could not start]]></Val>
|
<Val><![CDATA[service component could not start]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -456,7 +456,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.downloadingService" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.downloadingService" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0}]]></Val>
|
<Val><![CDATA[Downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -465,7 +465,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.downloadingServiceComplete" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.downloadingServiceComplete" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Done downloading {0}]]></Val>
|
<Val><![CDATA[Done downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -474,7 +474,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.downloadingServiceSize" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.downloadingServiceSize" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[({0} KB)]]></Val>
|
<Val><![CDATA[({0} KB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -483,7 +483,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.downloadingServiceStatus" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.downloadingServiceStatus" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0}]]></Val>
|
<Val><![CDATA[Downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -492,7 +492,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.entryExtractedChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.entryExtractedChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Extracted {0} ({1}/{2})]]></Val>
|
<Val><![CDATA[Extracted {0} ({1}/{2})]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -501,7 +501,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.flatFileImport.serviceStartFailed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.flatFileImport.serviceStartFailed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to start {0}: {1}]]></Val>
|
<Val><![CDATA[Failed to start {0}: {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -510,7 +510,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.installingService" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.installingService" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing {0} Service]]></Val>
|
<Val><![CDATA[Installing {0} Service]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -519,7 +519,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.installingServiceDetailed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.installingServiceDetailed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing {0} to {1}]]></Val>
|
<Val><![CDATA[Installing {0} to {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -528,7 +528,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.serviceInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.serviceInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installed {0}]]></Val>
|
<Val><![CDATA[Installed {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -537,7 +537,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.serviceStarted" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.serviceStarted" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} Started]]></Val>
|
<Val><![CDATA[{0} Started]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -546,7 +546,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.serviceStarting" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.serviceStarting" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Starting {0}]]></Val>
|
<Val><![CDATA[Starting {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -555,7 +555,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/package.flatfileimport.configuration.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/package.flatfileimport.configuration.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Flat File Import configuration]]></Val>
|
<Val><![CDATA[Flat File Import configuration]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -564,7 +564,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/package.flatfileimport.logDebugInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/package.flatfileimport.logDebugInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[[Optional]5D; Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown]]></Val>
|
<Val><![CDATA[[Optional]5D; Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+77
-77
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\kusto.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.kusto.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/kusto/dist/features.kusto.accountDoesNotExist" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/features.kusto.accountDoesNotExist" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Account does not exist.]]></Val>
|
<Val><![CDATA[Account does not exist.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/features.kusto.insufficientlyPrivelagedAzureAccount" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/features.kusto.insufficientlyPrivelagedAzureAccount" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The configured Azure account for {0} does not have sufficient permissions for Azure Key Vault to access a column master key for Always Encrypted.]]></Val>
|
<Val><![CDATA[The configured Azure account for {0} does not have sufficient permissions for Azure Key Vault to access a column master key for Always Encrypted.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/features.kusto.missingLinkedAzureAccount" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/features.kusto.missingLinkedAzureAccount" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure Data Studio needs to contact Azure Key Vault to access a column master key for Always Encrypted, but no linked Azure account is available. Please add a linked Azure account and retry the query.]]></Val>
|
<Val><![CDATA[Azure Data Studio needs to contact Azure Key Vault to access a column master key for Always Encrypted, but no linked Azure account is available. Please add a linked Azure account and retry the query.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.downloadServiceDoneChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.downloadServiceDoneChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloaded {0}]]></Val>
|
<Val><![CDATA[Downloaded {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.downloadingServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.downloadingServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0}]]></Val>
|
<Val><![CDATA[Downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.downloadingServiceSizeChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.downloadingServiceSizeChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[({0} KB)]]></Val>
|
<Val><![CDATA[({0} KB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.downloadingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.downloadingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0}]]></Val>
|
<Val><![CDATA[Downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.failedToStartServiceErrorMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.failedToStartServiceErrorMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to start {0}]]></Val>
|
<Val><![CDATA[Failed to start {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.installedServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.installedServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installed {0}]]></Val>
|
<Val><![CDATA[Installed {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.installingServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.installingServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing {0} to {1}]]></Val>
|
<Val><![CDATA[Installing {0} to {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.installingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.installingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing {0}]]></Val>
|
<Val><![CDATA[Installing {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.serviceStartedStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.serviceStartedStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} Started]]></Val>
|
<Val><![CDATA[{0} Started]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.startingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.startingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Starting {0}]]></Val>
|
<Val><![CDATA[Starting {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -130,7 +130,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/main.kusto.unsupportedPlatform" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/main.kusto.unsupportedPlatform" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Unsupported platform]]></Val>
|
<Val><![CDATA[Unsupported platform]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -139,7 +139,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/main.notebookFileType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/main.notebookFileType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Notebooks]]></Val>
|
<Val><![CDATA[Notebooks]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/main.unsupportedFileType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/main.unsupportedFileType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Only .ipynb Notebooks are supported]]></Val>
|
<Val><![CDATA[Only .ipynb Notebooks are supported]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -157,7 +157,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/command.cancel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/command.cancel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel operation?]]></Val>
|
<Val><![CDATA[Cancel operation?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -166,7 +166,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/command.cancelTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/command.cancelTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel]]></Val>
|
<Val><![CDATA[Cancel]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/command.kusto.searchServers" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/command.kusto.searchServers" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Search Server Names]]></Val>
|
<Val><![CDATA[Search Server Names]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -184,7 +184,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/command.progress" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/command.progress" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[$(sync~spin) {0}...]]></Val>
|
<Val><![CDATA[$(sync~spin) {0}...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.notifyError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.notifyError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error notifying of node change: {0}]]></Val>
|
<Val><![CDATA[Error notifying of node change: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -202,7 +202,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.rootLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.rootLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Root]]></Val>
|
<Val><![CDATA[Root]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -211,7 +211,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.sessionNotFound" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.sessionNotFound" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Session for node {0} does not exist]]></Val>
|
<Val><![CDATA[Session for node {0} does not exist]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -220,7 +220,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/telemetry.serviceCrashMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/telemetry.serviceCrashMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} component exited unexpectedly. Please restart Azure Data Studio.]]></Val>
|
<Val><![CDATA[{0} component exited unexpectedly. Please restart Azure Data Studio.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -229,7 +229,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/telemetry.viewKnownIssuesText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/telemetry.viewKnownIssuesText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View Known Issues]]></Val>
|
<Val><![CDATA[View Known Issues]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.databaseProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.databaseProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Name]]></Val>
|
<Val><![CDATA[Database Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -247,7 +247,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.databaseProperties.size" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.databaseProperties.size" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Size (MB)]]></Val>
|
<Val><![CDATA[Size (MB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -256,7 +256,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.serverProperties.diskCacheCapacity" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.serverProperties.diskCacheCapacity" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[% of Cluster data capacity used]]></Val>
|
<Val><![CDATA[% of Cluster data capacity used]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -265,7 +265,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.serverProperties.machinesTotal" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.serverProperties.machinesTotal" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Total Machines in the cluster]]></Val>
|
<Val><![CDATA[Total Machines in the cluster]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -274,7 +274,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.serverProperties.summary" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.serverProperties.summary" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Status]]></Val>
|
<Val><![CDATA[Status]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -283,7 +283,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.databasesListProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.databasesListProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name]]></Val>
|
<Val><![CDATA[Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -292,7 +292,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.databasesListProperties.size" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.databasesListProperties.size" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Size (MB)]]></Val>
|
<Val><![CDATA[Size (MB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -301,7 +301,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.configuration.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.configuration.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[KUSTO configuration]]></Val>
|
<Val><![CDATA[KUSTO configuration]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -310,7 +310,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.applicationName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.applicationName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The name of the application]]></Val>
|
<Val><![CDATA[The name of the application]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -319,7 +319,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.applicationName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.applicationName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Application name]]></Val>
|
<Val><![CDATA[Application name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -328,7 +328,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.categoryValues.azureMFA" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.categoryValues.azureMFA" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure Active Directory - Universal with MFA support]]></Val>
|
<Val><![CDATA[Azure Active Directory - Universal with MFA support]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -337,7 +337,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.categoryValues.none" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.categoryValues.none" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Authentication]]></Val>
|
<Val><![CDATA[No Authentication]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -346,7 +346,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.categoryValues.sqlLogin" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.categoryValues.sqlLogin" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User Authentication]]></Val>
|
<Val><![CDATA[User Authentication]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -355,7 +355,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specifies the method of authenticating with Kusto Server]]></Val>
|
<Val><![CDATA[Specifies the method of authenticating with Kusto Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -364,7 +364,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Authentication type]]></Val>
|
<Val><![CDATA[Authentication type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -373,7 +373,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectRetryCount.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectRetryCount.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Number of attempts to restore connection]]></Val>
|
<Val><![CDATA[Number of attempts to restore connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -382,7 +382,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectRetryCount.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectRetryCount.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Connect retry count]]></Val>
|
<Val><![CDATA[Connect retry count]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -391,7 +391,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectRetryInterval.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectRetryInterval.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Delay between attempts to restore connection]]></Val>
|
<Val><![CDATA[Delay between attempts to restore connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -400,7 +400,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectRetryInterval.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectRetryInterval.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Connect retry interval]]></Val>
|
<Val><![CDATA[Connect retry interval]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -409,7 +409,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectTimeout.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectTimeout.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error]]></Val>
|
<Val><![CDATA[The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -418,7 +418,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectTimeout.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectTimeout.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Connect timeout]]></Val>
|
<Val><![CDATA[Connect timeout]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -427,7 +427,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectionName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectionName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Custom name of the connection]]></Val>
|
<Val><![CDATA[Custom name of the connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -436,7 +436,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectionName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectionName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name (optional)]]></Val>
|
<Val><![CDATA[Name (optional)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -445,7 +445,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.databaseName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.databaseName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The name of the initial catalog or database in the data source]]></Val>
|
<Val><![CDATA[The name of the initial catalog or database in the data source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -454,7 +454,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.databaseName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.databaseName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database]]></Val>
|
<Val><![CDATA[Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -463,7 +463,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.failoverPartner.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.failoverPartner.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The name or network address of the instance of Kusto Server that acts as a failover partner]]></Val>
|
<Val><![CDATA[The name or network address of the instance of Kusto Server that acts as a failover partner]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -472,7 +472,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.failoverPartner.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.failoverPartner.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failover partner]]></Val>
|
<Val><![CDATA[Failover partner]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -481,7 +481,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.connectionResiliency" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.connectionResiliency" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Connection Resiliency]]></Val>
|
<Val><![CDATA[Connection Resiliency]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -490,7 +490,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.context" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.context" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Context]]></Val>
|
<Val><![CDATA[Context]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -499,7 +499,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.initialization" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.initialization" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Initialization]]></Val>
|
<Val><![CDATA[Initialization]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -508,7 +508,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.security" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.security" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Security]]></Val>
|
<Val><![CDATA[Security]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -517,7 +517,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.source" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.source" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source]]></Val>
|
<Val><![CDATA[Source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -526,7 +526,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.password.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.password.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Indicates the password to be used when connecting to the data source]]></Val>
|
<Val><![CDATA[Indicates the password to be used when connecting to the data source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -535,7 +535,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.password.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.password.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Password]]></Val>
|
<Val><![CDATA[Password]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -544,7 +544,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.serverName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.serverName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Kusto cluster name]]></Val>
|
<Val><![CDATA[Kusto cluster name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -553,7 +553,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.serverName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.serverName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cluster]]></Val>
|
<Val><![CDATA[Cluster]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -562,7 +562,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.userName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.userName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Indicates the user ID to be used when connecting to the data source]]></Val>
|
<Val><![CDATA[Indicates the user ID to be used when connecting to the data source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -571,7 +571,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.userName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.userName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User name]]></Val>
|
<Val><![CDATA[User name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -580,7 +580,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.workstationId.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.workstationId.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The name of the workstation connecting to Kusto Server]]></Val>
|
<Val><![CDATA[The name of the workstation connecting to Kusto Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -589,7 +589,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.workstationId.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.workstationId.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Workstation Id]]></Val>
|
<Val><![CDATA[Workstation Id]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -598,7 +598,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.format.alignColumnDefinitionsInColumns" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.format.alignColumnDefinitionsInColumns" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Should column definitions be aligned?]]></Val>
|
<Val><![CDATA[Should column definitions be aligned?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -607,7 +607,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.format.datatypeCasing" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.format.datatypeCasing" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Should data types be formatted as UPPERCASE, lowercase, or none (not formatted)]]></Val>
|
<Val><![CDATA[Should data types be formatted as UPPERCASE, lowercase, or none (not formatted)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -616,7 +616,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.format.keywordCasing" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.format.keywordCasing" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Should keywords be formatted as UPPERCASE, lowercase, or none (not formatted)]]></Val>
|
<Val><![CDATA[Should keywords be formatted as UPPERCASE, lowercase, or none (not formatted)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -625,7 +625,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.logDebugInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.logDebugInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[[Optional]5D; Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown]]></Val>
|
<Val><![CDATA[[Optional]5D; Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -634,7 +634,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.provider.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.provider.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure Data Explorer (Kusto)]]></Val>
|
<Val><![CDATA[Azure Data Explorer (Kusto)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -643,7 +643,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.query.displayBitAsNumber" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.query.displayBitAsNumber" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false']]></Val>
|
<Val><![CDATA[Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -652,7 +652,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.tracingLevel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.tracingLevel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[[Optional]5D; Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information]]></Val>
|
<Val><![CDATA[[Optional]5D; Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -661,7 +661,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.notebook.command.new" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.notebook.command.new" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[New Notebook]]></Val>
|
<Val><![CDATA[New Notebook]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -670,7 +670,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.notebook.command.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.notebook.command.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open Notebook]]></Val>
|
<Val><![CDATA[Open Notebook]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -679,7 +679,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.objectsListProperties.metadataTypeName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.objectsListProperties.metadataTypeName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -688,7 +688,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.objectsListProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.objectsListProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name]]></Val>
|
<Val><![CDATA[Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+218
-218
File diff suppressed because it is too large
Load Diff
+391
-391
File diff suppressed because it is too large
Load Diff
+261
-261
File diff suppressed because it is too large
Load Diff
+17
-17
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="profiler.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.profiler.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.cancel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.cancel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel]]></Val>
|
<Val><![CDATA[Cancel]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.create" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.create" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Start]]></Val>
|
<Val><![CDATA[Start]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.createSessionFailed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.createSessionFailed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to create a session]]></Val>
|
<Val><![CDATA[Failed to create a session]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.dialogOwnerInvalid" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.dialogOwnerInvalid" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid dialog owner, cannot open dialog]]></Val>
|
<Val><![CDATA[Invalid dialog owner, cannot open dialog]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.enterSessionName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.enterSessionName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Enter session name:]]></Val>
|
<Val><![CDATA[Enter session name:]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.invalidProviderType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.invalidProviderType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid provider type, cannot open dialog]]></Val>
|
<Val><![CDATA[Invalid provider type, cannot open dialog]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.selectTemplates" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.selectTemplates" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select session template:]]></Val>
|
<Val><![CDATA[Select session template:]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.templatesInvalid" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.templatesInvalid" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid templates list, cannot open dialog]]></Val>
|
<Val><![CDATA[Invalid templates list, cannot open dialog]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Start New Profiler Session]]></Val>
|
<Val><![CDATA[Start New Profiler Session]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Profiler for Azure Data Studio]]></Val>
|
<Val><![CDATA[SQL Server Profiler for Azure Data Studio]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Profiler]]></Val>
|
<Val><![CDATA[SQL Server Profiler]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.category" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.category" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Profiler]]></Val>
|
<Val><![CDATA[Profiler]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.contributes.title.newProfler" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.contributes.title.newProfler" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Launch Profiler]]></Val>
|
<Val><![CDATA[Launch Profiler]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.contributes.title.openCreateSessionDialog" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.contributes.title.openCreateSessionDialog" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create Profiler Season]]></Val>
|
<Val><![CDATA[Create Profiler Season]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.contributes.title.start" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.contributes.title.start" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Start]]></Val>
|
<Val><![CDATA[Start]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.contributes.title.stop" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.contributes.title.stop" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Stop]]></Val>
|
<Val><![CDATA[Stop]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+21
-21
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\query-history.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.query-history.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/query-history/dist/localizedConstants.errorLoading" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/dist/localizedConstants.errorLoading" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error loading saved query history items. {0}]]></Val>
|
<Val><![CDATA[Error loading saved query history items. {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/dist/localizedConstants.failed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/dist/localizedConstants.failed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed]]></Val>
|
<Val><![CDATA[Failed]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/dist/localizedConstants.succeeded" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/dist/localizedConstants.succeeded" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Succeeded]]></Val>
|
<Val><![CDATA[Succeeded]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.captureEnabledDesc" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.captureEnabledDesc" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Whether Query History capture is enabled. If false queries executed will not be captured.]]></Val>
|
<Val><![CDATA[Whether Query History capture is enabled. If false queries executed will not be captured.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.clear" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.clear" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Clear All History]]></Val>
|
<Val><![CDATA[Clear All History]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.delete" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.delete" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Delete]]></Val>
|
<Val><![CDATA[Delete]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View and run previously executed queries]]></Val>
|
<Val><![CDATA[View and run previously executed queries]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.disableCapture" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.disableCapture" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Pause Query History Capture]]></Val>
|
<Val><![CDATA[Pause Query History Capture]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Query History]]></Val>
|
<Val><![CDATA[Query History]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.doubleClickAction" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.doubleClickAction" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The action taken when a history item is double clicked]]></Val>
|
<Val><![CDATA[The action taken when a history item is double clicked]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.doubleClickAction.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.doubleClickAction.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open a new disconnected editor with the query from the selected history item]]></Val>
|
<Val><![CDATA[Open a new disconnected editor with the query from the selected history item]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.doubleClickAction.run" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.doubleClickAction.run" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open a new connected editor with the query and connection from the selected history item and automatically run the query]]></Val>
|
<Val><![CDATA[Open a new connected editor with the query and connection from the selected history item and automatically run the query]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.enableCapture" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.enableCapture" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Start Query History Capture]]></Val>
|
<Val><![CDATA[Start Query History Capture]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.loading" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.loading" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Loading saved entries...]]></Val>
|
<Val><![CDATA[Loading saved entries...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.maxEntries" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.maxEntries" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Maximum number of entries to store. 0 means unlimited entries are stored. Increasing this limit may impact performance, especially if persistence is enabled.]]></Val>
|
<Val><![CDATA[Maximum number of entries to store. 0 means unlimited entries are stored. Increasing this limit may impact performance, especially if persistence is enabled.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.noEntries" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.noEntries" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No queries to display]]></Val>
|
<Val><![CDATA[No queries to display]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open Query]]></Val>
|
<Val><![CDATA[Open Query]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.openStorageFolder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.openStorageFolder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open storage folder]]></Val>
|
<Val><![CDATA[Open storage folder]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.persistHistory" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.persistHistory" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Whether query history is persisted across restarts. If false then the history will be cleared when the application exits.]]></Val>
|
<Val><![CDATA[Whether query history is persisted across restarts. If false then the history will be cleared when the application exits.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -181,7 +181,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.run" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.run" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Run Query]]></Val>
|
<Val><![CDATA[Run Query]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+313
-313
File diff suppressed because it is too large
Load Diff
+100
-100
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="schema-compare.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.schema-compare.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.OptionNotFoundWarningMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.OptionNotFoundWarningMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[label: {0} does not exist in the options value name lookup]]></Val>
|
<Val><![CDATA[label: {0} does not exist in the options value name lookup]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.SchemaCompare.GeneralOptionsLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.SchemaCompare.GeneralOptionsLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[General Options]]></Val>
|
<Val><![CDATA[General Options]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.SchemaCompare.ObjectTypesOptionsLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.SchemaCompare.ObjectTypesOptionsLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Include Object Types]]></Val>
|
<Val><![CDATA[Include Object Types]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.SchemaCompare.SchemaCompareOptionsDialogLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.SchemaCompare.SchemaCompareOptionsDialogLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare Options]]></Val>
|
<Val><![CDATA[Schema Compare Options]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.SchemaCompareOptionsDialog.Reset" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.SchemaCompareOptionsDialog.Reset" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Reset]]></Val>
|
<Val><![CDATA[Reset]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.file" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.file" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File]]></Val>
|
<Val><![CDATA[File]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.flat" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.flat" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Flat]]></Val>
|
<Val><![CDATA[Flat]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.objectType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.objectType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Object Type]]></Val>
|
<Val><![CDATA[Object Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schema" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schema" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema]]></Val>
|
<Val><![CDATA[Schema]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.ApplyConfirmation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.ApplyConfirmation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Are you sure you want to update the target?]]></Val>
|
<Val><![CDATA[Are you sure you want to update the target?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.CompareDetailsTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.CompareDetailsTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Compare Details]]></Val>
|
<Val><![CDATA[Compare Details]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.GetConnectionString" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.GetConnectionString" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Do you want to connect to {0}?]]></Val>
|
<Val><![CDATA[Do you want to connect to {0}?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.RecompareToRefresh" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.RecompareToRefresh" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Press Compare to refresh the comparison.]]></Val>
|
<Val><![CDATA[Press Compare to refresh the comparison.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.actionColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.actionColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Action]]></Val>
|
<Val><![CDATA[Action]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.addAction" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.addAction" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Add]]></Val>
|
<Val><![CDATA[Add]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applyButtonDisabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applyButtonDisabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Apply is enabled when the target is a database or database project]]></Val>
|
<Val><![CDATA[Apply is enabled when the target is a database or database project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -162,7 +162,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applyButtonEnabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applyButtonEnabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Apply changes to target]]></Val>
|
<Val><![CDATA[Apply changes to target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -171,7 +171,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applyError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applyError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[There was an error updating the project]]></Val>
|
<Val><![CDATA[There was an error updating the project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -180,7 +180,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applyNoChanges" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applyNoChanges" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No changes to apply]]></Val>
|
<Val><![CDATA[No changes to apply]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -189,7 +189,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applySuccess" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applySuccess" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project was successfully updated]]></Val>
|
<Val><![CDATA[Project was successfully updated]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cancelCompareButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cancelCompareButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Stop]]></Val>
|
<Val><![CDATA[Stop]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -207,7 +207,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cancelErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cancelErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel schema compare failed: '{0}']]></Val>
|
<Val><![CDATA[Cancel schema compare failed: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -216,7 +216,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cannotExcludeMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cannotExcludeMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cannot exclude {0}. Included dependents exist]]></Val>
|
<Val><![CDATA[Cannot exclude {0}. Included dependents exist]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -225,7 +225,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cannotExcludeMessageWithDependent" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cannotExcludeMessageWithDependent" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cannot exclude {0}. Included dependents exist, such as {1}]]></Val>
|
<Val><![CDATA[Cannot exclude {0}. Included dependents exist, such as {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -234,7 +234,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cannotIncludeMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cannotIncludeMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cannot include {0}. Excluded dependents exist]]></Val>
|
<Val><![CDATA[Cannot include {0}. Excluded dependents exist]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -243,7 +243,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cannotIncludeMessageWithDependent" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cannotIncludeMessageWithDependent" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cannot include {0}. Excluded dependents exist, such as {1}]]></Val>
|
<Val><![CDATA[Cannot include {0}. Excluded dependents exist, such as {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -252,7 +252,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.changeAction" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.changeAction" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Change]]></Val>
|
<Val><![CDATA[Change]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -261,7 +261,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.compareButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.compareButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Compare]]></Val>
|
<Val><![CDATA[Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -270,7 +270,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.compareErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.compareErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare failed: {0}]]></Val>
|
<Val><![CDATA[Schema Compare failed: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -279,7 +279,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.dacpacRadioButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.dacpacRadioButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data-tier Application File (.dacpac)]]></Val>
|
<Val><![CDATA[Data-tier Application File (.dacpac)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -288,7 +288,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.databaseButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.databaseButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database]]></Val>
|
<Val><![CDATA[Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -297,7 +297,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.deleteAction" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.deleteAction" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Delete]]></Val>
|
<Val><![CDATA[Delete]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -306,7 +306,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.dialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.dialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare]]></Val>
|
<Val><![CDATA[Schema Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -315,7 +315,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.differencesTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.differencesTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Comparison between Source and Target]]></Val>
|
<Val><![CDATA[Comparison between Source and Target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -324,7 +324,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate script]]></Val>
|
<Val><![CDATA[Generate script]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -333,7 +333,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptButtonDisabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptButtonDisabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate script is enabled when the target is a database]]></Val>
|
<Val><![CDATA[Generate script is enabled when the target is a database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -342,7 +342,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptEnabledButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptEnabledButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate script to deploy changes to target]]></Val>
|
<Val><![CDATA[Generate script to deploy changes to target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -351,7 +351,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate script failed: '{0}']]></Val>
|
<Val><![CDATA[Generate script failed: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -360,7 +360,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptNoChanges" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptNoChanges" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No changes to script]]></Val>
|
<Val><![CDATA[No changes to script]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -369,7 +369,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.includeColumnName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.includeColumnName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Include]]></Val>
|
<Val><![CDATA[Include]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -378,7 +378,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.includeExcludeInfoMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.includeExcludeInfoMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Please note that include/exclude operations can take a moment to calculate affected dependencies]]></Val>
|
<Val><![CDATA[Please note that include/exclude operations can take a moment to calculate affected dependencies]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -387,7 +387,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.noDifferences" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.noDifferences" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No schema differences were found.]]></Val>
|
<Val><![CDATA[No schema differences were found.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -396,7 +396,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.openFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.openFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -405,7 +405,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.openScmpButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.openScmpButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open .scmp file]]></Val>
|
<Val><![CDATA[Open .scmp file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -414,7 +414,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.openScmpButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.openScmpButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Load source, target, and options saved in an .scmp file]]></Val>
|
<Val><![CDATA[Load source, target, and options saved in an .scmp file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -423,7 +423,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.openScmpErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.openScmpErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open scmp failed: '{0}']]></Val>
|
<Val><![CDATA[Open scmp failed: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -432,7 +432,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.optionsButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.optionsButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Options]]></Val>
|
<Val><![CDATA[Options]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -441,7 +441,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.projectButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.projectButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Project]]></Val>
|
<Val><![CDATA[Database Project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -450,7 +450,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.radioButtonsLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.radioButtonsLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -459,7 +459,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.saveFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.saveFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save]]></Val>
|
<Val><![CDATA[Save]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -468,7 +468,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.saveScmpButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.saveScmpButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save .scmp file]]></Val>
|
<Val><![CDATA[Save .scmp file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -477,7 +477,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.saveScmpButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.saveScmpButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save source and target, options, and excluded elements]]></Val>
|
<Val><![CDATA[Save source and target, options, and excluded elements]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -486,7 +486,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.saveScmpErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.saveScmpErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save scmp failed: '{0}']]></Val>
|
<Val><![CDATA[Save scmp failed: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -495,7 +495,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.selectConnection" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.selectConnection" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select connection]]></Val>
|
<Val><![CDATA[Select connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -504,7 +504,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.selectSourceFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.selectSourceFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select source file]]></Val>
|
<Val><![CDATA[Select source file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -513,7 +513,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.selectTargetFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.selectTargetFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select target file]]></Val>
|
<Val><![CDATA[Select target file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -522,7 +522,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.sourceButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.sourceButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Source]]></Val>
|
<Val><![CDATA[Select Source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -531,7 +531,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.sourceNameColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.sourceNameColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Name]]></Val>
|
<Val><![CDATA[Source Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -540,7 +540,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.startText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.startText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[To compare two schemas, first select a source schema and target schema, then press Compare.]]></Val>
|
<Val><![CDATA[To compare two schemas, first select a source schema and target schema, then press Compare.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -549,7 +549,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.switchButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.switchButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Switch source and target]]></Val>
|
<Val><![CDATA[Switch source and target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -558,7 +558,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.switchDirectionButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.switchDirectionButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Switch direction]]></Val>
|
<Val><![CDATA[Switch direction]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -567,7 +567,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.targetButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.targetButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Target]]></Val>
|
<Val><![CDATA[Select Target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -576,7 +576,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.targetNameColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.targetNameColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Name]]></Val>
|
<Val><![CDATA[Target Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -585,7 +585,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.typeColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.typeColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -594,7 +594,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.updateButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.updateButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Apply]]></Val>
|
<Val><![CDATA[Apply]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -603,7 +603,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.updateErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.updateErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare Apply failed '{0}']]></Val>
|
<Val><![CDATA[Schema Compare Apply failed '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -612,7 +612,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.waitText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.waitText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Initializing Comparison. This might take a moment.]]></Val>
|
<Val><![CDATA[Initializing Comparison. This might take a moment.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -621,7 +621,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.No" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.No" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No]]></Val>
|
<Val><![CDATA[No]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -630,7 +630,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.SourceTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.SourceTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source]]></Val>
|
<Val><![CDATA[Source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -639,7 +639,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.TargetTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.TargetTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target]]></Val>
|
<Val><![CDATA[Target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -648,7 +648,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.Yes" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.Yes" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Yes]]></Val>
|
<Val><![CDATA[Yes]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -657,7 +657,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.cancel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.cancel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel]]></Val>
|
<Val><![CDATA[Cancel]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -666,7 +666,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.databaseDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.databaseDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database]]></Val>
|
<Val><![CDATA[Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -675,7 +675,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.defaultUser" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.defaultUser" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[default]]></Val>
|
<Val><![CDATA[default]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -684,7 +684,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.differentSourceMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.differentSourceMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[A different source schema has been selected. Compare to see the comparison?]]></Val>
|
<Val><![CDATA[A different source schema has been selected. Compare to see the comparison?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -693,7 +693,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.differentSourceTargetMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.differentSourceTargetMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Different source and target schemas have been selected. Compare to see the comparison?]]></Val>
|
<Val><![CDATA[Different source and target schemas have been selected. Compare to see the comparison?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -702,7 +702,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.differentTargetMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.differentTargetMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[A different target schema has been selected. Compare to see the comparison?]]></Val>
|
<Val><![CDATA[A different target schema has been selected. Compare to see the comparison?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -711,7 +711,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.dspErrorSource" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.dspErrorSource" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The source .sqlproj file does not specify a database schema component]]></Val>
|
<Val><![CDATA[The source .sqlproj file does not specify a database schema component]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -720,7 +720,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.dspErrorTarget" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.dspErrorTarget" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The target .sqlproj file does not specify a database schema component]]></Val>
|
<Val><![CDATA[The target .sqlproj file does not specify a database schema component]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -729,7 +729,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.fileTextBoxLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.fileTextBoxLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File]]></Val>
|
<Val><![CDATA[File]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -738,7 +738,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.noProjectExtension" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.noProjectExtension" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The sql-database-projects extension is required to perform schema comparison with database projects]]></Val>
|
<Val><![CDATA[The sql-database-projects extension is required to perform schema comparison with database projects]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -747,7 +747,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.noProjectExtensionApply" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.noProjectExtensionApply" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The sql-database-projects extension is required to apply changes to a project]]></Val>
|
<Val><![CDATA[The sql-database-projects extension is required to apply changes to a project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -756,7 +756,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.ok" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.ok" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[OK]]></Val>
|
<Val><![CDATA[OK]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -765,7 +765,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.serverDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.serverDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Server]]></Val>
|
<Val><![CDATA[Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -774,7 +774,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.sourceDatabaseDropdown" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.sourceDatabaseDropdown" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Database]]></Val>
|
<Val><![CDATA[Source Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -783,7 +783,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.sourceServerDropdown" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.sourceServerDropdown" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Server]]></Val>
|
<Val><![CDATA[Source Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -792,7 +792,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.sourceTextBox" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.sourceTextBox" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source file]]></Val>
|
<Val><![CDATA[Source file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -801,7 +801,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.structureDropdownLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.structureDropdownLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Folder Structure]]></Val>
|
<Val><![CDATA[Folder Structure]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -810,7 +810,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.targetDatabaseDropdown" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.targetDatabaseDropdown" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Database]]></Val>
|
<Val><![CDATA[Target Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -819,7 +819,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.targetServerDropdown" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.targetServerDropdown" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Server]]></Val>
|
<Val><![CDATA[Target Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -828,7 +828,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.targetTextBox" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.targetTextBox" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target file]]></Val>
|
<Val><![CDATA[Target file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -837,7 +837,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareOptions.RecompareMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareOptions.RecompareMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Options have changed. Recompare to see the comparison?]]></Val>
|
<Val><![CDATA[Options have changed. Recompare to see the comparison?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -846,7 +846,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaObjectType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaObjectType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema/Object Type]]></Val>
|
<Val><![CDATA[Schema/Object Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -855,7 +855,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.targetStructure" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.targetStructure" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Folder Structure]]></Val>
|
<Val><![CDATA[Target Folder Structure]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -864,7 +864,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Schema Compare for Azure Data Studio supports comparing the schemas of databases and dacpacs.]]></Val>
|
<Val><![CDATA[SQL Server Schema Compare for Azure Data Studio supports comparing the schemas of databases and dacpacs.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -873,7 +873,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Schema Compare]]></Val>
|
<Val><![CDATA[SQL Server Schema Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -882,7 +882,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.schemaCompare.openInScmp" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.schemaCompare.openInScmp" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open in Schema Compare]]></Val>
|
<Val><![CDATA[Open in Schema Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -891,7 +891,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.schemaCompare.runComparison" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.schemaCompare.runComparison" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Run Schema Comparison]]></Val>
|
<Val><![CDATA[Run Schema Comparison]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -900,7 +900,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.schemaCompare.start" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.schemaCompare.start" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare]]></Val>
|
<Val><![CDATA[Schema Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\server-report.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.server-report.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
+57
-57
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\sql-assessment.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.sql-assessment.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.column.targetType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.column.targetType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Type]]></Val>
|
<Val><![CDATA[Target Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.details.clickHere" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.details.clickHere" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Click here]]></Val>
|
<Val><![CDATA[Click here]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.details.recommendation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.details.recommendation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Recommendation]]></Val>
|
<Val><![CDATA[Recommendation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.details.ruleDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.details.ruleDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Rule Description]]></Val>
|
<Val><![CDATA[Rule Description]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.details.toLearnMore" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.details.toLearnMore" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[ to learn more.]]></Val>
|
<Val><![CDATA[ to learn more.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.databaseIconLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.databaseIconLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database]]></Val>
|
<Val><![CDATA[Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.serverIconLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.serverIconLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Server]]></Val>
|
<Val><![CDATA[Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.apiversion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.apiversion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[API Version]]></Val>
|
<Val><![CDATA[API Version]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.checkId" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.checkId" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Check ID]]></Val>
|
<Val><![CDATA[Check ID]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.helpLink" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.helpLink" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Help Link]]></Val>
|
<Val><![CDATA[Help Link]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.message" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.message" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Message]]></Val>
|
<Val><![CDATA[Message]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.severity" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.severity" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Severity]]></Val>
|
<Val><![CDATA[Severity]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.tags" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.tags" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Tags]]></Val>
|
<Val><![CDATA[Tags]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.target" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.target" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target]]></Val>
|
<Val><![CDATA[Target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.instancename" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.instancename" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Instance Name]]></Val>
|
<Val><![CDATA[Instance Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.learnMore" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.learnMore" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Learn More]]></Val>
|
<Val><![CDATA[Learn More]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.osversion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.osversion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[OS Version]]></Val>
|
<Val><![CDATA[OS Version]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.rulesetversion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.rulesetversion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Default Ruleset]]></Val>
|
<Val><![CDATA[Default Ruleset]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.section.api.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.section.api.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Info]]></Val>
|
<Val><![CDATA[Info]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -181,7 +181,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.section.instance.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.section.instance.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Instance Details]]></Val>
|
<Val><![CDATA[SQL Server Instance Details]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -190,7 +190,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.serveredition" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.serveredition" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edition]]></Val>
|
<Val><![CDATA[Edition]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.serverversion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.serverversion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Version]]></Val>
|
<Val><![CDATA[Version]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Error" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Error" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error]]></Val>
|
<Val><![CDATA[Error]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -217,7 +217,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.High" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.High" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[High]]></Val>
|
<Val><![CDATA[High]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -226,7 +226,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Info" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Info" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Information]]></Val>
|
<Val><![CDATA[Information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -235,7 +235,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Low" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Low" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Low]]></Val>
|
<Val><![CDATA[Low]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -244,7 +244,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Medium" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Medium" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Medium]]></Val>
|
<Val><![CDATA[Medium]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -253,7 +253,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Warning" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Warning" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Warning]]></Val>
|
<Val><![CDATA[Warning]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -262,7 +262,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.resultForDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.resultForDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Results for database]]></Val>
|
<Val><![CDATA[Results for database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -271,7 +271,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.resultForInstance" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.resultForInstance" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Results for server]]></Val>
|
<Val><![CDATA[Results for server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -280,7 +280,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.severityMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.severityMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0}: {1} item(s)]]></Val>
|
<Val><![CDATA[{0}: {1} item(s)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -289,7 +289,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReportTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReportTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment Report]]></Val>
|
<Val><![CDATA[SQL Assessment Report]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -298,7 +298,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.asmtaction.label.cancel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.asmtaction.label.cancel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel]]></Val>
|
<Val><![CDATA[Cancel]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -307,7 +307,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.asmtaction.label.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.asmtaction.label.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -316,7 +316,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.asmtaction.openReport" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.asmtaction.openReport" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Report has been saved. Do you want to open it?]]></Val>
|
<Val><![CDATA[Report has been saved. Do you want to open it?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -325,7 +325,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.btnExportAsScript" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.btnExportAsScript" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Export as script]]></Val>
|
<Val><![CDATA[Export as script]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -334,7 +334,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.btnGeneratehtmlreport" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.btnGeneratehtmlreport" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create HTML Report]]></Val>
|
<Val><![CDATA[Create HTML Report]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -343,7 +343,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.btnViewSamples" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.btnViewSamples" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View all rules and learn more on GitHub]]></Val>
|
<Val><![CDATA[View all rules and learn more on GitHub]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -352,7 +352,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.btnViewSamplesShort" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.btnViewSamplesShort" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View all on GitHub]]></Val>
|
<Val><![CDATA[View all on GitHub]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -361,7 +361,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.getAssessmentItemsDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.getAssessmentItemsDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View applicable rules for {0}]]></Val>
|
<Val><![CDATA[View applicable rules for {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -370,7 +370,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.getAssessmentItemsServer" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.getAssessmentItemsServer" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View applicable rules]]></Val>
|
<Val><![CDATA[View applicable rules]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -379,7 +379,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.invokeAssessmentLabelDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.invokeAssessmentLabelDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invoke assessment for {0}]]></Val>
|
<Val><![CDATA[Invoke assessment for {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -388,7 +388,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.invokeAssessmentLabelServer" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.invokeAssessmentLabelServer" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invoke assessment]]></Val>
|
<Val><![CDATA[Invoke assessment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -397,7 +397,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.msgBoxAsmtInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.msgBoxAsmtInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment Information]]></Val>
|
<Val><![CDATA[SQL Assessment Information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -406,7 +406,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.msgBoxCopied" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.msgBoxCopied" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment Information copied]]></Val>
|
<Val><![CDATA[SQL Assessment Information copied]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -415,7 +415,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.msgBoxCopyBtn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.msgBoxCopyBtn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Copy]]></Val>
|
<Val><![CDATA[Copy]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -424,7 +424,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.ok" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.ok" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[OK]]></Val>
|
<Val><![CDATA[OK]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -433,7 +433,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.back" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.back" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[<< Back]]></Val>
|
<Val><![CDATA[<< Back]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -442,7 +442,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.resultsTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.resultsTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Assessment Results from {0}]]></Val>
|
<Val><![CDATA[Assessment Results from {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -451,7 +451,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.summaryAsmtDate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.summaryAsmtDate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Assessment Date]]></Val>
|
<Val><![CDATA[Assessment Date]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -460,7 +460,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.summaryError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.summaryError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error]]></Val>
|
<Val><![CDATA[Error]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -469,7 +469,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.summaryInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.summaryInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Information]]></Val>
|
<Val><![CDATA[Information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -478,7 +478,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.summaryWarning" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.summaryWarning" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Warning]]></Val>
|
<Val><![CDATA[Warning]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -487,7 +487,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/package.dashboard.tabName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/package.dashboard.tabName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment]]></Val>
|
<Val><![CDATA[SQL Assessment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -496,7 +496,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/package.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/package.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment for Azure Data Studio (Preview) provides a mechanism to evaluate the configuration of SQL Server for best practices.]]></Val>
|
<Val><![CDATA[SQL Assessment for Azure Data Studio (Preview) provides a mechanism to evaluate the configuration of SQL Server for best practices.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -505,7 +505,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment]]></Val>
|
<Val><![CDATA[SQL Assessment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+420
-420
File diff suppressed because it is too large
Load Diff
+952
-952
File diff suppressed because it is too large
Load Diff
+534
-534
File diff suppressed because it is too large
Load Diff
@@ -1,33 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\xml-language-features.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="fr-FR" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
|
||||||
<OwnedComments>
|
|
||||||
<Cmt Name="Dev" />
|
|
||||||
<Cmt Name="LcxAdmin" />
|
|
||||||
<Cmt Name="Rccx" />
|
|
||||||
</OwnedComments>
|
|
||||||
<Settings Name="@SettingsPath@\default.lss" Type="Lss" />
|
|
||||||
<Item ItemId=";Xliff file" ItemType="0" PsrId="308" Leaf="false">
|
|
||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
|
||||||
<Item ItemId=";description" ItemType="0" PsrId="308" Leaf="true">
|
|
||||||
<Str Cat="Text">
|
|
||||||
<Val><![CDATA[Provides rich language support for XML.]]></Val>
|
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
|
||||||
<Val><![CDATA[Fournit une prise en charge riche de langage pour XML.]]></Val>
|
|
||||||
</Tgt>
|
|
||||||
</Str>
|
|
||||||
<Disp Icon="Str" />
|
|
||||||
</Item>
|
|
||||||
<Item ItemId=";displayName" ItemType="0" PsrId="308" Leaf="true">
|
|
||||||
<Str Cat="Text">
|
|
||||||
<Val><![CDATA[XML Language Features]]></Val>
|
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
|
||||||
<Val><![CDATA[Fonctionnalités du langage XML]]></Val>
|
|
||||||
</Tgt>
|
|
||||||
</Str>
|
|
||||||
<Disp Icon="Str" />
|
|
||||||
</Item>
|
|
||||||
</Item>
|
|
||||||
</Item>
|
|
||||||
</LCX>
|
|
||||||
+11
-11
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="admin-tool-ext-win.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.admin-tool-ext-win.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.launchingDialogStatus" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.launchingDialogStatus" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Launching dialog...]]></Val>
|
<Val><![CDATA[Launching dialog...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForGsw" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForGsw" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForProp" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForProp" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionProfile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionProfile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No connectionProfile provided from connectionContext : {0}]]></Val>
|
<Val><![CDATA[No connectionProfile provided from connectionContext : {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noOENode" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noOENode" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not determine Object Explorer node from connectionContext : {0}]]></Val>
|
<Val><![CDATA[Could not determine Object Explorer node from connectionContext : {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.ssmsMinError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.ssmsMinError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error calling SsmsMin with args '{0}' - {1}]]></Val>
|
<Val><![CDATA[Error calling SsmsMin with args '{0}' - {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Adds additional Windows-specific functionality to Azure Data Studio]]></Val>
|
<Val><![CDATA[Adds additional Windows-specific functionality to Azure Data Studio]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Administration Tool Extensions for Windows]]></Val>
|
<Val><![CDATA[Database Administration Tool Extensions for Windows]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.launchGswMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.launchGswMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate Scripts...]]></Val>
|
<Val><![CDATA[Generate Scripts...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.propertiesMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.propertiesMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Properties]]></Val>
|
<Val><![CDATA[Properties]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+243
-243
File diff suppressed because it is too large
Load Diff
+570
-570
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\asde-deployment.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.asde-deployment.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
+76
-76
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\azcli.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.azcli.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.arc.releaseDateNotParsed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.arc.releaseDateNotParsed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Release date could not be parsed.]]></Val>
|
<Val><![CDATA[Release date could not be parsed.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.accept" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.accept" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Accept]]></Val>
|
<Val><![CDATA[Accept]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.arcdataExtensionNotInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.arcdataExtensionNotInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This extension requires the Azure CLI extension 'arcdata' to be installed. Install the latest version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
<Val><![CDATA[This extension requires the Azure CLI extension 'arcdata' to be installed. Install the latest version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.arcdataInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.arcdataInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The Azure CLI arcdata extension was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.]]></Val>
|
<Val><![CDATA[The Azure CLI arcdata extension was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.askLater" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.askLater" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Ask Later]]></Val>
|
<Val><![CDATA[Ask Later]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.az" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.az" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI]]></Val>
|
<Val><![CDATA[Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.azInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.azInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.]]></Val>
|
<Val><![CDATA[Azure CLI was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.azOutputParseErrorCaught" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.azOutputParseErrorCaught" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[An error occurred while parsing the output of az command: {0}. The output is not JSON.]]></Val>
|
<Val><![CDATA[An error occurred while parsing the output of az command: {0}. The output is not JSON.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.azUserSettingReadLog" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.azUserSettingReadLog" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI user setting: {0}.{1} read, value: {2}]]></Val>
|
<Val><![CDATA[Azure CLI user setting: {0}.{1} read, value: {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.azUserSettingUpdatedLog" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.azUserSettingUpdatedLog" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI user setting: {0}.{1} updated, newValue: {2}]]></Val>
|
<Val><![CDATA[Azure CLI user setting: {0}.{1} updated, newValue: {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.checkingLatestAzVersion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.checkingLatestAzVersion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Checking for latest available version of Azure CLI]]></Val>
|
<Val><![CDATA[Checking for latest available version of Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.couldNotFindArcdataWithPrompt" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.couldNotFindArcdataWithPrompt" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not find the Azure CLI arcdata extension, install it now? If not then some features will not be able to function.]]></Val>
|
<Val><![CDATA[Could not find the Azure CLI arcdata extension, install it now? If not then some features will not be able to function.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.couldNotFindAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.couldNotFindAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not find Azure CLI. Error: {0}]]></Val>
|
<Val><![CDATA[Could not find Azure CLI. Error: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.couldNotFindAzArc" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.couldNotFindAzArc" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not find the Azure CLI arcdata extension. Error: {0}]]></Val>
|
<Val><![CDATA[Could not find the Azure CLI arcdata extension. Error: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.couldNotFindAzWithPrompt" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.couldNotFindAzWithPrompt" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not find Azure CLI, install it now? If not then some features will not be able to function.]]></Val>
|
<Val><![CDATA[Could not find Azure CLI, install it now? If not then some features will not be able to function.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.currentlyInstalledVersionIsLatest" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.currentlyInstalledVersionIsLatest" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Currently installed version of Azure CLI: {0} is same or newer than any other version available]]></Val>
|
<Val><![CDATA[Currently installed version of Azure CLI: {0} is same or newer than any other version available]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.decline" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.decline" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Decline]]></Val>
|
<Val><![CDATA[Decline]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.doNotAskAgain" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.doNotAskAgain" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Don't Ask Again]]></Val>
|
<Val><![CDATA[Don't Ask Again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.downloadError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.downloadError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error while downloading]]></Val>
|
<Val><![CDATA[Error while downloading]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -181,7 +181,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.downloadFinished" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.downloadFinished" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Download finished]]></Val>
|
<Val><![CDATA[Download finished]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -190,7 +190,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.downloadingProgressMb" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.downloadingProgressMb" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading ({0} / {1} MB)]]></Val>
|
<Val><![CDATA[Downloading ({0} / {1} MB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.downloadingTo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.downloadingTo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0} from {1} to {2}]]></Val>
|
<Val><![CDATA[Downloading {0} from {1} to {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.endpointOrNamespaceRequired" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.endpointOrNamespaceRequired" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Either an endpoint or a namespace must be specified]]></Val>
|
<Val><![CDATA[Either an endpoint or a namespace must be specified]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -217,7 +217,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.executingCommand" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.executingCommand" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Executing command: '{0} {1}']]></Val>
|
<Val><![CDATA[Executing command: '{0} {1}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -226,7 +226,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.failedToParseReleaseInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.failedToParseReleaseInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to parse the JSON of contents at: {0}.]D;]A;File contents:]D;]A;{1}]D;]A;Error: {2}]]></Val>
|
<Val><![CDATA[Failed to parse the JSON of contents at: {0}.]D;]A;File contents:]D;]A;{1}]D;]A;Error: {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -235,7 +235,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.foundExistingAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.foundExistingAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Found existing Azure CLI installation of version (v{0}) at path:{1} with arcdata version: {2}.]]></Val>
|
<Val><![CDATA[Found existing Azure CLI installation of version (v{0}) at path:{1} with arcdata version: {2}.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -244,7 +244,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.gettingTextContentsOfUrl" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.gettingTextContentsOfUrl" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Getting text contents of resource at URL {0}]]></Val>
|
<Val><![CDATA[Getting text contents of resource at URL {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -253,7 +253,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.installError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.installError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error installing Azure CLI and arcdata extension: {0}]]></Val>
|
<Val><![CDATA[Error installing Azure CLI and arcdata extension: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -262,7 +262,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.installingArcdata" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.installingArcdata" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing the Azure CLI arcdata extension...]]></Val>
|
<Val><![CDATA[Installing the Azure CLI arcdata extension...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -271,7 +271,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.installingAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.installingAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing Azure CLI...]]></Val>
|
<Val><![CDATA[Installing Azure CLI...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -280,7 +280,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.latestAzVersionAvailable" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.latestAzVersionAvailable" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Latest available Azure CLI version: {0}.]]></Val>
|
<Val><![CDATA[Latest available Azure CLI version: {0}.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -289,7 +289,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.missingRequiredVersion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.missingRequiredVersion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI >= {0} is required for this feature. Run the 'Azure CLI: Check for Update' command to install this and then try again.]]></Val>
|
<Val><![CDATA[Azure CLI >= {0} is required for this feature. Run the 'Azure CLI: Check for Update' command to install this and then try again.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -298,7 +298,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.no" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.no" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No]]></Val>
|
<Val><![CDATA[No]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -307,7 +307,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Azure CLI is available, run the command 'Azure CLI: Install' to enable the features that require it.]]></Val>
|
<Val><![CDATA[No Azure CLI is available, run the command 'Azure CLI: Install' to enable the features that require it.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -316,7 +316,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noAzArc" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noAzArc" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Azure CLI arcdata extension is available.]]></Val>
|
<Val><![CDATA[No Azure CLI arcdata extension is available.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -325,7 +325,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noAzWithLink" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noAzWithLink" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Azure CLI is available, [install the Azure CLI]5D;(command:az.install) to enable the features that require it.]]></Val>
|
<Val><![CDATA[No Azure CLI is available, [install the Azure CLI]5D;(command:az.install) to enable the features that require it.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -334,7 +334,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noAzureCLI" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noAzureCLI" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Azure CLI is available. Install the latest version manually from [here]5D;(https://docs.microsoft.com/cli/azure/install-azure-cli) and then restart Azure Studio.]]></Val>
|
<Val><![CDATA[No Azure CLI is available. Install the latest version manually from [here]5D;(https://docs.microsoft.com/cli/azure/install-azure-cli) and then restart Azure Studio.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -343,7 +343,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noDownloadLink" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noDownloadLink" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No download link available for platform '{0}']D;]A;Release info: ${1}]]></Val>
|
<Val><![CDATA[No download link available for platform '{0}']D;]A;Release info: ${1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -352,7 +352,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.noReleaseVersion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.noReleaseVersion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No release version available for platform '{0}']D;]A;Release info: ${1}]]></Val>
|
<Val><![CDATA[No release version available for platform '{0}']D;]A;Release info: ${1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -361,7 +361,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.parseVersionError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.parseVersionError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[An error occurred while parsing the output of az --version.]]></Val>
|
<Val><![CDATA[An error occurred while parsing the output of az --version.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -370,7 +370,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.platformUnsupported" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.platformUnsupported" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Platform '{0}' is currently unsupported]]></Val>
|
<Val><![CDATA[Platform '{0}' is currently unsupported]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -379,7 +379,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.promptForAzUpdate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.promptForAzUpdate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[A new version of Azure CLI ( {0} ) is available, do you wish to update to it now?]]></Val>
|
<Val><![CDATA[A new version of Azure CLI ( {0} ) is available, do you wish to update to it now?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -388,7 +388,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.promptForRequiredAzUpdate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.promptForRequiredAzUpdate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This extension requires Azure CLI >= {0} to be installed, do you wish to update to the latest version ({1}) now? If you do not then some functionality may not work.]]></Val>
|
<Val><![CDATA[This extension requires Azure CLI >= {0} to be installed, do you wish to update to the latest version ({1}) now? If you do not then some functionality may not work.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -397,7 +397,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.promptLog" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.promptLog" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Prompting the user to accept the following: {0}]]></Val>
|
<Val><![CDATA[Prompting the user to accept the following: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -406,7 +406,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.requiredVersionNotAvailable" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.requiredVersionNotAvailable" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This extension requires the Azure CLI extension 'arcdata' version >= {0} to be installed, but the current version available is only {1}. Install the correct version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
<Val><![CDATA[This extension requires the Azure CLI extension 'arcdata' version >= {0} to be installed, but the current version available is only {1}. Install the correct version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -415,7 +415,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.searchingForAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.searchingForAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Searching for existing Azure CLI installation...]]></Val>
|
<Val><![CDATA[Searching for existing Azure CLI installation...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -424,7 +424,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.skipInstall" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.skipInstall" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Skipping installation of Azure CLI and arcdata extension, since the operation was not user requested and config option: {0}.{1} is {2}]]></Val>
|
<Val><![CDATA[Skipping installation of Azure CLI and arcdata extension, since the operation was not user requested and config option: {0}.{1} is {2}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -433,7 +433,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.stderrOutput" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.stderrOutput" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[stderr: {0}]]></Val>
|
<Val><![CDATA[stderr: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -442,7 +442,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.stdoutOutput" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.stdoutOutput" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[stdout: {0}]]></Val>
|
<Val><![CDATA[stdout: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -451,7 +451,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.unexpectedCommandError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.unexpectedCommandError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Unexpected error executing command: {0}]]></Val>
|
<Val><![CDATA[Unexpected error executing command: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -460,7 +460,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.unexpectedExitCode" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.unexpectedExitCode" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Unexpected exit code from command: {1} ({0})]]></Val>
|
<Val><![CDATA[Unexpected exit code from command: {1} ({0})]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -469,7 +469,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.unsupportedArcDataVersion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.unsupportedArcDataVersion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Your downloaded version {1} of the Azure CLI extension 'arcdata' is not yet supported. The latest version is is {0}. Install the correct version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
<Val><![CDATA[Your downloaded version {1} of the Azure CLI extension 'arcdata' is not yet supported. The latest version is is {0}. Install the correct version using instructions from [here]5D;(https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -478,7 +478,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.updateCheckSkipped" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.updateCheckSkipped" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No check for new Azure CLI version availability performed as Azure CLI was not found to be installed]]></Val>
|
<Val><![CDATA[No check for new Azure CLI version availability performed as Azure CLI was not found to be installed]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -487,7 +487,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.updateError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.updateError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error updating Azure CLI: {0}]]></Val>
|
<Val><![CDATA[Error updating Azure CLI: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -496,7 +496,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.updatingAz" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.updatingAz" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Updating Azure CLI...]]></Val>
|
<Val><![CDATA[Updating Azure CLI...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -505,7 +505,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.userRequestedInstall" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.userRequestedInstall" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User requested to install Azure CLI and arcdata extension using 'Azure CLI: Install' command]]></Val>
|
<Val><![CDATA[User requested to install Azure CLI and arcdata extension using 'Azure CLI: Install' command]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -514,7 +514,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.userResponseInstall" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.userResponseInstall" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User Response on prompt to install Azure CLI: {0}]]></Val>
|
<Val><![CDATA[User Response on prompt to install Azure CLI: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -523,7 +523,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.userResponseUpdate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.userResponseUpdate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User Response on prompt to update Azure CLI: {0}]]></Val>
|
<Val><![CDATA[User Response on prompt to update Azure CLI: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -532,7 +532,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.versionForUpdate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.versionForUpdate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Found version: {0} that Azure CLI can be updated to from current version: {1}.]]></Val>
|
<Val><![CDATA[Found version: {0} that Azure CLI can be updated to from current version: {1}.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -541,7 +541,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/dist/localizedConstants.az.yes" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/dist/localizedConstants.az.yes" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Yes]]></Val>
|
<Val><![CDATA[Yes]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -550,7 +550,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.azArcdataInstallKey.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.azArcdataInstallKey.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Choose whether you will be prompted to download the Azure CLI arcdata extension.]]></Val>
|
<Val><![CDATA[Choose whether you will be prompted to download the Azure CLI arcdata extension.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -559,7 +559,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.azArcdataUpdateKey.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.azArcdataUpdateKey.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Choose whether you will be prompted when an update of the Azure CLI arcdata extension is available.]]></Val>
|
<Val><![CDATA[Choose whether you will be prompted when an update of the Azure CLI arcdata extension is available.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -568,7 +568,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.category" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.category" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI]]></Val>
|
<Val><![CDATA[Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -577,7 +577,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.config.debug" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.config.debug" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Log debug info to the output channel for all executed az commands]]></Val>
|
<Val><![CDATA[Log debug info to the output channel for all executed az commands]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -586,7 +586,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.config.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.config.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI Configuration]]></Val>
|
<Val><![CDATA[Azure CLI Configuration]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -595,7 +595,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Support for Azure CLI.]]></Val>
|
<Val><![CDATA[Support for Azure CLI.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -604,7 +604,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI]]></Val>
|
<Val><![CDATA[Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -613,7 +613,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.install.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.install.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will not be prompted to install the Azure CLI arcdata extension]]></Val>
|
<Val><![CDATA[The user will not be prompted to install the Azure CLI arcdata extension]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -622,7 +622,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.install.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.install.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will be prompted to install the Azure CLI arcdata extension]]></Val>
|
<Val><![CDATA[The user will be prompted to install the Azure CLI arcdata extension]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -631,7 +631,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.update.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.update.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will not be prompted for update of the Azure CLI arcdata extension]]></Val>
|
<Val><![CDATA[The user will not be prompted for update of the Azure CLI arcdata extension]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -640,7 +640,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.arc.update.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.arc.update.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will be prompted for update of the Azure CLI arcdata extension]]></Val>
|
<Val><![CDATA[The user will be prompted for update of the Azure CLI arcdata extension]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -649,7 +649,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.azCliInstallKey.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.azCliInstallKey.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Choose whether you will be prompted to install Azure CLI.]]></Val>
|
<Val><![CDATA[Choose whether you will be prompted to install Azure CLI.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -658,7 +658,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.install.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.install.dontPrompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will not be prompted to install the Azure CLI]]></Val>
|
<Val><![CDATA[The user will not be prompted to install the Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -667,7 +667,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.azcli.install.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.azcli.install.prompt.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The user will be prompted to install the Azure CLI]]></Val>
|
<Val><![CDATA[The user will be prompted to install the Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -676,7 +676,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/azcli/package.command.category" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.azcli/package.command.category" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure CLI]]></Val>
|
<Val><![CDATA[Azure CLI]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+195
-195
File diff suppressed because it is too large
Load Diff
+147
-147
File diff suppressed because it is too large
Load Diff
+65
-65
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="dacpac.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.dacpac.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.databaseName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.databaseName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Name]]></Val>
|
<Val><![CDATA[Database Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.deployButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.deployButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Deploy]]></Val>
|
<Val><![CDATA[Deploy]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.deployConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.deployConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Deploy Dacpac Settings]]></Val>
|
<Val><![CDATA[Select Deploy Dacpac Settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.deployDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.deployDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Deploy a data-tier application .dacpac file to an instance of SQL Server [Deploy Dacpac]5D;]]></Val>
|
<Val><![CDATA[Deploy a data-tier application .dacpac file to an instance of SQL Server [Deploy Dacpac]5D;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.deployPlanPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.deployPlanPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Review the deploy plan]]></Val>
|
<Val><![CDATA[Review the deploy plan]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.export" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.export" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Export]]></Val>
|
<Val><![CDATA[Export]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.exportConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.exportConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Export Bacpac Settings]]></Val>
|
<Val><![CDATA[Select Export Bacpac Settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.exportDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.exportDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Export the schema and data from a database to the logical .bacpac file format [Export Bacpac]5D;]]></Val>
|
<Val><![CDATA[Export the schema and data from a database to the logical .bacpac file format [Export Bacpac]5D;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.extract" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.extract" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Extract]]></Val>
|
<Val><![CDATA[Extract]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.extractConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.extractConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Extract Dacpac Settings]]></Val>
|
<Val><![CDATA[Select Extract Dacpac Settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.extractDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.extractDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Extract a data-tier application from an instance of SQL Server to a .dacpac file [Extract Dacpac]5D;]]></Val>
|
<Val><![CDATA[Extract a data-tier application from an instance of SQL Server to a .dacpac file [Extract Dacpac]5D;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.generateScriptButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.generateScriptButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate Script]]></Val>
|
<Val><![CDATA[Generate Script]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.import" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.import" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import]]></Val>
|
<Val><![CDATA[Import]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.importConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.importConfigPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Import Bacpac Settings]]></Val>
|
<Val><![CDATA[Select Import Bacpac Settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.importDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.importDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create a database from a .bacpac file [Import Bacpac]5D;]]></Val>
|
<Val><![CDATA[Create a database from a .bacpac file [Import Bacpac]5D;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.newDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.newDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[New Database]]></Val>
|
<Val><![CDATA[New Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.proceedDataLoss" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.proceedDataLoss" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Proceed despite possible data loss]]></Val>
|
<Val><![CDATA[Proceed despite possible data loss]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -168,7 +168,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.selectOperationPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.selectOperationPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select an Operation]]></Val>
|
<Val><![CDATA[Select an Operation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.sourceDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.sourceDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Database]]></Val>
|
<Val><![CDATA[Source Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -186,7 +186,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.sourceServer" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.sourceServer" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Server]]></Val>
|
<Val><![CDATA[Source Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.summaryPageName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.summaryPageName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Summary]]></Val>
|
<Val><![CDATA[Summary]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -204,7 +204,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.targetDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.targetDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Database]]></Val>
|
<Val><![CDATA[Target Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -213,7 +213,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.targetServer" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.targetServer" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Server]]></Val>
|
<Val><![CDATA[Target Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -222,7 +222,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.upgradeExistingDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.upgradeExistingDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Upgrade Existing Database]]></Val>
|
<Val><![CDATA[Upgrade Existing Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -231,7 +231,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFx.versionText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFx.versionText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Version (use x.x.x.x where x is a number)]]></Val>
|
<Val><![CDATA[Version (use x.x.x.x where x is a number)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -240,7 +240,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacFxDeploy.openFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacFxDeploy.openFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -249,7 +249,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.dataLoss" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.dataLoss" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data Loss]]></Val>
|
<Val><![CDATA[Data Loss]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -258,7 +258,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.dataLossText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.dataLossText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The deploy actions may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.]]></Val>
|
<Val><![CDATA[The deploy actions may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -267,7 +267,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.dataLossTextWithCount" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.dataLossTextWithCount" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} of the deploy actions listed may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.]]></Val>
|
<Val><![CDATA[{0} of the deploy actions listed may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -276,7 +276,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.dataLossTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.dataLossTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Operations that may result in data loss are marked with a warning sign]]></Val>
|
<Val><![CDATA[Operations that may result in data loss are marked with a warning sign]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -285,7 +285,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.databaseNameExistsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.databaseNameExistsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[A database with the same name already exists on the instance of SQL Server]]></Val>
|
<Val><![CDATA[A database with the same name already exists on the instance of SQL Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -294,7 +294,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.default" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.default" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[default]]></Val>
|
<Val><![CDATA[default]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -303,7 +303,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.deployPlanErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.deployPlanErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generating deploy plan failed '{0}']]></Val>
|
<Val><![CDATA[Generating deploy plan failed '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -312,7 +312,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.deployPlanTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.deployPlanTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Deploy plan operations]]></Val>
|
<Val><![CDATA[Deploy plan operations]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -321,7 +321,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.fileLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.fileLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File Location]]></Val>
|
<Val><![CDATA[File Location]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -330,7 +330,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.filenameEndingInPeriodErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.filenameEndingInPeriodErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot end with a period]]></Val>
|
<Val><![CDATA[File name cannot end with a period]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -339,7 +339,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.generateDeployErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.generateDeployErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generating deploy script failed '{0}']]></Val>
|
<Val><![CDATA[Generating deploy script failed '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -348,7 +348,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.invalidFileCharsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.invalidFileCharsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid file characters]]></Val>
|
<Val><![CDATA[Invalid file characters]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -357,7 +357,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.noDataLoss" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.noDataLoss" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No data loss will occur from the listed deploy actions.]]></Val>
|
<Val><![CDATA[No data loss will occur from the listed deploy actions.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -366,7 +366,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.objecTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.objecTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name of object that will be affected by deployment]]></Val>
|
<Val><![CDATA[Name of object that will be affected by deployment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -375,7 +375,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.object" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.object" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Object]]></Val>
|
<Val><![CDATA[Object]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -384,7 +384,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.operation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.operation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Operation]]></Val>
|
<Val><![CDATA[Operation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -393,7 +393,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.operationErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.operationErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} operation failed '{1}']]></Val>
|
<Val><![CDATA[{0} operation failed '{1}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -402,7 +402,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.operationTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.operationTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Operation(Create, Alter, Delete) that will occur during deployment]]></Val>
|
<Val><![CDATA[Operation(Create, Alter, Delete) that will occur during deployment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -411,7 +411,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.reservedValueErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.reservedValueErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Reserved file name. Choose another name and try again]]></Val>
|
<Val><![CDATA[Reserved file name. Choose another name and try again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -420,7 +420,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.reservedWindowsFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.reservedWindowsFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This file name is reserved for use by Windows. Choose another name and try again]]></Val>
|
<Val><![CDATA[This file name is reserved for use by Windows. Choose another name and try again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -429,7 +429,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.save" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.save" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save]]></Val>
|
<Val><![CDATA[Save]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -438,7 +438,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.scriptGeneratingMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.scriptGeneratingMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[You can view the status of script generation in the Tasks View once the wizard is closed. The generated script will open when complete.]]></Val>
|
<Val><![CDATA[You can view the status of script generation in the Tasks View once the wizard is closed. The generated script will open when complete.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -447,7 +447,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.selectFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.selectFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select file]]></Val>
|
<Val><![CDATA[Select file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -456,7 +456,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.setting" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.setting" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Setting]]></Val>
|
<Val><![CDATA[Setting]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -465,7 +465,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.summaryTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.summaryTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Summary of settings]]></Val>
|
<Val><![CDATA[Summary of settings]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -474,7 +474,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.tooLongFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.tooLongFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name is over 255 characters]]></Val>
|
<Val><![CDATA[File name is over 255 characters]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -483,7 +483,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.trailingWhitespaceErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.trailingWhitespaceErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot end with a whitespace]]></Val>
|
<Val><![CDATA[File name cannot end with a whitespace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -492,7 +492,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.type" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.type" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -501,7 +501,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.typeTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.typeTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type of object that will be affected by deployment]]></Val>
|
<Val><![CDATA[Type of object that will be affected by deployment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -510,7 +510,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.undefinedFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.undefinedFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Undefined name]]></Val>
|
<Val><![CDATA[Undefined name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -519,7 +519,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.value" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.value" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Value]]></Val>
|
<Val><![CDATA[Value]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -528,7 +528,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.version" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.version" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Version]]></Val>
|
<Val><![CDATA[Version]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -537,7 +537,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.whitespaceFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.whitespaceFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot be whitespace]]></Val>
|
<Val><![CDATA[File name cannot be whitespace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -546,7 +546,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/dist/localizedConstants.dacfx.wizardTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/dist/localizedConstants.dacfx.wizardTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data-tier Application Wizard]]></Val>
|
<Val><![CDATA[Data-tier Application Wizard]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -555,7 +555,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/package.dacFx.category" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/package.dacFx.category" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[DacFx]]></Val>
|
<Val><![CDATA[DacFx]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -564,7 +564,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/package.dacFx.defaultSaveLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/package.dacFx.defaultSaveLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Full path to folder where .DACPAC and .BACPAC files are saved by default]]></Val>
|
<Val><![CDATA[Full path to folder where .DACPAC and .BACPAC files are saved by default]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -573,7 +573,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/package.dacFx.settings" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/package.dacFx.settings" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Dacpac]]></Val>
|
<Val><![CDATA[Dacpac]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -582,7 +582,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/dacpac/package.dacFx.startTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.dacpac/package.dacFx.startTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data-tier Application Wizard]]></Val>
|
<Val><![CDATA[Data-tier Application Wizard]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+82
-82
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\data-workspace.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.data-workspace.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.AllProjectTypes" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.AllProjectTypes" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[All Project Types]]></Val>
|
<Val><![CDATA[All Project Types]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.LocalDevInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.LocalDevInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Click "Learn more" button for more information about local development experience to {0}]]></Val>
|
<Val><![CDATA[Click "Learn more" button for more information about local development experience to {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.SelectProjectFileActionName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.SelectProjectFileActionName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select]]></Val>
|
<Val><![CDATA[Select]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.UnknownProjectTypeError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.UnknownProjectTypeError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No provider was found for project type with id: '{0}']]></Val>
|
<Val><![CDATA[No provider was found for project type with id: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.UnknownProjectsError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.UnknownProjectsError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No provider was found for the following projects: {0}]]></Val>
|
<Val><![CDATA[No provider was found for the following projects: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.activateExtensionFailed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.activateExtensionFailed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to load the project provider extension '{0}'. Error message: {1}]]></Val>
|
<Val><![CDATA[Failed to load the project provider extension '{0}'. Error message: {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworksapce.local" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworksapce.local" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Local]]></Val>
|
<Val><![CDATA[Local]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworksapce.refresh" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworksapce.refresh" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Refresh]]></Val>
|
<Val><![CDATA[Refresh]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.NewProjectDialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.NewProjectDialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create new database project]]></Val>
|
<Val><![CDATA[Create new database project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.Type" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.Type" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.browse" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.browse" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Browse]]></Val>
|
<Val><![CDATA[Browse]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.browseEllipsis" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.browseEllipsis" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Browse...]]></Val>
|
<Val><![CDATA[Browse...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.cloneParentDirectoryNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.cloneParentDirectoryNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The selected clone path '{0}' does not exist or is not a directory.]]></Val>
|
<Val><![CDATA[The selected clone path '{0}' does not exist or is not a directory.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -130,7 +130,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.create" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.create" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create]]></Val>
|
<Val><![CDATA[Create]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -139,7 +139,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.default" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.default" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Default]]></Val>
|
<Val><![CDATA[Default]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.enterProjectName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.enterProjectName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Enter Project Name]]></Val>
|
<Val><![CDATA[Enter Project Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -157,7 +157,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.fileNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.fileNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The selected {0} file '{1}' does not exist or is not a file.]]></Val>
|
<Val><![CDATA[The selected {0} file '{1}' does not exist or is not a file.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -166,7 +166,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.gitRepoUrlPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.gitRepoUrlPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Enter remote git repository URL]]></Val>
|
<Val><![CDATA[Enter remote git repository URL]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.gitRepoUrlTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.gitRepoUrlTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Git repository URL]]></Val>
|
<Val><![CDATA[Git repository URL]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -184,7 +184,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.learnMore" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.learnMore" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Learn More]]></Val>
|
<Val><![CDATA[Learn More]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.localClonePathPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.localClonePathPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select location to clone repository locally]]></Val>
|
<Val><![CDATA[Select location to clone repository locally]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -202,7 +202,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.localClonePathTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.localClonePathTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Local clone path]]></Val>
|
<Val><![CDATA[Local clone path]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -211,7 +211,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.locationSelectorTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.locationSelectorTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Location]]></Val>
|
<Val><![CDATA[Location]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -220,7 +220,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.nameCannotBeEmpty" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.nameCannotBeEmpty" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name cannot be empty]]></Val>
|
<Val><![CDATA[Name cannot be empty]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -229,7 +229,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.no" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.no" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No]]></Val>
|
<Val><![CDATA[No]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.ok" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.ok" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[OK]]></Val>
|
<Val><![CDATA[OK]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -247,7 +247,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -256,7 +256,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.openExistingDialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.openExistingDialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open Existing Project]]></Val>
|
<Val><![CDATA[Open Existing Project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -265,7 +265,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.project" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.project" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project]]></Val>
|
<Val><![CDATA[Project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -274,7 +274,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectAlreadyOpened" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectAlreadyOpened" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project '{0}' is already opened.]]></Val>
|
<Val><![CDATA[Project '{0}' is already opened.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -283,7 +283,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectDirectoryAlreadyExistError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectDirectoryAlreadyExistError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[There is already a directory named '{0}' in the selected location: '{1}'.]]></Val>
|
<Val><![CDATA[There is already a directory named '{0}' in the selected location: '{1}'.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -292,7 +292,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectDirectoryAlreadyExistErrorShort" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectDirectoryAlreadyExistErrorShort" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Directory '{0}' already exists in the selected location, please choose another]]></Val>
|
<Val><![CDATA[Directory '{0}' already exists in the selected location, please choose another]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -301,7 +301,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectFilePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectFilePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select project file]]></Val>
|
<Val><![CDATA[Select project file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -310,7 +310,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectFileTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectFileTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project file]]></Val>
|
<Val><![CDATA[Project file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -319,7 +319,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectLocationPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectLocationPlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select location to create project]]></Val>
|
<Val><![CDATA[Select location to create project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -328,7 +328,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectLocationTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectLocationTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Location]]></Val>
|
<Val><![CDATA[Location]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -337,7 +337,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectNamePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectNamePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Enter project name]]></Val>
|
<Val><![CDATA[Enter project name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -346,7 +346,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectNameTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectNameTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name]]></Val>
|
<Val><![CDATA[Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -355,7 +355,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.projectParentDirectoryNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.projectParentDirectoryNotExistError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The selected project location '{0}' does not exist or is not a directory.]]></Val>
|
<Val><![CDATA[The selected project location '{0}' does not exist or is not a directory.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -364,7 +364,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.remoteGitRepo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.remoteGitRepo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Remote git repository]]></Val>
|
<Val><![CDATA[Remote git repository]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -373,7 +373,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.restartConfirmation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.restartConfirmation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure Data Studio needs to be restarted for the project to be added to the workspace. Restart now?]]></Val>
|
<Val><![CDATA[Azure Data Studio needs to be restarted for the project to be added to the workspace. Restart now?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -385,7 +385,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.sdkLearnMorePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.sdkLearnMorePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Click "Learn More" button for more information about SDK-style projects]]></Val>
|
<Val><![CDATA[Click "Learn More" button for more information about SDK-style projects]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -394,7 +394,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.sdkStyleProject" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.sdkStyleProject" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SDK-style project (Preview)]]></Val>
|
<Val><![CDATA[SDK-style project (Preview)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -403,7 +403,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.select" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.select" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select]]></Val>
|
<Val><![CDATA[Select]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -412,7 +412,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.selectProjectLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.selectProjectLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Project Location]]></Val>
|
<Val><![CDATA[Select Project Location]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -421,7 +421,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.selectProjectType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.selectProjectType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Database Project Type]]></Val>
|
<Val><![CDATA[Select Database Project Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -433,7 +433,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.selectTargetPlatform" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.selectTargetPlatform" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Target Platform]]></Val>
|
<Val><![CDATA[Select Target Platform]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -442,7 +442,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.targetPlatform" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.targetPlatform" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Platform]]></Val>
|
<Val><![CDATA[Target Platform]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -451,7 +451,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.workspacePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.workspacePlaceholder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select workspace ({0}) file]]></Val>
|
<Val><![CDATA[Select workspace ({0}) file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -460,7 +460,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dataworkspace.yesRecommended" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dataworkspace.yesRecommended" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Yes (Recommended)]]></Val>
|
<Val><![CDATA[Yes (Recommended)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -469,7 +469,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.dragAndDropNotSupported" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.dragAndDropNotSupported" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This project type does not support drag and drop.]]></Val>
|
<Val><![CDATA[This project type does not support drag and drop.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -478,7 +478,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.fileDoesNotExist" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.fileDoesNotExist" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File '{0}' doesn't exist]]></Val>
|
<Val><![CDATA[File '{0}' doesn't exist]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -487,7 +487,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.filenameEndingInPeriodErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.filenameEndingInPeriodErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot end with a period]]></Val>
|
<Val><![CDATA[File name cannot end with a period]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -496,7 +496,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.gitCloneError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.gitCloneError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error during git clone. View git output for more details]]></Val>
|
<Val><![CDATA[Error during git clone. View git output for more details]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -505,7 +505,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.gitCloneMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.gitCloneMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cloning git repository '{0}'...]]></Val>
|
<Val><![CDATA[Cloning git repository '{0}'...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -514,7 +514,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.invalidFileCharsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.invalidFileCharsErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid file characters]]></Val>
|
<Val><![CDATA[Invalid file characters]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -523,7 +523,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.noPreviousData" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.noPreviousData" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Prior {0} for the current project will appear here, please run to see the results.]]></Val>
|
<Val><![CDATA[Prior {0} for the current project will appear here, please run to see the results.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -532,7 +532,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.noProjectProvidingExtensionsInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.noProjectProvidingExtensionsInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No database project extensions are installed. Please install a database project extension to use this feature.]]></Val>
|
<Val><![CDATA[No database project extensions are installed. Please install a database project extension to use this feature.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -541,7 +541,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.onlyMovingOneFileIsSupported" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.onlyMovingOneFileIsSupported" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Only moving one file at a time is supported.]]></Val>
|
<Val><![CDATA[Only moving one file at a time is supported.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -550,7 +550,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.openedProjectsUndefinedAfterRefresh" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.openedProjectsUndefinedAfterRefresh" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[List of opened projects should not be undefined after refresh from disk.]]></Val>
|
<Val><![CDATA[List of opened projects should not be undefined after refresh from disk.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -559,7 +559,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.projectFailedToLoad" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.projectFailedToLoad" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project '{0}' failed to load: {1} To view more details, [open the developer console]5D;(command:workbench.action.toggleDevTools).]]></Val>
|
<Val><![CDATA[Project '{0}' failed to load: {1} To view more details, [open the developer console]5D;(command:workbench.action.toggleDevTools).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -568,7 +568,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.projectNameNull" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.projectNameNull" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project name is null]]></Val>
|
<Val><![CDATA[Project name is null]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -577,7 +577,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.reservedValueErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.reservedValueErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Reserved file name. Choose another name and try again]]></Val>
|
<Val><![CDATA[Reserved file name. Choose another name and try again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -586,7 +586,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.reservedWindowsFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.reservedWindowsFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This file name is reserved for use by Windows. Choose another name and try again]]></Val>
|
<Val><![CDATA[This file name is reserved for use by Windows. Choose another name and try again]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -595,7 +595,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.tooLongFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.tooLongFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot be over 255 characters]]></Val>
|
<Val><![CDATA[File name cannot be over 255 characters]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -604,7 +604,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.trailingWhitespaceErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.trailingWhitespaceErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot start or end with whitespace]]></Val>
|
<Val><![CDATA[File name cannot start or end with whitespace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -616,7 +616,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.undefinedFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.undefinedFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Undefined name]]></Val>
|
<Val><![CDATA[Undefined name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -625,7 +625,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/dist/common/constants.whitespaceFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/dist/common/constants.whitespaceFilenameErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File name cannot be whitespace]]></Val>
|
<Val><![CDATA[File name cannot be whitespace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -634,7 +634,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.close-workspace-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.close-workspace-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Close Workspace]]></Val>
|
<Val><![CDATA[Close Workspace]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -643,7 +643,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.data-workspace-view-container-name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.data-workspace-view-container-name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Projects]]></Val>
|
<Val><![CDATA[Database Projects]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -655,7 +655,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.main-view-name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.main-view-name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Projects]]></Val>
|
<Val><![CDATA[Database Projects]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -667,7 +667,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.manage-project-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.manage-project-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Manage]]></Val>
|
<Val><![CDATA[Manage]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -676,7 +676,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.new-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.new-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[New]]></Val>
|
<Val><![CDATA[New]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -685,7 +685,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.open-existing-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.open-existing-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open existing]]></Val>
|
<Val><![CDATA[Open existing]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -694,7 +694,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects-view-no-project-content" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects-view-no-project-content" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No projects open in current workspace.]D;]A;[Create new]5D;(command:projects.new)]D;]A;[Open existing]5D;(command:projects.openExisting)]D;]A;To learn more about projects [read our docs]5D;(https://aka.ms/azuredatastudio-projects).]D;]A;]]></Val>
|
<Val><![CDATA[No projects open in current workspace.]D;]A;[Create new]5D;(command:projects.new)]D;]A;[Open existing]5D;(command:projects.openExisting)]D;]A;To learn more about projects [read our docs]5D;(https://aka.ms/azuredatastudio-projects).]D;]A;]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -703,7 +703,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects-view-no-workspace-content" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects-view-no-workspace-content" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create new or open existing to get started.]D;]A;[Create new]5D;(command:projects.new)]D;]A;[Open existing]5D;(command:projects.openExisting)]D;]A;To learn more about projects [read our docs]5D;(https://aka.ms/azuredatastudio-projects).]]></Val>
|
<Val><![CDATA[Create new or open existing to get started.]D;]A;[Create new]5D;(command:projects.new)]D;]A;[Open existing]5D;(command:projects.openExisting)]D;]A;To learn more about projects [read our docs]5D;(https://aka.ms/azuredatastudio-projects).]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -712,7 +712,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects.defaultProjectSaveLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects.defaultProjectSaveLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Full path to folder where new projects are saved by default.]]></Val>
|
<Val><![CDATA[Full path to folder where new projects are saved by default.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -721,7 +721,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects.excludedProjectsDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects.excludedProjectsDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[List of projects in the workspace to exclude from the projects viewlet]]></Val>
|
<Val><![CDATA[List of projects in the workspace to exclude from the projects viewlet]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -730,7 +730,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.projects.showNotAddedProjectsInWorkspacePrompt" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.projects.showNotAddedProjectsInWorkspacePrompt" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Always show information message when the current workspace folders contain projects that have not been added to the workspace's projects.]]></Val>
|
<Val><![CDATA[Always show information message when the current workspace folders contain projects that have not been added to the workspace's projects.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -739,7 +739,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.refresh-workspace-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.refresh-workspace-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Refresh]]></Val>
|
<Val><![CDATA[Refresh]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -748,7 +748,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/data-workspace/package.remove-project-command" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.data-workspace/package.remove-project-command" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Remove Project]]></Val>
|
<Val><![CDATA[Remove Project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+63
-63
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="import.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.import.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFile.InvalidFileLocation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFile.InvalidFileLocation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid file location. Please try a different input file]]></Val>
|
<Val><![CDATA[Invalid file location. Please try a different input file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.allowNulls" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.allowNulls" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Allow Nulls]]></Val>
|
<Val><![CDATA[Allow Nulls]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.browseFiles" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.browseFiles" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Browse]]></Val>
|
<Val><![CDATA[Browse]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.columnName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.columnName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Column Name]]></Val>
|
<Val><![CDATA[Column Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.columnTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.columnTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Column]]></Val>
|
<Val><![CDATA[Column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.createDerivedColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.createDerivedColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create derived column]]></Val>
|
<Val><![CDATA[Create derived column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.dataType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.dataType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data Type]]></Val>
|
<Val><![CDATA[Data Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.databaseDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.databaseDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database the table is created in]]></Val>
|
<Val><![CDATA[Database the table is created in]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.databaseName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.databaseName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database name]]></Val>
|
<Val><![CDATA[Database name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction1" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction1" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select the columns of data on the left required to derive your new column]]></Val>
|
<Val><![CDATA[Select the columns of data on the left required to derive your new column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction2" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction2" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select a row and specify an example transformation that you would like applied to the rest of the column]]></Val>
|
<Val><![CDATA[Select a row and specify an example transformation that you would like applied to the rest of the column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction3" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction3" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Click "Preview Transformation" to preview the transformation]]></Val>
|
<Val><![CDATA[Click "Preview Transformation" to preview the transformation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction4" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction4" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Refine your transformation until you have the desired column]]></Val>
|
<Val><![CDATA[Refine your transformation until you have the desired column]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.deriverColumnInstruction5" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.deriverColumnInstruction5" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specify the new derived column's name and click "Done"]]></Val>
|
<Val><![CDATA[Specify the new derived column's name and click "Done"]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.fileImport" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.fileImport" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File to be imported]]></Val>
|
<Val><![CDATA[File to be imported]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.fileTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.fileTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Location of the file to be imported]]></Val>
|
<Val><![CDATA[Location of the file to be imported]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.headerIntructionText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.headerIntructionText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Welcome to the Derived Column Tool! To get started, please follow the steps below:]]></Val>
|
<Val><![CDATA[Welcome to the Derived Column Tool! To get started, please follow the steps below:]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -168,7 +168,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.importData" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.importData" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import Data]]></Val>
|
<Val><![CDATA[Import Data]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.importInformation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.importInformation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import information]]></Val>
|
<Val><![CDATA[Import information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -186,7 +186,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.importNewFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.importNewFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import new file]]></Val>
|
<Val><![CDATA[Import new file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.importStatus" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.importStatus" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import status]]></Val>
|
<Val><![CDATA[Import status]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -204,7 +204,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.next" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.next" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Next]]></Val>
|
<Val><![CDATA[Next]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -213,7 +213,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.openFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.openFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -222,7 +222,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.page1Name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.page1Name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specify Input File]]></Val>
|
<Val><![CDATA[Specify Input File]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -231,7 +231,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.page2Name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.page2Name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Preview Data]]></Val>
|
<Val><![CDATA[Preview Data]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -240,7 +240,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.page3Name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.page3Name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Modify Columns]]></Val>
|
<Val><![CDATA[Modify Columns]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -249,7 +249,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.page4Name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.page4Name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Summary]]></Val>
|
<Val><![CDATA[Summary]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -258,7 +258,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.previewTransformation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.previewTransformation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Preview Transformation]]></Val>
|
<Val><![CDATA[Preview Transformation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -267,7 +267,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.primaryKey" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.primaryKey" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Primary Key]]></Val>
|
<Val><![CDATA[Primary Key]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -276,7 +276,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.prosePreviewMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.prosePreviewMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This operation analyzed the input file structure to generate the preview below for up to the first 50 rows.]]></Val>
|
<Val><![CDATA[This operation analyzed the input file structure to generate the preview below for up to the first 50 rows.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -285,7 +285,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.prosePreviewMessageFail" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.prosePreviewMessageFail" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[This operation was unsuccessful. Please try a different input file.]]></Val>
|
<Val><![CDATA[This operation was unsuccessful. Please try a different input file.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -294,7 +294,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.refresh" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.refresh" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Refresh]]></Val>
|
<Val><![CDATA[Refresh]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -303,7 +303,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.schemaTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.schemaTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Table schema]]></Val>
|
<Val><![CDATA[Table schema]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -312,7 +312,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.selectAllColumns" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.selectAllColumns" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select all columns]]></Val>
|
<Val><![CDATA[Select all columns]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -321,7 +321,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.selectColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.selectColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select column {0}]]></Val>
|
<Val><![CDATA[Select column {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -330,7 +330,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.serverDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.serverDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Server the database is in]]></Val>
|
<Val><![CDATA[Server the database is in]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -339,7 +339,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.serverName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.serverName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Server name]]></Val>
|
<Val><![CDATA[Server name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -348,7 +348,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.specifyDerivedColNameTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.specifyDerivedColNameTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Column Name]]></Val>
|
<Val><![CDATA[Column Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -357,7 +357,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.specifyTransformation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.specifyTransformation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specify Transformation]]></Val>
|
<Val><![CDATA[Specify Transformation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -366,7 +366,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.specifyTransformationForRow" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.specifyTransformationForRow" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specify transformation for row {0}]]></Val>
|
<Val><![CDATA[Specify transformation for row {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -375,7 +375,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.success.norows" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.success.norows" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[✔ You have successfully inserted the data into a table.]]></Val>
|
<Val><![CDATA[✔ You have successfully inserted the data into a table.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -384,7 +384,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.tableName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.tableName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Table name]]></Val>
|
<Val><![CDATA[Table name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -393,7 +393,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.tableSchema" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.tableSchema" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Table schema]]></Val>
|
<Val><![CDATA[Table schema]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -402,7 +402,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.tableTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.tableTextboxTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[New table name]]></Val>
|
<Val><![CDATA[New table name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -411,7 +411,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.flatFileImport.wizardName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.flatFileImport.wizardName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Import flat file wizard]]></Val>
|
<Val><![CDATA[Import flat file wizard]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -420,7 +420,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.import.needConnection" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.import.needConnection" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Please connect to a server before using this wizard.]]></Val>
|
<Val><![CDATA[Please connect to a server before using this wizard.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -429,7 +429,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.import.needSQLConnection" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.import.needSQLConnection" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Import extension does not support this type of connection]]></Val>
|
<Val><![CDATA[SQL Server Import extension does not support this type of connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -438,7 +438,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.import.serviceCrashButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.import.serviceCrashButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Give Feedback]]></Val>
|
<Val><![CDATA[Give Feedback]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -447,7 +447,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/common/constants.serviceCrashMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/common/constants.serviceCrashMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[service component could not start]]></Val>
|
<Val><![CDATA[service component could not start]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -456,7 +456,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.downloadingService" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.downloadingService" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0}]]></Val>
|
<Val><![CDATA[Downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -465,7 +465,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.downloadingServiceComplete" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.downloadingServiceComplete" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Done downloading {0}]]></Val>
|
<Val><![CDATA[Done downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -474,7 +474,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.downloadingServiceSize" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.downloadingServiceSize" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[({0} KB)]]></Val>
|
<Val><![CDATA[({0} KB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -483,7 +483,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.downloadingServiceStatus" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.downloadingServiceStatus" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0}]]></Val>
|
<Val><![CDATA[Downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -492,7 +492,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.entryExtractedChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.entryExtractedChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Extracted {0} ({1}/{2})]]></Val>
|
<Val><![CDATA[Extracted {0} ({1}/{2})]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -501,7 +501,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.flatFileImport.serviceStartFailed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.flatFileImport.serviceStartFailed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to start {0}: {1}]]></Val>
|
<Val><![CDATA[Failed to start {0}: {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -510,7 +510,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.installingService" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.installingService" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing {0} Service]]></Val>
|
<Val><![CDATA[Installing {0} Service]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -519,7 +519,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.installingServiceDetailed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.installingServiceDetailed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing {0} to {1}]]></Val>
|
<Val><![CDATA[Installing {0} to {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -528,7 +528,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.serviceInstalled" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.serviceInstalled" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installed {0}]]></Val>
|
<Val><![CDATA[Installed {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -537,7 +537,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.serviceStarted" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.serviceStarted" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} Started]]></Val>
|
<Val><![CDATA[{0} Started]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -546,7 +546,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/dist/services/serviceClient.serviceStarting" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/dist/services/serviceClient.serviceStarting" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Starting {0}]]></Val>
|
<Val><![CDATA[Starting {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -555,7 +555,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/package.flatfileimport.configuration.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/package.flatfileimport.configuration.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Flat File Import configuration]]></Val>
|
<Val><![CDATA[Flat File Import configuration]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -564,7 +564,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/import/package.flatfileimport.logDebugInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.import/package.flatfileimport.logDebugInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[[Optional]5D; Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown]]></Val>
|
<Val><![CDATA[[Optional]5D; Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+77
-77
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\kusto.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.kusto.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/kusto/dist/features.kusto.accountDoesNotExist" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/features.kusto.accountDoesNotExist" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Account does not exist.]]></Val>
|
<Val><![CDATA[Account does not exist.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/features.kusto.insufficientlyPrivelagedAzureAccount" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/features.kusto.insufficientlyPrivelagedAzureAccount" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The configured Azure account for {0} does not have sufficient permissions for Azure Key Vault to access a column master key for Always Encrypted.]]></Val>
|
<Val><![CDATA[The configured Azure account for {0} does not have sufficient permissions for Azure Key Vault to access a column master key for Always Encrypted.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/features.kusto.missingLinkedAzureAccount" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/features.kusto.missingLinkedAzureAccount" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure Data Studio needs to contact Azure Key Vault to access a column master key for Always Encrypted, but no linked Azure account is available. Please add a linked Azure account and retry the query.]]></Val>
|
<Val><![CDATA[Azure Data Studio needs to contact Azure Key Vault to access a column master key for Always Encrypted, but no linked Azure account is available. Please add a linked Azure account and retry the query.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.downloadServiceDoneChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.downloadServiceDoneChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloaded {0}]]></Val>
|
<Val><![CDATA[Downloaded {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.downloadingServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.downloadingServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0}]]></Val>
|
<Val><![CDATA[Downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.downloadingServiceSizeChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.downloadingServiceSizeChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[({0} KB)]]></Val>
|
<Val><![CDATA[({0} KB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.downloadingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.downloadingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Downloading {0}]]></Val>
|
<Val><![CDATA[Downloading {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.failedToStartServiceErrorMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.failedToStartServiceErrorMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to start {0}]]></Val>
|
<Val><![CDATA[Failed to start {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.installedServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.installedServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installed {0}]]></Val>
|
<Val><![CDATA[Installed {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.installingServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.installingServiceChannelMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing {0} to {1}]]></Val>
|
<Val><![CDATA[Installing {0} to {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.installingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.installingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Installing {0}]]></Val>
|
<Val><![CDATA[Installing {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.serviceStartedStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.serviceStartedStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} Started]]></Val>
|
<Val><![CDATA[{0} Started]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/kustoServer.startingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/kustoServer.startingServiceStatusMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Starting {0}]]></Val>
|
<Val><![CDATA[Starting {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -130,7 +130,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/main.kusto.unsupportedPlatform" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/main.kusto.unsupportedPlatform" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Unsupported platform]]></Val>
|
<Val><![CDATA[Unsupported platform]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -139,7 +139,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/main.notebookFileType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/main.notebookFileType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Notebooks]]></Val>
|
<Val><![CDATA[Notebooks]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -148,7 +148,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/main.unsupportedFileType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/main.unsupportedFileType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Only .ipynb Notebooks are supported]]></Val>
|
<Val><![CDATA[Only .ipynb Notebooks are supported]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -157,7 +157,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/command.cancel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/command.cancel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel operation?]]></Val>
|
<Val><![CDATA[Cancel operation?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -166,7 +166,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/command.cancelTooltip" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/command.cancelTooltip" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel]]></Val>
|
<Val><![CDATA[Cancel]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/command.kusto.searchServers" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/command.kusto.searchServers" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Search Server Names]]></Val>
|
<Val><![CDATA[Search Server Names]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -184,7 +184,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/command.progress" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/command.progress" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[$(sync~spin) {0}...]]></Val>
|
<Val><![CDATA[$(sync~spin) {0}...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.notifyError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.notifyError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error notifying of node change: {0}]]></Val>
|
<Val><![CDATA[Error notifying of node change: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -202,7 +202,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.rootLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.rootLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Root]]></Val>
|
<Val><![CDATA[Root]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -211,7 +211,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.sessionNotFound" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.sessionNotFound" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Session for node {0} does not exist]]></Val>
|
<Val><![CDATA[Session for node {0} does not exist]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -220,7 +220,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/telemetry.serviceCrashMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/telemetry.serviceCrashMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0} component exited unexpectedly. Please restart Azure Data Studio.]]></Val>
|
<Val><![CDATA[{0} component exited unexpectedly. Please restart Azure Data Studio.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -229,7 +229,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/dist/telemetry.viewKnownIssuesText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/dist/telemetry.viewKnownIssuesText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View Known Issues]]></Val>
|
<Val><![CDATA[View Known Issues]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.databaseProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.databaseProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Name]]></Val>
|
<Val><![CDATA[Database Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -247,7 +247,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.databaseProperties.size" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.databaseProperties.size" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Size (MB)]]></Val>
|
<Val><![CDATA[Size (MB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -256,7 +256,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.serverProperties.diskCacheCapacity" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.serverProperties.diskCacheCapacity" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[% of Cluster data capacity used]]></Val>
|
<Val><![CDATA[% of Cluster data capacity used]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -265,7 +265,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.serverProperties.machinesTotal" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.serverProperties.machinesTotal" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Total Machines in the cluster]]></Val>
|
<Val><![CDATA[Total Machines in the cluster]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -274,7 +274,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.cloud.serverProperties.summary" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.cloud.serverProperties.summary" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Status]]></Val>
|
<Val><![CDATA[Status]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -283,7 +283,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.databasesListProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.databasesListProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name]]></Val>
|
<Val><![CDATA[Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -292,7 +292,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.databasesListProperties.size" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.databasesListProperties.size" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Size (MB)]]></Val>
|
<Val><![CDATA[Size (MB)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -301,7 +301,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.configuration.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.configuration.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[KUSTO configuration]]></Val>
|
<Val><![CDATA[KUSTO configuration]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -310,7 +310,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.applicationName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.applicationName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The name of the application]]></Val>
|
<Val><![CDATA[The name of the application]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -319,7 +319,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.applicationName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.applicationName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Application name]]></Val>
|
<Val><![CDATA[Application name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -328,7 +328,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.categoryValues.azureMFA" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.categoryValues.azureMFA" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure Active Directory - Universal with MFA support]]></Val>
|
<Val><![CDATA[Azure Active Directory - Universal with MFA support]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -337,7 +337,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.categoryValues.none" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.categoryValues.none" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No Authentication]]></Val>
|
<Val><![CDATA[No Authentication]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -346,7 +346,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.categoryValues.sqlLogin" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.categoryValues.sqlLogin" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User Authentication]]></Val>
|
<Val><![CDATA[User Authentication]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -355,7 +355,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Specifies the method of authenticating with Kusto Server]]></Val>
|
<Val><![CDATA[Specifies the method of authenticating with Kusto Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -364,7 +364,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.authType.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.authType.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Authentication type]]></Val>
|
<Val><![CDATA[Authentication type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -373,7 +373,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectRetryCount.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectRetryCount.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Number of attempts to restore connection]]></Val>
|
<Val><![CDATA[Number of attempts to restore connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -382,7 +382,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectRetryCount.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectRetryCount.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Connect retry count]]></Val>
|
<Val><![CDATA[Connect retry count]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -391,7 +391,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectRetryInterval.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectRetryInterval.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Delay between attempts to restore connection]]></Val>
|
<Val><![CDATA[Delay between attempts to restore connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -400,7 +400,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectRetryInterval.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectRetryInterval.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Connect retry interval]]></Val>
|
<Val><![CDATA[Connect retry interval]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -409,7 +409,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectTimeout.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectTimeout.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error]]></Val>
|
<Val><![CDATA[The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -418,7 +418,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectTimeout.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectTimeout.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Connect timeout]]></Val>
|
<Val><![CDATA[Connect timeout]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -427,7 +427,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectionName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectionName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Custom name of the connection]]></Val>
|
<Val><![CDATA[Custom name of the connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -436,7 +436,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.connectionName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.connectionName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name (optional)]]></Val>
|
<Val><![CDATA[Name (optional)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -445,7 +445,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.databaseName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.databaseName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The name of the initial catalog or database in the data source]]></Val>
|
<Val><![CDATA[The name of the initial catalog or database in the data source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -454,7 +454,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.databaseName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.databaseName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database]]></Val>
|
<Val><![CDATA[Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -463,7 +463,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.failoverPartner.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.failoverPartner.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The name or network address of the instance of Kusto Server that acts as a failover partner]]></Val>
|
<Val><![CDATA[The name or network address of the instance of Kusto Server that acts as a failover partner]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -472,7 +472,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.failoverPartner.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.failoverPartner.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failover partner]]></Val>
|
<Val><![CDATA[Failover partner]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -481,7 +481,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.connectionResiliency" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.connectionResiliency" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Connection Resiliency]]></Val>
|
<Val><![CDATA[Connection Resiliency]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -490,7 +490,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.context" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.context" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Context]]></Val>
|
<Val><![CDATA[Context]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -499,7 +499,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.initialization" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.initialization" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Initialization]]></Val>
|
<Val><![CDATA[Initialization]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -508,7 +508,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.security" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.security" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Security]]></Val>
|
<Val><![CDATA[Security]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -517,7 +517,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.groupName.source" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.groupName.source" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source]]></Val>
|
<Val><![CDATA[Source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -526,7 +526,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.password.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.password.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Indicates the password to be used when connecting to the data source]]></Val>
|
<Val><![CDATA[Indicates the password to be used when connecting to the data source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -535,7 +535,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.password.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.password.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Password]]></Val>
|
<Val><![CDATA[Password]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -544,7 +544,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.serverName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.serverName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Kusto cluster name]]></Val>
|
<Val><![CDATA[Kusto cluster name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -553,7 +553,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.serverName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.serverName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cluster]]></Val>
|
<Val><![CDATA[Cluster]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -562,7 +562,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.userName.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.userName.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Indicates the user ID to be used when connecting to the data source]]></Val>
|
<Val><![CDATA[Indicates the user ID to be used when connecting to the data source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -571,7 +571,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.userName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.userName.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[User name]]></Val>
|
<Val><![CDATA[User name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -580,7 +580,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.workstationId.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.workstationId.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The name of the workstation connecting to Kusto Server]]></Val>
|
<Val><![CDATA[The name of the workstation connecting to Kusto Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -589,7 +589,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.connectionOptions.workstationId.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.connectionOptions.workstationId.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Workstation Id]]></Val>
|
<Val><![CDATA[Workstation Id]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -598,7 +598,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.format.alignColumnDefinitionsInColumns" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.format.alignColumnDefinitionsInColumns" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Should column definitions be aligned?]]></Val>
|
<Val><![CDATA[Should column definitions be aligned?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -607,7 +607,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.format.datatypeCasing" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.format.datatypeCasing" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Should data types be formatted as UPPERCASE, lowercase, or none (not formatted)]]></Val>
|
<Val><![CDATA[Should data types be formatted as UPPERCASE, lowercase, or none (not formatted)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -616,7 +616,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.format.keywordCasing" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.format.keywordCasing" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Should keywords be formatted as UPPERCASE, lowercase, or none (not formatted)]]></Val>
|
<Val><![CDATA[Should keywords be formatted as UPPERCASE, lowercase, or none (not formatted)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -625,7 +625,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.logDebugInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.logDebugInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[[Optional]5D; Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown]]></Val>
|
<Val><![CDATA[[Optional]5D; Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -634,7 +634,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.provider.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.provider.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Azure Data Explorer (Kusto)]]></Val>
|
<Val><![CDATA[Azure Data Explorer (Kusto)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -643,7 +643,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.query.displayBitAsNumber" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.query.displayBitAsNumber" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false']]></Val>
|
<Val><![CDATA[Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -652,7 +652,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.kusto.tracingLevel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.kusto.tracingLevel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[[Optional]5D; Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information]]></Val>
|
<Val><![CDATA[[Optional]5D; Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -661,7 +661,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.notebook.command.new" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.notebook.command.new" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[New Notebook]]></Val>
|
<Val><![CDATA[New Notebook]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -670,7 +670,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.notebook.command.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.notebook.command.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open Notebook]]></Val>
|
<Val><![CDATA[Open Notebook]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -679,7 +679,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.objectsListProperties.metadataTypeName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.objectsListProperties.metadataTypeName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -688,7 +688,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/kusto/package.objectsListProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.kusto/package.objectsListProperties.name" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Name]]></Val>
|
<Val><![CDATA[Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+218
-218
File diff suppressed because it is too large
Load Diff
+391
-391
File diff suppressed because it is too large
Load Diff
+261
-261
File diff suppressed because it is too large
Load Diff
+17
-17
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="profiler.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.profiler.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.cancel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.cancel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel]]></Val>
|
<Val><![CDATA[Cancel]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.create" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.create" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Start]]></Val>
|
<Val><![CDATA[Start]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.createSessionFailed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.createSessionFailed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed to create a session]]></Val>
|
<Val><![CDATA[Failed to create a session]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.dialogOwnerInvalid" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.dialogOwnerInvalid" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid dialog owner, cannot open dialog]]></Val>
|
<Val><![CDATA[Invalid dialog owner, cannot open dialog]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.enterSessionName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.enterSessionName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Enter session name:]]></Val>
|
<Val><![CDATA[Enter session name:]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.invalidProviderType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.invalidProviderType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid provider type, cannot open dialog]]></Val>
|
<Val><![CDATA[Invalid provider type, cannot open dialog]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.selectTemplates" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.selectTemplates" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select session template:]]></Val>
|
<Val><![CDATA[Select session template:]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.templatesInvalid" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.templatesInvalid" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invalid templates list, cannot open dialog]]></Val>
|
<Val><![CDATA[Invalid templates list, cannot open dialog]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog.createSessionDialog.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Start New Profiler Session]]></Val>
|
<Val><![CDATA[Start New Profiler Session]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Profiler for Azure Data Studio]]></Val>
|
<Val><![CDATA[SQL Server Profiler for Azure Data Studio]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Profiler]]></Val>
|
<Val><![CDATA[SQL Server Profiler]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.category" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.category" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Profiler]]></Val>
|
<Val><![CDATA[Profiler]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.contributes.title.newProfler" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.contributes.title.newProfler" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Launch Profiler]]></Val>
|
<Val><![CDATA[Launch Profiler]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.contributes.title.openCreateSessionDialog" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.contributes.title.openCreateSessionDialog" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create Profiler Season]]></Val>
|
<Val><![CDATA[Create Profiler Season]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.contributes.title.start" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.contributes.title.start" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Start]]></Val>
|
<Val><![CDATA[Start]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/profiler/package.profiler.contributes.title.stop" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.profiler/package.profiler.contributes.title.stop" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Stop]]></Val>
|
<Val><![CDATA[Stop]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+21
-21
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\query-history.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.query-history.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/query-history/dist/localizedConstants.errorLoading" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/dist/localizedConstants.errorLoading" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error loading saved query history items. {0}]]></Val>
|
<Val><![CDATA[Error loading saved query history items. {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/dist/localizedConstants.failed" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/dist/localizedConstants.failed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Failed]]></Val>
|
<Val><![CDATA[Failed]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/dist/localizedConstants.succeeded" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/dist/localizedConstants.succeeded" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Succeeded]]></Val>
|
<Val><![CDATA[Succeeded]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.captureEnabledDesc" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.captureEnabledDesc" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Whether Query History capture is enabled. If false queries executed will not be captured.]]></Val>
|
<Val><![CDATA[Whether Query History capture is enabled. If false queries executed will not be captured.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.clear" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.clear" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Clear All History]]></Val>
|
<Val><![CDATA[Clear All History]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.delete" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.delete" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Delete]]></Val>
|
<Val><![CDATA[Delete]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View and run previously executed queries]]></Val>
|
<Val><![CDATA[View and run previously executed queries]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.disableCapture" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.disableCapture" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Pause Query History Capture]]></Val>
|
<Val><![CDATA[Pause Query History Capture]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Query History]]></Val>
|
<Val><![CDATA[Query History]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.doubleClickAction" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.doubleClickAction" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The action taken when a history item is double clicked]]></Val>
|
<Val><![CDATA[The action taken when a history item is double clicked]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.doubleClickAction.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.doubleClickAction.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open a new disconnected editor with the query from the selected history item]]></Val>
|
<Val><![CDATA[Open a new disconnected editor with the query from the selected history item]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.doubleClickAction.run" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.doubleClickAction.run" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open a new connected editor with the query and connection from the selected history item and automatically run the query]]></Val>
|
<Val><![CDATA[Open a new connected editor with the query and connection from the selected history item and automatically run the query]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.enableCapture" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.enableCapture" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Start Query History Capture]]></Val>
|
<Val><![CDATA[Start Query History Capture]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.loading" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.loading" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Loading saved entries...]]></Val>
|
<Val><![CDATA[Loading saved entries...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.maxEntries" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.maxEntries" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Maximum number of entries to store. 0 means unlimited entries are stored. Increasing this limit may impact performance, especially if persistence is enabled.]]></Val>
|
<Val><![CDATA[Maximum number of entries to store. 0 means unlimited entries are stored. Increasing this limit may impact performance, especially if persistence is enabled.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.noEntries" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.noEntries" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No queries to display]]></Val>
|
<Val><![CDATA[No queries to display]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open Query]]></Val>
|
<Val><![CDATA[Open Query]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.openStorageFolder" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.openStorageFolder" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open storage folder]]></Val>
|
<Val><![CDATA[Open storage folder]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.persistHistory" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.persistHistory" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Whether query history is persisted across restarts. If false then the history will be cleared when the application exits.]]></Val>
|
<Val><![CDATA[Whether query history is persisted across restarts. If false then the history will be cleared when the application exits.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -181,7 +181,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/query-history/package.queryHistory.run" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.query-history/package.queryHistory.run" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Run Query]]></Val>
|
<Val><![CDATA[Run Query]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+313
-313
File diff suppressed because it is too large
Load Diff
+100
-100
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="schema-compare.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.schema-compare.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.OptionNotFoundWarningMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.OptionNotFoundWarningMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[label: {0} does not exist in the options value name lookup]]></Val>
|
<Val><![CDATA[label: {0} does not exist in the options value name lookup]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.SchemaCompare.GeneralOptionsLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.SchemaCompare.GeneralOptionsLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[General Options]]></Val>
|
<Val><![CDATA[General Options]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.SchemaCompare.ObjectTypesOptionsLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.SchemaCompare.ObjectTypesOptionsLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Include Object Types]]></Val>
|
<Val><![CDATA[Include Object Types]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.SchemaCompare.SchemaCompareOptionsDialogLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.SchemaCompare.SchemaCompareOptionsDialogLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare Options]]></Val>
|
<Val><![CDATA[Schema Compare Options]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.SchemaCompareOptionsDialog.Reset" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.SchemaCompareOptionsDialog.Reset" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Reset]]></Val>
|
<Val><![CDATA[Reset]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.file" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.file" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File]]></Val>
|
<Val><![CDATA[File]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.flat" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.flat" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Flat]]></Val>
|
<Val><![CDATA[Flat]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.objectType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.objectType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Object Type]]></Val>
|
<Val><![CDATA[Object Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schema" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schema" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema]]></Val>
|
<Val><![CDATA[Schema]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.ApplyConfirmation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.ApplyConfirmation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Are you sure you want to update the target?]]></Val>
|
<Val><![CDATA[Are you sure you want to update the target?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.CompareDetailsTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.CompareDetailsTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Compare Details]]></Val>
|
<Val><![CDATA[Compare Details]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.GetConnectionString" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.GetConnectionString" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Do you want to connect to {0}?]]></Val>
|
<Val><![CDATA[Do you want to connect to {0}?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.RecompareToRefresh" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.RecompareToRefresh" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Press Compare to refresh the comparison.]]></Val>
|
<Val><![CDATA[Press Compare to refresh the comparison.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -132,7 +132,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.actionColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.actionColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Action]]></Val>
|
<Val><![CDATA[Action]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.addAction" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.addAction" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Add]]></Val>
|
<Val><![CDATA[Add]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applyButtonDisabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applyButtonDisabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Apply is enabled when the target is a database or database project]]></Val>
|
<Val><![CDATA[Apply is enabled when the target is a database or database project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -162,7 +162,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applyButtonEnabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applyButtonEnabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Apply changes to target]]></Val>
|
<Val><![CDATA[Apply changes to target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -171,7 +171,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applyError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applyError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[There was an error updating the project]]></Val>
|
<Val><![CDATA[There was an error updating the project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -180,7 +180,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applyNoChanges" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applyNoChanges" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No changes to apply]]></Val>
|
<Val><![CDATA[No changes to apply]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -189,7 +189,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.applySuccess" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.applySuccess" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Project was successfully updated]]></Val>
|
<Val><![CDATA[Project was successfully updated]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cancelCompareButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cancelCompareButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Stop]]></Val>
|
<Val><![CDATA[Stop]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -207,7 +207,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cancelErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cancelErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel schema compare failed: '{0}']]></Val>
|
<Val><![CDATA[Cancel schema compare failed: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -216,7 +216,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cannotExcludeMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cannotExcludeMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cannot exclude {0}. Included dependents exist]]></Val>
|
<Val><![CDATA[Cannot exclude {0}. Included dependents exist]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -225,7 +225,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cannotExcludeMessageWithDependent" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cannotExcludeMessageWithDependent" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cannot exclude {0}. Included dependents exist, such as {1}]]></Val>
|
<Val><![CDATA[Cannot exclude {0}. Included dependents exist, such as {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -234,7 +234,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cannotIncludeMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cannotIncludeMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cannot include {0}. Excluded dependents exist]]></Val>
|
<Val><![CDATA[Cannot include {0}. Excluded dependents exist]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -243,7 +243,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.cannotIncludeMessageWithDependent" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.cannotIncludeMessageWithDependent" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cannot include {0}. Excluded dependents exist, such as {1}]]></Val>
|
<Val><![CDATA[Cannot include {0}. Excluded dependents exist, such as {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -252,7 +252,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.changeAction" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.changeAction" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Change]]></Val>
|
<Val><![CDATA[Change]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -261,7 +261,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.compareButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.compareButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Compare]]></Val>
|
<Val><![CDATA[Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -270,7 +270,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.compareErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.compareErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare failed: {0}]]></Val>
|
<Val><![CDATA[Schema Compare failed: {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -279,7 +279,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.dacpacRadioButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.dacpacRadioButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Data-tier Application File (.dacpac)]]></Val>
|
<Val><![CDATA[Data-tier Application File (.dacpac)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -288,7 +288,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.databaseButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.databaseButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database]]></Val>
|
<Val><![CDATA[Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -297,7 +297,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.deleteAction" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.deleteAction" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Delete]]></Val>
|
<Val><![CDATA[Delete]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -306,7 +306,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.dialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.dialogTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare]]></Val>
|
<Val><![CDATA[Schema Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -315,7 +315,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.differencesTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.differencesTableTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Comparison between Source and Target]]></Val>
|
<Val><![CDATA[Comparison between Source and Target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -324,7 +324,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate script]]></Val>
|
<Val><![CDATA[Generate script]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -333,7 +333,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptButtonDisabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptButtonDisabledTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate script is enabled when the target is a database]]></Val>
|
<Val><![CDATA[Generate script is enabled when the target is a database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -342,7 +342,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptEnabledButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptEnabledButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate script to deploy changes to target]]></Val>
|
<Val><![CDATA[Generate script to deploy changes to target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -351,7 +351,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate script failed: '{0}']]></Val>
|
<Val><![CDATA[Generate script failed: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -360,7 +360,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.generateScriptNoChanges" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.generateScriptNoChanges" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No changes to script]]></Val>
|
<Val><![CDATA[No changes to script]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -369,7 +369,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.includeColumnName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.includeColumnName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Include]]></Val>
|
<Val><![CDATA[Include]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -378,7 +378,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.includeExcludeInfoMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.includeExcludeInfoMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Please note that include/exclude operations can take a moment to calculate affected dependencies]]></Val>
|
<Val><![CDATA[Please note that include/exclude operations can take a moment to calculate affected dependencies]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -387,7 +387,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.noDifferences" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.noDifferences" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No schema differences were found.]]></Val>
|
<Val><![CDATA[No schema differences were found.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -396,7 +396,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.openFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.openFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -405,7 +405,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.openScmpButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.openScmpButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open .scmp file]]></Val>
|
<Val><![CDATA[Open .scmp file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -414,7 +414,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.openScmpButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.openScmpButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Load source, target, and options saved in an .scmp file]]></Val>
|
<Val><![CDATA[Load source, target, and options saved in an .scmp file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -423,7 +423,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.openScmpErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.openScmpErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open scmp failed: '{0}']]></Val>
|
<Val><![CDATA[Open scmp failed: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -432,7 +432,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.optionsButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.optionsButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Options]]></Val>
|
<Val><![CDATA[Options]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -441,7 +441,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.projectButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.projectButtonLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Project]]></Val>
|
<Val><![CDATA[Database Project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -450,7 +450,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.radioButtonsLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.radioButtonsLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -459,7 +459,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.saveFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.saveFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save]]></Val>
|
<Val><![CDATA[Save]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -468,7 +468,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.saveScmpButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.saveScmpButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save .scmp file]]></Val>
|
<Val><![CDATA[Save .scmp file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -477,7 +477,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.saveScmpButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.saveScmpButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save source and target, options, and excluded elements]]></Val>
|
<Val><![CDATA[Save source and target, options, and excluded elements]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -486,7 +486,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.saveScmpErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.saveScmpErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Save scmp failed: '{0}']]></Val>
|
<Val><![CDATA[Save scmp failed: '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -495,7 +495,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.selectConnection" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.selectConnection" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select connection]]></Val>
|
<Val><![CDATA[Select connection]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -504,7 +504,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.selectSourceFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.selectSourceFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select source file]]></Val>
|
<Val><![CDATA[Select source file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -513,7 +513,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.selectTargetFile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.selectTargetFile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select target file]]></Val>
|
<Val><![CDATA[Select target file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -522,7 +522,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.sourceButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.sourceButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Source]]></Val>
|
<Val><![CDATA[Select Source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -531,7 +531,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.sourceNameColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.sourceNameColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Name]]></Val>
|
<Val><![CDATA[Source Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -540,7 +540,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.startText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.startText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[To compare two schemas, first select a source schema and target schema, then press Compare.]]></Val>
|
<Val><![CDATA[To compare two schemas, first select a source schema and target schema, then press Compare.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -549,7 +549,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.switchButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.switchButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Switch source and target]]></Val>
|
<Val><![CDATA[Switch source and target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -558,7 +558,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.switchDirectionButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.switchDirectionButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Switch direction]]></Val>
|
<Val><![CDATA[Switch direction]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -567,7 +567,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.targetButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.targetButtonTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Select Target]]></Val>
|
<Val><![CDATA[Select Target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -576,7 +576,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.targetNameColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.targetNameColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Name]]></Val>
|
<Val><![CDATA[Target Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -585,7 +585,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.typeColumn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.typeColumn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Type]]></Val>
|
<Val><![CDATA[Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -594,7 +594,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.updateButton" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.updateButton" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Apply]]></Val>
|
<Val><![CDATA[Apply]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -603,7 +603,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.updateErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.updateErrorMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare Apply failed '{0}']]></Val>
|
<Val><![CDATA[Schema Compare Apply failed '{0}']]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -612,7 +612,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompare.waitText" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompare.waitText" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Initializing Comparison. This might take a moment.]]></Val>
|
<Val><![CDATA[Initializing Comparison. This might take a moment.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -621,7 +621,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.No" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.No" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No]]></Val>
|
<Val><![CDATA[No]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -630,7 +630,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.SourceTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.SourceTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source]]></Val>
|
<Val><![CDATA[Source]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -639,7 +639,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.TargetTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.TargetTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target]]></Val>
|
<Val><![CDATA[Target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -648,7 +648,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.Yes" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.Yes" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Yes]]></Val>
|
<Val><![CDATA[Yes]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -657,7 +657,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.cancel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.cancel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel]]></Val>
|
<Val><![CDATA[Cancel]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -666,7 +666,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.databaseDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.databaseDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database]]></Val>
|
<Val><![CDATA[Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -675,7 +675,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.defaultUser" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.defaultUser" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[default]]></Val>
|
<Val><![CDATA[default]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -684,7 +684,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.differentSourceMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.differentSourceMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[A different source schema has been selected. Compare to see the comparison?]]></Val>
|
<Val><![CDATA[A different source schema has been selected. Compare to see the comparison?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -693,7 +693,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.differentSourceTargetMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.differentSourceTargetMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Different source and target schemas have been selected. Compare to see the comparison?]]></Val>
|
<Val><![CDATA[Different source and target schemas have been selected. Compare to see the comparison?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -702,7 +702,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.differentTargetMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.differentTargetMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[A different target schema has been selected. Compare to see the comparison?]]></Val>
|
<Val><![CDATA[A different target schema has been selected. Compare to see the comparison?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -711,7 +711,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.dspErrorSource" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.dspErrorSource" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The source .sqlproj file does not specify a database schema component]]></Val>
|
<Val><![CDATA[The source .sqlproj file does not specify a database schema component]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -720,7 +720,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.dspErrorTarget" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.dspErrorTarget" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The target .sqlproj file does not specify a database schema component]]></Val>
|
<Val><![CDATA[The target .sqlproj file does not specify a database schema component]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -729,7 +729,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.fileTextBoxLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.fileTextBoxLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[File]]></Val>
|
<Val><![CDATA[File]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -738,7 +738,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.noProjectExtension" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.noProjectExtension" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The sql-database-projects extension is required to perform schema comparison with database projects]]></Val>
|
<Val><![CDATA[The sql-database-projects extension is required to perform schema comparison with database projects]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -747,7 +747,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.noProjectExtensionApply" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.noProjectExtensionApply" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[The sql-database-projects extension is required to apply changes to a project]]></Val>
|
<Val><![CDATA[The sql-database-projects extension is required to apply changes to a project]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -756,7 +756,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.ok" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.ok" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[OK]]></Val>
|
<Val><![CDATA[OK]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -765,7 +765,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.serverDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.serverDropdownTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Server]]></Val>
|
<Val><![CDATA[Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -774,7 +774,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.sourceDatabaseDropdown" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.sourceDatabaseDropdown" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Database]]></Val>
|
<Val><![CDATA[Source Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -783,7 +783,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.sourceServerDropdown" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.sourceServerDropdown" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source Server]]></Val>
|
<Val><![CDATA[Source Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -792,7 +792,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.sourceTextBox" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.sourceTextBox" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Source file]]></Val>
|
<Val><![CDATA[Source file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -801,7 +801,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.structureDropdownLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.structureDropdownLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Folder Structure]]></Val>
|
<Val><![CDATA[Folder Structure]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -810,7 +810,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.targetDatabaseDropdown" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.targetDatabaseDropdown" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Database]]></Val>
|
<Val><![CDATA[Target Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -819,7 +819,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.targetServerDropdown" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.targetServerDropdown" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Server]]></Val>
|
<Val><![CDATA[Target Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -828,7 +828,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareDialog.targetTextBox" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareDialog.targetTextBox" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target file]]></Val>
|
<Val><![CDATA[Target file]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -837,7 +837,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaCompareOptions.RecompareMessage" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaCompareOptions.RecompareMessage" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Options have changed. Recompare to see the comparison?]]></Val>
|
<Val><![CDATA[Options have changed. Recompare to see the comparison?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -846,7 +846,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.schemaObjectType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.schemaObjectType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema/Object Type]]></Val>
|
<Val><![CDATA[Schema/Object Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -855,7 +855,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/dist/localizedConstants.targetStructure" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/dist/localizedConstants.targetStructure" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Folder Structure]]></Val>
|
<Val><![CDATA[Target Folder Structure]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -864,7 +864,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Schema Compare for Azure Data Studio supports comparing the schemas of databases and dacpacs.]]></Val>
|
<Val><![CDATA[SQL Server Schema Compare for Azure Data Studio supports comparing the schemas of databases and dacpacs.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -873,7 +873,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Schema Compare]]></Val>
|
<Val><![CDATA[SQL Server Schema Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -882,7 +882,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.schemaCompare.openInScmp" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.schemaCompare.openInScmp" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open in Schema Compare]]></Val>
|
<Val><![CDATA[Open in Schema Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -891,7 +891,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.schemaCompare.runComparison" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.schemaCompare.runComparison" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Run Schema Comparison]]></Val>
|
<Val><![CDATA[Run Schema Comparison]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -900,7 +900,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/schema-compare/package.schemaCompare.start" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.schema-compare/package.schemaCompare.start" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Schema Compare]]></Val>
|
<Val><![CDATA[Schema Compare]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\server-report.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.server-report.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
+57
-57
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\sql-assessment.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\Microsoft.sql-assessment.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<OwnedComments>
|
<OwnedComments>
|
||||||
<Cmt Name="Dev" />
|
<Cmt Name="Dev" />
|
||||||
<Cmt Name="LcxAdmin" />
|
<Cmt Name="LcxAdmin" />
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.column.targetType" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.column.targetType" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target Type]]></Val>
|
<Val><![CDATA[Target Type]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.details.clickHere" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.details.clickHere" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Click here]]></Val>
|
<Val><![CDATA[Click here]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.details.recommendation" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.details.recommendation" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Recommendation]]></Val>
|
<Val><![CDATA[Recommendation]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.details.ruleDescription" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.details.ruleDescription" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Rule Description]]></Val>
|
<Val><![CDATA[Rule Description]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.asmt.details.toLearnMore" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.asmt.details.toLearnMore" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[ to learn more.]]></Val>
|
<Val><![CDATA[ to learn more.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.databaseIconLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.databaseIconLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database]]></Val>
|
<Val><![CDATA[Database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/assessmentResultGrid.serverIconLabel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/assessmentResultGrid.serverIconLabel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Server]]></Val>
|
<Val><![CDATA[Server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.apiversion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.apiversion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[API Version]]></Val>
|
<Val><![CDATA[API Version]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.checkId" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.checkId" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Check ID]]></Val>
|
<Val><![CDATA[Check ID]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.helpLink" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.helpLink" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Help Link]]></Val>
|
<Val><![CDATA[Help Link]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.message" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.message" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Message]]></Val>
|
<Val><![CDATA[Message]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.severity" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.severity" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Severity]]></Val>
|
<Val><![CDATA[Severity]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.tags" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.tags" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Tags]]></Val>
|
<Val><![CDATA[Tags]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.column.target" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.column.target" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Target]]></Val>
|
<Val><![CDATA[Target]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.instancename" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.instancename" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Instance Name]]></Val>
|
<Val><![CDATA[Instance Name]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -145,7 +145,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.learnMore" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.learnMore" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Learn More]]></Val>
|
<Val><![CDATA[Learn More]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.osversion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.osversion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[OS Version]]></Val>
|
<Val><![CDATA[OS Version]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.rulesetversion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.rulesetversion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Default Ruleset]]></Val>
|
<Val><![CDATA[Default Ruleset]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.section.api.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.section.api.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Info]]></Val>
|
<Val><![CDATA[Info]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -181,7 +181,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.section.instance.title" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.section.instance.title" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Server Instance Details]]></Val>
|
<Val><![CDATA[SQL Server Instance Details]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -190,7 +190,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.serveredition" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.serveredition" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Edition]]></Val>
|
<Val><![CDATA[Edition]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.serverversion" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.serverversion" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Version]]></Val>
|
<Val><![CDATA[Version]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Error" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Error" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error]]></Val>
|
<Val><![CDATA[Error]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -217,7 +217,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.High" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.High" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[High]]></Val>
|
<Val><![CDATA[High]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -226,7 +226,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Info" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Info" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Information]]></Val>
|
<Val><![CDATA[Information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -235,7 +235,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Low" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Low" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Low]]></Val>
|
<Val><![CDATA[Low]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -244,7 +244,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Medium" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Medium" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Medium]]></Val>
|
<Val><![CDATA[Medium]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -253,7 +253,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.Warning" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.Warning" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Warning]]></Val>
|
<Val><![CDATA[Warning]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -262,7 +262,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.resultForDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.resultForDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Results for database]]></Val>
|
<Val><![CDATA[Results for database]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -271,7 +271,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.resultForInstance" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.resultForInstance" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Results for server]]></Val>
|
<Val><![CDATA[Results for server]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -280,7 +280,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReport.severityMsg" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReport.severityMsg" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[{0}: {1} item(s)]]></Val>
|
<Val><![CDATA[{0}: {1} item(s)]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -289,7 +289,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/localized.asmt.sqlReportTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/localized.asmt.sqlReportTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment Report]]></Val>
|
<Val><![CDATA[SQL Assessment Report]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -298,7 +298,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.asmtaction.label.cancel" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.asmtaction.label.cancel" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Cancel]]></Val>
|
<Val><![CDATA[Cancel]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -307,7 +307,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.asmtaction.label.open" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.asmtaction.label.open" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Open]]></Val>
|
<Val><![CDATA[Open]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -316,7 +316,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.asmtaction.openReport" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.asmtaction.openReport" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Report has been saved. Do you want to open it?]]></Val>
|
<Val><![CDATA[Report has been saved. Do you want to open it?]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -325,7 +325,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.btnExportAsScript" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.btnExportAsScript" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Export as script]]></Val>
|
<Val><![CDATA[Export as script]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -334,7 +334,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.btnGeneratehtmlreport" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.btnGeneratehtmlreport" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Create HTML Report]]></Val>
|
<Val><![CDATA[Create HTML Report]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -343,7 +343,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.btnViewSamples" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.btnViewSamples" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View all rules and learn more on GitHub]]></Val>
|
<Val><![CDATA[View all rules and learn more on GitHub]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -352,7 +352,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.btnViewSamplesShort" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.btnViewSamplesShort" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View all on GitHub]]></Val>
|
<Val><![CDATA[View all on GitHub]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -361,7 +361,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.getAssessmentItemsDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.getAssessmentItemsDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View applicable rules for {0}]]></Val>
|
<Val><![CDATA[View applicable rules for {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -370,7 +370,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.getAssessmentItemsServer" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.getAssessmentItemsServer" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[View applicable rules]]></Val>
|
<Val><![CDATA[View applicable rules]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -379,7 +379,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.invokeAssessmentLabelDatabase" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.invokeAssessmentLabelDatabase" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invoke assessment for {0}]]></Val>
|
<Val><![CDATA[Invoke assessment for {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -388,7 +388,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.invokeAssessmentLabelServer" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.invokeAssessmentLabelServer" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Invoke assessment]]></Val>
|
<Val><![CDATA[Invoke assessment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -397,7 +397,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.msgBoxAsmtInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.msgBoxAsmtInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment Information]]></Val>
|
<Val><![CDATA[SQL Assessment Information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -406,7 +406,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.msgBoxCopied" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.msgBoxCopied" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment Information copied]]></Val>
|
<Val><![CDATA[SQL Assessment Information copied]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -415,7 +415,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.msgBoxCopyBtn" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.msgBoxCopyBtn" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Copy]]></Val>
|
<Val><![CDATA[Copy]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -424,7 +424,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/assessmentMainTab.ok" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab.ok" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[OK]]></Val>
|
<Val><![CDATA[OK]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -433,7 +433,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.back" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.back" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[<< Back]]></Val>
|
<Val><![CDATA[<< Back]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -442,7 +442,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.resultsTitle" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.resultsTitle" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Assessment Results from {0}]]></Val>
|
<Val><![CDATA[Assessment Results from {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -451,7 +451,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.summaryAsmtDate" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.summaryAsmtDate" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Assessment Date]]></Val>
|
<Val><![CDATA[Assessment Date]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -460,7 +460,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.summaryError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.summaryError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error]]></Val>
|
<Val><![CDATA[Error]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -469,7 +469,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.summaryInfo" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.summaryInfo" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Information]]></Val>
|
<Val><![CDATA[Information]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -478,7 +478,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/dist/tabs/historyTab.asmt.history.summaryWarning" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/dist/tabs/historyTab.asmt.history.summaryWarning" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Warning]]></Val>
|
<Val><![CDATA[Warning]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -487,7 +487,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/package.dashboard.tabName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/package.dashboard.tabName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment]]></Val>
|
<Val><![CDATA[SQL Assessment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -496,7 +496,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/package.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/package.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment for Azure Data Studio (Preview) provides a mechanism to evaluate the configuration of SQL Server for best practices.]]></Val>
|
<Val><![CDATA[SQL Assessment for Azure Data Studio (Preview) provides a mechanism to evaluate the configuration of SQL Server for best practices.]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -505,7 +505,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/sql-assessment/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.sql-assessment/package.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[SQL Assessment]]></Val>
|
<Val><![CDATA[SQL Assessment]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
+420
-420
File diff suppressed because it is too large
Load Diff
+952
-952
File diff suppressed because it is too large
Load Diff
+534
-534
File diff suppressed because it is too large
Load Diff
@@ -1,33 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<LCX SchemaVersion="6.0" Name="D:\a\1\s\resources\xlf\en\xml-language-features.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="it-IT" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
|
||||||
<OwnedComments>
|
|
||||||
<Cmt Name="Dev" />
|
|
||||||
<Cmt Name="LcxAdmin" />
|
|
||||||
<Cmt Name="Rccx" />
|
|
||||||
</OwnedComments>
|
|
||||||
<Settings Name="@SettingsPath@\default.lss" Type="Lss" />
|
|
||||||
<Item ItemId=";Xliff file" ItemType="0" PsrId="308" Leaf="false">
|
|
||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
|
||||||
<Item ItemId=";description" ItemType="0" PsrId="308" Leaf="true">
|
|
||||||
<Str Cat="Text">
|
|
||||||
<Val><![CDATA[Provides rich language support for XML.]]></Val>
|
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
|
||||||
<Val><![CDATA[Fornisce un supporto avanzato del linguaggio per XML.]]></Val>
|
|
||||||
</Tgt>
|
|
||||||
</Str>
|
|
||||||
<Disp Icon="Str" />
|
|
||||||
</Item>
|
|
||||||
<Item ItemId=";displayName" ItemType="0" PsrId="308" Leaf="true">
|
|
||||||
<Str Cat="Text">
|
|
||||||
<Val><![CDATA[XML Language Features]]></Val>
|
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
|
||||||
<Val><![CDATA[Funzionalità del linguaggio XML]]></Val>
|
|
||||||
</Tgt>
|
|
||||||
</Str>
|
|
||||||
<Disp Icon="Str" />
|
|
||||||
</Item>
|
|
||||||
</Item>
|
|
||||||
</Item>
|
|
||||||
</LCX>
|
|
||||||
+11
-11
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LCX SchemaVersion="6.0" Name="admin-tool-ext-win.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="ja-JP" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
<LCX SchemaVersion="6.0" Name="Microsoft.admin-tool-ext-win.xlf" PsrId="308" FileType="1" SrcCul="en-US" TgtCul="ja-JP" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
|
||||||
<Props>
|
<Props>
|
||||||
<Str Name="BranchName" Val="" />
|
<Str Name="BranchName" Val="" />
|
||||||
<Str Name="BuildNumber" Val="" />
|
<Str Name="BuildNumber" Val="" />
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
<Disp Icon="Expand" Expand="true" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
<Item ItemId=";Xliff Resources" ItemType="0" PsrId="308" Leaf="false">
|
||||||
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
<Disp Icon="Str" Disp="true" LocTbl="false" />
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.launchingDialogStatus" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.launchingDialogStatus" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Launching dialog...]]></Val>
|
<Val><![CDATA[Launching dialog...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForGsw" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForGsw" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForProp" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionContextForProp" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
<Val><![CDATA[No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionProfile" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noConnectionProfile" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[No connectionProfile provided from connectionContext : {0}]]></Val>
|
<Val><![CDATA[No connectionProfile provided from connectionContext : {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.noOENode" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.noOENode" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Could not determine Object Explorer node from connectionContext : {0}]]></Val>
|
<Val><![CDATA[Could not determine Object Explorer node from connectionContext : {0}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/dist/main.adminToolExtWin.ssmsMinError" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/dist/main.adminToolExtWin.ssmsMinError" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Error calling SsmsMin with args '{0}' - {1}]]></Val>
|
<Val><![CDATA[Error calling SsmsMin with args '{0}' - {1}]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.description" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.description" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Adds additional Windows-specific functionality to Azure Data Studio]]></Val>
|
<Val><![CDATA[Adds additional Windows-specific functionality to Azure Data Studio]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.displayName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.displayName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Database Administration Tool Extensions for Windows]]></Val>
|
<Val><![CDATA[Database Administration Tool Extensions for Windows]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.launchGswMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.launchGswMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Generate Scripts...]]></Val>
|
<Val><![CDATA[Generate Scripts...]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
<Item ItemId=";extensions/admin-tool-ext-win/package.adminToolExtWin.propertiesMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/Microsoft.admin-tool-ext-win/package.adminToolExtWin.propertiesMenuItem" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Properties]]></Val>
|
<Val><![CDATA[Properties]]></Val>
|
||||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user