From 43f2e2704fa4a30b949cc8e0099cf87dfb84cfa7 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Ramos Date: Tue, 20 Jul 2010 21:30:41 -0300 Subject: Implement gettext() calls on status_captiveportal_test.php --- usr/local/www/status_captiveportal_test.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'usr/local/www/status_captiveportal_test.php') diff --git a/usr/local/www/status_captiveportal_test.php b/usr/local/www/status_captiveportal_test.php index 5d89810..c6d1dab 100644 --- a/usr/local/www/status_captiveportal_test.php +++ b/usr/local/www/status_captiveportal_test.php @@ -35,7 +35,6 @@ ##|*MATCH=status_captiveportal_test.php* ##|-PRIV -$pgtitle = array("Status", "Captive portal", "Test Vouchers"); require("guiconfig.inc"); require("functions.inc"); require("filter.inc"); @@ -45,6 +44,7 @@ require_once("voucher.inc"); include("head.inc"); include("fbegin.inc"); +$pgtitle = array(gettext("Status"), gettext("Captive portal"), gettext("Test Vouchers")); ?>
@@ -52,10 +52,10 @@ include("fbegin.inc"); @@ -64,16 +64,16 @@ include("fbegin.inc"); - + +.
Voucher(s)
-Enter multiple vouchers separated by space or newline. The remaining time, if valid, will be shown for each voucher.
  - + ">
-- cgit v1.1