Version Description
- September 25 =
Fixes
- Use of undefined constant in previous update.
Download this release
Release Info
Developer | DvanKooten |
Plugin | MailChimp for WordPress |
Version | 2.3.14 |
Comparing to | |
See all releases |
Code changes from version 2.3.13 to 2.3.14
- includes/class-form-manager.php +2 -2
- includes/integrations/class-integration.php +1 -1
- languages/mailchimp-for-wp-ca_ES.mo +0 -0
- languages/mailchimp-for-wp-ca_ES.po +2099 -0
- languages/mailchimp-for-wp-es_ES.mo +0 -0
- languages/mailchimp-for-wp-es_ES.po +48 -48
- mailchimp-for-wp.php +2 -2
- readme.txt +8 -2
- vendor/autoload_52.php +1 -1
- vendor/composer/autoload_classmap.php +59 -1506
- vendor/composer/autoload_namespaces.php +2 -9
- vendor/composer/autoload_psr4.php +0 -7
- vendor/composer/autoload_real.php +0 -4
- vendor/composer/autoload_real_52.php +3 -3
- vendor/composer/include_paths.php +10 -0
includes/class-form-manager.php
CHANGED
@@ -184,11 +184,11 @@ class MC4WP_Lite_Form_Manager {
|
|
184 |
echo '<script type="text/javascript">';
|
185 |
|
186 |
// include general form enhancements
|
187 |
-
|
188 |
|
189 |
// include date polyfill?
|
190 |
if( $this->print_date_fallback ) {
|
191 |
-
include
|
192 |
}
|
193 |
|
194 |
echo '</script>';
|
184 |
echo '<script type="text/javascript">';
|
185 |
|
186 |
// include general form enhancements
|
187 |
+
include MC4WP_LITE_PLUGIN_DIR . 'includes/views/parts/form-enhancements.js';
|
188 |
|
189 |
// include date polyfill?
|
190 |
if( $this->print_date_fallback ) {
|
191 |
+
include MC4WP_LITE_PLUGIN_DIR . 'includes/views/parts/date-polyfill.js';
|
192 |
}
|
193 |
|
194 |
echo '</script>';
|
includes/integrations/class-integration.php
CHANGED
@@ -168,7 +168,7 @@ abstract class MC4WP_Integration {
|
|
168 |
|
169 |
// after checkbox HTML (..., honeypot, closing comment)
|
170 |
$after = apply_filters( 'mc4wp_after_checkbox', '', $this->type );
|
171 |
-
$after .= '<div style="position: absolute; left:-5000px;"><input type="text" name="_mc4wp_required_but_not_really" value="" tabindex="-1" autocomplete="off" /></div>';
|
172 |
$after .= '<!-- / MailChimp for WordPress -->';
|
173 |
|
174 |
return $before . $content . $after;
|
168 |
|
169 |
// after checkbox HTML (..., honeypot, closing comment)
|
170 |
$after = apply_filters( 'mc4wp_after_checkbox', '', $this->type );
|
171 |
+
$after .= '<div style="position: absolute; '. ( is_rtl() ? 'right' : 'left' ) . ':-5000px;"><input type="text" name="_mc4wp_required_but_not_really" value="" tabindex="-1" autocomplete="off" /></div>';
|
172 |
$after .= '<!-- / MailChimp for WordPress -->';
|
173 |
|
174 |
return $before . $content . $after;
|
languages/mailchimp-for-wp-ca_ES.mo
ADDED
Binary file
|
languages/mailchimp-for-wp-ca_ES.po
ADDED
@@ -0,0 +1,2099 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2015 Danny van Kooten
|
2 |
+
# This file is distributed under the GPL v3.
|
3 |
+
# Translators:
|
4 |
+
# Xavier Gimeno Torrent, 2015
|
5 |
+
msgid ""
|
6 |
+
msgstr ""
|
7 |
+
"Project-Id-Version: MailChimp for WordPress\n"
|
8 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
9 |
+
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
10 |
+
"PO-Revision-Date: 2015-09-25 18:43+0000\n"
|
11 |
+
"Last-Translator: Xavier Gimeno Torrent\n"
|
12 |
+
"Language-Team: Catalan (Spain) (http://www.transifex.com/ibericode/mailchimp-for-wordpress/language/ca_ES/)\n"
|
13 |
+
"MIME-Version: 1.0\n"
|
14 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
+
"Content-Transfer-Encoding: 8bit\n"
|
16 |
+
"Language: ca_ES\n"
|
17 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
+
"X-Generator: grunt-wp-i18n 0.4.4\n"
|
19 |
+
"X-Poedit-Basepath: .\n"
|
20 |
+
"X-Poedit-Bookmarks: \n"
|
21 |
+
"X-Poedit-Country: UNITED STATES\n"
|
22 |
+
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2; _nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__; esc_html__;esc_attr_e; esc_html_e;esc_attr_x:1,2c; esc_html_x:1,2c;\n"
|
23 |
+
"X-Poedit-Language: English\n"
|
24 |
+
"X-Poedit-SearchPath-0: .\n"
|
25 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
26 |
+
"X-Textdomain-Support: yes\n"
|
27 |
+
|
28 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:141
|
29 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:157
|
30 |
+
msgid "Settings"
|
31 |
+
msgstr "Configuració"
|
32 |
+
|
33 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:160
|
34 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:16
|
35 |
+
msgid "Upgrade to MailChimp for WordPress Pro"
|
36 |
+
msgstr "Actualitza a MailChimp per a WordPress Pro"
|
37 |
+
|
38 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:179
|
39 |
+
msgid "MailChimp API Settings"
|
40 |
+
msgstr "Configuració d'API de MailChimp"
|
41 |
+
|
42 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:180
|
43 |
+
msgid "MailChimp"
|
44 |
+
msgstr "MailChimp"
|
45 |
+
|
46 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:185
|
47 |
+
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:11
|
48 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:506
|
49 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
50 |
+
msgid "Checkbox Settings"
|
51 |
+
msgstr "Ajustos de les caselles de verificació"
|
52 |
+
|
53 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:186
|
54 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:507
|
55 |
+
msgid "Checkboxes"
|
56 |
+
msgstr "Caselles de verificació"
|
57 |
+
|
58 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:191
|
59 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
60 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:364
|
61 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:512
|
62 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:91
|
63 |
+
msgid "Form Settings"
|
64 |
+
msgstr "Propietats del formulari"
|
65 |
+
|
66 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:192
|
67 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:513
|
68 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-form-settings.php:10
|
69 |
+
msgid "Forms"
|
70 |
+
msgstr "Formularis"
|
71 |
+
|
72 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:196
|
73 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:197
|
74 |
+
msgid "Upgrade to Pro"
|
75 |
+
msgstr "Actualitza't a Pro"
|
76 |
+
|
77 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:283
|
78 |
+
msgid "This option is only available in MailChimp for WordPress Pro."
|
79 |
+
msgstr "Aquesta opció només està disponible a MailChimp per a WordPress Pro."
|
80 |
+
|
81 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:285
|
82 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
83 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
84 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:21
|
85 |
+
msgid "(PRO ONLY)"
|
86 |
+
msgstr "(NOMÉS PRO)"
|
87 |
+
|
88 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:286
|
89 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:610
|
90 |
+
msgid "Button text"
|
91 |
+
msgstr "Text del botó"
|
92 |
+
|
93 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:287
|
94 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:39
|
95 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:611
|
96 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:59
|
97 |
+
msgid "Initial value"
|
98 |
+
msgstr "Valor inicial"
|
99 |
+
|
100 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:288
|
101 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:29
|
102 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:34
|
103 |
+
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:39
|
104 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:612
|
105 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:49
|
106 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:54
|
107 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:59
|
108 |
+
msgid "(optional)"
|
109 |
+
msgstr "(opcional)"
|
110 |
+
|
111 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:289
|
112 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:613
|
113 |
+
msgid "Label for"
|
114 |
+
msgstr "Etiqueta per a"
|
115 |
+
|
116 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:290
|
117 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:614
|
118 |
+
msgid "(or leave empty)"
|
119 |
+
msgstr "(o deixa en blanc)"
|
120 |
+
|
121 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:291
|
122 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:615
|
123 |
+
msgid "Subscribe"
|
124 |
+
msgstr "Subscriure's"
|
125 |
+
|
126 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:292
|
127 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:616
|
128 |
+
msgid "Unsubscribe"
|
129 |
+
msgstr "Dessubscriure's"
|
130 |
+
|
131 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:316
|
132 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:654
|
133 |
+
msgid "Comment form"
|
134 |
+
msgstr "Formulari de comentaris"
|
135 |
+
|
136 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:317
|
137 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:655
|
138 |
+
msgid "Registration form"
|
139 |
+
msgstr "Formulari de registre"
|
140 |
+
|
141 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:321
|
142 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:659
|
143 |
+
msgid "MultiSite forms"
|
144 |
+
msgstr "Formularis Multi-Lloc"
|
145 |
+
|
146 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:325
|
147 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:663
|
148 |
+
#: mailchimp-for-wordpress-pro/includes/tables/class-log-table.php:337
|
149 |
+
msgid "BuddyPress registration"
|
150 |
+
msgstr "Registre BuddyPress"
|
151 |
+
|
152 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:333
|
153 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:337
|
154 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:671
|
155 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:675
|
156 |
+
msgid "%s checkout"
|
157 |
+
msgstr "Verificació de %s"
|
158 |
+
|
159 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:365
|
160 |
+
msgid ""
|
161 |
+
"The plugin can only fetch a maximum of 100 lists from MailChimp, only your "
|
162 |
+
"first 100 lists are shown."
|
163 |
+
msgstr "Aquest plugin pot obtenir un màxim de 100 llistes de Mailchimp. Només es mostren les teves 100 primeres llistes."
|
164 |
+
|
165 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:370
|
166 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:719
|
167 |
+
msgid "Renewed MailChimp cache."
|
168 |
+
msgstr "Memòria cau de MailChimp renovada."
|
169 |
+
|
170 |
+
#: mailchimp-for-wordpress/includes/admin/class-admin.php:372
|
171 |
+
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:721
|
172 |
+
msgid "Failed to renew MailChimp cache - please try again later."
|
173 |
+
msgstr "Ha fallat la renovació de la memòria cau de MailChimp - Sisplau, torna a provar-ho més tard."
|
174 |
+
|
175 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:21
|
176 |
+
msgid "MailChimp Sign-Up Form"
|
177 |
+
msgstr "Formulari de subscripció de MailChimp"
|
178 |
+
|
179 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:23
|
180 |
+
msgid "Displays your MailChimp for WordPress sign-up form"
|
181 |
+
msgstr "Mostra el teu formulari de subscripció de MailChimp per a WordPress"
|
182 |
+
|
183 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:67
|
184 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:71
|
185 |
+
msgid "Newsletter"
|
186 |
+
msgstr "Llista de correu"
|
187 |
+
|
188 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:70
|
189 |
+
#: mailchimp-for-wordpress-pro/includes/class-widget.php:82
|
190 |
+
msgid "Title:"
|
191 |
+
msgstr "Títol:"
|
192 |
+
|
193 |
+
#: mailchimp-for-wordpress/includes/class-widget.php:74
|
194 |
+
msgid ""
|
195 |
+
"You can edit your sign-up form in the <a href=\"%s\">MailChimp for WordPress"
|
196 |
+
" form settings</a>."
|
197 |
+
msgstr "Pots editar el teu formulari de subscripció a la <a href=\"%s\"> configuració dels formularis de MailChimp per a Wordpress </a>."
|
198 |
+
|
199 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:15
|
200 |
+
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
201 |
+
#: mailchimp-for-wordpress-pro/includes/config/default-form.php:3
|
202 |
+
msgid "Email address"
|
203 |
+
msgstr "Adreça de correu electrònic"
|
204 |
+
|
205 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:16
|
206 |
+
#: mailchimp-for-wordpress-pro/includes/config/default-form.php:4
|
207 |
+
#: mailchimp-for-wordpress-pro/includes/config/inline-form.php:2
|
208 |
+
msgid "Your email address"
|
209 |
+
msgstr "La teva adreça de correu electrònic"
|
210 |
+
|
211 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:17
|
212 |
+
#: mailchimp-for-wordpress-pro/includes/config/default-form.php:5
|
213 |
+
#: mailchimp-for-wordpress-pro/includes/config/inline-form.php:3
|
214 |
+
msgid "Sign up"
|
215 |
+
msgstr "Registre"
|
216 |
+
|
217 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:24
|
218 |
+
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:9
|
219 |
+
msgid "Sign me up for the newsletter!"
|
220 |
+
msgstr "Subscriu-me a la llista de correu!"
|
221 |
+
|
222 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:44
|
223 |
+
msgid ""
|
224 |
+
"Thank you, your sign-up request was successful! Please check your e-mail "
|
225 |
+
"inbox."
|
226 |
+
msgstr "Gràcies, la teva sol·licitud de subscripció s'ha completat! Sisplau, vés a la safata d'entrada del teu correu electrònic."
|
227 |
+
|
228 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:45
|
229 |
+
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:35
|
230 |
+
msgid "Oops. Something went wrong. Please try again later."
|
231 |
+
msgstr "Vaja! Alguna cosa ha anat malament. Sisplau, torna a provar-ho més tard."
|
232 |
+
|
233 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:46
|
234 |
+
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:36
|
235 |
+
msgid "Please provide a valid email address."
|
236 |
+
msgstr "Sisplau, introdueix una adreça de correu electrònic vàlida."
|
237 |
+
|
238 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:47
|
239 |
+
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:37
|
240 |
+
msgid "Given email address is already subscribed, thank you!"
|
241 |
+
msgstr "Gràcies, però l'adreça de correu electrònic facilitada ja aquesta subscrita."
|
242 |
+
|
243 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:48
|
244 |
+
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:38
|
245 |
+
msgid "Please complete the CAPTCHA."
|
246 |
+
msgstr "Sisplau, introdueix el codi de verificació CAPTCHA."
|
247 |
+
|
248 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:49
|
249 |
+
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:39
|
250 |
+
msgid "Please fill in the required fields."
|
251 |
+
msgstr "Sisplau omple els camps sol·licitats."
|
252 |
+
|
253 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:50
|
254 |
+
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:40
|
255 |
+
msgid "You were successfully unsubscribed."
|
256 |
+
msgstr "Has estat esborrat correctament."
|
257 |
+
|
258 |
+
#: mailchimp-for-wordpress/includes/functions/general.php:51
|
259 |
+
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:41
|
260 |
+
msgid "Given email address is not subscribed."
|
261 |
+
msgstr "El correu proporcionat no està subscrit."
|
262 |
+
|
263 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
264 |
+
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:52
|
265 |
+
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
266 |
+
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
267 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:106
|
268 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:121
|
269 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:134
|
270 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:145
|
271 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:164
|
272 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:178
|
273 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
274 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:17
|
275 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:37
|
276 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:56
|
277 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:75
|
278 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:98
|
279 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:116
|
280 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:139
|
281 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
282 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:60
|
283 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:71
|
284 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
285 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
286 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:59
|
287 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:72
|
288 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:82
|
289 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:97
|
290 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:115
|
291 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:123
|
292 |
+
msgid "Yes"
|
293 |
+
msgstr "Sí"
|
294 |
+
|
295 |
+
#: mailchimp-for-wordpress/includes/integrations/class-cf7.php:55
|
296 |
+
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:56
|
297 |
+
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:91
|
298 |
+
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:96
|
299 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:27
|
300 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:110
|
301 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:125
|
302 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:136
|
303 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:149
|
304 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:168
|
305 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:182
|
306 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-cf7.php:57
|
307 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:21
|
308 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:41
|
309 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:60
|
310 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:79
|
311 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:102
|
312 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:120
|
313 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:140
|
314 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:52
|
315 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:62
|
316 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:75
|
317 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:113
|
318 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:118
|
319 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:22
|
320 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:63
|
321 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:73
|
322 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:86
|
323 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:101
|
324 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:116
|
325 |
+
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:124
|
326 |
+
msgid "No"
|
327 |
+
msgstr "No"
|
328 |
+
|
329 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:235
|
330 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:238
|
331 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:300
|
332 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:309
|
333 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-integration.php:235
|
334 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-integration.php:238
|
335 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-integration.php:300
|
336 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-integration.php:309
|
337 |
+
msgid "MailChimp for WordPress - Error"
|
338 |
+
msgstr "MailChimp per a WordPress - Error"
|
339 |
+
|
340 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:236
|
341 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-integration.php:236
|
342 |
+
msgid ""
|
343 |
+
"Please select a list to subscribe to in the <a href=\"%s\">checkbox "
|
344 |
+
"settings</a>."
|
345 |
+
msgstr "Sisplau selecciona una llista de subscripció a la <a href=\"%s\"> configuració de caselles de verificació </a>."
|
346 |
+
|
347 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:237
|
348 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:308
|
349 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-integration.php:237
|
350 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-integration.php:308
|
351 |
+
msgid "This message is only visible to administrators for debugging purposes."
|
352 |
+
msgstr "Aquest missatge només és visible als administradors per a fins de correcció d'errors."
|
353 |
+
|
354 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:301
|
355 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-integration.php:301
|
356 |
+
msgid ""
|
357 |
+
"The MailChimp server returned the following error message as a response to "
|
358 |
+
"our sign-up request:"
|
359 |
+
msgstr "El servidor de MailChimp retorna el següent missatge d'error com a resposta a la teva sol·licitud de subscripció:"
|
360 |
+
|
361 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:303
|
362 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-integration.php:303
|
363 |
+
msgid "This is the data that was sent to MailChimp:"
|
364 |
+
msgstr "Aquestes són les dades enviades a MailChimp:"
|
365 |
+
|
366 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:304
|
367 |
+
#: mailchimp-for-wordpress-pro/includes/class-subscribe-request.php:216
|
368 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-integration.php:304
|
369 |
+
msgid "Email address:"
|
370 |
+
msgstr "Adreça de correu electrònic:"
|
371 |
+
|
372 |
+
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:306
|
373 |
+
#: mailchimp-for-wordpress-pro/includes/integrations/class-integration.php:306
|
374 |
+
msgid "Merge variables:"
|
375 |
+
msgstr "Combinar variables:"
|
376 |
+
|
377 |
+
#. Plugin Name of the plugin/theme
|
378 |
+
msgid "MailChimp for WordPress"
|
379 |
+
msgstr "MailChimp per a WordPress"
|
380 |
+
|
381 |
+
#: mailchimp-for-wordpress/includes/views/api-settings.php:12
|
382 |
+
#: mailchimp-for-wordpress/includes/views/form-settings.php:99
|
383 |
+
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:10
|
384 |
+
msgid "MailChimp Settings"
|
385 |
+
msgstr "Configuració de MailChimp"
|
386 |
+
|
387 |
+
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
388 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
389 |
+
msgid "API Settings"
|
390 |
+
msgstr "Configuració de la API"
|
391 |
+
|
392 |
+
#: mailchimp-for-wordpress/includes/views/api-settings.php:24
|
393 |
+
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:21
|
394 |
+
msgid "CONNECTED"
|
395 |
+
msgstr "CONNECTAT"
|
396 |
+
|