MailChimp List Subscribe Form - Version 1.2.1

Version Description

  • Fixed internationalization path bug.
  • Fixed instances where i18n functions weren't necessary in admin.
  • Added more strings to be translated.
Download this release

Release Info

Developer mc_jesse
Plugin Icon wp plugin MailChimp List Subscribe Form
Version 1.2.1
Comparing to
See all releases

Code changes from version 1.2 to 1.2.1

mailchimp.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: MailChimp
4
  Plugin URI: http://www.mailchimp.com/plugins/mailchimp-wordpress-plugin/
5
  Description: The MailChimp plugin allows you to quickly and easily add a signup form for your MailChimp list.
6
- Version: 1.2
7
  Author: MailChimp and Crowd Favorite
8
  Author URI: http://mailchimp.com/api/
9
  */
@@ -25,7 +25,7 @@ Author URI: http://mailchimp.com/api/
25
  */
26
 
27
  // Version constant for easy CSS refreshes
28
- define('MCSF_VER', '1.2');
29
 
30
  // What's our permission (capability) threshold
31
  define('MCSF_CAP_THRESHOLD', 'edit_plugins');
@@ -57,7 +57,7 @@ include_once('mailchimp_compat.php');
57
  */
58
  function mailchimpSF_plugin_init() {
59
  // Internationalize the plugin
60
- load_plugin_textdomain( 'mailchimp_i18n', MCSF_DIR.'po/');
61
 
62
  // Bring in our appropriate JS and CSS resources
63
  mailchimpSF_load_resources();
@@ -565,7 +565,7 @@ function mailchimpSF_change_list_if_necessary($api_key) {
565
 
566
  $msg = '<p class="success_msg">'.
567
  sprintf(
568
- __( 'Success! Loaded and saved the info for %d Merge Variables and %d Interest Groups from your list'),
569
  count($mv),
570
  count($ig)
571
  ).
@@ -589,7 +589,7 @@ if (mailchimpSF_needs_upgrade()) {
589
  ?>
590
  <div class="wrap">
591
 
592
- <h2><?php esc_html_e(__( 'MailChimp List Setup', 'mailchimp_i18n'));?> </h2>
593
 
594
  <?php
595
 
@@ -617,8 +617,8 @@ if (get_option('mc_apikey') == '') {
617
  ?>
618
  <div>
619
  <form method="post" action="options-general.php?page=mailchimpSF_options">
620
- <h3><?php esc_html_e(__('Login Info', 'mailchimp_i18n'));?></h3>
621
- <?php esc_html_e(__('To start using the MailChimp plugin, we first need to login and get your API Key. Please enter your MailChimp API Key below.', 'mailchimp_i18n')); ?>
622
 
623
  <br/>
624
 
@@ -634,9 +634,9 @@ if (get_option('mc_apikey') == '') {
634
 
635
  <table class="form-table">
636
  <tr valign="top">
637
- <th scope="row"><?php esc_html_e(__('API Key', 'mailchimp_i18n')); ?>:</th>
638
  <td>
639
- <input name="mc_apikey" type="text" id="mc_apikey" class="code" value="<?php esc_attr_e($apikey); ?>" size="32" />
640
  <br/>
641
  <a href="http://admin.mailchimp.com/account/api-key-popup" target="_blank">get your API Key here</a>
642
  </td>
@@ -644,7 +644,7 @@ if (get_option('mc_apikey') == '') {
644
  </table>
645
 
646
  <input type="hidden" name="mcsf_action" value="update_mc_apikey"/>
647
- <input type="submit" name="Submit" value="<?php esc_attr_e(__('Save & Check'));?>" class="button" />
648
  <?php wp_nonce_field('update_mc_api_key', '_mcsf_nonce_action'); ?>
649
  </form>
650
  </div>
@@ -652,11 +652,11 @@ if (get_option('mc_apikey') == '') {
652
  <?php
653
  if (get_option('mc_username')!=''){
654
  ?>
655
- <strong><?php esc_html_e(__('Notes', 'mailchimp_i18n')); ?>:</strong>
656
  <ul>
657
- <li><em><?php esc_html_e(__('Changing your settings at MailChimp.com may cause this to stop working.', 'mailchimp_i18n')); ?></em></li>
658
- <li><em><?php esc_html_e(__('If you change your login to a different account, the info you have setup below will be erased.', 'mailchimp_i18n')); ?></em></li>
659
- <li><em><?php esc_html_e(__('If any of that happens, no biggie - just reconfigure your login and the items below...', 'mailchimp_i18n')); ?></em></li>
660
  </ul>
661
  <br/>
662
  <?php
@@ -668,12 +668,12 @@ else {
668
  ?>
669
  <table style="min-width:400px;">
670
  <tr>
671
- <td><h3><?php esc_html_e(__('Logged in as', 'mailchimp_i18n'));?>: <?php esc_html_e(get_option('mc_username')); ?></h3>
672
  </td>
673
  <td>
674
  <form method="post" action="options-general.php?page=mailchimpSF_options">
675
  <input type="hidden" name="mcsf_action" value="logout"/>
676
- <input type="submit" name="Submit" value="<?php esc_attr_e(__('Logout', 'mailchimp_i18n'));?>" class="button" />
677
  <?php wp_nonce_field('mc_logout', '_mcsf_nonce_action'); ?>
678
  </form>
679
  </td>
@@ -689,11 +689,11 @@ if (get_option('mc_apikey') == '') return;
689
 
690
  if (get_option('mc_apikey')!=''){
691
  ?>
692
- <h3><?php esc_html_e(__('Your Lists', 'mailchimp_i18n')); ?></h3>
693
 
694
  <div>
695
 
696
- <p><?php esc_html_e(__('Please select the List you wish to create a Signup Form for.', 'mailchimp_i18n')); ?></p>
697
 
698
  <form method="post" action="options-general.php?page=mailchimpSF_options">
699
  <?php
@@ -719,12 +719,12 @@ if (get_option('mc_apikey')!=''){
719
  <tr>
720
  <td>
721
  <select name="mc_list_id" style="min-width:200px;">
722
- <option value=""> &mdash; <?php esc_html_e(__('Select A List','mailchimp_i18n')); ?> &mdash; </option>
723
  <?php
724
  foreach ($lists as $list) {
725
  $option = get_option('mc_list_id');
726
  ?>
727
- <option value="<?php esc_attr_e($list['id']); ?>"<?php selected($list['id'], $option); ?>><?php esc_html_e($list['name']); ?></option>
728
  <?php
729
  }
730
  ?>
@@ -732,12 +732,12 @@ if (get_option('mc_apikey')!=''){
732
  </td>
733
  <td>
734
  <input type="hidden" name="mcsf_action" value="update_mc_list_id" />
735
- <input type="submit" name="Submit" value="<?php esc_attr_e(__('Update List', 'mailchimp_i18n')); ?>" class="button" />
736
  </td>
737
  </tr>
738
  <tr>
739
  <td colspan="2">
740
- <strong><?php esc_html_e(__('Note:', 'mailchimp_i18n')); ?></strong> <em><?php esc_html_e(__('Updating your list will not cause settings below to be lost. Changing to a new list will.', 'mailchimp_i18n')); ?></em>
741
  </td>
742
  </tr>
743
  </table>
@@ -758,12 +758,12 @@ else {
758
  <p class="submit">
759
  <form method="post" action="options-general.php?page=mailchimpSF_options">
760
  <input type="hidden" name="mcsf_action" value="reset_list" />
761
- <input type="submit" name="reset_list" value="<?php esc_attr_e(__('Reset List Options and Select again', 'mailchimp_i18n')); ?>" class="button" />
762
  <?php wp_nonce_field('reset_mailchimp_list', '_mcsf_nonce_action'); ?>
763
  </form>
764
  </p>
765
- <h3><?php esc_html_e(__('Subscribe Form Widget Settings for this List', 'mailchimp_i18n')); ?>:</h3>
766
- <h4><?php esc_html_e(__('Selected MailChimp List', 'mailchimp_i18n')); ?>: <?php esc_html_e(get_option('mc_list_name')); ?></h4>
767
  <?php
768
  }
769
  //Just get out if nothing else matters...
@@ -778,128 +778,128 @@ if (get_option('mc_list_id') == '') return;
778
  <div style="width:600px;">
779
  <input type="hidden" name="mcsf_action" value="change_form_settings">
780
  <?php wp_nonce_field('update_general_form_settings', '_mcsf_nonce_action'); ?>
781
- <input type="submit" value="<?php esc_attr_e(__('Update Subscribe Form Settings', 'mailchimp_i18n')); ?>" class="button" />
782
  <table class="widefat">
783
  <tr valign="top">
784
- <th scope="row"><?php esc_html_e(__('Monkey Rewards', 'mailchimp_i18n')); ?>:</th>
785
  <td><input name="mc_rewards" type="checkbox"<?php if (get_option('mc_rewards')=='on' || get_option('mc_rewards')=='' ) { echo ' checked="checked"'; } ?> id="mc_rewards" class="code" />
786
- <em><label for="mc_rewards"><?php esc_html_e(__('turning this on will place a "powered by MailChimp" link in your form that will earn you credits with us. It is optional and can be turned on or off at any time.', 'mailchimp_i18n')); ?></label></em>
787
  </td>
788
  </tr>
789
  <tr valign="top">
790
- <th scope="row"><?php esc_html_e(__('Use Javascript Support?', 'mailchimp_i18n')); ?>:</th>
791
  <td><input name="mc_use_javascript" type="checkbox" <?php checked(get_option('mc_use_javascript'), 'on'); ?> id="mc_use_javascript" class="code" />
792
- <em><label for="mc_use_javascript"><?php esc_html_e(__('turning this on will use fancy javascript submission and should degrade gracefully for users not using javascript. It is optional and can be turned on or off at any time.', 'mailchimp_i18n')); ?></label></em>
793
  </td>
794
  </tr>
795
  <tr valign="top">
796
- <th scope="row"><?php esc_html_e(__('Include Unsubscribe link?', 'mailchimp_i18n')); ?>:</th>
797
  <td><input name="mc_use_unsub_link" type="checkbox"<?php checked(get_option('mc_use_unsub_link'), 'on'); ?> id="mc_use_unsub_link" class="code" />
798
- <em><label for="mc_use_unsub_link"><?php esc_html_e(__('turning this on will add a link to your host unsubscribe form', 'mailchimp_i18n')); ?></label></em>
799
  </td>
800
  </tr>
801
  <tr valign="top">
802
- <th scope="row"><?php esc_html_e(__('Header content', 'mailchimp_i18n')); ?>:</th>
803
  <td>
804
- <textarea name="mc_header_content" rows="2" cols="50"><?php esc_html_e(get_option('mc_header_content')); ?></textarea><br/>
805
- <em><?php esc_html_e(__('You can fill this with your own Text, HTML markup (including image links), or Nothing!', 'mailchimp_i18n')); ?></em>
806
  </td>
807
  </tr>
808
 
809
  <tr valign="top">
810
- <th scope="row"><?php esc_html_e(__('Sub-header content', 'mailchimp_i18n')); ?>:</th>
811
  <td>
812
- <textarea name="mc_subheader_content" rows="2" cols="50"><?php esc_html_e(get_option('mc_subheader_content')); ?></textarea><br/>
813
- <em><?php esc_html_e(__('You can fill this with your own Text, HTML markup (including image links), or Nothing!', 'mailchimp_i18n')); ?></em>.
814
- <?php esc_html_e(__('This will be displayed under the heading and above the form.', 'mailchimp_i18n')); ?>
815
  </td>
816
  </tr>
817
 
818
 
819
  <tr valign="top">
820
- <th scope="row"><?php esc_html_e(__('Submit Button text', 'mailchimp_i18n')); ?>:</th>
821
  <td>
822
- <input type="text" name="mc_submit_text" size="30" value="<?php esc_attr_e(get_option('mc_submit_text')); ?>"/>
823
  </td>
824
  </tr>
825
 
826
  <tr valign="top">
827
- <th scope="row"><?php esc_html_e(__('Custom Styling', 'mailchimp_i18n')); ?>:</th>
828
  <td>
829
  <table class="widefat">
830
 
831
- <tr><th><label for="mc_custom_style"><?php esc_html_e(__('Turned On?', 'mailchimp_i18n')); ?></label></th><td><input type="checkbox" name="mc_custom_style" id="mc_custom_style"<?php checked(get_option('mc_custom_style'), 'on'); ?> /></td></tr>
832
- <tr><th colspan="2"><?php esc_html_e(__('Header Settings (only applies if there are no HTML tags in the Header Content area above)', 'mailchimp_i18n')); ?>:</th></tr>
833
- <tr><th><?php esc_html_e(__('Border Width', 'mailchimp_i18n')); ?>:</th><td><input type="text" name="mc_header_border_width" size="3" maxlength="3" value="<?php esc_attr_e(get_option('mc_header_border_width')); ?>"/> px<br/>
834
- <em><?php esc_html_e(__('Set to 0 for no border, do not enter', 'mailchimp_i18n')); ?> <strong>px</strong>!</em>
835
  </td></tr>
836
- <tr><th><?php esc_html_e(__('Border Color', 'mailchimp_i18n')); ?>:</th><td>#<input type="text" name="mc_header_border_color" size="7" maxlength="6" value="<?php esc_attr_e(get_option('mc_header_border_color')); ?>"/><br/>
837
- <em><?php esc_html_e(__('do not enter initial', 'mailchimp_i18n')); ?> <strong>#</strong></em>
838
  </td></tr>
839
- <tr><th>Text Color:</th><td>#<input type="text" name="mc_header_text_color" size="7" maxlength="6" value="<?php esc_attr_e(get_option('mc_header_text_color')); ?>"/><br/>
840
- <em><?php esc_html_e(__('do not enter initial', 'mailchimp_i18n')); ?> <strong>#</strong></em>
841
  </td></tr>
842
- <tr><th>Background Color:</th><td>#<input type="text" name="mc_header_background" size="7" maxlength="6" value="<?php esc_attr_e(get_option('mc_header_background')); ?>"/><br/>
843
- <em><?php esc_html_e(__('do not enter initial', 'mailchimp_i18n')); ?> <strong>#</strong></em>
844
  </td></tr>
845
 
846
- <tr><th colspan="2"><?php esc_html_e(__('Form Settings', 'mailchimp_i18n')); ?>:</th></tr>
847
- <tr><th><?php esc_html_e(__('Border Width', 'mailchimp_i18n')); ?>:</th><td><input type="text" name="mc_form_border_width" size="3" maxlength="3" value="<?php esc_attr_e(get_option('mc_form_border_width')); ?>"/> px<br/>
848
- <em><?php esc_html_e(__('Set to 0 for no border, do not enter', 'mailchimp_i18n')); ?> <strong>px</strong>!</em>
849
  </td></tr>
850
- <tr><th><?php esc_html_e(__('Border Color', 'mailchimp_i18n')); ?>:</th><td>#<input type="text" name="mc_form_border_color" size="7" maxlength="6" value="<?php esc_attr_e(get_option('mc_form_border_color')); ?>"/><br/>
851
- <em><?php esc_html_e(__('do not enter initial', 'mailchimp_i18n')); ?> <strong>#</strong></em>
852
  </td></tr>
853
- <tr><th>Text Color:</th><td>#<input type="text" name="mc_form_text_color" size="7" maxlength="6" value="<?php esc_attr_e(get_option('mc_form_text_color')); ?>"/><br/>
854
- <em><?php esc_html_e(__('do not enter initial', 'mailchimp_i18n')); ?> <strong>#</strong></em>
855
  </td></tr>
856
- <tr><th>Background Color:</th><td>#<input type="text" name="mc_form_background" size="7" maxlength="6" value="<?php esc_attr_e(get_option('mc_form_background')); ?>"/><br/>
857
- <em><?php esc_html_e(__('do not enter initial', 'mailchimp_i18n')); ?> <strong>#</strong></em>
858
  </td></tr>
859
  </table>
860
  </td>
861
  </tr>
862
  </table>
863
  </div>
864
- <input type="submit" value="<?php esc_attr_e(__('Update Subscribe Form Settings', 'mailchimp_i18n')); ?>" class="button" />
865
 
866
  <?php
867
  // Merge Variables Table
868
  ?>
869
  <div style="width:400px;">
870
 
871
- <h4><?php esc_html_e(__('Merge Variables Included', 'mailchimp_i18n')); ?></h4>
872
 
873
  <?php
874
  $mv = get_option('mc_merge_vars');
875
 
876
  if (count($mv) == 0 || !is_array($mv)){
877
  ?>
878
- <em><?php esc_html_e(__('No Merge Variables found.', 'mailchimp_i18n')); ?></em>
879
  <?php
880
  } else {
881
  ?>
882
 
883
  <table class='widefat'>
884
  <tr valign="top">
885
- <th><?php esc_html_e(__('Name', 'mailchimp_i18n'));?></th>
886
- <th><?php esc_html_e(__('Tag', 'mailchimp_i18n'));?></th>
887
- <th><?php esc_html_e(__('Required?', 'mailchimp_i18n'));?></th>
888
- <th><?php esc_html_e(__('Include?', 'mailchimp_i18n'));?></th>
889
  </tr>
890
  <?php
891
  foreach($mv as $var){
892
  ?>
893
  <tr valign="top">
894
- <td><?php esc_html_e($var['name']); ?></td>
895
- <td><?php esc_html_e($var['tag']); ?></td>
896
- <td><?php esc_html_e(($var['req'] == 1) ? 'Y' : 'N'); ?></td>
897
  <td>
898
  <?php
899
  if (!$var['req']){
900
  $opt = 'mc_mv_'.$var['tag'];
901
  ?>
902
- <input name="<?php esc_attr_e($opt); ?>" type="checkbox" id="<?php esc_attr_e($opt); ?>" class="code"<?php checked(get_option($opt), 'on'); ?> />
903
  <?php
904
  } else {
905
  ?>
@@ -918,7 +918,7 @@ if (count($mv) == 0 || !is_array($mv)){
918
 
919
  ?>
920
 
921
- <h4><?php esc_html_e(__('Interest Groups', 'mailchimp_i18n')); ?></h4>
922
 
923
  <?php
924
  // Interest Groups Table
@@ -926,7 +926,7 @@ $ig = get_option('mc_interest_groups');
926
 
927
  if (!is_array($ig) || empty($ig) || $ig == 'N') {
928
  ?>
929
- <em><?php esc_html_e(__('No Interest Groups Setup for this List', 'mailchimp_i18n')); ?></em>
930
  <?php
931
  }
932
  else {
@@ -934,28 +934,28 @@ else {
934
  <table class='widefat'>
935
  <tr valign="top">
936
  <th width="75px">
937
- <label for="mc_show_interest_groups"><?php esc_html_e(__('Show?', 'mailchimp_i18n')); ?></label>
938
  </th>
939
  <th>
940
  <input name="mc_show_interest_groups" id="mc_show_interest_groups" type="checkbox" id="mc_show_interest_groups" class="code"<?php checked('on', get_option('mc_show_interest_groups')); ?> />
941
  </th>
942
  </tr>
943
  <tr valign="top">
944
- <th><?php esc_html_e(__('Name', 'mailchimp_i18n')); ?>:</th>
945
- <th><?php esc_html_e($ig['name']); ?></th>
946
  </tr>
947
  <tr valign="top">
948
- <th><?php esc_html_e(__('Input Type', 'mailchimp_i18n')); ?>:</th>
949
- <td><?php esc_html_e($ig['form_field']); ?></td>
950
  </tr>
951
  <tr valign="top">
952
- <th><?php esc_html_e(__('Options', 'mailchimp_i18n')); ?>:</th>
953
  <td>
954
  <ul>
955
  <?php
956
  foreach($ig['groups'] as $interest){
957
  ?>
958
- <li><?php esc_html_e($interest); ?></li>
959
  <?php
960
  }
961
  ?>
@@ -967,7 +967,7 @@ else {
967
  }
968
  ?>
969
  <p class="submit">
970
- <input type="submit" value="<?php esc_attr_e(__('Update Subscribe Form Settings', 'mailchimp_i18n')); ?>" class="button" />
971
  </p>
972
  </div>
973
  </form>
@@ -1024,7 +1024,7 @@ function mailchimpSF_signup_submit() {
1024
  reset($mv);
1025
 
1026
 
1027
- if (get_option('mc_show_interest_groups')) {
1028
  switch ($ig['form_field']) {
1029
  case 'select':
1030
  case 'dropdown':
@@ -1151,7 +1151,14 @@ function mailchimpSF_where_am_i() {
1151
  break;
1152
  }
1153
  }
 
1154
  define('MCSF_DIR', $mscf_dir);
 
 
 
 
 
 
1155
  define('MCSF_URL', $mscf_url);
1156
  }
1157
 
3
  Plugin Name: MailChimp
4
  Plugin URI: http://www.mailchimp.com/plugins/mailchimp-wordpress-plugin/
5
  Description: The MailChimp plugin allows you to quickly and easily add a signup form for your MailChimp list.
6
+ Version: 1.2.1
7
  Author: MailChimp and Crowd Favorite
8
  Author URI: http://mailchimp.com/api/
9
  */
25
  */
26
 
27
  // Version constant for easy CSS refreshes
28
+ define('MCSF_VER', '1.2.1');
29
 
30
  // What's our permission (capability) threshold
31
  define('MCSF_CAP_THRESHOLD', 'edit_plugins');
57
  */
58
  function mailchimpSF_plugin_init() {
59
  // Internationalize the plugin
60
+ load_plugin_textdomain( 'mailchimp_i18n', MCSF_LANG_DIR.'po/');
61
 
62
  // Bring in our appropriate JS and CSS resources
63
  mailchimpSF_load_resources();
565
 
566
  $msg = '<p class="success_msg">'.
567
  sprintf(
568
+ __('Success! Loaded and saved the info for %d Merge Variables and %d Interest Groups from your list', 'mailchimp_i18n'),
569
  count($mv),
570
  count($ig)
571
  ).
589
  ?>
590
  <div class="wrap">
591
 
592
+ <h2><?php esc_html_e('MailChimp List Setup', 'mailchimp_i18n');?> </h2>
593
 
594
  <?php
595
 
617
  ?>
618
  <div>
619
  <form method="post" action="options-general.php?page=mailchimpSF_options">
620
+ <h3><?php esc_html_e('Login Info', 'mailchimp_i18n');?></h3>
621
+ <?php esc_html_e('To start using the MailChimp plugin, we first need to login and get your API Key. Please enter your MailChimp API Key below.', 'mailchimp_i18n'); ?>
622
 
623
  <br/>
624
 
634
 
635
  <table class="form-table">
636
  <tr valign="top">
637
+ <th scope="row"><?php esc_html_e('API Key', 'mailchimp_i18n'); ?>:</th>
638
  <td>
639
+ <input name="mc_apikey" type="text" id="mc_apikey" class="code" value="<?php echo esc_attr($apikey); ?>" size="32" />
640
  <br/>
641
  <a href="http://admin.mailchimp.com/account/api-key-popup" target="_blank">get your API Key here</a>
642
  </td>
644
  </table>
645
 
646
  <input type="hidden" name="mcsf_action" value="update_mc_apikey"/>
647
+ <input type="submit" name="Submit" value="<?php esc_attr_e('Save & Check', 'mailchimp_i18n');?>" class="button" />
648
  <?php wp_nonce_field('update_mc_api_key', '_mcsf_nonce_action'); ?>
649
  </form>
650
  </div>
652
  <?php
653
  if (get_option('mc_username')!=''){
654
  ?>
655
+ <strong><?php esc_html_e('Notes', 'mailchimp_i18n'); ?>:</strong>
656
  <ul>
657
+ <li><em><?php esc_html_e('Changing your settings at MailChimp.com may cause this to stop working.', 'mailchimp_i18n'); ?></em></li>
658
+ <li><em><?php esc_html_e('If you change your login to a different account, the info you have setup below will be erased.', 'mailchimp_i18n'); ?></em></li>
659
+ <li><em><?php esc_html_e('If any of that happens, no biggie - just reconfigure your login and the items below...', 'mailchimp_i18n'); ?></em></li>
660
  </ul>
661
  <br/>
662
  <?php
668
  ?>
669
  <table style="min-width:400px;">
670
  <tr>
671
+ <td><h3><?php esc_html_e('Logged in as', 'mailchimp_i18n');?>: <?php echo esc_html(get_option('mc_username')); ?></h3>
672
  </td>
673
  <td>
674
  <form method="post" action="options-general.php?page=mailchimpSF_options">
675
  <input type="hidden" name="mcsf_action" value="logout"/>
676
+ <input type="submit" name="Submit" value="<?php esc_attr_e('Logout', 'mailchimp_i18n');?>" class="button" />
677
  <?php wp_nonce_field('mc_logout', '_mcsf_nonce_action'); ?>
678
  </form>
679
  </td>
689
 
690
  if (get_option('mc_apikey')!=''){
691
  ?>
692
+ <h3><?php esc_html_e('Your Lists', 'mailchimp_i18n'); ?></h3>
693
 
694
  <div>
695
 
696
+ <p><?php esc_html_e('Please select the List you wish to create a Signup Form for.', 'mailchimp_i18n'); ?></p>
697
 
698
  <form method="post" action="options-general.php?page=mailchimpSF_options">
699
  <?php
719
  <tr>
720
  <td>
721
  <select name="mc_list_id" style="min-width:200px;">
722
+ <option value=""> &mdash; <?php esc_html_e('Select A List','mailchimp_i18n'); ?> &mdash; </option>
723
  <?php
724
  foreach ($lists as $list) {
725
  $option = get_option('mc_list_id');
726
  ?>
727
+ <option value="<?php echo esc_attr($list['id']); ?>"<?php selected($list['id'], $option); ?>><?php echo esc_html($list['name']); ?></option>
728
  <?php
729
  }
730
  ?>
732
  </td>
733
  <td>
734
  <input type="hidden" name="mcsf_action" value="update_mc_list_id" />
735
+ <input type="submit" name="Submit" value="<?php esc_attr_e('Update List', 'mailchimp_i18n'); ?>" class="button" />
736
  </td>
737
  </tr>
738
  <tr>
739
  <td colspan="2">
740
+ <strong><?php esc_html_e('Note:', 'mailchimp_i18n'); ?></strong> <em><?php esc_html_e('Updating your list will not cause settings below to be lost. Changing to a new list will.', 'mailchimp_i18n'); ?></em>
741
  </td>
742
  </tr>
743
  </table>
758
  <p class="submit">
759
  <form method="post" action="options-general.php?page=mailchimpSF_options">
760
  <input type="hidden" name="mcsf_action" value="reset_list" />
761
+ <input type="submit" name="reset_list" value="<?php esc_attr_e('Reset List Options and Select again', 'mailchimp_i18n'); ?>" class="button" />
762
  <?php wp_nonce_field('reset_mailchimp_list', '_mcsf_nonce_action'); ?>
763
  </form>
764
  </p>
765
+ <h3><?php esc_html_e('Subscribe Form Widget Settings for this List', 'mailchimp_i18n'); ?>:</h3>
766
+ <h4><?php esc_html_e('Selected MailChimp List', 'mailchimp_i18n'); ?>: <?php echo esc_html(get_option('mc_list_name')); ?></h4>
767
  <?php
768
  }
769
  //Just get out if nothing else matters...
778
  <div style="width:600px;">
779
  <input type="hidden" name="mcsf_action" value="change_form_settings">
780
  <?php wp_nonce_field('update_general_form_settings', '_mcsf_nonce_action'); ?>
781
+ <input type="submit" value="<?php esc_attr_e('Update Subscribe Form Settings', 'mailchimp_i18n'); ?>" class="button" />
782
  <table class="widefat">
783
  <tr valign="top">
784
+ <th scope="row"><?php esc_html_e('Monkey Rewards', 'mailchimp_i18n'); ?>:</th>
785
  <td><input name="mc_rewards" type="checkbox"<?php if (get_option('mc_rewards')=='on' || get_option('mc_rewards')=='' ) { echo ' checked="checked"'; } ?> id="mc_rewards" class="code" />
786
+ <em><label for="mc_rewards"><?php esc_html_e('turning this on will place a "powered by MailChimp" link in your form that will earn you credits with us. It is optional and can be turned on or off at any time.', 'mailchimp_i18n'); ?></label></em>
787
  </td>
788
  </tr>
789
  <tr valign="top">
790
+ <th scope="row"><?php esc_html_e('Use Javascript Support?', 'mailchimp_i18n'); ?>:</th>
791
  <td><input name="mc_use_javascript" type="checkbox" <?php checked(get_option('mc_use_javascript'), 'on'); ?> id="mc_use_javascript" class="code" />
792
+ <em><label for="mc_use_javascript"><?php esc_html_e('turning this on will use fancy javascript submission and should degrade gracefully for users not using javascript. It is optional and can be turned on or off at any time.', 'mailchimp_i18n'); ?></label></em>
793
  </td>
794
  </tr>
795
  <tr valign="top">
796
+ <th scope="row"><?php esc_html_e('Include Unsubscribe link?', 'mailchimp_i18n'); ?>:</th>
797
  <td><input name="mc_use_unsub_link" type="checkbox"<?php checked(get_option('mc_use_unsub_link'), 'on'); ?> id="mc_use_unsub_link" class="code" />
798
+ <em><label for="mc_use_unsub_link"><?php esc_html_e('turning this on will add a link to your host unsubscribe form', 'mailchimp_i18n'); ?></label></em>
799
  </td>
800
  </tr>
801
  <tr valign="top">
802
+ <th scope="row"><?php esc_html_e('Header content', 'mailchimp_i18n'); ?>:</th>
803
  <td>
804
+ <textarea name="mc_header_content" rows="2" cols="50"><?php echo esc_html(get_option('mc_header_content')); ?></textarea><br/>
805
+ <em><?php esc_html_e('You can fill this with your own Text, HTML markup (including image links), or Nothing!', 'mailchimp_i18n'); ?></em>
806
  </td>
807
  </tr>
808
 
809
  <tr valign="top">
810
+ <th scope="row"><?php esc_html_e('Sub-header content', 'mailchimp_i18n'); ?>:</th>
811
  <td>
812
+ <textarea name="mc_subheader_content" rows="2" cols="50"><?php echo esc_html(get_option('mc_subheader_content')); ?></textarea><br/>
813
+ <em><?php esc_html_e('You can fill this with your own Text, HTML markup (including image links), or Nothing!', 'mailchimp_i18n'); ?></em>.
814
+ <?php esc_html_e('This will be displayed under the heading and above the form.', 'mailchimp_i18n'); ?>
815
  </td>
816
  </tr>
817
 
818
 
819
  <tr valign="top">
820
+ <th scope="row"><?php esc_html_e('Submit Button text', 'mailchimp_i18n'); ?>:</th>
821
  <td>
822
+ <input type="text" name="mc_submit_text" size="30" value="<?php echo esc_attr(get_option('mc_submit_text')); ?>"/>
823
  </td>
824
  </tr>
825
 
826
  <tr valign="top">
827
+ <th scope="row"><?php esc_html_e('Custom Styling', 'mailchimp_i18n'); ?>:</th>
828
  <td>
829
  <table class="widefat">
830
 
831
+ <tr><th><label for="mc_custom_style"><?php esc_html_e('Turned On?', 'mailchimp_i18n'); ?></label></th><td><input type="checkbox" name="mc_custom_style" id="mc_custom_style"<?php checked(get_option('mc_custom_style'), 'on'); ?> /></td></tr>
832
+ <tr><th colspan="2"><?php esc_html_e('Header Settings (only applies if there are no HTML tags in the Header Content area above)', 'mailchimp_i18n'); ?>:</th></tr>
833
+ <tr><th><?php esc_html_e('Border Width', 'mailchimp_i18n'); ?>:</th><td><input type="text" name="mc_header_border_width" size="3" maxlength="3" value="<?php echo esc_attr(get_option('mc_header_border_width')); ?>"/> px<br/>
834
+ <em><?php esc_html_e('Set to 0 for no border, do not enter', 'mailchimp_i18n'); ?> <strong>px</strong>!</em>
835
  </td></tr>
836
+ <tr><th><?php esc_html_e('Border Color', 'mailchimp_i18n'); ?>:</th><td>#<input type="text" name="mc_header_border_color" size="7" maxlength="6" value="<?php echo esc_attr(get_option('mc_header_border_color')); ?>"/><br/>
837
+ <em><?php esc_html_e('do not enter initial', 'mailchimp_i18n'); ?> <strong>#</strong></em>
838
  </td></tr>
839
+ <tr><th><?php esc_html_e('Text Color', 'mailchimp_i18n'); ?>:</th><td>#<input type="text" name="mc_header_text_color" size="7" maxlength="6" value="<?php echo esc_attr(get_option('mc_header_text_color')); ?>"/><br/>
840
+ <em><?php esc_html_e('do not enter initial', 'mailchimp_i18n'); ?> <strong>#</strong></em>
841
  </td></tr>
842
+ <tr><th><?php esc_html_e('Background Color', 'mailchimp_i18n'); ?>:</th><td>#<input type="text" name="mc_header_background" size="7" maxlength="6" value="<?php echo esc_attr(get_option('mc_header_background')); ?>"/><br/>
843
+ <em><?php esc_html_e('do not enter initial', 'mailchimp_i18n'); ?> <strong>#</strong></em>
844
  </td></tr>
845
 
846
+ <tr><th colspan="2"><?php esc_html_e('Form Settings', 'mailchimp_i18n'); ?>:</th></tr>
847
+ <tr><th><?php esc_html_e('Border Width', 'mailchimp_i18n'); ?>:</th><td><input type="text" name="mc_form_border_width" size="3" maxlength="3" value="<?php echo esc_attr(get_option('mc_form_border_width')); ?>"/> px<br/>
848
+ <em><?php esc_html_e('Set to 0 for no border, do not enter', 'mailchimp_i18n'); ?> <strong>px</strong>!</em>
849
  </td></tr>
850
+ <tr><th><?php esc_html_e('Border Color', 'mailchimp_i18n'); ?>:</th><td>#<input type="text" name="mc_form_border_color" size="7" maxlength="6" value="<?php echo esc_attr(get_option('mc_form_border_color')); ?>"/><br/>
851
+ <em><?php esc_html_e('do not enter initial', 'mailchimp_i18n'); ?> <strong>#</strong></em>
852
  </td></tr>
853
+ <tr><th><?php esc_html_e('Text Color', 'mailchimp_i18n'); ?>:</th><td>#<input type="text" name="mc_form_text_color" size="7" maxlength="6" value="<?php echo esc_attr(get_option('mc_form_text_color')); ?>"/><br/>
854
+ <em><?php esc_html_e('do not enter initial', 'mailchimp_i18n'); ?> <strong>#</strong></em>
855
  </td></tr>
856
+ <tr><th><?php esc_html_e('Background Color', 'mailchimp_i18n'); ?>:</th><td>#<input type="text" name="mc_form_background" size="7" maxlength="6" value="<?php echo esc_attr(get_option('mc_form_background')); ?>"/><br/>
857
+ <em><?php esc_html_e('do not enter initial', 'mailchimp_i18n'); ?> <strong>#</strong></em>
858
  </td></tr>
859
  </table>
860
  </td>
861
  </tr>
862
  </table>
863
  </div>
864
+ <input type="submit" value="<?php esc_attr_e('Update Subscribe Form Settings', 'mailchimp_i18n'); ?>" class="button" />
865
 
866
  <?php
867
  // Merge Variables Table
868
  ?>
869
  <div style="width:400px;">
870
 
871
+ <h4><?php esc_html_e('Merge Variables Included', 'mailchimp_i18n'); ?></h4>
872
 
873
  <?php
874
  $mv = get_option('mc_merge_vars');
875
 
876
  if (count($mv) == 0 || !is_array($mv)){
877
  ?>
878
+ <em><?php esc_html_e('No Merge Variables found.', 'mailchimp_i18n'); ?></em>
879
  <?php
880
  } else {
881
  ?>
882
 
883
  <table class='widefat'>
884
  <tr valign="top">
885
+ <th><?php esc_html_e('Name', 'mailchimp_i18n');?></th>
886
+ <th><?php esc_html_e('Tag', 'mailchimp_i18n');?></th>
887
+ <th><?php esc_html_e('Required?', 'mailchimp_i18n');?></th>
888
+ <th><?php esc_html_e('Include?', 'mailchimp_i18n');?></th>
889
  </tr>
890
  <?php
891
  foreach($mv as $var){
892
  ?>
893
  <tr valign="top">
894
+ <td><?php echo esc_html($var['name']); ?></td>
895
+ <td><?php echo esc_html($var['tag']); ?></td>
896
+ <td><?php echo esc_html(($var['req'] == 1) ? 'Y' : 'N'); ?></td>
897
  <td>
898
  <?php
899
  if (!$var['req']){
900
  $opt = 'mc_mv_'.$var['tag'];
901
  ?>
902
+ <input name="<?php echo esc_attr($opt); ?>" type="checkbox" id="<?php echo esc_attr($opt); ?>" class="code"<?php checked(get_option($opt), 'on'); ?> />
903
  <?php
904
  } else {
905
  ?>
918
 
919
  ?>
920
 
921
+ <h4><?php esc_html_e('Interest Groups', 'mailchimp_i18n'); ?></h4>
922
 
923
  <?php
924
  // Interest Groups Table
926
 
927
  if (!is_array($ig) || empty($ig) || $ig == 'N') {
928
  ?>
929
+ <em><?php esc_html_e('No Interest Groups Setup for this List', 'mailchimp_i18n'); ?></em>
930
  <?php
931
  }
932
  else {
934
  <table class='widefat'>
935
  <tr valign="top">
936
  <th width="75px">
937
+ <label for="mc_show_interest_groups"><?php esc_html_e('Show?', 'mailchimp_i18n'); ?></label>
938
  </th>
939
  <th>
940
  <input name="mc_show_interest_groups" id="mc_show_interest_groups" type="checkbox" id="mc_show_interest_groups" class="code"<?php checked('on', get_option('mc_show_interest_groups')); ?> />
941
  </th>
942
  </tr>
943
  <tr valign="top">
944
+ <th><?php esc_html_e('Name', 'mailchimp_i18n'); ?>:</th>
945
+ <th><?php echo esc_html($ig['name']); ?></th>
946
  </tr>
947
  <tr valign="top">
948
+ <th><?php esc_html_e('Input Type', 'mailchimp_i18n'); ?>:</th>
949
+ <td><?php echo esc_html($ig['form_field']); ?></td>
950
  </tr>
951
  <tr valign="top">
952
+ <th><?php esc_html_e('Options', 'mailchimp_i18n'); ?>:</th>
953
  <td>
954
  <ul>
955
  <?php
956
  foreach($ig['groups'] as $interest){
957
  ?>
958
+ <li><?php echo esc_html($interest); ?></li>
959
  <?php
960
  }
961
  ?>
967
  }
968
  ?>
969
  <p class="submit">
970
+ <input type="submit" value="<?php esc_attr_e('Update Subscribe Form Settings', 'mailchimp_i18n'); ?>" class="button" />
971
  </p>
972
  </div>
973
  </form>
1024
  reset($mv);
1025
 
1026
 
1027
+ if (get_option('mc_show_interest_groups')=='on') {
1028
  switch ($ig['form_field']) {
1029
  case 'select':
1030
  case 'dropdown':
1151
  break;
1152
  }
1153
  }
1154
+ // Define our complete filesystem path
1155
  define('MCSF_DIR', $mscf_dir);
1156
+
1157
+ /* Lang location needs to be relative *from* ABSPATH,
1158
+ so strip it out of our language dir location */
1159
+ define('MCSF_LANG_DIR', str_replace(ABSPATH, '', MCSF_DIR));
1160
+
1161
+ // Define our complete URL to the plugin folder
1162
  define('MCSF_URL', $mscf_url);
1163
  }
1164
 
mailchimp_widget.php CHANGED
@@ -13,7 +13,7 @@ function mailchimpSF_signup_form($args = array()) {
13
  echo $before_widget;
14
  ?>
15
  <div class="mc_error_msg">
16
- <?php esc_html_e(__('There was a problem loading your MailChimp details. Please re-run the setup process under Settings->MailChimp Setup', 'mailchimp_i18n')); ?>
17
  </div>
18
  <?php
19
  echo $after_widget;
@@ -87,7 +87,7 @@ function mailchimpSF_signup_form($args = array()) {
87
  if ($var['req'] || get_option($opt) == 'on') {
88
  ?>
89
  <div class="mc_merge_var">
90
- <label for="<?php esc_attr_e($opt); ?>" class="mc_var_label"><?php esc_html_e($var['name']); ?>
91
  <?php
92
  if ($var['req'] && $num_fields > 1) {
93
  ?>
@@ -99,7 +99,7 @@ function mailchimpSF_signup_form($args = array()) {
99
 
100
  <br />
101
 
102
- <input type="text" size="18" value="" name="<?php esc_attr_e($opt); ?>" id="<?php esc_attr_e($opt); ?>" class="mc_input"/>
103
  </div><!-- /mc_merge_var -->
104
  <?php
105
  }
@@ -110,7 +110,7 @@ function mailchimpSF_signup_form($args = array()) {
110
  if ($num_fields > 1){
111
  ?>
112
  <div id="mc-indicates-required">
113
- * = <?php esc_html_e(__('required field', 'mailchimp_i18n')); ?>
114
  </div><!-- /mc-indicates-required -->
115
  <?php
116
  }
@@ -121,7 +121,7 @@ function mailchimpSF_signup_form($args = array()) {
121
  ?>
122
 
123
  <div id="mc_interests_header">
124
- <?php esc_html_e($ig['name']); ?>
125
  </div><!-- /mc_interests_header -->
126
 
127
  <div class="mc_interest">
@@ -133,8 +133,8 @@ function mailchimpSF_signup_form($args = array()) {
133
  case 'checkboxes':
134
  foreach($ig['groups'] as $interest){
135
  ?>
136
- <input type="checkbox" name="<?php esc_attr_e('interests['.$interest.']'); ?>" id="<?php esc_attr_e('mc_interest_'.$i); ?>" class="mc_interest"/>
137
- <label for="<?php esc_attr_e('mc_interest_'.$i); ?>" class="mc_interest_label"> <?php esc_html_e($interest); ?></label>
138
  <br/>
139
  <?php
140
  $i++;
@@ -143,8 +143,8 @@ function mailchimpSF_signup_form($args = array()) {
143
  case 'radio':
144
  foreach($ig['groups'] as $interest){
145
  ?>
146
- <input type="radio" name="interests" id="<?php esc_attr_e('mc_interest_'.$i); ?>" class="mc_interest" value="<?php esc_attr_e($interest); ?>"/>
147
- <label for="<?php esc_attr_e('mc_interest_'.$i); ?>" class="mc_interest_label"> <?php esc_html_e($interest); ?></label>
148
  <br/>
149
  <?php
150
  $i++;
@@ -158,7 +158,7 @@ function mailchimpSF_signup_form($args = array()) {
158
  <?php
159
  foreach($ig['groups'] as $interest){
160
  ?>
161
- <option value="<?php esc_attr_e($interest); ?>"><?php esc_html_e($interest); ?></option>
162
  <?php
163
  }
164
  ?>
@@ -175,15 +175,18 @@ function mailchimpSF_signup_form($args = array()) {
175
  ?>
176
 
177
  <div class="mc_signup_submit">
178
- <input type="submit" name="mc_signup_submit" id="mc_signup_submit" value="<?php esc_attr_e(get_option('mc_submit_text')); ?>" class="button" />
179
  </div><!-- /mc_signup_submit -->
180
 
181
 
182
  <?php
183
  if ( get_option('mc_use_unsub_link') == 'on') {
 
 
 
184
  ?>
185
  <div id="mc_unsub_link" align="center">
186
- <a href="<?php echo esc_url('http://list-manage.com/unsubscribe/?u='.get_option('mc_user_id').'&amp;id='.get_option('mc_list_id')); ?>" target="_blank"><?php esc_html_e(__('unsubscribe from list', 'mailchimp_i18n')); ?></a>
187
  </div><!-- /mc_unsub_link -->
188
  <?php
189
  }
@@ -191,7 +194,7 @@ function mailchimpSF_signup_form($args = array()) {
191
  ?>
192
  <br/>
193
  <div id="mc_display_rewards" align="center">
194
- <?php esc_html_e(__('powered by', 'mailchimp_i18n')); ?> <a href="<?php echo esc_url('http://www.mailchimp.com/affiliates/?aid='.get_option('mc_user_id').'&amp;afl=1'); ?>">MailChimp</a>!
195
  </div><!-- /mc_display_rewards -->
196
  <?php
197
  }
13
  echo $before_widget;
14
  ?>
15
  <div class="mc_error_msg">
16
+ <?php esc_html_e('There was a problem loading your MailChimp details. Please re-run the setup process under Settings->MailChimp Setup', 'mailchimp_i18n'); ?>
17
  </div>
18
  <?php
19
  echo $after_widget;
87
  if ($var['req'] || get_option($opt) == 'on') {
88
  ?>
89
  <div class="mc_merge_var">
90
+ <label for="<?php echo esc_attr($opt); ?>" class="mc_var_label"><?php echo esc_html($var['name']); ?>
91
  <?php
92
  if ($var['req'] && $num_fields > 1) {
93
  ?>
99
 
100
  <br />
101
 
102
+ <input type="text" size="18" value="" name="<?php echo esc_attr($opt); ?>" id="<?php echo esc_attr($opt); ?>" class="mc_input"/>
103
  </div><!-- /mc_merge_var -->
104
  <?php
105
  }
110
  if ($num_fields > 1){
111
  ?>
112
  <div id="mc-indicates-required">
113
+ * = <?php esc_html_e('required field', 'mailchimp_i18n'); ?>
114
  </div><!-- /mc-indicates-required -->
115
  <?php
116
  }
121
  ?>
122
 
123
  <div id="mc_interests_header">
124
+ <?php echo esc_html($ig['name']); ?>
125
  </div><!-- /mc_interests_header -->
126
 
127
  <div class="mc_interest">
133
  case 'checkboxes':
134
  foreach($ig['groups'] as $interest){
135
  ?>
136
+ <input type="checkbox" name="<?php echo esc_attr('interests['.$interest.']'); ?>" id="<?php echo esc_attr('mc_interest_'.$i); ?>" class="mc_interest"/>
137
+ <label for="<?php echo esc_attr('mc_interest_'.$i); ?>" class="mc_interest_label"> <?php echo esc_html($interest); ?></label>
138
  <br/>
139
  <?php
140
  $i++;
143
  case 'radio':
144
  foreach($ig['groups'] as $interest){
145
  ?>
146
+ <input type="radio" name="interests" id="<?php echo esc_attr('mc_interest_'.$i); ?>" class="mc_interest" value="<?php echo esc_attr($interest); ?>"/>
147
+ <label for="<?php echo esc_attr('mc_interest_'.$i); ?>" class="mc_interest_label"> <?php echo esc_html($interest); ?></label>
148
  <br/>
149
  <?php
150
  $i++;
158
  <?php
159
  foreach($ig['groups'] as $interest){
160
  ?>
161
+ <option value="<?php echo esc_attr($interest); ?>"><?php echo esc_html($interest); ?></option>
162
  <?php
163
  }
164
  ?>
175
  ?>
176
 
177
  <div class="mc_signup_submit">
178
+ <input type="submit" name="mc_signup_submit" id="mc_signup_submit" value="<?php echo esc_attr(get_option('mc_submit_text')); ?>" class="button" />
179
  </div><!-- /mc_signup_submit -->
180
 
181
 
182
  <?php
183
  if ( get_option('mc_use_unsub_link') == 'on') {
184
+ list($key, $dc) = explode("-",get_option('mc_apikey'),2);
185
+ if (!$dc) $dc = "us1";
186
+ $host = 'http://'.$dc.'.list-manage.com';
187
  ?>
188
  <div id="mc_unsub_link" align="center">
189
+ <a href="<?php echo esc_url($host.'/unsubscribe/?u='.get_option('mc_user_id').'&amp;id='.get_option('mc_list_id')); ?>" target="_blank"><?php esc_html_e('unsubscribe from list', 'mailchimp_i18n'); ?></a>
190
  </div><!-- /mc_unsub_link -->
191
  <?php
192
  }
194
  ?>
195
  <br/>
196
  <div id="mc_display_rewards" align="center">
197
+ <?php esc_html_e('powered by', 'mailchimp_i18n'); ?> <a href="<?php echo esc_url('http://www.mailchimp.com/affiliates/?aid='.get_option('mc_user_id').'&amp;afl=1'); ?>">MailChimp</a>!
198
  </div><!-- /mc_display_rewards -->
199
  <?php
200
  }
po/mailchimp.pot CHANGED
@@ -17,7 +17,7 @@ msgstr ""
17
  "Content-Transfer-Encoding: 8bit\n"
18
 
19
  #: mailchimp_includes.php:27 mailchimp_includes.php:62
20
- msgid "You must fill in"
21
  msgstr ""
22
 
23
  #: mailchimp_includes.php:59
17
  "Content-Transfer-Encoding: 8bit\n"
18
 
19
  #: mailchimp_includes.php:27 mailchimp_includes.php:62
20
+ msgid "You must fill in %s."
21
  msgstr ""
22
 
23
  #: mailchimp_includes.php:59
po/mailchimp_i18n-bg_BG.mo ADDED
Binary file
po/mailchimp_i18n-bg_BG.po ADDED
@@ -0,0 +1,343 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) YEAR MailChimp API Support Team
2
+ # This file is distributed under the same license as the PACKAGE package.
3
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4
+ #
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: MailChimp 1.1.5\n"
8
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
9
+ "POT-Creation-Date: 2009-07-15 14:23-0400\n"
10
+ "PO-Revision-Date: 2010-12-28 17:45-0500\n"
11
+ "Last-Translator: MailChimp API <api@mailchimp.com>\n"
12
+ "Language-Team: MailChimp API <api@mailchimp.com>\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+
17
+ #: mailchimp_includes.php:27
18
+ #: mailchimp_includes.php:62
19
+ msgid "You must fill in %s."
20
+ msgstr "Трябва да попълните %s."
21
+
22
+ #: mailchimp_includes.php:59
23
+ msgid "That email address is already subscribed to the list"
24
+ msgstr "Този адрес вече е записан в списъка"
25
+
26
+ #: mailchimp_includes.php:66
27
+ #, php-format
28
+ msgid "%s has invalid content"
29
+ msgstr "%s съдържа невалидно съдържание"
30
+
31
+ #: mailchimp_includes.php:68
32
+ msgid "An invalid Interest Group was selected"
33
+ msgstr "Избрана е невалидна група по интереси"
34
+
35
+ #: mailchimp_includes.php:69
36
+ msgid "That email address is invalid"
37
+ msgstr "Този адрес е невалиден"
38
+
39
+ #: mailchimp_includes.php:75
40
+ msgid "Success, you've been signed up! Please look for our confirmation email!"
41
+ msgstr "Поздравления, вие се записахте успешно! Очаквайте потвърдителното писмо!"
42
+
43
+ #: mailchimp_includes.php:131
44
+ msgid "required field"
45
+ msgstr "задължително поле"
46
+
47
+ #: mailchimp_includes.php:168
48
+ msgid "unsubscribe from list"
49
+ msgstr "отпиши се от списъка"
50
+
51
+ #: mailchimp_includes.php:171
52
+ msgid "powered by"
53
+ msgstr "благодарение на"
54
+
55
+ #: mailchimp.php:135
56
+ msgid "MailChimp Setup"
57
+ msgstr "MailChimp Setup"
58
+
59
+ #: mailchimp.php:150
60
+ msgid "While upgrading the plugin setup, we were unable to login to your account. You will need to login again and setup your list."
61
+ msgstr "Докато обновявахме настройките, не успяхме да влезем с вашия акаунт. Ще се наложи отново да се идентифицирате и да настроите списъка си."
62
+
63
+ #: mailchimp.php:156
64
+ msgid "MailChimp List Setup"
65
+ msgstr "MailChimp List Setup"
66
+
67
+ #: mailchimp.php:166
68
+ msgid "Success! We were able to verify your username & password! Let's continue, shall we?"
69
+ msgstr "Поздравления! Вашите потребителско име и парола бяха прието! Да продължим напред?"
70
+
71
+ #: mailchimp.php:178
72
+ msgid "Uh-oh, we were unable to login and verify your username & password. Please check them and try again!"
73
+ msgstr "Вашето потребителско име и парола не бяха приети. Моля, проверете ги и опитайте отново!"
74
+
75
+ #: mailchimp.php:179
76
+ msgid "The server said:"
77
+ msgstr "Сървъра отговори:"
78
+
79
+ #: mailchimp.php:222
80
+ msgid "Sign up for"
81
+ msgstr "Запиши се за"
82
+
83
+ #: mailchimp.php:223
84
+ msgid "Subscribe"
85
+ msgstr "Записване"
86
+
87
+ #: mailchimp.php:253
88
+ #, php-format
89
+ msgid "Success! Loaded and saved the info for %d Merge Variables and %d Interest Groups from your list"
90
+ msgstr "Поздравления! Заредихме и записахме информацията за %d променливи на сливането и %d групи по интереси от вашият списък"
91
+
92
+ #: mailchimp.php:256
93
+ msgid "Now you should either Turn On the MailChimp Widget or change your options below, then turn it on."
94
+ msgstr "Сега трябва или да включите MailChimp Widget-а или да промените настройките и тогава да го включите."
95
+
96
+ #: mailchimp.php:284
97
+ msgid "Successfully Reset your List selection... Now you get to pick again!"
98
+ msgstr "Успешно изчистихте избора си на списък. Сега трябва да го изберете отново!"
99
+
100
+ #: mailchimp.php:290
101
+ msgid "Monkey Rewards turned On!"
102
+ msgstr "Monkey Rewards включени!"
103
+
104
+ #: mailchimp.php:294
105
+ msgid "Monkey Rewards turned Off!"
106
+ msgstr "Monkey Rewards изключени!"
107
+
108
+ #: mailchimp.php:299
109
+ msgid "Fancy Javascript submission turned On!"
110
+ msgstr "Регистрация с Fancy Javascript включена!"
111
+
112
+ #: mailchimp.php:303
113
+ msgid "Fancy Javascript submission turned Off!"
114
+ msgstr "Регистрация с Javascript изключена!"
115
+
116
+ #: mailchimp.php:309
117
+ msgid "Unsubscribe link turned On!"
118
+ msgstr "Връзка за отписване включена!"
119
+
120
+ #: mailchimp.php:313
121
+ msgid "Unsubscribe link turned Off!"
122
+ msgstr "Връзка за отписване изключена!"
123
+
124
+ #: mailchimp.php:359
125
+ msgid "Successfully Updated your List Subscribe Form Settings!"
126
+ msgstr "Списъка Запиши от настройките беше обновен успешно!"
127
+
128
+ #: mailchimp.php:372
129
+ msgid "Login Info"
130
+ msgstr "Потребителска информация"
131
+
132
+ #: mailchimp.php:373
133
+ msgid "To start using the MailChimp plugin, we first need to login and get your API Key. Please enter your MailChimp username and password below."
134
+ msgstr "За да зпочнете да използвате MailChimp за пръв път, трябва да се сдобиете с ваш API ключ. Моля, въведете вашето MailChimp потребителско име и парола в полетата отдолу."
135
+
136
+ #: mailchimp.php:375
137
+ msgid "Don't have a MailChimp account? <a href='http://www.mailchimp.com/tryit.phtml' target='_blank'>Try one for Free</a>!"
138
+ msgstr "Нямате MailChimp акаунт? <a href='http://www.mailchimp.com/tryit.phtml' target='_blank'>Вземете един безплатно!</a>!"
139
+
140
+ #: mailchimp.php:379
141
+ msgid "Username"
142
+ msgstr "Потребителско име"
143
+
144
+ #: mailchimp.php:383
145
+ msgid "Password"
146
+ msgstr "Парола"
147
+
148
+ #: mailchimp.php:389
149
+ msgid "Save & Check"
150
+ msgstr "Запиши & Провери"
151
+
152
+ #: mailchimp.php:394
153
+ msgid "Notes"
154
+ msgstr "Бележки"
155
+
156
+ #: mailchimp.php:395
157
+ msgid "Changing your settings at MailChimp.com may cause this to stop working."
158
+ msgstr "Промяната на настройките на MailChimp.com може да го накара да спре да работи."
159
+
160
+ #: mailchimp.php:396
161
+ msgid "If you change your login to a different account, the info you have setup below will be erased."
162
+ msgstr "Ако влезете с друг акаунт, информацията, която въведете по-долу ще бъде изгубена."
163
+
164
+ #: mailchimp.php:397
165
+ msgid "If any of that happens, no biggie - just reconfigure your login and the items below..."
166
+ msgstr "Ако това се случи не се притеснявайте - просто променете настройките за вход и променливите под тях..."
167
+
168
+ #: mailchimp.php:403
169
+ msgid "Logged in as"
170
+ msgstr "Регистриран като"
171
+
172
+ #: mailchimp.php:407
173
+ msgid "Logout"
174
+ msgstr "Отпиши се"
175
+
176
+ #: mailchimp.php:421
177
+ msgid "Your Lists"
178
+ msgstr "Вашите списъци"
179
+
180
+ #: mailchimp.php:423
181
+ msgid "Please select the List you wish to create a Signup Form for."
182
+ msgstr "Моля, изберете списък за който искате да се запишете."
183
+
184
+ #: mailchimp.php:432
185
+ #, php-format
186
+ msgid "Uh-oh, you don't have any lists defined! Please visit %s, login, and setup a list before using this tool!"
187
+ msgstr "Нямате избран нито един списък! Моля посетете %s, идентифицирайте се и настройте списък преди да използвате този инструмент!"
188
+
189
+ #: mailchimp.php:437
190
+ msgid "Select A List"
191
+ msgstr "Избери списък"
192
+
193
+ #: mailchimp.php:450
194
+ msgid "Update List"
195
+ msgstr "Обнови списък"
196
+
197
+ #: mailchimp.php:453
198
+ msgid "Note:"
199
+ msgstr "Бележка:"
200
+
201
+ #: mailchimp.php:453
202
+ msgid "Updating your list will not cause settings below to be lost. Changing to a new list will."
203
+ msgstr "Обновяването на списъка няма да доведе до загуба на настройките отдолу. Ако изберете друг писък обаче - това ще стане."
204
+
205
+ #: mailchimp.php:471
206
+ msgid "Reset List Options and Select again"
207
+ msgstr "Изчисти настройките на списъка и избери отново"
208
+
209
+ #: mailchimp.php:474
210
+ msgid "Subscribe Form Widget Settings for this List"
211
+ msgstr "Настройки на Subscribe Form Widget-а за този списък"
212
+
213
+ #: mailchimp.php:475
214
+ msgid "Selected MailChimp List"
215
+ msgstr "Избран MailChimp списък"
216
+
217
+ #: mailchimp.php:496
218
+ #: mailchimp.php:569
219
+ #: mailchimp.php:630
220
+ msgid "Update Subscribe Form Settings"
221
+ msgstr "Обнови настройките на формата за записване"
222
+
223
+ #: mailchimp.php:499
224
+ msgid "Monkey Rewards"
225
+ msgstr "Monkey Rewards"
226
+
227
+ #: mailchimp.php:501
228
+ msgid "turning this on will place a \"powered by MailChimp\" link in your form that will earn you credits with us. It is optional and can be turned on or off at any time."
229
+ msgstr "включването на тази опция ще добави \"powered by MailChimp\" връзка към вашата форма, която ще ни помогне. Тази настройка може да се включи и изключи по всяко време."
230
+
231
+ #: mailchimp.php:505
232
+ msgid "Use Javascript Support?"
233
+ msgstr "Използвай Javascript поддръжка?"
234
+
235
+ #: mailchimp.php:507
236
+ msgid "turning this on will use fancy javascript submission and should degrade gracefully for users not using javascript. It is optional and can be turned on or off at any time."
237
+ msgstr "включвайки тази опция ще използвате Fancy Javascript Submission която няма да се показва на потребителите с изключен JavaScript. Тя е опционална и може да се включи или изключи по всяко време."
238
+
239
+ #: mailchimp.php:511
240
+ msgid "Include Unsubscribe link?"
241
+ msgstr "Включи връзка за отписване?"
242
+
243
+ #: mailchimp.php:513
244
+ msgid "turning this on will add a link to your host unsubscribe form"
245
+ msgstr "включването на тази опция ще добави връзка към формата за отписване на хост"
246
+
247
+ #: mailchimp.php:517
248
+ msgid "Header content"
249
+ msgstr "Съдържание на хедъра"
250
+
251
+ #: mailchimp.php:520
252
+ msgid "You can fill this with your own Text, HTML markup (including image links), or Nothing!"
253
+ msgstr "Може да попълните с ваш текст, HTML код (включително връзки на изображения) или нищо!"
254
+
255
+ #: mailchimp.php:525
256
+ msgid "Submit Button text"
257
+ msgstr "Submit Button text"
258
+
259
+ #: mailchimp.php:532
260
+ msgid "Custom Styling"
261
+ msgstr "Индивидуално стилизиране"
262
+
263
+ #: mailchimp.php:536
264
+ msgid "Turned On?"
265
+ msgstr "Включено?"
266
+
267
+ #: mailchimp.php:537
268
+ msgid "Header Settings (only applies if there are no HTML tags in the Header Content area above)"
269
+ msgstr "Настройки на хедъра (важи само ако няма HTML тагове в горното съдържание на хедъра)"
270
+
271
+ #: mailchimp.php:538
272
+ #: mailchimp.php:552
273
+ msgid "Border Width"
274
+ msgstr "Ширина на рамката"
275
+
276
+ #: mailchimp.php:539
277
+ #: mailchimp.php:553
278
+ msgid "Set to 0 for no border, do not enter <strong>px</strong>!"
279
+ msgstr "Задайте 0 за да няма рамка, не въвеждайте <strong>px</strong>!"
280
+
281
+ #: mailchimp.php:541
282
+ #: mailchimp.php:555
283
+ msgid "Border Color"
284
+ msgstr "Цвят на рамка"
285
+
286
+ #: mailchimp.php:542
287
+ #: mailchimp.php:545
288
+ #: mailchimp.php:548
289
+ #: mailchimp.php:556
290
+ #: mailchimp.php:559
291
+ #: mailchimp.php:562
292
+ msgid "do not enter initial <strong>#</strong>"
293
+ msgstr "не въвеждайте първоначално <strong>#</strong>"
294
+
295
+ #: mailchimp.php:551
296
+ msgid "Form Settings"
297
+ msgstr "Настройки на формата"
298
+
299
+ #: mailchimp.php:571
300
+ msgid "Merge Variables Included"
301
+ msgstr "Включени променливи по сливане"
302
+
303
+ #: mailchimp.php:574
304
+ msgid "No Merge Variables found."
305
+ msgstr "Няма включени променливи по сливане"
306
+
307
+ #: mailchimp.php:580
308
+ #: mailchimp.php:614
309
+ msgid "Name"
310
+ msgstr "Име"
311
+
312
+ #: mailchimp.php:581
313
+ msgid "Tag"
314
+ msgstr "Етикет"
315
+
316
+ #: mailchimp.php:582
317
+ msgid "Required?"
318
+ msgstr "Задължително?"
319
+
320
+ #: mailchimp.php:583
321
+ msgid "Include?"
322
+ msgstr "Включи?"
323
+
324
+ #: mailchimp.php:603
325
+ msgid "Interest Groups"
326
+ msgstr "Групи по интереси"
327
+
328
+ #: mailchimp.php:605
329
+ msgid "No Interest Groups Setup for this List"
330
+ msgstr "Няма групи по интереси избрани за този списък"
331
+
332
+ #: mailchimp.php:610
333
+ msgid "Show?"
334
+ msgstr "Покажи?"
335
+
336
+ #: mailchimp.php:617
337
+ msgid "Input Type"
338
+ msgstr "Вид вход"
339
+
340
+ #: mailchimp.php:620
341
+ msgid "Options"
342
+ msgstr "Настройки"
343
+
po/mailchimp_i18n-cs_CZ.mo ADDED
Binary file
po/mailchimp_i18n-cs_CZ.po ADDED
@@ -0,0 +1,344 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR MailChimp API Support Team
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: MailChimp 1.2\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
+ "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
+ "PO-Revision-Date: 2011-01-06 15:40-0500\n"
12
+ "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
+ "Language-Team: Peter Kahoun <kahi.cz@gmail.com>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+
18
+ #: mailchimp_includes.php:27
19
+ #: mailchimp_includes.php:62
20
+ msgid "You must fill in %s."
21
+ msgstr "Musíte vyplnit pole %s."
22
+
23
+ #: mailchimp_includes.php:59
24
+ msgid "That email address is already subscribed to the list"
25
+ msgstr "Tato emailová adresa je již na seznamu…"
26
+
27
+ #: mailchimp_includes.php:66
28
+ #, php-format
29
+ msgid "%s has invalid content"
30
+ msgstr "%s není vyplněno správně"
31
+
32
+ #: mailchimp_includes.php:68
33
+ msgid "An invalid Interest Group was selected"
34
+ msgstr ""
35
+
36
+ #: mailchimp_includes.php:69
37
+ msgid "That email address is invalid"
38
+ msgstr "Tato e-mailová adresa není platná."
39
+
40
+ #: mailchimp_includes.php:75
41
+ msgid "Success, you've been signed up! Please look for our confirmation email!"
42
+ msgstr "Objednáno! Podívejte se prosím na potvrzovací e-mail…"
43
+
44
+ #: mailchimp_includes.php:131
45
+ msgid "required field"
46
+ msgstr "vyžadované pole"
47
+
48
+ #: mailchimp_includes.php:168
49
+ msgid "unsubscribe from list"
50
+ msgstr "odhlásit se"
51
+
52
+ #: mailchimp_includes.php:171
53
+ msgid "powered by"
54
+ msgstr "poskytuje"
55
+
56
+ #: mailchimp.php:135
57
+ msgid "MailChimp Setup"
58
+ msgstr "MailChimp "
59
+
60
+ #: mailchimp.php:150
61
+ msgid "While upgrading the plugin setup, we were unable to login to your account. You will need to login again and setup your list."
62
+ msgstr ""
63
+
64
+ #: mailchimp.php:156
65
+ msgid "MailChimp List Setup"
66
+ msgstr "MailChimp"
67
+
68
+ #: mailchimp.php:166
69
+ msgid "Success! We were able to verify your username & password! Let's continue, shall we?"
70
+ msgstr ""
71
+
72
+ #: mailchimp.php:178
73
+ msgid "Uh-oh, we were unable to login and verify your username & password. Please check them and try again!"
74
+ msgstr ""
75
+
76
+ #: mailchimp.php:179
77
+ msgid "The server said:"
78
+ msgstr ""
79
+
80
+ #: mailchimp.php:222
81
+ msgid "Sign up for"
82
+ msgstr ""
83
+
84
+ #: mailchimp.php:223
85
+ msgid "Subscribe"
86
+ msgstr "Přihlásit se"
87
+
88
+ #: mailchimp.php:253
89
+ #, php-format
90
+ msgid "Success! Loaded and saved the info for %d Merge Variables and %d Interest Groups from your list"
91
+ msgstr ""
92
+
93
+ #: mailchimp.php:256
94
+ msgid "Now you should either Turn On the MailChimp Widget or change your options below, then turn it on."
95
+ msgstr ""
96
+
97
+ #: mailchimp.php:284
98
+ msgid "Successfully Reset your List selection... Now you get to pick again!"
99
+ msgstr ""
100
+
101
+ #: mailchimp.php:290
102
+ msgid "Monkey Rewards turned On!"
103
+ msgstr ""
104
+
105
+ #: mailchimp.php:294
106
+ msgid "Monkey Rewards turned Off!"
107
+ msgstr ""
108
+
109
+ #: mailchimp.php:299
110
+ msgid "Fancy Javascript submission turned On!"
111
+ msgstr ""
112
+
113
+ #: mailchimp.php:303
114
+ msgid "Fancy Javascript submission turned Off!"
115
+ msgstr ""
116
+
117
+ #: mailchimp.php:309
118
+ msgid "Unsubscribe link turned On!"
119
+ msgstr ""
120
+
121
+ #: mailchimp.php:313
122
+ msgid "Unsubscribe link turned Off!"
123
+ msgstr ""
124
+
125
+ #: mailchimp.php:359
126
+ msgid "Successfully Updated your List Subscribe Form Settings!"
127
+ msgstr ""
128
+
129
+ #: mailchimp.php:372
130
+ msgid "Login Info"
131
+ msgstr ""
132
+
133
+ #: mailchimp.php:373
134
+ msgid "To start using the MailChimp plugin, we first need to login and get your API Key. Please enter your MailChimp username and password below."
135
+ msgstr ""
136
+
137
+ #: mailchimp.php:375
138
+ msgid "Don't have a MailChimp account? <a href='http://www.mailchimp.com/tryit.phtml' target='_blank'>Try one for Free</a>!"
139
+ msgstr ""
140
+
141
+ #: mailchimp.php:379
142
+ msgid "Username"
143
+ msgstr "Jméno"
144
+
145
+ #: mailchimp.php:383
146
+ msgid "Password"
147
+ msgstr "Heslo"
148
+
149
+ #: mailchimp.php:389
150
+ msgid "Save & Check"
151
+ msgstr "Uložit a otestovat"
152
+
153
+ #: mailchimp.php:394
154
+ msgid "Notes"
155
+ msgstr "Poznámky"
156
+
157
+ #: mailchimp.php:395
158
+ msgid "Changing your settings at MailChimp.com may cause this to stop working."
159
+ msgstr ""
160
+
161
+ #: mailchimp.php:396
162
+ msgid "If you change your login to a different account, the info you have setup below will be erased."
163
+ msgstr ""
164
+
165
+ #: mailchimp.php:397
166
+ msgid "If any of that happens, no biggie - just reconfigure your login and the items below..."
167
+ msgstr ""
168
+
169
+ #: mailchimp.php:403
170
+ msgid "Logged in as"
171
+ msgstr "Přihlášen jako"
172
+
173
+ #: mailchimp.php:407
174
+ msgid "Logout"
175
+ msgstr "Odhlásit se"
176
+
177
+ #: mailchimp.php:421
178
+ msgid "Your Lists"
179
+ msgstr "Vaše seznamy"
180
+
181
+ #: mailchimp.php:423
182
+ msgid "Please select the List you wish to create a Signup Form for."
183
+ msgstr "Vyberte prosím seznam, pro který chcete vytvořit formulář."
184
+
185
+ #: mailchimp.php:432
186
+ #, php-format
187
+ msgid "Uh-oh, you don't have any lists defined! Please visit %s, login, and setup a list before using this tool!"
188
+ msgstr ""
189
+
190
+ #: mailchimp.php:437
191
+ msgid "Select A List"
192
+ msgstr "Vyberte seznam"
193
+
194
+ #: mailchimp.php:450
195
+ msgid "Update List"
196
+ msgstr "Aktualizovat seznam"
197
+
198
+ #: mailchimp.php:453
199
+ msgid "Note:"
200
+ msgstr "Poznámka:"
201
+
202
+ #: mailchimp.php:453
203
+ msgid "Updating your list will not cause settings below to be lost. Changing to a new list will."
204
+ msgstr "Změna za nový seznam zapříčiní ztrátu nastavení níže. Aktualizace seznamu ne."
205
+
206
+ #: mailchimp.php:471
207
+ msgid "Reset List Options and Select again"
208
+ msgstr ""
209
+
210
+ #: mailchimp.php:474
211
+ msgid "Subscribe Form Widget Settings for this List"
212
+ msgstr ""
213
+
214
+ #: mailchimp.php:475
215
+ msgid "Selected MailChimp List"
216
+ msgstr ""
217
+
218
+ #: mailchimp.php:496
219
+ #: mailchimp.php:569
220
+ #: mailchimp.php:630
221
+ msgid "Update Subscribe Form Settings"
222
+ msgstr "Aktualizovat nastavení formuláře"
223
+
224
+ #: mailchimp.php:499
225
+ msgid "Monkey Rewards"
226
+ msgstr ""
227
+
228
+ #: mailchimp.php:501
229
+ msgid "turning this on will place a \"powered by MailChimp\" link in your form that will earn you credits with us. It is optional and can be turned on or off at any time."
230
+ msgstr ""
231
+
232
+ #: mailchimp.php:505
233
+ msgid "Use Javascript Support?"
234
+ msgstr ""
235
+
236
+ #: mailchimp.php:507
237
+ msgid "turning this on will use fancy javascript submission and should degrade gracefully for users not using javascript. It is optional and can be turned on or off at any time."
238
+ msgstr ""
239
+
240
+ #: mailchimp.php:511
241
+ msgid "Include Unsubscribe link?"
242
+ msgstr ""
243
+
244
+ #: mailchimp.php:513
245
+ msgid "turning this on will add a link to your host unsubscribe form"
246
+ msgstr ""
247
+
248
+ #: mailchimp.php:517
249
+ msgid "Header content"
250
+ msgstr ""
251
+
252
+ #: mailchimp.php:520
253
+ msgid "You can fill this with your own Text, HTML markup (including image links), or Nothing!"
254
+ msgstr ""
255
+
256
+ #: mailchimp.php:525
257
+ msgid "Submit Button text"
258
+ msgstr ""
259
+
260
+ #: mailchimp.php:532
261
+ msgid "Custom Styling"
262
+ msgstr "Vlastní vzhled/styl"
263
+
264
+ #: mailchimp.php:536
265
+ msgid "Turned On?"
266
+ msgstr "Zapnuto?"
267
+
268
+ #: mailchimp.php:537
269
+ msgid "Header Settings (only applies if there are no HTML tags in the Header Content area above)"
270
+ msgstr ""
271
+
272
+ #: mailchimp.php:538
273
+ #: mailchimp.php:552
274
+ msgid "Border Width"
275
+ msgstr ""
276
+
277
+ #: mailchimp.php:539
278
+ #: mailchimp.php:553
279
+ msgid "Set to 0 for no border, do not enter <strong>px</strong>!"
280
+ msgstr ""
281
+
282
+ #: mailchimp.php:541
283
+ #: mailchimp.php:555
284
+ msgid "Border Color"
285
+ msgstr ""
286
+
287
+ #: mailchimp.php:542
288
+ #: mailchimp.php:545
289
+ #: mailchimp.php:548
290
+ #: mailchimp.php:556
291
+ #: mailchimp.php:559
292
+ #: mailchimp.php:562
293
+ msgid "do not enter initial <strong>#</strong>"
294
+ msgstr ""
295
+
296
+ #: mailchimp.php:551
297
+ msgid "Form Settings"
298
+ msgstr "Nastavení formuláře"
299
+
300
+ #: mailchimp.php:571
301
+ msgid "Merge Variables Included"
302
+ msgstr "Zobrazovaná pole"
303
+
304
+ #: mailchimp.php:574
305
+ msgid "No Merge Variables found."
306
+ msgstr ""
307
+
308
+ #: mailchimp.php:580
309
+ #: mailchimp.php:614
310
+ msgid "Name"
311
+ msgstr "Jméno"
312
+
313
+ #: mailchimp.php:581
314
+ msgid "Tag"
315
+ msgstr "Štítek"
316
+
317
+ #: mailchimp.php:582
318
+ msgid "Required?"
319
+ msgstr "Povinné?"
320
+
321
+ #: mailchimp.php:583
322
+ msgid "Include?"
323
+ msgstr "Zobrazit?"
324
+
325
+ #: mailchimp.php:603
326
+ msgid "Interest Groups"
327
+ msgstr "Zájmové skupiny"
328
+
329
+ #: mailchimp.php:605
330
+ msgid "No Interest Groups Setup for this List"
331
+ msgstr "Tento seznam nemá žádné zájmové skupiny"
332
+
333
+ #: mailchimp.php:610
334
+ msgid "Show?"
335
+ msgstr "Zobrazit?"
336
+
337
+ #: mailchimp.php:617
338
+ msgid "Input Type"
339
+ msgstr "Typ vstupu"
340
+
341
+ #: mailchimp.php:620
342
+ msgid "Options"
343
+ msgstr "Možnosti"
344
+
po/mailchimp_i18n-de_DE.mo CHANGED
Binary file
po/mailchimp_i18n-de_DE.po CHANGED
@@ -8,7 +8,7 @@ msgstr ""
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
- "PO-Revision-Date: 2010-06-25 17:34-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
  "Language-Team: Michael <michaeljaekel@me.com>\n"
14
  "MIME-Version: 1.0\n"
@@ -19,8 +19,8 @@ msgstr ""
19
 
20
  #: mailchimp_includes.php:27
21
  #: mailchimp_includes.php:62
22
- msgid "You must fill in"
23
- msgstr "Bitte unbedingt angeben"
24
 
25
  #: mailchimp_includes.php:59
26
  msgid "That email address is already subscribed to the list"
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
+ "PO-Revision-Date: 2010-12-17 14:34-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
  "Language-Team: Michael <michaeljaekel@me.com>\n"
14
  "MIME-Version: 1.0\n"
19
 
20
  #: mailchimp_includes.php:27
21
  #: mailchimp_includes.php:62
22
+ msgid "You must fill in %s."
23
+ msgstr "Bitte unbedingt angeben %s."
24
 
25
  #: mailchimp_includes.php:59
26
  msgid "That email address is already subscribed to the list"
po/mailchimp_i18n-en_US.mo CHANGED
Binary file
po/mailchimp_i18n-en_US.po CHANGED
@@ -8,16 +8,16 @@ msgstr ""
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
- "PO-Revision-Date: 2009-07-15 14:25-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
 
18
  #: mailchimp_includes.php:27
19
  #: mailchimp_includes.php:62
20
- msgid "You must fill in"
21
  msgstr ""
22
 
23
  #: mailchimp_includes.php:59
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
+ "PO-Revision-Date: 2010-12-17 14:35-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
+ "Language-Team: MailChimp API <api@mailchimp.com>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
 
18
  #: mailchimp_includes.php:27
19
  #: mailchimp_includes.php:62
20
+ msgid "You must fill in %s."
21
  msgstr ""
22
 
23
  #: mailchimp_includes.php:59
po/mailchimp_i18n-et_ET.mo CHANGED
Binary file
po/mailchimp_i18n-et_ET.po CHANGED
@@ -8,17 +8,17 @@ msgstr ""
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
- "PO-Revision-Date: 2010-07-07 10:56-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
 
18
  #: mailchimp_includes.php:27
19
  #: mailchimp_includes.php:62
20
- msgid "You must fill in"
21
- msgstr "Väli tuleb täita"
22
 
23
  #: mailchimp_includes.php:59
24
  msgid "That email address is already subscribed to the list"
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
+ "PO-Revision-Date: 2010-12-17 14:38-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
+ "Language-Team: MailChimp API <api@mailchimp.com>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
 
18
  #: mailchimp_includes.php:27
19
  #: mailchimp_includes.php:62
20
+ msgid "You must fill in %s."
21
+ msgstr "Väli tuleb täita %s."
22
 
23
  #: mailchimp_includes.php:59
24
  msgid "That email address is already subscribed to the list"
po/mailchimp_i18n-fr_FR.mo CHANGED
Binary file
po/mailchimp_i18n-fr_FR.po CHANGED
@@ -8,7 +8,7 @@ msgstr ""
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
- "PO-Revision-Date: 2009-08-10 12:21-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
  "Language-Team: Contributed <LL@li.org>\n"
14
  "MIME-Version: 1.0\n"
@@ -17,8 +17,8 @@ msgstr ""
17
 
18
  #: mailchimp_includes.php:27
19
  #: mailchimp_includes.php:62
20
- msgid "You must fill in"
21
- msgstr "Vous devez remplir"
22
 
23
  #: mailchimp_includes.php:59
24
  msgid "That email address is already subscribed to the list"
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
+ "PO-Revision-Date: 2010-12-17 14:37-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
  "Language-Team: Contributed <LL@li.org>\n"
14
  "MIME-Version: 1.0\n"
17
 
18
  #: mailchimp_includes.php:27
19
  #: mailchimp_includes.php:62
20
+ msgid "You must fill in %s."
21
+ msgstr "Vous devez remplir %s."
22
 
23
  #: mailchimp_includes.php:59
24
  msgid "That email address is already subscribed to the list"
po/mailchimp_i18n-hu_HU.mo CHANGED
Binary file
po/mailchimp_i18n-hu_HU.po CHANGED
@@ -8,7 +8,7 @@ msgstr ""
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
- "PO-Revision-Date: 2010-05-28 12:58-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
  "Language-Team: Fordítók <okostobi@gmail.com>\n"
14
  "MIME-Version: 1.0\n"
@@ -22,8 +22,8 @@ msgstr ""
22
 
23
  #: mailchimp_includes.php:27
24
  #: mailchimp_includes.php:62
25
- msgid "You must fill in"
26
- msgstr "Töltse ki"
27
 
28
  #: mailchimp_includes.php:59
29
  msgid "That email address is already subscribed to the list"
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
+ "PO-Revision-Date: 2010-12-17 14:37-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
  "Language-Team: Fordítók <okostobi@gmail.com>\n"
14
  "MIME-Version: 1.0\n"
22
 
23
  #: mailchimp_includes.php:27
24
  #: mailchimp_includes.php:62
25
+ msgid "You must fill in %s."
26
+ msgstr "Töltse ki %s."
27
 
28
  #: mailchimp_includes.php:59
29
  msgid "That email address is already subscribed to the list"
po/mailchimp_i18n-it_IT.mo CHANGED
Binary file
po/mailchimp_i18n-it_IT.po CHANGED
@@ -8,17 +8,17 @@ msgstr ""
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
- "PO-Revision-Date: 2009-10-29 14:44+0100\n"
12
- "Last-Translator: \n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
 
18
  #: mailchimp_includes.php:27
19
  #: mailchimp_includes.php:62
20
- msgid "You must fill in"
21
- msgstr "È necessario compilare"
22
 
23
  #: mailchimp_includes.php:59
24
  msgid "That email address is already subscribed to the list"
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
+ "PO-Revision-Date: 2010-12-17 14:36-0500\n"
12
+ "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
+ "Language-Team: MailChimp API <api@mailchimp.com>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
 
18
  #: mailchimp_includes.php:27
19
  #: mailchimp_includes.php:62
20
+ msgid "You must fill in %s."
21
+ msgstr "È necessario compilare %s."
22
 
23
  #: mailchimp_includes.php:59
24
  msgid "That email address is already subscribed to the list"
po/mailchimp_i18n-ko_KR.mo CHANGED
Binary file
po/mailchimp_i18n-ko_KR.po CHANGED
@@ -8,8 +8,8 @@ msgstr ""
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
- "PO-Revision-Date: 2009-09-15 22:21+0900\n"
12
- "Last-Translator: SK Baek <sunki.baek@gmail.com>\n"
13
  "Language-Team: <LL@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -17,8 +17,8 @@ msgstr ""
17
 
18
  #: mailchimp_includes.php:27
19
  #: mailchimp_includes.php:62
20
- msgid "You must fill in"
21
- msgstr "내용을 입력해 주세요"
22
 
23
  #: mailchimp_includes.php:59
24
  msgid "That email address is already subscribed to the list"
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
+ "PO-Revision-Date: 2010-12-17 14:37-0500\n"
12
+ "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
  "Language-Team: <LL@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
17
 
18
  #: mailchimp_includes.php:27
19
  #: mailchimp_includes.php:62
20
+ msgid "You must fill in %s."
21
+ msgstr "내용을 입력해 주세요 %s."
22
 
23
  #: mailchimp_includes.php:59
24
  msgid "That email address is already subscribed to the list"
po/mailchimp_i18n-nb_NO.mo CHANGED
Binary file
po/mailchimp_i18n-nb_NO.po CHANGED
@@ -8,7 +8,7 @@ msgstr ""
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
- "PO-Revision-Date: 2010-03-26 15:32-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
  "Language-Team: Alexander Roterud <roterud@gmail.com>\n"
14
  "MIME-Version: 1.0\n"
@@ -19,8 +19,8 @@ msgstr ""
19
 
20
  #: mailchimp_includes.php:27
21
  #: mailchimp_includes.php:62
22
- msgid "You must fill in"
23
- msgstr "Du må fylle inn"
24
 
25
  #: mailchimp_includes.php:59
26
  msgid "That email address is already subscribed to the list"
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
+ "PO-Revision-Date: 2010-12-17 14:36-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
  "Language-Team: Alexander Roterud <roterud@gmail.com>\n"
14
  "MIME-Version: 1.0\n"
19
 
20
  #: mailchimp_includes.php:27
21
  #: mailchimp_includes.php:62
22
+ msgid "You must fill in %s."
23
+ msgstr "Du må fylle inn %s."
24
 
25
  #: mailchimp_includes.php:59
26
  msgid "That email address is already subscribed to the list"
po/mailchimp_i18n-nl_BE.mo CHANGED
Binary file
po/mailchimp_i18n-nl_BE.po CHANGED
@@ -8,7 +8,7 @@ msgstr ""
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
- "PO-Revision-Date: 2010-03-26 15:31-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
  "Language-Team: Filip Stas <filip@suddenelfilio.net>\n"
14
  "MIME-Version: 1.0\n"
@@ -19,8 +19,8 @@ msgstr ""
19
 
20
  #: mailchimp_includes.php:27
21
  #: mailchimp_includes.php:62
22
- msgid "You must fill in"
23
- msgstr "Verplicht in te vullen"
24
 
25
  #: mailchimp_includes.php:59
26
  msgid "That email address is already subscribed to the list"
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
+ "PO-Revision-Date: 2010-12-17 14:37-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
  "Language-Team: Filip Stas <filip@suddenelfilio.net>\n"
14
  "MIME-Version: 1.0\n"
19
 
20
  #: mailchimp_includes.php:27
21
  #: mailchimp_includes.php:62
22
+ msgid "You must fill in %s."
23
+ msgstr "Verplicht in te vullen %s."
24
 
25
  #: mailchimp_includes.php:59
26
  msgid "That email address is already subscribed to the list"
po/mailchimp_i18n-nl_NL.mo CHANGED
Binary file
po/mailchimp_i18n-nl_NL.po CHANGED
@@ -8,7 +8,7 @@ msgstr ""
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
- "PO-Revision-Date: 2010-09-03 11:14-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
  "Language-Team: \n"
14
  "MIME-Version: 1.0\n"
@@ -17,8 +17,8 @@ msgstr ""
17
 
18
  #: mailchimp_includes.php:27
19
  #: mailchimp_includes.php:62
20
- msgid "You must fill in"
21
- msgstr "Verplicht in te vullen"
22
 
23
  #: mailchimp_includes.php:59
24
  msgid "That email address is already subscribed to the list"
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
+ "PO-Revision-Date: 2010-12-17 14:36-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
  "Language-Team: \n"
14
  "MIME-Version: 1.0\n"
17
 
18
  #: mailchimp_includes.php:27
19
  #: mailchimp_includes.php:62
20
+ msgid "You must fill in %s."
21
+ msgstr "Verplicht in te vullen %s."
22
 
23
  #: mailchimp_includes.php:59
24
  msgid "That email address is already subscribed to the list"
po/mailchimp_i18n-pt_BR.mo CHANGED
Binary file
po/mailchimp_i18n-pt_BR.po CHANGED
@@ -8,7 +8,7 @@ msgstr ""
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
- "PO-Revision-Date: 2010-07-09 10:43-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
  "Language-Team: Maria Manoela Porto <mmcmsp@gmail.com>\n"
14
  "MIME-Version: 1.0\n"
@@ -19,8 +19,8 @@ msgstr ""
19
 
20
  #: mailchimp_includes.php:27
21
  #: mailchimp_includes.php:62
22
- msgid "You must fill in"
23
- msgstr "Você deve preencher"
24
 
25
  #: mailchimp_includes.php:59
26
  msgid "That email address is already subscribed to the list"
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
+ "PO-Revision-Date: 2010-12-17 14:36-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
  "Language-Team: Maria Manoela Porto <mmcmsp@gmail.com>\n"
14
  "MIME-Version: 1.0\n"
19
 
20
  #: mailchimp_includes.php:27
21
  #: mailchimp_includes.php:62
22
+ msgid "You must fill in %s."
23
+ msgstr "Você deve preencher %s."
24
 
25
  #: mailchimp_includes.php:59
26
  msgid "That email address is already subscribed to the list"
po/mailchimp_i18n-ru_RU.mo CHANGED
Binary file
po/mailchimp_i18n-ru_RU.po CHANGED
@@ -8,8 +8,8 @@ msgstr ""
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
- "PO-Revision-Date: 2009-07-18 17:54+0300\n"
12
- "Last-Translator: Fat Cow <zhr@tut.by>\n"
13
  "Language-Team: Fat Cow <zhr@tut.by>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=utf-8\n"
@@ -20,8 +20,8 @@ msgstr ""
20
 
21
  #: mailchimp_includes.php:27
22
  #: mailchimp_includes.php:62
23
- msgid "You must fill in"
24
- msgstr "Вы должны заполнить"
25
 
26
  #: mailchimp_includes.php:59
27
  msgid "That email address is already subscribed to the list"
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
+ "PO-Revision-Date: 2010-12-17 14:36-0500\n"
12
+ "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
  "Language-Team: Fat Cow <zhr@tut.by>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=utf-8\n"
20
 
21
  #: mailchimp_includes.php:27
22
  #: mailchimp_includes.php:62
23
+ msgid "You must fill in %s."
24
+ msgstr "Вы должны заполнить %s."
25
 
26
  #: mailchimp_includes.php:59
27
  msgid "That email address is already subscribed to the list"
po/mailchimp_i18n-sv_SE.mo CHANGED
Binary file
po/mailchimp_i18n-sv_SE.po CHANGED
@@ -8,7 +8,7 @@ msgstr ""
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
- "PO-Revision-Date: 2009-10-28 12:09-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
  "Language-Team: Sebastian Johnsson <sebastian@agiley.se>\n"
14
  "MIME-Version: 1.0\n"
@@ -17,8 +17,8 @@ msgstr ""
17
 
18
  #: mailchimp_includes.php:27
19
  #: mailchimp_includes.php:62
20
- msgid "You must fill in"
21
- msgstr "Du måste ange"
22
 
23
  #: mailchimp_includes.php:59
24
  msgid "That email address is already subscribed to the list"
8
  "Project-Id-Version: MailChimp 1.1.5\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/mailchimp\n"
10
  "POT-Creation-Date: 2009-07-15 14:23-0400\n"
11
+ "PO-Revision-Date: 2010-12-17 14:36-0500\n"
12
  "Last-Translator: MailChimp API <api@mailchimp.com>\n"
13
  "Language-Team: Sebastian Johnsson <sebastian@agiley.se>\n"
14
  "MIME-Version: 1.0\n"
17
 
18
  #: mailchimp_includes.php:27
19
  #: mailchimp_includes.php:62
20
+ msgid "You must fill in %s."
21
+ msgstr "Du måste ange %s."
22
 
23
  #: mailchimp_includes.php:59
24
  msgid "That email address is already subscribed to the list"
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: mc_jesse, crowdfavorite
3
  Tags: mailchimp, email, newsletter, signup, marketing, plugin, widget
4
  Requires at least: 2.8
5
  Tested up to: 3.0.1
6
- Stable tag: 1.2
7
  Author URI: http://www.mailchimp.com/api/
8
  Plugin URI: http://www.mailchimp.com/plugins/mailchimp-wordpress-plugin/
9
 
@@ -56,12 +56,14 @@ http://wordpress.org/extend/plugins/exec-php/
56
 
57
  == Upgrading ==
58
 
59
- If you are upgrading to version 1.2 and you used the widget in your sidebar previously, all you need to do is drag the `MailChimp Widget` back into the sidebar, visit the MailChimp settings page (which will have maintained your prior settings), click the "Update List" button, and you're done!
60
 
61
  == Internationalization (i18n) ==
62
  Currently we have the plugin configured so it can be easily translated and the following languages supported:
63
 
64
- * de_DE - German in the Germany (thanks to Michael Jaekel for contributing)
 
 
65
  * en_US - English in the U.S.
66
  * et_ET - Estonian in Estonia (thanks to [Helen Urbanik](http://www.motomaania.ee/) for contributing)
67
  * fr_FR - French in France (thanks to [Maxime Toulliou](http://www.maximetoulliou.com/) for contributing)
@@ -112,3 +114,14 @@ Maybe! Look in the /po/ directory in our plugin package and see if your language
112
  4. Configuring extra fields on your Signup Form (optional)
113
  5. An example Signup Form Widget
114
 
 
 
 
 
 
 
 
 
 
 
 
3
  Tags: mailchimp, email, newsletter, signup, marketing, plugin, widget
4
  Requires at least: 2.8
5
  Tested up to: 3.0.1
6
+ Stable tag: 1.2.1
7
  Author URI: http://www.mailchimp.com/api/
8
  Plugin URI: http://www.mailchimp.com/plugins/mailchimp-wordpress-plugin/
9
 
56
 
57
  == Upgrading ==
58
 
59
+ If you are upgrading to version 1.2.1 and you used the widget in your sidebar previously, all you need to do is drag the `MailChimp Widget` back into the sidebar, visit the MailChimp settings page (which will have maintained your prior settings), click the "Update List" button, and you're done!
60
 
61
  == Internationalization (i18n) ==
62
  Currently we have the plugin configured so it can be easily translated and the following languages supported:
63
 
64
+ * bg_BG - Bulgarian in Bulgaria (thanks to [SiteGround](http://www.siteground.com/wordpress-hosting.htm) for contributing)
65
+ * cs_CZ - Czech in the Czech Republic (thanks to [Peter Kahoun](http://kahi.cz/) for contributing)
66
+ * de_DE - German in Germany (thanks to Michael Jaekel for contributing)
67
  * en_US - English in the U.S.
68
  * et_ET - Estonian in Estonia (thanks to [Helen Urbanik](http://www.motomaania.ee/) for contributing)
69
  * fr_FR - French in France (thanks to [Maxime Toulliou](http://www.maximetoulliou.com/) for contributing)
114
  4. Configuring extra fields on your Signup Form (optional)
115
  5. An example Signup Form Widget
116
 
117
+ == Changelog ==
118
+
119
+ = 1.2.1 =
120
+ * Fixed internationalization path bug.
121
+ * Fixed instances where i18n functions weren't necessary in admin.
122
+ * Added more strings to be translated.
123
+
124
+ = 1.2 =
125
+ * Recommended Upgrade, please see "Upgrading" section of readme.
126
+ * Security and various other improvements
127
+