patch #3303813 [setup] Define a label that was missing
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
3.4.2.0 (not yet released)
|
3.4.2.0 (not yet released)
|
||||||
- bug #3301249 [interface] Iconic table operations does not remove inline edit label
|
- bug #3301249 [interface] Iconic table operations does not remove inline edit label
|
||||||
- bug #3303869 [interface] Unnecessary scrolling on Databases page
|
- bug #3303869 [interface] Unnecessary scrolling on Databases page
|
||||||
|
- patch #3303813 [setup] Define a label that was missing
|
||||||
|
|
||||||
3.4.1.0 (not yet released)
|
3.4.1.0 (not yet released)
|
||||||
- bug #3301108 [interface] Synchronize and already configured host
|
- bug #3301108 [interface] Synchronize and already configured host
|
||||||
|
@@ -127,6 +127,7 @@ $strConfigExport_sql_hex_for_blob_name = __('Use hexadecimal for BLOB');
|
|||||||
$strConfigExport_sql_if_not_exists_name = sprintf(__('Add %s'), 'IF NOT EXISTS');
|
$strConfigExport_sql_if_not_exists_name = sprintf(__('Add %s'), 'IF NOT EXISTS');
|
||||||
$strConfigExport_sql_ignore_name = __('Use ignore inserts');
|
$strConfigExport_sql_ignore_name = __('Use ignore inserts');
|
||||||
$strConfigExport_sql_include_comments_name = __('Comments');
|
$strConfigExport_sql_include_comments_name = __('Comments');
|
||||||
|
$strConfigExport_sql_insert_syntax_name = __('Syntax to use when inserting data');
|
||||||
$strConfigExport_sql_max_query_size_name = __('Maximal length of created query');
|
$strConfigExport_sql_max_query_size_name = __('Maximal length of created query');
|
||||||
$strConfigExport_sql_mime_name = __('MIME type');
|
$strConfigExport_sql_mime_name = __('MIME type');
|
||||||
$strConfigExport_sql_procedure_function_name = sprintf(__('Add %s'), 'CREATE PROCEDURE / FUNCTION / EVENT');
|
$strConfigExport_sql_procedure_function_name = sprintf(__('Add %s'), 'CREATE PROCEDURE / FUNCTION / EVENT');
|
||||||
|
Reference in New Issue
Block a user