mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 01:25:37 -05:00
Completed: Missing feature request: Save as XML (#3729)
* Save as XML feature added to grid * Unrelated code removed
This commit is contained in:
committed by
Karl Burtram
parent
5c16ceb2fa
commit
4de3cc8a09
@@ -62,6 +62,12 @@
|
||||
<trans-unit id="sql.saveAsCsv.encoding">
|
||||
<source xml:lang="en">[Optional] File encoding used when saving results as CSV</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.saveAsXml.formatted">
|
||||
<source xml:lang="en">[Optional] When true, XML output will be formatted when saving results as XML</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.saveAsXml.encoding">
|
||||
<source xml:lang="en">[Optional] File encoding used when saving results as XML</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.copyIncludeHeaders">
|
||||
<source xml:lang="en">[Optional] Configuration options for copying results from the Results View</source>
|
||||
</trans-unit>
|
||||
@@ -596,6 +602,9 @@
|
||||
<trans-unit id="saveAsExcel">
|
||||
<source xml:lang="en">Save As Excel</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="saveAsXml">
|
||||
<source xml:lang="en">Save As XML</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="copySelection">
|
||||
<source xml:lang="en">Copy</source>
|
||||
</trans-unit>
|
||||
@@ -1142,6 +1151,9 @@
|
||||
<trans-unit id="saveExcelLabel">
|
||||
<source xml:lang="en">Save as Excel</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="saveXMLLabel">
|
||||
<source xml:lang="en">Save as XML</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="viewChartLabel">
|
||||
<source xml:lang="en">View as Chart</source>
|
||||
</trans-unit>
|
||||
|
||||
Reference in New Issue
Block a user