Skip to content

Commit

Permalink
Add gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuichiro authored and ruleant committed Nov 29, 2011
1 parent 2185d39 commit 5d78431
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions server_status.php
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@
<?php echo __('Refresh'); ?>
</a>
</div>
<legend>Filters</legend>
<legend><?php echo __('Filters'); ?></legend>
<div class="formelement">
<label for="filterText"><?php echo __('Containing the word:'); ?></label>
<input name="filterText" type="text" id="filterText" style="vertical-align: baseline;" />
Expand Down Expand Up @@ -1628,7 +1628,7 @@ function printMonitor()
<?php } ?>
</div>

<div id="addChartDialog" title="Add chart" style="display:none;">
<div id="addChartDialog" title="<?php echo __('Add chart'); ?>" style="display:none;">
<div id="tabGridVariables">
<p><input type="text" name="chartTitle" value="<?php echo __('Chart Title'); ?>" /></p>

Expand Down
4 changes: 2 additions & 2 deletions server_variables.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@
*/
?>
<fieldset id="tableFilter" style="display:none;">
<legend>Filters</legend>
<legend><?php echo __('Filters'); ?></legend>
<div class="formelement">
<label for="filterText">Containing the word:</label>
<label for="filterText"><?php echo __('Containing the word:'); ?></label>
<input name="filterText" type="text" id="filterText" style="vertical-align: baseline;" />
</div>
</fieldset>
Expand Down

0 comments on commit 5d78431

Please sign in to comment.