Changeset 6953
- Timestamp:
- 10/12/08 03:17:52 (2 months ago)
- Files:
-
- modules/branches/2.5/voicemail/functions.inc.php (modified) (1 diff)
- modules/branches/2.5/voicemail/i18n/sv_SE/LC_MESSAGES/voicemail.mo (modified) (previous)
- modules/branches/2.5/voicemail/i18n/sv_SE/LC_MESSAGES/voicemail.po (modified) (1 diff)
- modules/branches/2.5/voicemail/i18n/voicemail.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/voicemail/functions.inc.php
r6709 r6953 478 478 $currentcomponent->addguielem($section, new gui_radio('saycid', $currentcomponent->getoptlist('vmyn'), $vmops_saycid, _('Play CID'), _("Read back caller's telephone number prior to playing the incoming message, and just after announcing the date and time the message was left."), $disable)); 479 479 $currentcomponent->addguielem($section, new gui_radio('envelope', $currentcomponent->getoptlist('vmyn'), $vmops_envelope, _('Play Envelope'), _("Envelope controls whether or not the voicemail system will play the message envelope (date/time) before playing the voicemail message. This setting does not affect the operation of the envelope option in the advanced voicemail menu."), $disable)); 480 $currentcomponent->addguielem($section, new gui_radio('delete', $currentcomponent->getoptlist('vmyn'), $vmops_delete, _('Delete Vo ciemail'), _("If set to \"yes\" the message will be deleted from the voicemailbox (after having been emailed). Provides functionality that allows a user to receive their voicemail via email alone, rather than having the voicemail able to be retrieved from the Webinterface or the Extension handset. CAUTION: MUST HAVE attach voicemail to email SET TO YES OTHERWISE YOUR MESSAGES WILL BE LOST FOREVER."), $disable));480 $currentcomponent->addguielem($section, new gui_radio('delete', $currentcomponent->getoptlist('vmyn'), $vmops_delete, _('Delete Voicemail'), _("If set to \"yes\" the message will be deleted from the voicemailbox (after having been emailed). Provides functionality that allows a user to receive their voicemail via email alone, rather than having the voicemail able to be retrieved from the Webinterface or the Extension handset. CAUTION: MUST HAVE attach voicemail to email SET TO YES OTHERWISE YOUR MESSAGES WILL BE LOST FOREVER."), $disable)); 481 481 $currentcomponent->addguielem($section, new gui_textbox('options', $options, _('VM Options'), sprintf(_("Separate options with pipe ( | )%sie: review=yes|maxmessage=60"),"<br /><br />"),'','',true,0,$disable)); 482 482 $currentcomponent->addguielem($section, new gui_textbox('vmcontext', $vmcontext, _('VM Context'), _("This is the Voicemail Context which is normally set to default. Do not change unless you understand the implications."), "frm_${display}_isVoiceMailEnabled() && isEmpty()", $msgInvalidVMContext, false,0,$disable)); modules/branches/2.5/voicemail/i18n/sv_SE/LC_MESSAGES/voicemail.po
r6874 r6953 96 96 97 97 #: functions.inc.php:480 98 msgid "Delete Vo ciemail"98 msgid "Delete Voicemail" 99 99 msgstr "Ta bort röstmeddelande" 100 100 modules/branches/2.5/voicemail/i18n/voicemail.pot
r6861 r6953 107 107 108 108 #: functions.inc.php:480 109 msgid "Delete Vo ciemail"109 msgid "Delete Voicemail" 110 110 msgstr "" 111 111
