plugin updates
This commit is contained in:
@@ -1,72 +0,0 @@
|
||||
### 2.1.0 | 2024-03-14
|
||||
- Updated the additional contact field settings to use the generic field map instead of the deprecated dynamic field map field type.
|
||||
- Updated to use the v3 Owners API before v2 is sunset in August 2024.
|
||||
- Updated the minimum Gravity Forms version to 2.7.1.
|
||||
- Fixed a JavaScript error on the feed configuration page with Gravity Forms 2.8+.
|
||||
|
||||
### 2.0.0 | 2023-11-01
|
||||
- Fixed a bug where feeds can't be created or edited due to an invalid_lifecycle_stage error.
|
||||
|
||||
|
||||
### 1.9 | 2023-04-06
|
||||
- Added support for async (background) feed processing to improve form submission performance.
|
||||
- Fixed an issue where auth token refresh requests continue to occur after the app is uninstalled from within the connected HubSpot account.
|
||||
- Fixed an issue where unnecessary auth token refresh requests can occur during feed processing.
|
||||
- Fixed an issue where the connect button is displayed on the settings page when API requests are being rate limited.
|
||||
- Fixed an issue that causes the API to initialize on all front-end pages containing forms and all admin pages.
|
||||
- Fixed an issue where multiple auth token refresh requests can occur around the same time.
|
||||
- Fixed an issue where HubSpot forms are recreated when reconnecting to the same HubSpot account.
|
||||
- Fixed a fatal error that can occur when attempting to reconnect the add-on during an API outage.
|
||||
|
||||
|
||||
### 1.8 | 2022-11-3
|
||||
- Fixed an issue with lifecycle stages which causes feeds to error when being saved or updated.
|
||||
- Fixed a typo in the "clear cache" setting description.
|
||||
|
||||
|
||||
### 1.7 | 2021-11-10
|
||||
- Updated the styling for the disconnect alert messaging.
|
||||
- Fixed an issue where the disconnect from HubSpot button doesn't show when used with Gravity Forms 2.4.
|
||||
- Fixed an issue where the lead status and lifecycle stage fields are missing from the feed configuration page.
|
||||
- Fixed an issue where the add-on is disconnected after HubSpot reduced auth token lifespan from 6 hours to 30 minutes.
|
||||
|
||||
|
||||
### 1.6 | 2021-10-12
|
||||
- Added a button in the add-on settings page to manually clear the contact custom properties cache.
|
||||
- Added support for mapping single checkbox, multiple checkboxes, dropdown select, and radio select type HubSpot properties.
|
||||
- Added security enhancements.
|
||||
- Fixed an issue where a notice appears on the feed settings edit page.
|
||||
- Fixed fatal errors that can occur when the Hubspot API returns an error while updating feed settings.
|
||||
- Fixed an issue where authentication may not complete after attempting a connection with HubSpot.
|
||||
- Fixed issue where conditional Contact Owner feed settings are not getting saved.
|
||||
|
||||
|
||||
### 1.5 | 2020-09-23
|
||||
- Added support for Gravity Forms 2.5.
|
||||
- Fixed PHP warnings and notices which occur when the request to the HubSpot API to get the contact properties fails.
|
||||
|
||||
|
||||
### 1.4 | 2020-07-14
|
||||
- Added security enhancements.
|
||||
|
||||
|
||||
### 1.3 | 2020-05-18
|
||||
- Added translations for Hebrew, Hindi, Japanese, and Turkish.
|
||||
- Added support for feed duplication.
|
||||
- Fixed a PHP 7.4 notice which can occur when generating the HubSpot form for a feed outside the Form Settings area.
|
||||
- Fixed an issue with the position in the Form Settings menu when multiple add-ons are installed.
|
||||
|
||||
|
||||
### 1.2 | 2019-10-23
|
||||
- Updated the text in the add-on settings.
|
||||
- Updated the submission process to always send the IP address to Hubspot unless saving of the submitter IP is disabled in a form's personal data settings.
|
||||
- Fixed an issue where references to the add-on would appear as "Gravity Forms HubSpot Add-On Add-On."
|
||||
- Fixed an issue where HubSpot users without names display as empty labels when assigning contact owner(s) for a feed.
|
||||
|
||||
|
||||
### 1.1 | 2019-08-07
|
||||
- Added security enhancements.
|
||||
|
||||
|
||||
### 1.0 | 2019-07-18
|
||||
- All new!
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,96 +0,0 @@
|
||||
|
||||
.gform-routing-row{
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#assignees,
|
||||
#editable_fields{
|
||||
position: absolute;
|
||||
left: -9999px;
|
||||
}
|
||||
|
||||
.rtl #assignees,
|
||||
.rtl #editable_fields{
|
||||
right: -9999px;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
table.gforms_form_settings th{
|
||||
border-left: 0;
|
||||
padding-left: 0!important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
table.gform-routings thead th{
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
table.gform-routings tr.gform-routing-row td{
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
table.gform-routings tr.gform-routing-row td .repeater-buttons{
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.repeater-buttons{
|
||||
display:inline-block;
|
||||
}
|
||||
.gform-routing-owners,
|
||||
.gform-routing-field{
|
||||
width:100%;
|
||||
min-width:150px;
|
||||
}
|
||||
.gform-routing-operator{
|
||||
width:120px;
|
||||
}
|
||||
.gform-routing-value{
|
||||
width:190px;
|
||||
}
|
||||
|
||||
html:not([dir="rtl"]) .gform-routings__heading {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
html[dir="rtl"] .gform-routings__heading {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#gaddon-setting-row-additional_fields > th, #gaddon-setting-row-contact_owner_conditional > th {
|
||||
display:none !important;
|
||||
}
|
||||
|
||||
.contact_owner_section {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.add-item {
|
||||
margin-left: 6px;
|
||||
}
|
||||
.add-item, .remove-item {
|
||||
position: relative;
|
||||
color: #444;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
#feed_condition_conditional_logic_container {
|
||||
margin-top:10px;
|
||||
}
|
||||
|
||||
.gform-routings-field__buttons {
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.gform-routings-field__buttons .repeater-buttons {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex: 1 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
.gform-routing-row{vertical-align:top}#assignees,#editable_fields{left:-9999px;position:absolute}.rtl #assignees,.rtl #editable_fields{left:auto;right:-9999px}table.gforms_form_settings th{border-left:0;padding-left:0!important}table.gform-routings thead th{padding:0}table.gform-routings tr.gform-routing-row td{vertical-align:top}table.gform-routings tr.gform-routing-row td .repeater-buttons{white-space:nowrap}.repeater-buttons{display:inline-block}.gform-routing-field,.gform-routing-owners{min-width:150px;width:100%}.gform-routing-operator{width:120px}.gform-routing-value{width:190px}html:not([dir=rtl]) .gform-routings__heading{text-align:left}html[dir=rtl] .gform-routings__heading{text-align:right}#gaddon-setting-row-additional_fields>th,#gaddon-setting-row-contact_owner_conditional>th{display:none!important}.contact_owner_section{display:none}.add-item{margin-left:6px}.add-item,.remove-item{color:#444;position:relative;top:3px}#feed_condition_conditional_logic_container{margin-top:10px}.gform-routings-field__buttons{position:relative;vertical-align:middle;width:40px}.gform-routings-field__buttons .repeater-buttons{align-items:center;bottom:0;display:flex;flex:1 0;height:100%;position:absolute;top:0;width:100%}
|
||||
@@ -1,31 +0,0 @@
|
||||
#deauth_scope {
|
||||
display: none;
|
||||
margin-top: 18px;
|
||||
}
|
||||
|
||||
.deauth_button {
|
||||
margin-top: 0.5em !important;
|
||||
}
|
||||
|
||||
#gform_hubspot_deauth_button {
|
||||
border: 1px solid #9E0B0F;
|
||||
background: #9E0B0F;
|
||||
color: #FFF;
|
||||
-webkit-box-shadow: inset 0 2px 5px -3px rgba( 173, 12, 17, 0.5 );
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 173, 12, 17, 0.5 );
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
#tab_gravityformshubspot table.gforms_form_settings > tbody > tr > th {
|
||||
padding: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
#tab_gravityformshubspot table.gforms_form_settings #gform-settings-save,
|
||||
#tab_gravityformshubspot .gform-settings-save-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#last_cache_clearance {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
#deauth_scope{display:none;margin-top:18px}.deauth_button{margin-top:.5em!important}#gform_hubspot_deauth_button{background:#9e0b0f;border:1px solid #9e0b0f;box-shadow:inset 0 2px 5px -3px rgba(173,12,17,.5);color:#fff;text-shadow:none}#tab_gravityformshubspot table.gforms_form_settings>tbody>tr>th{padding:0;width:0}#tab_gravityformshubspot .gform-settings-save-container,#tab_gravityformshubspot table.gforms_form_settings #gform-settings-save{display:none}#last_cache_clearance{font-size:.75rem}
|
||||
@@ -1,75 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
Plugin Name: Gravity Forms HubSpot Add-On
|
||||
Plugin URI: https://gravityforms.com
|
||||
Description: Integrates Gravity Forms with HubSpot, allowing form submissions to be automatically sent to your HubSpot account.
|
||||
Version: 2.1.0
|
||||
Author: Gravity Forms
|
||||
Author URI: https://gravityforms.com
|
||||
License: GPL-3.0+
|
||||
Text Domain: gravityformshubspot
|
||||
Domain Path: /languages
|
||||
|
||||
------------------------------------------------------------------------
|
||||
Copyright 2019-2024 Rocketgenius, Inc.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see http://www.gnu.org/licenses.
|
||||
|
||||
*/
|
||||
|
||||
|
||||
// Defines the current version of the Gravity Forms HubSpot Add-On.
|
||||
define( 'GF_HSPOT_VERSION', '2.1.0' );
|
||||
|
||||
define( 'GF_HSPOT_MIN_GF_VERSION', '2.7.1' );
|
||||
|
||||
// After GF is loaded, load the add-on.
|
||||
add_action( 'gform_loaded', array( 'GF_HSpot_Bootstrap', 'load_addon' ), 5 );
|
||||
|
||||
|
||||
/**
|
||||
* Loads the Gravity Forms HubSpot Add-On.
|
||||
*
|
||||
* Includes the main class and registers it with GFAddOn.
|
||||
*
|
||||
* @since 1.0
|
||||
*/
|
||||
class GF_HSpot_Bootstrap {
|
||||
|
||||
/**
|
||||
* Loads the required files.
|
||||
*
|
||||
* @since 1.0
|
||||
* @access public
|
||||
* @static
|
||||
*/
|
||||
public static function load_addon() {
|
||||
|
||||
// Requires the class file.
|
||||
require_once plugin_dir_path( __FILE__ ) . '/class-gf-hubspot.php';
|
||||
|
||||
// Registers the class name with GFAddOn.
|
||||
GFAddOn::register( 'GF_HubSpot' );
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns an instance of the GF_HubSpot class
|
||||
*
|
||||
* @since 1.0
|
||||
* @return GF_HubSpot An instance of the GF_HubSpot class
|
||||
*/
|
||||
function gf_hspot() {
|
||||
return GF_HubSpot::get_instance();
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M20.3215 10.0344C19.8536 9.22941 19.1954 8.58406 18.3726 8.09821C17.7577 7.74025 17.1201 7.51306 16.4016 7.41549V4.85763C17.1201 4.55256 17.566 3.87731 17.566 3.08955C17.566 2.01582 16.705 1.14572 15.6321 1.14572C14.5584 1.14572 13.6822 2.01582 13.6822 3.08955C13.6822 3.87731 14.1024 4.55256 14.8209 4.85763V7.41664C14.2461 7.4997 13.65 7.67889 13.1057 7.95422C11.9939 7.10984 8.34823 4.33974 6.21558 2.72182C6.26616 2.53946 6.30511 2.35151 6.30511 2.1532C6.30511 0.963939 5.34203 0 4.15234 0C2.96265 0 2 0.963939 2 2.1532C2 3.34232 2.96365 4.30654 4.15335 4.30654C4.55915 4.30654 4.93449 4.18785 5.25839 3.9927L5.70846 4.33413L11.8927 8.78998C11.5658 9.09017 11.2613 9.4316 11.0177 9.8147C10.5241 10.5957 10.2225 11.455 10.2225 12.3924V12.588C10.2225 13.246 10.3475 13.8672 10.5605 14.4507C10.748 14.9603 11.0222 15.4236 11.3618 15.8425L9.30929 17.9C9.01184 17.7893 8.6888 17.7665 8.37878 17.8345C8.06876 17.9025 7.78487 18.0583 7.56104 18.2834C7.40607 18.4376 7.28324 18.621 7.19967 18.823C7.1161 19.025 7.07345 19.2416 7.07419 19.4603C7.07433 19.9047 7.24749 20.3225 7.5619 20.6367C7.71601 20.7918 7.89937 20.9148 8.10134 20.9985C8.30331 21.0822 8.51989 21.125 8.73852 21.1245C8.95722 21.125 9.17385 21.0822 9.37589 20.9985C9.57793 20.9148 9.76136 20.7918 9.91557 20.6367C10.0704 20.4825 10.1932 20.2992 10.2768 20.0972C10.3605 19.8953 10.4032 19.6788 10.4027 19.4603C10.4027 19.2883 10.3761 19.1204 10.3261 18.9609L12.4476 16.8392C12.7384 17.0401 13.0525 17.2092 13.3902 17.3551C14.0563 17.643 14.7914 17.8185 15.596 17.8185H15.7435C16.633 17.8185 17.472 17.6096 18.2608 17.1822C19.092 16.7305 19.7425 16.1129 20.2339 15.3244C20.728 14.5338 21 13.6603 21 12.6992V12.6512C21 11.7058 20.7811 10.8335 20.3215 10.0344ZM17.7294 14.4852C17.1536 15.1251 16.4917 15.5193 15.7435 15.5193H15.6202C15.1928 15.5193 14.7748 15.4012 14.3655 15.1863C13.9042 14.9498 13.5536 14.6124 13.2666 14.1852C12.97 13.7659 12.8091 13.308 12.8091 12.8226V12.6752C12.8091 12.198 12.9006 11.7455 13.1314 11.3181C13.3782 10.8509 13.7114 10.4876 14.1546 10.1988C14.5897 9.91199 15.0544 9.77131 15.572 9.77131H15.6202C16.0895 9.77131 16.5338 9.86385 16.9531 10.0784C17.3803 10.3072 17.7294 10.6197 18 11.0308C18.2628 11.4421 18.4192 11.8857 18.4694 12.369C18.4774 12.4694 18.4814 12.5723 18.4814 12.6706C18.4814 13.3264 18.2308 13.9339 17.7294 14.4852Z" fill="#242748"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.4 KiB |
@@ -1,362 +0,0 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Gravity Forms HubSpot API Library.
|
||||
*
|
||||
* @since 1.0
|
||||
* @package GravityForms
|
||||
* @author Rocketgenius
|
||||
* @copyright Copyright (c) 2019, Rocketgenius
|
||||
*/
|
||||
class GF_HubSpot_API {
|
||||
|
||||
/**
|
||||
* HubSpot API URL.
|
||||
*
|
||||
* @since 1.0
|
||||
* @var string $api_url HubSpot API URL.
|
||||
*/
|
||||
protected $api_url = 'https://api.hubapi.com/';
|
||||
|
||||
/**
|
||||
* HubSpot authentication data.
|
||||
*
|
||||
* @since 1.0
|
||||
* @var array $auth_data HubSpot authentication data.
|
||||
*/
|
||||
protected $auth_data = null;
|
||||
|
||||
/**
|
||||
* Initialize API library.
|
||||
*
|
||||
* @since 1.0
|
||||
*
|
||||
* @param array $auth_data HubSpot authentication data.
|
||||
*/
|
||||
public function __construct( $auth_data = null ) {
|
||||
$this->auth_data = $auth_data;
|
||||
}
|
||||
|
||||
/**
|
||||
* Make API request.
|
||||
*
|
||||
* @since 1.0
|
||||
*
|
||||
* @param string $path Request path.
|
||||
* @param array $options Request options.
|
||||
* @param string $method Request method. Defaults to GET.
|
||||
* @param string $return_key Array key from response to return. Defaults to null (return full response).
|
||||
* @param int|array $response_code Expected HTTP response code.
|
||||
*
|
||||
* @return array|WP_Error
|
||||
*/
|
||||
public function make_request( $path = '', $options = array(), $method = 'GET', $return_key = null, $response_code = 200 ) {
|
||||
|
||||
// Log API call succeed.
|
||||
gf_hspot()->log_debug( __METHOD__ . '(): Making request to: ' . $path );
|
||||
|
||||
// Get authentication data.
|
||||
$auth_data = $this->auth_data;
|
||||
|
||||
// Build request URL.
|
||||
if ( $path === 'token/revoke' ) {
|
||||
$request_url = 'https://api.hubapi.com/oauth/v1/refresh-tokens/' . $options['token'];
|
||||
|
||||
// Execute request.
|
||||
$response = wp_remote_request( $request_url, array( 'method' => $method ) );
|
||||
} else {
|
||||
$request_url = strpos( $path, 'https://' ) === 0 ? $path : $this->api_url . $path;
|
||||
|
||||
// Add options if this is a GET request.
|
||||
if ( 'GET' === $method ) {
|
||||
$request_url = add_query_arg( $options, $request_url );
|
||||
}
|
||||
|
||||
// Prepare request arguments.
|
||||
$args = array(
|
||||
'method' => $method,
|
||||
'headers' => array(
|
||||
'Accept' => 'application/json',
|
||||
'Authorization' => 'Bearer ' . $auth_data['access_token'],
|
||||
'Content-Type' => 'application/json',
|
||||
),
|
||||
);
|
||||
|
||||
// Add request arguments to body.
|
||||
if ( in_array( $method, array( 'POST', 'PUT' ) ) ) {
|
||||
$args['body'] = json_encode( $options );
|
||||
}
|
||||
|
||||
// Execute API request.
|
||||
$response = wp_remote_request( $request_url, $args );
|
||||
}
|
||||
|
||||
if ( is_wp_error( $response ) ) {
|
||||
gf_hspot()->log_error( __METHOD__ . '(): HTTP request failed; ' . $response->get_error_message() );
|
||||
|
||||
return $response;
|
||||
}
|
||||
|
||||
// If an incorrect response code was returned, return WP_Error.
|
||||
$retrieved_response_code = wp_remote_retrieve_response_code( $response );
|
||||
if ( is_int( $response_code ) ) {
|
||||
$response_code = array( $response_code );
|
||||
}
|
||||
if ( ! in_array( $retrieved_response_code, $response_code, true ) ) {
|
||||
$response_code = implode( ', ', $response_code );
|
||||
$error_message = "Expected response code: {$response_code}. Returned response code: {$retrieved_response_code}.";
|
||||
$json_body = gf_hspot()->maybe_decode_json( $response['body'] );
|
||||
|
||||
$error_data = array( 'status' => $retrieved_response_code );
|
||||
if ( ! rgempty( 'message', $json_body ) ) {
|
||||
$error_message = $json_body['message'];
|
||||
}
|
||||
if ( ! rgempty( rgars( $json_body, 'errors' ) ) ) {
|
||||
$error_data['data'] = rgars( $json_body, 'errors' );
|
||||
}
|
||||
|
||||
// 401 Unauthorized - Returned when the authentication provided is invalid.
|
||||
if ( $retrieved_response_code === 401 ) {
|
||||
$log = 'API credentials are invalid;';
|
||||
} else {
|
||||
$log = 'API errors returned;';
|
||||
}
|
||||
|
||||
gf_hspot()->log_error( __METHOD__ . "(): $log " . $error_message . '; error data: ' . print_r( $error_data, true ) );
|
||||
|
||||
return new WP_Error( 'hubspot_api_error', $error_message, $error_data );
|
||||
}
|
||||
|
||||
// Convert JSON response to array.
|
||||
$response = gf_hspot()->maybe_decode_json( $response['body'] );
|
||||
|
||||
// If a return key is defined and array item exists, return it.
|
||||
if ( ! empty( $return_key ) && rgar( $response, $return_key ) ) {
|
||||
return rgar( $response, $return_key );
|
||||
}
|
||||
|
||||
return $response;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Refresh access tokens.
|
||||
*
|
||||
* @since 1.0
|
||||
*
|
||||
* @return array|WP_Error
|
||||
*/
|
||||
public function refresh_token() {
|
||||
// Get authentication data.
|
||||
$auth_data = $this->auth_data;
|
||||
|
||||
// If refresh token is not provided, throw exception.
|
||||
if ( ! rgar( $auth_data, 'refresh_token' ) ) {
|
||||
return new WP_Error( 'hubspot_refresh_token_error', esc_html__( 'Refresh token must be provided.', 'gravityformshubspot' ) );
|
||||
}
|
||||
|
||||
$args = array(
|
||||
'body' => array(
|
||||
'refresh_token' => $auth_data['refresh_token'],
|
||||
'state' => wp_create_nonce( gf_hspot()->get_authentication_state_action() ),
|
||||
),
|
||||
);
|
||||
|
||||
$response = wp_remote_post( gf_hspot()->get_gravity_api_url( '/auth/hubspot/refresh' ), $args );
|
||||
$response_code = wp_remote_retrieve_response_code( $response );
|
||||
$message = wp_remote_retrieve_response_message( $response );
|
||||
|
||||
if ( $response_code === 200 ) {
|
||||
$auth_payload = json_decode( wp_remote_retrieve_body( $response ), true );
|
||||
$auth_payload = json_decode( $auth_payload['auth_payload'], true );
|
||||
|
||||
if ( isset( $auth_payload['access_token'] ) && wp_verify_nonce( $auth_payload['state'], gf_hspot()->get_authentication_state_action() ) ) {
|
||||
$auth_data['access_token'] = $auth_payload['access_token'];
|
||||
$auth_data['refresh_token'] = $auth_payload['refresh_token'];
|
||||
$auth_data['expires_in'] = $auth_payload['expires_in'];
|
||||
|
||||
$this->auth_data = $auth_data;
|
||||
|
||||
return $auth_data;
|
||||
}
|
||||
|
||||
if ( isset( $auth_payload['error'] ) ) {
|
||||
$message = $auth_payload['error'];
|
||||
} elseif ( isset( $auth_payload['status'] ) ) {
|
||||
$message = $auth_payload['status'];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
return new WP_Error( 'hubspot_refresh_token_error', $message, array( 'status' => $response_code ) );
|
||||
}
|
||||
|
||||
/**
|
||||
* Revoke authentication token.
|
||||
*
|
||||
* @since 1.0
|
||||
*
|
||||
* @return array|WP_Error
|
||||
*/
|
||||
public function revoke_token() {
|
||||
|
||||
// Get authentication data.
|
||||
$auth_data = $this->auth_data;
|
||||
|
||||
// If refresh token is not provided, throw exception.
|
||||
if ( ! rgar( $auth_data, 'refresh_token' ) ) {
|
||||
return new WP_Error( 'hubspot_revoke_token_error', esc_html__( 'Refresh token must be provided.', 'gravityformshubspot' ) );
|
||||
}
|
||||
|
||||
return $this->make_request( 'token/revoke', array( 'token' => $auth_data['refresh_token'] ), 'DELETE', null, 204 );
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Get available users.
|
||||
*
|
||||
* @since 1.0
|
||||
*
|
||||
* @return array|WP_Error
|
||||
*/
|
||||
public function get_contacts() {
|
||||
static $contacts;
|
||||
|
||||
if ( ! isset( $contacts ) ) {
|
||||
$contacts = $this->make_request( 'contacts/v1/lists/all/contacts/all', array(), 'GET', 'users' );
|
||||
}
|
||||
|
||||
return $contacts;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get contact properties.
|
||||
*
|
||||
* @since 1.0
|
||||
*
|
||||
* @return array|WP_Error
|
||||
*/
|
||||
public function get_contact_properties() {
|
||||
|
||||
$properties = $this->make_request( 'properties/v1/contacts/groups/?includeProperties=true', array(), 'GET' );
|
||||
|
||||
return $properties;
|
||||
}
|
||||
|
||||
/**
|
||||
* Update contact properties by email.
|
||||
*
|
||||
* @since 1.0
|
||||
*
|
||||
* @param string $email Email.
|
||||
* @param array $data Contact data.
|
||||
*
|
||||
* @return array|WP_Error
|
||||
*/
|
||||
public function update_contact_by_email( $email, $data ) {
|
||||
return $this->make_request( "contacts/v1/contact/createOrUpdate/email/{$email}/", $data, 'POST' );
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new form.
|
||||
*
|
||||
* @since 1.0
|
||||
*
|
||||
* @param array $form The form options array.
|
||||
*
|
||||
* @return array|WP_Error
|
||||
*/
|
||||
public function create_form( $form ) {
|
||||
return $this->make_request( 'forms/v2/forms', $form, 'POST' );
|
||||
}
|
||||
|
||||
/**
|
||||
* Get form by guid.
|
||||
*
|
||||
* @since 1.0
|
||||
*
|
||||
* @param string $guid GUID of the form.
|
||||
*
|
||||
* @return array|WP_Error
|
||||
*/
|
||||
public function get_form( $guid ) {
|
||||
return $this->make_request( "forms/v2/forms/{$guid}" );
|
||||
}
|
||||
|
||||
/**
|
||||
* Get all forms.
|
||||
*
|
||||
* @since 1.0
|
||||
*
|
||||
* @return array|WP_Error Returns an array of forms
|
||||
*/
|
||||
public function get_forms() {
|
||||
return $this->make_request( 'forms/v2/forms' );
|
||||
}
|
||||
|
||||
/**
|
||||
* Update the form.
|
||||
*
|
||||
* @since 1.0
|
||||
*
|
||||
* @param string $guid GUID of the form.
|
||||
* @param array $form The form options array.
|
||||
*
|
||||
* @return array|WP_Error
|
||||
*/
|
||||
public function update_form( $guid, $form ) {
|
||||
|
||||
gf_hspot()->log_debug( 'Updating Form. GUID: ' . $guid );
|
||||
gf_hspot()->log_debug( 'Payload: ' . print_r( $form, true ) );
|
||||
|
||||
return $this->make_request( "forms/v2/forms/{$guid}", $form, 'POST' );
|
||||
}
|
||||
|
||||
/**
|
||||
* Delete form.
|
||||
*
|
||||
* @since 1.0
|
||||
*
|
||||
* @param string $guid GUID of the form.
|
||||
*
|
||||
* @return array|WP_Error
|
||||
*/
|
||||
public function delete_form( $guid ) {
|
||||
return $this->make_request( "forms/v2/forms/{$guid}", array(), 'DELETE', null, 204 );
|
||||
}
|
||||
|
||||
/**
|
||||
* Get contact owners from HubSpot.
|
||||
*
|
||||
* @since 1.0
|
||||
* @since 2.1 Updated to use the v3 endpoint.
|
||||
*
|
||||
* @return array|WP_Error
|
||||
*/
|
||||
public function get_owners() {
|
||||
return $this->make_request( 'crm/v3/owners', array( 'limit' => 500 ), 'GET', 'results' );
|
||||
}
|
||||
|
||||
/**
|
||||
* Submit form data to HubSpot.
|
||||
*
|
||||
* @since 1.0
|
||||
*
|
||||
* @param string $portal_id HubSpot portal ID.
|
||||
* @param string $form_guid HubSpot form GUID.
|
||||
* @param array $submission Form submission data.
|
||||
*
|
||||
* @return array|WP_Error
|
||||
*/
|
||||
public function submit_form( $portal_id, $form_guid, $submission ) {
|
||||
|
||||
// Submit HubSpot form.
|
||||
$url = "https://api.hsforms.com/submissions/v3/integration/submit/{$portal_id}/{$form_guid}";
|
||||
|
||||
gf_hspot()->log_debug( 'Submitting Form. URL:' . $url );
|
||||
gf_hspot()->log_debug( 'Payload: ' . print_r( $submission, true ) );
|
||||
|
||||
return $this->make_request( $url, $submission, 'POST' );
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,310 +0,0 @@
|
||||
/* global jQuery, gform_hubspot_owner_settings_strings, gf_vars */
|
||||
/* eslint-disable no-var */
|
||||
|
||||
jQuery(document).ready( function() {
|
||||
|
||||
new GFOwnerSetting();
|
||||
|
||||
} );
|
||||
|
||||
var legacyUI = gform_hubspot_owner_settings_strings.legacy_ui;
|
||||
var prefix = {
|
||||
input: legacyUI ? '_gaddon_setting_' : '_gform_setting_',
|
||||
field: legacyUI ? 'gaddon-setting-row-' : 'gform_setting_',
|
||||
};
|
||||
|
||||
function GFOwnerSetting() {
|
||||
var $ = jQuery;
|
||||
|
||||
/**
|
||||
* Initializes the Contact Owner module in the HubSpot feed settings.
|
||||
*/
|
||||
this.init = function() {
|
||||
this.initOwner();
|
||||
new GFConditionsSetting();
|
||||
};
|
||||
|
||||
/**
|
||||
* Binds event listeners to the contact owner inputs and initializes the state.
|
||||
*/
|
||||
this.initOwner = function() {
|
||||
var t = this;
|
||||
|
||||
$( '#contact_owner0, #contact_owner1, #contact_owner2' ).on( 'change', function() {
|
||||
t.toggleOwner( true );
|
||||
} );
|
||||
|
||||
this.toggleOwner( false );
|
||||
};
|
||||
|
||||
/**
|
||||
* Toggles the active owner inputs.
|
||||
*
|
||||
* @param {boolean} doSlide
|
||||
*/
|
||||
this.toggleOwner = function( doSlide ) {
|
||||
var ownerRadioIds = [
|
||||
'#' + prefix.field + 'contact_owner_select',
|
||||
'#' + prefix.field + 'contact_owner_conditional',
|
||||
];
|
||||
var $section = $( '.contact_owner_section' );
|
||||
var $selectedOption = $( 'input[name="' + prefix.input + 'contact_owner"]:checked' );
|
||||
var selection = $selectedOption.val();
|
||||
|
||||
$( ownerRadioIds.join( ', ' ) ).hide();
|
||||
|
||||
// No contact owner selected. Hide and exit.
|
||||
if ( selection === 'none' ) {
|
||||
if ( doSlide && legacyUI ) {
|
||||
$section.slideUp();
|
||||
} else {
|
||||
$section.hide();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
// Show the contact owner section and the selected option.
|
||||
if ( $section.is( ':hidden' ) ) {
|
||||
if ( doSlide && legacyUI ) {
|
||||
$section.slideDown();
|
||||
} else {
|
||||
$section.show();
|
||||
}
|
||||
}
|
||||
|
||||
$( '#' + prefix.field + 'contact_owner_' + selection ).show();
|
||||
};
|
||||
|
||||
//Initializes this class
|
||||
this.init();
|
||||
}
|
||||
|
||||
function GFConditionsSetting() {
|
||||
var $ = jQuery;
|
||||
|
||||
//Instantiating conditions repeater
|
||||
this.$element = jQuery('#gform_conditions_setting');
|
||||
this.fieldId = 'conditions';
|
||||
this.fieldName = prefix.input + 'conditions';
|
||||
this.options = null;
|
||||
|
||||
this.init = function() {
|
||||
|
||||
var t = this;
|
||||
|
||||
this.options = {
|
||||
fieldName: this.fieldName,
|
||||
fieldId: this.fieldId,
|
||||
fields: gform_hubspot_owner_settings_strings['fields'],// [{'id': '1', 'label':'Name'}, {'id':'2', 'label': 'Email'} ],// gf_routing_setting_strings['fields'],
|
||||
owners: gform_hubspot_owner_settings_strings['owners'],
|
||||
imagesURL: gf_vars.baseUrl + "/images",
|
||||
items: this.getItems(),
|
||||
operatorStrings: {"is":"is","isnot":"isNot", ">":"greaterThan", "<":"lessThan", "contains":"contains", "starts_with":"startsWith", "ends_with":"endsWith"},
|
||||
};
|
||||
|
||||
var routingsMarkup, headerMarkup;
|
||||
headerMarkup = '<thead><tr><th class="gform-routings__heading gform-routings__heading--assign">{0}</th>';
|
||||
headerMarkup += '<th class="gform-routings__heading gform-routings__heading--condition" colspan="3">{1}</th>';
|
||||
headerMarkup += '</tr></thead>';
|
||||
|
||||
headerMarkup = headerMarkup.gformFormat( gform_hubspot_owner_settings_strings.assign_to, gform_hubspot_owner_settings_strings.condition );
|
||||
routingsMarkup = '<table class="gform-routings">{0}<tbody class="repeater">{1}</tbody></table>'.gformFormat(headerMarkup, this.getNewRow());
|
||||
|
||||
var $routings = $(routingsMarkup);
|
||||
|
||||
$routings.find('.repeater').repeater({
|
||||
|
||||
limit : 0,
|
||||
items : this.options.items,
|
||||
addButtonMarkup : '<i class="gficon-add"></i>',
|
||||
removeButtonMarkup: '<i class="gficon-subtract"></i>',
|
||||
callbacks : {
|
||||
save : function (obj, data) {
|
||||
$('#' + t.options.fieldId).val($.toJSON(data));
|
||||
},
|
||||
beforeAdd: function (obj, $elem, item) {
|
||||
if ( item.owner ) {
|
||||
$elem.find('.gform-routing-owners').val(item.owner);
|
||||
}
|
||||
|
||||
var $field = $elem.find('.gform-routing-field').first();
|
||||
$field.value = item.fieldId;
|
||||
t.changeField($field);
|
||||
|
||||
var $operator = $elem.find('.gform-routing-operator').first();
|
||||
$operator.value = item.operator;
|
||||
|
||||
t.changeOperator($operator);
|
||||
|
||||
var $value = $elem.find('.gform-routing-value');
|
||||
$value.val(item.value);
|
||||
|
||||
},
|
||||
}
|
||||
})
|
||||
.on('change', '.gform-routing-field', function (e) {
|
||||
t.changeField(this);
|
||||
})
|
||||
.on('change', '.gform-routing-operator', function () {
|
||||
t.changeOperator(this);
|
||||
})
|
||||
|
||||
this.$element.append($routings);
|
||||
}
|
||||
|
||||
this.getNewRow = function () {
|
||||
var r = [];
|
||||
|
||||
r.push( '<td>{0}</td>'.gformFormat( this.getOwners() ) );
|
||||
r.push( '<td>{0}</td>'.gformFormat( this.getFields() ) );
|
||||
r.push( '<td>{0}</td>'.gformFormat( this.getOperators( this.options.fields[0] ) ) );
|
||||
r.push( '<td>{0}</td>'.gformFormat( this.getValues() ) );
|
||||
r.push( '<td class="gform-routings-field gform-routings-field__buttons">{buttons}</td>' );
|
||||
|
||||
return '<tr class="gform-routing-row">{0}</tr>'.gformFormat( r.join('') );
|
||||
},
|
||||
|
||||
this.getOwners = function () {
|
||||
|
||||
var i, n, account,
|
||||
owners = this.options.owners,
|
||||
str = '<select class="gform-routing-owners owner_{i}">';
|
||||
|
||||
for (i = 0; i < owners.length; i++) {
|
||||
str += '<option value="{0}">{1}</option>'.gformFormat( owners[i].value, owners[i].label );
|
||||
}
|
||||
|
||||
str += "</select>";
|
||||
return str;
|
||||
},
|
||||
|
||||
this.getFields = function () {
|
||||
var i, j, key, val, label, groupLabel, options, numRows,
|
||||
select = [],
|
||||
settings = this.options.fields;
|
||||
select.push('<select class="gform-routing-field fieldId_{i}" >');
|
||||
for (i = 0; i < settings.length; i++) {
|
||||
key = settings[i].key;
|
||||
if (settings[i].group) {
|
||||
groupLabel = settings[i].text;
|
||||
numRows = settings[i].filters.length;
|
||||
options = [];
|
||||
for (j = 0; j < numRows; j++) {
|
||||
label = settings[i].filters[j].text;
|
||||
val = settings[i].filters[j].key;
|
||||
options.push('<option value="{0}">{1}</option>'.gformFormat(val, label));
|
||||
}
|
||||
select.push('<optgroup label="{0}">{1}</optgroup>'.gformFormat(groupLabel, options.join('')));
|
||||
} else {
|
||||
label = settings[i].text;
|
||||
select.push('<option value="{0}">{1}</option>'.gformFormat(key, label));
|
||||
}
|
||||
|
||||
}
|
||||
select.push("</select>");
|
||||
return select.join('');
|
||||
},
|
||||
|
||||
this.changeOperator = function (operatorSelect) {
|
||||
var $select = $(operatorSelect),
|
||||
$buttons = $select.closest('tr').find('.repeater-buttons');
|
||||
var index = $buttons.find('.add-item ').data('index');
|
||||
var $fieldSelect = $select.closest('tr').find('.gform-routing-field');
|
||||
var filter = this.getFilter($fieldSelect.value);
|
||||
if (filter) {
|
||||
$select.closest('tr').find(".gform-routing-value").replaceWith(this.getValues(filter, operatorSelect.value, index));
|
||||
}
|
||||
},
|
||||
|
||||
this.changeField = function (fieldSelect) {
|
||||
var filter = this.getFilter(fieldSelect.value);
|
||||
if (filter) {
|
||||
var $select = $(fieldSelect),
|
||||
$buttons = $select.closest('tr').find('.repeater-buttons');
|
||||
var index = $buttons.find('.add-item ').data('index');
|
||||
$select.closest('tr').find(".gform-routing-value").replaceWith(this.getValues(filter, null, index));
|
||||
$select.closest('tr').find(".gform-filter-type").val(filter.type).change();
|
||||
var $newOperators = $(this.getOperators(filter, index));
|
||||
$select.closest('tr').find(".gform-routing-operator").replaceWith($newOperators);
|
||||
$select.closest('tr').find(".gform-routing-operator").change();
|
||||
}
|
||||
},
|
||||
|
||||
this.getOperators = function (filter, index) {
|
||||
if ( typeof index == 'undefined' || index === null ){
|
||||
index = '{i}';
|
||||
}
|
||||
var i, operator,
|
||||
operatorStrings = this.options.operatorStrings,
|
||||
str = '<select class="gform-routing-operator operator_{0}">'.gformFormat(index);
|
||||
|
||||
if (filter) {
|
||||
for (i = 0; i < filter.operators.length; i++) {
|
||||
operator = filter.operators[i];
|
||||
str += '<option value="{0}">{1}</option>'.gformFormat(operator, gf_vars[operatorStrings[operator]] );
|
||||
}
|
||||
}
|
||||
str += "</select>";
|
||||
return str;
|
||||
},
|
||||
|
||||
this.getValues = function (filter, selectedOperator, index) {
|
||||
var i, val, text, str, options = "";
|
||||
|
||||
if ( typeof index == 'undefined' || index === null ){
|
||||
index = '{i}';
|
||||
}
|
||||
|
||||
if ( filter && filter.values && selectedOperator != 'contains' ) {
|
||||
for (i = 0; i < filter.values.length; i++) {
|
||||
val = filter.values[i].value;
|
||||
text = filter.values[i].text;
|
||||
options += '<option value="{0}">{1}</option>'.gformFormat(val, text);
|
||||
}
|
||||
str = '<select class="gform-routing-value value_{0}">{1}</select>'.gformFormat(index, options);
|
||||
} else {
|
||||
str = '<input type="text" value="" class="gform-routing-value value_{0}" />'.gformFormat(index);
|
||||
}
|
||||
|
||||
return str;
|
||||
},
|
||||
|
||||
this.getFilter = function (key) {
|
||||
var fields = this.options.fields;
|
||||
if (!key)
|
||||
return;
|
||||
for (var i = 0; i < fields.length; i++) {
|
||||
if (key == fields[i].key)
|
||||
return fields[i];
|
||||
if (fields[i].group) {
|
||||
for (var j = 0; j < fields[i].filters.length; j++) {
|
||||
if (key == fields[i].filters[j].key)
|
||||
return fields[i].filters[j];
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
this.selected = function (selected, current){
|
||||
return selected == current ? 'selected="selected"' : "";
|
||||
}
|
||||
|
||||
this.getItems = function () {
|
||||
var json = $('#' + this.fieldId ).val();
|
||||
var default_items = [ {owner: '', fieldId: '0', operator: 'is', value: ''} ];
|
||||
var items = json ? $.parseJSON(json) : default_items;
|
||||
return items;
|
||||
}
|
||||
|
||||
this.init();
|
||||
|
||||
String.prototype.format = function () {
|
||||
var args = arguments;
|
||||
return this.replace(/{(\d+)}/g, function (match, number) {
|
||||
return typeof args[number] != 'undefined' ? args[number] : match;
|
||||
});
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,105 +0,0 @@
|
||||
/* global gform_hubspot_pluginsettings_strings */
|
||||
window.GFHubSpotSettings = null;
|
||||
|
||||
(function ($) {
|
||||
GFHubSpotSettings = function () {
|
||||
var self = this;
|
||||
|
||||
this.init = function () {
|
||||
this.pageURL = gform_hubspot_pluginsettings_strings.settings_url;
|
||||
|
||||
this.deauthActionable = false;
|
||||
|
||||
this.bindDeauthorize();
|
||||
this.bindClearCache();
|
||||
}
|
||||
|
||||
this.bindDeauthorize = function () {
|
||||
// De-Authorize Zoho CRM.
|
||||
$('.gform_hubspot_deauth_button').on('click', function (e) {
|
||||
e.preventDefault();
|
||||
|
||||
// Get button.
|
||||
var deauthButton = $('#gform_hubspot_deauth_button'),
|
||||
deauthScope = $('#deauth_scope'),
|
||||
disconnectMessage = gform_hubspot_pluginsettings_strings.disconnect;
|
||||
|
||||
if (!self.deauthActionable) {
|
||||
$('.gform_hubspot_deauth_button').eq(0).hide();
|
||||
|
||||
deauthScope.show(0, function(){
|
||||
self.deauthActionable = true;
|
||||
});
|
||||
} else {
|
||||
var deauthScopeVal = $('#deauth_scope0').is(':checked') ? 'site' : 'account';
|
||||
// Confirm deletion.
|
||||
if (!confirm(disconnectMessage[deauthScopeVal])) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Set disabled state.
|
||||
deauthButton.attr('disabled', 'disabled');
|
||||
|
||||
// De-Authorize.
|
||||
$.ajax({
|
||||
async: false,
|
||||
url: ajaxurl,
|
||||
dataType: 'json',
|
||||
method: 'POST',
|
||||
data: {action: 'gfhubspot_deauthorize', scope: deauthScopeVal, nonce: gform_hubspot_pluginsettings_strings.deauth_nonce},
|
||||
success: function (response) {
|
||||
if (response.success) {
|
||||
window.location.href = self.pageURL;
|
||||
} else {
|
||||
alert(response.data.message);
|
||||
}
|
||||
|
||||
deauthButton.removeAttr('disabled');
|
||||
}
|
||||
}).fail(function(jqXHR, textStatus, error) {
|
||||
alert(error);
|
||||
deauthButton.removeAttr('disabled');
|
||||
});
|
||||
}
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
this.bindClearCache = function() {
|
||||
$( '#clear_hubspot_cache' ).on( 'click', function ( e ) {
|
||||
|
||||
e.preventDefault();
|
||||
e.stopImmediatePropagation();
|
||||
|
||||
var $button = $( this );
|
||||
$button.attr( 'disabled', true );
|
||||
|
||||
$.ajax({
|
||||
method: 'POST',
|
||||
url: ajaxurl,
|
||||
data: {
|
||||
action: 'gf_hubspot_clear_cache',
|
||||
nonce: gform_hubspot_pluginsettings_strings.clear_cache_nonce,
|
||||
},
|
||||
success: function( response ) {
|
||||
if ( 'last_clearance' in response.data ) {
|
||||
jQuery('.success-alert-container').fadeIn();
|
||||
$( '#last_cache_clearance .time' ).text( response.data.last_clearance );
|
||||
}
|
||||
},
|
||||
error: function () {
|
||||
jQuery('.error-alert-container').fadeIn();
|
||||
},
|
||||
complete: function () {
|
||||
$button.attr( 'disabled', false );
|
||||
setTimeout( function () { jQuery('.alert-container').fadeOut(); }, 10000 );
|
||||
}
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
this.init();
|
||||
};
|
||||
|
||||
$(document).ready( GFHubSpotSettings );
|
||||
})(jQuery);
|
||||
@@ -1 +0,0 @@
|
||||
window.GFHubSpotSettings=null,function(o){GFHubSpotSettings=function(){var i=this;this.init=function(){this.pageURL=gform_hubspot_pluginsettings_strings.settings_url,this.deauthActionable=!1,this.bindDeauthorize(),this.bindClearCache()},this.bindDeauthorize=function(){o(".gform_hubspot_deauth_button").on("click",function(t){t.preventDefault();var a=o("#gform_hubspot_deauth_button"),t=o("#deauth_scope"),e=gform_hubspot_pluginsettings_strings.disconnect;if(i.deauthActionable){var n=o("#deauth_scope0").is(":checked")?"site":"account";if(!confirm(e[n]))return!1;a.attr("disabled","disabled"),o.ajax({async:!1,url:ajaxurl,dataType:"json",method:"POST",data:{action:"gfhubspot_deauthorize",scope:n,nonce:gform_hubspot_pluginsettings_strings.deauth_nonce},success:function(t){t.success?window.location.href=i.pageURL:alert(t.data.message),a.removeAttr("disabled")}}).fail(function(t,e,n){alert(n),a.removeAttr("disabled")})}else o(".gform_hubspot_deauth_button").eq(0).hide(),t.show(0,function(){i.deauthActionable=!0})})},this.bindClearCache=function(){o("#clear_hubspot_cache").on("click",function(t){t.preventDefault(),t.stopImmediatePropagation();var e=o(this);e.attr("disabled",!0),o.ajax({method:"POST",url:ajaxurl,data:{action:"gf_hubspot_clear_cache",nonce:gform_hubspot_pluginsettings_strings.clear_cache_nonce},success:function(t){"last_clearance"in t.data&&(jQuery(".success-alert-container").fadeIn(),o("#last_cache_clearance .time").text(t.data.last_clearance))},error:function(){jQuery(".error-alert-container").fadeIn()},complete:function(){e.attr("disabled",!1),setTimeout(function(){jQuery(".alert-container").fadeOut()},1e4)}})})},this.init()},o(document).ready(GFHubSpotSettings)}(jQuery);
|
||||
@@ -1,266 +0,0 @@
|
||||
# Copyright (C) 2024 Gravity Forms
|
||||
# This file is distributed under the GPL-3.0+.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Gravity Forms HubSpot Add-On 2.1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://gravityforms.com/support\n"
|
||||
"Last-Translator: Gravity Forms <support@gravityforms.com>\n"
|
||||
"Language-Team: Gravity Forms <support@gravityforms.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-03-14T17:07:42+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.8.1\n"
|
||||
"X-Domain: gravityformshubspot\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Gravity Forms HubSpot Add-On"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#. Author URI of the plugin
|
||||
msgid "https://gravityforms.com"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Integrates Gravity Forms with HubSpot, allowing form submissions to be automatically sent to your HubSpot account."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Gravity Forms"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:255
|
||||
#: class-gf-hubspot.php:1086
|
||||
#: class-gf-hubspot.php:1091
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:285
|
||||
msgid "Create record in HubSpot only when payment is received."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:338
|
||||
msgid "Are you sure you want to disconnect from HubSpot for this website?"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:339
|
||||
msgid "Are you sure you want to disconnect all Gravity Forms sites connected to this HubSpot account?"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:484
|
||||
msgid "Unable to connect your HubSpot account due to mismatched state."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:504
|
||||
msgid "HubSpot settings have been updated."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:516
|
||||
msgid "Unable to connect your HubSpot account."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:617
|
||||
msgid "HubSpot is an all-in-one CRM, Sales, Marketing, and Customer Service platform."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:620
|
||||
msgid "The Gravity Forms HubSpot Add-On connects the power of the world’s leading growth platform - HubSpot - with Gravity Forms so your business can grow better."
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Open link tag 2: Close link tag
|
||||
#: class-gf-hubspot.php:625
|
||||
msgid "If you don't have a HubSpot account, you can %1$ssign up for your free HubSpot account here%2$s."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:646
|
||||
msgid "Clear Custom Contact Properties Cache"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Open link tag 2: Close link tag
|
||||
#: class-gf-hubspot.php:722
|
||||
msgid "There is a problem communicating with HubSpot right now, please check back later. If this issue persists for more than a day, please %1$sopen a support ticket%2$s."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:763
|
||||
msgid "Click here to connect your HubSpot account"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:768
|
||||
msgid "SSL Certificate Required"
|
||||
msgstr ""
|
||||
|
||||
#. translators: 1: Open link tag 2: Close link tag
|
||||
#: class-gf-hubspot.php:770
|
||||
msgid "Make sure you have an SSL certificate installed and enabled, then %1$sclick here to continue%2$s."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:783
|
||||
msgid "Signed into HubSpot."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:787
|
||||
#: class-gf-hubspot.php:793
|
||||
msgid "Disconnect your HubSpot account"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:791
|
||||
msgid "De-authorize this site only"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:792
|
||||
msgid "Disconnect all Gravity Forms sites connected to this HubSpot account"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:822
|
||||
msgid "Cache was cleared successfully."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:830
|
||||
msgid "The cache could not be cleared at the moment."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:835
|
||||
msgid "Due to HubSpot's daily API usage limits, Gravity Forms stores HubSpot custom contact properties data for one hour. If you added new custom properties or made a change to them, you might not see it reflected immediately due to this data caching. To manually clear the custom contact properties cache, click the button below."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:837
|
||||
msgid "Clear Custom Fields Cache"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:842
|
||||
msgid "never cleared manually before"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:843
|
||||
msgid "Last time the cache was cleared manually: "
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:997
|
||||
msgid "Access denied."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:1091
|
||||
msgid "Enter a feed name to uniquely identify this feed."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:1095
|
||||
msgid "Feed Type"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:1099
|
||||
msgid "Create Contact"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:1108
|
||||
#: class-gf-hubspot.php:1114
|
||||
msgid "HubSpot Form Name"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:1115
|
||||
msgid "Enter the name for the form that will be automatically created in your HubSpot account to work in conjunction with this feed. This HubSpot form will be configured to match your mapped fields below and is required. Once created, please don't remove or edit it."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:1140
|
||||
#: class-gf-hubspot.php:1163
|
||||
msgid "Contact Owner"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:1146
|
||||
msgid "None "
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:1150
|
||||
msgid "Select Owner "
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:1154
|
||||
msgid "Assign Conditionally"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:1158
|
||||
msgid "Select a HubSpot user that will be assigned as the owner of the newly created Contact."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:1177
|
||||
msgid "Select Owner"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:1214
|
||||
msgid "Add Additional Contact Fields"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:1234
|
||||
msgid "Additional Options"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:1331
|
||||
msgid "There was an error connecting to Hubspot."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:1338
|
||||
msgid "There was an error validating the form name. Please try saving again"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:1343
|
||||
msgid "This form name is already in use in HubSpot. Please enter a unique form name."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:1352
|
||||
msgid "edit"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:1352
|
||||
msgid "add"
|
||||
msgstr ""
|
||||
|
||||
#. translators: Action to perform on the form.
|
||||
#: class-gf-hubspot.php:1354
|
||||
msgid "Could not %s HubSpot form. Please try again later."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:2000
|
||||
msgid "Error retrieving HubSpot owners"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:2016
|
||||
msgid "No Name"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:2067
|
||||
msgid "Select a Contact Property"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:2111
|
||||
msgid "Select an Option"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:2172
|
||||
msgid "<h6>Lead Status</h6>Select the lead status value the newly added contact should be set to."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:2173
|
||||
msgid "<h6>Lifecycle Stage</h6>Select the lifecycle stage value the newly added contact should be set to."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:2241
|
||||
msgid "Feed was not processed because the submission object was empty."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:2250
|
||||
msgid "Feed was not processed because API was not initialized."
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:2258
|
||||
msgid "There was an error when creating the contact in HubSpot. %s"
|
||||
msgstr ""
|
||||
|
||||
#: class-gf-hubspot.php:2347
|
||||
msgid "Do not delete or edit"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-gf-hubspot-api.php:155
|
||||
#: includes/class-gf-hubspot-api.php:208
|
||||
msgid "Refresh token must be provided."
|
||||
msgstr ""
|
||||
@@ -1 +0,0 @@
|
||||
<?php return array('dependencies' => array('jquery', 'react', 'react-dom', 'wp-i18n'), 'version' => '8ac93e198a0f22d86cb7');
|
||||
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 +0,0 @@
|
||||
<?php return array('dependencies' => array('jquery'), 'version' => 'ca3b833db9b6700d47fa');
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
<?php return array('dependencies' => array('jquery', 'react', 'wp-blocks', 'wp-components', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => '35981db121a1ec4bcc7f');
|
||||
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 one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
<?php return array('dependencies' => array('jquery', 'react', 'react-dom', 'wp-i18n'), 'version' => '3066777b85dc065d6093');
|
||||
@@ -1,8 +0,0 @@
|
||||
/*!********************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@linaria/webpack5-loader/lib/outputCssLoader.js?cacheProvider=!./scripts/iframe/IframeErrorPage.tsx ***!
|
||||
\********************************************************************************************************************************************************************/
|
||||
.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;}
|
||||
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi91c3Ivc2hhcmUvaHVic3BvdC9idWlsZC93b3Jrc3BhY2UvTGVhZGluV29yZFByZXNzUGx1Z2luL2xlYWRpbi9zY3JpcHRzL2lmcmFtZS9JZnJhbWVFcnJvclBhZ2UudHN4Il0sIm5hbWVzIjpbIi5pMWppdDN5MCIsIi5lMTJsdTd0YiJdLCJtYXBwaW5ncyI6IkFBRzZCQTtBQWVUQyIsImZpbGUiOiIvdXNyL3NoYXJlL2h1YnNwb3QvYnVpbGQvd29ya3NwYWNlL0xlYWRpbldvcmRQcmVzc1BsdWdpbi9sZWFkaW4vc2NyaXB0cy9pZnJhbWUvSWZyYW1lRXJyb3JQYWdlLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGpzeCBhcyBfanN4LCBqc3hzIGFzIF9qc3hzIH0gZnJvbSBcInJlYWN0L2pzeC1ydW50aW1lXCI7XG5pbXBvcnQgeyBfXyB9IGZyb20gJ0B3b3JkcHJlc3MvaTE4bic7XG5pbXBvcnQgeyBzdHlsZWQgfSBmcm9tICdAbGluYXJpYS9yZWFjdCc7XG5jb25zdCBJZnJhbWVFcnJvckNvbnRhaW5lciA9IHN0eWxlZC5kaXYgYFxuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgbWFyZ2luLXRvcDogMTIwcHg7XG4gIGZvbnQtZmFtaWx5OiAnTGV4ZW5kIERlY2EnLCBIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmO1xuICBmb250LXdlaWdodDogNDAwO1xuICBmb250LXNpemU6IDE0cHg7XG4gIGZvbnQtc2l6ZTogMC44NzVyZW07XG4gIC13ZWJraXQtZm9udC1zbW9vdGhpbmc6IGFudGlhbGlhc2VkO1xuICAtbW96LW9zeC1mb250LXNtb290aGluZzogZ3JheXNjYWxlO1xuICBmb250LXNtb290aGluZzogYW50aWFsaWFzZWQ7XG4gIGxpbmUtaGVpZ2h0OiAxLjVyZW07XG5gO1xuY29uc3QgRXJyb3JIZWFkZXIgPSBzdHlsZWQuaDEgYFxuICB0ZXh0LXNoYWRvdzogMCAwIDFweCB0cmFuc3BhcmVudDtcbiAgbWFyZ2luLWJvdHRvbTogMS4yNXJlbTtcbiAgY29sb3I6ICMzMzQ3NWI7XG4gIGZvbnQtc2l6ZTogMS4yNXJlbTtcbmA7XG5leHBvcnQgY29uc3QgSWZyYW1lRXJyb3JQYWdlID0gKCkgPT4gKF9qc3hzKElmcmFtZUVycm9yQ29udGFpbmVyLCB7IGNoaWxkcmVuOiBbX2pzeChcImltZ1wiLCB7IGFsdDogXCJDYW5ub3QgZmluZCBwYWdlXCIsIHdpZHRoOiBcIjE3NVwiLCBzcmM6IFwiLy9zdGF0aWMuaHNhcHBzdGF0aWMubmV0L3VpLWltYWdlcy9zdGF0aWMtMS4xNC9vcHRpbWl6ZWQvZXJyb3JzL21hcC5zdmdcIiB9KSwgX2pzeChFcnJvckhlYWRlciwgeyBjaGlsZHJlbjogX18oJ1RoZSBIdWJTcG90IGZvciBXb3JkUHJlc3MgcGx1Z2luIGlzIG5vdCBhYmxlIHRvIGxvYWQgcGFnZXMnLCAnbGVhZGluJykgfSksIF9qc3goXCJwXCIsIHsgY2hpbGRyZW46IF9fKCdUcnkgZGlzYWJsaW5nIHlvdXIgYnJvd3NlciBleHRlbnNpb25zIGFuZCBhZCBibG9ja2VycywgdGhlbiByZWZyZXNoIHRoZSBwYWdlJywgJ2xlYWRpbicpIH0pLCBfanN4KFwicFwiLCB7IGNoaWxkcmVuOiBfXygnT3Igb3BlbiB0aGUgSHViU3BvdCBmb3IgV29yZFByZXNzIHBsdWdpbiBpbiBhIGRpZmZlcmVudCBicm93c2VyJywgJ2xlYWRpbicpIH0pXSB9KSk7XG4iXX0=*/
|
||||
|
||||
/*# sourceMappingURL=leadin.css.map*/
|
||||
@@ -1 +0,0 @@
|
||||
{"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":""}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
<?php return array('dependencies' => array('jquery'), 'version' => '4c842626cb223d4c40ab');
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1,305 +0,0 @@
|
||||
= 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) =
|
||||
* Add another field to integrated app config
|
||||
|
||||
= 11.1.10 (2024-05-15) =
|
||||
* fix race condition with our Elementor widgets which would occasionally prevent them from loading.
|
||||
|
||||
= 11.1.9 (2024-05-15) =
|
||||
* Add extra data to integrated app config
|
||||
|
||||
= 11.1.5 (2024-04-19) =
|
||||
* Pushing new plugin version with tagging mechanism working correctly.
|
||||
|
||||
= 11.1.3 (2024-04-17) =
|
||||
* Optimize metadata update on connection
|
||||
|
||||
= 11.1.0 (2024-04-16) =
|
||||
* Addressing issue with our SVN tagging
|
||||
|
||||
= 11.0.57 (2024-04-16) =
|
||||
* Update logic that is used to disable blocks in the full site editor
|
||||
|
||||
= 11.0.55 (2024-04-12) =
|
||||
* Remove support for full site editor for forms and meetings blocks
|
||||
|
||||
= 11.0.37 (2024-04-10) =
|
||||
* Fix translation keys
|
||||
|
||||
= 11.0.36 (2024-04-09) =
|
||||
* Refactor connection function and add extra leadin config
|
||||
|
||||
= 11.0.32 (2024-03-27) =
|
||||
* Update the gutenberg save blocks for wordpress customizer compatibility
|
||||
|
||||
= 11.0.28 (2024-03-22) =
|
||||
* Fix for the HubSpot gutenberg blogs rendered in the wordpress customizer context
|
||||
|
||||
= 11.0.23 (2024-03-14) =
|
||||
* Fix error when adding the wordpress sidebar
|
||||
|
||||
= 11.0.15 (2024-03-13) =
|
||||
* Add better error logging
|
||||
|
||||
= 11.0.9 (2024-03-12) =
|
||||
* Translations fixed
|
||||
|
||||
= 11.0.8 (2024-03-04) =
|
||||
* Update review banner display logic
|
||||
|
||||
= 11.0.5 (2024-02-29) =
|
||||
* Adds ability to delete query param from embedded app
|
||||
|
||||
= 11.0.4 (2024-02-26) =
|
||||
* Adds version info to leadin config
|
||||
|
||||
= 11.0.3 (2024-02-20) =
|
||||
* Remove unnecessary "type" attribute from javascript resources
|
||||
|
||||
= 11.0.0 (2024-02-13) =
|
||||
* Fix locale bug
|
||||
* Integrated Plugin App embedder
|
||||
* Remove 3rd party cookies dependency
|
||||
|
||||
= 10.2.23 (2024-01-24) =
|
||||
* Update link of the review survey
|
||||
|
||||
= 10.2.17 (2023-12-13) =
|
||||
* Change minimum required version in plugin listing
|
||||
|
||||
= 10.2.14 (2023-11-15) =
|
||||
* Remove deprecated block_categories method
|
||||
|
||||
= 10.2.13 (2023-11-13) =
|
||||
* Bump WP tested version and fix feedback banner show up condition
|
||||
|
||||
= 10.2.3 (2023-08-23) =
|
||||
* Sets device id in embedder options
|
||||
|
||||
= 10.2.0 (2023-08-09) =
|
||||
* Live chat app embedder
|
||||
|
||||
= 10.1.30 (2023-07-24) =
|
||||
* Updated readme
|
||||
|
||||
= 10.1.28 (2023-07-11) =
|
||||
* Removes unused jQuery dependency
|
||||
|
||||
= 10.1.24 (2023-05-31) =
|
||||
* Add Norwegian language support
|
||||
|
||||
= 10.1.23 (2023-05-17) =
|
||||
* Fixed form creation by template
|
||||
|
||||
= 10.1.16 (2023-04-11) =
|
||||
* Updated tested up to WordPress version and HubSpot video
|
||||
|
||||
= 10.1.13 (2023-03-30) =
|
||||
* Add url sanitizing for meetings shortcode
|
||||
|
||||
= 10.1.0 (2023-03-08) =
|
||||
* Forms app embedder
|
||||
|
||||
= 10.0.24 (2023-03-07) =
|
||||
* Change font type
|
||||
|
||||
= 10.0.21 (2023-02-20) =
|
||||
* Content type default selection for elementor
|
||||
|
||||
= 10.0.18 (2023-01-20) =
|
||||
* Add business unit proxy
|
||||
|
||||
= 10.0.17 (2023-01-19) =
|
||||
* Add loader animation to prevent blank screen
|
||||
|
||||
= 10.0.7 (2023-01-10) =
|
||||
* Remove getHublet endpoint
|
||||
|
||||
= 10.0.0 (2023-01-06) =
|
||||
* Plugin restructure to use WordPress env and scripts
|
||||
|
||||
= 9.2.26 (2022-12-08) =
|
||||
* Update feedback survey link
|
||||
|
||||
= 9.2.0 (2022-12-01) =
|
||||
* Add support for Business Units
|
||||
|
||||
= 9.1.0 (2022-11-30) =
|
||||
* Make list link external
|
||||
|
||||
= 9.0.499 (2022-11-25) =
|
||||
* Fix custom post type validation for sidebar
|
||||
|
||||
= 9.0.497 (2022-11-24) =
|
||||
* Added fallback page if iframe is blocked
|
||||
|
||||
= 9.0.469 (2022-11-21) =
|
||||
* Replace null parameter for http_build_query method
|
||||
|
||||
= 9.0.432 (2022-11-17) =
|
||||
* Migrate to TypeScript
|
||||
|
||||
= 9.0.405 (2022-11-14) =
|
||||
* Add validation to metadata access
|
||||
|
||||
= 9.0.387 (2022-11-01) =
|
||||
* Use WP set script translations
|
||||
|
||||
= 9.0.365 (2022-10-28) =
|
||||
* Move ajax to rest endpoints
|
||||
|
||||
= 9.0.320 (2022-10-24) =
|
||||
* Make report link external
|
||||
|
||||
= 9.0.311 (2022-10-21) =
|
||||
* Fix for form select sometimes not working in form Gutenberg block
|
||||
|
||||
= 9.0.272 (2022-10-12) =
|
||||
* Fix for Penpal to connect to correct child when Impact Link is present
|
||||
|
||||
= 9.0.108 (2022-09-14) =
|
||||
* Enqueue Meetings script
|
||||
|
||||
= 9.0.91 (2022-09-13) =
|
||||
* Changed the placeholder text for form blocks
|
||||
|
||||
= 9.0.77 (2022-09-12) =
|
||||
* Change review link to external survey
|
||||
|
||||
= 9.0.74 (2022-09-09) =
|
||||
* Add filter to pass additional query parameters to iframe
|
||||
|
||||
= 9.0.72 (2022-09-09) =
|
||||
* Prevent sidebar from rendering when not post or page
|
||||
|
||||
= 9.0.20 (2022-08-30) =
|
||||
* Remove tests folder and composer.phar file
|
||||
|
||||
= 9.0.0 (2022-08-29) =
|
||||
* Added HusbSpot Elementor widgets
|
||||
|
||||
= 8.16.25 (2022-08-19) =
|
||||
* Fixes the headers missing issue by tying the script with a hook
|
||||
|
||||
= 8.16.6 (2022-08-17) =
|
||||
* Revert changes for open upgrade link in new tab
|
||||
|
||||
= 8.16.5 (2022-08-17) =
|
||||
* Removed newline before/after php tag
|
||||
|
||||
= 8.16.2 (2022-08-17) =
|
||||
* Fixes the headers already sent error
|
||||
|
||||
= 8.16.0 (2022-08-17) =
|
||||
* Made upgrade link open up in a new tab instead of the iframe
|
||||
|
||||
= 8.15.139 (2022-08-04) =
|
||||
* Fix for content type customization
|
||||
|
||||
= 8.15.65 (2022-07-22) =
|
||||
* Fix encode URL for affiliate link
|
||||
|
||||
= 8.15.36 (2022-07-19) =
|
||||
* Add validation for content type in meta data
|
||||
|
||||
= 8.15.0 (2022-07-15) =
|
||||
* Add hubspot sidebar to set content type
|
||||
|
||||
= 8.14.24 (2022-07-15) =
|
||||
* Add fallback for affiliate link
|
||||
* Increase WP tested up to version
|
||||
|
||||
= 8.14.0 (2022-07-13) =
|
||||
* Add Meetings gutenberg block
|
||||
|
||||
= 8.13.56 (2022-06-10) =
|
||||
* Use new script to render forms
|
||||
|
||||
= 8.13.52 (2022-06-09) =
|
||||
* Add defer to forms script
|
||||
|
||||
= 8.13.45 (2022-06-08) =
|
||||
* Remove char from proxy url
|
||||
|
||||
= 8.13.39 (2022-06-07) =
|
||||
* Add tracking of events in review banner
|
||||
|
||||
= 8.13.0 (2022-06-01) =
|
||||
* Add validation to connect method
|
||||
|
||||
= 8.12.33 (2022-05-27) =
|
||||
* Replaced some whitelisted URLs with regex
|
||||
|
||||
= 8.12.0 (2022-05-24) =
|
||||
* Added Gutenberg block preview image
|
||||
|
||||
= 8.11.221 (2022-05-24) =
|
||||
* Update dependencies
|
||||
|
||||
= 8.11.150 (2022-05-13) =
|
||||
* Update build steps
|
||||
|
||||
= 8.11.0 (2022-04-27) =
|
||||
* Add option to disable HS analytics tracking for internal WP users
|
||||
|
||||
= 8.10.25 (2022-04-25) =
|
||||
* Fix Gutenberg block breaking after user disconnects plugin
|
||||
|
||||
= 8.10.0 (2022-04-21) =
|
||||
* Add templates options to gutenberg form
|
||||
|
||||
= 8.9.22 (2022-04-13) =
|
||||
* Prevent script to be loaded while Elementor Edit mode is on/or admin
|
||||
|
||||
= 8.9.20 (2022-04-13) =
|
||||
* Fix security issue related to sanitizing inputs
|
||||
|
||||
= 8.9.14 (2022-04-12) =
|
||||
* Fix security issue related to form inputs
|
||||
|
||||
= 8.9.0 (2022-04-11) =
|
||||
* Add api that gets the correct hublet
|
||||
|
||||
= 8.8.15 (2022-04-07) =
|
||||
* 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
|
||||
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Vi er ked af, at du forlader os"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Hvis du har et øjeblik, må du endelig fortælle os, hvorfor du deaktiverer dette plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "Jeg kan ikke tilmelde mig eller logge på"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "Dette plugin påvirker webstedets performance"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "Dette plugin virker ikke"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "Dette plugin er ikke nyttigt"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Midlertidig deaktivering eller fejlfinding"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Andet"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Indsend og deaktiver"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Spring over og deaktiver"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Vælg den indholdstype, som HubSpot Analytics bruger til at spore denne side."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Slet automatisk"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Blogindlæg"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Vidensartikel"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landingsside"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Listeside"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Standardside"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Brugervejledning"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formularer"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Direkte chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "Kontakter"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "E-mail"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Lister"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Rapportering"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Indstillinger"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Opgradering"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Afvis denne meddelelse."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hej %1$s"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot for WordPress-team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Tak"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
msgid "Leave us a review | link opens in a new tab"
|
||||
msgstr "Giv en anmeldelse | link åbner på en ny fane"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formular"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Mødeplanlægger"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Es ist schade, dass Sie uns verlassen."
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Wenn Sie einen Moment Zeit haben, teilen Sie uns bitte mit, warum Sie das Plugin deaktivieren."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "Ich kann mich nicht registrieren oder anmelden"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "Das Plugin wirkt sich auf die Performance der Website aus"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "Das Plugin funktioniert nicht."
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "Das Plugin ist nicht praktisch."
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Vorübergehende Deaktivierung oder Fehlerbehebung"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Sonstige"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback ..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Senden und deaktivieren"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Überspringen und deaktivieren"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Wählen Sie den Content-Typ aus, den HubSpot Analytics zum Nachverfolgen dieser Seite verwendet."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Automatisch erkennen"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Blog-Beitrag"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Wissensdatenbankartikel"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landingpage"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Listing-Seite"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Standardseite"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Benutzeranleitung"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formulare"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Livechat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "Kontaktdatensätze"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "E-Mail"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Listen"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Berichterstattung"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Einstellungen"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Upgraden"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Ignorieren Sie diesen Hinweis."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hallo %1$s,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot für WordPress-Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Danke,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
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"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formular"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Meeting-Planer"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Es ist schade, dass Sie uns verlassen."
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Wenn Sie einen Moment Zeit haben, teilen Sie uns bitte mit, warum Sie das Plugin deaktivieren."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "Ich kann mich nicht registrieren oder anmelden"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "Das Plugin wirkt sich auf die Performance der Website aus"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "Das Plugin funktioniert nicht."
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "Das Plugin ist nicht praktisch."
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Vorübergehende Deaktivierung oder Fehlerbehebung"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Sonstige"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback ..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Senden und deaktivieren"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Überspringen und deaktivieren"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Wählen Sie den Content-Typ aus, den HubSpot Analytics zum Nachverfolgen dieser Seite verwendet."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Automatisch erkennen"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Blog-Beitrag"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Wissensdatenbankartikel"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landingpage"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Listing-Seite"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Standardseite"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Benutzeranleitung"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formulare"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Livechat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "Kontaktdatensätze"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "E-Mail"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Listen"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Berichterstattung"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Einstellungen"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Upgraden"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Ignorieren Sie diesen Hinweis."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hallo %1$s,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot für WordPress-Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Danke,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
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"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formular"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Meeting-Planer"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Es ist schade, dass Sie uns verlassen."
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Wenn Sie einen Moment Zeit haben, teilen Sie uns bitte mit, warum Sie das Plugin deaktivieren."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "Ich kann mich nicht registrieren oder anmelden"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "Das Plugin wirkt sich auf die Performance der Website aus"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "Das Plugin funktioniert nicht."
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "Das Plugin ist nicht praktisch."
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Vorübergehende Deaktivierung oder Fehlerbehebung"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Sonstige"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback ..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Senden und deaktivieren"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Überspringen und deaktivieren"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Wählen Sie den Content-Typ aus, den HubSpot Analytics zum Nachverfolgen dieser Seite verwendet."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Automatisch erkennen"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Blog-Beitrag"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Wissensdatenbankartikel"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landingpage"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Listing-Seite"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Standardseite"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Benutzeranleitung"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formulare"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Livechat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "Kontaktdatensätze"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "E-Mail"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Listen"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Berichterstattung"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Einstellungen"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Upgraden"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Ignorieren Sie diesen Hinweis."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hallo %1$s,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot für WordPress-Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Danke,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
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"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formular"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Meeting-Planer"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Es ist schade, dass Sie uns verlassen."
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Wenn Sie einen Moment Zeit haben, teilen Sie uns bitte mit, warum Sie das Plugin deaktivieren."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "Ich kann mich nicht registrieren oder anmelden"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "Das Plugin wirkt sich auf die Performance der Website aus"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "Das Plugin funktioniert nicht."
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "Das Plugin ist nicht praktisch."
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Vorübergehende Deaktivierung oder Fehlerbehebung"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Sonstige"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback ..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Senden und deaktivieren"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Überspringen und deaktivieren"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Wählen Sie den Content-Typ aus, den HubSpot Analytics zum Nachverfolgen dieser Seite verwendet."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Automatisch erkennen"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Blog-Beitrag"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Wissensdatenbankartikel"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landingpage"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Listing-Seite"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Standardseite"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Benutzeranleitung"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formulare"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Livechat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "Kontaktdatensätze"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "E-Mail"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Listen"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Berichterstattung"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Einstellungen"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Upgraden"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Ignorieren Sie diesen Hinweis."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hallo %1$s,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot für WordPress-Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Danke,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
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"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formular"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Meeting-Planer"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "We're sorry to see you go"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "If you have a moment, please let us know why you're deactivating the plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "I can't sign up or log in"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "The plugin is impacting website performance"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "The plugin isn't working"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "The plugin isn't useful"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Temporarily disabling or troubleshooting"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Other"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Submit & deactivate"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Skip & deactivate"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Select the content type HubSpot Analytics uses to track this page."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Detect Automatically"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Blog Post"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Knowledge Article"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landing Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Listing Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Standard Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "User Guide"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Forms"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Live Chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "Contacts"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Lists"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Reporting"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Settings"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Upgrade"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Dismiss this notice."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hey %1$s,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot for WordPress Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Thanks,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
msgid "Leave us a review | link opens in a new tab"
|
||||
msgstr "Leave us a review | link opens in a new tab"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Form"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Meetings Scheduler"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "We're sorry to see you go"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "If you have a moment, please let us know why you're deactivating the plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "I can't sign up or log in"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "The plugin is impacting website performance"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "The plugin isn't working"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "The plugin isn't useful"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Temporarily disabling or troubleshooting"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Other"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Submit & deactivate"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Skip & deactivate"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Select the content type HubSpot Analytics uses to track this page."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Detect Automatically"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Blog Post"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Knowledge Article"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landing Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Listing Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Standard Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "User Guide"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Forms"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Live Chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "Contacts"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Lists"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Reporting"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Settings"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Upgrade"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Dismiss this notice."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hey %1$s,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot for WordPress Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Thanks,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
msgid "Leave us a review | link opens in a new tab"
|
||||
msgstr "Leave us a review | link opens in a new tab"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Form"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Meetings Scheduler"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "We're sorry to see you go"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "If you have a moment, please let us know why you're deactivating the plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "I can't sign up or log in"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "The plugin is impacting website performance"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "The plugin isn't working"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "The plugin isn't useful"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Temporarily disabling or troubleshooting"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Other"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Submit & deactivate"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Skip & deactivate"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Select the content type HubSpot Analytics uses to track this page."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Detect Automatically"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Blog Post"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Knowledge Article"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landing Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Listing Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Standard Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "User Guide"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Forms"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Live Chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "Contacts"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Lists"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Reporting"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Settings"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Upgrade"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Dismiss this notice."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hey %1$s,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot for WordPress Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Thanks,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
msgid "Leave us a review | link opens in a new tab"
|
||||
msgstr "Leave us a review | link opens in a new tab"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Form"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Meetings Scheduler"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "We're sorry to see you go"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "If you have a moment, please let us know why you're deactivating the plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "I can't sign up or log in"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "The plugin is impacting website performance"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "The plugin isn't working"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "The plugin isn't useful"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Temporarily disabling or troubleshooting"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Other"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Submit & deactivate"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Skip & deactivate"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Select the content type HubSpot Analytics uses to track this page."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Detect Automatically"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Blog Post"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Knowledge Article"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landing Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Listing Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Standard Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "User Guide"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Forms"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Live Chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "Contacts"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Lists"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Reporting"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Settings"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Upgrade"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Dismiss this notice."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hey %1$s,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot for WordPress Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Thanks,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
msgid "Leave us a review | link opens in a new tab"
|
||||
msgstr "Leave us a review | link opens in a new tab"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Form"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Meetings Scheduler"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "We're sorry to see you go"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "If you have a moment, please let us know why you're deactivating the plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "I can't sign up or log in"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "The plugin is impacting website performance"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "The plugin isn't working"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "The plugin isn't useful"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Temporarily disabling or troubleshooting"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Other"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Submit & deactivate"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Skip & deactivate"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Select the content type HubSpot Analytics uses to track this page."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Detect Automatically"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Blog Post"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Knowledge Article"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landing Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Listing Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Standard Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "User Guide"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Forms"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Live Chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "Contacts"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Lists"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Reporting"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Settings"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Upgrade"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Dismiss this notice."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hey %1$s,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot for WordPress Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Thanks,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
msgid "Leave us a review | link opens in a new tab"
|
||||
msgstr "Leave us a review | link opens in a new tab"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Form"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Meetings Scheduler"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "We're sorry to see you go"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "If you have a moment, please let us know why you're deactivating the plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "I can't sign up or log in"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "The plugin is impacting website performance"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "The plugin isn't working"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "The plugin isn't useful"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Temporarily disabling or troubleshooting"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Other"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Submit & deactivate"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Skip & deactivate"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Select the content type HubSpot Analytics uses to track this page."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Detect Automatically"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Blog Post"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Knowledge Article"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landing Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Listing Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Standard Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "User Guide"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Forms"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Live Chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "Contacts"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Lists"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Reporting"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Settings"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Upgrade"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Dismiss this notice."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hey %1$s,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot for WordPress Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Thanks,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
msgid "Leave us a review | link opens in a new tab"
|
||||
msgstr "Leave us a review | link opens in a new tab"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Form"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Meetings Scheduler"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "We're sorry to see you go"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "If you have a moment, please let us know why you're deactivating the plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "I can't sign up or log in"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "The plugin is impacting website performance"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "The plugin isn't working"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "The plugin isn't useful"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Temporarily disabling or troubleshooting"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Other"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Submit & deactivate"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Skip & deactivate"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Select the content type HubSpot Analytics uses to track this page."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Detect Automatically"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Blog Post"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Knowledge Article"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landing Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Listing Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Standard Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "User Guide"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Forms"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Live Chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "Contacts"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Lists"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Reporting"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Settings"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Upgrade"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Dismiss this notice."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hey %1$s,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot for WordPress Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Thanks,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
msgid "Leave us a review | link opens in a new tab"
|
||||
msgstr "Leave us a review | link opens in a new tab"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Form"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Meetings Scheduler"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Lamentamos verte partir"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Si tiene un momento, déjanos saber por qué estás desactivando el plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "No puedo registrarme ni iniciar sesión"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "El plugin está afectando el rendimiento del sitio web"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "El plugin no funciona"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "El plugin no es útil"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Desactivar temporalmente o resolver problemas"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Otro"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Enviar y desactivar"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Omitir y desactivar"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Seleccionar el tipo de contenido que HubSpot Analytics utiliza para hacer seguimiento a esta página."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Detectar automáticamente"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Publicación de blog"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Artículo de conocimiento"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landing page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Páginas de índice"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Página estándar"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Guía del usuario"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formularios"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Live chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr " Contactos"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "Correo"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Listas"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Informes"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Configuración"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Adquirir versión superior"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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 una edición superior. Primero, cámbiate a una edición superior de WordPress."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Ignorar esta notificación."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hola, %1$s:"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot para WordPress Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Gracias"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
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"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formulario"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Programador de reuniones"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Lamentamos verte partir"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Si tiene un momento, déjanos saber por qué estás desactivando el plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "No puedo registrarme ni iniciar sesión"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "El plugin está afectando el rendimiento del sitio web"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "El plugin no funciona"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "El plugin no es útil"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Desactivar temporalmente o resolver problemas"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Otro"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Enviar y desactivar"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Omitir y desactivar"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Seleccionar el tipo de contenido que HubSpot Analytics utiliza para hacer seguimiento a esta página."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Detectar automáticamente"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Publicación de blog"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Artículo de conocimiento"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landing page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Páginas de índice"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Página estándar"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Guía del usuario"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formularios"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Live chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr " Contactos"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "Correo"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Listas"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Informes"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Configuración"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Adquirir versión superior"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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 una edición superior. Primero, cámbiate a una edición superior de WordPress."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Ignorar esta notificación."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hola, %1$s:"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot para WordPress Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Gracias"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
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"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formulario"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Programador de reuniones"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Lamentamos verte partir"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Si tiene un momento, déjanos saber por qué estás desactivando el plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "No puedo registrarme ni iniciar sesión"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "El plugin está afectando el rendimiento del sitio web"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "El plugin no funciona"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "El plugin no es útil"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Desactivar temporalmente o resolver problemas"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Otro"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Enviar y desactivar"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Omitir y desactivar"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Seleccionar el tipo de contenido que HubSpot Analytics utiliza para hacer seguimiento a esta página."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Detectar automáticamente"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Publicación de blog"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Artículo de conocimiento"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landing page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Páginas de índice"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Página estándar"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Guía del usuario"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formularios"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Live chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr " Contactos"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "Correo"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Listas"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Informes"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Configuración"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Adquirir versión superior"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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 una edición superior. Primero, cámbiate a una edición superior de WordPress."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Ignorar esta notificación."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hola, %1$s:"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot para WordPress Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Gracias"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
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"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formulario"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Programador de reuniones"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Lamentamos verte partir"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Si tiene un momento, déjanos saber por qué estás desactivando el plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "No puedo registrarme ni iniciar sesión"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "El plugin está afectando el rendimiento del sitio web"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "El plugin no funciona"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "El plugin no es útil"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Desactivar temporalmente o resolver problemas"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Otro"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Enviar y desactivar"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Omitir y desactivar"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Seleccionar el tipo de contenido que HubSpot Analytics utiliza para hacer seguimiento a esta página."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Detectar automáticamente"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Publicación de blog"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Artículo de conocimiento"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landing page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Páginas de índice"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Página estándar"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Guía del usuario"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formularios"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Live chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr " Contactos"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "Correo"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Listas"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Informes"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Configuración"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Adquirir versión superior"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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 una edición superior. Primero, cámbiate a una edición superior de WordPress."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Ignorar esta notificación."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hola, %1$s:"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot para WordPress Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Gracias"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
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"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formulario"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Programador de reuniones"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Lamentamos verte partir"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Si tiene un momento, déjanos saber por qué estás desactivando el plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "No puedo registrarme ni iniciar sesión"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "El plugin está afectando el rendimiento del sitio web"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "El plugin no funciona"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "El plugin no es útil"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Desactivar temporalmente o resolver problemas"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Otro"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Enviar y desactivar"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Omitir y desactivar"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Seleccionar el tipo de contenido que HubSpot Analytics utiliza para hacer seguimiento a esta página."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Detectar automáticamente"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Publicación de blog"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Artículo de conocimiento"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landing page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Páginas de índice"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Página estándar"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Guía del usuario"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formularios"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Live chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr " Contactos"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "Correo"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Listas"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Informes"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Configuración"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Adquirir versión superior"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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 una edición superior. Primero, cámbiate a una edición superior de WordPress."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Ignorar esta notificación."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hola, %1$s:"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot para WordPress Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Gracias"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
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"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formulario"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Programador de reuniones"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Lamentamos verte partir"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Si tiene un momento, déjanos saber por qué estás desactivando el plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "No puedo registrarme ni iniciar sesión"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "El plugin está afectando el rendimiento del sitio web"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "El plugin no funciona"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "El plugin no es útil"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Desactivar temporalmente o resolver problemas"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Otro"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Enviar y desactivar"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Omitir y desactivar"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Seleccionar el tipo de contenido que HubSpot Analytics utiliza para hacer seguimiento a esta página."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Detectar automáticamente"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Publicación de blog"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Artículo de conocimiento"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landing page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Páginas de índice"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Página estándar"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Guía del usuario"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formularios"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Live chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr " Contactos"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "Correo"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Listas"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Informes"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Configuración"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Adquirir versión superior"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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 una edición superior. Primero, cámbiate a una edición superior de WordPress."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Ignorar esta notificación."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hola, %1$s:"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot para WordPress Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Gracias"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
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"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formulario"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Programador de reuniones"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Lamentamos verte partir"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Si tiene un momento, déjanos saber por qué estás desactivando el plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "No puedo registrarme ni iniciar sesión"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "El plugin está afectando el rendimiento del sitio web"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "El plugin no funciona"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "El plugin no es útil"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Desactivar temporalmente o resolver problemas"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Otro"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Enviar y desactivar"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Omitir y desactivar"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Seleccionar el tipo de contenido que HubSpot Analytics utiliza para hacer seguimiento a esta página."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Detectar automáticamente"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Publicación de blog"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Artículo de conocimiento"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landing page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Páginas de índice"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Página estándar"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Guía del usuario"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formularios"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Live chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr " Contactos"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "Correo"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Listas"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Informes"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Configuración"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Adquirir versión superior"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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 una edición superior. Primero, cámbiate a una edición superior de WordPress."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Ignorar esta notificación."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hola, %1$s:"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot para WordPress Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Gracias"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
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"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formulario"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Programador de reuniones"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Lamentamos verte partir"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Si tiene un momento, déjanos saber por qué estás desactivando el plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "No puedo registrarme ni iniciar sesión"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "El plugin está afectando el rendimiento del sitio web"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "El plugin no funciona"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "El plugin no es útil"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Desactivar temporalmente o resolver problemas"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Otro"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Enviar y desactivar"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Omitir y desactivar"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Seleccionar el tipo de contenido que HubSpot Analytics utiliza para hacer seguimiento a esta página."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Detectar automáticamente"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Publicación de blog"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Artículo de conocimiento"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landing page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Páginas de índice"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Página estándar"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Guía del usuario"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formularios"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Live chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr " Contactos"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "Correo"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Listas"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Informes"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Configuración"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Adquirir versión superior"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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 una edición superior. Primero, cámbiate a una edición superior de WordPress."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Ignorar esta notificación."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hola, %1$s:"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot para WordPress Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Gracias"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
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"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formulario"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Programador de reuniones"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Lamentamos verte partir"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Si tiene un momento, déjanos saber por qué estás desactivando el plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "No puedo registrarme ni iniciar sesión"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "El plugin está afectando el rendimiento del sitio web"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "El plugin no funciona"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "El plugin no es útil"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Desactivar temporalmente o resolver problemas"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Otro"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Enviar y desactivar"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Omitir y desactivar"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Seleccionar el tipo de contenido que HubSpot Analytics utiliza para hacer seguimiento a esta página."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Detectar automáticamente"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Publicación de blog"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Artículo de conocimiento"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landing page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Páginas de índice"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Página estándar"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Guía del usuario"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formularios"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Live chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr " Contactos"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "Correo"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Listas"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Informes"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Configuración"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Adquirir versión superior"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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 una edición superior. Primero, cámbiate a una edición superior de WordPress."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Ignorar esta notificación."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hola, %1$s:"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot para WordPress Team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Gracias"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
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"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formulario"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Programador de reuniones"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Ikävää nähdä sinun lähtevän"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Jos sinulla on hetki aikaa, kerro meille miksi otat lisäosan pois käytöstä."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "En voi rekisteröityä tai kirjautua sisään"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "Lisäosa vaikuttaa verkkosivuston suorituskykyyn"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "Lisäosa ei toimi"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "Tämä lisäosa ei ole hyödyllinen"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Otetaan väliaikaisesti pois käytöstä tai tehdään vianmääritystä"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Muu"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Palaute..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Lähetä ja ota pois käytöstä"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Ohita ja ota pois käytöstä"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Valitse sisältötyyppi, jota HubSpot-analytiikka käyttää tämän sivun seurantaan."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Havaitse automaattisesti"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Blogijulkaisu"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Tietämysartikkeli"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Aloitussivu"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Luettelosivu"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Vakiosivu"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Käyttöopas"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Lomakkeet"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Live-chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "Yhteystiedot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "Sähköposti"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Luettelot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Raportointi"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Asetukset"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Päivitä"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Hylkää tämä ilmoitus."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hei %1$s"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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? "
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot WordPress Teamille"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Kiittäen"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
msgid "Leave us a review | link opens in a new tab"
|
||||
msgstr "Jätä meille arvostelu | linkki avautuu toisessa välilehdessä"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Lomake"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Kokousten aikatauluttaja"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Nous regrettons de vous voir partir"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Si vous avez un moment, dites-nous pourquoi vous désactivez le plug-in."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "Je ne parviens pas à m'inscrire ni à me connecter"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "Le plug-in a un impact sur les performances du site web"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "Le plug-in ne fonctionne pas"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "Le plug-in n'est pas utile"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Désactivation temporaire ou dépannage"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Autre"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Soumettre et désactiver"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Ignorer et désactiver"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Sélectionnez le type de contenu utilisé par HubSpot Analytics pour suivre cette page."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Détecter automatiquement"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Article de blog"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Article de connaissance"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Page de destination"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Page de listing"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Page standard"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Guide d'utilisation"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formulaires"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Chat en direct"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "contacts"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "E-mail"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Listes"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Reporting"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Paramètres"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Mettre à niveau"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Ignorer cet avis."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Bonjour %1$s,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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 ?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "Équipe HubSpot pour WordPress"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Merci,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
msgid "Leave us a review | link opens in a new tab"
|
||||
msgstr "Nous laisser un avis | le lien s'ouvre dans un nouvel onglet"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formulaire"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Planificateur de réunions"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Nous regrettons de vous voir partir"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Si vous avez un moment, dites-nous pourquoi vous désactivez le plug-in."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "Je ne parviens pas à m'inscrire ni à me connecter"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "Le plug-in a un impact sur les performances du site web"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "Le plug-in ne fonctionne pas"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "Le plug-in n'est pas utile"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Désactivation temporaire ou dépannage"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Autre"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Soumettre et désactiver"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Ignorer et désactiver"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Sélectionnez le type de contenu utilisé par HubSpot Analytics pour suivre cette page."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Détecter automatiquement"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Article de blog"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Article de connaissance"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Page de destination"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Page de listing"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Page standard"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Guide d'utilisation"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formulaires"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Chat en direct"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "contacts"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "E-mail"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Listes"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Reporting"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Paramètres"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Mettre à niveau"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Ignorer cet avis."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Bonjour %1$s,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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 ?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "Équipe HubSpot pour WordPress"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Merci,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
msgid "Leave us a review | link opens in a new tab"
|
||||
msgstr "Nous laisser un avis | le lien s'ouvre dans un nouvel onglet"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formulaire"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Planificateur de réunions"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Nous regrettons de vous voir partir"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Si vous avez un moment, dites-nous pourquoi vous désactivez le plug-in."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "Je ne parviens pas à m'inscrire ni à me connecter"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "Le plug-in a un impact sur les performances du site web"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "Le plug-in ne fonctionne pas"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "Le plug-in n'est pas utile"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Désactivation temporaire ou dépannage"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Autre"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Soumettre et désactiver"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Ignorer et désactiver"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Sélectionnez le type de contenu utilisé par HubSpot Analytics pour suivre cette page."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Détecter automatiquement"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Article de blog"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Article de connaissance"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Page de destination"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Page de listing"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Page standard"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Guide d'utilisation"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formulaires"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Chat en direct"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "contacts"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "E-mail"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Listes"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Reporting"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Paramètres"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Mettre à niveau"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Ignorer cet avis."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Bonjour %1$s,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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 ?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "Équipe HubSpot pour WordPress"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Merci,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
msgid "Leave us a review | link opens in a new tab"
|
||||
msgstr "Nous laisser un avis | le lien s'ouvre dans un nouvel onglet"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formulaire"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Planificateur de réunions"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Ci dispiace di vederti andare via"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Se hai un attimo, facci sapere per quale motivo stai disattivando il plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "Non riesco a effettuare la registrazione o a effettuare l'accesso"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "Il plugin sta influendo sulle prestazioni del sito web"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "Il plugin non funziona"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "Il plugin non è utile"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Sto disabilitando temporaneamente o sto effettuando la risoluzione dei problemi"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Altro"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Invia e disattiva"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Ignora e disattiva"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Seleziona il tipo di contenuti usato da HubSpot Analytics per monitorare questa pagina."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Rileva automaticamente"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Articolo blog"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Articolo della knowledge base"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landing page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Pagina di prospetto"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Pagina standard"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Guida dell'utente"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Form"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Chat dal vivo"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "Contatti"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "E-mail"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Elenchi"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Creazione di rapporti"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Impostazioni"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Esegui l'upgrade"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Ignora questo avviso."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hey %1$s,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "Il team di HubSpot per WordPress"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Grazie,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
msgid "Leave us a review | link opens in a new tab"
|
||||
msgstr "Lasciaci una recensione | il link si apre in una nuova scheda"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Form"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Strumento di pianificazione delle riunioni"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "ご利用ありがとうございました"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "お時間がありましたら、プラグインを無効にする理由をお聞かせください。"
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "登録またはログインできない"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "このプラグインはウェブサイトのパフォーマンスに影響します"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "プラグインが機能しない"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "プラグインが役に立たない"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "一時的な無効化またはトラブルシューティング"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "その他"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "フィードバック..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "送信して無効化する"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "スキップして無効化する"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "HubSpotアナリティクスでこのページのトラッキングに使用されるコンテンツタイプを選択します。"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "自動的に検出"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "ブログ記事"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "ナレッジ記事"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "ランディングページ"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "リストページ"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "標準ページ"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "ユーザーガイド"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "フォーム"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "ウェブチャット"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "コンタクト"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "Eメール"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "リスト"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "レポート"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "設定"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "アップグレード"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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をアップグレードしてください。"
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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してください。"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "この通知を無視してください。"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "%1$sさん、こんにちは。"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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分ほどお時間をいただいてよろしいですか?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
msgid "We read every response Your feedback helps our team make the improvements that you need the most"
|
||||
msgstr "回答は全て目を通させていただきます。いただいたご意見は、最もご要望の多い機能強化に役立たせていただきます。"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot for WordPressチーム"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "どうぞよろしくお願いいたします。"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
msgid "Leave us a review | link opens in a new tab"
|
||||
msgstr "レビューをお書きください | リンクが新しいタブで開きます"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "フォーム"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "ミーティング日程調整"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Så synd at du forlater oss"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Hvis du har tid, fortell oss gjerne hvorfor du deaktiverer plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "Jeg kan ikke registrere meg eller logge inn"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "Plugin påvirker nettstedytelsen"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "Plugin virker ikke"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "Plugin er ikke nyttig"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Midlertidig deaktivering eller feilsøking"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Annet"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Tilbakemelding..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Send inn & deaktiver"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Hopp over & deaktiver"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Velg innholdstypen som HubSpot-analyser bruker til å spore denne siden."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Oppdag automatisk"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Blogginnlegg"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Kunnskapsartikkel"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Destinasjonsside"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Oppføringsside"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Standardside"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Brukerveiledning"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Skjemaer"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Direktechat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "Kontakter"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "E-post"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Lister"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Rapportering"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Innstillinger"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Oppgrader"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Forkast dette varselet."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hei %1$s,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot for WordPress-team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Takk,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
msgid "Leave us a review | link opens in a new tab"
|
||||
msgstr "Gi oss en anmeldelse | lenken åpnes i en ny fane"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Skjema"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Møteplanlegger"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "We vinden het jammer dat je weggaat"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "We willen graag weten waarom je de plug-in deactiveert."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "Ik kan me niet registreren of niet inloggen"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "De plug-in beïnvloedt de websiteprestaties"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "De plug-in werkt niet"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "De plug-in is niet nuttig"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Tijdelijke uitschakeling of probleemoplossing"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Overig"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Verzenden en deactiveren"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Overslaan en deactiveren"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Selecteer het type content dat HubSpot Analytics moet gebruiken om deze pagina te volgen."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Automatisch detecteren"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Blogbericht"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Kennisartikel"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landingspagina"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Vermeldingspagina"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Standaardpagina"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Gebruikershandleiding"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formulieren"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Live chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "Contactpersonen"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "E-mail"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Lijsten"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Rapportage"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Instellingen"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Upgraden"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Sluit deze kennisgeving."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hallo %1$s,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot for WordPress-team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Bedankt,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
msgid "Leave us a review | link opens in a new tab"
|
||||
msgstr "Een beoordeling plaatsen | koppeling wordt geopend op een nieuw tabblad"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formulier"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Meetingplanner"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Så synd at du forlater oss"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Hvis du har tid, fortell oss gjerne hvorfor du deaktiverer plugin."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "Jeg kan ikke registrere meg eller logge inn"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "Plugin påvirker nettstedytelsen"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "Plugin virker ikke"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "Plugin er ikke nyttig"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Midlertidig deaktivering eller feilsøking"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Annet"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Tilbakemelding..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Send inn & deaktiver"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Hopp over & deaktiver"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "Hubspot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Velg innholdstypen som HubSpot-analyser bruker til å spore denne siden."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Oppdag automatisk"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Blogginnlegg"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Kunnskapsartikkel"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Destinasjonsside"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Oppføringsside"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Standardside"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Brukerveiledning"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Skjemaer"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Direktechat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "Kontakter"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "E-post"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Lister"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Rapportering"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Innstillinger"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Oppgrader"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Forkast dette varselet."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Hei %1$s,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot for WordPress-team"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Takk,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
msgid "Leave us a review | link opens in a new tab"
|
||||
msgstr "Gi oss en anmeldelse | lenken åpnes i en ny fane"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Skjema"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Møteplanlegger"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "Przykro nam, że rezygnujesz"
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Jeśli możesz poświęcić chwilę, powiedz nam, dlaczego dezaktywujesz wtyczkę."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "Nie mogę się zarejestrować lub zalogować"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "Wtyczka wpływa na wydajność witryny internetowej"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "Wtyczka nie działa"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "Wtyczka jest nieprzydatna"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Chwilowe wyłączenie lub rozwiązywanie problemu"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Inne"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Opinia…"
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Prześlij i dezaktywuj"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Pomiń i dezaktywuj"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Wybierz typ treści, którą wykorzystuje analityka HubSpot do śledzenia tej strony."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Wykryj automatycznie"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Wpis na blogu"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Artykuł w bazie wiedzy"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Strona docelowa"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Strona z listingiem"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Strona standardowa"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Przewodnik użytkownika"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formularze"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Czat na żywo"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "Kontakty"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "E-mail"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Listy"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Raportowanie"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Ustawienia"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Uaktualnij"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Odrzuć tę notatkę."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Cześć, %1$s,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "HubSpot dla zespołu WordPress"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Dziękujemy,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
msgid "Leave us a review | link opens in a new tab"
|
||||
msgstr "Napisz recenzję | Łącze otwiera się w nowej karcie"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formularz"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Terminarz spotkań"
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HubSpot All-In-One Marketing - Forms, Popups, Live Chat {{ DEV_VERSION }}\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/leadin\n"
|
||||
"Last-Translator: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"Language-Team: Hubspot <wordpress-support-groups@hubspot.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2024-06-04T16:12:14+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language: \n"
|
||||
"X-Generator: WP-CLI 2.10.0\n"
|
||||
"X-Domain: leadin\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot All-In-One Marketing - Forms, Popups, Live Chat"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://www.hubspot.com/integrations/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
#: leadin.php
|
||||
msgid "HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
#: leadin.php
|
||||
#: public/admin/class-gutenberg.php:36
|
||||
#: public/admin/class-leadinadmin.php:200
|
||||
#: public/admin/class-leadinadmin.php:218
|
||||
msgid "HubSpot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#. Author URI of the plugin
|
||||
#: leadin.php
|
||||
msgid "http://hubspot.com/products/wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: public/admin/class-deactivationform.php:29
|
||||
msgid "We're sorry to see you go"
|
||||
msgstr "É uma pena vê-lo partir."
|
||||
|
||||
#: public/admin/class-deactivationform.php:39
|
||||
msgid "If you have a moment, please let us know why you're deactivating the plugin"
|
||||
msgstr "Se tiver um momento, informe-nos por que está desativando o plug-in."
|
||||
|
||||
#: public/admin/class-deactivationform.php:54
|
||||
msgid "I can't sign up or log in"
|
||||
msgstr "Não consigo me inscrever ou fazer login"
|
||||
|
||||
#: public/admin/class-deactivationform.php:55
|
||||
msgid "The plugin is impacting website performance"
|
||||
msgstr "O plug-in está afetando o desempenho do site"
|
||||
|
||||
#: public/admin/class-deactivationform.php:56
|
||||
msgid "The plugin isn't working"
|
||||
msgstr "O plug-in não está funcionando"
|
||||
|
||||
#: public/admin/class-deactivationform.php:57
|
||||
msgid "The plugin isn't useful"
|
||||
msgstr "O plug-in não é útil"
|
||||
|
||||
#: public/admin/class-deactivationform.php:58
|
||||
msgid "Temporarily disabling or troubleshooting"
|
||||
msgstr "Desativação temporária ou solução de problemas"
|
||||
|
||||
#: public/admin/class-deactivationform.php:59
|
||||
msgid "Other"
|
||||
msgstr "Outro"
|
||||
|
||||
#: public/admin/class-deactivationform.php:81
|
||||
msgid "Feedback"
|
||||
msgstr "Feedback..."
|
||||
|
||||
#: public/admin/class-deactivationform.php:86
|
||||
msgid "Submit & deactivate"
|
||||
msgstr "Enviar e desativar"
|
||||
|
||||
#: public/admin/class-deactivationform.php:91
|
||||
msgid "Skip & deactivate"
|
||||
msgstr "Ignorar e desativar"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:72
|
||||
#: public/class-leadin.php:41
|
||||
msgid "Hubspot"
|
||||
msgstr "HubSpot"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:80
|
||||
msgid "Select the content type HubSpot Analytics uses to track this page"
|
||||
msgstr "Selecione o tipo de conteúdo que a HubSpot Analytics usa para rastrear esta página."
|
||||
|
||||
#: public/admin/class-leadinadmin.php:84
|
||||
msgid "Detect Automatically"
|
||||
msgstr "Detectar automaticamente"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:85
|
||||
msgid "Blog Post"
|
||||
msgstr "Post de blog"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:86
|
||||
msgid "Knowledge Article"
|
||||
msgstr "Artigo de conhecimento"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:87
|
||||
msgid "Landing Page"
|
||||
msgstr "Landing Page"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:88
|
||||
msgid "Listing Page"
|
||||
msgstr "Página de listagem"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:89
|
||||
msgid "Standard Page"
|
||||
msgstr "Página padrão"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:202
|
||||
msgid "User Guide"
|
||||
msgstr "Guia do usuário"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:203
|
||||
msgid "Forms"
|
||||
msgstr "Formulários"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:204
|
||||
msgid "Live Chat"
|
||||
msgstr "Chat"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:206
|
||||
msgid "Contacts"
|
||||
msgstr "Contatos"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:207
|
||||
msgid "Email"
|
||||
msgstr "E-mail"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:208
|
||||
msgid "Lists"
|
||||
msgstr "Listas"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:209
|
||||
msgid "Reporting"
|
||||
msgstr "Relatórios"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:211
|
||||
#: public/admin/class-pluginactionsmanager.php:35
|
||||
msgid "Settings"
|
||||
msgstr "Configurações"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:213
|
||||
#: public/admin/class-pluginactionsmanager.php:50
|
||||
msgid "Upgrade"
|
||||
msgstr "Upgrade"
|
||||
|
||||
#: public/admin/class-leadinadmin.php:258
|
||||
#: public/admin/class-leadinadmin.php:264
|
||||
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."
|
||||
|
||||
#: public/admin/class-noticemanager.php:35
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:27
|
||||
msgid "Dismiss this notice"
|
||||
msgstr "Ignorar este aviso."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:29
|
||||
msgid "Hey %1$s,"
|
||||
msgstr "Olá, %1$s."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:32
|
||||
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?"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:33
|
||||
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."
|
||||
|
||||
#: public/admin/class-reviewbanner.php:34
|
||||
msgid "HubSpot for WordPress Team"
|
||||
msgstr "Equipe da HubSpot para WordPress"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:35
|
||||
msgid "Thanks,"
|
||||
msgstr "Obrigado,"
|
||||
|
||||
#: public/admin/class-reviewbanner.php:59
|
||||
msgid "Leave us a review | link opens in a new tab"
|
||||
msgstr "Deixe-nos uma avaliação | O link abre em uma nova guia"
|
||||
|
||||
#: public/admin/widgets/class-elementorform.php:85
|
||||
msgid "Form"
|
||||
msgstr "Formulário"
|
||||
|
||||
#: public/admin/widgets/class-elementormeeting.php:84
|
||||
msgid "Meetings Scheduler"
|
||||
msgstr "Agendador de reuniões"
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user