summaryrefslogtreecommitdiffstats
path: root/usr/local/www/upload_progress.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-30 15:52:51 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-30 15:52:51 -0300
commit100bdb457a72b9f12325cf10d11fb6e69ca080a0 (patch)
tree16bf838a508fad0a127c6497f958cd1840d420f9 /usr/local/www/upload_progress.php
parent65634b7eaf0b084121e4bcca529682da781b73d9 (diff)
downloadpfsense-100bdb457a72b9f12325cf10d11fb6e69ca080a0.zip
pfsense-100bdb457a72b9f12325cf10d11fb6e69ca080a0.tar.gz
Fix gettext implementation on upload_progress.php
Diffstat (limited to 'usr/local/www/upload_progress.php')
-rw-r--r--usr/local/www/upload_progress.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/upload_progress.php b/usr/local/www/upload_progress.php
index 2658905..344ae67 100644
--- a/usr/local/www/upload_progress.php
+++ b/usr/local/www/upload_progress.php
@@ -83,7 +83,7 @@ EOF1;
<html>
<head>
<meta http-equiv="Refresh" content="1; url=<?=$url?>">
- <title><?=gettext("Uploading Files... Please wait ...");?></title>
+ <title><?=gettext("Uploading Files"); ?>... <?=gettext("Please wait"); ?> ...</title>
<style type='text/css'>
td {font-size: 10pt }
</style>
@@ -92,7 +92,7 @@ EOF1;
<table height="100%" width="100%" cellPadding="4" cellSpacing="4" style="border:1px solid #990000;">
<tr>
<td>
- <font face="arial"><b><center><?=gettext("Uploading file...");?></b></center>
+ <font face="arial"><b><center><?=gettext("Uploading file");?>...</b></center>
<br>
<table width="100%" height="15" colspacing="0" cellpadding="0" cellspacing="0" border="0" align="top" nowrap>
<tr>
@@ -120,7 +120,7 @@ EOF1;
<td align="right">
<font face="arial">
<b>
- <?=gettext("Uploaded:");?>
+ <?=gettext("Uploaded");?>:
</td>
<td>
<font face="arial">
@@ -130,7 +130,7 @@ EOF1;
<td align="right">
<font face="arial">
<b>
- <?=gettext("File Size:");?>
+ <?=gettext("File Size");?>:
</td>
<td>
<font face="arial">
@@ -142,7 +142,7 @@ EOF1;
<td align="right">
<font face="arial">
<b>
- <?=gettext("Completed:");?>
+ <?=gettext("Completed");?>:
</td>
<td>
<font face="arial">
@@ -152,7 +152,7 @@ EOF1;
<td align="right">
<font face="arial">
<b>
- <?=gettext("Estimated:");?>
+ <?=gettext("Estimated");?>:
</td>
<td>
<font face="arial">
OpenPOWER on IntegriCloud