The branch, master has been updated via a0ce9830fb65f77d6c06c97cc3b38389de07a579 (commit) from ce0af3963377e8777f77717b4400a3b1d20a8412 (commit)
- Log ----------------------------------------------------------------- commit a0ce9830fb65f77d6c06c97cc3b38389de07a579 Author: Marc Delisle marc@infomarc.info Date: Fri Jan 7 07:50:48 2011 -0500
Messages not under gettext
-----------------------------------------------------------------------
Summary of changes: libraries/display_export.lib.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libraries/display_export.lib.php b/libraries/display_export.lib.php index a724c3d..202cd4d 100644 --- a/libraries/display_export.lib.php +++ b/libraries/display_export.lib.php @@ -323,7 +323,7 @@ if(isset($_GET['sql_query'])) { <?php } ?> </ul> </li> - <li><input type="radio" id="radio_view_as_text" name="output_format" value="astext" <?php echo isset($_GET['repopulate']) ? 'checked="checked"' : '' ?>/><label for="radio_view_as_text">View output as text</label></li> + <li><input type="radio" id="radio_view_as_text" name="output_format" value="astext" <?php echo isset($_GET['repopulate']) ? 'checked="checked"' : '' ?>/><label for="radio_view_as_text"><?php echo __('View output as text'); ?></label></li> </ul> </div>
@@ -334,7 +334,7 @@ if(isset($_GET['sql_query'])) {
<div class="exportoptions" id="format_specific_opts"> <h3><?php echo __('Format-specific options:'); ?></h3> - <p class="no_js_msg" id="scroll_to_options_msg">Scroll down to fill in the options for the selected format and ignore the options for other formats.</p> + <p class="no_js_msg" id="scroll_to_options_msg"><?php echo __('Scroll down to fill in the options for the selected format and ignore the options for other formats.'); ?></p> <?php echo PMA_pluginGetOptions('Export', $export_list); ?> </div>
hooks/post-receive