plugin updates
This commit is contained in:
@@ -1 +1 @@
|
|||||||
<?php return array('dependencies' => array('jquery', 'react', 'react-dom', 'wp-i18n'), 'version' => '6c8968024c67158cce44');
|
<?php return array('dependencies' => array('jquery', 'react', 'react-dom', 'wp-i18n'), 'version' => '3831cb7f9bd3bc8ab33d');
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
|||||||
<?php return array('dependencies' => array('jquery'), 'version' => '9ee21da01ecaa4dcb32f');
|
<?php return array('dependencies' => array('jquery'), 'version' => '8e3594ca8c2743f05f03');
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ __webpack_require__.r(__webpack_exports__);
|
|||||||
/* harmony export */ "adminUrl": () => (/* binding */ adminUrl),
|
/* harmony export */ "adminUrl": () => (/* binding */ adminUrl),
|
||||||
/* harmony export */ "connectionStatus": () => (/* binding */ connectionStatus),
|
/* harmony export */ "connectionStatus": () => (/* binding */ connectionStatus),
|
||||||
/* harmony export */ "contentEmbed": () => (/* binding */ contentEmbed),
|
/* harmony export */ "contentEmbed": () => (/* binding */ contentEmbed),
|
||||||
|
/* harmony export */ "decryptError": () => (/* binding */ decryptError),
|
||||||
/* harmony export */ "deviceId": () => (/* binding */ deviceId),
|
/* harmony export */ "deviceId": () => (/* binding */ deviceId),
|
||||||
/* harmony export */ "didDisconnect": () => (/* binding */ didDisconnect),
|
/* harmony export */ "didDisconnect": () => (/* binding */ didDisconnect),
|
||||||
/* harmony export */ "env": () => (/* binding */ env),
|
/* harmony export */ "env": () => (/* binding */ env),
|
||||||
@@ -41,7 +42,6 @@ __webpack_require__.r(__webpack_exports__);
|
|||||||
/* harmony export */ "portalId": () => (/* binding */ portalId),
|
/* harmony export */ "portalId": () => (/* binding */ portalId),
|
||||||
/* harmony export */ "redirectNonce": () => (/* binding */ redirectNonce),
|
/* harmony export */ "redirectNonce": () => (/* binding */ redirectNonce),
|
||||||
/* harmony export */ "refreshToken": () => (/* binding */ refreshToken),
|
/* harmony export */ "refreshToken": () => (/* binding */ refreshToken),
|
||||||
/* harmony export */ "refreshTokenError": () => (/* binding */ refreshTokenError),
|
|
||||||
/* harmony export */ "requiresContentEmbedScope": () => (/* binding */ requiresContentEmbedScope),
|
/* harmony export */ "requiresContentEmbedScope": () => (/* binding */ requiresContentEmbedScope),
|
||||||
/* harmony export */ "restNonce": () => (/* binding */ restNonce),
|
/* harmony export */ "restNonce": () => (/* binding */ restNonce),
|
||||||
/* harmony export */ "restUrl": () => (/* binding */ restUrl),
|
/* harmony export */ "restUrl": () => (/* binding */ restUrl),
|
||||||
@@ -89,7 +89,7 @@ var _window$leadinConfig = window.leadinConfig,
|
|||||||
wpVersion = _window$leadinConfig.wpVersion,
|
wpVersion = _window$leadinConfig.wpVersion,
|
||||||
contentEmbed = _window$leadinConfig.contentEmbed,
|
contentEmbed = _window$leadinConfig.contentEmbed,
|
||||||
requiresContentEmbedScope = _window$leadinConfig.requiresContentEmbedScope,
|
requiresContentEmbedScope = _window$leadinConfig.requiresContentEmbedScope,
|
||||||
refreshTokenError = _window$leadinConfig.refreshTokenError;
|
decryptError = _window$leadinConfig.decryptError;
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@@ -141,37 +141,29 @@ __webpack_require__.r(__webpack_exports__);
|
|||||||
/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery */ "jquery");
|
/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! jquery */ "jquery");
|
||||||
/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);
|
/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_0__);
|
||||||
/* harmony import */ var _constants_selectors__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/selectors */ "./scripts/constants/selectors.ts");
|
/* harmony import */ var _constants_selectors__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/selectors */ "./scripts/constants/selectors.ts");
|
||||||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
||||||
|
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
||||||
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
||||||
|
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
||||||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
||||||
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
||||||
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var ThickBoxModal = /*#__PURE__*/function () {
|
var ThickBoxModal = /*#__PURE__*/function () {
|
||||||
function ThickBoxModal(openTriggerSelector, inlineContentId, windowCssClass, contentCssClass) {
|
function ThickBoxModal(openTriggerSelector, inlineContentId, windowCssClass, contentCssClass) {
|
||||||
_classCallCheck(this, ThickBoxModal);
|
_classCallCheck(this, ThickBoxModal);
|
||||||
|
|
||||||
_defineProperty(this, "openTriggerSelector", void 0);
|
_defineProperty(this, "openTriggerSelector", void 0);
|
||||||
|
|
||||||
_defineProperty(this, "inlineContentId", void 0);
|
_defineProperty(this, "inlineContentId", void 0);
|
||||||
|
|
||||||
_defineProperty(this, "windowCssClass", void 0);
|
_defineProperty(this, "windowCssClass", void 0);
|
||||||
|
|
||||||
_defineProperty(this, "contentCssClass", void 0);
|
_defineProperty(this, "contentCssClass", void 0);
|
||||||
|
|
||||||
this.openTriggerSelector = openTriggerSelector;
|
this.openTriggerSelector = openTriggerSelector;
|
||||||
this.inlineContentId = inlineContentId;
|
this.inlineContentId = inlineContentId;
|
||||||
this.windowCssClass = windowCssClass;
|
this.windowCssClass = windowCssClass;
|
||||||
this.contentCssClass = contentCssClass;
|
this.contentCssClass = contentCssClass;
|
||||||
jquery__WEBPACK_IMPORTED_MODULE_0___default()(openTriggerSelector).on('click', this.init.bind(this));
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(openTriggerSelector).on('click', this.init.bind(this));
|
||||||
}
|
}
|
||||||
|
return _createClass(ThickBoxModal, [{
|
||||||
_createClass(ThickBoxModal, [{
|
|
||||||
key: "close",
|
key: "close",
|
||||||
value: function close() {
|
value: function close() {
|
||||||
//@ts-expect-error global
|
//@ts-expect-error global
|
||||||
@@ -181,24 +173,21 @@ var ThickBoxModal = /*#__PURE__*/function () {
|
|||||||
key: "init",
|
key: "init",
|
||||||
value: function init(e) {
|
value: function init(e) {
|
||||||
//@ts-expect-error global
|
//@ts-expect-error global
|
||||||
window.tb_show('', "#TB_inline?inlineId=".concat(this.inlineContentId, "&modal=true")); // thickbox doesn't respect the width and height url parameters https://core.trac.wordpress.org/ticket/17249
|
window.tb_show('', "#TB_inline?inlineId=".concat(this.inlineContentId, "&modal=true"));
|
||||||
|
// thickbox doesn't respect the width and height url parameters https://core.trac.wordpress.org/ticket/17249
|
||||||
// We override thickboxes css with !important in the css
|
// We override thickboxes css with !important in the css
|
||||||
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(_constants_selectors__WEBPACK_IMPORTED_MODULE_1__.domElements.thickboxModalWindow).addClass(this.windowCssClass);
|
||||||
jquery__WEBPACK_IMPORTED_MODULE_0___default()(_constants_selectors__WEBPACK_IMPORTED_MODULE_1__.domElements.thickboxModalWindow).addClass(this.windowCssClass); // have to modify the css of the thickbox content container as well
|
// have to modify the css of the thickbox content container as well
|
||||||
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(_constants_selectors__WEBPACK_IMPORTED_MODULE_1__.domElements.thickboxModalContent).addClass(this.contentCssClass);
|
||||||
jquery__WEBPACK_IMPORTED_MODULE_0___default()(_constants_selectors__WEBPACK_IMPORTED_MODULE_1__.domElements.thickboxModalContent).addClass(this.contentCssClass); // we unbind previous handlers because a thickbox modal is a single global object.
|
// we unbind previous handlers because a thickbox modal is a single global object.
|
||||||
// Everytime it is re-opened, it still has old handlers bound
|
// Everytime it is re-opened, it still has old handlers bound
|
||||||
|
|
||||||
jquery__WEBPACK_IMPORTED_MODULE_0___default()(_constants_selectors__WEBPACK_IMPORTED_MODULE_1__.domElements.thickboxModalClose).off('click').on('click', this.close);
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(_constants_selectors__WEBPACK_IMPORTED_MODULE_1__.domElements.thickboxModalClose).off('click').on('click', this.close);
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
}
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return ThickBoxModal;
|
|
||||||
}();
|
}();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ "./scripts/feedback/feedbackFormApi.ts":
|
/***/ "./scripts/feedback/feedbackFormApi.ts":
|
||||||
@@ -254,7 +243,8 @@ var CoreMessages = {
|
|||||||
ReloadParentFrame: 'INTEGRATED_APP_EMBEDDER_RELOAD_PARENT_FRAME',
|
ReloadParentFrame: 'INTEGRATED_APP_EMBEDDER_RELOAD_PARENT_FRAME',
|
||||||
RedirectParentFrame: 'INTEGRATED_APP_EMBEDDER_REDIRECT_PARENT_FRAME',
|
RedirectParentFrame: 'INTEGRATED_APP_EMBEDDER_REDIRECT_PARENT_FRAME',
|
||||||
SendLocale: 'INTEGRATED_APP_EMBEDDER_SEND_LOCALE',
|
SendLocale: 'INTEGRATED_APP_EMBEDDER_SEND_LOCALE',
|
||||||
SendDeviceId: 'INTEGRATED_APP_EMBEDDER_SEND_DEVICE_ID'
|
SendDeviceId: 'INTEGRATED_APP_EMBEDDER_SEND_DEVICE_ID',
|
||||||
|
SendIntegratedAppConfig: 'INTEGRATED_APP_EMBEDDER_CONFIG'
|
||||||
};
|
};
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@@ -414,11 +404,13 @@ function configureRaven() {
|
|||||||
if (_constants_leadinConfig__WEBPACK_IMPORTED_MODULE_1__.hubspotBaseUrl.indexOf('app.hubspot.com') === -1) {
|
if (_constants_leadinConfig__WEBPACK_IMPORTED_MODULE_1__.hubspotBaseUrl.indexOf('app.hubspot.com') === -1) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
raven_js__WEBPACK_IMPORTED_MODULE_0___default().config('https://e9b8f382cdd130c0d415cd977d2be56f@exceptions.hubspot.com/1', {
|
raven_js__WEBPACK_IMPORTED_MODULE_0___default().config('https://e9b8f382cdd130c0d415cd977d2be56f@exceptions.hubspot.com/1', {
|
||||||
instrument: {
|
instrument: {
|
||||||
tryCatch: false
|
tryCatch: false
|
||||||
},
|
},
|
||||||
|
shouldSendCallback: function shouldSendCallback(data) {
|
||||||
|
return !!data && !!data.culprit && /plugins\/leadin\//.test(data.culprit);
|
||||||
|
},
|
||||||
release: _constants_leadinConfig__WEBPACK_IMPORTED_MODULE_1__.leadinPluginVersion
|
release: _constants_leadinConfig__WEBPACK_IMPORTED_MODULE_1__.leadinPluginVersion
|
||||||
}).install();
|
}).install();
|
||||||
raven_js__WEBPACK_IMPORTED_MODULE_0___default().setTagsContext({
|
raven_js__WEBPACK_IMPORTED_MODULE_0___default().setTagsContext({
|
||||||
@@ -462,7 +454,6 @@ function initAppOnReady(initFn) {
|
|||||||
function main() {
|
function main() {
|
||||||
jquery__WEBPACK_IMPORTED_MODULE_0___default()(initFn);
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(initFn);
|
||||||
}
|
}
|
||||||
|
|
||||||
initApp(main);
|
initApp(main);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -494,14 +485,13 @@ function initBackgroundApp(initFn) {
|
|||||||
initFn();
|
initFn();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
(0,_appUtils__WEBPACK_IMPORTED_MODULE_1__.initApp)(main);
|
(0,_appUtils__WEBPACK_IMPORTED_MODULE_1__.initApp)(main);
|
||||||
}
|
}
|
||||||
var getOrCreateBackgroundApp = function getOrCreateBackgroundApp(refreshToken) {
|
var getOrCreateBackgroundApp = function getOrCreateBackgroundApp() {
|
||||||
|
var refreshToken = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
||||||
if (window.LeadinBackgroundApp) {
|
if (window.LeadinBackgroundApp) {
|
||||||
return window.LeadinBackgroundApp;
|
return window.LeadinBackgroundApp;
|
||||||
}
|
}
|
||||||
|
|
||||||
var _window = window,
|
var _window = window,
|
||||||
IntegratedAppEmbedder = _window.IntegratedAppEmbedder,
|
IntegratedAppEmbedder = _window.IntegratedAppEmbedder,
|
||||||
IntegratedAppOptions = _window.IntegratedAppOptions;
|
IntegratedAppOptions = _window.IntegratedAppOptions;
|
||||||
@@ -509,7 +499,6 @@ var getOrCreateBackgroundApp = function getOrCreateBackgroundApp(refreshToken) {
|
|||||||
var embedder = new IntegratedAppEmbedder('integrated-plugin-proxy', _constants_leadinConfig__WEBPACK_IMPORTED_MODULE_0__.portalId, _constants_leadinConfig__WEBPACK_IMPORTED_MODULE_0__.hubspotBaseUrl, function () {}).setOptions(options);
|
var embedder = new IntegratedAppEmbedder('integrated-plugin-proxy', _constants_leadinConfig__WEBPACK_IMPORTED_MODULE_0__.portalId, _constants_leadinConfig__WEBPACK_IMPORTED_MODULE_0__.hubspotBaseUrl, function () {}).setOptions(options);
|
||||||
embedder.attachTo(document.body, false);
|
embedder.attachTo(document.body, false);
|
||||||
embedder.postStartAppMessage(); // lets the app know all all data has been passed to it
|
embedder.postStartAppMessage(); // lets the app know all all data has been passed to it
|
||||||
|
|
||||||
window.LeadinBackgroundApp = embedder;
|
window.LeadinBackgroundApp = embedder;
|
||||||
return window.LeadinBackgroundApp;
|
return window.LeadinBackgroundApp;
|
||||||
};
|
};
|
||||||
@@ -3778,10 +3767,7 @@ __webpack_require__.r(__webpack_exports__);
|
|||||||
/* harmony import */ var _feedback_ThickBoxModal__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../feedback/ThickBoxModal */ "./scripts/feedback/ThickBoxModal.ts");
|
/* harmony import */ var _feedback_ThickBoxModal__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../feedback/ThickBoxModal */ "./scripts/feedback/ThickBoxModal.ts");
|
||||||
/* harmony import */ var _feedback_feedbackFormApi__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../feedback/feedbackFormApi */ "./scripts/feedback/feedbackFormApi.ts");
|
/* harmony import */ var _feedback_feedbackFormApi__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../feedback/feedbackFormApi */ "./scripts/feedback/feedbackFormApi.ts");
|
||||||
/* harmony import */ var _utils_backgroundAppUtils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../utils/backgroundAppUtils */ "./scripts/utils/backgroundAppUtils.ts");
|
/* harmony import */ var _utils_backgroundAppUtils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../utils/backgroundAppUtils */ "./scripts/utils/backgroundAppUtils.ts");
|
||||||
/* harmony import */ var _constants_leadinConfig__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../constants/leadinConfig */ "./scripts/constants/leadinConfig.ts");
|
/* harmony import */ var _iframe_integratedMessages__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../iframe/integratedMessages */ "./scripts/iframe/integratedMessages/index.ts");
|
||||||
/* harmony import */ var _iframe_integratedMessages__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../iframe/integratedMessages */ "./scripts/iframe/integratedMessages/index.ts");
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -3789,18 +3775,16 @@ __webpack_require__.r(__webpack_exports__);
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
var embedder;
|
||||||
function deactivatePlugin() {
|
function deactivatePlugin() {
|
||||||
var href = jquery__WEBPACK_IMPORTED_MODULE_0___default()(_constants_selectors__WEBPACK_IMPORTED_MODULE_2__.domElements.deactivatePluginButton).attr('href');
|
var href = jquery__WEBPACK_IMPORTED_MODULE_0___default()(_constants_selectors__WEBPACK_IMPORTED_MODULE_2__.domElements.deactivatePluginButton).attr('href');
|
||||||
|
|
||||||
if (href) {
|
if (href) {
|
||||||
window.location.href = href;
|
window.location.href = href;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function setLoadingState() {
|
function setLoadingState() {
|
||||||
jquery__WEBPACK_IMPORTED_MODULE_0___default()(_constants_selectors__WEBPACK_IMPORTED_MODULE_2__.domElements.deactivateFeedbackSubmit).addClass('loading');
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(_constants_selectors__WEBPACK_IMPORTED_MODULE_2__.domElements.deactivateFeedbackSubmit).addClass('loading');
|
||||||
}
|
}
|
||||||
|
|
||||||
function submitAndDeactivate(e) {
|
function submitAndDeactivate(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
setLoadingState();
|
setLoadingState();
|
||||||
@@ -3808,10 +3792,9 @@ function submitAndDeactivate(e) {
|
|||||||
return field.name === 'feedback';
|
return field.name === 'feedback';
|
||||||
});
|
});
|
||||||
(0,_feedback_feedbackFormApi__WEBPACK_IMPORTED_MODULE_4__.submitFeedbackForm)(_constants_selectors__WEBPACK_IMPORTED_MODULE_2__.domElements.deactivateFeedbackForm).then(function () {
|
(0,_feedback_feedbackFormApi__WEBPACK_IMPORTED_MODULE_4__.submitFeedbackForm)(_constants_selectors__WEBPACK_IMPORTED_MODULE_2__.domElements.deactivateFeedbackForm).then(function () {
|
||||||
if (feedback && _constants_leadinConfig__WEBPACK_IMPORTED_MODULE_6__.refreshToken) {
|
if (feedback) {
|
||||||
var embedder = (0,_utils_backgroundAppUtils__WEBPACK_IMPORTED_MODULE_5__.getOrCreateBackgroundApp)(_constants_leadinConfig__WEBPACK_IMPORTED_MODULE_6__.refreshToken);
|
|
||||||
embedder.postMessage({
|
embedder.postMessage({
|
||||||
key: _iframe_integratedMessages__WEBPACK_IMPORTED_MODULE_7__.ProxyMessages.TrackPluginDeactivation,
|
key: _iframe_integratedMessages__WEBPACK_IMPORTED_MODULE_6__.ProxyMessages.TrackPluginDeactivation,
|
||||||
payload: {
|
payload: {
|
||||||
type: feedback.value.trim().replace(/[\s']+/g, '_')
|
type: feedback.value.trim().replace(/[\s']+/g, '_')
|
||||||
}
|
}
|
||||||
@@ -3823,14 +3806,13 @@ function submitAndDeactivate(e) {
|
|||||||
deactivatePlugin();
|
deactivatePlugin();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
|
embedder = (0,_utils_backgroundAppUtils__WEBPACK_IMPORTED_MODULE_5__.getOrCreateBackgroundApp)();
|
||||||
// eslint-disable-next-line no-new
|
// eslint-disable-next-line no-new
|
||||||
new _feedback_ThickBoxModal__WEBPACK_IMPORTED_MODULE_3__["default"](_constants_selectors__WEBPACK_IMPORTED_MODULE_2__.domElements.deactivatePluginButton, 'leadin-feedback-container', 'leadin-feedback-window', 'leadin-feedback-content');
|
new _feedback_ThickBoxModal__WEBPACK_IMPORTED_MODULE_3__["default"](_constants_selectors__WEBPACK_IMPORTED_MODULE_2__.domElements.deactivatePluginButton, 'leadin-feedback-container', 'leadin-feedback-window', 'leadin-feedback-content');
|
||||||
jquery__WEBPACK_IMPORTED_MODULE_0___default()(_constants_selectors__WEBPACK_IMPORTED_MODULE_2__.domElements.deactivateFeedbackForm).off('submit').on('submit', submitAndDeactivate);
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(_constants_selectors__WEBPACK_IMPORTED_MODULE_2__.domElements.deactivateFeedbackForm).off('submit').on('submit', submitAndDeactivate);
|
||||||
jquery__WEBPACK_IMPORTED_MODULE_0___default()(_constants_selectors__WEBPACK_IMPORTED_MODULE_2__.domElements.deactivateFeedbackSkip).off('click').on('click', deactivatePlugin);
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(_constants_selectors__WEBPACK_IMPORTED_MODULE_2__.domElements.deactivateFeedbackSkip).off('click').on('click', deactivatePlugin);
|
||||||
}
|
}
|
||||||
|
|
||||||
(0,_utils_backgroundAppUtils__WEBPACK_IMPORTED_MODULE_5__.initBackgroundApp)(init);
|
(0,_utils_backgroundAppUtils__WEBPACK_IMPORTED_MODULE_5__.initBackgroundApp)(init);
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
|||||||
<?php return array('dependencies' => array('jquery', 'react', 'wp-blocks', 'wp-components', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => '2129d49ff2651d26d477');
|
<?php return array('dependencies' => array('jquery', 'react', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => '9b041926bbad0f5643de');
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
|||||||
<?php return array('dependencies' => array('jquery', 'react', 'react-dom', 'wp-i18n'), 'version' => '3408e7707e6fed1f69d5');
|
<?php return array('dependencies' => array('jquery', 'react', 'react-dom', 'wp-i18n'), 'version' => '27046fbabc41d2408a9d');
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
\********************************************************************************************************************************************************************/
|
\********************************************************************************************************************************************************************/
|
||||||
.i1jit3y0{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:120px;font-family:'Lexend Deca',Helvetica,Arial,sans-serif;font-weight:400;font-size:14px;font-size:0.875rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;line-height:1.5rem;}
|
.i1jit3y0{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:120px;font-family:'Lexend Deca',Helvetica,Arial,sans-serif;font-weight:400;font-size:14px;font-size:0.875rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;line-height:1.5rem;}
|
||||||
.e12lu7tb{text-shadow:0 0 1px transparent;margin-bottom:1.25rem;color:#33475b;font-size:1.25rem;}
|
.e12lu7tb{text-shadow:0 0 1px transparent;margin-bottom:1.25rem;color:#33475b;font-size:1.25rem;}
|
||||||
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi91c3Ivc2hhcmUvaHVic3BvdC9idWlsZC93b3Jrc3BhY2UvTGVhZGluV29yZFByZXNzUGx1Z2luL2xlYWRpbi9zY3JpcHRzL2lmcmFtZS9JZnJhbWVFcnJvclBhZ2UudHN4Il0sIm5hbWVzIjpbIi5pMWppdDN5MCIsIi5lMTJsdTd0YiJdLCJtYXBwaW5ncyI6IkFBRzZCQTtBQWVUQyIsImZpbGUiOiIvdXNyL3NoYXJlL2h1YnNwb3QvYnVpbGQvd29ya3NwYWNlL0xlYWRpbldvcmRQcmVzc1BsdWdpbi9sZWFkaW4vc2NyaXB0cy9pZnJhbWUvSWZyYW1lRXJyb3JQYWdlLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGpzeCBhcyBfanN4LCBqc3hzIGFzIF9qc3hzIH0gZnJvbSBcInJlYWN0L2pzeC1ydW50aW1lXCI7XG5pbXBvcnQgeyBfXyB9IGZyb20gJ0B3b3JkcHJlc3MvaTE4bic7XG5pbXBvcnQgeyBzdHlsZWQgfSBmcm9tICdAbGluYXJpYS9yZWFjdCc7XG5jb25zdCBJZnJhbWVFcnJvckNvbnRhaW5lciA9IHN0eWxlZC5kaXYgYFxuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgbWFyZ2luLXRvcDogMTIwcHg7XG4gIGZvbnQtZmFtaWx5OiAnTGV4ZW5kIERlY2EnLCBIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmO1xuICBmb250LXdlaWdodDogNDAwO1xuICBmb250LXNpemU6IDE0cHg7XG4gIGZvbnQtc2l6ZTogMC44NzVyZW07XG4gIC13ZWJraXQtZm9udC1zbW9vdGhpbmc6IGFudGlhbGlhc2VkO1xuICAtbW96LW9zeC1mb250LXNtb290aGluZzogZ3JheXNjYWxlO1xuICBmb250LXNtb290aGluZzogYW50aWFsaWFzZWQ7XG4gIGxpbmUtaGVpZ2h0OiAxLjVyZW07XG5gO1xuY29uc3QgRXJyb3JIZWFkZXIgPSBzdHlsZWQuaDEgYFxuICB0ZXh0LXNoYWRvdzogMCAwIDFweCB0cmFuc3BhcmVudDtcbiAgbWFyZ2luLWJvdHRvbTogMS4yNXJlbTtcbiAgY29sb3I6ICMzMzQ3NWI7XG4gIGZvbnQtc2l6ZTogMS4yNXJlbTtcbmA7XG5leHBvcnQgY29uc3QgSWZyYW1lRXJyb3JQYWdlID0gKCkgPT4gKF9qc3hzKElmcmFtZUVycm9yQ29udGFpbmVyLCB7IGNoaWxkcmVuOiBbX2pzeChcImltZ1wiLCB7IGFsdDogXCJDYW5ub3QgZmluZCBwYWdlXCIsIHdpZHRoOiBcIjE3NVwiLCBzcmM6IFwiLy9zdGF0aWMuaHNhcHBzdGF0aWMubmV0L3VpLWltYWdlcy9zdGF0aWMtMS4xNC9vcHRpbWl6ZWQvZXJyb3JzL21hcC5zdmdcIiB9KSwgX2pzeChFcnJvckhlYWRlciwgeyBjaGlsZHJlbjogX18oJ1RoZSBIdWJTcG90IGZvciBXb3JkUHJlc3MgcGx1Z2luIGlzIG5vdCBhYmxlIHRvIGxvYWQgcGFnZXMnLCAnbGVhZGluJykgfSksIF9qc3goXCJwXCIsIHsgY2hpbGRyZW46IF9fKCdUcnkgZGlzYWJsaW5nIHlvdXIgYnJvd3NlciBleHRlbnNpb25zIGFuZCBhZCBibG9ja2VycywgdGhlbiByZWZyZXNoIHRoZSBwYWdlJywgJ2xlYWRpbicpIH0pLCBfanN4KFwicFwiLCB7IGNoaWxkcmVuOiBfXygnT3Igb3BlbiB0aGUgSHViU3BvdCBmb3IgV29yZFByZXNzIHBsdWdpbiBpbiBhIGRpZmZlcmVudCBicm93c2VyJywgJ2xlYWRpbicpIH0pXSB9KSk7XG4iXX0=*/
|
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi91c3Ivc2hhcmUvaHVic3BvdC9idWlsZC93b3Jrc3BhY2UvTGVhZGluV29yZFByZXNzUGx1Z2luL3BsdWdpbnMvbGVhZGluL3NjcmlwdHMvaWZyYW1lL0lmcmFtZUVycm9yUGFnZS50c3giXSwibmFtZXMiOlsiLmkxaml0M3kwIiwiLmUxMmx1N3RiIl0sIm1hcHBpbmdzIjoiQUFJNkJBO0FBZVRDIiwiZmlsZSI6Ii91c3Ivc2hhcmUvaHVic3BvdC9idWlsZC93b3Jrc3BhY2UvTGVhZGluV29yZFByZXNzUGx1Z2luL3BsdWdpbnMvbGVhZGluL3NjcmlwdHMvaWZyYW1lL0lmcmFtZUVycm9yUGFnZS50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBqc3ggYXMgX2pzeCwganN4cyBhcyBfanN4cyB9IGZyb20gXCJyZWFjdC9qc3gtcnVudGltZVwiO1xuaW1wb3J0IFJlYWN0IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7IF9fIH0gZnJvbSAnQHdvcmRwcmVzcy9pMThuJztcbmltcG9ydCB7IHN0eWxlZCB9IGZyb20gJ0BsaW5hcmlhL3JlYWN0JztcbmNvbnN0IElmcmFtZUVycm9yQ29udGFpbmVyID0gc3R5bGVkLmRpdiBgXG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBtYXJnaW4tdG9wOiAxMjBweDtcbiAgZm9udC1mYW1pbHk6ICdMZXhlbmQgRGVjYScsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7XG4gIGZvbnQtd2VpZ2h0OiA0MDA7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgZm9udC1zaXplOiAwLjg3NXJlbTtcbiAgLXdlYmtpdC1mb250LXNtb290aGluZzogYW50aWFsaWFzZWQ7XG4gIC1tb3otb3N4LWZvbnQtc21vb3RoaW5nOiBncmF5c2NhbGU7XG4gIGZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDtcbiAgbGluZS1oZWlnaHQ6IDEuNXJlbTtcbmA7XG5jb25zdCBFcnJvckhlYWRlciA9IHN0eWxlZC5oMSBgXG4gIHRleHQtc2hhZG93OiAwIDAgMXB4IHRyYW5zcGFyZW50O1xuICBtYXJnaW4tYm90dG9tOiAxLjI1cmVtO1xuICBjb2xvcjogIzMzNDc1YjtcbiAgZm9udC1zaXplOiAxLjI1cmVtO1xuYDtcbmV4cG9ydCBjb25zdCBJZnJhbWVFcnJvclBhZ2UgPSAoKSA9PiAoX2pzeHMoSWZyYW1lRXJyb3JDb250YWluZXIsIHsgY2hpbGRyZW46IFtfanN4KFwiaW1nXCIsIHsgYWx0OiBcIkNhbm5vdCBmaW5kIHBhZ2VcIiwgd2lkdGg6IFwiMTc1XCIsIHNyYzogXCIvL3N0YXRpYy5oc2FwcHN0YXRpYy5uZXQvdWktaW1hZ2VzL3N0YXRpYy0xLjE0L29wdGltaXplZC9lcnJvcnMvbWFwLnN2Z1wiIH0pLCBfanN4KEVycm9ySGVhZGVyLCB7IGNoaWxkcmVuOiBfXygnVGhlIEh1YlNwb3QgZm9yIFdvcmRQcmVzcyBwbHVnaW4gaXMgbm90IGFibGUgdG8gbG9hZCBwYWdlcycsICdsZWFkaW4nKSB9KSwgX2pzeChcInBcIiwgeyBjaGlsZHJlbjogX18oJ1RyeSBkaXNhYmxpbmcgeW91ciBicm93c2VyIGV4dGVuc2lvbnMgYW5kIGFkIGJsb2NrZXJzLCB0aGVuIHJlZnJlc2ggdGhlIHBhZ2UnLCAnbGVhZGluJykgfSksIF9qc3goXCJwXCIsIHsgY2hpbGRyZW46IF9fKCdPciBvcGVuIHRoZSBIdWJTcG90IGZvciBXb3JkUHJlc3MgcGx1Z2luIGluIGEgZGlmZmVyZW50IGJyb3dzZXInLCAnbGVhZGluJykgfSldIH0pKTtcbiJdfQ==*/
|
||||||
|
|
||||||
/*# sourceMappingURL=leadin.css.map*/
|
/*# sourceMappingURL=leadin.css.map*/
|
||||||
@@ -1 +1 @@
|
|||||||
{"version":3,"file":"leadin.css","mappings":";;;AAG6BA,UAAAA,mBAAAA,CAAAA,oBAAAA,CAAAA,mBAAAA,CAAAA,YAAAA,CAAAA,6BAAAA,CAAAA,yBAAAA,CAAAA,qBAAAA,CAAAA,0BAAAA,CAAAA,wBAAAA,CAAAA,qBAAAA,CAAAA,kBAAAA,CAAAA,uBAAAA,CAAAA,8BAAAA,CAAAA,oBAAAA,CAAAA,sBAAAA,CAAAA,gBAAAA,CAAAA,oDAAAA,CAAAA,eAAAA,CAAAA,cAAAA,CAAAA,kBAAAA,CAAAA,kCAAAA,CAAAA,iCAAAA,CAAAA,0BAAAA,CAAAA,kBAAAA,CAAAA;AAeTC,UAAAA,+BAAAA,CAAAA,qBAAAA,CAAAA,aAAAA,CAAAA,iBAAAA,CAAAA;AChBpB,2oEAA2oE,C","sources":["webpack://leadin/./scripts/iframe/IframeErrorPage.tsx","webpack://leadin/./scripts/iframe/IframeErrorPage.tsx"],"sourcesContent":["import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { __ } from '@wordpress/i18n';\nimport { styled } from '@linaria/react';\nconst IframeErrorContainer = styled.div `\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n margin-top: 120px;\n font-family: 'Lexend Deca', Helvetica, Arial, sans-serif;\n font-weight: 400;\n font-size: 14px;\n font-size: 0.875rem;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-smoothing: antialiased;\n line-height: 1.5rem;\n`;\nconst ErrorHeader = styled.h1 `\n text-shadow: 0 0 1px transparent;\n margin-bottom: 1.25rem;\n color: #33475b;\n font-size: 1.25rem;\n`;\nexport const IframeErrorPage = () => (_jsxs(IframeErrorContainer, { children: [_jsx(\"img\", { alt: \"Cannot find page\", width: \"175\", src: \"//static.hsappstatic.net/ui-images/static-1.14/optimized/errors/map.svg\" }), _jsx(ErrorHeader, { children: __('The HubSpot for WordPress plugin is not able to load pages', 'leadin') }), _jsx(\"p\", { children: __('Try disabling your browser extensions and ad blockers, then refresh the page', 'leadin') }), _jsx(\"p\", { children: __('Or open the HubSpot for WordPress plugin in a different browser', 'leadin') })] }));\n",".i1jit3y0{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:120px;font-family:'Lexend Deca',Helvetica,Arial,sans-serif;font-weight:400;font-size:14px;font-size:0.875rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;line-height:1.5rem;}\n.e12lu7tb{text-shadow:0 0 1px transparent;margin-bottom:1.25rem;color:#33475b;font-size:1.25rem;}\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi91c3Ivc2hhcmUvaHVic3BvdC9idWlsZC93b3Jrc3BhY2UvTGVhZGluV29yZFByZXNzUGx1Z2luL2xlYWRpbi9zY3JpcHRzL2lmcmFtZS9JZnJhbWVFcnJvclBhZ2UudHN4Il0sIm5hbWVzIjpbIi5pMWppdDN5MCIsIi5lMTJsdTd0YiJdLCJtYXBwaW5ncyI6IkFBRzZCQTtBQWVUQyIsImZpbGUiOiIvdXNyL3NoYXJlL2h1YnNwb3QvYnVpbGQvd29ya3NwYWNlL0xlYWRpbldvcmRQcmVzc1BsdWdpbi9sZWFkaW4vc2NyaXB0cy9pZnJhbWUvSWZyYW1lRXJyb3JQYWdlLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGpzeCBhcyBfanN4LCBqc3hzIGFzIF9qc3hzIH0gZnJvbSBcInJlYWN0L2pzeC1ydW50aW1lXCI7XG5pbXBvcnQgeyBfXyB9IGZyb20gJ0B3b3JkcHJlc3MvaTE4bic7XG5pbXBvcnQgeyBzdHlsZWQgfSBmcm9tICdAbGluYXJpYS9yZWFjdCc7XG5jb25zdCBJZnJhbWVFcnJvckNvbnRhaW5lciA9IHN0eWxlZC5kaXYgYFxuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgbWFyZ2luLXRvcDogMTIwcHg7XG4gIGZvbnQtZmFtaWx5OiAnTGV4ZW5kIERlY2EnLCBIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmO1xuICBmb250LXdlaWdodDogNDAwO1xuICBmb250LXNpemU6IDE0cHg7XG4gIGZvbnQtc2l6ZTogMC44NzVyZW07XG4gIC13ZWJraXQtZm9udC1zbW9vdGhpbmc6IGFudGlhbGlhc2VkO1xuICAtbW96LW9zeC1mb250LXNtb290aGluZzogZ3JheXNjYWxlO1xuICBmb250LXNtb290aGluZzogYW50aWFsaWFzZWQ7XG4gIGxpbmUtaGVpZ2h0OiAxLjVyZW07XG5gO1xuY29uc3QgRXJyb3JIZWFkZXIgPSBzdHlsZWQuaDEgYFxuICB0ZXh0LXNoYWRvdzogMCAwIDFweCB0cmFuc3BhcmVudDtcbiAgbWFyZ2luLWJvdHRvbTogMS4yNXJlbTtcbiAgY29sb3I6ICMzMzQ3NWI7XG4gIGZvbnQtc2l6ZTogMS4yNXJlbTtcbmA7XG5leHBvcnQgY29uc3QgSWZyYW1lRXJyb3JQYWdlID0gKCkgPT4gKF9qc3hzKElmcmFtZUVycm9yQ29udGFpbmVyLCB7IGNoaWxkcmVuOiBbX2pzeChcImltZ1wiLCB7IGFsdDogXCJDYW5ub3QgZmluZCBwYWdlXCIsIHdpZHRoOiBcIjE3NVwiLCBzcmM6IFwiLy9zdGF0aWMuaHNhcHBzdGF0aWMubmV0L3VpLWltYWdlcy9zdGF0aWMtMS4xNC9vcHRpbWl6ZWQvZXJyb3JzL21hcC5zdmdcIiB9KSwgX2pzeChFcnJvckhlYWRlciwgeyBjaGlsZHJlbjogX18oJ1RoZSBIdWJTcG90IGZvciBXb3JkUHJlc3MgcGx1Z2luIGlzIG5vdCBhYmxlIHRvIGxvYWQgcGFnZXMnLCAnbGVhZGluJykgfSksIF9qc3goXCJwXCIsIHsgY2hpbGRyZW46IF9fKCdUcnkgZGlzYWJsaW5nIHlvdXIgYnJvd3NlciBleHRlbnNpb25zIGFuZCBhZCBibG9ja2VycywgdGhlbiByZWZyZXNoIHRoZSBwYWdlJywgJ2xlYWRpbicpIH0pLCBfanN4KFwicFwiLCB7IGNoaWxkcmVuOiBfXygnT3Igb3BlbiB0aGUgSHViU3BvdCBmb3IgV29yZFByZXNzIHBsdWdpbiBpbiBhIGRpZmZlcmVudCBicm93c2VyJywgJ2xlYWRpbicpIH0pXSB9KSk7XG4iXX0=*/"],"names":[".i1jit3y0",".e12lu7tb"],"sourceRoot":""}
|
{"version":3,"file":"leadin.css","mappings":";;;AAI6BA,UAAAA,mBAAAA,CAAAA,oBAAAA,CAAAA,mBAAAA,CAAAA,YAAAA,CAAAA,6BAAAA,CAAAA,yBAAAA,CAAAA,qBAAAA,CAAAA,0BAAAA,CAAAA,wBAAAA,CAAAA,qBAAAA,CAAAA,kBAAAA,CAAAA,uBAAAA,CAAAA,8BAAAA,CAAAA,oBAAAA,CAAAA,sBAAAA,CAAAA,gBAAAA,CAAAA,oDAAAA,CAAAA,eAAAA,CAAAA,cAAAA,CAAAA,kBAAAA,CAAAA,kCAAAA,CAAAA,iCAAAA,CAAAA,0BAAAA,CAAAA,kBAAAA,CAAAA;AAeTC,UAAAA,+BAAAA,CAAAA,qBAAAA,CAAAA,aAAAA,CAAAA,iBAAAA,CAAAA;ACjBpB,usEAAusE,C","sources":["webpack://leadin/./scripts/iframe/IframeErrorPage.tsx","webpack://leadin/./scripts/iframe/IframeErrorPage.tsx"],"sourcesContent":["import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport React from 'react';\nimport { __ } from '@wordpress/i18n';\nimport { styled } from '@linaria/react';\nconst IframeErrorContainer = styled.div `\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n margin-top: 120px;\n font-family: 'Lexend Deca', Helvetica, Arial, sans-serif;\n font-weight: 400;\n font-size: 14px;\n font-size: 0.875rem;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-smoothing: antialiased;\n line-height: 1.5rem;\n`;\nconst ErrorHeader = styled.h1 `\n text-shadow: 0 0 1px transparent;\n margin-bottom: 1.25rem;\n color: #33475b;\n font-size: 1.25rem;\n`;\nexport const IframeErrorPage = () => (_jsxs(IframeErrorContainer, { children: [_jsx(\"img\", { alt: \"Cannot find page\", width: \"175\", src: \"//static.hsappstatic.net/ui-images/static-1.14/optimized/errors/map.svg\" }), _jsx(ErrorHeader, { children: __('The HubSpot for WordPress plugin is not able to load pages', 'leadin') }), _jsx(\"p\", { children: __('Try disabling your browser extensions and ad blockers, then refresh the page', 'leadin') }), _jsx(\"p\", { children: __('Or open the HubSpot for WordPress plugin in a different browser', 'leadin') })] }));\n",".i1jit3y0{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:120px;font-family:'Lexend Deca',Helvetica,Arial,sans-serif;font-weight:400;font-size:14px;font-size:0.875rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;line-height:1.5rem;}\n.e12lu7tb{text-shadow:0 0 1px transparent;margin-bottom:1.25rem;color:#33475b;font-size:1.25rem;}\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi91c3Ivc2hhcmUvaHVic3BvdC9idWlsZC93b3Jrc3BhY2UvTGVhZGluV29yZFByZXNzUGx1Z2luL3BsdWdpbnMvbGVhZGluL3NjcmlwdHMvaWZyYW1lL0lmcmFtZUVycm9yUGFnZS50c3giXSwibmFtZXMiOlsiLmkxaml0M3kwIiwiLmUxMmx1N3RiIl0sIm1hcHBpbmdzIjoiQUFJNkJBO0FBZVRDIiwiZmlsZSI6Ii91c3Ivc2hhcmUvaHVic3BvdC9idWlsZC93b3Jrc3BhY2UvTGVhZGluV29yZFByZXNzUGx1Z2luL3BsdWdpbnMvbGVhZGluL3NjcmlwdHMvaWZyYW1lL0lmcmFtZUVycm9yUGFnZS50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBqc3ggYXMgX2pzeCwganN4cyBhcyBfanN4cyB9IGZyb20gXCJyZWFjdC9qc3gtcnVudGltZVwiO1xuaW1wb3J0IFJlYWN0IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7IF9fIH0gZnJvbSAnQHdvcmRwcmVzcy9pMThuJztcbmltcG9ydCB7IHN0eWxlZCB9IGZyb20gJ0BsaW5hcmlhL3JlYWN0JztcbmNvbnN0IElmcmFtZUVycm9yQ29udGFpbmVyID0gc3R5bGVkLmRpdiBgXG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBtYXJnaW4tdG9wOiAxMjBweDtcbiAgZm9udC1mYW1pbHk6ICdMZXhlbmQgRGVjYScsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7XG4gIGZvbnQtd2VpZ2h0OiA0MDA7XG4gIGZvbnQtc2l6ZTogMTRweDtcbiAgZm9udC1zaXplOiAwLjg3NXJlbTtcbiAgLXdlYmtpdC1mb250LXNtb290aGluZzogYW50aWFsaWFzZWQ7XG4gIC1tb3otb3N4LWZvbnQtc21vb3RoaW5nOiBncmF5c2NhbGU7XG4gIGZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDtcbiAgbGluZS1oZWlnaHQ6IDEuNXJlbTtcbmA7XG5jb25zdCBFcnJvckhlYWRlciA9IHN0eWxlZC5oMSBgXG4gIHRleHQtc2hhZG93OiAwIDAgMXB4IHRyYW5zcGFyZW50O1xuICBtYXJnaW4tYm90dG9tOiAxLjI1cmVtO1xuICBjb2xvcjogIzMzNDc1YjtcbiAgZm9udC1zaXplOiAxLjI1cmVtO1xuYDtcbmV4cG9ydCBjb25zdCBJZnJhbWVFcnJvclBhZ2UgPSAoKSA9PiAoX2pzeHMoSWZyYW1lRXJyb3JDb250YWluZXIsIHsgY2hpbGRyZW46IFtfanN4KFwiaW1nXCIsIHsgYWx0OiBcIkNhbm5vdCBmaW5kIHBhZ2VcIiwgd2lkdGg6IFwiMTc1XCIsIHNyYzogXCIvL3N0YXRpYy5oc2FwcHN0YXRpYy5uZXQvdWktaW1hZ2VzL3N0YXRpYy0xLjE0L29wdGltaXplZC9lcnJvcnMvbWFwLnN2Z1wiIH0pLCBfanN4KEVycm9ySGVhZGVyLCB7IGNoaWxkcmVuOiBfXygnVGhlIEh1YlNwb3QgZm9yIFdvcmRQcmVzcyBwbHVnaW4gaXMgbm90IGFibGUgdG8gbG9hZCBwYWdlcycsICdsZWFkaW4nKSB9KSwgX2pzeChcInBcIiwgeyBjaGlsZHJlbjogX18oJ1RyeSBkaXNhYmxpbmcgeW91ciBicm93c2VyIGV4dGVuc2lvbnMgYW5kIGFkIGJsb2NrZXJzLCB0aGVuIHJlZnJlc2ggdGhlIHBhZ2UnLCAnbGVhZGluJykgfSksIF9qc3goXCJwXCIsIHsgY2hpbGRyZW46IF9fKCdPciBvcGVuIHRoZSBIdWJTcG90IGZvciBXb3JkUHJlc3MgcGx1Z2luIGluIGEgZGlmZmVyZW50IGJyb3dzZXInLCAnbGVhZGluJykgfSldIH0pKTtcbiJdfQ==*/"],"names":[".i1jit3y0",".e12lu7tb"],"sourceRoot":""}
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
|||||||
<?php return array('dependencies' => array('jquery'), 'version' => '060055fdaca4e5c8b67b');
|
<?php return array('dependencies' => array('jquery'), 'version' => '782a59bbc37d4ec6cab0');
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ __webpack_require__.r(__webpack_exports__);
|
|||||||
/* harmony export */ "adminUrl": () => (/* binding */ adminUrl),
|
/* harmony export */ "adminUrl": () => (/* binding */ adminUrl),
|
||||||
/* harmony export */ "connectionStatus": () => (/* binding */ connectionStatus),
|
/* harmony export */ "connectionStatus": () => (/* binding */ connectionStatus),
|
||||||
/* harmony export */ "contentEmbed": () => (/* binding */ contentEmbed),
|
/* harmony export */ "contentEmbed": () => (/* binding */ contentEmbed),
|
||||||
|
/* harmony export */ "decryptError": () => (/* binding */ decryptError),
|
||||||
/* harmony export */ "deviceId": () => (/* binding */ deviceId),
|
/* harmony export */ "deviceId": () => (/* binding */ deviceId),
|
||||||
/* harmony export */ "didDisconnect": () => (/* binding */ didDisconnect),
|
/* harmony export */ "didDisconnect": () => (/* binding */ didDisconnect),
|
||||||
/* harmony export */ "env": () => (/* binding */ env),
|
/* harmony export */ "env": () => (/* binding */ env),
|
||||||
@@ -41,7 +42,6 @@ __webpack_require__.r(__webpack_exports__);
|
|||||||
/* harmony export */ "portalId": () => (/* binding */ portalId),
|
/* harmony export */ "portalId": () => (/* binding */ portalId),
|
||||||
/* harmony export */ "redirectNonce": () => (/* binding */ redirectNonce),
|
/* harmony export */ "redirectNonce": () => (/* binding */ redirectNonce),
|
||||||
/* harmony export */ "refreshToken": () => (/* binding */ refreshToken),
|
/* harmony export */ "refreshToken": () => (/* binding */ refreshToken),
|
||||||
/* harmony export */ "refreshTokenError": () => (/* binding */ refreshTokenError),
|
|
||||||
/* harmony export */ "requiresContentEmbedScope": () => (/* binding */ requiresContentEmbedScope),
|
/* harmony export */ "requiresContentEmbedScope": () => (/* binding */ requiresContentEmbedScope),
|
||||||
/* harmony export */ "restNonce": () => (/* binding */ restNonce),
|
/* harmony export */ "restNonce": () => (/* binding */ restNonce),
|
||||||
/* harmony export */ "restUrl": () => (/* binding */ restUrl),
|
/* harmony export */ "restUrl": () => (/* binding */ restUrl),
|
||||||
@@ -89,7 +89,7 @@ var _window$leadinConfig = window.leadinConfig,
|
|||||||
wpVersion = _window$leadinConfig.wpVersion,
|
wpVersion = _window$leadinConfig.wpVersion,
|
||||||
contentEmbed = _window$leadinConfig.contentEmbed,
|
contentEmbed = _window$leadinConfig.contentEmbed,
|
||||||
requiresContentEmbedScope = _window$leadinConfig.requiresContentEmbedScope,
|
requiresContentEmbedScope = _window$leadinConfig.requiresContentEmbedScope,
|
||||||
refreshTokenError = _window$leadinConfig.refreshTokenError;
|
decryptError = _window$leadinConfig.decryptError;
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@@ -144,7 +144,8 @@ var CoreMessages = {
|
|||||||
ReloadParentFrame: 'INTEGRATED_APP_EMBEDDER_RELOAD_PARENT_FRAME',
|
ReloadParentFrame: 'INTEGRATED_APP_EMBEDDER_RELOAD_PARENT_FRAME',
|
||||||
RedirectParentFrame: 'INTEGRATED_APP_EMBEDDER_REDIRECT_PARENT_FRAME',
|
RedirectParentFrame: 'INTEGRATED_APP_EMBEDDER_REDIRECT_PARENT_FRAME',
|
||||||
SendLocale: 'INTEGRATED_APP_EMBEDDER_SEND_LOCALE',
|
SendLocale: 'INTEGRATED_APP_EMBEDDER_SEND_LOCALE',
|
||||||
SendDeviceId: 'INTEGRATED_APP_EMBEDDER_SEND_DEVICE_ID'
|
SendDeviceId: 'INTEGRATED_APP_EMBEDDER_SEND_DEVICE_ID',
|
||||||
|
SendIntegratedAppConfig: 'INTEGRATED_APP_EMBEDDER_CONFIG'
|
||||||
};
|
};
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
@@ -304,11 +305,13 @@ function configureRaven() {
|
|||||||
if (_constants_leadinConfig__WEBPACK_IMPORTED_MODULE_1__.hubspotBaseUrl.indexOf('app.hubspot.com') === -1) {
|
if (_constants_leadinConfig__WEBPACK_IMPORTED_MODULE_1__.hubspotBaseUrl.indexOf('app.hubspot.com') === -1) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
raven_js__WEBPACK_IMPORTED_MODULE_0___default().config('https://e9b8f382cdd130c0d415cd977d2be56f@exceptions.hubspot.com/1', {
|
raven_js__WEBPACK_IMPORTED_MODULE_0___default().config('https://e9b8f382cdd130c0d415cd977d2be56f@exceptions.hubspot.com/1', {
|
||||||
instrument: {
|
instrument: {
|
||||||
tryCatch: false
|
tryCatch: false
|
||||||
},
|
},
|
||||||
|
shouldSendCallback: function shouldSendCallback(data) {
|
||||||
|
return !!data && !!data.culprit && /plugins\/leadin\//.test(data.culprit);
|
||||||
|
},
|
||||||
release: _constants_leadinConfig__WEBPACK_IMPORTED_MODULE_1__.leadinPluginVersion
|
release: _constants_leadinConfig__WEBPACK_IMPORTED_MODULE_1__.leadinPluginVersion
|
||||||
}).install();
|
}).install();
|
||||||
raven_js__WEBPACK_IMPORTED_MODULE_0___default().setTagsContext({
|
raven_js__WEBPACK_IMPORTED_MODULE_0___default().setTagsContext({
|
||||||
@@ -352,7 +355,6 @@ function initAppOnReady(initFn) {
|
|||||||
function main() {
|
function main() {
|
||||||
jquery__WEBPACK_IMPORTED_MODULE_0___default()(initFn);
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(initFn);
|
||||||
}
|
}
|
||||||
|
|
||||||
initApp(main);
|
initApp(main);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -384,14 +386,13 @@ function initBackgroundApp(initFn) {
|
|||||||
initFn();
|
initFn();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
(0,_appUtils__WEBPACK_IMPORTED_MODULE_1__.initApp)(main);
|
(0,_appUtils__WEBPACK_IMPORTED_MODULE_1__.initApp)(main);
|
||||||
}
|
}
|
||||||
var getOrCreateBackgroundApp = function getOrCreateBackgroundApp(refreshToken) {
|
var getOrCreateBackgroundApp = function getOrCreateBackgroundApp() {
|
||||||
|
var refreshToken = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
||||||
if (window.LeadinBackgroundApp) {
|
if (window.LeadinBackgroundApp) {
|
||||||
return window.LeadinBackgroundApp;
|
return window.LeadinBackgroundApp;
|
||||||
}
|
}
|
||||||
|
|
||||||
var _window = window,
|
var _window = window,
|
||||||
IntegratedAppEmbedder = _window.IntegratedAppEmbedder,
|
IntegratedAppEmbedder = _window.IntegratedAppEmbedder,
|
||||||
IntegratedAppOptions = _window.IntegratedAppOptions;
|
IntegratedAppOptions = _window.IntegratedAppOptions;
|
||||||
@@ -399,7 +400,6 @@ var getOrCreateBackgroundApp = function getOrCreateBackgroundApp(refreshToken) {
|
|||||||
var embedder = new IntegratedAppEmbedder('integrated-plugin-proxy', _constants_leadinConfig__WEBPACK_IMPORTED_MODULE_0__.portalId, _constants_leadinConfig__WEBPACK_IMPORTED_MODULE_0__.hubspotBaseUrl, function () {}).setOptions(options);
|
var embedder = new IntegratedAppEmbedder('integrated-plugin-proxy', _constants_leadinConfig__WEBPACK_IMPORTED_MODULE_0__.portalId, _constants_leadinConfig__WEBPACK_IMPORTED_MODULE_0__.hubspotBaseUrl, function () {}).setOptions(options);
|
||||||
embedder.attachTo(document.body, false);
|
embedder.attachTo(document.body, false);
|
||||||
embedder.postStartAppMessage(); // lets the app know all all data has been passed to it
|
embedder.postStartAppMessage(); // lets the app know all all data has been passed to it
|
||||||
|
|
||||||
window.LeadinBackgroundApp = embedder;
|
window.LeadinBackgroundApp = embedder;
|
||||||
return window.LeadinBackgroundApp;
|
return window.LeadinBackgroundApp;
|
||||||
};
|
};
|
||||||
@@ -3676,7 +3676,6 @@ __webpack_require__.r(__webpack_exports__);
|
|||||||
|
|
||||||
|
|
||||||
var REVIEW_BANNER_INTRO_PERIOD_DAYS = 15;
|
var REVIEW_BANNER_INTRO_PERIOD_DAYS = 15;
|
||||||
|
|
||||||
var userIsAfterIntroductoryPeriod = function userIsAfterIntroductoryPeriod() {
|
var userIsAfterIntroductoryPeriod = function userIsAfterIntroductoryPeriod() {
|
||||||
var activationDate = new Date(+_constants_leadinConfig__WEBPACK_IMPORTED_MODULE_3__.activationTime * 1000);
|
var activationDate = new Date(+_constants_leadinConfig__WEBPACK_IMPORTED_MODULE_3__.activationTime * 1000);
|
||||||
var currentDate = new Date();
|
var currentDate = new Date();
|
||||||
@@ -3687,13 +3686,10 @@ var userIsAfterIntroductoryPeriod = function userIsAfterIntroductoryPeriod() {
|
|||||||
* Adds some methods to window when review banner is
|
* Adds some methods to window when review banner is
|
||||||
* displayed to monitor events
|
* displayed to monitor events
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
function initMonitorReviewBanner() {
|
function initMonitorReviewBanner() {
|
||||||
if (_constants_leadinConfig__WEBPACK_IMPORTED_MODULE_3__.refreshToken) {
|
if (_constants_leadinConfig__WEBPACK_IMPORTED_MODULE_3__.refreshToken) {
|
||||||
var embedder = (0,_utils_backgroundAppUtils__WEBPACK_IMPORTED_MODULE_1__.getOrCreateBackgroundApp)(_constants_leadinConfig__WEBPACK_IMPORTED_MODULE_3__.refreshToken);
|
var embedder = (0,_utils_backgroundAppUtils__WEBPACK_IMPORTED_MODULE_1__.getOrCreateBackgroundApp)(_constants_leadinConfig__WEBPACK_IMPORTED_MODULE_3__.refreshToken);
|
||||||
var container = jquery__WEBPACK_IMPORTED_MODULE_0___default()(_constants_selectors__WEBPACK_IMPORTED_MODULE_2__.domElements.reviewBannerContainer);
|
var container = jquery__WEBPACK_IMPORTED_MODULE_0___default()(_constants_selectors__WEBPACK_IMPORTED_MODULE_2__.domElements.reviewBannerContainer);
|
||||||
|
|
||||||
if (container && userIsAfterIntroductoryPeriod()) {
|
if (container && userIsAfterIntroductoryPeriod()) {
|
||||||
jquery__WEBPACK_IMPORTED_MODULE_0___default()(_constants_selectors__WEBPACK_IMPORTED_MODULE_2__.domElements.reviewBannerLeaveReviewLink).off('click').on('click', function () {
|
jquery__WEBPACK_IMPORTED_MODULE_0___default()(_constants_selectors__WEBPACK_IMPORTED_MODULE_2__.domElements.reviewBannerLeaveReviewLink).off('click').on('click', function () {
|
||||||
embedder.postMessage({
|
embedder.postMessage({
|
||||||
@@ -3710,7 +3706,6 @@ function initMonitorReviewBanner() {
|
|||||||
payload: +_constants_leadinConfig__WEBPACK_IMPORTED_MODULE_3__.activationTime * 1000
|
payload: +_constants_leadinConfig__WEBPACK_IMPORTED_MODULE_3__.activationTime * 1000
|
||||||
}).then(function (_ref) {
|
}).then(function (_ref) {
|
||||||
var total = _ref.total;
|
var total = _ref.total;
|
||||||
|
|
||||||
if (total >= 5) {
|
if (total >= 5) {
|
||||||
container.removeClass('leadin-review-banner--hide');
|
container.removeClass('leadin-review-banner--hide');
|
||||||
embedder.postMessage({
|
embedder.postMessage({
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,3 +1,42 @@
|
|||||||
|
= 11.1.34 (2024-07-18) =
|
||||||
|
* Fix XSS injection issue with Elementor meetings widget
|
||||||
|
|
||||||
|
= 11.1.33 (2024-07-18) =
|
||||||
|
* Filter exceptions captured from external files
|
||||||
|
|
||||||
|
= 11.1.30 (2024-07-10) =
|
||||||
|
* Bump tested up to WordPress version
|
||||||
|
|
||||||
|
= 11.1.27 (2024-06-25) =
|
||||||
|
* Remove need for refresh token when submitting deactivation feedback
|
||||||
|
|
||||||
|
= 11.1.26 (2024-06-24) =
|
||||||
|
* Add stylesheet loader bondary for gutenberg blocks
|
||||||
|
|
||||||
|
= 11.1.22 (2024-06-17) =
|
||||||
|
* Add error labels to help diagnose connection issues
|
||||||
|
|
||||||
|
= 11.1.21 (2024-06-04) =
|
||||||
|
* Improve load performance by removing redundant retry logic
|
||||||
|
|
||||||
|
= 11.1.20 (2024-05-31) =
|
||||||
|
* Remove extra logs
|
||||||
|
|
||||||
|
= 11.1.19 (2024-05-31) =
|
||||||
|
* Add AppIntegrationConfig
|
||||||
|
|
||||||
|
= 11.1.18 (2024-05-30) =
|
||||||
|
* Add default value in connection process
|
||||||
|
|
||||||
|
= 11.1.15 (2024-05-30) =
|
||||||
|
* Revert breaking changes in 11.1.13 related to the oauth connection
|
||||||
|
|
||||||
|
= 11.1.14 (2024-05-30) =
|
||||||
|
* Add apiVersion to gutenberg blocks
|
||||||
|
|
||||||
|
= 11.1.13 (2024-05-23) =
|
||||||
|
* Add error labels for connection process
|
||||||
|
|
||||||
= 11.1.11 (2024-05-16) =
|
= 11.1.11 (2024-05-16) =
|
||||||
* Add another field to integrated app config
|
* Add another field to integrated app config
|
||||||
|
|
||||||
@@ -262,46 +301,3 @@
|
|||||||
= 8.8.15 (2022-04-07) =
|
= 8.8.15 (2022-04-07) =
|
||||||
* Fix security issue related to proxy URL
|
* Fix security issue related to proxy URL
|
||||||
|
|
||||||
= 8.8.13 (2022-04-07) =
|
|
||||||
* Whitelist proxy paths
|
|
||||||
|
|
||||||
= 8.8.0 (2022-04-06) =
|
|
||||||
* Add api that updates hublet
|
|
||||||
* Add api to track user consent
|
|
||||||
|
|
||||||
= 8.7.5 (2022-03-14) =
|
|
||||||
* Always add utm params to iframe
|
|
||||||
|
|
||||||
= 8.7.0 (2022-03-11) =
|
|
||||||
* Validations to when show the review banner
|
|
||||||
* Add banner to ask the user to leave a review
|
|
||||||
|
|
||||||
= 8.6.0 (2022-03-09) =
|
|
||||||
* Add banner to ask the user to leave a review
|
|
||||||
|
|
||||||
= 8.5.50 (2022-02-22) =
|
|
||||||
* Increase WP tested up to version
|
|
||||||
|
|
||||||
= 8.5.0 (2022-02-11) =
|
|
||||||
* Add api to hide review banner
|
|
||||||
|
|
||||||
= 8.4.662 (2022-02-04) =
|
|
||||||
* Remove "shortcode" property from form definition as it was not used anywhere
|
|
||||||
|
|
||||||
= 8.4.598 (2022-01-25) =
|
|
||||||
* Add sandbox attribute to iframe
|
|
||||||
|
|
||||||
= 8.4.463 (2021-12-16) =
|
|
||||||
* Store activation time in the database. This will be needed to show contextual suggestions at the right time in the future.
|
|
||||||
|
|
||||||
= 8.4.353 (2021-11-29) =
|
|
||||||
* Add rel='noopener' to target _blank link
|
|
||||||
|
|
||||||
= 8.4.344 (2021-11-23) =
|
|
||||||
* Replace jQuery .unbind with .off
|
|
||||||
* Replace rand with wp_rand
|
|
||||||
* Fix Gutenberg block not showing due to a js error
|
|
||||||
|
|
||||||
= 8.4.302 (2021-10-21) =
|
|
||||||
* Fix for search function in HubSpot Gutenberg block
|
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -154,14 +154,20 @@ msgstr "Indstillinger"
|
|||||||
#: public/admin/class-leadinadmin.php:213
|
#: public/admin/class-leadinadmin.php:213
|
||||||
#: public/admin/class-pluginactionsmanager.php:50
|
#: public/admin/class-pluginactionsmanager.php:50
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Opgradering"
|
msgstr "Opgrader"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot All-In-One Marketing %1$s kræver PHP %2$s eller højere. Opgrader WordPress først."
|
msgstr "HubSpot All-In-One Marketing %1$s kræver PHP %2$s eller højere. Opgrader WordPress først."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot All-In-One Marketing %1$s kræver WordPress %2$s eller højere. Opgrader WordPress først."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "Dette HubSpot-plugin er ikke tilsluttet lige nu. Hvis du vil bruge HubSpot-værktøjer på dit WordPress-websted, skal du %1$stilslutte plugin'et nu%2$s."
|
msgstr "Dette HubSpot-plugin er ikke tilsluttet lige nu. Hvis du vil bruge HubSpot-værktøjer på dit WordPress-websted, skal du %1$stilslutte plugin'et nu%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "Dette HubSpot-plugin er ikke tilsluttet lige nu. Hvis du vil bruge HubSp
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Afvis denne meddelelse."
|
msgstr "Afvis denne meddelelse."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hej %1$s"
|
msgstr "Hej %1$s"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Har du 2 minutter til at udfylde %1$sdenne undersøgelse %2$som HubSpot for WordPress-plugin?"
|
msgstr "Har du 2 minutter til at udfylde %1$sdenne undersøgelse %2$som HubSpot for WordPress-plugin?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Vi læser alle svar. Din feedback hjælper vores team med at foretage de forbedringer, som du har mest brug for."
|
msgstr "Vi læser alle svar. Din feedback hjælper vores team med at foretage de forbedringer, som du har mest brug for."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot for WordPress-team"
|
msgstr "HubSpot for WordPress-team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Tak"
|
msgstr "Tak"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Giv en anmeldelse | link åbner på en ny fane"
|
msgstr "Giv en anmeldelse | link åbner på en ny fane"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -43,7 +43,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:29
|
#: public/admin/class-deactivationform.php:29
|
||||||
msgid "We're sorry to see you go"
|
msgid "We're sorry to see you go"
|
||||||
msgstr "Es ist schade, dass Sie uns verlassen."
|
msgstr "Schade, dass Sie uns verlassen!"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:39
|
#: public/admin/class-deactivationform.php:39
|
||||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||||
@@ -59,11 +59,11 @@ msgstr "Das Plugin wirkt sich auf die Performance der Website aus"
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:56
|
#: public/admin/class-deactivationform.php:56
|
||||||
msgid "The plugin isn't working"
|
msgid "The plugin isn't working"
|
||||||
msgstr "Das Plugin funktioniert nicht."
|
msgstr "Das Plugin funktioniert nicht"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:57
|
#: public/admin/class-deactivationform.php:57
|
||||||
msgid "The plugin isn't useful"
|
msgid "The plugin isn't useful"
|
||||||
msgstr "Das Plugin ist nicht praktisch."
|
msgstr "Das Plugin ist nicht praktisch"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:58
|
#: public/admin/class-deactivationform.php:58
|
||||||
msgid "Temporarily disabling or troubleshooting"
|
msgid "Temporarily disabling or troubleshooting"
|
||||||
@@ -71,7 +71,7 @@ msgstr "Vorübergehende Deaktivierung oder Fehlerbehebung"
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:59
|
#: public/admin/class-deactivationform.php:59
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Sonstige"
|
msgstr "Sonstiges"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:81
|
#: public/admin/class-deactivationform.php:81
|
||||||
msgid "Feedback"
|
msgid "Feedback"
|
||||||
@@ -100,7 +100,7 @@ msgstr "Automatisch erkennen"
|
|||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:85
|
#: public/admin/class-leadinadmin.php:85
|
||||||
msgid "Blog Post"
|
msgid "Blog Post"
|
||||||
msgstr "Blog-Beitrag"
|
msgstr "Blogbeitrag"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:86
|
#: public/admin/class-leadinadmin.php:86
|
||||||
msgid "Knowledge Article"
|
msgid "Knowledge Article"
|
||||||
@@ -132,7 +132,7 @@ msgstr "Livechat"
|
|||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:206
|
#: public/admin/class-leadinadmin.php:206
|
||||||
msgid "Contacts"
|
msgid "Contacts"
|
||||||
msgstr "Kontaktdatensätze"
|
msgstr "Kontakte"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:207
|
#: public/admin/class-leadinadmin.php:207
|
||||||
msgid "Email"
|
msgid "Email"
|
||||||
@@ -154,14 +154,20 @@ msgstr "Einstellungen"
|
|||||||
#: public/admin/class-leadinadmin.php:213
|
#: public/admin/class-leadinadmin.php:213
|
||||||
#: public/admin/class-pluginactionsmanager.php:50
|
#: public/admin/class-pluginactionsmanager.php:50
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Upgraden"
|
msgstr "Jetzt upgraden"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "Das All-in-one-Marketing-Plug-in %1$s erfordert PHP %2$s oder höher. Bitte aktualisieren Sie zuerst WordPress."
|
msgstr "Das All-in-one-Marketing-Plug-in %1$s erfordert PHP %2$s oder höher. Bitte upgraden Sie zuerst WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "Das All-in-one-Marketing-Plug-in %1$s erfordert WordPress %2$s oder höher. Bitte upgraden Sie zuerst WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "Das HubSpot-Plug-in ist momentan nicht verknüpft. %1$sVerknüpfen Sie jetzt das Plug-in%2$s, um HubSpot-Tools auf Ihrer WordPress-Website zu verwenden."
|
msgstr "Das HubSpot-Plug-in ist momentan nicht verknüpft. %1$sVerknüpfen Sie jetzt das Plug-in%2$s, um HubSpot-Tools auf Ihrer WordPress-Website zu verwenden."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "Das HubSpot-Plug-in ist momentan nicht verknüpft. %1$sVerknüpfen Sie j
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorieren Sie diesen Hinweis."
|
msgstr "Ignorieren Sie diesen Hinweis."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hallo %1$s,"
|
msgstr "Hallo %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Haben Sie 2 Minuten Zeit, um an %1$sdieser Umfrage%2$s zum HubSpot Plugin für WordPress teilzunehmen?"
|
msgstr "Haben Sie 2 Minuten Zeit, um an %1$sdieser Umfrage%2$s zum HubSpot Plugin für WordPress teilzunehmen?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Wir lesen jede Antwort. Ihr Feedback hilft unserem Team, die Verbesserungen vorzunehmen, die Sie am meisten benötigen."
|
msgstr "Wir lesen jede Antwort. Ihr Feedback hilft unserem Team, die Verbesserungen vorzunehmen, die Sie am meisten benötigen."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot für WordPress-Team"
|
msgstr "HubSpot für WordPress-Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Danke,"
|
msgstr "Danke,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Hinterlassen Sie uns eine Bewertung | Link wird in einem neuen Tab geöffnet"
|
msgstr "Hinterlassen Sie uns eine Bewertung | Link wird in einem neuen Tab geöffnet"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -43,7 +43,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:29
|
#: public/admin/class-deactivationform.php:29
|
||||||
msgid "We're sorry to see you go"
|
msgid "We're sorry to see you go"
|
||||||
msgstr "Es ist schade, dass Sie uns verlassen."
|
msgstr "Schade, dass Sie uns verlassen!"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:39
|
#: public/admin/class-deactivationform.php:39
|
||||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||||
@@ -59,11 +59,11 @@ msgstr "Das Plugin wirkt sich auf die Performance der Website aus"
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:56
|
#: public/admin/class-deactivationform.php:56
|
||||||
msgid "The plugin isn't working"
|
msgid "The plugin isn't working"
|
||||||
msgstr "Das Plugin funktioniert nicht."
|
msgstr "Das Plugin funktioniert nicht"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:57
|
#: public/admin/class-deactivationform.php:57
|
||||||
msgid "The plugin isn't useful"
|
msgid "The plugin isn't useful"
|
||||||
msgstr "Das Plugin ist nicht praktisch."
|
msgstr "Das Plugin ist nicht praktisch"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:58
|
#: public/admin/class-deactivationform.php:58
|
||||||
msgid "Temporarily disabling or troubleshooting"
|
msgid "Temporarily disabling or troubleshooting"
|
||||||
@@ -71,7 +71,7 @@ msgstr "Vorübergehende Deaktivierung oder Fehlerbehebung"
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:59
|
#: public/admin/class-deactivationform.php:59
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Sonstige"
|
msgstr "Sonstiges"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:81
|
#: public/admin/class-deactivationform.php:81
|
||||||
msgid "Feedback"
|
msgid "Feedback"
|
||||||
@@ -100,7 +100,7 @@ msgstr "Automatisch erkennen"
|
|||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:85
|
#: public/admin/class-leadinadmin.php:85
|
||||||
msgid "Blog Post"
|
msgid "Blog Post"
|
||||||
msgstr "Blog-Beitrag"
|
msgstr "Blogbeitrag"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:86
|
#: public/admin/class-leadinadmin.php:86
|
||||||
msgid "Knowledge Article"
|
msgid "Knowledge Article"
|
||||||
@@ -132,7 +132,7 @@ msgstr "Livechat"
|
|||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:206
|
#: public/admin/class-leadinadmin.php:206
|
||||||
msgid "Contacts"
|
msgid "Contacts"
|
||||||
msgstr "Kontaktdatensätze"
|
msgstr "Kontakte"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:207
|
#: public/admin/class-leadinadmin.php:207
|
||||||
msgid "Email"
|
msgid "Email"
|
||||||
@@ -154,14 +154,20 @@ msgstr "Einstellungen"
|
|||||||
#: public/admin/class-leadinadmin.php:213
|
#: public/admin/class-leadinadmin.php:213
|
||||||
#: public/admin/class-pluginactionsmanager.php:50
|
#: public/admin/class-pluginactionsmanager.php:50
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Upgraden"
|
msgstr "Jetzt upgraden"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "Das All-in-one-Marketing-Plug-in %1$s erfordert PHP %2$s oder höher. Bitte aktualisieren Sie zuerst WordPress."
|
msgstr "Das All-in-one-Marketing-Plug-in %1$s erfordert PHP %2$s oder höher. Bitte upgraden Sie zuerst WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "Das All-in-one-Marketing-Plug-in %1$s erfordert WordPress %2$s oder höher. Bitte upgraden Sie zuerst WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "Das HubSpot-Plug-in ist momentan nicht verknüpft. %1$sVerknüpfen Sie jetzt das Plug-in%2$s, um HubSpot-Tools auf Ihrer WordPress-Website zu verwenden."
|
msgstr "Das HubSpot-Plug-in ist momentan nicht verknüpft. %1$sVerknüpfen Sie jetzt das Plug-in%2$s, um HubSpot-Tools auf Ihrer WordPress-Website zu verwenden."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "Das HubSpot-Plug-in ist momentan nicht verknüpft. %1$sVerknüpfen Sie j
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorieren Sie diesen Hinweis."
|
msgstr "Ignorieren Sie diesen Hinweis."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hallo %1$s,"
|
msgstr "Hallo %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Haben Sie 2 Minuten Zeit, um an %1$sdieser Umfrage%2$s zum HubSpot Plugin für WordPress teilzunehmen?"
|
msgstr "Haben Sie 2 Minuten Zeit, um an %1$sdieser Umfrage%2$s zum HubSpot Plugin für WordPress teilzunehmen?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Wir lesen jede Antwort. Ihr Feedback hilft unserem Team, die Verbesserungen vorzunehmen, die Sie am meisten benötigen."
|
msgstr "Wir lesen jede Antwort. Ihr Feedback hilft unserem Team, die Verbesserungen vorzunehmen, die Sie am meisten benötigen."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot für WordPress-Team"
|
msgstr "HubSpot für WordPress-Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Danke,"
|
msgstr "Danke,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Hinterlassen Sie uns eine Bewertung | Link wird in einem neuen Tab geöffnet"
|
msgstr "Hinterlassen Sie uns eine Bewertung | Link wird in einem neuen Tab geöffnet"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -43,7 +43,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:29
|
#: public/admin/class-deactivationform.php:29
|
||||||
msgid "We're sorry to see you go"
|
msgid "We're sorry to see you go"
|
||||||
msgstr "Es ist schade, dass Sie uns verlassen."
|
msgstr "Schade, dass Sie uns verlassen!"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:39
|
#: public/admin/class-deactivationform.php:39
|
||||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||||
@@ -59,11 +59,11 @@ msgstr "Das Plugin wirkt sich auf die Performance der Website aus"
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:56
|
#: public/admin/class-deactivationform.php:56
|
||||||
msgid "The plugin isn't working"
|
msgid "The plugin isn't working"
|
||||||
msgstr "Das Plugin funktioniert nicht."
|
msgstr "Das Plugin funktioniert nicht"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:57
|
#: public/admin/class-deactivationform.php:57
|
||||||
msgid "The plugin isn't useful"
|
msgid "The plugin isn't useful"
|
||||||
msgstr "Das Plugin ist nicht praktisch."
|
msgstr "Das Plugin ist nicht praktisch"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:58
|
#: public/admin/class-deactivationform.php:58
|
||||||
msgid "Temporarily disabling or troubleshooting"
|
msgid "Temporarily disabling or troubleshooting"
|
||||||
@@ -71,7 +71,7 @@ msgstr "Vorübergehende Deaktivierung oder Fehlerbehebung"
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:59
|
#: public/admin/class-deactivationform.php:59
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Sonstige"
|
msgstr "Sonstiges"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:81
|
#: public/admin/class-deactivationform.php:81
|
||||||
msgid "Feedback"
|
msgid "Feedback"
|
||||||
@@ -100,7 +100,7 @@ msgstr "Automatisch erkennen"
|
|||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:85
|
#: public/admin/class-leadinadmin.php:85
|
||||||
msgid "Blog Post"
|
msgid "Blog Post"
|
||||||
msgstr "Blog-Beitrag"
|
msgstr "Blogbeitrag"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:86
|
#: public/admin/class-leadinadmin.php:86
|
||||||
msgid "Knowledge Article"
|
msgid "Knowledge Article"
|
||||||
@@ -132,7 +132,7 @@ msgstr "Livechat"
|
|||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:206
|
#: public/admin/class-leadinadmin.php:206
|
||||||
msgid "Contacts"
|
msgid "Contacts"
|
||||||
msgstr "Kontaktdatensätze"
|
msgstr "Kontakte"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:207
|
#: public/admin/class-leadinadmin.php:207
|
||||||
msgid "Email"
|
msgid "Email"
|
||||||
@@ -154,14 +154,20 @@ msgstr "Einstellungen"
|
|||||||
#: public/admin/class-leadinadmin.php:213
|
#: public/admin/class-leadinadmin.php:213
|
||||||
#: public/admin/class-pluginactionsmanager.php:50
|
#: public/admin/class-pluginactionsmanager.php:50
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Upgraden"
|
msgstr "Jetzt upgraden"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "Das All-in-one-Marketing-Plug-in %1$s erfordert PHP %2$s oder höher. Bitte aktualisieren Sie zuerst WordPress."
|
msgstr "Das All-in-one-Marketing-Plug-in %1$s erfordert PHP %2$s oder höher. Bitte upgraden Sie zuerst WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "Das All-in-one-Marketing-Plug-in %1$s erfordert WordPress %2$s oder höher. Bitte upgraden Sie zuerst WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "Das HubSpot-Plug-in ist momentan nicht verknüpft. %1$sVerknüpfen Sie jetzt das Plug-in%2$s, um HubSpot-Tools auf Ihrer WordPress-Website zu verwenden."
|
msgstr "Das HubSpot-Plug-in ist momentan nicht verknüpft. %1$sVerknüpfen Sie jetzt das Plug-in%2$s, um HubSpot-Tools auf Ihrer WordPress-Website zu verwenden."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "Das HubSpot-Plug-in ist momentan nicht verknüpft. %1$sVerknüpfen Sie j
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorieren Sie diesen Hinweis."
|
msgstr "Ignorieren Sie diesen Hinweis."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hallo %1$s,"
|
msgstr "Hallo %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Haben Sie 2 Minuten Zeit, um an %1$sdieser Umfrage%2$s zum HubSpot Plugin für WordPress teilzunehmen?"
|
msgstr "Haben Sie 2 Minuten Zeit, um an %1$sdieser Umfrage%2$s zum HubSpot Plugin für WordPress teilzunehmen?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Wir lesen jede Antwort. Ihr Feedback hilft unserem Team, die Verbesserungen vorzunehmen, die Sie am meisten benötigen."
|
msgstr "Wir lesen jede Antwort. Ihr Feedback hilft unserem Team, die Verbesserungen vorzunehmen, die Sie am meisten benötigen."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot für WordPress-Team"
|
msgstr "HubSpot für WordPress-Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Danke,"
|
msgstr "Danke,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Hinterlassen Sie uns eine Bewertung | Link wird in einem neuen Tab geöffnet"
|
msgstr "Hinterlassen Sie uns eine Bewertung | Link wird in einem neuen Tab geöffnet"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -43,7 +43,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:29
|
#: public/admin/class-deactivationform.php:29
|
||||||
msgid "We're sorry to see you go"
|
msgid "We're sorry to see you go"
|
||||||
msgstr "Es ist schade, dass Sie uns verlassen."
|
msgstr "Schade, dass Sie uns verlassen!"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:39
|
#: public/admin/class-deactivationform.php:39
|
||||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||||
@@ -59,11 +59,11 @@ msgstr "Das Plugin wirkt sich auf die Performance der Website aus"
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:56
|
#: public/admin/class-deactivationform.php:56
|
||||||
msgid "The plugin isn't working"
|
msgid "The plugin isn't working"
|
||||||
msgstr "Das Plugin funktioniert nicht."
|
msgstr "Das Plugin funktioniert nicht"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:57
|
#: public/admin/class-deactivationform.php:57
|
||||||
msgid "The plugin isn't useful"
|
msgid "The plugin isn't useful"
|
||||||
msgstr "Das Plugin ist nicht praktisch."
|
msgstr "Das Plugin ist nicht praktisch"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:58
|
#: public/admin/class-deactivationform.php:58
|
||||||
msgid "Temporarily disabling or troubleshooting"
|
msgid "Temporarily disabling or troubleshooting"
|
||||||
@@ -71,7 +71,7 @@ msgstr "Vorübergehende Deaktivierung oder Fehlerbehebung"
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:59
|
#: public/admin/class-deactivationform.php:59
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Sonstige"
|
msgstr "Sonstiges"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:81
|
#: public/admin/class-deactivationform.php:81
|
||||||
msgid "Feedback"
|
msgid "Feedback"
|
||||||
@@ -100,7 +100,7 @@ msgstr "Automatisch erkennen"
|
|||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:85
|
#: public/admin/class-leadinadmin.php:85
|
||||||
msgid "Blog Post"
|
msgid "Blog Post"
|
||||||
msgstr "Blog-Beitrag"
|
msgstr "Blogbeitrag"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:86
|
#: public/admin/class-leadinadmin.php:86
|
||||||
msgid "Knowledge Article"
|
msgid "Knowledge Article"
|
||||||
@@ -132,7 +132,7 @@ msgstr "Livechat"
|
|||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:206
|
#: public/admin/class-leadinadmin.php:206
|
||||||
msgid "Contacts"
|
msgid "Contacts"
|
||||||
msgstr "Kontaktdatensätze"
|
msgstr "Kontakte"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:207
|
#: public/admin/class-leadinadmin.php:207
|
||||||
msgid "Email"
|
msgid "Email"
|
||||||
@@ -154,14 +154,20 @@ msgstr "Einstellungen"
|
|||||||
#: public/admin/class-leadinadmin.php:213
|
#: public/admin/class-leadinadmin.php:213
|
||||||
#: public/admin/class-pluginactionsmanager.php:50
|
#: public/admin/class-pluginactionsmanager.php:50
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Upgraden"
|
msgstr "Jetzt upgraden"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "Das All-in-one-Marketing-Plug-in %1$s erfordert PHP %2$s oder höher. Bitte aktualisieren Sie zuerst WordPress."
|
msgstr "Das All-in-one-Marketing-Plug-in %1$s erfordert PHP %2$s oder höher. Bitte upgraden Sie zuerst WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "Das All-in-one-Marketing-Plug-in %1$s erfordert WordPress %2$s oder höher. Bitte upgraden Sie zuerst WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "Das HubSpot-Plug-in ist momentan nicht verknüpft. %1$sVerknüpfen Sie jetzt das Plug-in%2$s, um HubSpot-Tools auf Ihrer WordPress-Website zu verwenden."
|
msgstr "Das HubSpot-Plug-in ist momentan nicht verknüpft. %1$sVerknüpfen Sie jetzt das Plug-in%2$s, um HubSpot-Tools auf Ihrer WordPress-Website zu verwenden."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "Das HubSpot-Plug-in ist momentan nicht verknüpft. %1$sVerknüpfen Sie j
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorieren Sie diesen Hinweis."
|
msgstr "Ignorieren Sie diesen Hinweis."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hallo %1$s,"
|
msgstr "Hallo %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Haben Sie 2 Minuten Zeit, um an %1$sdieser Umfrage%2$s zum HubSpot Plugin für WordPress teilzunehmen?"
|
msgstr "Haben Sie 2 Minuten Zeit, um an %1$sdieser Umfrage%2$s zum HubSpot Plugin für WordPress teilzunehmen?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Wir lesen jede Antwort. Ihr Feedback hilft unserem Team, die Verbesserungen vorzunehmen, die Sie am meisten benötigen."
|
msgstr "Wir lesen jede Antwort. Ihr Feedback hilft unserem Team, die Verbesserungen vorzunehmen, die Sie am meisten benötigen."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot für WordPress-Team"
|
msgstr "HubSpot für WordPress-Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Danke,"
|
msgstr "Danke,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Hinterlassen Sie uns eine Bewertung | Link wird in einem neuen Tab geöffnet"
|
msgstr "Hinterlassen Sie uns eine Bewertung | Link wird in einem neuen Tab geöffnet"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -156,12 +156,18 @@ msgstr "Settings"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Upgrade"
|
msgstr "Upgrade"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher. Please upgrade WordPress first."
|
msgstr "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher. Please upgrade WordPress first."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher. Please upgrade WordPress first."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s."
|
msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on y
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Dismiss this notice."
|
msgstr "Dismiss this notice."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hey %1$s,"
|
msgstr "Hey %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgstr "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "We read every response. Your feedback helps our team make the improvements that you need the most."
|
msgstr "We read every response. Your feedback helps our team make the improvements that you need the most."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot for WordPress Team"
|
msgstr "HubSpot for WordPress Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Thanks,"
|
msgstr "Thanks,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Leave us a review | link opens in a new tab"
|
msgstr "Leave us a review | link opens in a new tab"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -156,12 +156,18 @@ msgstr "Settings"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Upgrade"
|
msgstr "Upgrade"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher. Please upgrade WordPress first."
|
msgstr "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher. Please upgrade WordPress first."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher. Please upgrade WordPress first."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s."
|
msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on y
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Dismiss this notice."
|
msgstr "Dismiss this notice."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hey %1$s,"
|
msgstr "Hey %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgstr "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "We read every response. Your feedback helps our team make the improvements that you need the most."
|
msgstr "We read every response. Your feedback helps our team make the improvements that you need the most."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot for WordPress Team"
|
msgstr "HubSpot for WordPress Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Thanks,"
|
msgstr "Thanks,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Leave us a review | link opens in a new tab"
|
msgstr "Leave us a review | link opens in a new tab"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -156,12 +156,18 @@ msgstr "Settings"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Upgrade"
|
msgstr "Upgrade"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher. Please upgrade WordPress first."
|
msgstr "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher. Please upgrade WordPress first."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher. Please upgrade WordPress first."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s."
|
msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on y
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Dismiss this notice."
|
msgstr "Dismiss this notice."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hey %1$s,"
|
msgstr "Hey %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgstr "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "We read every response. Your feedback helps our team make the improvements that you need the most."
|
msgstr "We read every response. Your feedback helps our team make the improvements that you need the most."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot for WordPress Team"
|
msgstr "HubSpot for WordPress Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Thanks,"
|
msgstr "Thanks,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Leave us a review | link opens in a new tab"
|
msgstr "Leave us a review | link opens in a new tab"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -156,12 +156,18 @@ msgstr "Settings"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Upgrade"
|
msgstr "Upgrade"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher. Please upgrade WordPress first."
|
msgstr "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher. Please upgrade WordPress first."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher. Please upgrade WordPress first."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s."
|
msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on y
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Dismiss this notice."
|
msgstr "Dismiss this notice."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hey %1$s,"
|
msgstr "Hey %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgstr "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "We read every response. Your feedback helps our team make the improvements that you need the most."
|
msgstr "We read every response. Your feedback helps our team make the improvements that you need the most."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot for WordPress Team"
|
msgstr "HubSpot for WordPress Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Thanks,"
|
msgstr "Thanks,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Leave us a review | link opens in a new tab"
|
msgstr "Leave us a review | link opens in a new tab"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -156,12 +156,18 @@ msgstr "Settings"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Upgrade"
|
msgstr "Upgrade"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher. Please upgrade WordPress first."
|
msgstr "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher. Please upgrade WordPress first."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher. Please upgrade WordPress first."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s."
|
msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on y
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Dismiss this notice."
|
msgstr "Dismiss this notice."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hey %1$s,"
|
msgstr "Hey %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgstr "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "We read every response. Your feedback helps our team make the improvements that you need the most."
|
msgstr "We read every response. Your feedback helps our team make the improvements that you need the most."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot for WordPress Team"
|
msgstr "HubSpot for WordPress Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Thanks,"
|
msgstr "Thanks,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Leave us a review | link opens in a new tab"
|
msgstr "Leave us a review | link opens in a new tab"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -156,12 +156,18 @@ msgstr "Settings"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Upgrade"
|
msgstr "Upgrade"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher. Please upgrade WordPress first."
|
msgstr "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher. Please upgrade WordPress first."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher. Please upgrade WordPress first."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s."
|
msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on y
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Dismiss this notice."
|
msgstr "Dismiss this notice."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hey %1$s,"
|
msgstr "Hey %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgstr "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "We read every response. Your feedback helps our team make the improvements that you need the most."
|
msgstr "We read every response. Your feedback helps our team make the improvements that you need the most."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot for WordPress Team"
|
msgstr "HubSpot for WordPress Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Thanks,"
|
msgstr "Thanks,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Leave us a review | link opens in a new tab"
|
msgstr "Leave us a review | link opens in a new tab"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -156,12 +156,18 @@ msgstr "Settings"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Upgrade"
|
msgstr "Upgrade"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher. Please upgrade WordPress first."
|
msgstr "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher. Please upgrade WordPress first."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher. Please upgrade WordPress first."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s."
|
msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "The HubSpot plugin is not connected right now. To use HubSpot tools on y
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Dismiss this notice."
|
msgstr "Dismiss this notice."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hey %1$s,"
|
msgstr "Hey %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgstr "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "We read every response. Your feedback helps our team make the improvements that you need the most."
|
msgstr "We read every response. Your feedback helps our team make the improvements that you need the most."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot for WordPress Team"
|
msgstr "HubSpot for WordPress Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Thanks,"
|
msgstr "Thanks,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Leave us a review | link opens in a new tab"
|
msgstr "Leave us a review | link opens in a new tab"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -71,7 +71,7 @@ msgstr "Desactivar temporalmente o resolver problemas"
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:59
|
#: public/admin/class-deactivationform.php:59
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Otro"
|
msgstr "Otra"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:81
|
#: public/admin/class-deactivationform.php:81
|
||||||
msgid "Feedback"
|
msgid "Feedback"
|
||||||
@@ -156,12 +156,18 @@ msgstr "Configuración"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Adquirir versión superior"
|
msgstr "Adquirir versión superior"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot Marketing todo en uno %1$s requiere PHP %2$s o superior. Actualiza WordPress primero."
|
msgstr "HubSpot Marketing todo en uno %1$s requiere PHP %2$s o una edición superior. Primero, cámbiate a una edición superior de WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot Marketing todo en uno %1$s requiere WordPress %2$s o una versión superior. Primero, cámbiate a una versión superior de WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar las herramientas de HubSpot en tu portal de WordPress."
|
msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar las herramientas de HubSpot en tu portal de WordPress."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar la
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorar esta notificación."
|
msgstr "Ignorar esta notificación."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hola, %1$s:"
|
msgstr "Hola, %1$s:"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "¿Tienes 2 minutos para responder %1$sesta encuesta%2$s acerca del plugin de HubSpot para WordPress?"
|
msgstr "¿Tienes 2 minutos para responder %1$sesta encuesta%2$s acerca del plugin de HubSpot para WordPress?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Leemos todas las respuestas. Tus comentarios ayudan a nuestro equipo a realizar las mejoras que más necesitas."
|
msgstr "Leemos todas las respuestas. Tus comentarios ayudan a nuestro equipo a realizar las mejoras que más necesitas."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot para WordPress Team"
|
msgstr "HubSpot para WordPress Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Gracias"
|
msgstr "Gracias"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Déjanos tu opinión | el enlace se abre en una nueva pestaña"
|
msgstr "Déjanos tu opinión | el enlace se abre en una nueva pestaña"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -71,7 +71,7 @@ msgstr "Desactivar temporalmente o resolver problemas"
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:59
|
#: public/admin/class-deactivationform.php:59
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Otro"
|
msgstr "Otra"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:81
|
#: public/admin/class-deactivationform.php:81
|
||||||
msgid "Feedback"
|
msgid "Feedback"
|
||||||
@@ -156,12 +156,18 @@ msgstr "Configuración"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Adquirir versión superior"
|
msgstr "Adquirir versión superior"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot Marketing todo en uno %1$s requiere PHP %2$s o superior. Actualiza WordPress primero."
|
msgstr "HubSpot Marketing todo en uno %1$s requiere PHP %2$s o una edición superior. Primero, cámbiate a una edición superior de WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot Marketing todo en uno %1$s requiere WordPress %2$s o una versión superior. Primero, cámbiate a una versión superior de WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar las herramientas de HubSpot en tu portal de WordPress."
|
msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar las herramientas de HubSpot en tu portal de WordPress."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar la
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorar esta notificación."
|
msgstr "Ignorar esta notificación."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hola, %1$s:"
|
msgstr "Hola, %1$s:"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "¿Tienes 2 minutos para responder %1$sesta encuesta%2$s acerca del plugin de HubSpot para WordPress?"
|
msgstr "¿Tienes 2 minutos para responder %1$sesta encuesta%2$s acerca del plugin de HubSpot para WordPress?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Leemos todas las respuestas. Tus comentarios ayudan a nuestro equipo a realizar las mejoras que más necesitas."
|
msgstr "Leemos todas las respuestas. Tus comentarios ayudan a nuestro equipo a realizar las mejoras que más necesitas."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot para WordPress Team"
|
msgstr "HubSpot para WordPress Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Gracias"
|
msgstr "Gracias"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Déjanos tu opinión | el enlace se abre en una nueva pestaña"
|
msgstr "Déjanos tu opinión | el enlace se abre en una nueva pestaña"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -71,7 +71,7 @@ msgstr "Desactivar temporalmente o resolver problemas"
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:59
|
#: public/admin/class-deactivationform.php:59
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Otro"
|
msgstr "Otra"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:81
|
#: public/admin/class-deactivationform.php:81
|
||||||
msgid "Feedback"
|
msgid "Feedback"
|
||||||
@@ -156,12 +156,18 @@ msgstr "Configuración"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Adquirir versión superior"
|
msgstr "Adquirir versión superior"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot Marketing todo en uno %1$s requiere PHP %2$s o superior. Actualiza WordPress primero."
|
msgstr "HubSpot Marketing todo en uno %1$s requiere PHP %2$s o una edición superior. Primero, cámbiate a una edición superior de WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot Marketing todo en uno %1$s requiere WordPress %2$s o una versión superior. Primero, cámbiate a una versión superior de WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar las herramientas de HubSpot en tu portal de WordPress."
|
msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar las herramientas de HubSpot en tu portal de WordPress."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar la
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorar esta notificación."
|
msgstr "Ignorar esta notificación."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hola, %1$s:"
|
msgstr "Hola, %1$s:"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "¿Tienes 2 minutos para responder %1$sesta encuesta%2$s acerca del plugin de HubSpot para WordPress?"
|
msgstr "¿Tienes 2 minutos para responder %1$sesta encuesta%2$s acerca del plugin de HubSpot para WordPress?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Leemos todas las respuestas. Tus comentarios ayudan a nuestro equipo a realizar las mejoras que más necesitas."
|
msgstr "Leemos todas las respuestas. Tus comentarios ayudan a nuestro equipo a realizar las mejoras que más necesitas."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot para WordPress Team"
|
msgstr "HubSpot para WordPress Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Gracias"
|
msgstr "Gracias"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Déjanos tu opinión | el enlace se abre en una nueva pestaña"
|
msgstr "Déjanos tu opinión | el enlace se abre en una nueva pestaña"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -71,7 +71,7 @@ msgstr "Desactivar temporalmente o resolver problemas"
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:59
|
#: public/admin/class-deactivationform.php:59
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Otro"
|
msgstr "Otra"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:81
|
#: public/admin/class-deactivationform.php:81
|
||||||
msgid "Feedback"
|
msgid "Feedback"
|
||||||
@@ -156,12 +156,18 @@ msgstr "Configuración"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Adquirir versión superior"
|
msgstr "Adquirir versión superior"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot Marketing todo en uno %1$s requiere PHP %2$s o superior. Actualiza WordPress primero."
|
msgstr "HubSpot Marketing todo en uno %1$s requiere PHP %2$s o una edición superior. Primero, cámbiate a una edición superior de WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot Marketing todo en uno %1$s requiere WordPress %2$s o una versión superior. Primero, cámbiate a una versión superior de WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar las herramientas de HubSpot en tu portal de WordPress."
|
msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar las herramientas de HubSpot en tu portal de WordPress."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar la
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorar esta notificación."
|
msgstr "Ignorar esta notificación."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hola, %1$s:"
|
msgstr "Hola, %1$s:"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "¿Tienes 2 minutos para responder %1$sesta encuesta%2$s acerca del plugin de HubSpot para WordPress?"
|
msgstr "¿Tienes 2 minutos para responder %1$sesta encuesta%2$s acerca del plugin de HubSpot para WordPress?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Leemos todas las respuestas. Tus comentarios ayudan a nuestro equipo a realizar las mejoras que más necesitas."
|
msgstr "Leemos todas las respuestas. Tus comentarios ayudan a nuestro equipo a realizar las mejoras que más necesitas."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot para WordPress Team"
|
msgstr "HubSpot para WordPress Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Gracias"
|
msgstr "Gracias"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Déjanos tu opinión | el enlace se abre en una nueva pestaña"
|
msgstr "Déjanos tu opinión | el enlace se abre en una nueva pestaña"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -71,7 +71,7 @@ msgstr "Desactivar temporalmente o resolver problemas"
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:59
|
#: public/admin/class-deactivationform.php:59
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Otro"
|
msgstr "Otra"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:81
|
#: public/admin/class-deactivationform.php:81
|
||||||
msgid "Feedback"
|
msgid "Feedback"
|
||||||
@@ -156,12 +156,18 @@ msgstr "Configuración"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Adquirir versión superior"
|
msgstr "Adquirir versión superior"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot Marketing todo en uno %1$s requiere PHP %2$s o superior. Actualiza WordPress primero."
|
msgstr "HubSpot Marketing todo en uno %1$s requiere PHP %2$s o una edición superior. Primero, cámbiate a una edición superior de WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot Marketing todo en uno %1$s requiere WordPress %2$s o una versión superior. Primero, cámbiate a una versión superior de WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar las herramientas de HubSpot en tu portal de WordPress."
|
msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar las herramientas de HubSpot en tu portal de WordPress."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar la
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorar esta notificación."
|
msgstr "Ignorar esta notificación."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hola, %1$s:"
|
msgstr "Hola, %1$s:"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "¿Tienes 2 minutos para responder %1$sesta encuesta%2$s acerca del plugin de HubSpot para WordPress?"
|
msgstr "¿Tienes 2 minutos para responder %1$sesta encuesta%2$s acerca del plugin de HubSpot para WordPress?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Leemos todas las respuestas. Tus comentarios ayudan a nuestro equipo a realizar las mejoras que más necesitas."
|
msgstr "Leemos todas las respuestas. Tus comentarios ayudan a nuestro equipo a realizar las mejoras que más necesitas."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot para WordPress Team"
|
msgstr "HubSpot para WordPress Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Gracias"
|
msgstr "Gracias"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Déjanos tu opinión | el enlace se abre en una nueva pestaña"
|
msgstr "Déjanos tu opinión | el enlace se abre en una nueva pestaña"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -71,7 +71,7 @@ msgstr "Desactivar temporalmente o resolver problemas"
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:59
|
#: public/admin/class-deactivationform.php:59
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Otro"
|
msgstr "Otra"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:81
|
#: public/admin/class-deactivationform.php:81
|
||||||
msgid "Feedback"
|
msgid "Feedback"
|
||||||
@@ -156,12 +156,18 @@ msgstr "Configuración"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Adquirir versión superior"
|
msgstr "Adquirir versión superior"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot Marketing todo en uno %1$s requiere PHP %2$s o superior. Actualiza WordPress primero."
|
msgstr "HubSpot Marketing todo en uno %1$s requiere PHP %2$s o una edición superior. Primero, cámbiate a una edición superior de WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot Marketing todo en uno %1$s requiere WordPress %2$s o una versión superior. Primero, cámbiate a una versión superior de WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar las herramientas de HubSpot en tu portal de WordPress."
|
msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar las herramientas de HubSpot en tu portal de WordPress."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar la
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorar esta notificación."
|
msgstr "Ignorar esta notificación."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hola, %1$s:"
|
msgstr "Hola, %1$s:"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "¿Tienes 2 minutos para responder %1$sesta encuesta%2$s acerca del plugin de HubSpot para WordPress?"
|
msgstr "¿Tienes 2 minutos para responder %1$sesta encuesta%2$s acerca del plugin de HubSpot para WordPress?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Leemos todas las respuestas. Tus comentarios ayudan a nuestro equipo a realizar las mejoras que más necesitas."
|
msgstr "Leemos todas las respuestas. Tus comentarios ayudan a nuestro equipo a realizar las mejoras que más necesitas."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot para WordPress Team"
|
msgstr "HubSpot para WordPress Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Gracias"
|
msgstr "Gracias"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Déjanos tu opinión | el enlace se abre en una nueva pestaña"
|
msgstr "Déjanos tu opinión | el enlace se abre en una nueva pestaña"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -71,7 +71,7 @@ msgstr "Desactivar temporalmente o resolver problemas"
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:59
|
#: public/admin/class-deactivationform.php:59
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Otro"
|
msgstr "Otra"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:81
|
#: public/admin/class-deactivationform.php:81
|
||||||
msgid "Feedback"
|
msgid "Feedback"
|
||||||
@@ -156,12 +156,18 @@ msgstr "Configuración"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Adquirir versión superior"
|
msgstr "Adquirir versión superior"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot Marketing todo en uno %1$s requiere PHP %2$s o superior. Actualiza WordPress primero."
|
msgstr "HubSpot Marketing todo en uno %1$s requiere PHP %2$s o una edición superior. Primero, cámbiate a una edición superior de WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot Marketing todo en uno %1$s requiere WordPress %2$s o una versión superior. Primero, cámbiate a una versión superior de WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar las herramientas de HubSpot en tu portal de WordPress."
|
msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar las herramientas de HubSpot en tu portal de WordPress."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar la
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorar esta notificación."
|
msgstr "Ignorar esta notificación."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hola, %1$s:"
|
msgstr "Hola, %1$s:"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "¿Tienes 2 minutos para responder %1$sesta encuesta%2$s acerca del plugin de HubSpot para WordPress?"
|
msgstr "¿Tienes 2 minutos para responder %1$sesta encuesta%2$s acerca del plugin de HubSpot para WordPress?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Leemos todas las respuestas. Tus comentarios ayudan a nuestro equipo a realizar las mejoras que más necesitas."
|
msgstr "Leemos todas las respuestas. Tus comentarios ayudan a nuestro equipo a realizar las mejoras que más necesitas."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot para WordPress Team"
|
msgstr "HubSpot para WordPress Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Gracias"
|
msgstr "Gracias"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Déjanos tu opinión | el enlace se abre en una nueva pestaña"
|
msgstr "Déjanos tu opinión | el enlace se abre en una nueva pestaña"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -71,7 +71,7 @@ msgstr "Desactivar temporalmente o resolver problemas"
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:59
|
#: public/admin/class-deactivationform.php:59
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Otro"
|
msgstr "Otra"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:81
|
#: public/admin/class-deactivationform.php:81
|
||||||
msgid "Feedback"
|
msgid "Feedback"
|
||||||
@@ -156,12 +156,18 @@ msgstr "Configuración"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Adquirir versión superior"
|
msgstr "Adquirir versión superior"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot Marketing todo en uno %1$s requiere PHP %2$s o superior. Actualiza WordPress primero."
|
msgstr "HubSpot Marketing todo en uno %1$s requiere PHP %2$s o una edición superior. Primero, cámbiate a una edición superior de WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot Marketing todo en uno %1$s requiere WordPress %2$s o una versión superior. Primero, cámbiate a una versión superior de WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar las herramientas de HubSpot en tu portal de WordPress."
|
msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar las herramientas de HubSpot en tu portal de WordPress."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar la
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorar esta notificación."
|
msgstr "Ignorar esta notificación."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hola, %1$s:"
|
msgstr "Hola, %1$s:"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "¿Tienes 2 minutos para responder %1$sesta encuesta%2$s acerca del plugin de HubSpot para WordPress?"
|
msgstr "¿Tienes 2 minutos para responder %1$sesta encuesta%2$s acerca del plugin de HubSpot para WordPress?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Leemos todas las respuestas. Tus comentarios ayudan a nuestro equipo a realizar las mejoras que más necesitas."
|
msgstr "Leemos todas las respuestas. Tus comentarios ayudan a nuestro equipo a realizar las mejoras que más necesitas."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot para WordPress Team"
|
msgstr "HubSpot para WordPress Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Gracias"
|
msgstr "Gracias"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Déjanos tu opinión | el enlace se abre en una nueva pestaña"
|
msgstr "Déjanos tu opinión | el enlace se abre en una nueva pestaña"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -71,7 +71,7 @@ msgstr "Desactivar temporalmente o resolver problemas"
|
|||||||
|
|
||||||
#: public/admin/class-deactivationform.php:59
|
#: public/admin/class-deactivationform.php:59
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Otro"
|
msgstr "Otra"
|
||||||
|
|
||||||
#: public/admin/class-deactivationform.php:81
|
#: public/admin/class-deactivationform.php:81
|
||||||
msgid "Feedback"
|
msgid "Feedback"
|
||||||
@@ -156,12 +156,18 @@ msgstr "Configuración"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Adquirir versión superior"
|
msgstr "Adquirir versión superior"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot Marketing todo en uno %1$s requiere PHP %2$s o superior. Actualiza WordPress primero."
|
msgstr "HubSpot Marketing todo en uno %1$s requiere PHP %2$s o una edición superior. Primero, cámbiate a una edición superior de WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot Marketing todo en uno %1$s requiere WordPress %2$s o una versión superior. Primero, cámbiate a una versión superior de WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar las herramientas de HubSpot en tu portal de WordPress."
|
msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar las herramientas de HubSpot en tu portal de WordPress."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "El plugin de HubSpot no está conectado. %1$sConéctalo%2$s para usar la
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorar esta notificación."
|
msgstr "Ignorar esta notificación."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hola, %1$s:"
|
msgstr "Hola, %1$s:"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "¿Tienes 2 minutos para responder %1$sesta encuesta%2$s acerca del plugin de HubSpot para WordPress?"
|
msgstr "¿Tienes 2 minutos para responder %1$sesta encuesta%2$s acerca del plugin de HubSpot para WordPress?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Leemos todas las respuestas. Tus comentarios ayudan a nuestro equipo a realizar las mejoras que más necesitas."
|
msgstr "Leemos todas las respuestas. Tus comentarios ayudan a nuestro equipo a realizar las mejoras que más necesitas."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot para WordPress Team"
|
msgstr "HubSpot para WordPress Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Gracias"
|
msgstr "Gracias"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Déjanos tu opinión | el enlace se abre en una nueva pestaña"
|
msgstr "Déjanos tu opinión | el enlace se abre en una nueva pestaña"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -156,12 +156,18 @@ msgstr "Asetukset"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Päivitä"
|
msgstr "Päivitä"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpotin All-In-One-markkinointi %1$s vaatii PHP %2$s tai uudemman. Päivitä ensin WordPress."
|
msgstr "HubSpotin All-In-One-markkinointi %1$s vaatii PHP %2$s tai uudemman. Päivitä ensin WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpotin All-In-One-markkinointi %1$s vaatii WordPress%2$s:n tai uudemman. Päivitä ensin WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "HubSpot-lisäosaa ei ole yhdistetty juuri nyt. Jos haluat käyttää HubSpot-työkaluja WordPress-sivustollasi, %1$syhdistä lisäosa nyt%2$s."
|
msgstr "HubSpot-lisäosaa ei ole yhdistetty juuri nyt. Jos haluat käyttää HubSpot-työkaluja WordPress-sivustollasi, %1$syhdistä lisäosa nyt%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "HubSpot-lisäosaa ei ole yhdistetty juuri nyt. Jos haluat käyttää Hub
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Hylkää tämä ilmoitus."
|
msgstr "Hylkää tämä ilmoitus."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hei %1$s"
|
msgstr "Hei %1$s"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Onko sinulla kaksi minuuttia aikaa osallistua %1$stähän kyselyyn%2$s HubSpotin WordPress-lisäosasta? "
|
msgstr "Onko sinulla kaksi minuuttia aikaa osallistua %1$stähän kyselyyn%2$s HubSpotin WordPress-lisäosasta? "
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Luemme jokaisen vastauksen. Palautteesi auttaa tiimiämme tekemään parannuksia, joita tarvitset eniten."
|
msgstr "Luemme jokaisen vastauksen. Palautteesi auttaa tiimiämme tekemään parannuksia, joita tarvitset eniten."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot WordPress Teamille"
|
msgstr "HubSpot WordPress Teamille"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Kiittäen"
|
msgstr "Kiittäen"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Jätä meille arvostelu | linkki avautuu toisessa välilehdessä"
|
msgstr "Jätä meille arvostelu | linkki avautuu toisessa välilehdessä"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -132,7 +132,7 @@ msgstr "Chat en direct"
|
|||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:206
|
#: public/admin/class-leadinadmin.php:206
|
||||||
msgid "Contacts"
|
msgid "Contacts"
|
||||||
msgstr "contacts"
|
msgstr "Contacts"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:207
|
#: public/admin/class-leadinadmin.php:207
|
||||||
msgid "Email"
|
msgid "Email"
|
||||||
@@ -156,12 +156,18 @@ msgstr "Paramètres"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Mettre à niveau"
|
msgstr "Mettre à niveau"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "Marketing Hub tout-en-un %1$s nécessite PHP %2$s ou une version ultérieure. Veuillez d'abord mettre à jour WordPress."
|
msgstr "Marketing Hub tout-en-un %1$s nécessite PHP %2$s ou une version ultérieure. Veuillez d'abord mettre à jour WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "Marketing Hub tout-en-un %1$s nécessite WordPress %2$s ou une version ultérieure. Veuillez d'abord mettre à jour WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "Le plug-in HubSpot n'est pas connecté pour le moment. Pour utiliser les outils HubSpot sur votre site WordPress, %1$sconnectez le plug-in maintenant%2$s."
|
msgstr "Le plug-in HubSpot n'est pas connecté pour le moment. Pour utiliser les outils HubSpot sur votre site WordPress, %1$sconnectez le plug-in maintenant%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "Le plug-in HubSpot n'est pas connecté pour le moment. Pour utiliser les
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorer cet avis."
|
msgstr "Ignorer cet avis."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Bonjour %1$s,"
|
msgstr "Bonjour %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Avez-vous 2 minutes pour répondre à %1$scette enquête%2$s sur le plug-in HubSpot pour WordPress ?"
|
msgstr "Avez-vous 2 minutes pour répondre à %1$scette enquête%2$s sur le plug-in HubSpot pour WordPress ?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Nous lisons chaque réponse. Votre feedback aide notre équipe à apporter les améliorations dont vous avez le plus besoin."
|
msgstr "Nous lisons chaque réponse. Votre feedback aide notre équipe à apporter les améliorations dont vous avez le plus besoin."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "Équipe HubSpot pour WordPress"
|
msgstr "Équipe HubSpot pour WordPress"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Merci,"
|
msgstr "Merci,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Nous laisser un avis | le lien s'ouvre dans un nouvel onglet"
|
msgstr "Nous laisser un avis | le lien s'ouvre dans un nouvel onglet"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -132,7 +132,7 @@ msgstr "Chat en direct"
|
|||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:206
|
#: public/admin/class-leadinadmin.php:206
|
||||||
msgid "Contacts"
|
msgid "Contacts"
|
||||||
msgstr "contacts"
|
msgstr "Contacts"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:207
|
#: public/admin/class-leadinadmin.php:207
|
||||||
msgid "Email"
|
msgid "Email"
|
||||||
@@ -156,12 +156,18 @@ msgstr "Paramètres"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Mettre à niveau"
|
msgstr "Mettre à niveau"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "Marketing Hub tout-en-un %1$s nécessite PHP %2$s ou une version ultérieure. Veuillez d'abord mettre à jour WordPress."
|
msgstr "Marketing Hub tout-en-un %1$s nécessite PHP %2$s ou une version ultérieure. Veuillez d'abord mettre à jour WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "Marketing Hub tout-en-un %1$s nécessite WordPress %2$s ou une version ultérieure. Veuillez d'abord mettre à jour WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "Le plug-in HubSpot n'est pas connecté pour le moment. Pour utiliser les outils HubSpot sur votre site WordPress, %1$sconnectez le plug-in maintenant%2$s."
|
msgstr "Le plug-in HubSpot n'est pas connecté pour le moment. Pour utiliser les outils HubSpot sur votre site WordPress, %1$sconnectez le plug-in maintenant%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "Le plug-in HubSpot n'est pas connecté pour le moment. Pour utiliser les
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorer cet avis."
|
msgstr "Ignorer cet avis."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Bonjour %1$s,"
|
msgstr "Bonjour %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Avez-vous 2 minutes pour répondre à %1$scette enquête%2$s sur le plug-in HubSpot pour WordPress ?"
|
msgstr "Avez-vous 2 minutes pour répondre à %1$scette enquête%2$s sur le plug-in HubSpot pour WordPress ?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Nous lisons chaque réponse. Votre feedback aide notre équipe à apporter les améliorations dont vous avez le plus besoin."
|
msgstr "Nous lisons chaque réponse. Votre feedback aide notre équipe à apporter les améliorations dont vous avez le plus besoin."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "Équipe HubSpot pour WordPress"
|
msgstr "Équipe HubSpot pour WordPress"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Merci,"
|
msgstr "Merci,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Nous laisser un avis | le lien s'ouvre dans un nouvel onglet"
|
msgstr "Nous laisser un avis | le lien s'ouvre dans un nouvel onglet"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -132,7 +132,7 @@ msgstr "Chat en direct"
|
|||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:206
|
#: public/admin/class-leadinadmin.php:206
|
||||||
msgid "Contacts"
|
msgid "Contacts"
|
||||||
msgstr "contacts"
|
msgstr "Contacts"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:207
|
#: public/admin/class-leadinadmin.php:207
|
||||||
msgid "Email"
|
msgid "Email"
|
||||||
@@ -156,12 +156,18 @@ msgstr "Paramètres"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Mettre à niveau"
|
msgstr "Mettre à niveau"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "Marketing Hub tout-en-un %1$s nécessite PHP %2$s ou une version ultérieure. Veuillez d'abord mettre à jour WordPress."
|
msgstr "Marketing Hub tout-en-un %1$s nécessite PHP %2$s ou une version ultérieure. Veuillez d'abord mettre à jour WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "Marketing Hub tout-en-un %1$s nécessite WordPress %2$s ou une version ultérieure. Veuillez d'abord mettre à jour WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "Le plug-in HubSpot n'est pas connecté pour le moment. Pour utiliser les outils HubSpot sur votre site WordPress, %1$sconnectez le plug-in maintenant%2$s."
|
msgstr "Le plug-in HubSpot n'est pas connecté pour le moment. Pour utiliser les outils HubSpot sur votre site WordPress, %1$sconnectez le plug-in maintenant%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "Le plug-in HubSpot n'est pas connecté pour le moment. Pour utiliser les
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorer cet avis."
|
msgstr "Ignorer cet avis."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Bonjour %1$s,"
|
msgstr "Bonjour %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Avez-vous 2 minutes pour répondre à %1$scette enquête%2$s sur le plug-in HubSpot pour WordPress ?"
|
msgstr "Avez-vous 2 minutes pour répondre à %1$scette enquête%2$s sur le plug-in HubSpot pour WordPress ?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Nous lisons chaque réponse. Votre feedback aide notre équipe à apporter les améliorations dont vous avez le plus besoin."
|
msgstr "Nous lisons chaque réponse. Votre feedback aide notre équipe à apporter les améliorations dont vous avez le plus besoin."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "Équipe HubSpot pour WordPress"
|
msgstr "Équipe HubSpot pour WordPress"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Merci,"
|
msgstr "Merci,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Nous laisser un avis | le lien s'ouvre dans un nouvel onglet"
|
msgstr "Nous laisser un avis | le lien s'ouvre dans un nouvel onglet"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -144,7 +144,7 @@ msgstr "Elenchi"
|
|||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:209
|
#: public/admin/class-leadinadmin.php:209
|
||||||
msgid "Reporting"
|
msgid "Reporting"
|
||||||
msgstr "Creazione di rapporti"
|
msgstr "Creazione di report"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:211
|
#: public/admin/class-leadinadmin.php:211
|
||||||
#: public/admin/class-pluginactionsmanager.php:35
|
#: public/admin/class-pluginactionsmanager.php:35
|
||||||
@@ -154,14 +154,20 @@ msgstr "Impostazioni"
|
|||||||
#: public/admin/class-leadinadmin.php:213
|
#: public/admin/class-leadinadmin.php:213
|
||||||
#: public/admin/class-pluginactionsmanager.php:50
|
#: public/admin/class-pluginactionsmanager.php:50
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Esegui l'upgrade"
|
msgstr "Esegui upgrade"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "Marketing all-in-one di HubSpot %1$s richiede il PHP %2$s o superiore. Prima aggiorna WordPress."
|
msgstr "Marketing all-in-one di HubSpot %1$s richiede il PHP %2$s o superiore. Prima aggiorna WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "Marketing All-In-One di HubSpot %1$s richiede WordPress %2$s o versione superiore. Per prima cosa, esegui l'upgrade di WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "Il plugin di HubSpot non è connesso al momento. Per utilizzare gli strumenti di HubSpot sul tuo sito WordPress, %1$sconnetti subito il plugin%2$s."
|
msgstr "Il plugin di HubSpot non è connesso al momento. Per utilizzare gli strumenti di HubSpot sul tuo sito WordPress, %1$sconnetti subito il plugin%2$s."
|
||||||
|
|
||||||
@@ -169,33 +175,35 @@ msgstr "Il plugin di HubSpot non è connesso al momento. Per utilizzare gli stru
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignora questo avviso."
|
msgstr "Ignora questo avviso."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hey %1$s,"
|
msgstr "Hey %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Hai 2 minuti per completare %1$squesto sondaggio%2$s sul plugin HubSpot per WordPress?"
|
msgstr "Hai 2 minuti per completare %1$squesto sondaggio%2$s sul plugin HubSpot per WordPress?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Leggiamo ogni risposta. Il tuo feedback aiuta il nostro team ad apportare le migliorie di cui hai più bisogno."
|
msgstr "Leggiamo ogni risposta. Il tuo feedback aiuta il nostro team ad apportare le migliorie di cui hai più bisogno."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "Il team di HubSpot per WordPress"
|
msgstr "Il team di HubSpot per WordPress"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Grazie,"
|
msgstr "Grazie,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Lasciaci una recensione | il link si apre in una nuova scheda"
|
msgstr "Lasciaci una recensione | il link si apre in una nuova scheda"
|
||||||
|
|
||||||
#: public/admin/widgets/class-elementorform.php:85
|
#: public/admin/widgets/class-elementorform.php:85
|
||||||
msgid "Form"
|
msgid "Form"
|
||||||
msgstr "Form"
|
msgstr "Modulo"
|
||||||
|
|
||||||
#: public/admin/widgets/class-elementormeeting.php:84
|
#: public/admin/widgets/class-elementormeeting.php:84
|
||||||
msgid "Meetings Scheduler"
|
msgid "Meetings Scheduler"
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -156,12 +156,18 @@ msgstr "設定"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "アップグレード"
|
msgstr "アップグレード"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot All-In-One Marketing%1$sにはPHP %2$s以上が必要です。まずWordPressをアップグレードしてください。"
|
msgstr "HubSpot All-In-One Marketing%1$sにはPHP %2$s以上が必要です。まずWordPressをアップグレードしてください。"
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot All-In-One Marketing%1$sにはWordPress %2$s以上が必要です。まずWordPressをアップグレードしてください。"
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "HubSpotプラグインは現在接続されていません。WordPressサイトでHubSpotツールを使用するには、%1$s今すぐプラグインを接続%2$sしてください。"
|
msgstr "HubSpotプラグインは現在接続されていません。WordPressサイトでHubSpotツールを使用するには、%1$s今すぐプラグインを接続%2$sしてください。"
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "HubSpotプラグインは現在接続されていません。WordPress
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "この通知を無視してください。"
|
msgstr "この通知を無視してください。"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "%1$sさん、こんにちは。"
|
msgstr "%1$sさん、こんにちは。"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "HubSpot for WordPressプラグインに関する%1$sこのアンケート%2$sにご回答いただくため、2分ほどお時間をいただいてよろしいですか?"
|
msgstr "HubSpot for WordPressプラグインに関する%1$sこのアンケート%2$sにご回答いただくため、2分ほどお時間をいただいてよろしいですか?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "回答は全て目を通させていただきます。いただいたご意見は、最もご要望の多い機能強化に役立たせていただきます。"
|
msgstr "回答は全て目を通させていただきます。いただいたご意見は、最もご要望の多い機能強化に役立たせていただきます。"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot for WordPressチーム"
|
msgstr "HubSpot for WordPressチーム"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "どうぞよろしくお願いいたします。"
|
msgstr "どうぞよろしくお願いいたします。"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "レビューをお書きください | リンクが新しいタブで開きます"
|
msgstr "レビューをお書きください | リンクが新しいタブで開きます"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -156,12 +156,18 @@ msgstr "Innstillinger"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Oppgrader"
|
msgstr "Oppgrader"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot All-In-One Marketing %1$s krever PHP %2$s eller høyere. Vennligst oppgrader WordPress først."
|
msgstr "HubSpot All-In-One Marketing %1$s krever PHP %2$s eller høyere. Vennligst oppgrader WordPress først."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot All-In-One Marketing %1$s krever WordPress %2$s eller høyere. Vennligst oppgrader WordPress først."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "HubSpot-plugin er ikke tilkoblet akkurat nå. For å bruke HubSpot-verktøy på WordPress-nettstedet ditt, må du %1$skoble til plugins nå%2$s."
|
msgstr "HubSpot-plugin er ikke tilkoblet akkurat nå. For å bruke HubSpot-verktøy på WordPress-nettstedet ditt, må du %1$skoble til plugins nå%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "HubSpot-plugin er ikke tilkoblet akkurat nå. For å bruke HubSpot-verkt
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Forkast dette varselet."
|
msgstr "Forkast dette varselet."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hei %1$s,"
|
msgstr "Hei %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Har du 2 minutter til å fullføre %1$sdenne undersøkelsen%2$s om HubSpot for WordPress-plugin?"
|
msgstr "Har du 2 minutter til å fullføre %1$sdenne undersøkelsen%2$s om HubSpot for WordPress-plugin?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Vi leser alle svar. Din tilbakemelding hjelper teamet vårt å skape de forbedringene du trenger mest."
|
msgstr "Vi leser alle svar. Din tilbakemelding hjelper teamet vårt å skape de forbedringene du trenger mest."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot for WordPress-team"
|
msgstr "HubSpot for WordPress-team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Takk,"
|
msgstr "Takk,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Gi oss en anmeldelse | lenken åpnes i en ny fane"
|
msgstr "Gi oss en anmeldelse | lenken åpnes i en ny fane"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -154,14 +154,20 @@ msgstr "Instellingen"
|
|||||||
#: public/admin/class-leadinadmin.php:213
|
#: public/admin/class-leadinadmin.php:213
|
||||||
#: public/admin/class-pluginactionsmanager.php:50
|
#: public/admin/class-pluginactionsmanager.php:50
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Upgraden"
|
msgstr "Upgrade"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "Voor HubSpot All-In-One Marketing %1$s is PHP %2$s of hoger vereist. Upgrade eerst WordPress."
|
msgstr "Voor HubSpot All-In-One Marketing %1$s is PHP %2$s of hoger vereist. Upgrade eerst WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "Voor HubSpot All-In-One Marketing %1$s is WordPress %2$s of hoger vereist. Upgrade eerst WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "De HubSpot-plug-in is momenteel niet gekoppeld. Als je HubSpot-tools wilt gebruiken op je WordPress-site, %1$skoppel je nu de plug-in%2$s."
|
msgstr "De HubSpot-plug-in is momenteel niet gekoppeld. Als je HubSpot-tools wilt gebruiken op je WordPress-site, %1$skoppel je nu de plug-in%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "De HubSpot-plug-in is momenteel niet gekoppeld. Als je HubSpot-tools wil
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Sluit deze kennisgeving."
|
msgstr "Sluit deze kennisgeving."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hallo %1$s,"
|
msgstr "Hallo %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Heb je 2 minuten om %1$sdeze enquête%2$s over de HubSpot voor WordPress-plugin in te vullen?"
|
msgstr "Heb je 2 minuten om %1$sdeze enquête%2$s over de HubSpot voor WordPress-plugin in te vullen?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "We lezen elke reactie. Je feedback helpt ons team de verbeteringen aan te brengen die jij het meest nodig hebt."
|
msgstr "We lezen elke reactie. Je feedback helpt ons team de verbeteringen aan te brengen die jij het meest nodig hebt."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot for WordPress-team"
|
msgstr "HubSpot for WordPress-team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Bedankt,"
|
msgstr "Bedankt,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Een beoordeling plaatsen | koppeling wordt geopend op een nieuw tabblad"
|
msgstr "Een beoordeling plaatsen | koppeling wordt geopend op een nieuw tabblad"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -156,12 +156,18 @@ msgstr "Innstillinger"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Oppgrader"
|
msgstr "Oppgrader"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot All-In-One Marketing %1$s krever PHP %2$s eller høyere. Vennligst oppgrader WordPress først."
|
msgstr "HubSpot All-In-One Marketing %1$s krever PHP %2$s eller høyere. Vennligst oppgrader WordPress først."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot All-In-One Marketing %1$s krever WordPress %2$s eller høyere. Vennligst oppgrader WordPress først."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "HubSpot-plugin er ikke tilkoblet akkurat nå. For å bruke HubSpot-verktøy på WordPress-nettstedet ditt, må du %1$skoble til plugins nå%2$s."
|
msgstr "HubSpot-plugin er ikke tilkoblet akkurat nå. For å bruke HubSpot-verktøy på WordPress-nettstedet ditt, må du %1$skoble til plugins nå%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "HubSpot-plugin er ikke tilkoblet akkurat nå. For å bruke HubSpot-verkt
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Forkast dette varselet."
|
msgstr "Forkast dette varselet."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hei %1$s,"
|
msgstr "Hei %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Har du 2 minutter til å fullføre %1$sdenne undersøkelsen%2$s om HubSpot for WordPress-plugin?"
|
msgstr "Har du 2 minutter til å fullføre %1$sdenne undersøkelsen%2$s om HubSpot for WordPress-plugin?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Vi leser alle svar. Din tilbakemelding hjelper teamet vårt å skape de forbedringene du trenger mest."
|
msgstr "Vi leser alle svar. Din tilbakemelding hjelper teamet vårt å skape de forbedringene du trenger mest."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot for WordPress-team"
|
msgstr "HubSpot for WordPress-team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Takk,"
|
msgstr "Takk,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Gi oss en anmeldelse | lenken åpnes i en ny fane"
|
msgstr "Gi oss en anmeldelse | lenken åpnes i en ny fane"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -136,7 +136,7 @@ msgstr "Kontakty"
|
|||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:207
|
#: public/admin/class-leadinadmin.php:207
|
||||||
msgid "Email"
|
msgid "Email"
|
||||||
msgstr "E-mail"
|
msgstr "Wiadomość e-mail"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:208
|
#: public/admin/class-leadinadmin.php:208
|
||||||
msgid "Lists"
|
msgid "Lists"
|
||||||
@@ -154,14 +154,20 @@ msgstr "Ustawienia"
|
|||||||
#: public/admin/class-leadinadmin.php:213
|
#: public/admin/class-leadinadmin.php:213
|
||||||
#: public/admin/class-pluginactionsmanager.php:50
|
#: public/admin/class-pluginactionsmanager.php:50
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Uaktualnij"
|
msgstr "Uaktualnienie"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "Uniwersalny marketing HubSpot %1$s wymaga wersji PHP %2$s lub wyższej. Najpierw uaktualnij WordPress."
|
msgstr "Uniwersalny marketing HubSpot %1$s wymaga wersji PHP %2$s lub wyższej. Najpierw uaktualnij WordPress."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "Uniwersalny marketing HubSpot %1$s wymaga wersji WordPress %2$s lub wyższej. Najpierw uaktualnij WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "Wtyczka HubSpot nie jest obecnie połączona. Aby korzystać z narzędzi HubSpot w witrynie WordPress, %1$społącz teraz wtyczkę%2$s."
|
msgstr "Wtyczka HubSpot nie jest obecnie połączona. Aby korzystać z narzędzi HubSpot w witrynie WordPress, %1$społącz teraz wtyczkę%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "Wtyczka HubSpot nie jest obecnie połączona. Aby korzystać z narzędzi
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Odrzuć tę notatkę."
|
msgstr "Odrzuć tę notatkę."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Cześć, %1$s,"
|
msgstr "Cześć, %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Czy masz 2 minuty na wypełnienie %1$stej ankiety%2$s na temat wtyczki HubSpot for WordPress?"
|
msgstr "Czy masz 2 minuty na wypełnienie %1$stej ankiety%2$s na temat wtyczki HubSpot for WordPress?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Czytamy wszystkie odpowiedzi. Twoja opinia pomaga naszemu zespołowi wprowadzić ulepszenia, których najbardziej potrzebujesz."
|
msgstr "Czytamy wszystkie odpowiedzi. Twoja opinia pomaga naszemu zespołowi wprowadzić ulepszenia, których najbardziej potrzebujesz."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot dla zespołu WordPress"
|
msgstr "HubSpot dla zespołu WordPress"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Dziękujemy,"
|
msgstr "Dziękujemy,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Napisz recenzję | Łącze otwiera się w nowej karcie"
|
msgstr "Napisz recenzję | Łącze otwiera się w nowej karcie"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -156,12 +156,18 @@ msgstr "Configurações"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Upgrade"
|
msgstr "Upgrade"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "O software de marketing completo da HubSpot %1$s exige PHP %2$s ou superior. Atualize o WordPress primeiro."
|
msgstr "O software de marketing completo da HubSpot %1$s exige PHP %2$s ou superior. Atualize o WordPress primeiro."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "O software de marketing completo da HubSpot %1$s exige WordPress %2$s ou superior. Atualize o WordPress primeiro."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "O plug-in da HubSpot não está conectado no momento. Para usar as ferramentas da HubSpot no seu site WordPress, %1$sconecte o plug-in agora%2$s."
|
msgstr "O plug-in da HubSpot não está conectado no momento. Para usar as ferramentas da HubSpot no seu site WordPress, %1$sconecte o plug-in agora%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "O plug-in da HubSpot não está conectado no momento. Para usar as ferra
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorar este aviso."
|
msgstr "Ignorar este aviso."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Olá, %1$s."
|
msgstr "Olá, %1$s."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Você tem 2 minutos para participar %1$sdesta pesquisa%2$s sobre o plug-in da HubSpot para o WordPress?"
|
msgstr "Você tem 2 minutos para participar %1$sdesta pesquisa%2$s sobre o plug-in da HubSpot para o WordPress?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Lemos cada resposta. Seu feedback ajuda nossa equipe a fazer as melhorias que você mais precisa."
|
msgstr "Lemos cada resposta. Seu feedback ajuda nossa equipe a fazer as melhorias que você mais precisa."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "Equipe da HubSpot para WordPress"
|
msgstr "Equipe da HubSpot para WordPress"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Obrigado,"
|
msgstr "Obrigado,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Deixe-nos uma avaliação | O link abre em uma nova guia"
|
msgstr "Deixe-nos uma avaliação | O link abre em uma nova guia"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -156,12 +156,18 @@ msgstr "Configurações"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Upgrade"
|
msgstr "Upgrade"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "O software de marketing completo da HubSpot %1$s exige PHP %2$s ou superior. Atualize o WordPress primeiro."
|
msgstr "O software de marketing completo da HubSpot %1$s exige PHP %2$s ou superior. Atualize o WordPress primeiro."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "O software de marketing completo da HubSpot %1$s exige WordPress %2$s ou superior. Atualize o WordPress primeiro."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "O plug-in da HubSpot não está conectado no momento. Para usar as ferramentas da HubSpot no seu site WordPress, %1$sconecte o plug-in agora%2$s."
|
msgstr "O plug-in da HubSpot não está conectado no momento. Para usar as ferramentas da HubSpot no seu site WordPress, %1$sconecte o plug-in agora%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "O plug-in da HubSpot não está conectado no momento. Para usar as ferra
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorar este aviso."
|
msgstr "Ignorar este aviso."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Olá, %1$s."
|
msgstr "Olá, %1$s."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Você tem 2 minutos para participar %1$sdesta pesquisa%2$s sobre o plug-in da HubSpot para o WordPress?"
|
msgstr "Você tem 2 minutos para participar %1$sdesta pesquisa%2$s sobre o plug-in da HubSpot para o WordPress?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Lemos cada resposta. Seu feedback ajuda nossa equipe a fazer as melhorias que você mais precisa."
|
msgstr "Lemos cada resposta. Seu feedback ajuda nossa equipe a fazer as melhorias que você mais precisa."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "Equipe da HubSpot para WordPress"
|
msgstr "Equipe da HubSpot para WordPress"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Obrigado,"
|
msgstr "Obrigado,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Deixe-nos uma avaliação | O link abre em uma nova guia"
|
msgstr "Deixe-nos uma avaliação | O link abre em uma nova guia"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -156,12 +156,18 @@ msgstr "Configurações"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Upgrade"
|
msgstr "Upgrade"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "O software de marketing completo da HubSpot %1$s exige PHP %2$s ou superior. Atualize o WordPress primeiro."
|
msgstr "O software de marketing completo da HubSpot %1$s exige PHP %2$s ou superior. Atualize o WordPress primeiro."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "O software de marketing completo da HubSpot %1$s exige WordPress %2$s ou superior. Atualize o WordPress primeiro."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "O plug-in da HubSpot não está conectado no momento. Para usar as ferramentas da HubSpot no seu site WordPress, %1$sconecte o plug-in agora%2$s."
|
msgstr "O plug-in da HubSpot não está conectado no momento. Para usar as ferramentas da HubSpot no seu site WordPress, %1$sconecte o plug-in agora%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "O plug-in da HubSpot não está conectado no momento. Para usar as ferra
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorar este aviso."
|
msgstr "Ignorar este aviso."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Olá, %1$s."
|
msgstr "Olá, %1$s."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Você tem 2 minutos para participar %1$sdesta pesquisa%2$s sobre o plug-in da HubSpot para o WordPress?"
|
msgstr "Você tem 2 minutos para participar %1$sdesta pesquisa%2$s sobre o plug-in da HubSpot para o WordPress?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Lemos cada resposta. Seu feedback ajuda nossa equipe a fazer as melhorias que você mais precisa."
|
msgstr "Lemos cada resposta. Seu feedback ajuda nossa equipe a fazer as melhorias que você mais precisa."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "Equipe da HubSpot para WordPress"
|
msgstr "Equipe da HubSpot para WordPress"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Obrigado,"
|
msgstr "Obrigado,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Deixe-nos uma avaliação | O link abre em uma nova guia"
|
msgstr "Deixe-nos uma avaliação | O link abre em uma nova guia"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -156,12 +156,18 @@ msgstr "Configurações"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Upgrade"
|
msgstr "Upgrade"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "O software de marketing completo da HubSpot %1$s exige PHP %2$s ou superior. Atualize o WordPress primeiro."
|
msgstr "O software de marketing completo da HubSpot %1$s exige PHP %2$s ou superior. Atualize o WordPress primeiro."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "O software de marketing completo da HubSpot %1$s exige WordPress %2$s ou superior. Atualize o WordPress primeiro."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "O plug-in da HubSpot não está conectado no momento. Para usar as ferramentas da HubSpot no seu site WordPress, %1$sconecte o plug-in agora%2$s."
|
msgstr "O plug-in da HubSpot não está conectado no momento. Para usar as ferramentas da HubSpot no seu site WordPress, %1$sconecte o plug-in agora%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "O plug-in da HubSpot não está conectado no momento. Para usar as ferra
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Ignorar este aviso."
|
msgstr "Ignorar este aviso."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Olá, %1$s."
|
msgstr "Olá, %1$s."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Você tem 2 minutos para participar %1$sdesta pesquisa%2$s sobre o plug-in da HubSpot para o WordPress?"
|
msgstr "Você tem 2 minutos para participar %1$sdesta pesquisa%2$s sobre o plug-in da HubSpot para o WordPress?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Lemos cada resposta. Seu feedback ajuda nossa equipe a fazer as melhorias que você mais precisa."
|
msgstr "Lemos cada resposta. Seu feedback ajuda nossa equipe a fazer as melhorias que você mais precisa."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "Equipe da HubSpot para WordPress"
|
msgstr "Equipe da HubSpot para WordPress"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Obrigado,"
|
msgstr "Obrigado,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Deixe-nos uma avaliação | O link abre em uma nova guia"
|
msgstr "Deixe-nos uma avaliação | O link abre em uma nova guia"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -156,12 +156,18 @@ msgstr "Inställningar"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Uppgradera"
|
msgstr "Uppgradera"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot All-In-One Marketing %1$s kräver PHP %2$s eller högre. Uppgradera WordPress först."
|
msgstr "HubSpot All-In-One Marketing %1$s kräver PHP %2$s eller högre. Uppgradera WordPress först."
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "Marketing All-In-One di HubSpot %1$s richiede WordPress %2$s o versione superiore. Per prima cosa, esegui l'upgrade di WordPress."
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "Denna HubSpot-plugin är inte ansluten för tillfället. För att använda HubSpot-verktyg på din WordPress-webbplats ska du %1$sansluta plugin nu%2$s."
|
msgstr "Denna HubSpot-plugin är inte ansluten för tillfället. För att använda HubSpot-verktyg på din WordPress-webbplats ska du %1$sansluta plugin nu%2$s."
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "Denna HubSpot-plugin är inte ansluten för tillfället. För att använ
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "Avvisa detta meddelande."
|
msgstr "Avvisa detta meddelande."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "Hallå där %1$s,"
|
msgstr "Hallå där %1$s,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "Har du lite tid att fylla i %1$s denna undersökning%2$s om HubSpot för WordPress plugin?"
|
msgstr "Har du lite tid att fylla i %1$s denna undersökning%2$s om HubSpot för WordPress plugin?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "Vi läser alla svar. Din feedback hjälper vårt team att göra de förbättringar du behöver mest."
|
msgstr "Vi läser alla svar. Din feedback hjälper vårt team att göra de förbättringar du behöver mest."
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "HubSpot för WordPress Team"
|
msgstr "HubSpot för WordPress Team"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "Tack,"
|
msgstr "Tack,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "Skriv ett omdöme | länk öppnas i en ny flik"
|
msgstr "Skriv ett omdöme | länk öppnas i en ny flik"
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -7,10 +7,10 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -156,12 +156,18 @@ msgstr "設定"
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "升級"
|
msgstr "升級"
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr "HubSpot 一站式行銷%1$s需要 PHP %2$s 或更新版本。請先升級 WordPress。"
|
msgstr "HubSpot 一站式行銷%1$s需要 PHP %2$s 或更新版本。請先升級 WordPress。"
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr "HubSpot 一站式行銷%1$s需要 WordPress %2$s 或更新版本。請先升級 WordPress。"
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr "目前並未連結 HubSpot 外掛程式。若要在你的 WordPress 網站上使用 HubSpot 工具,請%1$s立即連結外掛程式%2$s。"
|
msgstr "目前並未連結 HubSpot 外掛程式。若要在你的 WordPress 網站上使用 HubSpot 工具,請%1$s立即連結外掛程式%2$s。"
|
||||||
|
|
||||||
@@ -169,27 +175,29 @@ msgstr "目前並未連結 HubSpot 外掛程式。若要在你的 WordPress 網
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr "關閉這則通知。"
|
msgstr "關閉這則通知。"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr "%1$s 你好,"
|
msgstr "%1$s 你好,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr "你有 2 分鐘時間來完成關於 HubSpot for WordPress 外掛程式的%1$s這份問卷%2$s嗎?"
|
msgstr "你有 2 分鐘時間來完成關於 HubSpot for WordPress 外掛程式的%1$s這份問卷%2$s嗎?"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr "我們詳閱了每一則回應。你的意見回饋有助於我們的團隊做出最需要的改進。"
|
msgstr "我們詳閱了每一則回應。你的意見回饋有助於我們的團隊做出最需要的改進。"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr "WordPress 團隊版 HubSpot"
|
msgstr "WordPress 團隊版 HubSpot"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr "謝謝,"
|
msgstr "謝謝,"
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr "幫我們留下評論 | 連結將在新分頁中開啟"
|
msgstr "幫我們留下評論 | 連結將在新分頁中開啟"
|
||||||
|
|
||||||
|
|||||||
@@ -9,9 +9,9 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"POT-Creation-Date: 2024-05-16T14:09:54+00:00\n"
|
"POT-Creation-Date: 2024-09-23T15:57:23+00:00\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"X-Generator: WP-CLI 2.10.0\n"
|
"X-Generator: WP-CLI 2.11.0\n"
|
||||||
"X-Domain: leadin\n"
|
"X-Domain: leadin\n"
|
||||||
|
|
||||||
#. Plugin Name of the plugin
|
#. Plugin Name of the plugin
|
||||||
@@ -157,12 +157,18 @@ msgstr ""
|
|||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: public/admin/class-leadinadmin.php:258
|
#. translators: %1$s: Plugin current version %2$s: PHP required version
|
||||||
#: public/admin/class-leadinadmin.php:264
|
#: public/admin/class-leadinadmin.php:259
|
||||||
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
msgid "HubSpot All-In-One Marketing %1$s requires PHP %2$s or higher Please upgrade WordPress first"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: public/admin/class-noticemanager.php:35
|
#. translators: %1$s: Plugin current version %2$s: WordPress required version
|
||||||
|
#: public/admin/class-leadinadmin.php:266
|
||||||
|
msgid "HubSpot All-In-One Marketing %1$s requires WordPress %2$s or higher Please upgrade WordPress first"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-noticemanager.php:36
|
||||||
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
msgid "The HubSpot plugin is not connected right now To use HubSpot tools on your WordPress site, %1$sconnect the plugin now%2$s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -170,27 +176,29 @@ msgstr ""
|
|||||||
msgid "Dismiss this notice"
|
msgid "Dismiss this notice"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:29
|
#. translators: %1$s: Current user name or nickname
|
||||||
|
#: public/admin/class-reviewbanner.php:31
|
||||||
msgid "Hey %1$s,"
|
msgid "Hey %1$s,"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:32
|
#. translators: %1$s: HTML anchor opening tag %2$s: HTML anchor closing tag
|
||||||
|
#: public/admin/class-reviewbanner.php:36
|
||||||
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
msgid "Have you got 2 minutes to complete %1$sthis survey%2$s about the HubSpot for WordPress plugin?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:33
|
#: public/admin/class-reviewbanner.php:37
|
||||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:34
|
#: public/admin/class-reviewbanner.php:38
|
||||||
msgid "HubSpot for WordPress Team"
|
msgid "HubSpot for WordPress Team"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:35
|
#: public/admin/class-reviewbanner.php:39
|
||||||
msgid "Thanks,"
|
msgid "Thanks,"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: public/admin/class-reviewbanner.php:59
|
#: public/admin/class-reviewbanner.php:63
|
||||||
msgid "Leave us a review | link opens in a new tab"
|
msgid "Leave us a review | link opens in a new tab"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ namespace Leadin;
|
|||||||
* Plugin Name: HubSpot All-In-One Marketing - Forms, Popups, Live Chat
|
* Plugin Name: HubSpot All-In-One Marketing - Forms, Popups, Live Chat
|
||||||
* Plugin URI: http://www.hubspot.com/integrations/wordpress
|
* Plugin URI: http://www.hubspot.com/integrations/wordpress
|
||||||
* Description: HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM.
|
* Description: HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM.
|
||||||
* Version: 11.1.11
|
* Version: 11.1.60
|
||||||
* Author: HubSpot
|
* Author: HubSpot
|
||||||
* Author URI: http://hubspot.com/products/wordpress
|
* Author URI: http://hubspot.com/products/wordpress
|
||||||
* License: GPL v3
|
* License: GPL v3
|
||||||
@@ -59,7 +59,7 @@ if ( ! defined( 'LEADIN_REQUIRED_PHP_VERSION' ) ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( ! defined( 'LEADIN_PLUGIN_VERSION' ) ) {
|
if ( ! defined( 'LEADIN_PLUGIN_VERSION' ) ) {
|
||||||
define( 'LEADIN_PLUGIN_VERSION', '11.1.11' );
|
define( 'LEADIN_PLUGIN_VERSION', '11.1.60' );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "leadin",
|
"name": "leadin",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "wp-scripts start",
|
"start": "wp-scripts start",
|
||||||
"build": "wp-scripts build",
|
"build": "wp-scripts build --stats-error-details",
|
||||||
"test-e2e": "wp-scripts test-e2e",
|
"test-e2e": "wp-scripts test-e2e",
|
||||||
"test-e2e:debug": "wp-scripts test-e2e --puppeteer-devtools",
|
"test-e2e:debug": "wp-scripts test-e2e --puppeteer-devtools",
|
||||||
"plugin-zip": "wp-scripts plugin-zip"
|
"plugin-zip": "wp-scripts plugin-zip"
|
||||||
@@ -32,16 +32,24 @@
|
|||||||
"@types/styled-components": "^5.1.26",
|
"@types/styled-components": "^5.1.26",
|
||||||
"@types/wordpress__block-editor": "^7.0.0",
|
"@types/wordpress__block-editor": "^7.0.0",
|
||||||
"@types/wordpress__blocks": "^11.0.7",
|
"@types/wordpress__blocks": "^11.0.7",
|
||||||
|
"@types/wordpress__components": "^23.8.0",
|
||||||
|
"@types/wordpress__data": "^7.0.0",
|
||||||
"@types/wordpress__edit-post": "^4.0.1",
|
"@types/wordpress__edit-post": "^4.0.1",
|
||||||
|
"@types/wordpress__keycodes": "^2.18.0",
|
||||||
"@types/wordpress__plugins": "^3.0.0",
|
"@types/wordpress__plugins": "^3.0.0",
|
||||||
"@wordpress/e2e-test-utils": "^8.2.0",
|
"@wordpress/e2e-test-utils": "^8.2.0",
|
||||||
"@wordpress/env": "^5.3.0",
|
"@wordpress/env": "^5.3.0",
|
||||||
"@wordpress/jest-preset-default": "^10.0.0",
|
"@wordpress/jest-preset-default": "^10.0.0",
|
||||||
"@wordpress/scripts": "^24.2.0",
|
"@wordpress/scripts": "^24.2.0",
|
||||||
|
"eslint-plugin-jsdoc": "^48.9.3",
|
||||||
"jest": "^29.1.2",
|
"jest": "^29.1.2",
|
||||||
"msw": "^0.49.2",
|
"msw": "^0.49.2",
|
||||||
"ts-loader": "^9.4.1",
|
"ts-loader": "^9.4.1",
|
||||||
"typescript": "^4.8.4"
|
"typescript": "^4.8.4",
|
||||||
|
"ws": "8.17.1"
|
||||||
|
},
|
||||||
|
"resolutions": {
|
||||||
|
"ws": "8.17.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/cli": "7.18.6",
|
"@babel/cli": "7.18.6",
|
||||||
@@ -52,6 +60,7 @@
|
|||||||
"@linaria/webpack-loader": "4.0.0-beta.0",
|
"@linaria/webpack-loader": "4.0.0-beta.0",
|
||||||
"@wordpress/block-editor": "^10.1.0",
|
"@wordpress/block-editor": "^10.1.0",
|
||||||
"@wordpress/blocks": "^11.17.0",
|
"@wordpress/blocks": "^11.17.0",
|
||||||
|
"@wordpress/components": "^28.4.0",
|
||||||
"@wordpress/edit-post": "^6.18.0",
|
"@wordpress/edit-post": "^6.18.0",
|
||||||
"@wordpress/i18n": "^4.18.0",
|
"@wordpress/i18n": "^4.18.0",
|
||||||
"@wordpress/plugins": "^4.19.0",
|
"@wordpress/plugins": "^4.19.0",
|
||||||
@@ -61,7 +70,7 @@
|
|||||||
"penpal": "3.1.3",
|
"penpal": "3.1.3",
|
||||||
"raven-js": "3.19.1",
|
"raven-js": "3.19.1",
|
||||||
"styled-components": "^4.3.2",
|
"styled-components": "^4.3.2",
|
||||||
"webpack": "5.73.0",
|
"webpack": "5.76.0",
|
||||||
"webpack-cli": "4.10.0"
|
"webpack-cli": "4.10.0"
|
||||||
},
|
},
|
||||||
"msw": {
|
"msw": {
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ use Leadin\data\Portal_Options;
|
|||||||
use Leadin\admin\Connection;
|
use Leadin\admin\Connection;
|
||||||
use Leadin\admin\Impact;
|
use Leadin\admin\Impact;
|
||||||
use Leadin\data\User_Metadata;
|
use Leadin\data\User_Metadata;
|
||||||
|
use Leadin\auth\OAuthCryptoError;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class containing all the constants used for admin script localization.
|
* Class containing all the constants used for admin script localization.
|
||||||
@@ -93,7 +94,7 @@ class AdminConstants {
|
|||||||
'theme' => get_option( 'stylesheet' ),
|
'theme' => get_option( 'stylesheet' ),
|
||||||
'adminUrl' => admin_url(),
|
'adminUrl' => admin_url(),
|
||||||
'websiteName' => get_bloginfo( 'name' ),
|
'websiteName' => get_bloginfo( 'name' ),
|
||||||
'domain' => parse_url( get_site_url(), PHP_URL_HOST ),
|
'domain' => wp_parse_url( get_site_url(), PHP_URL_HOST ),
|
||||||
'wp_user' => $wp_user->first_name ? $wp_user->first_name : $wp_user->user_nicename,
|
'wp_user' => $wp_user->first_name ? $wp_user->first_name : $wp_user->user_nicename,
|
||||||
'nonce' => self::get_connection_nonce(),
|
'nonce' => self::get_connection_nonce(),
|
||||||
'accountName' => Portal_Options::get_account_name(),
|
'accountName' => Portal_Options::get_account_name(),
|
||||||
@@ -144,6 +145,9 @@ class AdminConstants {
|
|||||||
*/
|
*/
|
||||||
public static function get_background_leadin_config() {
|
public static function get_background_leadin_config() {
|
||||||
$wp_user_id = get_current_user_id();
|
$wp_user_id = get_current_user_id();
|
||||||
|
$portal_id = Portal_Options::get_portal_id();
|
||||||
|
$refresh_token = OAuth::get_refresh_token();
|
||||||
|
$is_connected = ! empty( $portal_id ) && ! empty( $refresh_token );
|
||||||
|
|
||||||
$background_config = array(
|
$background_config = array(
|
||||||
'adminUrl' => admin_url(),
|
'adminUrl' => admin_url(),
|
||||||
@@ -153,7 +157,7 @@ class AdminConstants {
|
|||||||
'formsScriptPayload' => Filters::apply_forms_payload_filters(),
|
'formsScriptPayload' => Filters::apply_forms_payload_filters(),
|
||||||
'meetingsScript' => Filters::apply_meetings_script_url_filters(),
|
'meetingsScript' => Filters::apply_meetings_script_url_filters(),
|
||||||
'hublet' => Filters::apply_hublet_filters(),
|
'hublet' => Filters::apply_hublet_filters(),
|
||||||
'hubspotBaseUrl' => Filters::apply_base_url_filters( Connection::is_connected() ),
|
'hubspotBaseUrl' => Filters::apply_base_url_filters( $is_connected ),
|
||||||
'leadinPluginVersion' => constant( 'LEADIN_PLUGIN_VERSION' ),
|
'leadinPluginVersion' => constant( 'LEADIN_PLUGIN_VERSION' ),
|
||||||
'locale' => get_locale(),
|
'locale' => get_locale(),
|
||||||
'restUrl' => get_rest_url(),
|
'restUrl' => get_rest_url(),
|
||||||
@@ -162,7 +166,7 @@ class AdminConstants {
|
|||||||
'phpVersion' => Versions::get_php_version(),
|
'phpVersion' => Versions::get_php_version(),
|
||||||
'pluginPath' => constant( 'LEADIN_PATH' ),
|
'pluginPath' => constant( 'LEADIN_PATH' ),
|
||||||
'plugins' => get_plugins(),
|
'plugins' => get_plugins(),
|
||||||
'portalId' => Portal_Options::get_portal_id(),
|
'portalId' => $portal_id,
|
||||||
'accountName' => Portal_Options::get_account_name(),
|
'accountName' => Portal_Options::get_account_name(),
|
||||||
'portalDomain' => Portal_Options::get_portal_domain(),
|
'portalDomain' => Portal_Options::get_portal_domain(),
|
||||||
'portalEmail' => get_user_meta( $wp_user_id, 'leadin_email', true ),
|
'portalEmail' => get_user_meta( $wp_user_id, 'leadin_email', true ),
|
||||||
@@ -170,17 +174,18 @@ class AdminConstants {
|
|||||||
'theme' => get_option( 'stylesheet' ),
|
'theme' => get_option( 'stylesheet' ),
|
||||||
'wpVersion' => Versions::get_wp_version(),
|
'wpVersion' => Versions::get_wp_version(),
|
||||||
'leadinQueryParams' => self::get_hubspot_query_params_array(),
|
'leadinQueryParams' => self::get_hubspot_query_params_array(),
|
||||||
'connectionStatus' => Connection::is_connected() ? 'Connected' : 'NotConnected',
|
'connectionStatus' => $is_connected ? 'Connected' : 'NotConnected',
|
||||||
'contentEmbed' => self::get_content_embed_config(),
|
'contentEmbed' => self::get_content_embed_config(),
|
||||||
'requiresContentEmbedScope' => is_plugin_active( 'hubspot-content-embed/content-embed.php' ) ? '1' : '0',
|
'requiresContentEmbedScope' => is_plugin_active( 'hubspot-content-embed/content-embed.php' ) ? '1' : '0',
|
||||||
'lastAuthorizeTime' => Portal_Options::get_last_authorize_time(),
|
'lastAuthorizeTime' => Portal_Options::get_last_authorize_time(),
|
||||||
'lastDeauthorizeTime' => Portal_Options::get_last_deauthorize_time(),
|
'lastDeauthorizeTime' => Portal_Options::get_last_deauthorize_time(),
|
||||||
'lastDisconnectTime' => Portal_Options::get_last_disconnect_time(),
|
'lastDisconnectTime' => Portal_Options::get_last_disconnect_time(),
|
||||||
'refreshTokenError' => Portal_Options::get_refresh_token_error(),
|
|
||||||
);
|
);
|
||||||
|
|
||||||
if ( Connection::is_connected() ) {
|
if ( false === $refresh_token ) {
|
||||||
$background_config['refreshToken'] = OAuth::get_refresh_token();
|
$background_config['decryptError'] = OAuthCryptoError::DECRYPT_FAILED;
|
||||||
|
} else {
|
||||||
|
$background_config['refreshToken'] = $refresh_token;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $background_config;
|
return $background_config;
|
||||||
@@ -192,7 +197,7 @@ class AdminConstants {
|
|||||||
public static function get_leadin_config() {
|
public static function get_leadin_config() {
|
||||||
$leadin_config = self::get_background_leadin_config();
|
$leadin_config = self::get_background_leadin_config();
|
||||||
|
|
||||||
if ( ! Connection::is_connected() ) {
|
if ( 'NotConnected' === $leadin_config['connectionStatus'] ) {
|
||||||
if ( ! Impact::has_params() ) {
|
if ( ! Impact::has_params() ) {
|
||||||
$impact_link = Impact::get_affiliate_link();
|
$impact_link = Impact::get_affiliate_link();
|
||||||
if ( ! empty( $impact_link ) ) {
|
if ( ! empty( $impact_link ) ) {
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user