There is no need to duplicate this message.

This commit is contained in:
Michal Čihař
2010-05-03 14:00:06 +02:00
parent ab57b74d40
commit 73c75aacd2
2 changed files with 1 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ if (! defined('PHPMYADMIN')) {
if (isset($plugin_list)) { if (isset($plugin_list)) {
$plugin_list['csv'] = array( $plugin_list['csv'] = array(
'text' => 'strStrucCSV', 'text' => 'strCSV',
'extension' => 'csv', 'extension' => 'csv',
'mime_type' => 'text/comma-separated-values', 'mime_type' => 'text/comma-separated-values',
'options' => array( 'options' => array(

View File

@@ -1046,7 +1046,6 @@ $strStatus = __('Status');
$strStop = __('Stop'); $strStop = __('Stop');
$strStorageEngines = __('Storage Engines'); $strStorageEngines = __('Storage Engines');
$strStorageEngine = __('Storage Engine'); $strStorageEngine = __('Storage Engine');
$strStrucCSV = _pgettext('$strStrucCSV', 'CSV');
$strStrucData = __('Structure and data'); $strStrucData = __('Structure and data');
$strStrucExcelCSV = __('CSV for MS Excel'); $strStrucExcelCSV = __('CSV for MS Excel');
$strStrucOnly = __('Structure only'); $strStrucOnly = __('Structure only');