summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorMalte S. Stretz <stretz@silpion.de>2013-05-29 17:58:34 +0200
committerMalte S. Stretz <stretz@silpion.de>2013-05-29 17:58:34 +0200
commitd345f59689828c55b1e5c3cf488008c3ec4bb5fd (patch)
tree80dd9cb09ad84a5de2dcc14deec5cb7b34d565bd /usr/local/www/system_authservers.php
parent04cdae5443819c430e7381fc0d5a0e0118aca284 (diff)
downloadpfsense-d345f59689828c55b1e5c3cf488008c3ec4bb5fd.zip
pfsense-d345f59689828c55b1e5c3cf488008c3ec4bb5fd.tar.gz
Don't gettext() the example strings.
They must not be translated.
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 d0426f9..30a4ff3 100644
--- a/usr/local/www/system_authservers.php
+++ b/usr/local/www/system_authservers.php
@@ -588,8 +588,8 @@ function select_clicked() {
<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");?>" />
<br /><?=gettext("Note: Semi-Colon separated. This will be prepended to the search base dn above or you can specify full container path containing a dc= component.");?>
- <br /><?=gettext("Example: CN=Users;DC=example,DC=com");?>
- <br /><?=gettext("Example: OU=Staff;OU=Freelancers");?>
+ <br /><?=gettext("Example:");?> CN=Users;DC=example,DC=com
+ <br /><?=gettext("Example:");?> OU=Staff;OU=Freelancers
</td>
</tr>
</table>
@@ -606,7 +606,7 @@ function select_clicked() {
<td>
<input name="ldap_extended_query" type="text" class="formfld unknown" id="ldap_extended_query" size="40" value="<?=htmlspecialchars($pconfig['ldap_extended_query']);?>"/>
- <br /><?=gettext("Example: &(objectClass=inetOrgPerson)(mail=*@example.com)");?>
+ <br /><?=gettext("Example:");?> &amp;(objectClass=inetOrgPerson)(mail=*@example.com)
</td>
</tr>
</table>
OpenPOWER on IntegriCloud