Changeset 7461
- Timestamp:
- 02/16/09 15:48:05 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/phonefeatures.module
r7140 r7461 97 97 $dnd_cw_text.= "<tr><td><h3>" . _("Phone Features") . "</h3></td></tr>"; 98 98 99 $dnd_cw_text.= $this->displayPhoneControls( $exten, 'call_waiting', 'CW', "Call Waiting");100 $dnd_cw_text.= $this->displayPhoneControls( $exten, 'do_not_disturb', 'DND', "Do Not Disturb");99 $dnd_cw_text.= $this->displayPhoneControls( $exten, 'call_waiting', 'CW', _("Call Waiting")); 100 $dnd_cw_text.= $this->displayPhoneControls( $exten, 'do_not_disturb', 'DND', _("Do Not Disturb")); 101 101 $dnd_cw_text.= $this->displayCallScreenControls( $exten); 102 102 … … 151 151 $set_call_forward_text.= "<tr><td><h3>" . _("Call Forwarding") . "</h3></td></tr>"; 152 152 153 $set_call_forward_text.= $this->displayCallForwardControls( $exten, 'call_forward', 'CF', "Unconditional:");154 $set_call_forward_text.= $this->displayCallForwardControls( $exten, 'call_forward_unavailable', 'CFU', "Unavailable:");155 $set_call_forward_text.= $this->displayCallForwardControls( $exten, 'call_forward_busy', 'CFB', "Busy:");153 $set_call_forward_text.= $this->displayCallForwardControls( $exten, 'call_forward', 'CF', _("Unconditional:")); 154 $set_call_forward_text.= $this->displayCallForwardControls( $exten, 'call_forward_unavailable', 'CFU', _("Unavailable:")); 155 $set_call_forward_text.= $this->displayCallForwardControls( $exten, 'call_forward_busy', 'CFB', _("Busy:")); 156 156 157 157 $set_call_forward_text .= "</table>"; freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/settings.module
r7140 r7461 431 431 </td> 432 432 </tr><tr> 433 <td><a href='#' class='info'>" . _("Email Voicemail To:") . "<span>" . ("Email a notification, including audio file if indicated below.") . " </span></a></td>433 <td><a href='#' class='info'>" . _("Email Voicemail To:") . "<span>" . _("Email a notification, including audio file if indicated below.") . " </span></a></td> 434 434 <td> 435 435 <input " . $voicemail_email_text_box_options . " name='voicemail_email_address' type='text' size=48 value='" . $voicemail_email_address . "'> … … 437 437 </tr> 438 438 <tr> 439 <td><a href='#' class='info'>" . _("Pager Email Notification To:") . "<span>" . ("Email a short notification") . " </span></a></td>439 <td><a href='#' class='info'>" . _("Pager Email Notification To:") . "<span>" . _("Email a short notification") . " </span></a></td> 440 440 <td> 441 441 <input " . $voicemail_pager_text_box_options . " name='voicemail_pager_address' type='text' size=48 value='" . $voicemail_pager_address . "'> … … 486 486 $set_voicemail_callme_text = " 487 487 <tr> 488 <td><a href='#' class='info'>" . _("Call Me Number:") . "<span>" . ("Call Me Number can be any dialable number, such as an extension or a cellphone.") . " </span></a></td>488 <td><a href='#' class='info'>" . _("Call Me Number:") . "<span>" . _("Call Me Number can be any dialable number, such as an extension or a cellphone.") . " </span></a></td> 489 489 <td> 490 490 <input type='text' id='callme_number' name='callme_number'
