conform to relational terminology regarding columns and rows

This commit is contained in:
Marc Delisle
2010-05-31 14:33:21 -04:00
parent 5a3ebdec93
commit caa98445d8
44 changed files with 176 additions and 172 deletions

View File

@@ -20,8 +20,8 @@ if (isset($plugin_list)) {
'mime_type' => 'text/comma-separated-values',
'options' => array(
array('type' => 'text', 'name' => 'null', 'text' => __('Replace NULL by')),
array('type' => 'bool', 'name' => 'removeCRLF', 'text' => __('Remove CRLF characters within fields')),
array('type' => 'bool', 'name' => 'columns', 'text' => __('Put fields names in the first row')),
array('type' => 'bool', 'name' => 'removeCRLF', 'text' => __('Remove CRLF characters within columns')),
array('type' => 'bool', 'name' => 'columns', 'text' => __('Put columns names in the first row')),
array(
'type' => 'select',
'name' => 'edition',