Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuichiro <rdeq08@users.sourceforge.net>2011-11-29 15:41:58 +0400
committerDieter Adriaenssens <ruleant@users.sourceforge.net>2011-11-29 15:41:58 +0400
commit5d78431052393c7f1e64f4b694c897898fd738f5 (patch)
tree5d0900e531ba6c1c43d7d4ad772f7cca4b329846 /server_status.php
parent2185d39b3e42b91f93f4bdefde394867215297d4 (diff)
Add gettext
Diffstat (limited to 'server_status.php')
-rw-r--r--server_status.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/server_status.php b/server_status.php
index 4fa470777c..2a7f11a52a 100644
--- a/server_status.php
+++ b/server_status.php
@@ -827,7 +827,7 @@ echo __('Runtime Information');
<?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;" />
@@ -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>