There is no need to duplicate this message.
This commit is contained in:
@@ -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(
|
||||||
|
@@ -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');
|
||||||
|
Reference in New Issue
Block a user