Better translatable messages.

This commit is contained in:
Michal Čihař
2010-08-19 11:30:44 +02:00
parent 763aff5a6f
commit 882892af23

View File

@@ -102,9 +102,9 @@ if (isset($plugin_list)) {
} }
} }
$plugin_list['sql']['options'][] = $plugin_list['sql']['options'][] =
array('type' => 'bool', 'name' => 'drop_table', 'text' => sprintf(__('%s'), $drop_clause)); array('type' => 'bool', 'name' => 'drop_table', 'text' => sprintf(__('Add %s statement'), $drop_clause));
$plugin_list['sql']['options'][] = $plugin_list['sql']['options'][] =
array('type' => 'bool', 'name' => 'procedure_function', 'text' => sprintf(__('%s'), '<code>CREATE PROCEDURE / FUNCTION' . (PMA_MYSQL_INT_VERSION > 50100 ? ' / EVENT</code>' : '</code>'))); array('type' => 'bool', 'name' => 'procedure_function', 'text' => sprintf(__('Add %s statement'), '<code>CREATE PROCEDURE / FUNCTION' . (PMA_MYSQL_INT_VERSION > 50100 ? ' / EVENT</code>' : '</code>')));
/* begin CREATE TABLE statements*/ /* begin CREATE TABLE statements*/
$plugin_list['sql']['options'][] = $plugin_list['sql']['options'][] =