mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Implementing gettext()
This commit is contained in:
parent
6d78607d4c
commit
3d573b8ce7
@ -93,10 +93,10 @@ function post_choices() {
|
||||
<body link="#000000" vlink="#000000" alink="#000000" >
|
||||
<form method="post" action="system_usermanager_settings_ldapacpicker.php">
|
||||
<?php if (empty($ous)): ?>
|
||||
<p>Sorry, we could not connect to the LDAP server. Please try later.</p>
|
||||
<p><?=gettext("Sorry, we could not connect to the LDAP server. Please try later.");?></p>
|
||||
<input type='button' value='Close' onClick="window.close();">
|
||||
<?php else: ?>
|
||||
<b>Please select which containers to Authenticate against:</b>
|
||||
<b><?=gettext("Please select which containers to Authenticate against:");?></b>
|
||||
<p/>
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
@ -120,7 +120,7 @@ function post_choices() {
|
||||
|
||||
<p/>
|
||||
|
||||
<input type='button' value='Save' onClick="post_choices();">
|
||||
<input type='button' value='<?=gettext("Save");?>' onClick="post_choices();">
|
||||
<?php endif; ?>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user