commit
da2f86a444
@ -16,7 +16,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td><div class="grid-layout layout-tightest"><table>
|
<td><div class="grid-layout layout-tightest"><table>
|
||||||
<tr><td colspan="2"><span id="or-import-parseEvery"></span> <input bind="linesPerRowInput" type="text" class="lightweight" size="2" value="0" />
|
<tr><td colspan="2"><span id="or-import-parseEvery"></span> <input bind="linesPerRowInput" type="text" class="lightweight" size="2" value="0" />
|
||||||
<span id="or-impor-linesIntoRow"></span>
|
<span id="or-import-linesIntoRow"></span>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
|
||||||
<tr><td width="1%"><input type="checkbox" bind="storeBlankRowsCheckbox" id="$store-blank-rows" /></td>
|
<tr><td width="1%"><input type="checkbox" bind="storeBlankRowsCheckbox" id="$store-blank-rows" /></td>
|
||||||
|
@ -113,7 +113,7 @@ Refine.LineBasedParserUI.prototype._initialize = function() {
|
|||||||
$('#or-import-encoding').html($.i18n('core-index-import/char-encoding'));
|
$('#or-import-encoding').html($.i18n('core-index-import/char-encoding'));
|
||||||
this._optionContainerElmts.previewButton.html($.i18n('core-buttons/update-preview'));
|
this._optionContainerElmts.previewButton.html($.i18n('core-buttons/update-preview'));
|
||||||
$('#or-import-parseEvery').html($.i18n('core-index-parser/parse-every'));
|
$('#or-import-parseEvery').html($.i18n('core-index-parser/parse-every'));
|
||||||
$('#or-impor-linesIntoRow').html($.i18n('core-index-parser/lines-into-row'));
|
$('#or-import-linesIntoRow').html($.i18n('core-index-parser/lines-into-row'));
|
||||||
$('#or-import-blank').text($.i18n('core-index-parser/store-blank'));
|
$('#or-import-blank').text($.i18n('core-index-parser/store-blank'));
|
||||||
$('#or-import-null').text($.i18n('core-index-parser/store-nulls'));
|
$('#or-import-null').text($.i18n('core-index-parser/store-nulls'));
|
||||||
$('#or-import-source').html($.i18n('core-index-parser/store-source'));
|
$('#or-import-source').html($.i18n('core-index-parser/store-source'));
|
||||||
|
Loading…
Reference in New Issue
Block a user