summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-14 22:24:48 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-14 22:24:48 +0545
commit162d86d13456f82564a38d703c804d3551ba3c1f (patch)
tree1ecc7dd8feb92a40455ba44c3d522809a1b8a57f
parentef9c37d9a7247a64fcf78858f364b66caf9eade7 (diff)
downloadpfsense-162d86d13456f82564a38d703c804d3551ba3c1f.zip
pfsense-162d86d13456f82564a38d703c804d3551ba3c1f.tar.gz
Internationalize more text in diag_reboot
-rwxr-xr-xsrc/usr/local/www/diag_reboot.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/local/www/diag_reboot.php b/src/usr/local/www/diag_reboot.php
index 9547755..d1f3393 100755
--- a/src/usr/local/www/diag_reboot.php
+++ b/src/usr/local/www/diag_reboot.php
@@ -132,13 +132,15 @@ events.push(function() {
?>
<div class="panel panel-default">
- <div class="panel-heading"><h2 class="panel-title">Are you sure you want to reboot the system?</h2></div>
+ <div class="panel-heading">
+ <h2 class="panel-title"><?=gettext('Are you sure you want to reboot the system?')?></h2>
+ </div>
<div class="panel-body">
<div class="content">
- <p>Click "Reboot" to reboot the system immediately, or "No" to go to the system dashboard without rebooting. (There will be a brief delay before the dashboard appears.)</p>
+ <p><?=gettext('Click "Reboot" to reboot the system immediately, or "No" to go to the system dashboard without rebooting. (There will be a brief delay before the dashboard appears.)')?></p>
<form action="diag_reboot.php" method="post">
- <input type="submit" class="btn btn-danger pull-center" name="Submit" value="Reboot">
- <a href="/" class="btn btn-default">No</a>
+ <input type="submit" class="btn btn-danger pull-center" name="Submit" value="<?=gettext("Reboot")?>">
+ <a href="/" class="btn btn-default"><?=gettext("No")?></a>
</form>
</div>
</div>
@@ -149,5 +151,3 @@ events.push(function() {
}
include("foot.inc");
-
-
OpenPOWER on IntegriCloud