Updated hidden structure/data field name, Modified label text

This commit is contained in:
lorilee
2010-06-09 20:26:41 -04:00
parent 43c6fbedea
commit af861fba90

View File

@@ -18,14 +18,14 @@ if (isset($plugin_list)) {
'extension' => 'csv', 'extension' => 'csv',
'mime_type' => 'text/comma-separated-values', 'mime_type' => 'text/comma-separated-values',
'options' => array( 'options' => array(
array('type' => 'text', 'name' => 'separator', 'text' => __('Columns terminated by')), array('type' => 'text', 'name' => 'separator', 'text' => __('Columns terminated with:')),
array('type' => 'text', 'name' => 'enclosed', 'text' => __('Columns enclosed by')), array('type' => 'text', 'name' => 'enclosed', 'text' => __('Columns enclosed with:')),
array('type' => 'text', 'name' => 'escaped', 'text' => __('Columns escaped by')), array('type' => 'text', 'name' => 'escaped', 'text' => __('Columns escaped with:')),
array('type' => 'text', 'name' => 'terminated', 'text' => __('Lines terminated by')), array('type' => 'text', 'name' => 'terminated', 'text' => __('Lines terminated with:')),
array('type' => 'text', 'name' => 'null', 'text' => __('Replace NULL by')), array('type' => 'text', 'name' => 'null', 'text' => __('Replace NULL with:')),
array('type' => 'bool', 'name' => 'removeCRLF', 'text' => __('Remove CRLF characters within columns')), array('type' => 'bool', 'name' => 'removeCRLF', 'text' => __('Remove carriage return/line field characters within columns')),
array('type' => 'bool', 'name' => 'columns', 'text' => __('Put columns names in the first row')), array('type' => 'bool', 'name' => 'columns', 'text' => __('Put columns names in the first row')),
array('type' => 'hidden', 'name' => 'data'), array('type' => 'hidden', 'name' => 'structure_or_data'),
), ),
'options_text' => __('Options'), 'options_text' => __('Options'),
); );