summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-28 14:00:28 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-28 14:00:28 -0300
commit79501c4b680bc508805c5770ef60e60373a77c09 (patch)
tree6bfa3de2f39cd5df0ede0f01e28674de2af8f841 /usr/local/www/system_authservers.php
parent257705ca3aa6ba0a98a1d97f8460d496a8ba2c10 (diff)
downloadpfsense-79501c4b680bc508805c5770ef60e60373a77c09.zip
pfsense-79501c4b680bc508805c5770ef60e60373a77c09.tar.gz
Implement gettext()
Diffstat (limited to 'usr/local/www/system_authservers.php')
-rw-r--r--usr/local/www/system_authservers.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/system_authservers.php b/usr/local/www/system_authservers.php
index 8fa7896..8da1638 100644
--- a/usr/local/www/system_authservers.php
+++ b/usr/local/www/system_authservers.php
@@ -503,7 +503,7 @@ function select_clicked() {
<td width="78%" class="vtable">
<table border="0" cellspacing="0" cellpadding="2">
<tr>
- <td>Level: &nbsp;</td>
+ <td><?=gettext("Level");?>: &nbsp;</td>
<td>
<select name='ldap_scope' id='ldap_scope' class="formselect">
<?php
@@ -518,7 +518,7 @@ function select_clicked() {
</td>
</tr>
<tr>
- <td>Base DN: &nbsp;</td>
+ <td><?=gettext("Base DN");?>: &nbsp;</td>
<td>
<input name="ldap_basedn" type="text" class="formfld unknown" id="ldap_basedn" size="40" value="<?=htmlspecialchars($pconfig['ldap_basedn']);?>"/>
</td>
@@ -532,7 +532,7 @@ function select_clicked() {
<td width="78%" class="vtable">
<table border="0" cellspacing="0" cellpadding="2">
<tr>
- <td>Containers: &nbsp;</td>
+ <td><?=gettext("Containers");?>: &nbsp;</td>
<td>
<input name="ldapauthcontainers" type="text" class="formfld unknown" id="ldapauthcontainers" size="40" value="<?=htmlspecialchars($pconfig['ldap_authcn']);?>"/>
<input type="button" onClick="select_clicked();" value="<?=gettext("Select");?>">
OpenPOWER on IntegriCloud