The branch, master has been updated
       via  200dce3a251f62c705fb7b976acfcd9b60423c6e (commit)
      from  5476d289fae2d4e1fb3b8af4c1cd48478a710979 (commit)


- Log -----------------------------------------------------------------
commit 200dce3a251f62c705fb7b976acfcd9b60423c6e
Author: Marc Delisle <[email protected]>
Date:   Tue Dec 28 15:34:19 2010 -0500

    Messages not under gettext

-----------------------------------------------------------------------

Summary of changes:
 libraries/tbl_properties.inc.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libraries/tbl_properties.inc.php b/libraries/tbl_properties.inc.php
index a00a164..4b71fb4 100644
--- a/libraries/tbl_properties.inc.php
+++ b/libraries/tbl_properties.inc.php
@@ -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>


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to