Messages not under gettext
This commit is contained in:
@@ -790,12 +790,12 @@ if ($action == 'tbl_create.php') {
|
||||
<center><?php echo PMA_showMySQLDocu('SQL-Syntax', 'CREATE_TABLE'); ?></center>
|
||||
|
||||
<div id="enum_editor">
|
||||
<a class="close_enum_editor">Close</a>
|
||||
<a class="close_enum_editor"><?php echo __('Close'); ?></a>
|
||||
<h3><?php printf(__('Values for the column "%s"'), isset($row['Field']) ? htmlspecialchars($row['Field']) : ""); ?></h3>
|
||||
<p><?php echo __('Enter each value in a separate field.'); ?></p>
|
||||
<div id="values"></div>
|
||||
<p><a class="add_value">+ Add a new value</a></p>
|
||||
<input type="submit" value="Go" /> <a class="cancel_enum_editor">Cancel</a>
|
||||
<p><a class="add_value"><?php echo __('+ Add a new value'); ?></a></p>
|
||||
<input type="submit" value="<?php echo __('Go'); ?>" /> <a class="cancel_enum_editor"><?php echo __('Cancel'); ?></a>
|
||||
</div>
|
||||
|
||||
<div id="popup_background"></div>
|
||||
|
Reference in New Issue
Block a user