Changeset 10706
- Timestamp:
- 12/14/10 01:22:02 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/recordings/locale/ari.pot
r10705 r10706 660 660 msgstr "" 661 661 662 msgid " Personal IVR"662 msgid "VmX™ Locator" 663 663 msgstr "" 664 664 freepbx/trunk/amp_conf/htdocs/recordings/modules/VmX.module
r10317 r10706 56 56 // and vmx is enabled for this user 57 57 if ($vmx_enabled !== false) 58 $ret .= "<small><small><a href='" . $_SESSION['ARI_ROOT'] . "?m=VmX&f=display'>" . _(" Personal IVR") . "</a></small></small>";58 $ret .= "<small><small><a href='" . $_SESSION['ARI_ROOT'] . "?m=VmX&f=display'>" . _("VmX™ Locator") . "</a></small></small>"; 59 59 return $ret; 60 60 } else {
