Changeset 8573
- Timestamp:
- 01/08/10 02:25:39 (3 years ago)
- Files:
-
- modules/branches/2.7/core/page.did.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.7/core/page.did.php
r8571 r8573 261 261 262 262 <tr> 263 <td><a href="#" class="info"><?php echo _("Privacy Manager")?><span><?php echo _('If no Caller ID is sent, Privacy Manager will asks the caller to enter their digit phone number. If a user has Call Screening enabled, the incoming caller will be asked to enter their CallerId here if enabled, and then to say their name once determined that the called user requires it.')?></span></a>:</td>263 <td><a href="#" class="info"><?php echo _("Privacy Manager")?><span><?php echo _('If no Caller ID has been recevied, Privacy Manager will asks the caller to enter their phone number. If an user/extension has Call Screening enabled, the incoming caller will be be promted to say their name when the call reaches the user/extension.')?></span></a>:</td> 264 264 <td> 265 265 <select name="privacyman" tabindex="<?php echo ++$tabindex;?>"> … … 270 270 </tr> 271 271 <tr class="pm_opts" <?php echo $privacyman == '0' ? 'style="display:none"':''?>> 272 <td><a href="#" class="info"><?php echo _("Max attempts")?><span><?php echo _(' This sets the amountof atempts the caller has to enter a valid callerID')?></span></a>:</td>272 <td><a href="#" class="info"><?php echo _("Max attempts")?><span><?php echo _('Number of atempts the caller has to enter a valid callerID')?></span></a>:</td> 273 273 <td> 274 274 <select name="pmmaxretries" tabindex="<?php echo ++$tabindex;?>"> … … 283 283 </tr> 284 284 <tr class="pm_opts" <?php echo $privacyman == '0' ? 'style="display:none"':''?>> 285 <td><a href="#" class="info"><?php echo _("Min Length")?><span><?php echo _(' This sets the minimum amount of digits a callerID needs to contain in order to bevalid')?></span></a>:</td>285 <td><a href="#" class="info"><?php echo _("Min Length")?><span><?php echo _('Minimum amount of digits callerID needs to contain in order to be concidered valid')?></span></a>:</td> 286 286 <td> 287 287 <select name="pmminlength" tabindex="<?php echo ++$tabindex;?>">
