From 499fea071e11e3af37a499a33b9e7c303efb4318 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Ramos Date: Wed, 28 Apr 2010 14:33:39 -0300 Subject: Implement gettext() --- usr/local/www/system_firmware_auto.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'usr') diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php index 6a9a609..5eedd80 100755 --- a/usr/local/www/system_firmware_auto.php +++ b/usr/local/www/system_firmware_auto.php @@ -51,7 +51,7 @@ if(isset($curcfg['alturl']['enable'])) else $updater_url = $g['update_url']; -$pgtitle = array("Diagnostics","Firmware","Auto Update"); +$pgtitle = array(gettext("Diagnostics"),gettext("Firmware"),gettext("Auto Update")); include("head.inc"); ?> @@ -70,9 +70,9 @@ include("head.inc"); @@ -104,7 +104,7 @@ include("head.inc");
- + -- cgit v1.1