summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-21 23:53:25 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-21 23:53:25 +0545
commitf49cd72565cf246c3ce357ad6fc091f198bb811a (patch)
tree4cc7dd5a47ae7612a3fbb1709b0a0edb21d7318b /src/usr/local/www/head.inc
parent321a8b9a7e11d24fdbf10ab10d5ddefba85786e3 (diff)
downloadpfsense-f49cd72565cf246c3ce357ad6fc091f198bb811a.zip
pfsense-f49cd72565cf246c3ce357ad6fc091f198bb811a.tar.gz
Internationalization graph guiconfig head index
Diffstat (limited to 'src/usr/local/www/head.inc')
-rwxr-xr-xsrc/usr/local/www/head.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index cd9e453..c18461f 100755
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -539,7 +539,7 @@ $pgtitle_output = true;
if ($config['remote_managed_pages']['item']) {
foreach ($config['remote_managed_pages']['item'] as $rmp) {
if ($rmp == $_SERVER['SCRIPT_NAME']) {
- print_info_box_np("This page is currently being managed by a remote machine.");
+ print_info_box_np(gettext("This page is currently being managed by a remote machine."));
include("foot.inc");
exit;
}
@@ -558,7 +558,7 @@ if (are_notices_pending()):?>
<span aria-hidden="true">&times;</span>
</button>
- <h3 class="modal-title" id="myModalLabel">Notices</h3>
+ <h3 class="modal-title" id="myModalLabel"><?=gettext("Notices")?></h3>
</div>
<div class="modal-body">
@@ -597,7 +597,7 @@ if (are_notices_pending()):?>
</div>
<div class="modal-footer">
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
+ <button type="button" class="btn btn-default" data-dismiss="modal"><?=gettext("Close")?></button>
<button type="button" id="clearallnotices" class="btn btn-primary"><?=gettext("Mark all as read")?></button>
</div>
</div>
OpenPOWER on IntegriCloud