Version Description
- July 13, 2015 =
Improvements
- Use the same order as MailChimp.com, which is useful when you have over 100 MailChimp lists.
- Use
/* ... */
for inline JavaScript comments to prevent errors with minified HTML - props Ed Gifford
Additions
- Filter:
mc4wp_form_animate_scroll
to disable animated scroll-to after submitting a form. - Add
{current_path}
variable to use in form templates. - Add
default
attribute to{data_name}
variables, usage:{data_something default="The default value"}
Download this release
Release Info
Developer | DvanKooten |
Plugin | MailChimp for WordPress |
Version | 2.3.7 |
Comparing to | |
See all releases |
Code changes from version 2.3.6 to 2.3.7
- assets/js/form-request.js +3 -2
- assets/js/form-request.min.js +1 -1
- includes/class-api.php +2 -0
- includes/class-form-manager.php +8 -5
- includes/class-tools.php +5 -2
- includes/views/form-settings.php +4 -0
- languages/mailchimp-for-wp-cs_CZ.mo +0 -0
- languages/mailchimp-for-wp-cs_CZ.po +1 -1
- languages/mailchimp-for-wp-de_CH.mo +0 -0
- languages/mailchimp-for-wp-de_CH.po +1 -1
- languages/mailchimp-for-wp-es_ES.mo +0 -0
- languages/mailchimp-for-wp-es_ES.po +1 -1
- languages/mailchimp-for-wp-es_PR.mo +0 -0
- languages/mailchimp-for-wp-es_PR.po +1 -1
- languages/mailchimp-for-wp-fa_IR.mo +0 -0
- languages/mailchimp-for-wp-fa_IR.po +49 -48
- languages/mailchimp-for-wp-fi_FI.mo +0 -0
- languages/mailchimp-for-wp-fi_FI.po +1 -1
- languages/mailchimp-for-wp-fr_FR.mo +0 -0
- languages/mailchimp-for-wp-fr_FR.po +1 -1
- languages/mailchimp-for-wp-hu_HU.mo +0 -0
- languages/mailchimp-for-wp-hu_HU.po +1 -1
- languages/mailchimp-for-wp-id_ID.mo +0 -0
- languages/mailchimp-for-wp-id_ID.po +1 -1
- languages/mailchimp-for-wp-it_IT.mo +0 -0
- languages/mailchimp-for-wp-it_IT.po +14 -13
- languages/mailchimp-for-wp-nl_NL.mo +0 -0
- languages/mailchimp-for-wp-nl_NL.po +1 -1
- languages/mailchimp-for-wp-pt_BR.mo +0 -0
- languages/mailchimp-for-wp-pt_BR.po +1 -1
- languages/mailchimp-for-wp-pt_PT.mo +0 -0
- languages/mailchimp-for-wp-pt_PT.po +1 -1
- languages/mailchimp-for-wp-ru_RU.mo +0 -0
- languages/mailchimp-for-wp-ru_RU.po +77 -77
- languages/mailchimp-for-wp-sk_SK.mo +0 -0
- languages/mailchimp-for-wp-sk_SK.po +1 -1
- languages/mailchimp-for-wp-sv_SE.mo +0 -0
- languages/mailchimp-for-wp-sv_SE.po +1 -1
- languages/mailchimp-for-wp-tr_TR.mo +0 -0
- languages/mailchimp-for-wp-tr_TR.po +1 -1
- languages/mailchimp-for-wp-vi_VN.mo +0 -0
- languages/mailchimp-for-wp-vi_VN.po +1 -1
- mailchimp-for-wp.php +2 -2
- readme.txt +75 -146
assets/js/form-request.js
CHANGED
@@ -29,8 +29,9 @@
|
|
29 |
self.repopulate();
|
30 |
}
|
31 |
|
32 |
-
|
33 |
-
|
|
|
34 |
}
|
35 |
|
36 |
/**
|
29 |
self.repopulate();
|
30 |
}
|
31 |
|
32 |
+
if( request.animate_scroll ) {
|
33 |
+
self.scrollTo();
|
34 |
+
}
|
35 |
}
|
36 |
|
37 |
/**
|
assets/js/form-request.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(){function a(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent("on"+b,c)}function b(a,c,d){for(var e in c){var f=e,g=c[e];if(""!=g){if("undefined"!=typeof d&&(f=d+"["+e+"]"),g.constructor==Array)f+="[]";else if("object"==typeof g){b(a,g,f);continue}var h=a.querySelectorAll('input[name="'+f+'"], select[name="'+f+'"], textarea[name="'+f+'"]');if(!h)return;for(var i=0;i<h.length;i++){var j=h[i];switch(j.type||j.tagName){case"text":case"email":case"date":case"tel":case"number":j.value=g,j.className=j.className.replace("placeholdersjs","");break;case"radio":j.checked=j.value===g;break;case"checkbox":for(var k=0;k<g.length;k++){var l=j.value===g[k];if(l){j.checked=j.value===g[k];break}j.checked=!1}break;case"select-multiple":for(var m=g.constructor==Array?g:[g],n=0;n<j.options.length;n++)for(var o=0;o<m.length;o++)j.options[n].selected|=j.options[n].value==m[o];break;case"select":case"select-one":j.value=g.toString()||g;break;case"textarea":j.innerText=g}}}}}var c=function(c){function d(){return e.element=document.getElementById(c.formElementId),e.element?(1!=c.success&&e.repopulate(),e.scrollTo()
|
1 |
+
!function(){function a(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent("on"+b,c)}function b(a,c,d){for(var e in c){var f=e,g=c[e];if(""!=g){if("undefined"!=typeof d&&(f=d+"["+e+"]"),g.constructor==Array)f+="[]";else if("object"==typeof g){b(a,g,f);continue}var h=a.querySelectorAll('input[name="'+f+'"], select[name="'+f+'"], textarea[name="'+f+'"]');if(!h)return;for(var i=0;i<h.length;i++){var j=h[i];switch(j.type||j.tagName){case"text":case"email":case"date":case"tel":case"number":j.value=g,j.className=j.className.replace("placeholdersjs","");break;case"radio":j.checked=j.value===g;break;case"checkbox":for(var k=0;k<g.length;k++){var l=j.value===g[k];if(l){j.checked=j.value===g[k];break}j.checked=!1}break;case"select-multiple":for(var m=g.constructor==Array?g:[g],n=0;n<j.options.length;n++)for(var o=0;o<m.length;o++)j.options[n].selected|=j.options[n].value==m[o];break;case"select":case"select-one":j.value=g.toString()||g;break;case"textarea":j.innerText=g}}}}}var c=function(c){function d(){return e.element=document.getElementById(c.formElementId),e.element?(1!=c.success&&e.repopulate(),void(c.animate_scroll&&e.scrollTo())):!1}var e=this;this.scrollTo=function(){var a=e.element,b=0,c=a,d=window.innerHeight;if(c.offsetParent){do b+=c.offsetTop;while(c=c.offsetParent)}else b=a.offsetTop;b-=d-80>a.clientHeight?(d-a.clientHeight)/2:80,void 0!==window.jQuery?jQuery("html, body").animate({scrollTop:b},800):window.scrollTo(0,b)},this.repopulate=function(){b(e.element,c.data)},a(window,"load",d)};window.mc4wpFormRequest=new c(mc4wpFormRequestData)}();
|
includes/class-api.php
CHANGED
@@ -154,6 +154,8 @@ class MC4WP_API {
|
|
154 |
public function get_lists( $list_ids = array() ) {
|
155 |
$args = array(
|
156 |
'limit' => 100,
|
|
|
|
|
157 |
);
|
158 |
|
159 |
// set filter if the $list_ids parameter was set
|
154 |
public function get_lists( $list_ids = array() ) {
|
155 |
$args = array(
|
156 |
'limit' => 100,
|
157 |
+
'sort_field' => 'web',
|
158 |
+
'sort_dir' => 'ASC',
|
159 |
);
|
160 |
|
161 |
// set filter if the $list_ids parameter was set
|
includes/class-form-manager.php
CHANGED
@@ -141,12 +141,15 @@ class MC4WP_Lite_Form_Manager {
|
|
141 |
// was form submited?
|
142 |
if( $form->is_submitted( $attributes['element_id'] ) ) {
|
143 |
|
144 |
-
// enqueue scripts (in footer) if form was
|
|
|
|
|
145 |
wp_enqueue_script( 'mc4wp-form-request' );
|
146 |
wp_localize_script( 'mc4wp-form-request', 'mc4wpFormRequestData', array(
|
147 |
'success' => ( $form->request->success ) ? 1 : 0,
|
148 |
'formElementId' => $form->request->form_element_id,
|
149 |
'data' => $form->request->user_data,
|
|
|
150 |
)
|
151 |
);
|
152 |
|
@@ -223,13 +226,13 @@ class MC4WP_Lite_Form_Manager {
|
|
223 |
for (var i = 0; i < forms.length; i++) {
|
224 |
(function(f) {
|
225 |
|
226 |
-
|
227 |
var h = f.querySelector('input[name="_mc4wp_required_but_not_really"]');
|
228 |
if(h) {
|
229 |
hideHoneypot(h);
|
230 |
}
|
231 |
|
232 |
-
|
233 |
var b = f.querySelector('[type="submit"]');
|
234 |
if(b.addEventListener) {
|
235 |
b.addEventListener('click', addSubmittedClassToFormContainer);
|
@@ -243,12 +246,12 @@ class MC4WP_Lite_Form_Manager {
|
|
243 |
|
244 |
<?php if( $this->print_date_fallback ) { ?>
|
245 |
(function() {
|
246 |
-
|
247 |
var testInput = document.createElement('input');
|
248 |
testInput.setAttribute('type', 'date');
|
249 |
if( testInput.type !== 'date') {
|
250 |
|
251 |
-
|
252 |
var dateFields = document.querySelectorAll('.mc4wp-form input[type="date"]');
|
253 |
for(var i=0; i<dateFields.length; i++) {
|
254 |
if(!dateFields[i].placeholder) {
|
141 |
// was form submited?
|
142 |
if( $form->is_submitted( $attributes['element_id'] ) ) {
|
143 |
|
144 |
+
// enqueue scripts (in footer) if form was submitted
|
145 |
+
$animate_scroll = apply_filters( 'mc4wp_form_animate_scroll', true );
|
146 |
+
|
147 |
wp_enqueue_script( 'mc4wp-form-request' );
|
148 |
wp_localize_script( 'mc4wp-form-request', 'mc4wpFormRequestData', array(
|
149 |
'success' => ( $form->request->success ) ? 1 : 0,
|
150 |
'formElementId' => $form->request->form_element_id,
|
151 |
'data' => $form->request->user_data,
|
152 |
+
'animate_scroll' => $animate_scroll
|
153 |
)
|
154 |
);
|
155 |
|
226 |
for (var i = 0; i < forms.length; i++) {
|
227 |
(function(f) {
|
228 |
|
229 |
+
/* make sure honeypot is hidden */
|
230 |
var h = f.querySelector('input[name="_mc4wp_required_but_not_really"]');
|
231 |
if(h) {
|
232 |
hideHoneypot(h);
|
233 |
}
|
234 |
|
235 |
+
/* add class on submit */
|
236 |
var b = f.querySelector('[type="submit"]');
|
237 |
if(b.addEventListener) {
|
238 |
b.addEventListener('click', addSubmittedClassToFormContainer);
|
246 |
|
247 |
<?php if( $this->print_date_fallback ) { ?>
|
248 |
(function() {
|
249 |
+
/* test if browser supports date fields */
|
250 |
var testInput = document.createElement('input');
|
251 |
testInput.setAttribute('type', 'date');
|
252 |
if( testInput.type !== 'date') {
|
253 |
|
254 |
+
/* add placeholder & pattern to all date fields */
|
255 |
var dateFields = document.querySelectorAll('.mc4wp-form input[type="date"]');
|
256 |
for(var i=0; i<dateFields.length; i++) {
|
257 |
if(!dateFields[i].placeholder) {
|
includes/class-tools.php
CHANGED
@@ -41,6 +41,7 @@ class MC4WP_Tools {
|
|
41 |
$replacements = array(
|
42 |
'{ip}' => self::get_client_ip(),
|
43 |
'{current_url}' => mc4wp_get_current_url(),
|
|
|
44 |
'{date}' => date( 'm/d/Y' ),
|
45 |
'{time}' => date( 'H:i:s' ),
|
46 |
'{language}' => defined( 'ICL_LANGUAGE_CODE' ) ? ICL_LANGUAGE_CODE : get_locale(),
|
@@ -80,7 +81,7 @@ class MC4WP_Tools {
|
|
80 |
|
81 |
// replace dynamic variables
|
82 |
if( stristr( $string, '{data_' ) !== false ) {
|
83 |
-
$string = preg_replace_callback('/\{data_([
|
84 |
}
|
85 |
|
86 |
return $string;
|
@@ -95,13 +96,15 @@ class MC4WP_Tools {
|
|
95 |
public static function replace_request_data_variables( $matches ) {
|
96 |
|
97 |
$variable = strtoupper( $matches[1] );
|
|
|
|
|
98 |
$request_data = array_change_key_case( $_REQUEST, CASE_UPPER );
|
99 |
|
100 |
if( isset( $request_data[ $variable ] ) && is_scalar( $request_data[ $variable ] ) ) {
|
101 |
return esc_html( $request_data[ $variable ] );
|
102 |
}
|
103 |
|
104 |
-
return
|
105 |
}
|
106 |
|
107 |
/**
|
41 |
$replacements = array(
|
42 |
'{ip}' => self::get_client_ip(),
|
43 |
'{current_url}' => mc4wp_get_current_url(),
|
44 |
+
'{current_path}' => ( ! empty( $_SERVER['REQUEST_URI'] ) ) ? esc_html( $_SERVER['REQUEST_URI'] ) : '',
|
45 |
'{date}' => date( 'm/d/Y' ),
|
46 |
'{time}' => date( 'H:i:s' ),
|
47 |
'{language}' => defined( 'ICL_LANGUAGE_CODE' ) ? ICL_LANGUAGE_CODE : get_locale(),
|
81 |
|
82 |
// replace dynamic variables
|
83 |
if( stristr( $string, '{data_' ) !== false ) {
|
84 |
+
$string = preg_replace_callback('/\{data_([\w-.]+)( default=\"([^"]*)\"){0,1}\}/', array( 'MC4WP_Tools', 'replace_request_data_variables' ), $string );
|
85 |
}
|
86 |
|
87 |
return $string;
|
96 |
public static function replace_request_data_variables( $matches ) {
|
97 |
|
98 |
$variable = strtoupper( $matches[1] );
|
99 |
+
$default = ( ! empty( $matches[3] ) ) ? $matches[3] : '';
|
100 |
+
|
101 |
$request_data = array_change_key_case( $_REQUEST, CASE_UPPER );
|
102 |
|
103 |
if( isset( $request_data[ $variable ] ) && is_scalar( $request_data[ $variable ] ) ) {
|
104 |
return esc_html( $request_data[ $variable ] );
|
105 |
}
|
106 |
|
107 |
+
return $default;
|
108 |
}
|
109 |
|
110 |
/**
|
includes/views/form-settings.php
CHANGED
@@ -331,6 +331,10 @@ if( ! defined( 'MC4WP_LITE_VERSION' ) ) {
|
|
331 |
<th>{current_url}</th>
|
332 |
<td><?php _e( 'Current URL', 'mailchimp-for-wp' ); ?></td>
|
333 |
</tr>
|
|
|
|
|
|
|
|
|
334 |
<tr>
|
335 |
<th>{data_FNAME}</th>
|
336 |
<td><?php _e( 'The value of the <strong>FNAME</strong> field, if set.', 'mailchimp-for-wp' ); ?></td>
|
331 |
<th>{current_url}</th>
|
332 |
<td><?php _e( 'Current URL', 'mailchimp-for-wp' ); ?></td>
|
333 |
</tr>
|
334 |
+
<tr>
|
335 |
+
<th>{current_path}</th>
|
336 |
+
<td><?php _e( 'Current URL path', 'mailchimp-for-wp' ); ?></td>
|
337 |
+
</tr>
|
338 |
<tr>
|
339 |
<th>{data_FNAME}</th>
|
340 |
<td><?php _e( 'The value of the <strong>FNAME</strong> field, if set.', 'mailchimp-for-wp' ); ?></td>
|
languages/mailchimp-for-wp-cs_CZ.mo
CHANGED
Binary file
|
languages/mailchimp-for-wp-cs_CZ.po
CHANGED
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
12 |
"PO-Revision-Date: 2015-05-26 14:42+0000\n"
|
13 |
"Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
|
14 |
-
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
12 |
"PO-Revision-Date: 2015-05-26 14:42+0000\n"
|
13 |
"Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
|
14 |
+
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/p/mailchimp-for-wordpress/language/cs_CZ/)\n"
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
languages/mailchimp-for-wp-de_CH.mo
CHANGED
Binary file
|
languages/mailchimp-for-wp-de_CH.po
CHANGED
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
12 |
"PO-Revision-Date: 2015-06-20 14:02+0000\n"
|
13 |
"Last-Translator: Stefan Oderbolz <oderbolz@gmail.com>\n"
|
14 |
-
"Language-Team: German (Switzerland) (http://www.transifex.com/
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
12 |
"PO-Revision-Date: 2015-06-20 14:02+0000\n"
|
13 |
"Last-Translator: Stefan Oderbolz <oderbolz@gmail.com>\n"
|
14 |
+
"Language-Team: German (Switzerland) (http://www.transifex.com/p/mailchimp-for-wordpress/language/de_CH/)\n"
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
languages/mailchimp-for-wp-es_ES.mo
CHANGED
Binary file
|
languages/mailchimp-for-wp-es_ES.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
16 |
"PO-Revision-Date: 2015-06-26 09:37+0000\n"
|
17 |
"Last-Translator: Carlos Faria <carlosgarciafaria@gmail.com>\n"
|
18 |
-
"Language-Team: Spanish (Spain) (http://www.transifex.com/
|
19 |
"MIME-Version: 1.0\n"
|
20 |
"Content-Type: text/plain; charset=UTF-8\n"
|
21 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
16 |
"PO-Revision-Date: 2015-06-26 09:37+0000\n"
|
17 |
"Last-Translator: Carlos Faria <carlosgarciafaria@gmail.com>\n"
|
18 |
+
"Language-Team: Spanish (Spain) (http://www.transifex.com/p/mailchimp-for-wordpress/language/es_ES/)\n"
|
19 |
"MIME-Version: 1.0\n"
|
20 |
"Content-Type: text/plain; charset=UTF-8\n"
|
21 |
"Content-Transfer-Encoding: 8bit\n"
|
languages/mailchimp-for-wp-es_PR.mo
CHANGED
Binary file
|
languages/mailchimp-for-wp-es_PR.po
CHANGED
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
12 |
"PO-Revision-Date: 2015-05-26 14:42+0000\n"
|
13 |
"Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
|
14 |
-
"Language-Team: Spanish (Puerto Rico) (http://www.transifex.com/
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
12 |
"PO-Revision-Date: 2015-05-26 14:42+0000\n"
|
13 |
"Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
|
14 |
+
"Language-Team: Spanish (Puerto Rico) (http://www.transifex.com/p/mailchimp-for-wordpress/language/es_PR/)\n"
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
languages/mailchimp-for-wp-fa_IR.mo
CHANGED
Binary file
|
languages/mailchimp-for-wp-fa_IR.po
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
# Copyright (C) 2015 Danny van Kooten
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
|
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: MailChimp for WordPress\n"
|
7 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
8 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
9 |
-
"PO-Revision-Date: 2015-06
|
10 |
-
"Last-Translator:
|
11 |
-
"Language-Team: Persian (Iran) (http://www.transifex.com/
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -36,7 +37,7 @@ msgstr "به MailChimp for WordPress Pro ارتقاع دهید"
|
|
36 |
|
37 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:179
|
38 |
msgid "MailChimp API Settings"
|
39 |
-
msgstr "
|
40 |
|
41 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:180
|
42 |
msgid "MailChimp"
|
@@ -52,7 +53,7 @@ msgstr "تنظیمات چک باکس"
|
|
52 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:186
|
53 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:507
|
54 |
msgid "Checkboxes"
|
55 |
-
msgstr "چک
|
56 |
|
57 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:191
|
58 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
@@ -71,7 +72,7 @@ msgstr "فرمها"
|
|
71 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:196
|
72 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:197
|
73 |
msgid "Upgrade to Pro"
|
74 |
-
msgstr "ارتقاع به Pro"
|
75 |
|
76 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:283
|
77 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
@@ -193,7 +194,7 @@ msgstr "عنوان:"
|
|
193 |
msgid ""
|
194 |
"You can edit your sign-up form in the <a href=\"%s\">MailChimp for WordPress"
|
195 |
" form settings</a>."
|
196 |
-
msgstr "شما می توانید فرم ثبت نام خود را از<a href=\"%s\"
|
197 |
|
198 |
#: mailchimp-for-wordpress/includes/functions/general.php:15
|
199 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
@@ -227,7 +228,7 @@ msgstr "باتشکر از شما, درخواست ثبت نام شما با مو
|
|
227 |
#: mailchimp-for-wordpress/includes/functions/general.php:45
|
228 |
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:35
|
229 |
msgid "Oops. Something went wrong. Please try again later."
|
230 |
-
msgstr "
|
231 |
|
232 |
#: mailchimp-for-wordpress/includes/functions/general.php:46
|
233 |
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:36
|
@@ -386,7 +387,7 @@ msgstr "تنظیمات"
|
|
386 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
387 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
388 |
msgid "API Settings"
|
389 |
-
msgstr "API
|
390 |
|
391 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:24
|
392 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:21
|
@@ -401,17 +402,17 @@ msgstr "وصل نشده"
|
|
401 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:32
|
402 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:29
|
403 |
msgid "API Key"
|
404 |
-
msgstr "API
|
405 |
|
406 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:34
|
407 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:31
|
408 |
msgid "Your MailChimp API key"
|
409 |
-
msgstr "
|
410 |
|
411 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:35
|
412 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:32
|
413 |
msgid "Get your API key here."
|
414 |
-
msgstr "API
|
415 |
|
416 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:47
|
417 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:48
|
@@ -537,7 +538,7 @@ msgstr "اگر چک باکس در یک مکان عجیب و غریب ظاهر ش
|
|
537 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
538 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:122
|
539 |
msgid "WooCommerce checkbox position"
|
540 |
-
msgstr "موقعیت چک باکس
|
541 |
|
542 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
543 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:125
|
@@ -553,7 +554,7 @@ msgstr "پس از اطلاعات اضافی"
|
|
553 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:129
|
554 |
msgid ""
|
555 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
556 |
-
msgstr "موقعیت چک باکس را برای فرم پرداخت
|
557 |
|
558 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
559 |
msgid ""
|
@@ -702,13 +703,13 @@ msgstr "تنظیمات فرم و پیام ها"
|
|
702 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
703 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
704 |
msgid "Enable AJAX form submission?"
|
705 |
-
msgstr "
|
706 |
|
707 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:171
|
708 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
709 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
710 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
711 |
-
msgstr "اگر می خواهید از
|
712 |
|
713 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:174
|
714 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
@@ -726,7 +727,7 @@ msgstr "اگر می خواهید بعد از آن که ثبت نام با موف
|
|
726 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
727 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
728 |
msgid "Redirect to URL after successful sign-ups"
|
729 |
-
msgstr "
|
730 |
|
731 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:190
|
732 |
msgid "Example: %s"
|
@@ -737,12 +738,12 @@ msgstr "مثال: %s"
|
|
737 |
msgid ""
|
738 |
"Leave empty or enter <code>0</code> for no redirect. Otherwise, use complete"
|
739 |
" (absolute) URLs, including <code>http://</code>."
|
740 |
-
msgstr "برای
|
741 |
|
742 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:195
|
743 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
744 |
msgid "Successfully subscribed"
|
745 |
-
msgstr "اشتراک
|
746 |
|
747 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:198
|
748 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:156
|
@@ -845,7 +846,7 @@ msgstr "برچسب های HTML مانند %s را در فیلدهای پیام
|
|
845 |
|
846 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:266
|
847 |
msgid "Form Styling"
|
848 |
-
msgstr "
|
849 |
|
850 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:267
|
851 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
@@ -855,20 +856,20 @@ msgstr "تغییر ظاهری فرم با استفاده از قواعد CSS "
|
|
855 |
msgid ""
|
856 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
857 |
"href=\"%s\">Theme Editor</a> or by using a plugin like %s"
|
858 |
-
msgstr "شما با استفاده <a href=\"%s\"
|
859 |
|
860 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:269
|
861 |
msgid ""
|
862 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
863 |
"selectors you can use to target the different form elements."
|
864 |
-
msgstr "در <a href=\"%s\" target=\"_blank\">plugin FAQ</a> شما می توانید موارد مختلفی از CSS هارا ببینید و از آن ها برای ایجاد
|
865 |
|
866 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:270
|
867 |
msgid ""
|
868 |
"If you need an easier way to style your forms, consider <a "
|
869 |
"href=\"%s\">upgrading to MailChimp for WordPress Pro</a> which comes with an"
|
870 |
" easy Styles Builder."
|
871 |
-
msgstr "اگر شما به یک راه ساده تر برای استایل فرم های خود نیاز دارید ، افزونه را به <a href=\"%s\"
|
872 |
|
873 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:272
|
874 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:366
|
@@ -975,11 +976,11 @@ msgstr "انتخاب فیلد MailChimp.."
|
|
975 |
|
976 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
977 |
msgid "Submit Button"
|
978 |
-
msgstr "
|
979 |
|
980 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
981 |
msgid "Subscribe / unsubscribe choice"
|
982 |
-
msgstr "
|
983 |
|
984 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:21
|
985 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:40
|
@@ -994,12 +995,12 @@ msgstr "برچسب"
|
|
994 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:34
|
995 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:54
|
996 |
msgid "Placeholder"
|
997 |
-
msgstr "
|
998 |
|
999 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:44
|
1000 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:64
|
1001 |
msgid "Labels"
|
1002 |
-
msgstr "
|
1003 |
|
1004 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:44
|
1005 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:64
|
@@ -1036,19 +1037,19 @@ msgid ""
|
|
1036 |
"translated in your language or do you spot errors with the current "
|
1037 |
"translations? Helping out is easy! Head over to <a href=\"%s\">the "
|
1038 |
"translation project and click \"help translate\"</a>."
|
1039 |
-
msgstr "این افزونه به زبان فارسی توسط <a href=\"
|
1040 |
|
1041 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:14
|
1042 |
msgid ""
|
1043 |
"Enjoying this plugin? <a href=\"%s\">Upgrade to MailChimp for WordPress "
|
1044 |
"Pro</a> for an even better plugin, you will love it."
|
1045 |
-
msgstr "از این افزونه لذت بردین؟ <a href=\"%s\"> همین حالا به
|
1046 |
|
1047 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:20
|
1048 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:13
|
1049 |
msgid ""
|
1050 |
"This plugin is not developed by or affiliated with MailChimp in any way."
|
1051 |
-
msgstr "این افزونه به هیچ عنوان وابسته و یا توسط
|
1052 |
|
1053 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:9
|
1054 |
msgid "Looking for help?"
|
@@ -1067,7 +1068,7 @@ msgstr "آیا شما از این افزونه لذت بردید؟"
|
|
1067 |
|
1068 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
1069 |
msgid "Leave a %s plugin review on WordPress.org"
|
1070 |
-
msgstr "
|
1071 |
|
1072 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
1073 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
@@ -1094,7 +1095,7 @@ msgstr "به کارها در صفحه افزونه WordPress.org رای بدید
|
|
1094 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:10
|
1095 |
msgid ""
|
1096 |
"This plugin has an even better premium version, you will absolutely love it."
|
1097 |
-
msgstr "این افزونه دارای یک نسخه
|
1098 |
|
1099 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:11
|
1100 |
msgid "Some differences with this free version of the plugin:"
|
@@ -1110,7 +1111,7 @@ msgstr "ارسال هر اشتراک به یک یا چند لیست MailChimp ."
|
|
1110 |
|
1111 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:18
|
1112 |
msgid "AJAX forms"
|
1113 |
-
msgstr "فرمهای
|
1114 |
|
1115 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:19
|
1116 |
msgid "Forms do not require a full page reload."
|
@@ -1127,11 +1128,11 @@ msgstr "هر فعالیتی در فرم ها ثبت میشوند و به صور
|
|
1127 |
|
1128 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:26
|
1129 |
msgid "Styles Builder"
|
1130 |
-
msgstr "
|
1131 |
|
1132 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:27
|
1133 |
msgid "Create beautiful form themes with ease."
|
1134 |
-
msgstr "ساخت آسان
|
1135 |
|
1136 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:31
|
1137 |
msgid "Upgrade Now"
|
@@ -1171,7 +1172,7 @@ msgstr "تنظیمات اختیاری"
|
|
1171 |
|
1172 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:500
|
1173 |
msgid "MailChimp & Plugin License Settings"
|
1174 |
-
msgstr "تنظیمات
|
1175 |
|
1176 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:501
|
1177 |
msgid "MailChimp & License"
|
@@ -1187,7 +1188,7 @@ msgstr "گزارشات"
|
|
1187 |
msgid ""
|
1188 |
"Please make sure the plugin is connected to MailChimp. <a "
|
1189 |
"href=\"%s\">Provide a valid API key.</a>"
|
1190 |
-
msgstr "لطفا اطمینان حاصل کنید که افزونه به MailChimp وصل شده باشد. <a href=\"%s\"
|
1191 |
|
1192 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:824
|
1193 |
msgid ""
|
@@ -1200,7 +1201,7 @@ msgid ""
|
|
1200 |
"<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
|
1201 |
"settings you set in the Lite version, you can safely <a "
|
1202 |
"href=\"%s\">deactivate it now</a>."
|
1203 |
-
msgstr "<strong>به
|
1204 |
|
1205 |
#: mailchimp-for-wordpress-pro/includes/admin/class-statistics.php:130
|
1206 |
msgid "End date can't be before the start date"
|
@@ -1427,15 +1428,15 @@ msgstr "فعال سازی لایسنس"
|
|
1427 |
|
1428 |
#: mailchimp-for-wordpress-pro/includes/license/views/form.php:46
|
1429 |
msgid "Please enter a license key in the field below first."
|
1430 |
-
msgstr "لطفا یک
|
1431 |
|
1432 |
#: mailchimp-for-wordpress-pro/includes/license/views/form.php:54
|
1433 |
msgid "License Key"
|
1434 |
-
msgstr "
|
1435 |
|
1436 |
#: mailchimp-for-wordpress-pro/includes/license/views/form.php:56
|
1437 |
msgid "Paste your license key here, as found in the email receipt."
|
1438 |
-
msgstr "
|
1439 |
|
1440 |
#: mailchimp-for-wordpress-pro/includes/license/views/form.php:78
|
1441 |
msgid "Your %s license will expire on %s."
|
@@ -1457,7 +1458,7 @@ msgstr "فرم"
|
|
1457 |
|
1458 |
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:51
|
1459 |
msgid "Shortcode"
|
1460 |
-
msgstr "
|
1461 |
|
1462 |
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:52
|
1463 |
msgid "List(s)"
|
@@ -1664,7 +1665,7 @@ msgstr "CSS Styles Builder"
|
|
1664 |
|
1665 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:10
|
1666 |
msgid "License & API Settings"
|
1667 |
-
msgstr "
|
1668 |
|
1669 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:113
|
1670 |
msgid "No lists were found in your MailChimp account."
|
@@ -1802,19 +1803,19 @@ msgstr "انتخاب استایل نوشته.."
|
|
1802 |
|
1803 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:136
|
1804 |
msgid "Normal"
|
1805 |
-
msgstr "
|
1806 |
|
1807 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:137
|
1808 |
msgid "Bold"
|
1809 |
-
msgstr "
|
1810 |
|
1811 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:138
|
1812 |
msgid "Italic"
|
1813 |
-
msgstr "
|
1814 |
|
1815 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:139
|
1816 |
msgid "Bold & Italic"
|
1817 |
-
msgstr "
|
1818 |
|
1819 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:142
|
1820 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:174
|
@@ -1850,7 +1851,7 @@ msgstr "حاشیه گرد"
|
|
1850 |
|
1851 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:186
|
1852 |
msgid "Focus outline"
|
1853 |
-
msgstr "
|
1854 |
|
1855 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:198
|
1856 |
msgid "Button styles"
|
1 |
# Copyright (C) 2015 Danny van Kooten
|
2 |
# This file is distributed under the GPL v3.
|
3 |
# Translators:
|
4 |
+
# A.Mehraban <Mehr.Ban@chmail.ir>, 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-07-06 11:53+0000\n"
|
11 |
+
"Last-Translator: A.Mehraban <Mehr.Ban@chmail.ir>\n"
|
12 |
+
"Language-Team: Persian (Iran) (http://www.transifex.com/p/mailchimp-for-wordpress/language/fa_IR/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
37 |
|
38 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:179
|
39 |
msgid "MailChimp API Settings"
|
40 |
+
msgstr "تنظیمات API مربوط به MailChimp"
|
41 |
|
42 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:180
|
43 |
msgid "MailChimp"
|
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 "چک باکسها"
|
57 |
|
58 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:191
|
59 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:9
|
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 "ارتقاع به نسخه Pro"
|
76 |
|
77 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:283
|
78 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
194 |
msgid ""
|
195 |
"You can edit your sign-up form in the <a href=\"%s\">MailChimp for WordPress"
|
196 |
" form settings</a>."
|
197 |
+
msgstr "شما می توانید فرم ثبت نام خود را از<a href=\"%s\">بخش تنظیمات میل چمپ</a> ویرایش کنید."
|
198 |
|
199 |
#: mailchimp-for-wordpress/includes/functions/general.php:15
|
200 |
#: mailchimp-for-wordpress-pro/includes/class-mailchimp.php:135
|
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 "آخخخخخ ! مشکلی پیش آمده ، لطفا دوباره تلاش کنید."
|
232 |
|
233 |
#: mailchimp-for-wordpress/includes/functions/general.php:46
|
234 |
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:36
|
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 "تنظمیات 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
|
402 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:32
|
403 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:29
|
404 |
msgid "API Key"
|
405 |
+
msgstr "کلید API"
|
406 |
|
407 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:34
|
408 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:31
|
409 |
msgid "Your MailChimp API key"
|
410 |
+
msgstr "کلید API مربوط MailChimp شما"
|
411 |
|
412 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:35
|
413 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:32
|
414 |
msgid "Get your API key here."
|
415 |
+
msgstr "کلید API خود را از اینجا دریافت کنید."
|
416 |
|
417 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:47
|
418 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:48
|
538 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:100
|
539 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:122
|
540 |
msgid "WooCommerce checkbox position"
|
541 |
+
msgstr "موقعیت چک باکس ووکامرس"
|
542 |
|
543 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:103
|
544 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:125
|
554 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:129
|
555 |
msgid ""
|
556 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
557 |
+
msgstr "موقعیت چک باکس را برای فرم پرداخت ووکامرس خود انتخاب کنید."
|
558 |
|
559 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
560 |
msgid ""
|
703 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:94
|
704 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:113
|
705 |
msgid "Enable AJAX form submission?"
|
706 |
+
msgstr "فرمثبت نام به صورت آجاکس فعال شود؟"
|
707 |
|
708 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:171
|
709 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
710 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
711 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
712 |
+
msgstr "اگر می خواهید از آجاکس در فرم های ثبت نام استفاده کنید \"بله\" را انتخاب کنید."
|
713 |
|
714 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:174
|
715 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
727 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
728 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
729 |
msgid "Redirect to URL after successful sign-ups"
|
730 |
+
msgstr "انتقال به آدرس دلخواه بعد از اتمام موفق ثبت نام"
|
731 |
|
732 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:190
|
733 |
msgid "Example: %s"
|
738 |
msgid ""
|
739 |
"Leave empty or enter <code>0</code> for no redirect. Otherwise, use complete"
|
740 |
" (absolute) URLs, including <code>http://</code>."
|
741 |
+
msgstr "برای عدم انتقال خالی بگذارید و یا <code>0</code> وارد کنید. و در صورت تمایل به انتقال آدرس را کامل وارد کنید، همراه با <code>http://</code>."
|
742 |
|
743 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:195
|
744 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
745 |
msgid "Successfully subscribed"
|
746 |
+
msgstr "اشتراک با موفقیت انجام شد"
|
747 |
|
748 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:198
|
749 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:156
|
846 |
|
847 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:266
|
848 |
msgid "Form Styling"
|
849 |
+
msgstr "در حال طراحی فرم"
|
850 |
|
851 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:267
|
852 |
msgid "Alter the visual appearance of the form by applying CSS rules to %s."
|
856 |
msgid ""
|
857 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
858 |
"href=\"%s\">Theme Editor</a> or by using a plugin like %s"
|
859 |
+
msgstr "شما با استفاده <a href=\"%s\">ویرایشگر قالب</a> و یا استفاده از افزونه %s میتوانید قواعد جدیدی به قالب stylesheet خود اضافه کنید."
|
860 |
|
861 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:269
|
862 |
msgid ""
|
863 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
864 |
"selectors you can use to target the different form elements."
|
865 |
+
msgstr "در <a href=\"%s\" target=\"_blank\">plugin FAQ</a> شما می توانید موارد مختلفی از CSS هارا ببینید و از آن ها برای ایجاد المنتهای مختلف استفاده کنید."
|
866 |
|
867 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:270
|
868 |
msgid ""
|
869 |
"If you need an easier way to style your forms, consider <a "
|
870 |
"href=\"%s\">upgrading to MailChimp for WordPress Pro</a> which comes with an"
|
871 |
" easy Styles Builder."
|
872 |
+
msgstr "اگر شما به یک راه ساده تر برای استایل فرم های خود نیاز دارید ، افزونه را به <a href=\"%s\">نسخه حرفهای میل چمپ</a> ارتقاع دهید تا برایتان \"سازنده استایل\" فعال شود."
|
873 |
|
874 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:272
|
875 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:366
|
976 |
|
977 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:19
|
978 |
msgid "Submit Button"
|
979 |
+
msgstr "دکمه ثبت و ارسال"
|
980 |
|
981 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:20
|
982 |
msgid "Subscribe / unsubscribe choice"
|
983 |
+
msgstr "انتخاب اشتراک و یا لغو اشتراک"
|
984 |
|
985 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:21
|
986 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:40
|
995 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:34
|
996 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:54
|
997 |
msgid "Placeholder"
|
998 |
+
msgstr "نگهدارنده مکان"
|
999 |
|
1000 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:44
|
1001 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:64
|
1002 |
msgid "Labels"
|
1003 |
+
msgstr "برچسب"
|
1004 |
|
1005 |
#: mailchimp-for-wordpress/includes/views/parts/admin-field-wizard.php:44
|
1006 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:64
|
1037 |
"translated in your language or do you spot errors with the current "
|
1038 |
"translations? Helping out is easy! Head over to <a href=\"%s\">the "
|
1039 |
"translation project and click \"help translate\"</a>."
|
1040 |
+
msgstr "این افزونه به زبان فارسی توسط <a href=\"https://profiles.wordpress.org/mehrban\"> Mehr@ban </a> ترجمه شده است و با ارایه هر بروزرسانی افزونه بهینه تر خواهد شد. اگر مایل هستید که ترجمه های دیگری را از این افزونه ارایه دهید و به بهود آن کمک کنید از بخش <a href=\"%s\"> پروژه ترجمه بازدید کنید</a>."
|
1041 |
|
1042 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:14
|
1043 |
msgid ""
|
1044 |
"Enjoying this plugin? <a href=\"%s\">Upgrade to MailChimp for WordPress "
|
1045 |
"Pro</a> for an even better plugin, you will love it."
|
1046 |
+
msgstr "از این افزونه لذت بردین؟ <a href=\"%s\"> همین حالا به \"نسخه حرفهای\" ارتقاع بدید </a> برای یک افزونه بهتر که شما ، عاشقش میشید."
|
1047 |
|
1048 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:20
|
1049 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:13
|
1050 |
msgid ""
|
1051 |
"This plugin is not developed by or affiliated with MailChimp in any way."
|
1052 |
+
msgstr "این افزونه به هیچ عنوان وابسته و یا توسط میل چمپ توسعه نیافته است ."
|
1053 |
|
1054 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:9
|
1055 |
msgid "Looking for help?"
|
1068 |
|
1069 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
1070 |
msgid "Leave a %s plugin review on WordPress.org"
|
1071 |
+
msgstr "نظرتان را %s در بررسی افزونه WordPress.org بدهید"
|
1072 |
|
1073 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
1074 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
1095 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:10
|
1096 |
msgid ""
|
1097 |
"This plugin has an even better premium version, you will absolutely love it."
|
1098 |
+
msgstr "این افزونه دارای یک نسخه حرفهای است ، که شما عاشقش میشید ."
|
1099 |
|
1100 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:11
|
1101 |
msgid "Some differences with this free version of the plugin:"
|
1111 |
|
1112 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:18
|
1113 |
msgid "AJAX forms"
|
1114 |
+
msgstr "فرمهای آجاکس"
|
1115 |
|
1116 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:19
|
1117 |
msgid "Forms do not require a full page reload."
|
1128 |
|
1129 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:26
|
1130 |
msgid "Styles Builder"
|
1131 |
+
msgstr "استایل ساز"
|
1132 |
|
1133 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:27
|
1134 |
msgid "Create beautiful form themes with ease."
|
1135 |
+
msgstr "ساخت آسان فرمهای زیبا."
|
1136 |
|
1137 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:31
|
1138 |
msgid "Upgrade Now"
|
1172 |
|
1173 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:500
|
1174 |
msgid "MailChimp & Plugin License Settings"
|
1175 |
+
msgstr "تنظیمات میل چمپ و لایسنس افزونه"
|
1176 |
|
1177 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:501
|
1178 |
msgid "MailChimp & License"
|
1188 |
msgid ""
|
1189 |
"Please make sure the plugin is connected to MailChimp. <a "
|
1190 |
"href=\"%s\">Provide a valid API key.</a>"
|
1191 |
+
msgstr "لطفا اطمینان حاصل کنید که افزونه به MailChimp وصل شده باشد. <a href=\"%s\">معتبر سازی کلید API</a>"
|
1192 |
|
1193 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:824
|
1194 |
msgid ""
|
1201 |
"<strong>Welcome to MailChimp for WordPress Pro!</strong> We transfered the "
|
1202 |
"settings you set in the Lite version, you can safely <a "
|
1203 |
"href=\"%s\">deactivate it now</a>."
|
1204 |
+
msgstr "<strong>به نسخه حرفهای میل چمپ خوش آمدید</strong> م با انتقال تنظیمات شما آنها را بر روی نسخه Lite تنظیم میکنیم . شما به راحتی میتوانید<a href=\"%s\">همین حالا آن را غیرفعال کنید</a>."
|
1205 |
|
1206 |
#: mailchimp-for-wordpress-pro/includes/admin/class-statistics.php:130
|
1207 |
msgid "End date can't be before the start date"
|
1428 |
|
1429 |
#: mailchimp-for-wordpress-pro/includes/license/views/form.php:46
|
1430 |
msgid "Please enter a license key in the field below first."
|
1431 |
+
msgstr "لطفا یک کلید لاینسس در فیلد زیر وارد کنید."
|
1432 |
|
1433 |
#: mailchimp-for-wordpress-pro/includes/license/views/form.php:54
|
1434 |
msgid "License Key"
|
1435 |
+
msgstr "کلید لاینسس "
|
1436 |
|
1437 |
#: mailchimp-for-wordpress-pro/includes/license/views/form.php:56
|
1438 |
msgid "Paste your license key here, as found in the email receipt."
|
1439 |
+
msgstr "کلید لاینسسی را که از ایمیل دریافت کردین را در اینجا وارد کنین. "
|
1440 |
|
1441 |
#: mailchimp-for-wordpress-pro/includes/license/views/form.php:78
|
1442 |
msgid "Your %s license will expire on %s."
|
1458 |
|
1459 |
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:51
|
1460 |
msgid "Shortcode"
|
1461 |
+
msgstr "کدکوتاه"
|
1462 |
|
1463 |
#: mailchimp-for-wordpress-pro/includes/tables/class-forms-table.php:52
|
1464 |
msgid "List(s)"
|
1665 |
|
1666 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:10
|
1667 |
msgid "License & API Settings"
|
1668 |
+
msgstr "تنظیمات لاینسس و API"
|
1669 |
|
1670 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:113
|
1671 |
msgid "No lists were found in your MailChimp account."
|
1803 |
|
1804 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:136
|
1805 |
msgid "Normal"
|
1806 |
+
msgstr "نرمال"
|
1807 |
|
1808 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:137
|
1809 |
msgid "Bold"
|
1810 |
+
msgstr "توپر"
|
1811 |
|
1812 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:138
|
1813 |
msgid "Italic"
|
1814 |
+
msgstr "کج"
|
1815 |
|
1816 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:139
|
1817 |
msgid "Bold & Italic"
|
1818 |
+
msgstr "توپر و کج"
|
1819 |
|
1820 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:142
|
1821 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:174
|
1851 |
|
1852 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:186
|
1853 |
msgid "Focus outline"
|
1854 |
+
msgstr "فوکوس نمای کلی"
|
1855 |
|
1856 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-css-builder.php:198
|
1857 |
msgid "Button styles"
|
languages/mailchimp-for-wp-fi_FI.mo
CHANGED
Binary file
|
languages/mailchimp-for-wp-fi_FI.po
CHANGED
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
12 |
"PO-Revision-Date: 2015-06-22 10:42+0000\n"
|
13 |
"Last-Translator: Juha Vihervaara <juha.vihervaara@nemoy.fi>\n"
|
14 |
-
"Language-Team: Finnish (Finland) (http://www.transifex.com/
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
12 |
"PO-Revision-Date: 2015-06-22 10:42+0000\n"
|
13 |
"Last-Translator: Juha Vihervaara <juha.vihervaara@nemoy.fi>\n"
|
14 |
+
"Language-Team: Finnish (Finland) (http://www.transifex.com/p/mailchimp-for-wordpress/language/fi_FI/)\n"
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
languages/mailchimp-for-wp-fr_FR.mo
CHANGED
Binary file
|
languages/mailchimp-for-wp-fr_FR.po
CHANGED
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
17 |
"PO-Revision-Date: 2015-06-11 18:52+0000\n"
|
18 |
"Last-Translator: dlpscoop <charliebairdjersey@gmail.com>\n"
|
19 |
-
"Language-Team: French (France) (http://www.transifex.com/
|
20 |
"MIME-Version: 1.0\n"
|
21 |
"Content-Type: text/plain; charset=UTF-8\n"
|
22 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
17 |
"PO-Revision-Date: 2015-06-11 18:52+0000\n"
|
18 |
"Last-Translator: dlpscoop <charliebairdjersey@gmail.com>\n"
|
19 |
+
"Language-Team: French (France) (http://www.transifex.com/p/mailchimp-for-wordpress/language/fr_FR/)\n"
|
20 |
"MIME-Version: 1.0\n"
|
21 |
"Content-Type: text/plain; charset=UTF-8\n"
|
22 |
"Content-Transfer-Encoding: 8bit\n"
|
languages/mailchimp-for-wp-hu_HU.mo
CHANGED
Binary file
|
languages/mailchimp-for-wp-hu_HU.po
CHANGED
@@ -9,7 +9,7 @@ msgstr ""
|
|
9 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
10 |
"PO-Revision-Date: 2015-06-02 07:31+0000\n"
|
11 |
"Last-Translator: Németh Balázs <nb0000@gmail.com>\n"
|
12 |
-
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
10 |
"PO-Revision-Date: 2015-06-02 07:31+0000\n"
|
11 |
"Last-Translator: Németh Balázs <nb0000@gmail.com>\n"
|
12 |
+
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/p/mailchimp-for-wordpress/language/hu_HU/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
languages/mailchimp-for-wp-id_ID.mo
CHANGED
Binary file
|
languages/mailchimp-for-wp-id_ID.po
CHANGED
@@ -10,7 +10,7 @@ msgstr ""
|
|
10 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
11 |
"PO-Revision-Date: 2015-06-17 08:29+0000\n"
|
12 |
"Last-Translator: Fendi Halim <beliajaonline@gmail.com>\n"
|
13 |
-
"Language-Team: Indonesian (Indonesia) (http://www.transifex.com/
|
14 |
"MIME-Version: 1.0\n"
|
15 |
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
11 |
"PO-Revision-Date: 2015-06-17 08:29+0000\n"
|
12 |
"Last-Translator: Fendi Halim <beliajaonline@gmail.com>\n"
|
13 |
+
"Language-Team: Indonesian (Indonesia) (http://www.transifex.com/p/mailchimp-for-wordpress/language/id_ID/)\n"
|
14 |
"MIME-Version: 1.0\n"
|
15 |
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
"Content-Transfer-Encoding: 8bit\n"
|
languages/mailchimp-for-wp-it_IT.mo
CHANGED
Binary file
|
languages/mailchimp-for-wp-it_IT.po
CHANGED
@@ -3,15 +3,16 @@
|
|
3 |
# Translators:
|
4 |
# Adriano Genovese <adrygese@gmail.com>, 2014-2015
|
5 |
# Adriano Genovese <adrygese@gmail.com>, 2015
|
|
|
6 |
# Dan <d.murtas@gmail.com>, 2014
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: MailChimp for WordPress\n"
|
10 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
11 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
12 |
-
"PO-Revision-Date: 2015-
|
13 |
-
"Last-Translator:
|
14 |
-
"Language-Team: Italian (Italy) (http://www.transifex.com/
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -745,7 +746,7 @@ msgstr "Lascia vuoto o inserisci <code>0</code> per nessun reindirizzamento. In
|
|
745 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:195
|
746 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
747 |
msgid "Successfully subscribed"
|
748 |
-
msgstr ""
|
749 |
|
750 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:198
|
751 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:156
|
@@ -753,7 +754,7 @@ msgstr ""
|
|
753 |
msgid ""
|
754 |
"The text that shows when an email address is successfully subscribed to the "
|
755 |
"selected list(s)."
|
756 |
-
msgstr ""
|
757 |
|
758 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:202
|
759 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:160
|
@@ -779,7 +780,7 @@ msgstr "Campo richiesto mancante"
|
|
779 |
msgid ""
|
780 |
"The text that shows when a required field for the selected list(s) is "
|
781 |
"missing."
|
782 |
-
msgstr ""
|
783 |
|
784 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:216
|
785 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:174
|
@@ -793,7 +794,7 @@ msgstr "Già iscritto"
|
|
793 |
msgid ""
|
794 |
"The text that shows when the given email is already subscribed to the "
|
795 |
"selected list(s)."
|
796 |
-
msgstr ""
|
797 |
|
798 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:224
|
799 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:182
|
@@ -804,19 +805,19 @@ msgstr "CAPTCHA non valido"
|
|
804 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:229
|
805 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:174
|
806 |
msgid "General error"
|
807 |
-
msgstr ""
|
808 |
|
809 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:232
|
810 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:193
|
811 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:177
|
812 |
msgid "The text that shows when a general error occured."
|
813 |
-
msgstr ""
|
814 |
|
815 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:236
|
816 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:197
|
817 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:181
|
818 |
msgid "Unsubscribed"
|
819 |
-
msgstr ""
|
820 |
|
821 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:239
|
822 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:200
|
@@ -824,13 +825,13 @@ msgstr ""
|
|
824 |
msgid ""
|
825 |
"When using the unsubscribe method, this is the text that shows when the "
|
826 |
"given email address is successfully unsubscribed from the selected list(s)."
|
827 |
-
msgstr ""
|
828 |
|
829 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:243
|
830 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:204
|
831 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:188
|
832 |
msgid "Not subscribed"
|
833 |
-
msgstr ""
|
834 |
|
835 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:246
|
836 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:207
|
@@ -858,7 +859,7 @@ msgstr "Modifica l'aspetto visivo del modulo applicando le regole CSS a %s."
|
|
858 |
msgid ""
|
859 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
860 |
"href=\"%s\">Theme Editor</a> or by using a plugin like %s"
|
861 |
-
msgstr ""
|
862 |
|
863 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:269
|
864 |
msgid ""
|
3 |
# Translators:
|
4 |
# Adriano Genovese <adrygese@gmail.com>, 2014-2015
|
5 |
# Adriano Genovese <adrygese@gmail.com>, 2015
|
6 |
+
# andrea.gatopoulos <andrea.gatopoulos@gmail.com>, 2015
|
7 |
# Dan <d.murtas@gmail.com>, 2014
|
8 |
msgid ""
|
9 |
msgstr ""
|
10 |
"Project-Id-Version: MailChimp for WordPress\n"
|
11 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
12 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
13 |
+
"PO-Revision-Date: 2015-07-06 09:27+0000\n"
|
14 |
+
"Last-Translator: andrea.gatopoulos <andrea.gatopoulos@gmail.com>\n"
|
15 |
+
"Language-Team: Italian (Italy) (http://www.transifex.com/p/mailchimp-for-wordpress/language/it_IT/)\n"
|
16 |
"MIME-Version: 1.0\n"
|
17 |
"Content-Type: text/plain; charset=UTF-8\n"
|
18 |
"Content-Transfer-Encoding: 8bit\n"
|
746 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:195
|
747 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
748 |
msgid "Successfully subscribed"
|
749 |
+
msgstr "Iscritto con successo"
|
750 |
|
751 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:198
|
752 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:156
|
754 |
msgid ""
|
755 |
"The text that shows when an email address is successfully subscribed to the "
|
756 |
"selected list(s)."
|
757 |
+
msgstr "Il testo che mostra quando un indirizzo email è stato iscritto con successo alla lista(e) selezionata."
|
758 |
|
759 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:202
|
760 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:160
|
780 |
msgid ""
|
781 |
"The text that shows when a required field for the selected list(s) is "
|
782 |
"missing."
|
783 |
+
msgstr "Il testo che mostra quando un campo necessario per la lista(e) selezionata non è stato compilato."
|
784 |
|
785 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:216
|
786 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:174
|
794 |
msgid ""
|
795 |
"The text that shows when the given email is already subscribed to the "
|
796 |
"selected list(s)."
|
797 |
+
msgstr "Il testo mostrato quando l'email fornita risulta già iscritta alla lista(e) selezionata. "
|
798 |
|
799 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:224
|
800 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:182
|
805 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:229
|
806 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:174
|
807 |
msgid "General error"
|
808 |
+
msgstr "Errore generale"
|
809 |
|
810 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:232
|
811 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:193
|
812 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:177
|
813 |
msgid "The text that shows when a general error occured."
|
814 |
+
msgstr "Il testo che appare quando è accaduto un errore generico."
|
815 |
|
816 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:236
|
817 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:197
|
818 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:181
|
819 |
msgid "Unsubscribed"
|
820 |
+
msgstr "Iscrizione cancellata"
|
821 |
|
822 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:239
|
823 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:200
|
825 |
msgid ""
|
826 |
"When using the unsubscribe method, this is the text that shows when the "
|
827 |
"given email address is successfully unsubscribed from the selected list(s)."
|
828 |
+
msgstr "Quando si utilizza il metodo della disiscrizione, questo è il testo mostrato quando l'indirizzo email fornito è stato disiscritto con successo dalla lista(e) selezionata."
|
829 |
|
830 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:243
|
831 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:204
|
832 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:188
|
833 |
msgid "Not subscribed"
|
834 |
+
msgstr "Non iscritto."
|
835 |
|
836 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:246
|
837 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:207
|
859 |
msgid ""
|
860 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
861 |
"href=\"%s\">Theme Editor</a> or by using a plugin like %s"
|
862 |
+
msgstr "Puoi aggiungere le regole CSS al tuo foglio di stile del tema utilizzando l'<a href=\"%s\">editor del tema</a> o un plugin come %s"
|
863 |
|
864 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:269
|
865 |
msgid ""
|
languages/mailchimp-for-wp-nl_NL.mo
CHANGED
Binary file
|
languages/mailchimp-for-wp-nl_NL.po
CHANGED
@@ -9,7 +9,7 @@ msgstr ""
|
|
9 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
10 |
"PO-Revision-Date: 2015-05-26 14:47+0000\n"
|
11 |
"Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
|
12 |
-
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
10 |
"PO-Revision-Date: 2015-05-26 14:47+0000\n"
|
11 |
"Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
|
12 |
+
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/p/mailchimp-for-wordpress/language/nl_NL/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
languages/mailchimp-for-wp-pt_BR.mo
CHANGED
Binary file
|
languages/mailchimp-for-wp-pt_BR.po
CHANGED
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
12 |
"PO-Revision-Date: 2015-05-26 14:42+0000\n"
|
13 |
"Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
|
14 |
-
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
12 |
"PO-Revision-Date: 2015-05-26 14:42+0000\n"
|
13 |
"Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
|
14 |
+
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/p/mailchimp-for-wordpress/language/pt_BR/)\n"
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
languages/mailchimp-for-wp-pt_PT.mo
CHANGED
Binary file
|
languages/mailchimp-for-wp-pt_PT.po
CHANGED
@@ -9,7 +9,7 @@ msgstr ""
|
|
9 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
10 |
"PO-Revision-Date: 2015-05-26 14:42+0000\n"
|
11 |
"Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
|
12 |
-
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
10 |
"PO-Revision-Date: 2015-05-26 14:42+0000\n"
|
11 |
"Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
|
12 |
+
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/p/mailchimp-for-wordpress/language/pt_PT/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
languages/mailchimp-for-wp-ru_RU.mo
CHANGED
Binary file
|
languages/mailchimp-for-wp-ru_RU.po
CHANGED
@@ -13,9 +13,9 @@ msgstr ""
|
|
13 |
"Project-Id-Version: MailChimp for WordPress\n"
|
14 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
15 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
16 |
-
"PO-Revision-Date: 2015-07-
|
17 |
"Last-Translator: mick.levin <email.mick.levin@gmail.com>\n"
|
18 |
-
"Language-Team: Russian (Russia) (http://www.transifex.com/
|
19 |
"MIME-Version: 1.0\n"
|
20 |
"Content-Type: text/plain; charset=UTF-8\n"
|
21 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -39,7 +39,7 @@ msgstr "Настройки"
|
|
39 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:160
|
40 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:16
|
41 |
msgid "Upgrade to MailChimp for WordPress Pro"
|
42 |
-
msgstr "
|
43 |
|
44 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:179
|
45 |
msgid "MailChimp API Settings"
|
@@ -54,7 +54,7 @@ msgstr "MailChimp"
|
|
54 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:506
|
55 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
56 |
msgid "Checkbox Settings"
|
57 |
-
msgstr "
|
58 |
|
59 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:186
|
60 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:507
|
@@ -78,7 +78,7 @@ msgstr "Формы"
|
|
78 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:196
|
79 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:197
|
80 |
msgid "Upgrade to Pro"
|
81 |
-
msgstr "
|
82 |
|
83 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:283
|
84 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
@@ -137,12 +137,12 @@ msgstr "Отписаться"
|
|
137 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:316
|
138 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:654
|
139 |
msgid "Comment form"
|
140 |
-
msgstr "
|
141 |
|
142 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:317
|
143 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:655
|
144 |
msgid "Registration form"
|
145 |
-
msgstr "
|
146 |
|
147 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:321
|
148 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:659
|
@@ -166,17 +166,17 @@ msgstr "%s проверено"
|
|
166 |
msgid ""
|
167 |
"The plugin can only fetch a maximum of 100 lists from MailChimp, only your "
|
168 |
"first 100 lists are shown."
|
169 |
-
msgstr "
|
170 |
|
171 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:370
|
172 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:719
|
173 |
msgid "Renewed MailChimp cache."
|
174 |
-
msgstr "
|
175 |
|
176 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:372
|
177 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:721
|
178 |
msgid "Failed to renew MailChimp cache - please try again later."
|
179 |
-
msgstr "Не удалось обновить кеш MailChimp, попробуйте позднее."
|
180 |
|
181 |
#: mailchimp-for-wordpress/includes/class-widget.php:21
|
182 |
msgid "MailChimp Sign-Up Form"
|
@@ -184,7 +184,7 @@ msgstr "Форма регистрации MailChimp"
|
|
184 |
|
185 |
#: mailchimp-for-wordpress/includes/class-widget.php:23
|
186 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
187 |
-
msgstr "Отображает форму регистрации
|
188 |
|
189 |
#: mailchimp-for-wordpress/includes/class-widget.php:67
|
190 |
#: mailchimp-for-wordpress-pro/includes/class-widget.php:71
|
@@ -223,18 +223,18 @@ msgstr "Регистрация"
|
|
223 |
#: mailchimp-for-wordpress/includes/functions/general.php:24
|
224 |
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:9
|
225 |
msgid "Sign me up for the newsletter!"
|
226 |
-
msgstr "
|
227 |
|
228 |
#: mailchimp-for-wordpress/includes/functions/general.php:44
|
229 |
msgid ""
|
230 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
231 |
"inbox."
|
232 |
-
msgstr "Спасибо,
|
233 |
|
234 |
#: mailchimp-for-wordpress/includes/functions/general.php:45
|
235 |
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:35
|
236 |
msgid "Oops. Something went wrong. Please try again later."
|
237 |
-
msgstr "Оп-па. Что-то пошло не так. Пожалуйста, попробуйте позже."
|
238 |
|
239 |
#: mailchimp-for-wordpress/includes/functions/general.php:46
|
240 |
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:36
|
@@ -244,12 +244,12 @@ msgstr "Пожалуйста, введите правильный email-адре
|
|
244 |
#: mailchimp-for-wordpress/includes/functions/general.php:47
|
245 |
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:37
|
246 |
msgid "Given email address is already subscribed, thank you!"
|
247 |
-
msgstr "Указанный email уже находится в рассылке, спасибо!"
|
248 |
|
249 |
#: mailchimp-for-wordpress/includes/functions/general.php:48
|
250 |
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:38
|
251 |
msgid "Please complete the CAPTCHA."
|
252 |
-
msgstr "Пожалуйста, введите код CAPTCHA"
|
253 |
|
254 |
#: mailchimp-for-wordpress/includes/functions/general.php:49
|
255 |
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:39
|
@@ -355,7 +355,7 @@ msgstr "Пожалуйста, укажите список для подписк
|
|
355 |
#: mailchimp-for-wordpress-pro/includes/integrations/class-integration.php:237
|
356 |
#: mailchimp-for-wordpress-pro/includes/integrations/class-integration.php:308
|
357 |
msgid "This message is only visible to administrators for debugging purposes."
|
358 |
-
msgstr "Это сообщение
|
359 |
|
360 |
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:301
|
361 |
#: mailchimp-for-wordpress-pro/includes/integrations/class-integration.php:301
|
@@ -388,12 +388,12 @@ msgstr "MailChimp for WordPress"
|
|
388 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:99
|
389 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:10
|
390 |
msgid "MailChimp Settings"
|
391 |
-
msgstr "настройки
|
392 |
|
393 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
394 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
395 |
msgid "API Settings"
|
396 |
-
msgstr "
|
397 |
|
398 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:24
|
399 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:21
|
@@ -408,7 +408,7 @@ msgstr "НЕ ПОДКЛЮЧЕНО"
|
|
408 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:32
|
409 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:29
|
410 |
msgid "API Key"
|
411 |
-
msgstr "
|
412 |
|
413 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:34
|
414 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:31
|
@@ -431,7 +431,7 @@ msgid ""
|
|
431 |
"The table below shows your MailChimp lists data. If you applied changes to "
|
432 |
"your MailChimp lists, please use the following button to renew your cached "
|
433 |
"data."
|
434 |
-
msgstr "
|
435 |
|
436 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:54
|
437 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:125
|
@@ -442,19 +442,19 @@ msgstr "Обновить списки MailChimp"
|
|
442 |
|
443 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:112
|
444 |
msgid "No lists were found in your MailChimp account"
|
445 |
-
msgstr "В
|
446 |
|
447 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
448 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
449 |
msgid ""
|
450 |
"To use sign-up checkboxes, select at least one list and one form to add the "
|
451 |
"checkbox to."
|
452 |
-
msgstr "Чтобы
|
453 |
|
454 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:21
|
455 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:21
|
456 |
msgid "MailChimp settings for checkboxes"
|
457 |
-
msgstr "
|
458 |
|
459 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:25
|
460 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:26
|
@@ -466,21 +466,21 @@ msgstr "Если хотите использовать флажки регист
|
|
466 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:31
|
467 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:34
|
468 |
msgid "MailChimp Lists"
|
469 |
-
msgstr "Списки
|
470 |
|
471 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:35
|
472 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
473 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
474 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
475 |
msgid "No lists found, <a href=\"%s\">are you connected to MailChimp</a>?"
|
476 |
-
msgstr "Списки не найдены, <a href=\"%s\"
|
477 |
|
478 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
479 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
480 |
msgid ""
|
481 |
"Select the list(s) to which people who check the checkbox should be "
|
482 |
"subscribed."
|
483 |
-
msgstr "Выберите список(и)
|
484 |
|
485 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
486 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:102
|
@@ -498,22 +498,22 @@ msgstr "Двойное подтверждение?"
|
|
498 |
msgid ""
|
499 |
"Select \"yes\" if you want people to confirm their email address before "
|
500 |
"being subscribed (recommended)"
|
501 |
-
msgstr "Выберите \"
|
502 |
|
503 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
504 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:82
|
505 |
msgid "Checkbox settings"
|
506 |
-
msgstr "Настройки флажков"
|
507 |
|
508 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
509 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:85
|
510 |
msgid "Add the checkbox to these forms"
|
511 |
-
msgstr "Добавить флажок в
|
512 |
|
513 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
514 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:92
|
515 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
516 |
-
msgstr "
|
517 |
|
518 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
519 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:105
|
@@ -529,7 +529,7 @@ msgstr "В тексте названия допустимы HTML теги, по
|
|
529 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
530 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:112
|
531 |
msgid "Pre-check the checkbox?"
|
532 |
-
msgstr "
|
533 |
|
534 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
535 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:117
|
@@ -560,13 +560,13 @@ msgstr "После добавочной информации"
|
|
560 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:129
|
561 |
msgid ""
|
562 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
563 |
-
msgstr "Выберите положение флажка в
|
564 |
|
565 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
566 |
msgid ""
|
567 |
"To use the MailChimp sign-up form, configure the form below and then either "
|
568 |
"paste %s in the content of a post or page or use the widget."
|
569 |
-
msgstr "Чтобы использовать форму подписки MailChimp, соберите форму ниже и затем вставьте \"%s\" в
|
570 |
|
571 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:20
|
572 |
msgid "Required form settings"
|
@@ -580,17 +580,17 @@ msgstr "Загрузить стили для формы (CSS)?"
|
|
580 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:28
|
581 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:23
|
582 |
msgid "Yes, load basic form styles"
|
583 |
-
msgstr "
|
584 |
|
585 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
586 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
587 |
msgid "Yes, load my custom form styles"
|
588 |
-
msgstr "
|
589 |
|
590 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:30
|
591 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:25
|
592 |
msgid "Yes, load default form theme"
|
593 |
-
msgstr "
|
594 |
|
595 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:31
|
596 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:26
|
@@ -620,24 +620,24 @@ msgstr "Темная тема"
|
|
620 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
621 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:31
|
622 |
msgid "Custom Color Theme"
|
623 |
-
msgstr "Тема с
|
624 |
|
625 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:41
|
626 |
msgid ""
|
627 |
"If you want to load some default CSS styles, select \"basic formatting "
|
628 |
"styles\" or choose one of the color themes"
|
629 |
-
msgstr "Если вы хотите загрузить некоторые изначальные стили CSS, выберите \"простые стили для форм\", или выберите одну из
|
630 |
|
631 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:45
|
632 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:14
|
633 |
msgid "Lists this form subscribes to"
|
634 |
-
msgstr "Списки, которые
|
635 |
|
636 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:63
|
637 |
msgid ""
|
638 |
"Select the list(s) to which people who submit this form should be "
|
639 |
"subscribed."
|
640 |
-
msgstr "Укажите списки, в которые должны быть добавлены
|
641 |
|
642 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:69
|
643 |
msgid "Form mark-up"
|
@@ -653,7 +653,7 @@ msgstr "Используйте сокращение \"%s\" чтобы отобр
|
|
653 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:92
|
654 |
#: mailchimp-for-wordpress-pro/includes/views/parts/missing-fields-notice.php:4
|
655 |
msgid "Your form is missing the following (required) form fields:"
|
656 |
-
msgstr "Ваша форма недосчиталась следующих
|
657 |
|
658 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:117
|
659 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
@@ -676,7 +676,7 @@ msgstr "Выберите \"Да\", если хотите отправить ва
|
|
676 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:67
|
677 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
678 |
msgid "Update existing subscribers?"
|
679 |
-
msgstr "Обновлять
|
680 |
|
681 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:138
|
682 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
@@ -699,7 +699,7 @@ msgid ""
|
|
699 |
"Select \"yes\" if you want to replace the interest groups with the groups "
|
700 |
"provided instead of adding the provided groups to the member's interest "
|
701 |
"groups (only when updating a subscriber)."
|
702 |
-
msgstr "Выберите \"Да\", если хотите
|
703 |
|
704 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:156
|
705 |
msgid "Form Settings & Messages"
|
@@ -715,7 +715,7 @@ msgstr "Включить отправку формы через AJAX?"
|
|
715 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
716 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
717 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
718 |
-
msgstr "Выберите \"Да\", если
|
719 |
|
720 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:174
|
721 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
@@ -733,7 +733,7 @@ msgstr "Выберите \"Да\" чтобы скрывать поля форм
|
|
733 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
734 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
735 |
msgid "Redirect to URL after successful sign-ups"
|
736 |
-
msgstr "Перенаправить по
|
737 |
|
738 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:190
|
739 |
msgid "Example: %s"
|
@@ -744,7 +744,7 @@ msgstr "Пример: %s"
|
|
744 |
msgid ""
|
745 |
"Leave empty or enter <code>0</code> for no redirect. Otherwise, use complete"
|
746 |
" (absolute) URLs, including <code>http://</code>."
|
747 |
-
msgstr "Оставьте поле пустым или введите <code>0</code> чтобы избежать перенаправления. Но если
|
748 |
|
749 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:195
|
750 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
@@ -862,20 +862,20 @@ msgstr "Измените внешний вид формы \"%s\" с помощь
|
|
862 |
msgid ""
|
863 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
864 |
"href=\"%s\">Theme Editor</a> or by using a plugin like %s"
|
865 |
-
msgstr "Вы можете добавить правила CSS в файл стилей своей темы с помощью <a href=\"%s\">Редактора Темы</a>, либо используя
|
866 |
|
867 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:269
|
868 |
msgid ""
|
869 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
870 |
"selectors you can use to target the different form elements."
|
871 |
-
msgstr "<a href=\"%s\" target=\"_blank\"
|
872 |
|
873 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:270
|
874 |
msgid ""
|
875 |
"If you need an easier way to style your forms, consider <a "
|
876 |
"href=\"%s\">upgrading to MailChimp for WordPress Pro</a> which comes with an"
|
877 |
" easy Styles Builder."
|
878 |
-
msgstr "Если
|
879 |
|
880 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:272
|
881 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:366
|
@@ -887,59 +887,59 @@ msgstr "Переменные"
|
|
887 |
msgid ""
|
888 |
"The following list of variables can be used to <a href=\"%s\">add some "
|
889 |
"dynamic content to your form or success and error messages</a>."
|
890 |
-
msgstr "Переменные из этого перечня можно использовать для <a href=\"%s\">добавления динамического содержимого</a> в
|
891 |
|
892 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:274
|
893 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:11
|
894 |
msgid "This allows you to personalise your form or response messages."
|
895 |
-
msgstr "Эти настройки позволяют Вам персонализировать формы или сообщения, показываемые
|
896 |
|
897 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:282
|
898 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:16
|
899 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
900 |
-
msgstr "
|
901 |
|
902 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:286
|
903 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:20
|
904 |
msgid "Replaced with the form response (error or success messages)."
|
905 |
-
msgstr "
|
906 |
|
907 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:291
|
908 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:25
|
909 |
msgid "Replaced with a captcha field."
|
910 |
-
msgstr "
|
911 |
|
912 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:296
|
913 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:30
|
914 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
915 |
-
msgstr "
|
916 |
|
917 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:300
|
918 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:34
|
919 |
msgid "Replaced with the current site language, eg: %s"
|
920 |
-
msgstr "
|
921 |
|
922 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:304
|
923 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:38
|
924 |
msgid "Replaced with the visitor's IP address"
|
925 |
-
msgstr "
|
926 |
|
927 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:308
|
928 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:42
|
929 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
930 |
-
msgstr "
|
931 |
|
932 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:312
|
933 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:46
|
934 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
935 |
-
msgstr "
|
936 |
|
937 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:316
|
938 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:50
|
939 |
msgid ""
|
940 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
941 |
"in user)"
|
942 |
-
msgstr "
|
943 |
|
944 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:320
|
945 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:54
|
@@ -1043,19 +1043,19 @@ msgid ""
|
|
1043 |
"translated in your language or do you spot errors with the current "
|
1044 |
"translations? Helping out is easy! Head over to <a href=\"%s\">the "
|
1045 |
"translation project and click \"help translate\"</a>."
|
1046 |
-
msgstr "MailChimp for WordPress нуждается в переводах на разные языки.
|
1047 |
|
1048 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:14
|
1049 |
msgid ""
|
1050 |
"Enjoying this plugin? <a href=\"%s\">Upgrade to MailChimp for WordPress "
|
1051 |
"Pro</a> for an even better plugin, you will love it."
|
1052 |
-
msgstr "Довольны ли
|
1053 |
|
1054 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:20
|
1055 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:13
|
1056 |
msgid ""
|
1057 |
"This plugin is not developed by or affiliated with MailChimp in any way."
|
1058 |
-
msgstr "
|
1059 |
|
1060 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:9
|
1061 |
msgid "Looking for help?"
|
@@ -1066,15 +1066,15 @@ msgid ""
|
|
1066 |
"Make sure to look at the <a href=\"%s\">MailChimp for WordPress "
|
1067 |
"documentation</a>, the plugin <a href=\"%s\">FAQ</a> or use the <a "
|
1068 |
"href=\"%s\">support forums</a> on WordPress.org."
|
1069 |
-
msgstr "Не пропустите <a href=\"%s\">документацию к
|
1070 |
|
1071 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:14
|
1072 |
msgid "Do you enjoy this plugin?"
|
1073 |
-
msgstr "
|
1074 |
|
1075 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
1076 |
msgid "Leave a %s plugin review on WordPress.org"
|
1077 |
-
msgstr "Напишите
|
1078 |
|
1079 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
1080 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
@@ -1082,13 +1082,13 @@ msgstr "Я пользуюсь MailChimp for WordPress от @DannyvanKooten - э
|
|
1082 |
|
1083 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
1084 |
msgid "Tweet about MailChimp for WordPress"
|
1085 |
-
msgstr "Твит о MailChimp for WordPress"
|
1086 |
|
1087 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:19
|
1088 |
msgid ""
|
1089 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
1090 |
"page</a>."
|
1091 |
-
msgstr "Опишите
|
1092 |
|
1093 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:19
|
1094 |
msgid "There is an <a href=\"%s\">affiliate program</a> as well."
|
@@ -1096,16 +1096,16 @@ msgstr "А у нас ещё есть программа <a href=\"%s\">сотр
|
|
1096 |
|
1097 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:20
|
1098 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
1099 |
-
msgstr "Проголосуйте за вариант \"Работает\" на странице
|
1100 |
|
1101 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:10
|
1102 |
msgid ""
|
1103 |
"This plugin has an even better premium version, you will absolutely love it."
|
1104 |
-
msgstr "У этого
|
1105 |
|
1106 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:11
|
1107 |
msgid "Some differences with this free version of the plugin:"
|
1108 |
-
msgstr "Некоторые преимущества над
|
1109 |
|
1110 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:14
|
1111 |
msgid "Multiple forms"
|
@@ -1113,7 +1113,7 @@ msgstr "Больше чем 1 форма"
|
|
1113 |
|
1114 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:15
|
1115 |
msgid "Each subscribing to one or multiple MailChimp lists."
|
1116 |
-
msgstr "
|
1117 |
|
1118 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:18
|
1119 |
msgid "AJAX forms"
|
@@ -1121,7 +1121,7 @@ msgstr "Формы работают через AJAX"
|
|
1121 |
|
1122 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:19
|
1123 |
msgid "Forms do not require a full page reload."
|
1124 |
-
msgstr "
|
1125 |
|
1126 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:22
|
1127 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:14
|
@@ -1130,7 +1130,7 @@ msgstr "Показ статистики"
|
|
1130 |
|
1131 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:23
|
1132 |
msgid "Every form interaction is logged and visualised in insightful charts."
|
1133 |
-
msgstr "
|
1134 |
|
1135 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:26
|
1136 |
msgid "Styles Builder"
|
@@ -1138,11 +1138,11 @@ msgstr "Строитель Стилей"
|
|
1138 |
|
1139 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:27
|
1140 |
msgid "Create beautiful form themes with ease."
|
1141 |
-
msgstr "
|
1142 |
|
1143 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:31
|
1144 |
msgid "Upgrade Now"
|
1145 |
-
msgstr "
|
1146 |
|
1147 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:32
|
1148 |
msgid "View Demo"
|
13 |
"Project-Id-Version: MailChimp for WordPress\n"
|
14 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/mailchimp-for-wp\n"
|
15 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
16 |
+
"PO-Revision-Date: 2015-07-07 21:21+0000\n"
|
17 |
"Last-Translator: mick.levin <email.mick.levin@gmail.com>\n"
|
18 |
+
"Language-Team: Russian (Russia) (http://www.transifex.com/p/mailchimp-for-wordpress/language/ru_RU/)\n"
|
19 |
"MIME-Version: 1.0\n"
|
20 |
"Content-Type: text/plain; charset=UTF-8\n"
|
21 |
"Content-Transfer-Encoding: 8bit\n"
|
39 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:160
|
40 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:16
|
41 |
msgid "Upgrade to MailChimp for WordPress Pro"
|
42 |
+
msgstr "Обновите до версии <b>MailChimp for WordPress Pro</b>"
|
43 |
|
44 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:179
|
45 |
msgid "MailChimp API Settings"
|
54 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:506
|
55 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:11
|
56 |
msgid "Checkbox Settings"
|
57 |
+
msgstr "Параметры настроек"
|
58 |
|
59 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:186
|
60 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:507
|
78 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:196
|
79 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:197
|
80 |
msgid "Upgrade to Pro"
|
81 |
+
msgstr "Версия Pro"
|
82 |
|
83 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:283
|
84 |
msgid "This option is only available in MailChimp for WordPress Pro."
|
137 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:316
|
138 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:654
|
139 |
msgid "Comment form"
|
140 |
+
msgstr "Форму для комментариев"
|
141 |
|
142 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:317
|
143 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:655
|
144 |
msgid "Registration form"
|
145 |
+
msgstr "Регистрационную форму"
|
146 |
|
147 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:321
|
148 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:659
|
166 |
msgid ""
|
167 |
"The plugin can only fetch a maximum of 100 lists from MailChimp, only your "
|
168 |
"first 100 lists are shown."
|
169 |
+
msgstr "Этот плагин может загрузить с сервера MailChimp максимум 100 списков. Показаны только первые 100 ваших списков."
|
170 |
|
171 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:370
|
172 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:719
|
173 |
msgid "Renewed MailChimp cache."
|
174 |
+
msgstr "Данные загружены с сервера MailChimp"
|
175 |
|
176 |
#: mailchimp-for-wordpress/includes/admin/class-admin.php:372
|
177 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:721
|
178 |
msgid "Failed to renew MailChimp cache - please try again later."
|
179 |
+
msgstr "Не удалось обновить кеш MailChimp, попробуйте ещё раз позднее."
|
180 |
|
181 |
#: mailchimp-for-wordpress/includes/class-widget.php:21
|
182 |
msgid "MailChimp Sign-Up Form"
|
184 |
|
185 |
#: mailchimp-for-wordpress/includes/class-widget.php:23
|
186 |
msgid "Displays your MailChimp for WordPress sign-up form"
|
187 |
+
msgstr "Отображает форму регистрации вашего MailChimp для WordPress"
|
188 |
|
189 |
#: mailchimp-for-wordpress/includes/class-widget.php:67
|
190 |
#: mailchimp-for-wordpress-pro/includes/class-widget.php:71
|
223 |
#: mailchimp-for-wordpress/includes/functions/general.php:24
|
224 |
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:9
|
225 |
msgid "Sign me up for the newsletter!"
|
226 |
+
msgstr "Хочу подписаться на новости!"
|
227 |
|
228 |
#: mailchimp-for-wordpress/includes/functions/general.php:44
|
229 |
msgid ""
|
230 |
"Thank you, your sign-up request was successful! Please check your e-mail "
|
231 |
"inbox."
|
232 |
+
msgstr "Спасибо, ваш запрос на подписку принят. Пожалуйста, проверьте ваш почтовый ящик."
|
233 |
|
234 |
#: mailchimp-for-wordpress/includes/functions/general.php:45
|
235 |
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:35
|
236 |
msgid "Oops. Something went wrong. Please try again later."
|
237 |
+
msgstr "Оп-па. Что-то пошло не так. Пожалуйста, попробуйте ещё раз позже."
|
238 |
|
239 |
#: mailchimp-for-wordpress/includes/functions/general.php:46
|
240 |
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:36
|
244 |
#: mailchimp-for-wordpress/includes/functions/general.php:47
|
245 |
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:37
|
246 |
msgid "Given email address is already subscribed, thank you!"
|
247 |
+
msgstr "Указанный email-адрес уже находится в рассылке, спасибо!"
|
248 |
|
249 |
#: mailchimp-for-wordpress/includes/functions/general.php:48
|
250 |
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:38
|
251 |
msgid "Please complete the CAPTCHA."
|
252 |
+
msgstr "Пожалуйста, введите код CAPTCHA."
|
253 |
|
254 |
#: mailchimp-for-wordpress/includes/functions/general.php:49
|
255 |
#: mailchimp-for-wordpress-pro/includes/config/default-options.php:39
|
355 |
#: mailchimp-for-wordpress-pro/includes/integrations/class-integration.php:237
|
356 |
#: mailchimp-for-wordpress-pro/includes/integrations/class-integration.php:308
|
357 |
msgid "This message is only visible to administrators for debugging purposes."
|
358 |
+
msgstr "Это сообщение отображается только администраторам с целью отладки."
|
359 |
|
360 |
#: mailchimp-for-wordpress/includes/integrations/class-integration.php:301
|
361 |
#: mailchimp-for-wordpress-pro/includes/integrations/class-integration.php:301
|
388 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:99
|
389 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:10
|
390 |
msgid "MailChimp Settings"
|
391 |
+
msgstr "Основные настройки"
|
392 |
|
393 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:22
|
394 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:19
|
395 |
msgid "API Settings"
|
396 |
+
msgstr "- Настройка API"
|
397 |
|
398 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:24
|
399 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:21
|
408 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:32
|
409 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:29
|
410 |
msgid "API Key"
|
411 |
+
msgstr "- ключ API"
|
412 |
|
413 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:34
|
414 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-general-settings.php:31
|
431 |
"The table below shows your MailChimp lists data. If you applied changes to "
|
432 |
"your MailChimp lists, please use the following button to renew your cached "
|
433 |
"data."
|
434 |
+
msgstr "Следующая таблица показывает ваши данные по спискам MailChimp. Если вы измените списки на сервере MailChimp, то используйте следующую кнопку чтобы перечитать данные."
|
435 |
|
436 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:54
|
437 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:125
|
442 |
|
443 |
#: mailchimp-for-wordpress/includes/views/api-settings.php:112
|
444 |
msgid "No lists were found in your MailChimp account"
|
445 |
+
msgstr "В вашем аккаунте MailChimp списков не обнаружено"
|
446 |
|
447 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:16
|
448 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:14
|
449 |
msgid ""
|
450 |
"To use sign-up checkboxes, select at least one list and one form to add the "
|
451 |
"checkbox to."
|
452 |
+
msgstr "Чтобы изменить параметры, выберите хотя бы один список и одну форму."
|
453 |
|
454 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:21
|
455 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:21
|
456 |
msgid "MailChimp settings for checkboxes"
|
457 |
+
msgstr "Флажки настроек MailChimp"
|
458 |
|
459 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:25
|
460 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:26
|
466 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:31
|
467 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:34
|
468 |
msgid "MailChimp Lists"
|
469 |
+
msgstr "Списки рассылок MailChimp"
|
470 |
|
471 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:35
|
472 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:48
|
473 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:17
|
474 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:38
|
475 |
msgid "No lists found, <a href=\"%s\">are you connected to MailChimp</a>?"
|
476 |
+
msgstr "Списки не найдены, <a href=\"%s\">вы точно подключены к MailChimp</a>?"
|
477 |
|
478 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:42
|
479 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:45
|
480 |
msgid ""
|
481 |
"Select the list(s) to which people who check the checkbox should be "
|
482 |
"subscribed."
|
483 |
+
msgstr "Выберите список(и), на которые посетители могут подписаться."
|
484 |
|
485 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:48
|
486 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:102
|
498 |
msgid ""
|
499 |
"Select \"yes\" if you want people to confirm their email address before "
|
500 |
"being subscribed (recommended)"
|
501 |
+
msgstr "Выберите \"Да\" если хотите, чтобы подписчики подтверждали регистрацию через электронную почту (рекомендуется)"
|
502 |
|
503 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:63
|
504 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:82
|
505 |
msgid "Checkbox settings"
|
506 |
+
msgstr "Настройки флажков подписки"
|
507 |
|
508 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:67
|
509 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:85
|
510 |
msgid "Add the checkbox to these forms"
|
511 |
+
msgstr "Добавить флажок подписки в следующие формы"
|
512 |
|
513 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:79
|
514 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:92
|
515 |
msgid "Selecting a form will automatically add the sign-up checkbox to it."
|
516 |
+
msgstr "В выбранную форму(ы) будет автоматически добавлен флажок подписки."
|
517 |
|
518 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:83
|
519 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:105
|
529 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:90
|
530 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:112
|
531 |
msgid "Pre-check the checkbox?"
|
532 |
+
msgstr "Установить флажок заранее?"
|
533 |
|
534 |
#: mailchimp-for-wordpress/includes/views/checkbox-settings.php:95
|
535 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:117
|
560 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:129
|
561 |
msgid ""
|
562 |
"Choose the position for the checkbox in your WooCommerce checkout form."
|
563 |
+
msgstr "Выберите положение флажка в вашей форме Покупки WooCommerce."
|
564 |
|
565 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:15
|
566 |
msgid ""
|
567 |
"To use the MailChimp sign-up form, configure the form below and then either "
|
568 |
"paste %s in the content of a post or page or use the widget."
|
569 |
+
msgstr "Чтобы использовать форму подписки MailChimp, соберите форму ниже и затем вставьте код \"%s\" в запись или страницу, или используйте в виджете."
|
570 |
|
571 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:20
|
572 |
msgid "Required form settings"
|
580 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:28
|
581 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:23
|
582 |
msgid "Yes, load basic form styles"
|
583 |
+
msgstr "Загрузить простые стили для форм"
|
584 |
|
585 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:29
|
586 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:24
|
587 |
msgid "Yes, load my custom form styles"
|
588 |
+
msgstr "Загрузить мой собственный стиль формы"
|
589 |
|
590 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:30
|
591 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:25
|
592 |
msgid "Yes, load default form theme"
|
593 |
+
msgstr "Загрузить исходный стиль формы"
|
594 |
|
595 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:31
|
596 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:26
|
620 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:36
|
621 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:31
|
622 |
msgid "Custom Color Theme"
|
623 |
+
msgstr "Тема с моим собственным цветом"
|
624 |
|
625 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:41
|
626 |
msgid ""
|
627 |
"If you want to load some default CSS styles, select \"basic formatting "
|
628 |
"styles\" or choose one of the color themes"
|
629 |
+
msgstr "Если вы хотите загрузить некоторые изначальные стили CSS, выберите \"простые стили для форм\", или выберите одну из цветовых тем"
|
630 |
|
631 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:45
|
632 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/required-form-settings.php:14
|
633 |
msgid "Lists this form subscribes to"
|
634 |
+
msgstr "Списки, на которые подписывает эта форма"
|
635 |
|
636 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:63
|
637 |
msgid ""
|
638 |
"Select the list(s) to which people who submit this form should be "
|
639 |
"subscribed."
|
640 |
+
msgstr "Укажите списки, в которые должны быть добавлены подписчики."
|
641 |
|
642 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:69
|
643 |
msgid "Form mark-up"
|
653 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:92
|
654 |
#: mailchimp-for-wordpress-pro/includes/views/parts/missing-fields-notice.php:4
|
655 |
msgid "Your form is missing the following (required) form fields:"
|
656 |
+
msgstr "Ваша форма недосчиталась следующих обязательных полей:"
|
657 |
|
658 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:117
|
659 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:71
|
676 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-checkbox-settings.php:67
|
677 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:78
|
678 |
msgid "Update existing subscribers?"
|
679 |
+
msgstr "Обновлять данные существующих подписчиков?"
|
680 |
|
681 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:138
|
682 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:47
|
699 |
"Select \"yes\" if you want to replace the interest groups with the groups "
|
700 |
"provided instead of adding the provided groups to the member's interest "
|
701 |
"groups (only when updating a subscriber)."
|
702 |
+
msgstr "Выберите \"Да\", если хотите <u>заменить</u> группы по интересам подписчика теми группами, которые он укажет. Или выберите \"Нет\" чтобы <u>добавить</u> указанные группы к уже имеющимся группам по интересам (только при включённом режиме обновления данных подписчиков)."
|
703 |
|
704 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:156
|
705 |
msgid "Form Settings & Messages"
|
715 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:108
|
716 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:118
|
717 |
msgid "Select \"yes\" if you want to use AJAX (JavaScript) to submit forms."
|
718 |
+
msgstr "Выберите \"Да\", если вы хотите использовать AJAX (JavaSctipt) для отправки форм."
|
719 |
|
720 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:174
|
721 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:112
|
733 |
#: mailchimp-for-wordpress-pro/includes/views/metaboxes/optional-form-settings.php:130
|
734 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:129
|
735 |
msgid "Redirect to URL after successful sign-ups"
|
736 |
+
msgstr "Перенаправить по указанному адресу URL после успешной подписки"
|
737 |
|
738 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:190
|
739 |
msgid "Example: %s"
|
744 |
msgid ""
|
745 |
"Leave empty or enter <code>0</code> for no redirect. Otherwise, use complete"
|
746 |
" (absolute) URLs, including <code>http://</code>."
|
747 |
+
msgstr "Оставьте поле пустым или введите <code>0</code> чтобы избежать перенаправления. Но если вы хотите использовать перенаправление, то используйте полный (абсолютный) адрес URL, включая префикс <code>http://</code>."
|
748 |
|
749 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:195
|
750 |
#: mailchimp-for-wordpress-pro/includes/views/tabs/admin-forms-general-settings.php:140
|
862 |
msgid ""
|
863 |
"You can add the CSS rules to your theme stylesheet using the <a "
|
864 |
"href=\"%s\">Theme Editor</a> or by using a plugin like %s"
|
865 |
+
msgstr "Вы можете добавить правила CSS в файл стилей своей темы с помощью <a href=\"%s\">Редактора Темы</a>, либо используя плагины, например \"%s\". Либо обратитесь к разработчику темы."
|
866 |
|
867 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:269
|
868 |
msgid ""
|
869 |
"The <a href=\"%s\" target=\"_blank\">plugin FAQ</a> lists the various CSS "
|
870 |
"selectors you can use to target the different form elements."
|
871 |
+
msgstr "<a href=\"%s\" target=\"_blank\">ЧаВО этого плагина</a> содержит перечень допустимых CSS-селекторов, которые можно использовать для указания элементов формы."
|
872 |
|
873 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:270
|
874 |
msgid ""
|
875 |
"If you need an easier way to style your forms, consider <a "
|
876 |
"href=\"%s\">upgrading to MailChimp for WordPress Pro</a> which comes with an"
|
877 |
" easy Styles Builder."
|
878 |
+
msgstr "Если вы хотите использовать более простой способ настройки внешнего вида ваших форм, то подумайте об <a href=\"%s\">обновлении до версии <b>MailChimp for WordPress Pro</b></a>, в которую включён Строитель Стилей."
|
879 |
|
880 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:272
|
881 |
#: mailchimp-for-wordpress-pro/includes/admin/class-admin.php:366
|
887 |
msgid ""
|
888 |
"The following list of variables can be used to <a href=\"%s\">add some "
|
889 |
"dynamic content to your form or success and error messages</a>."
|
890 |
+
msgstr "Переменные из этого перечня можно использовать для <a href=\"%s\">добавления динамического содержимого</a> в ваши формы или сообщения."
|
891 |
|
892 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:274
|
893 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:11
|
894 |
msgid "This allows you to personalise your form or response messages."
|
895 |
+
msgstr "Эти настройки позволяют Вам персонализировать формы или сообщения, показываемые посетителям."
|
896 |
|
897 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:282
|
898 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:16
|
899 |
msgid "Replaced with the visitor's email (if set in URL or cookie)."
|
900 |
+
msgstr "Email-адрес посетителя (если используется в URL или в cookie)."
|
901 |
|
902 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:286
|
903 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:20
|
904 |
msgid "Replaced with the form response (error or success messages)."
|
905 |
+
msgstr "Результат работы формы (сообщение об ошибке или успехе)."
|
906 |
|
907 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:291
|
908 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:25
|
909 |
msgid "Replaced with a captcha field."
|
910 |
+
msgstr "Поле CAPTCHA"
|
911 |
|
912 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:296
|
913 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:30
|
914 |
msgid "Replaced with the number of subscribers on the selected list(s)"
|
915 |
+
msgstr "Количество подписчиков в выбранном списке (или списках)"
|
916 |
|
917 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:300
|
918 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:34
|
919 |
msgid "Replaced with the current site language, eg: %s"
|
920 |
+
msgstr "Текущий язык сайта, например \"%s\""
|
921 |
|
922 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:304
|
923 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:38
|
924 |
msgid "Replaced with the visitor's IP address"
|
925 |
+
msgstr "IP-адрес посетителя"
|
926 |
|
927 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:308
|
928 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:42
|
929 |
msgid "Replaced with the current date (yyyy/mm/dd eg: %s)"
|
930 |
+
msgstr "Текущая дата (гггг/мм/дд), например \"%s\""
|
931 |
|
932 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:312
|
933 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:46
|
934 |
msgid "Replaced with the current time (hh:mm:ss eg: %s)"
|
935 |
+
msgstr "Текущее время (чч:мм:сс), например \"%s\""
|
936 |
|
937 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:316
|
938 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:50
|
939 |
msgid ""
|
940 |
"Replaced with the logged in user's email (or nothing, if there is no logged "
|
941 |
"in user)"
|
942 |
+
msgstr "Email-адрес зарегистрированного в WordPress пользователя (или ничем, если пользователь не вошёл в WordPress)"
|
943 |
|
944 |
#: mailchimp-for-wordpress/includes/views/form-settings.php:320
|
945 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-text-variables.php:54
|
1043 |
"translated in your language or do you spot errors with the current "
|
1044 |
"translations? Helping out is easy! Head over to <a href=\"%s\">the "
|
1045 |
"translation project and click \"help translate\"</a>."
|
1046 |
+
msgstr "MailChimp for WordPress нуждается в переводах на разные языки. Если вы считате, что этот плагин ещё не переведен на ваш язык, или если вы заметили проблемы с текущим переводом, то исправить ситуацию легко! Держите курс на <a href=\"%s\">проект по переводу и нажмите \"Help Translate\"</a>."
|
1047 |
|
1048 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:14
|
1049 |
msgid ""
|
1050 |
"Enjoying this plugin? <a href=\"%s\">Upgrade to MailChimp for WordPress "
|
1051 |
"Pro</a> for an even better plugin, you will love it."
|
1052 |
+
msgstr "Довольны ли вы этим плагином? <a href=\\\"%s\\\">Обновите его до версии <b>MailChimp for WordPress Pro</b></a>, чтобы получить ещё больше хороших функций, Вам это понравится!"
|
1053 |
|
1054 |
#: mailchimp-for-wordpress/includes/views/parts/admin-footer.php:20
|
1055 |
#: mailchimp-for-wordpress-pro/includes/views/parts/admin-footer.php:13
|
1056 |
msgid ""
|
1057 |
"This plugin is not developed by or affiliated with MailChimp in any way."
|
1058 |
+
msgstr "Этот плагин никоим образом не связан с компанией MailChimp."
|
1059 |
|
1060 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:9
|
1061 |
msgid "Looking for help?"
|
1066 |
"Make sure to look at the <a href=\"%s\">MailChimp for WordPress "
|
1067 |
"documentation</a>, the plugin <a href=\"%s\">FAQ</a> or use the <a "
|
1068 |
"href=\"%s\">support forums</a> on WordPress.org."
|
1069 |
+
msgstr "Не пропустите <a href=\"%s\">документацию к плагину <b>MailChimp for WordPress</b></a>, а также <a href=\"%s\">ЧАВО</a> или <a href=\"%s\">форумы поддержки</a> на сайте WordPress.org."
|
1070 |
|
1071 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:14
|
1072 |
msgid "Do you enjoy this plugin?"
|
1073 |
+
msgstr "Понравился ли Вам этот плагин?"
|
1074 |
|
1075 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:17
|
1076 |
msgid "Leave a %s plugin review on WordPress.org"
|
1077 |
+
msgstr "Напишите <b>обзор к этому плагину</b> %s на сайте WordPress.org"
|
1078 |
|
1079 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
1080 |
msgid "I am using MailChimp for WordPress by @DannyvanKooten - it is great!"
|
1082 |
|
1083 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:18
|
1084 |
msgid "Tweet about MailChimp for WordPress"
|
1085 |
+
msgstr "Отправьте Твит о <b>MailChimp for WordPress<b>"
|
1086 |
|
1087 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:19
|
1088 |
msgid ""
|
1089 |
"Review the plugin on your blog and link to <a href=\"%s\">the plugin "
|
1090 |
"page</a>."
|
1091 |
+
msgstr "Опишите этот плагин в вашем блоге и поставьте ссылку на <a href=\"%s\">его страницу</a>."
|
1092 |
|
1093 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:19
|
1094 |
msgid "There is an <a href=\"%s\">affiliate program</a> as well."
|
1096 |
|
1097 |
#: mailchimp-for-wordpress/includes/views/parts/admin-need-support.php:20
|
1098 |
msgid "Vote \"works\" on the WordPress.org plugin page"
|
1099 |
+
msgstr "Проголосуйте за вариант \"Работает\" на странице плагина на сайте WordPress.org"
|
1100 |
|
1101 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:10
|
1102 |
msgid ""
|
1103 |
"This plugin has an even better premium version, you will absolutely love it."
|
1104 |
+
msgstr "У этого плагина есть более мощная Профессиональны версия, которую вы точно полюбите!"
|
1105 |
|
1106 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:11
|
1107 |
msgid "Some differences with this free version of the plugin:"
|
1108 |
+
msgstr "Некоторые преимущества над текущей бесплатной версией:"
|
1109 |
|
1110 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:14
|
1111 |
msgid "Multiple forms"
|
1113 |
|
1114 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:15
|
1115 |
msgid "Each subscribing to one or multiple MailChimp lists."
|
1116 |
+
msgstr "<i>Можно подписаться на более чем 1 список.</i>"
|
1117 |
|
1118 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:18
|
1119 |
msgid "AJAX forms"
|
1121 |
|
1122 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:19
|
1123 |
msgid "Forms do not require a full page reload."
|
1124 |
+
msgstr "<i>Формы не требуют полного обновления страницы.</i>"
|
1125 |
|
1126 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:22
|
1127 |
#: mailchimp-for-wordpress-pro/includes/views/pages/admin-reports.php:14
|
1130 |
|
1131 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:23
|
1132 |
msgid "Every form interaction is logged and visualised in insightful charts."
|
1133 |
+
msgstr "<i>Все взаимодействия с формами протоколируются и затем могут быть отображены на понятных графиках.</i>"
|
1134 |
|
1135 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:26
|
1136 |
msgid "Styles Builder"
|
1138 |
|
1139 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:27
|
1140 |
msgid "Create beautiful form themes with ease."
|
1141 |
+
msgstr "<i>Можно очень легко создавать прекрасно выглядящие формы.</i>"
|
1142 |
|
1143 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:31
|
1144 |
msgid "Upgrade Now"
|
1145 |
+
msgstr "Купить сейчас"
|
1146 |
|
1147 |
#: mailchimp-for-wordpress/includes/views/parts/admin-upgrade-to-pro.php:32
|
1148 |
msgid "View Demo"
|
languages/mailchimp-for-wp-sk_SK.mo
CHANGED
Binary file
|
languages/mailchimp-for-wp-sk_SK.po
CHANGED
@@ -8,7 +8,7 @@ msgstr ""
|
|
8 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
9 |
"PO-Revision-Date: 2015-05-26 14:42+0000\n"
|
10 |
"Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
|
11 |
-
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
8 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
9 |
"PO-Revision-Date: 2015-05-26 14:42+0000\n"
|
10 |
"Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
|
11 |
+
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/p/mailchimp-for-wordpress/language/sk_SK/)\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
languages/mailchimp-for-wp-sv_SE.mo
CHANGED
Binary file
|
languages/mailchimp-for-wp-sv_SE.po
CHANGED
@@ -14,7 +14,7 @@ msgstr ""
|
|
14 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
15 |
"PO-Revision-Date: 2015-06-12 10:30+0000\n"
|
16 |
"Last-Translator: Elger Lindgren <elger@bilddigital.se>\n"
|
17 |
-
"Language-Team: Swedish (Sweden) (http://www.transifex.com/
|
18 |
"MIME-Version: 1.0\n"
|
19 |
"Content-Type: text/plain; charset=UTF-8\n"
|
20 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
15 |
"PO-Revision-Date: 2015-06-12 10:30+0000\n"
|
16 |
"Last-Translator: Elger Lindgren <elger@bilddigital.se>\n"
|
17 |
+
"Language-Team: Swedish (Sweden) (http://www.transifex.com/p/mailchimp-for-wordpress/language/sv_SE/)\n"
|
18 |
"MIME-Version: 1.0\n"
|
19 |
"Content-Type: text/plain; charset=UTF-8\n"
|
20 |
"Content-Transfer-Encoding: 8bit\n"
|
languages/mailchimp-for-wp-tr_TR.mo
CHANGED
Binary file
|
languages/mailchimp-for-wp-tr_TR.po
CHANGED
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
12 |
"PO-Revision-Date: 2015-05-26 14:42+0000\n"
|
13 |
"Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
|
14 |
-
"Language-Team: Turkish (Turkey) (http://www.transifex.com/
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
12 |
"PO-Revision-Date: 2015-05-26 14:42+0000\n"
|
13 |
"Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
|
14 |
+
"Language-Team: Turkish (Turkey) (http://www.transifex.com/p/mailchimp-for-wordpress/language/tr_TR/)\n"
|
15 |
"MIME-Version: 1.0\n"
|
16 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
"Content-Transfer-Encoding: 8bit\n"
|
languages/mailchimp-for-wp-vi_VN.mo
CHANGED
Binary file
|
languages/mailchimp-for-wp-vi_VN.po
CHANGED
@@ -9,7 +9,7 @@ msgstr ""
|
|
9 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
10 |
"PO-Revision-Date: 2015-05-26 14:42+0000\n"
|
11 |
"Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
|
12 |
-
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
"POT-Creation-Date: 2015-05-26 14:41:46+00:00\n"
|
10 |
"PO-Revision-Date: 2015-05-26 14:42+0000\n"
|
11 |
"Last-Translator: Danny van Kooten <dannyvankooten@gmail.com>\n"
|
12 |
+
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/p/mailchimp-for-wordpress/language/vi_VN/)\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
mailchimp-for-wp.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: MailChimp for WordPress Lite
|
4 |
Plugin URI: https://mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page
|
5 |
Description: Lite version of MailChimp for WordPress. Adds various sign-up methods to your website.
|
6 |
-
Version: 2.3.
|
7 |
Author: ibericode
|
8 |
Author URI: http://ibericode.com/
|
9 |
Text Domain: mailchimp-for-wp
|
@@ -47,7 +47,7 @@ function mc4wp_load_plugin() {
|
|
47 |
}
|
48 |
|
49 |
// bootstrap the lite plugin
|
50 |
-
define( 'MC4WP_LITE_VERSION', '2.3.
|
51 |
define( 'MC4WP_LITE_PLUGIN_DIR', dirname( __FILE__ ) . '/' );
|
52 |
define( 'MC4WP_LITE_PLUGIN_URL', plugins_url( '/' , __FILE__ ) );
|
53 |
define( 'MC4WP_LITE_PLUGIN_FILE', __FILE__ );
|
3 |
Plugin Name: MailChimp for WordPress Lite
|
4 |
Plugin URI: https://mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page
|
5 |
Description: Lite version of MailChimp for WordPress. Adds various sign-up methods to your website.
|
6 |
+
Version: 2.3.7
|
7 |
Author: ibericode
|
8 |
Author URI: http://ibericode.com/
|
9 |
Text Domain: mailchimp-for-wp
|
47 |
}
|
48 |
|
49 |
// bootstrap the lite plugin
|
50 |
+
define( 'MC4WP_LITE_VERSION', '2.3.7' );
|
51 |
define( 'MC4WP_LITE_PLUGIN_DIR', dirname( __FILE__ ) . '/' );
|
52 |
define( 'MC4WP_LITE_PLUGIN_URL', plugins_url( '/' , __FILE__ ) );
|
53 |
define( 'MC4WP_LITE_PLUGIN_FILE', __FILE__ );
|
readme.txt
CHANGED
@@ -1,69 +1,62 @@
|
|
1 |
=== MailChimp for WordPress ===
|
2 |
-
Contributors:
|
3 |
Donate link: https://mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=donate-link
|
4 |
-
Tags: mailchimp,newsletter,
|
5 |
Requires at least: 3.7
|
6 |
Tested up to: 4.2.2
|
7 |
-
Stable tag: 2.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
MailChimp for WordPress, the absolute best. Add subscribers to your MailChimp lists from your WordPress site, with ease.
|
12 |
-
|
13 |
-
== Description ==
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
MailChimp for WordPress
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
- Other [WordPress plugins](https://dannyvankooten.com/wordpress-plugins/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=more-info-link) by [Danny van Kooten](https://dannyvankooten.com#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=more-info-link)
|
61 |
-
- [@ibericode](https://twitter.com/ibericode) on Twitter
|
62 |
-
|
63 |
-
**What is MailChimp?**
|
64 |
-
|
65 |
-
MailChimp for WordPress is a plugin that connects your WordPress site to MailChimp, so you will need to have a MailChimp account first. MailChimp is a newsletter service that allows you to send out email campaigns to a list of email subscribers. MailChimp is absolutely free for lists up to 2000 subscribers, which is why it is the go-to choice for small businesses or starting entrepreneurs. That doesn't mean MailChimp is not a great choice for bigger businesses though.
|
66 |
-
|
67 |
If you do not yet have a MailChimp account, [creating one is 100% free and only takes you about 30 seconds](https://mc4wp.com/out/mailchimp).
|
68 |
|
69 |
== Installation ==
|
@@ -74,12 +67,6 @@ If you do not yet have a MailChimp account, [creating one is 100% free and only
|
|
74 |
1. Activate the plugin
|
75 |
1. Set [your MailChimp API key](https://admin.mailchimp.com/account/api) in the plugin settings.
|
76 |
|
77 |
-
= Configuring Sign-Up Checkboxes =
|
78 |
-
1. Go to *MailChimp for WP > Checkboxes*
|
79 |
-
2. Select at least one of your MailChimp lists to subscribe to.
|
80 |
-
3. Select the forms you want to [add a sign-up checkbox to your, like your comment form or WooCommerce checkout](https://mc4wp.com/kb/add-sign-checkbox-form-another-plugin/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=installation-instructions-link).
|
81 |
-
4. Optionally, [add a sign-up checkbox to a Contact Form 7](https://mc4wp.com/kb/add-sign-checkbox-contact-form-7/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=installation-instructions-link) form or [any other form](https://mc4wp.com/kb/add-sign-checkbox-custom-form/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=installation-instructions-link).
|
82 |
-
|
83 |
= Configuring Sign-Up Form(s) =
|
84 |
1. Go to *MailChimp for WP > Forms*
|
85 |
2. Select at least one MailChimp list to subscribe people to.
|
@@ -97,13 +84,13 @@ if( function_exists( 'mc4wp_form' ) ) {
|
|
97 |
`
|
98 |
|
99 |
= Need help? =
|
100 |
-
Please take a look at the [MailChimp for WordPress
|
101 |
-
|
102 |
-
= Upgrade to MailChimp for WordPress Pro =
|
103 |
-
If you like the plugin, consider [upgrading to the Pro version of MailChimp for WordPress](https://mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=installation-instructions-link) for an even better plugin!
|
104 |
|
105 |
== Frequently Asked Questions ==
|
106 |
|
|
|
|
|
|
|
107 |
= How to display a form in posts or pages? =
|
108 |
Use the `[mc4wp_form]` shortcode.
|
109 |
|
@@ -129,22 +116,6 @@ Use the following shortcode in your CF7 form to display a MailChimp sign-up chec
|
|
129 |
[mc4wp_checkbox "Subscribe to our newsletter?"]
|
130 |
`
|
131 |
|
132 |
-
More information:
|
133 |
-
|
134 |
-
- [Add a MailChimp subscribe checkbox to Contact Form 7](https://mc4wp.com/kb/add-sign-checkbox-contact-form-7/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=after-css-link)
|
135 |
-
- [Send additional Contact Form 7 fields to MailChimp](https://mc4wp.com/kb/send-additional-cf7-fields-mailchimp/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=after-css-link).
|
136 |
-
|
137 |
-
= I am getting spam sign-ups =
|
138 |
-
|
139 |
-
To prevent bots from subscribing, you can take the following anti-spam measures.
|
140 |
-
|
141 |
-
- Enable double opt-in in the plugin settings.
|
142 |
-
- Install the [Goodbye Captcha](https://wordpress.org/plugins/goodbye-captcha/) plugin.
|
143 |
-
|
144 |
-
More information:
|
145 |
-
|
146 |
-
- [Prevent bots from subscribing to your MailChimp list](https://mc4wp.com/kb/preventing-bots-subscribing/)
|
147 |
-
|
148 |
= The form shows a success message but subscribers are not added to my list(s)? =
|
149 |
If the form shows a success message, there is no doubt that the sign-up request succeeded. MailChimp could have a slight delay sending the confirmation email though, please just be patient and make sure to check your SPAM folder.
|
150 |
|
@@ -167,79 +138,24 @@ You can use custom CSS to style the sign-up form if you do not like the themes t
|
|
167 |
|
168 |
You can add your custom CSS to your theme stylesheet or (easier) by using a plugin like [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=after-css-link)
|
169 |
|
170 |
-
[>> With the Pro plugin it's really easy to design beautiful forms <<](https://mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=after-css-link)
|
171 |
-
|
172 |
-
= Can I add a checkbox to third-party forms? =
|
173 |
-
Yes, you can include the following HTML in any form.
|
174 |
-
|
175 |
-
`
|
176 |
-
<label>
|
177 |
-
<input type="checkbox" name="mc4wp-subscribe" value="1" />
|
178 |
-
Subscribe to our newsletter?
|
179 |
-
</label>
|
180 |
-
`
|
181 |
-
|
182 |
-
MailChimp for WordPress will automatically find the `name` and `email` field and subscribe to the list selected in **MailChimp for WP > Checkboxes**.
|
183 |
-
|
184 |
-
More information:
|
185 |
-
|
186 |
-
- [Add MailChimp subscribe checkbox to custom form](https://mc4wp.com/kb/add-sign-checkbox-custom-form/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=after-css-link)
|
187 |
-
- [Add MailChimp sign-up checkbox to a form by another plugin](https://mc4wp.com/kb/add-sign-checkbox-form-another-plugin/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=after-css-link)
|
188 |
-
|
189 |
-
= How do I add subscribers to certain interest groups? =
|
190 |
-
|
191 |
-
You can use the field wizard (located on the right side then editing a form) to generate the correct HTML for you, if you have the groups created in your MailChimp account.
|
192 |
-
|
193 |
-
If you are more advanced then you are free to edit the HTML in any way you like, as long as the basic structure of the `name` and `value` attributes stays the same.
|
194 |
-
|
195 |
-
_Example (group choice):_
|
196 |
-
`
|
197 |
-
<label><input type="checkbox" name="GROUPINGS[###][]" value="Group 1" /> Group 1</label>
|
198 |
-
<label><input type="checkbox" name="GROUPINGS[###][]" value="Group 2" /> Group 2</label>
|
199 |
-
`
|
200 |
-
|
201 |
-
_Example (hidden field):_
|
202 |
-
|
203 |
-
`
|
204 |
-
<input type="hidden" name="GROUPINGS[###]" value="Groupname 1,Groupname 2,Groupname 3" />
|
205 |
-
`
|
206 |
-
|
207 |
= I'm getting an "HTTP Error" when trying to connect to MailChimp =
|
|
|
208 |
If you're getting an `HTTP Error` when trying to connect to your MailChimp account, please contact your webhost and ask them if they have PHP CURL installed and updated to the latest version (7.40.x).
|
209 |
Also, please ask them to allow requests to `https://api.mailchimp.com/`.
|
210 |
|
211 |
-
=
|
212 |
-
Please have a look at the [MailChimp for WordPress Pro vs MailChimp for WordPress lite comparision](https://mc4wp.com/features/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=faq) page on our site.
|
213 |
|
214 |
-
=
|
215 |
-
More detailed documentation can be found on the [MailChimp for WordPress documentation](https://mc4wp.com/kb/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=faq) site.
|
216 |
|
217 |
== Other Notes ==
|
218 |
|
219 |
-
= Bug Reports =
|
220 |
-
|
221 |
-
Bug reports for [MailChimp for WordPress are welcomed on GitHub](https://github.com/ibericode/mailchimp-for-wordpress). Please note that GitHub is _not_ a support forum.
|
222 |
-
|
223 |
= Translations =
|
224 |
|
225 |
-
The
|
226 |
-
|
227 |
-
- English (en_US) - [Danny van Kooten](https://dannyvankooten.com#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=other-notes)
|
228 |
-
- Dutch (nl_NL) - [Danny van Kooten](https://dannyvankooten.com#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=other-notes)
|
229 |
-
- German (de_DE) - [Stefan Oderbolz](http://metaodi.ch/)
|
230 |
-
- Spanish (es_ES) - [Paul Benitez ](http://www.administrandowp.com/) & [Enrique Pinto](http://www.thehivecluster.com/en)
|
231 |
-
- Brazilian (pt_BR) - [Felipe Scuissiatto](http://www.evonline.com.br/)
|
232 |
-
- German (de_DE) - [Jochen Gererstorfer](http://slotnerd.de/)
|
233 |
-
- Italian (it_IT) - [Gianpaolo Rolando](http://www.gianpaolorolando.eu/) & [Tiziano D'Angelo](http://www.dangelos.it/)
|
234 |
-
- Slovak (sk_SK) - [Henrich Koszegi](http://www.webworks.sk/)
|
235 |
-
- Hungarian (hu_HU) - Németh Balázs
|
236 |
-
- Various other awesome people!
|
237 |
-
|
238 |
-
It's easy to translate the plugin into your own language. Head over to the [translation project on Transifex](https://www.transifex.com/projects/p/mailchimp-for-wordpress/) and click on "[Help translate MailChimp for WordPress](https://www.transifex.com/signup/?join_project=mailchimp-for-wordpress)".
|
239 |
|
240 |
= Development =
|
241 |
|
242 |
-
Development of the plugin happens on GitHub: [
|
243 |
|
244 |
== Screenshots ==
|
245 |
|
@@ -254,6 +170,19 @@ Development of the plugin happens on GitHub: [dannyvankooten/mailchimp-for-wordp
|
|
254 |
|
255 |
== Changelog ==
|
256 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
257 |
= 2.3.6 - July 6, 2015 =
|
258 |
|
259 |
**Fixes**
|
@@ -274,7 +203,7 @@ Development of the plugin happens on GitHub: [dannyvankooten/mailchimp-for-wordp
|
|
274 |
|
275 |
**Improvements**
|
276 |
|
277 |
-
- Updated language files.
|
278 |
- Now passing the form as a parameter to `mc4wp_form_css_classes` filter.
|
279 |
|
280 |
= 2.3.4 - May 29, 2015 =
|
1 |
=== MailChimp for WordPress ===
|
2 |
+
Contributors: Ibericode, DvanKooten, iMazed, hchouhan
|
3 |
Donate link: https://mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=donate-link
|
4 |
+
Tags: email, mailchimp, marketing, newsletter, signup, widget, mc4wp, contact form 7, woocommerce, buddypress
|
5 |
Requires at least: 3.7
|
6 |
Tested up to: 4.2.2
|
7 |
+
Stable tag: 2.3.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
MailChimp for WordPress, the absolute best. Add subscribers to your MailChimp lists from your WordPress site, with ease.
|
12 |
+
|
13 |
+
== Description ==
|
14 |
+
|
15 |
+
*Adding sign-up methods for your MailChimp lists to your WordPress site should be easy. With this plugin, it finally is.*
|
16 |
+
|
17 |
+
MailChimp for WordPress provides you with various methods to add subscribers to your MailChimp lists. You can create good looking opt-in forms or integrate with any other form on your site, like your comment form or WooCommerce checkout.
|
18 |
+
|
19 |
+
= MailChimp for WordPress features =
|
20 |
+
|
21 |
+
- Connect with your MailChimp account in just 1 click.
|
22 |
+
- User friendly & mobile optimized sign-up forms, containing as many fields as you prefer.
|
23 |
+
- 1-click MailChimp sign-up for your comment and registration form(s).
|
24 |
+
- Show sign-up forms in your posts or pages using the form shortcode, or in your sidebar or footer using the MailChimp widget.
|
25 |
+
- Redirect users to a "thank you" page after subscribing to your MailChimp list(s).
|
26 |
+
- All fields & messages are customizable so you can translate them into your preferred language.
|
27 |
+
- Built-in integration with Contact Form 7, WooCommerce and many others.
|
28 |
+
- Developer friendly. You have full control over the form HTML and there are many available action & filter hooks.
|
29 |
+
|
30 |
+
= Add-on plugins =
|
31 |
+
|
32 |
+
There are several [add-on plugins for MailChimp for WordPress](https://mc4wp.com/add-ons/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=description), which help you get even more out of your site.
|
33 |
+
|
34 |
+
= Contributing =
|
35 |
+
|
36 |
+
You can [contribute code to this plugin via GitHub](https://github.com/ibericode/mailchimp-for-wordpress) or [help to translate the plugin using Transifex](https://www.transifex.com/projects/p/mailchimp-for-wordpress/).
|
37 |
+
|
38 |
+
= Support =
|
39 |
+
|
40 |
+
Use the [WordPress.org plugin forums](https://wordpress.org/support/plugin/mailchimp-for-wp) for community support where we try to help all of our users. If you found a bug, please create an issue on Github where we can act upon them more efficiently.
|
41 |
+
|
42 |
+
If you're a premium user, please use the email address inside the plugin for support as that will guarantee a faster response time.
|
43 |
+
|
44 |
+
Please take a look at the [MailChimp for WordPress knowledge base](https://mc4wp.com/kb/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=description) as well.
|
45 |
+
|
46 |
+
> **MailChimp for WordPress Pro**<br /><br />
|
47 |
+
> This plugin has a premium version which comes with the following features.<br /><br />
|
48 |
+
> - As many forms as you want, each subscribing to one or multiple MailChimp lists.<br />
|
49 |
+
> - AJAX Forms. Forms do not require a full page reload.<br />
|
50 |
+
> - Visual Styles Builder, create your own style without the need for code.<br />
|
51 |
+
> - Custom Color Themes, a quick way to blend-in with your theme.<br />
|
52 |
+
> - Log & Statistics, providing you with useful insights like your new MailChimp subscribers came from.<br />
|
53 |
+
> - Priority support over email.<br /><br />
|
54 |
+
> [Upgrade to MailChimp for WordPress Pro](https://mc4wp.com/features/#utm_source=wp-plugin-repo&utm_medium=mailchimp-for-wp&utm_campaign=after-features-link)
|
55 |
+
|
56 |
+
= What is MailChimp? =
|
57 |
+
|
58 |
+
MailChimp for WordPress is a plugin that connects your WordPress site to MailChimp, so you will need to have a MailChimp account first. MailChimp is a newsletter service that allows you to send out email campaigns to a list of email subscribers. MailChimp is absolutely free for lists up to 2000 subscribers, which is why it is the go-to choice for small businesses or starting entrepreneurs. That doesn't mean MailChimp is not a great choice for bigger businesses though.
|
59 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
If you do not yet have a MailChimp account, [creating one is 100% free and only takes you about 30 seconds](https://mc4wp.com/out/mailchimp).
|
61 |
|
62 |
== Installation ==
|
67 |
1. Activate the plugin
|
68 |
1. Set [your MailChimp API key](https://admin.mailchimp.com/account/api) in the plugin settings.
|
69 |
|
|
|
|
|
|
|
|
|