[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-14978-ge5a15ca

Michal Čihař nijel at users.sourceforge.net
Mon Aug 15 09:56:18 CEST 2011


The branch, master has been updated
       via  e5a15ca51998ab449767537483af11500b7e4d92 (commit)
      from  adc6788103da8976b400b226eb698ca8212af9fe (commit)


- Log -----------------------------------------------------------------
commit e5a15ca51998ab449767537483af11500b7e4d92
Author: Michal Čihař <michal at cihar.com>
Date:   Mon Aug 15 09:55:58 2011 +0200

    Translate as separate strings rather than huge string with HTML formatting

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

Summary of changes:
 js/messages.php |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/js/messages.php b/js/messages.php
index b942a18..923761c 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -260,7 +260,21 @@ $js_messages['strShowSearchCriteria'] = __('Show search criteria');
 
 /* For tbl_zoom_plot.js */
 $js_messages['strZoomSearch'] = __('Zoom Search');
-$js_messages['strDisplayHelp'] =  __('* Each point represents a data row.<br>* Hovering over a point will show its label.<br>* Drag and select an area in the plot to zoom into it.<br>* Click reset zoom link to come back to original state.<br>*  Click a data point to view and possibly edit the data row.<br>* The plot can be resized by dragging it along the bottom right corner.<br>* Strings are converted into integer for plotting');
+$js_messages['strDisplayHelp'] = '<ul><li>'
+    . __('Each point represents a data row.')
+    . '</li><li>'
+    . __('Hovering over a point will show its label.')
+    . '</li><li>'
+    . __('Drag and select an area in the plot to zoom into it.')
+    . '</li><li>'
+    . __('Click reset zoom link to come back to original state.')
+    . '</li><li>'
+    . __('Click a data point to view and possibly edit the data row.')
+    . '</li><li>'
+    . __('The plot can be resized by dragging it along the bottom right corner.')
+    . '</li><li>'
+    . __('Strings are converted into integer for plotting')
+    . '</li></ul>';
 $js_messages['strInputNull'] = __('<b>Select two columns</b>');
 $js_messages['strSameInputs'] = __('<b>Select two different columns</b>');
 


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list