summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-08-12 09:44:02 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-08-12 09:44:02 -0300
commitea53e38ff12e8732877d9e9a2cf813cd8f56cdfd (patch)
treee93cdcbcdf26f5e32921d21c7c062e2be6447a26 /usr/local/www/system_authservers.php
parenta236afeefe8ea7ad910a758f8981aa6a0f73514a (diff)
downloadpfsense-ea53e38ff12e8732877d9e9a2cf813cd8f56cdfd.zip
pfsense-ea53e38ff12e8732877d9e9a2cf813cd8f56cdfd.tar.gz
gettext fixes
Diffstat (limited to 'usr/local/www/system_authservers.php')
-rw-r--r--usr/local/www/system_authservers.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/system_authservers.php b/usr/local/www/system_authservers.php
index 698a6be..3aef95b 100644
--- a/usr/local/www/system_authservers.php
+++ b/usr/local/www/system_authservers.php
@@ -511,7 +511,7 @@ function select_clicked() {
<td width="78%" class="vtable">
<table border="0" cellspacing="0" cellpadding="2">
<tr>
- <td><?=gettext("Level");?>: &nbsp;</td>
+ <td><?=gettext("Level:");?> &nbsp;</td>
<td>
<select name='ldap_scope' id='ldap_scope' class="formselect">
<?php
@@ -526,7 +526,7 @@ function select_clicked() {
</td>
</tr>
<tr>
- <td><?=gettext("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>
@@ -540,7 +540,7 @@ function select_clicked() {
<td width="78%" class="vtable">
<table border="0" cellspacing="0" cellpadding="2">
<tr>
- <td><?=gettext("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");?>">
@@ -570,13 +570,13 @@ function select_clicked() {
<td colspan="2"></td>
</tr>
<tr>
- <td><?=gettext("User DN");?>: &nbsp;</td>
+ <td><?=gettext("User DN:");?> &nbsp;</td>
<td>
<input name="ldap_binddn" type="text" class="formfld unknown" id="ldap_binddn" size="40" value="<?=htmlspecialchars($pconfig['ldap_binddn']);?>"/><br/>
</td>
</tr>
<tr>
- <td><?=gettext("Password");?>: &nbsp;</td>
+ <td><?=gettext("Password:");?> &nbsp;</td>
<td>
<input name="ldap_bindpw" type="password" class="formfld pwd" id="ldap_bindpw" size="20" value="<?=htmlspecialchars($pconfig['ldap_bindpw']);?>"/><br/>
</td>
OpenPOWER on IntegriCloud