UNPKG

ringcentral-widget

Version:
24 lines (15 loc) 3.17 kB
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _defineProperty2 = require('babel-runtime/helpers/defineProperty'); var _defineProperty3 = _interopRequireDefault(_defineProperty2); var _title$save$callingOp; var _callingOptions = require('ringcentral-integration/modules/CallingSettings/callingOptions'); var _callingOptions2 = _interopRequireDefault(_callingOptions); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } exports.default = (_title$save$callingOp = { title: 'Calling', save: 'Save' }, (0, _defineProperty3.default)(_title$save$callingOp, _callingOptions2.default.softphone, '{brand} for Desktop'), (0, _defineProperty3.default)(_title$save$callingOp, _callingOptions2.default.myphone, 'My {brand} Phone'), (0, _defineProperty3.default)(_title$save$callingOp, _callingOptions2.default.otherphone, 'Other Phone'), (0, _defineProperty3.default)(_title$save$callingOp, _callingOptions2.default.customphone, 'Custom Phone'), (0, _defineProperty3.default)(_title$save$callingOp, _callingOptions2.default.browser, 'Browser'), (0, _defineProperty3.default)(_title$save$callingOp, 'makeCallsWith', 'Make my calls with'), (0, _defineProperty3.default)(_title$save$callingOp, 'ringoutHint', 'Ring me at my location first, then connect the called party'), (0, _defineProperty3.default)(_title$save$callingOp, 'myLocationLabel', 'My Location'), (0, _defineProperty3.default)(_title$save$callingOp, 'press1ToStartCallLabel', 'Prompt me to dial 1 before connecting the call'), (0, _defineProperty3.default)(_title$save$callingOp, _callingOptions2.default.browser + 'Tooltip', 'Use this option to make and receive calls using your computer’s microphone and speaker.'), (0, _defineProperty3.default)(_title$save$callingOp, _callingOptions2.default.softphone + 'Tooltip', 'Use this option to make and receive calls using your {brand} for Desktop app.'), (0, _defineProperty3.default)(_title$save$callingOp, _callingOptions2.default.myphone + 'Tooltip', 'Use this option to make calls using your {brand} phone.'), (0, _defineProperty3.default)(_title$save$callingOp, _callingOptions2.default.myphone + 'Tooltip1', 'For the call you make, your {brand} phone will ring first then the party you called.'), (0, _defineProperty3.default)(_title$save$callingOp, _callingOptions2.default.otherphone + 'Tooltip', 'Use this option to make calls using your other phones such as home or cell phones that you have added in your {brand} Extension.'), (0, _defineProperty3.default)(_title$save$callingOp, _callingOptions2.default.otherphone + 'Tooltip1', 'For the call you make, this phone will ring first then the party you called.'), (0, _defineProperty3.default)(_title$save$callingOp, _callingOptions2.default.customphone + 'Tooltip', 'Use this option to make calls using any phone of your choice by entering a valid phone number in the field below.'), (0, _defineProperty3.default)(_title$save$callingOp, _callingOptions2.default.customphone + 'Tooltip1', 'For the call you make, this phone will ring first then the party you called.'), _title$save$callingOp); //# sourceMappingURL=en-US.js.map