mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Check-in current XLF files (#2275)
* Check-in current XLF files * Remove duplicate IDs from SQL.XLF file * Add comment why line is being disabled
This commit is contained in:
29
resources/xlf/vscode-extensions/profiler.xlf
Normal file
29
resources/xlf/vscode-extensions/profiler.xlf
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/profiler/client\out/dialogs/profilerCreateSessionDialog" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="createSessionDialog.newSession">
|
||||
<source xml:lang="en">New Session</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="createSessionDialog.cancel">
|
||||
<source xml:lang="en">Cancel</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="createSessionDialog.create">
|
||||
<source xml:lang="en">Create</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="createSessionDialog.title">
|
||||
<source xml:lang="en">Create New Profiler Session</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="createSessionDialog.templatesInvalid">
|
||||
<source xml:lang="en">Invalid templates list, cannot open dialog</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="createSessionDialog.dialogOwnerInvalid">
|
||||
<source xml:lang="en">Invalid dialog owner, cannot open dialog</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="createSessionDialog.selectTemplates">
|
||||
<source xml:lang="en">Select session template:</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="createSessionDialog.enterSessionName">
|
||||
<source xml:lang="en">Enter session name:</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user