summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_camanager.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-04-27 13:35:20 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-04-27 13:35:20 -0300
commit443ddf6f8da6b3cd9c694d5771b1ced2b85bd51c (patch)
tree60bbacc2723a79d55c066b9ed848dc284a037b11 /usr/local/www/system_camanager.php
parent82b15b7030b62b086f3df0a53c408c1ab6075101 (diff)
downloadpfsense-443ddf6f8da6b3cd9c694d5771b1ced2b85bd51c.zip
pfsense-443ddf6f8da6b3cd9c694d5771b1ced2b85bd51c.tar.gz
Reviewing gettext()
Diffstat (limited to 'usr/local/www/system_camanager.php')
-rw-r--r--usr/local/www/system_camanager.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/system_camanager.php b/usr/local/www/system_camanager.php
index 365b39b..94001f1 100644
--- a/usr/local/www/system_camanager.php
+++ b/usr/local/www/system_camanager.php
@@ -226,7 +226,7 @@ function method_change() {
<td id="mainarea">
<div class="tabcont">
- <?php if ($act == "new" || $act == "save" || $input_errors): ?>
+ <?php if ($act == "new" || $act == gettext("save") || $input_errors): ?>
<form action="system_camanager.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
@@ -377,7 +377,7 @@ function method_change() {
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
- <input id="submit" name="save" type="submit" class="formbtn" value="Save" />
+ <input id="submit" name="save" type="submit" class="formbtn" value="<?=gettext("Save"); ?>" />
<?php if (isset($id) && $a_ca[$id]): ?>
<input name="id" type="hidden" value="<?=$id;?>" />
<?php endif;?>
@@ -454,7 +454,7 @@ function method_change() {
<img src="/themes/<?= $g['theme'];?>/images/icons/icon_down.gif" title="<?=gettext("export ca");?>" alt="<?=gettext("export ca");?>" width="17" height="17" border="0" />
</a>
<a href="system_camanager.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this Certificate Authority and all associated Certificates?");?>')">
- <img src="/themes/<?= $g['theme'];?>/images/icons/icon_x.gif" title="delete ca" alt="delete ca" width="17" height="17" border="0" />
+ <img src="/themes/<?= $g['theme'];?>/images/icons/icon_x.gif" title="delete ca" alt="<?=gettext("delete ca"); ?>" width="17" height="17" border="0" />
</a>
</td>
</tr>
OpenPOWER on IntegriCloud