[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA1-1211-g200dce3

Marc Delisle lem9 at users.sourceforge.net
Tue Dec 28 21:34:28 CET 2010


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


- Log -----------------------------------------------------------------
commit 200dce3a251f62c705fb7b976acfcd9b60423c6e
Author: Marc Delisle <marc at infomarc.info>
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




More information about the Git mailing list