Change title of column selection dialog for transform all operation
This commit is contained in:
parent
8ea6f6e251
commit
4298e13f02
@ -239,6 +239,7 @@
|
||||
"error-apply-code": "Error applying option code",
|
||||
"sql-exporter": "SQL Exporter",
|
||||
"custom-tab-exp": "Custom Tabular Exporter",
|
||||
"select-columns-dialog": "Select columns",
|
||||
"content": "Content",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
|
@ -249,7 +249,7 @@
|
||||
"language": "Langue",
|
||||
"linear-plot": "Tracé linéaire",
|
||||
"excel-xml": "Excel en XML (.xlsx)",
|
||||
"custom-tab-exp": "Exporteur SQL",
|
||||
"sql-exporter": "Exporteur SQL",
|
||||
"custom-separator": "Séparateur personnalisé",
|
||||
"template-suffix": "Suffixe",
|
||||
"history": "Historique",
|
||||
|
@ -249,7 +249,7 @@
|
||||
"opt-for": "Opzioni per",
|
||||
"linear-plot": "Grafico a linee",
|
||||
"excel-xml": "Excel in XML (.xlsx)",
|
||||
"custom-tab-exp": "Exporter SQL",
|
||||
"sql-exporter": "Exporter SQL",
|
||||
"custom-separator": "Separatore personalizzato",
|
||||
"template-suffix": "Suffisso",
|
||||
"history": "Storia",
|
||||
|
@ -31,7 +31,7 @@ ExpressionColumnDialog.prototype._createDialog = function() {
|
||||
this._level = DialogSystem.showDialog(this._dialog);
|
||||
|
||||
|
||||
this._elmts.dialogHeader.html($.i18n._('core-dialogs')["custom-tab-exp"]);
|
||||
this._elmts.dialogHeader.html($.i18n._('core-dialogs')["select-columns-dialog"]);
|
||||
this._elmts.or_dialog_content.html($.i18n._('core-dialogs')["content"]);
|
||||
this._elmts.or_dialog_selAndOrd.html($.i18n._('core-dialogs')["sel-and-ord"]);
|
||||
this._elmts.selectAllButton.html($.i18n._('core-buttons')["select-all"]);
|
||||
|
Loading…
Reference in New Issue
Block a user