Email Subscribers & Newsletters - Version 3.4.7

Version Description

(16.01.2018) =

  • Fix: Empty email with only unsubscribe links sent to subscribers
  • Fix: Remove usage of rawurlencode() to prevent broken subscribe & unsubscribe links
  • Update: Removed the functionality to subscribe emails with special characters
  • Update: Change in logic for updating subscribers information in subscribers dashboard
  • Update: POT file
  • Localization: Translation for Italian (it_IT) language added (Thanks to Roberto Pavesi)
  • Localization: Translation for German (de_DE) language updated (Thanks to Markus Buschmann)
  • Localization: Translation for Polish (pl_PL) language updated (Thanks to Witold)
  • Localization: Made all other translation files up-to-date with latest POT file
Download this release

Release Info

Developer storeapps
Plugin Icon 128x128 Email Subscribers & Newsletters
Version 3.4.7
Comparing to
See all releases

Code changes from version 3.4.6 to 3.4.7

Files changed (39) hide show
  1. changelog.txt +12 -0
  2. classes/es-offer.php +0 -78
  3. classes/es-register.php +39 -54
  4. classes/es-sendmail.php +16 -11
  5. email-subscribers.php +2 -2
  6. images/banner-772x250.png +0 -0
  7. images/christmas.png +0 -0
  8. images/es-growth-rocket.png +0 -0
  9. images/spinner-2x.gif +0 -0
  10. languages/email-subscribers-ca.mo +0 -0
  11. languages/email-subscribers-ca.po +226 -200
  12. languages/email-subscribers-cs_CZ.mo +0 -0
  13. languages/email-subscribers-cs_CZ.po +47 -53
  14. languages/email-subscribers-de_DE.mo +0 -0
  15. languages/email-subscribers-de_DE.po +257 -229
  16. languages/email-subscribers-es_ES.mo +0 -0
  17. languages/email-subscribers-es_ES.po +47 -53
  18. languages/email-subscribers-fr_FR.mo +0 -0
  19. languages/email-subscribers-fr_FR.po +47 -53
  20. languages/email-subscribers-hu_HU.mo +0 -0
  21. languages/email-subscribers-hu_HU.po +47 -53
  22. languages/email-subscribers-it_IT.mo +0 -0
  23. languages/email-subscribers-it_IT.po +2227 -0
  24. languages/email-subscribers-lt_LT.mo +0 -0
  25. languages/email-subscribers-lt_LT.po +47 -53
  26. languages/email-subscribers-nb_NO.mo +0 -0
  27. languages/email-subscribers-nb_NO.po +47 -53
  28. languages/email-subscribers-pl_PL.mo +0 -0
  29. languages/email-subscribers-pl_PL.po +303 -274
  30. languages/email-subscribers-pt_BR.mo +0 -0
  31. languages/email-subscribers-pt_BR.po +47 -53
  32. languages/email-subscribers-sv_SE.mo +0 -0
  33. languages/email-subscribers-sv_SE.po +47 -53
  34. languages/email-subscribers-tr_TR.mo +0 -0
  35. languages/email-subscribers-tr_TR.po +47 -53
  36. languages/email-subscribers.pot +43 -49
  37. query/db_subscriber.php +20 -19
  38. readme.txt +25 -1
  39. subscribers/view-subscriber-show.php +2 -2
changelog.txt CHANGED
@@ -4,6 +4,18 @@ Author : Icegram
4
  Author URI : https://www.icegram.com/
5
  License : GPLv3
6
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ************************************************************Version 3.4.6************************************************************
8
 
9
  * Fix: Fatal error while accessing subscribers export screen
4
  Author URI : https://www.icegram.com/
5
  License : GPLv3
6
 
7
+ ************************************************************Version 3.4.7************************************************************
8
+
9
+ * Fix: Empty email with only unsubscribe links sent to subscribers
10
+ * Fix: Remove usage of rawurlencode() to prevent broken subscribe & unsubscribe links
11
+ * Update: Removed the functionality to subscribe emails with special characters
12
+ * Update: Change in logic for updating subscribers information in subscribers dashboard
13
+ * Update: POT file
14
+ * Localization: Translation for Italian (it_IT) language added (Thanks to Roberto Pavesi)
15
+ * Localization: Translation for German (de_DE) language updated (Thanks to Markus Buschmann)
16
+ * Localization: Translation for Polish (pl_PL) language updated (Thanks to Witold)
17
+ * Localization: Made all other translation files up-to-date with latest POT file
18
+
19
  ************************************************************Version 3.4.6************************************************************
20
 
21
  * Fix: Fatal error while accessing subscribers export screen
classes/es-offer.php DELETED
@@ -1,78 +0,0 @@
1
- <?php
2
-
3
- // Exit if accessed directly
4
- if ( ! defined( 'ABSPATH' ) ) {
5
- exit;
6
- }
7
-
8
- if( get_option('es_offer_christmas_done_email_subscribers') == 'no' ) return;
9
-
10
- ?>
11
-
12
- <style type="text/css">
13
- .es_offer {
14
- width: 90%;
15
- height: auto;
16
- margin: 1em auto;
17
- text-align: center;
18
- background-color: #00003a;
19
- font-size: 1.2em;
20
- letter-spacing: 3px;
21
- line-height: 1.2em;
22
- padding: 2em;
23
- background-image: url('<?php echo ES_URL ?>images/christmas.png');
24
- background-repeat: no-repeat;
25
- background-size: contain;
26
- background-position: left;
27
- }
28
- .es_offer_heading {
29
- color: #64ddc1;
30
- padding: 1em 0;
31
- line-height: 1.2em;
32
- }
33
- .es_main_heading {
34
- font-size: 3em;
35
- color: #FFFFFF;
36
- font-weight: 600;
37
- margin-bottom: 0.6em;
38
- line-height: 1.2em;
39
- position: relative;
40
- }
41
- .es_text {
42
- font-size: 0.9em;
43
- }
44
- .es_left_text {
45
- padding: 0.6em 5.4em 0.6em;
46
- color: #FFFFFF;
47
- }
48
- .es_right_text {
49
- color: #FFFFFF;
50
- font-weight: 600;
51
- max-width: 50%;
52
- padding: 10px 56px;
53
- width: auto;
54
- margin: 0;
55
- display: inline-block;
56
- text-decoration: none;
57
- background: #b70f0f;
58
- }
59
- .es_right_text:hover, .es_right_text:active {
60
- color: inherit;
61
- }
62
- .es_offer_content {
63
- margin-left: 15%;
64
- }
65
- </style>
66
-
67
- <div class="es_offer">
68
- <div style="float:right;"><img src="<?php echo ES_URL ?>images/icegram-logo-16bit-gray-30.png"/></div>
69
- <div class="es_offer_content">
70
- <div class="es_offer_heading">It's time to be merry!</div>
71
- <div class="es_main_heading">Grab FLAT 20% OFF Storewide</div>
72
- <div class="es_text">
73
- <div class="es_left_text" style="font-size:1.1em;">Offer applicable on all premium plans of <span style="color:#64ddc1;font-weight:bold">Email Subscribers, Icegram & Rainmaker</span></div>
74
- <a href="?dismiss_admin_notice=1&option_name=es_offer_christmas_done" target="_blank" class="es_right_text">Start Shopping</a>
75
- <div class="es_left_text">Offer ends on 26th December, 2017 - so hurry.. </div>
76
- </div>
77
- </div>
78
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
classes/es-register.php CHANGED
@@ -701,19 +701,12 @@ class es_cls_registerhook {
701
  $screen = get_current_screen();
702
  if ( !in_array( $screen->id, array( 'toplevel_page_es-view-subscribers', 'edit-es_template', 'email-subscribers_page_es-notification', 'email-subscribers_page_es-notification', 'email-subscribers_page_es-sendemail', 'email-subscribers_page_es-settings', 'email-subscribers_page_es-sentmail', 'email-subscribers_page_es-general-information' ), true ) ) return;
703
 
704
- $timezone_format = _x('Y-m-d', 'timezone date format');
705
- $es_current_date = strtotime(date_i18n($timezone_format));
706
- $es_offer_start = strtotime("2017-12-18");
707
- $es_offer_end = strtotime("2017-12-26");
708
-
709
  $total_subscribers = es_cls_dbquery::es_view_subscriber_count(0);
710
 
711
- if( ($es_current_date >= $es_offer_start) && ($es_current_date <= $es_offer_end) && $total_subscribers > '10' ) {
712
- include_once( 'es-offer.php' );
713
- } else {
714
- // To show notice for Compose & Keywords change
715
- $es_keyword_change_notice_email_subscribers = get_option( 'es_keyword_change_notice_email_subscribers' );
716
- if ( $es_keyword_change_notice_email_subscribers != 'no' ) {
717
 
718
  ?>
719
  <style type="text/css">
@@ -735,16 +728,16 @@ class es_cls_registerhook {
735
  background-color: #363b3f;
736
  }
737
  a.es-admin-btn-secondary {
738
- background: #fafafa;
739
- margin-left: 20px;
740
  font-weight: 400;
 
741
  }
742
  </style>
743
  <?php
744
 
745
- $url = 'https://www.icegram.com/email-subscribers-gets-more-user-friendly/?utm_source=es&utm_medium=in_app_banner&utm_campaign=view_banner';
746
- $admin_notice_text_for_keyword_update = __( 'Compose is now changed to <b>Templates</b> and Keyword structure has been simplified. All your previously created templates and keywords have been automatically updated to the new structure.<br>', ES_TDOMAIN );
747
- echo '<div class="notice notice-warning"><p>'.$admin_notice_text_for_keyword_update.'<a target="_blank" style="display:inline-block" class="es-admin-btn" href="'.$url.'">'.__( 'Check all the changes&nbsp;&nbsp;', ES_TDOMAIN ).'</a><a style="display:inline-block" class="es-admin-btn es-admin-btn-secondary" href="?dismiss_admin_notice=1&option_name=es_keyword_change_notice">'.__( 'No thanks, I know about it already.', ES_TDOMAIN ).'</a></p></div>';
748
  }
749
 
750
  }
@@ -758,18 +751,10 @@ class es_cls_registerhook {
758
  $option_name = sanitize_text_field($_GET['option_name']);
759
  update_option( $option_name.'_email_subscribers', 'no' );
760
 
761
- $timezone_format = _x('Y-m-d', 'timezone date format');
762
- $es_current_date = strtotime(date_i18n($timezone_format));
763
- $es_offer_start = strtotime("2017-12-18");
764
- $es_offer_end = strtotime("2017-12-26");
765
- if( ($es_current_date >= $es_offer_start) && ($es_current_date <= $es_offer_end) ) {
766
- header("Location: https://www.icegram.com/?utm_source=in_app&utm_medium=ig_banner&utm_campaign=christmas2017_30");
767
- exit();
768
- } else {
769
- $referer = wp_get_referer();
770
- wp_safe_redirect( $referer );
771
- exit();
772
- }
773
  }
774
 
775
  }
@@ -820,19 +805,19 @@ class es_cls_registerhook {
820
  );
821
 
822
  $args = array(
823
- 'labels' => $labels,
824
- 'public' => true,
825
- 'publicly_queryable' => false,
826
  'exclude_from_search' => true,
827
- 'show_ui' => true,
828
- 'show_in_menu' => 'edit.php?post_type=es_template',
829
- 'query_var' => true,
830
- 'rewrite' => array( 'slug' => 'es_template' ),
831
- 'capability_type' => 'post',
832
- 'has_archive' => false,
833
- 'hierarchical' => false,
834
- 'menu_position' => null,
835
- 'supports' => array( 'title', 'editor', 'thumbnail')
836
  );
837
 
838
  register_post_type( 'es_template', $args );
@@ -880,20 +865,20 @@ class es_cls_registerhook {
880
  return $column;
881
  }
882
 
883
- public static function es_add_admin_css(){
884
 
885
  global $current_screen;
886
 
887
  if($current_screen->post_type != 'es_template') return;
888
 
889
- ?>
890
  <style type="text/css">
891
  .column-es_templ_thumbnail, #es_templ_thumbnail,
892
  .column-es_templ_type, #es_templ_type {
893
  text-align: center !important;
894
  }
895
  </style>
896
- <?php
897
  }
898
 
899
  public static function es_add_template_action( $actions, $post ) {
@@ -918,16 +903,16 @@ class es_cls_registerhook {
918
  $es_templ_type = get_post_meta($post->ID, 'es_template_type', true);
919
  }
920
  ?>
921
- <p style="margin-top: 0em; !important;">
922
- <?php echo __( 'Available Keyword for Post Notification: {{POSTTITLE}}', ES_TDOMAIN ); ?>
923
- </p>
924
- <p>
925
- <label for="tag-link"><?php echo __( 'Select your Email Template Type', ES_TDOMAIN ); ?></label><br/>
926
- <select name="es_template_type" id="es_template_type">
927
- <option value='Newsletter' <?php if( $es_templ_type == 'Newsletter' ) { echo 'selected="selected"' ; } ?>><?php echo __( 'Newsletter', ES_TDOMAIN ); ?></option>
928
- <option value='Post Notification' <?php if( $es_templ_type == 'Post Notification' ) { echo 'selected="selected"' ; } ?>><?php echo __( 'Post Notification', ES_TDOMAIN ); ?></option>
929
- </select>
930
- </p>
931
  <?php
932
  }
933
 
@@ -961,7 +946,7 @@ class es_cls_registerhook {
961
 
962
  global $post;
963
  if ($post->post_type != 'es_template') return;
964
-
965
  $es_templ_type = get_post_meta($post->ID, 'es_template_type', true);
966
  $page = ($es_templ_type == 'Newsletter') ? 'es-sendemail' : 'es-notification';
967
  $preview_url = ES_ADMINURL."?page=".$page."&amp;ac=preview&did=".$post->ID;
701
  $screen = get_current_screen();
702
  if ( !in_array( $screen->id, array( 'toplevel_page_es-view-subscribers', 'edit-es_template', 'email-subscribers_page_es-notification', 'email-subscribers_page_es-notification', 'email-subscribers_page_es-sendemail', 'email-subscribers_page_es-settings', 'email-subscribers_page_es-sentmail', 'email-subscribers_page_es-general-information' ), true ) ) return;
703
 
 
 
 
 
 
704
  $total_subscribers = es_cls_dbquery::es_view_subscriber_count(0);
705
 
706
+ // To show notice for Paid plans
707
+ if( $total_subscribers >= 10 ) {
708
+ $es_pro_plan_upsell_notice_email_subscribers = get_option( 'es_pro_plan_upsell_notice_email_subscribers' );
709
+ if ( $es_pro_plan_upsell_notice_email_subscribers != 'no' ) {
 
 
710
 
711
  ?>
712
  <style type="text/css">
728
  background-color: #363b3f;
729
  }
730
  a.es-admin-btn-secondary {
731
+ margin-left: 1em;
 
732
  font-weight: 400;
733
+ background-color: cornsilk;
734
  }
735
  </style>
736
  <?php
737
 
738
+ $url = 'https://www.icegram.com/email-subscribers-pricing/?utm_source=es&utm_medium=in_app_banner&utm_campaign=view_banner';
739
+ $admin_notice_text_for_pro_plan_upsell = __( '<b>Want readymade email templates?</b> Also want to <b>clean your subscribers list?</b> Come check our Pro plan.', ES_TDOMAIN );
740
+ echo '<div class="notice notice-warning" style="background-color: cornsilk;"><p style="letter-spacing: 0.6px;">'.$admin_notice_text_for_pro_plan_upsell.'<a target="_blank" style="display:inline-block" class="es-admin-btn" href="'.$url.'">'.__( 'Check Pro plan&nbsp;&nbsp;', ES_TDOMAIN ).'</a><a style="display:inline-block" class="es-admin-btn es-admin-btn-secondary" href="?dismiss_admin_notice=1&option_name=es_pro_plan_upsell_notice">'.__( 'Not interested.', ES_TDOMAIN ).'</a></p></div>';
741
  }
742
 
743
  }
751
  $option_name = sanitize_text_field($_GET['option_name']);
752
  update_option( $option_name.'_email_subscribers', 'no' );
753
 
754
+ $referer = wp_get_referer();
755
+ wp_safe_redirect( $referer );
756
+ exit();
757
+
 
 
 
 
 
 
 
 
758
  }
759
 
760
  }
805
  );
806
 
807
  $args = array(
808
+ 'labels' => $labels,
809
+ 'public' => true,
810
+ 'publicly_queryable' => false,
811
  'exclude_from_search' => true,
812
+ 'show_ui' => true,
813
+ 'show_in_menu' => 'edit.php?post_type=es_template',
814
+ 'query_var' => true,
815
+ 'rewrite' => array( 'slug' => 'es_template' ),
816
+ 'capability_type' => 'post',
817
+ 'has_archive' => false,
818
+ 'hierarchical' => false,
819
+ 'menu_position' => null,
820
+ 'supports' => array( 'title', 'editor', 'thumbnail')
821
  );
822
 
823
  register_post_type( 'es_template', $args );
865
  return $column;
866
  }
867
 
868
+ public static function es_add_admin_css() {
869
 
870
  global $current_screen;
871
 
872
  if($current_screen->post_type != 'es_template') return;
873
 
874
+ ?>
875
  <style type="text/css">
876
  .column-es_templ_thumbnail, #es_templ_thumbnail,
877
  .column-es_templ_type, #es_templ_type {
878
  text-align: center !important;
879
  }
880
  </style>
881
+ <?php
882
  }
883
 
884
  public static function es_add_template_action( $actions, $post ) {
903
  $es_templ_type = get_post_meta($post->ID, 'es_template_type', true);
904
  }
905
  ?>
906
+ <p style="margin-top: 0em; !important;">
907
+ <?php echo __( 'Available Keyword for Post Notification: {{POSTTITLE}}', ES_TDOMAIN ); ?>
908
+ </p>
909
+ <p>
910
+ <label for="tag-link"><?php echo __( 'Select your Email Template Type', ES_TDOMAIN ); ?></label><br/>
911
+ <select name="es_template_type" id="es_template_type">
912
+ <option value='Newsletter' <?php if( $es_templ_type == 'Newsletter' ) { echo 'selected="selected"' ; } ?>><?php echo __( 'Newsletter', ES_TDOMAIN ); ?></option>
913
+ <option value='Post Notification' <?php if( $es_templ_type == 'Post Notification' ) { echo 'selected="selected"' ; } ?>><?php echo __( 'Post Notification', ES_TDOMAIN ); ?></option>
914
+ </select>
915
+ </p>
916
  <?php
917
  }
918
 
946
 
947
  global $post;
948
  if ($post->post_type != 'es_template') return;
949
+
950
  $es_templ_type = get_post_meta($post->ID, 'es_template_type', true);
951
  $page = ($es_templ_type == 'Newsletter') ? 'es-sendemail' : 'es-notification';
952
  $preview_url = ES_ADMINURL."?page=".$page."&amp;ac=preview&did=".$post->ID;
classes/es-sendmail.php CHANGED
@@ -47,11 +47,14 @@ class es_cls_sendmail {
47
  $notification = es_cls_notification::es_notification_prepare($post_id);
48
 
49
  if ( count($notification) > 0 ) {
50
- $template = $notification[0]["es_note_templ"];
 
 
 
51
  $mailsenttype = $notification[0]["es_note_status"];
52
- if($mailsenttype == "Enable") {
53
  $mailsenttype = "Immediately";
54
- } elseif($mailsenttype == "Cron") {
55
  $mailsenttype = "Cron";
56
  } else {
57
  $mailsenttype = "Immediately";
@@ -59,9 +62,11 @@ class es_cls_sendmail {
59
 
60
  $subscribers = array();
61
  $subscribers = es_cls_notification::es_notification_subscribers($notification);
62
- if ( count($subscribers) > 0 ) {
63
- es_cls_sendmail::es_sendmail( "notification", $template, $subscribers, "Post Notification", $post_id, $mailsenttype );
 
64
  }
 
65
  }
66
  }
67
  }
@@ -128,7 +133,7 @@ class es_cls_sendmail {
128
  if(count($subscriber) > 0) {
129
  $unsublink = $settings['ig_es_unsublink'];
130
  $unsublink = str_replace("{{DBID}}", $subscriber[0]["es_email_id"], $unsublink);
131
- $unsublink = str_replace("{{EMAIL}}", rawurlencode($subscriber[0]["es_email_mail"]), $unsublink);
132
  $unsublink = str_replace("{{GUID}}", $subscriber[0]["es_email_guid"], $unsublink);
133
  $unsublink = $unsublink . "&cache=".$cacheid;
134
 
@@ -372,7 +377,7 @@ class es_cls_sendmail {
372
 
373
  $optinlink = $settings['ig_es_optinlink'];
374
  $optinlink = str_replace("{{DBID}}", $subscriber["es_email_id"], $optinlink);
375
- $optinlink = str_replace("{{EMAIL}}", rawurlencode($subscriber["es_email_mail"]), $optinlink);
376
  $optinlink = str_replace("{{GUID}}", $subscriber["es_email_guid"], $optinlink);
377
  $optinlink = $optinlink . "&cache=".$cacheid;
378
 
@@ -387,7 +392,7 @@ class es_cls_sendmail {
387
  // Making an unsubscribe link
388
  $unsublink = $settings['ig_es_unsublink'];
389
  $unsublink = str_replace("{{DBID}}", $subscriber["es_email_id"], $unsublink);
390
- $unsublink = str_replace("{{EMAIL}}", rawurlencode($subscriber["es_email_mail"]), $unsublink);
391
  $unsublink = str_replace("{{GUID}}", $subscriber["es_email_guid"], $unsublink);
392
  $unsublink = $unsublink . "&cache=".$cacheid;
393
  $content_send = str_replace("{{LINK}}", $unsublink, $content_send);
@@ -411,7 +416,7 @@ class es_cls_sendmail {
411
  if($mailsenttype != "Cron") { // Cron mail not sending by this method
412
  $unsublink = $settings['ig_es_unsublink'];
413
  $unsublink = str_replace("{{DBID}}", $subscriber["es_email_id"], $unsublink);
414
- $unsublink = str_replace("{{EMAIL}}", rawurlencode($subscriber["es_email_mail"]), $unsublink);
415
  $unsublink = str_replace("{{GUID}}", $subscriber["es_email_guid"], $unsublink);
416
  $unsublink = $unsublink . "&cache=".$cacheid;
417
 
@@ -446,7 +451,7 @@ class es_cls_sendmail {
446
 
447
  $unsublink = $settings['ig_es_unsublink'];
448
  $unsublink = str_replace("{{DBID}}", $subscriber["es_email_id"], $unsublink);
449
- $unsublink = str_replace("{{EMAIL}}", rawurlencode($subscriber["es_email_mail"]), $unsublink);
450
  $unsublink = str_replace("{{GUID}}", $subscriber["es_email_guid"], $unsublink);
451
  $unsublink = $unsublink . "&cache=".$cacheid;
452
 
@@ -501,7 +506,7 @@ class es_cls_sendmail {
501
  }
502
  } else {
503
  if($mailsenttype != "Cron") { // Cron mail not sending by this method
504
- mail($to ,$subject, $content_send . $unsubtext . $viewstslink, $headers);
505
  }
506
  }
507
 
47
  $notification = es_cls_notification::es_notification_prepare($post_id);
48
 
49
  if ( count($notification) > 0 ) {
50
+
51
+ $template_id = $notification[0]["es_note_templ"];
52
+ $template_status = get_post_status( $template_id ); // to confirm if template exists in ES->Templates
53
+
54
  $mailsenttype = $notification[0]["es_note_status"];
55
+ if ( $mailsenttype == "Enable" ) {
56
  $mailsenttype = "Immediately";
57
+ } elseif ( $mailsenttype == "Cron" ) {
58
  $mailsenttype = "Cron";
59
  } else {
60
  $mailsenttype = "Immediately";
62
 
63
  $subscribers = array();
64
  $subscribers = es_cls_notification::es_notification_subscribers($notification);
65
+
66
+ if ( count($subscribers) > 0 && !empty( $template_status ) ) {
67
+ es_cls_sendmail::es_sendmail( "notification", $template_id, $subscribers, "Post Notification", $post_id, $mailsenttype );
68
  }
69
+
70
  }
71
  }
72
  }
133
  if(count($subscriber) > 0) {
134
  $unsublink = $settings['ig_es_unsublink'];
135
  $unsublink = str_replace("{{DBID}}", $subscriber[0]["es_email_id"], $unsublink);
136
+ $unsublink = str_replace("{{EMAIL}}", $subscriber[0]["es_email_mail"], $unsublink);
137
  $unsublink = str_replace("{{GUID}}", $subscriber[0]["es_email_guid"], $unsublink);
138
  $unsublink = $unsublink . "&cache=".$cacheid;
139
 
377
 
378
  $optinlink = $settings['ig_es_optinlink'];
379
  $optinlink = str_replace("{{DBID}}", $subscriber["es_email_id"], $optinlink);
380
+ $optinlink = str_replace("{{EMAIL}}", $subscriber["es_email_mail"], $optinlink);
381
  $optinlink = str_replace("{{GUID}}", $subscriber["es_email_guid"], $optinlink);
382
  $optinlink = $optinlink . "&cache=".$cacheid;
383
 
392
  // Making an unsubscribe link
393
  $unsublink = $settings['ig_es_unsublink'];
394
  $unsublink = str_replace("{{DBID}}", $subscriber["es_email_id"], $unsublink);
395
+ $unsublink = str_replace("{{EMAIL}}", $subscriber["es_email_mail"], $unsublink);
396
  $unsublink = str_replace("{{GUID}}", $subscriber["es_email_guid"], $unsublink);
397
  $unsublink = $unsublink . "&cache=".$cacheid;
398
  $content_send = str_replace("{{LINK}}", $unsublink, $content_send);
416
  if($mailsenttype != "Cron") { // Cron mail not sending by this method
417
  $unsublink = $settings['ig_es_unsublink'];
418
  $unsublink = str_replace("{{DBID}}", $subscriber["es_email_id"], $unsublink);
419
+ $unsublink = str_replace("{{EMAIL}}", $subscriber["es_email_mail"], $unsublink);
420
  $unsublink = str_replace("{{GUID}}", $subscriber["es_email_guid"], $unsublink);
421
  $unsublink = $unsublink . "&cache=".$cacheid;
422
 
451
 
452
  $unsublink = $settings['ig_es_unsublink'];
453
  $unsublink = str_replace("{{DBID}}", $subscriber["es_email_id"], $unsublink);
454
+ $unsublink = str_replace("{{EMAIL}}", $subscriber["es_email_mail"], $unsublink);
455
  $unsublink = str_replace("{{GUID}}", $subscriber["es_email_guid"], $unsublink);
456
  $unsublink = $unsublink . "&cache=".$cacheid;
457
 
506
  }
507
  } else {
508
  if($mailsenttype != "Cron") { // Cron mail not sending by this method
509
+ mail($to, $subject, $content_send . $unsubtext . $viewstslink, $headers);
510
  }
511
  }
512
 
email-subscribers.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Email Subscribers & Newsletters
4
  * Plugin URI: https://www.icegram.com/
5
  * Description: Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it is published.
6
- * Version: 3.4.6
7
  * Author: Icegram
8
  * Author URI: https://www.icegram.com/
9
  * Requires at least: 3.4
@@ -12,7 +12,7 @@
12
  * Domain Path: /languages/
13
  * License: GPLv3
14
  * License URI: http://www.gnu.org/licenses/gpl-3.0.html
15
- * Copyright (c) 2016, 2017 Icegram
16
  */
17
 
18
  if ( preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF']) ) {
3
  * Plugin Name: Email Subscribers & Newsletters
4
  * Plugin URI: https://www.icegram.com/
5
  * Description: Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it is published.
6
+ * Version: 3.4.7
7
  * Author: Icegram
8
  * Author URI: https://www.icegram.com/
9
  * Requires at least: 3.4
12
  * Domain Path: /languages/
13
  * License: GPLv3
14
  * License URI: http://www.gnu.org/licenses/gpl-3.0.html
15
+ * Copyright (c) 2016-2018 Icegram
16
  */
17
 
18
  if ( preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF']) ) {
images/banner-772x250.png CHANGED
Binary file
images/christmas.png DELETED
Binary file
images/es-growth-rocket.png DELETED
Binary file
images/spinner-2x.gif DELETED
Binary file
languages/email-subscribers-ca.mo CHANGED
Binary file
languages/email-subscribers-ca.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Email Subscribers & Newsletters 3.4.5\n"
4
  "Report-Msgid-Bugs-To: https://www.storeapps.org/support/contact-us/\n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Fri Dec 15 2017 12:24:00 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -32,111 +32,19 @@ msgstr ""
32
  msgid "(Use templates menu to create new)"
33
  msgstr ""
34
 
35
- #: ../settings/settings-edit.php:117
36
- msgid ""
37
- "Select image size for {{POSTIMAGE}} to be shown in the Post Notification "
38
- "Emails."
39
- msgstr ""
40
-
41
- #: ../settings/settings-edit.php:157
42
- msgid ""
43
- "Content for the admin email whenever a new subscriber signs up and is "
44
- "confirmed.<br />Available Keywords: {{NAME}}, {{EMAIL}}, {{GROUP}}"
45
- msgstr ""
46
-
47
- #: ../settings/settings-edit.php:172
48
- msgid ""
49
- "Content for the email report which will be sent to admin.<br />Available "
50
- "Keywords: {{COUNT}}, {{UNIQUE}}, {{STARTTIME}}, {{ENDTIME}}"
51
- msgstr ""
52
-
53
- #: ../settings/settings-edit.php:191
54
- msgid ""
55
- "Content for the confirmation email to be sent for Double Opt-In whenever a "
56
- "subscriber signs up.<br />Available Keywords: {{NAME}}, {{LINK}}"
57
- msgstr ""
58
-
59
- #: ../settings/settings-edit.php:232
60
- msgid ""
61
- "Content for the subscriber welcome email whenever a user's email is either "
62
- "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
63
- "<br />Available Keywords: {{NAME}}, {{GROUP}}, {{LINK}}"
64
- msgstr ""
65
-
66
- #: ../settings/settings-edit.php:248
67
- msgid ""
68
- "The text for the unsubscribe link. This text is automatically added with "
69
- "unsubscribe link in the emails.<br />Available Keyword: {{LINK}}"
70
- msgstr ""
71
-
72
- #: ../settings/settings-edit.php:300
73
- msgid "Templates Menu"
74
- msgstr ""
75
-
76
- #: ../settings/settings-edit.php:375
77
- msgid ""
78
- "Email to admin whenever a cron URL is triggered from your server.<br "
79
- "/>Available Keywords: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
80
  msgstr ""
81
 
82
  #: ../subscribers/view-subscriber-show.php:256
83
  msgid "Total Subscribers: "
84
  msgstr ""
85
 
86
- #: ../templates/template-preview.php:31
87
- msgid "Template Preview"
88
- msgstr ""
89
-
90
- #: ../templates/template-preview.php:39
91
- msgid "This is how your email may look."
92
- msgstr ""
93
-
94
- #: ../templates/template-preview.php:41
95
- msgid ""
96
- "<br><br>This Post Notification preview has replaced keywords from your last "
97
- "published blog post."
98
- msgstr ""
99
-
100
- #: ../templates/template-preview.php:43
101
- msgid ""
102
- "<br><br>Note: Different email services (like gmail, yahoo etc) display email "
103
- "content differently. So there could be a slight variation on how your "
104
- "customer will view the email content."
105
- msgstr ""
106
-
107
  #: ../help/help.php:267
108
  msgid "Use HTML editor to create newsletters and post notifications."
109
  msgstr ""
110
 
111
- #: ../help/help.php:308
112
- msgid "General Plugin Configuration"
113
- msgstr ""
114
-
115
- #: ../help/help.php:326
116
- msgid "How to check sent emails?"
117
- msgstr ""
118
-
119
- #: ../help/help.php:338
120
- msgid "Create and Send Newsletter Emails"
121
- msgstr ""
122
-
123
- #: ../help/help.php:341
124
- msgid "Keywords in the Newsletters"
125
- msgstr ""
126
-
127
- #: ../help/help.php:348
128
- msgid "Create and Send Post Notification Emails when new posts are published"
129
- msgstr ""
130
-
131
- #: ../help/help.php:362
132
- msgid "What is Cron and how to Schedule Cron Emails?"
133
- msgstr ""
134
-
135
- #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
136
- #: register.php:805 ../classes/es-register.php:806 ../classes/es-register.php:811
137
- msgid "Templates"
138
- msgstr ""
139
-
140
  #: ../classes/es-register.php:201
141
  msgctxt "view-subscriber-enhanced-select"
142
  msgid ""
@@ -149,88 +57,18 @@ msgctxt "notification-enhanced-select"
149
  msgid "Please select notification mail subject. Use templates menu to create new."
150
  msgstr ""
151
 
152
- #: ../classes/es-register.php:746
153
  msgid ""
154
- "Compose is now changed to <b>Templates</b> and Keyword structure has been "
155
- "simplified. All your previously created templates and keywords have been "
156
- "automatically updated to the new structure.<br>"
157
- msgstr ""
158
-
159
- #: ../classes/es-register.php:747
160
- msgid "Check all the changes&nbsp;&nbsp;"
161
  msgstr ""
162
 
163
- #: ../classes/es-register.php:747
164
- msgid "No thanks, I know about it already."
165
  msgstr ""
166
 
167
- #: ../classes/es-register.php:796
168
- #, php-format
169
- msgid "Email Subscribers version: <strong>%s</strong>"
170
- msgstr ""
171
-
172
- #: ../classes/es-register.php:807 ../classes/es-register.php:808
173
- msgid "Add new Template"
174
- msgstr ""
175
-
176
- #: ../classes/es-register.php:809
177
- msgid "Edit Templates"
178
- msgstr ""
179
-
180
- #: ../classes/es-register.php:810
181
- msgid "New Templates"
182
- msgstr ""
183
-
184
- #: ../classes/es-register.php:812
185
- msgid "View Templates"
186
- msgstr ""
187
-
188
- #: ../classes/es-register.php:813
189
- msgid "Search Templates"
190
- msgstr ""
191
-
192
- #: ../classes/es-register.php:814
193
- msgid "No Templates found"
194
- msgstr ""
195
-
196
- #: ../classes/es-register.php:815
197
- msgid "No Templates found in Trash"
198
- msgstr ""
199
-
200
- #: ../classes/es-register.php:818
201
- msgid "Thumbnail (For Visual Representation only)"
202
- msgstr ""
203
-
204
- #: ../classes/es-register.php:819
205
- msgid "Set thumbnail"
206
- msgstr ""
207
-
208
- #: ../classes/es-register.php:856
209
- msgid "Template Type"
210
- msgstr ""
211
-
212
- #: ../classes/es-register.php:922
213
- msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
214
- msgstr ""
215
-
216
- #: ../classes/es-register.php:925
217
- msgid "Select your Email Template Type"
218
- msgstr ""
219
-
220
- #: ../classes/es-register.php:975
221
- msgid "Preview Template"
222
- msgstr ""
223
-
224
- #: ../classes/es-register.php:989
225
- #, php-format
226
- msgid ""
227
- "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
228
- "{{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, {{POSTLINK-"
229
- "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
230
- msgstr ""
231
-
232
- #: ../classes/es-register.php:990
233
- msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
234
  msgstr ""
235
 
236
  #: ../notification/notification-add.php:33
@@ -545,6 +383,14 @@ msgstr "Opt In sencill"
545
  msgid "Image Size"
546
  msgstr "Mida de la imatge"
547
 
 
 
 
 
 
 
 
 
548
  #: ../settings/settings-edit.php:121
549
  msgid "Full Size"
550
  msgstr "mida completa"
@@ -553,7 +399,7 @@ msgstr "mida completa"
553
  msgid "Medium Size"
554
  msgstr "Mida mitjana"
555
 
556
- #: ../settings/settings-edit.php:123 ../classes/es-register.php:857
557
  msgid "Thumbnail"
558
  msgstr "Miniatura"
559
 
@@ -582,12 +428,12 @@ msgstr ""
582
  "subscrit. Aquesta opció ha d'estar a YES."
583
 
584
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
585
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1126
586
  msgid "YES"
587
  msgstr "Si"
588
 
589
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
590
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1127
591
  msgid "NO"
592
  msgstr "No"
593
 
@@ -611,6 +457,15 @@ msgstr ""
611
  "Contingut de correu electrònic a l'administrador quan es registra un nou "
612
  "subscriptor"
613
 
 
 
 
 
 
 
 
 
 
614
  #: ../settings/settings-edit.php:164
615
  msgid "Sent Report Subject"
616
  msgstr "Assumpte del informe enviat"
@@ -623,6 +478,15 @@ msgstr "Assumpte de l'informe de correu electrònic que s'enviarà a l'administr
623
  msgid "Sent Report Content"
624
  msgstr "Contingut del informe enviat"
625
 
 
 
 
 
 
 
 
 
 
626
  #: ../settings/settings-edit.php:183
627
  msgid "Double Opt-In Email Subject (Confirmation Email)"
628
  msgstr "Assumpte del email de doble Opt-in (correu electrònic de confirmació)"
@@ -641,6 +505,15 @@ msgstr ""
641
  "Contingut de correu electrònic pel sistema Double Opt-In (correu de "
642
  "confirmació)"
643
 
 
 
 
 
 
 
 
 
 
644
  #: ../settings/settings-edit.php:197
645
  msgid "Double Opt-In Confirmation Link"
646
  msgstr "Link de confirmació pel sistema Double Opt-in"
@@ -697,6 +570,17 @@ msgstr ""
697
  msgid "Email Content for Welcome Email"
698
  msgstr "Contingut del correu electrònic de benvinguda"
699
 
 
 
 
 
 
 
 
 
 
 
 
700
  #: ../settings/settings-edit.php:240
701
  msgid "Unsubscribe Link"
702
  msgstr "Enllaç per a donar-se de baixa"
@@ -715,6 +599,15 @@ msgstr ""
715
  msgid "Unsubscribe Text in Email"
716
  msgstr "Text de donar-se de baixa en el correu electrònic"
717
 
 
 
 
 
 
 
 
 
 
718
  #: ../settings/settings-edit.php:254
719
  msgid "Text to display after an email address is unsubscribed"
720
  msgstr "Text a mostrar després que una adreça de correu electrònic és donada de baixa"
@@ -780,6 +673,10 @@ msgstr "Administrador/editor"
780
  msgid "Administrator/Editor/Author/Contributor"
781
  msgstr "Administrador/editor/autor/contribuidor"
782
 
 
 
 
 
783
  #: ../settings/settings-edit.php:312
784
  msgid "Post Notifications Menu"
785
  msgstr "Menú de notificacionns"
@@ -823,6 +720,15 @@ msgstr ""
823
  msgid "Cron Report"
824
  msgstr "Informe Cron"
825
 
 
 
 
 
 
 
 
 
 
826
  #: ../settings/settings-edit.php:385
827
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
828
  msgstr "El que és Cron (correus electrònics automàtics) i com configurar Cron Job?"
@@ -952,7 +858,7 @@ msgid "View Reports"
952
  msgstr "Veure informes"
953
 
954
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
955
- #: classes/es-register.php:905
956
  msgid "Preview"
957
  msgstr "Vista previa"
958
 
@@ -1158,11 +1064,6 @@ msgstr ""
1158
  "Per enviar correu electrònic de confirmació, si us plau, canvieu l'opció de "
1159
  "Opt-in a Double Opt In."
1160
 
1161
- #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
1162
- #: php:134
1163
- msgid "Confirmation emails Resent Successfully."
1164
- msgstr "S'han reenviat correus electrònics de confirmació amb èxit."
1165
-
1166
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1167
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1168
  #: subscriber-show.php:217
@@ -1205,7 +1106,7 @@ msgstr "Subscriptors actius: %s"
1205
  msgid "Email Address"
1206
  msgstr "Adreça del correu electrònic"
1207
 
1208
- #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1068 ..
1209
  #: classes/es-loadwidget.php:28
1210
  msgid "Name"
1211
  msgstr "Nom"
@@ -1450,6 +1351,33 @@ msgstr "Seleccionar grup per afegir-hi nous usuaris registrats"
1450
  msgid "Unexpected url submit has been detected"
1451
  msgstr "Inesperada URL s'ha detectat al enviar"
1452
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1453
  #: ../job/es-unsubscribe.php:54 ../job/es-unsubscribe.php:61 ../job/es-optin.php:
1454
  #: 58 ../job/es-optin.php:68
1455
  msgid ""
@@ -1475,7 +1403,7 @@ msgstr "Gràcies per instal·lar-lo i esperem que gaudeixi d'Email Subscribers."
1475
  msgid "Get more help and tips..."
1476
  msgstr "Obteniu més ajuda i consells ..."
1477
 
1478
- #: ../help/help.php:183 ../classes/es-register.php:1078 ../classes/es-loadwidget.
1479
  #: php:38
1480
  msgid "Subscribe"
1481
  msgstr "Subscriure"
@@ -1639,6 +1567,10 @@ msgstr ""
1639
  msgid "How to add captcha in Subscribe form of Email Subscribers?"
1640
  msgstr "Com afegir captcha al formulari de subscripció d'Email Subscribers?"
1641
 
 
 
 
 
1642
  #: ../help/help.php:311
1643
  #, php-format
1644
  msgid "Modify %s"
@@ -1672,6 +1604,24 @@ msgstr "Com canviar / actualitzar / traduir qualsevol text del plugin?"
1672
  msgid "How to add Unsubscribe link in emails?"
1673
  msgstr "Com afegir el link \"Donar-se de baixa\" en els correus electrònics?"
1674
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1675
  #: ../help/help.php:351
1676
  msgid "Keywords in the Post Notifications"
1677
  msgstr "Paraules clau a les Notificacions de publicacions"
@@ -1686,6 +1636,10 @@ msgstr ""
1686
  msgid "Cron Job Setup"
1687
  msgstr "Configuració del treball Cron"
1688
 
 
 
 
 
1689
  #: ../help/help.php:365
1690
  msgid "Schedule Cron Emails in cPanel"
1691
  msgstr "Programeu els correus electrònics de Cron a cPanel"
@@ -1934,10 +1888,15 @@ msgid "<span style=\"color:#993399;\">Immediately</span>"
1934
  msgstr "Immediatament"
1935
 
1936
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1937
- #: register.php:817
1938
  msgid "Email Subscribers"
1939
  msgstr "Email Subscribers"
1940
 
 
 
 
 
 
1941
  #: ../classes/es-register.php:183
1942
  msgid "Help & Info"
1943
  msgstr "Ajuda i informació"
@@ -2185,12 +2144,7 @@ msgctxt "widget-page-enhanced-select"
2185
  msgid "There was a problem with the request"
2186
  msgstr "Hi ha un problema amb la sol·licitud"
2187
 
2188
- #: ../classes/es-register.php:704 ../classes/es-register.php:761
2189
- msgctxt "timezone date format"
2190
- msgid "Y-m-d"
2191
- msgstr "A-m-d"
2192
-
2193
- #: ../classes/es-register.php:782
2194
  msgid ""
2195
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2196
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
@@ -2202,34 +2156,106 @@ msgstr ""
2202
  "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2203
  "</a> qualificació. Un enorme agraiment d'Icegram per endavant!"
2204
 
2205
- #: ../classes/es-register.php:927
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2206
  msgid "Newsletter"
2207
  msgstr "Butlletí de notícies"
2208
 
2209
- #: ../classes/es-register.php:928
2210
  msgid "Post Notification"
2211
  msgstr "Notificació de l'entrada"
2212
 
2213
- #: ../classes/es-register.php:989
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2214
  msgid "Available Keywords"
2215
  msgstr "Paraules clau disponibles"
2216
 
2217
- #: ../classes/es-register.php:1073 ../classes/es-loadwidget.php:33
 
 
 
 
2218
  msgid "Email *"
2219
  msgstr "Email*"
2220
 
2221
- #: ../classes/es-register.php:1116
2222
  msgid "Widget Title"
2223
  msgstr "Títol del widget"
2224
 
2225
- #: ../classes/es-register.php:1120
2226
  msgid "Short description about subscription form"
2227
  msgstr "Breu descripció sobre el formulari de subscripció"
2228
 
2229
- #: ../classes/es-register.php:1124
2230
  msgid "Display Name Field"
2231
  msgstr "Mostra nom del camp"
2232
 
2233
- #: ../classes/es-register.php:1131
2234
  msgid "Subscriber Group"
2235
  msgstr "Grup de subscriptor"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Email Subscribers & Newsletters 3.4.7\n"
4
  "Report-Msgid-Bugs-To: https://www.storeapps.org/support/contact-us/\n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Tue Jan 16 2018 12:37:30 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
32
  msgid "(Use templates menu to create new)"
33
  msgstr ""
34
 
35
+ #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
36
+ #: php:134
37
+ msgid "Confirmation emails resent successfully."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  msgstr ""
39
 
40
  #: ../subscribers/view-subscriber-show.php:256
41
  msgid "Total Subscribers: "
42
  msgstr ""
43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  #: ../help/help.php:267
45
  msgid "Use HTML editor to create newsletters and post notifications."
46
  msgstr ""
47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  #: ../classes/es-register.php:201
49
  msgctxt "view-subscriber-enhanced-select"
50
  msgid ""
57
  msgid "Please select notification mail subject. Use templates menu to create new."
58
  msgstr ""
59
 
60
+ #: ../classes/es-register.php:739
61
  msgid ""
62
+ "<b>Want readymade email templates?</b> Also want to <b>clean your "
63
+ "subscribers list?</b> Come check our Pro plan."
 
 
 
 
 
64
  msgstr ""
65
 
66
+ #: ../classes/es-register.php:740
67
+ msgid "Check Pro plan&nbsp;&nbsp;"
68
  msgstr ""
69
 
70
+ #: ../classes/es-register.php:740
71
+ msgid "Not interested."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  msgstr ""
73
 
74
  #: ../notification/notification-add.php:33
383
  msgid "Image Size"
384
  msgstr "Mida de la imatge"
385
 
386
+ #: ../settings/settings-edit.php:117
387
+ msgid ""
388
+ "Select image size for {{POSTIMAGE}} to be shown in the Post Notification "
389
+ "Emails."
390
+ msgstr ""
391
+ "Seleccioneu la mida de la imatge {{POSTIMAGE}} que es mostrarà als correus "
392
+ "electrònics de notificació de correu"
393
+
394
  #: ../settings/settings-edit.php:121
395
  msgid "Full Size"
396
  msgstr "mida completa"
399
  msgid "Medium Size"
400
  msgstr "Mida mitjana"
401
 
402
+ #: ../settings/settings-edit.php:123 ../classes/es-register.php:842
403
  msgid "Thumbnail"
404
  msgstr "Miniatura"
405
 
428
  "subscrit. Aquesta opció ha d'estar a YES."
429
 
430
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
431
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1111
432
  msgid "YES"
433
  msgstr "Si"
434
 
435
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
436
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1112
437
  msgid "NO"
438
  msgstr "No"
439
 
457
  "Contingut de correu electrònic a l'administrador quan es registra un nou "
458
  "subscriptor"
459
 
460
+ #: ../settings/settings-edit.php:157
461
+ msgid ""
462
+ "Content for the admin email whenever a new subscriber signs up and is "
463
+ "confirmed.<br />Available Keywords: {{NAME}}, {{EMAIL}}, {{GROUP}}"
464
+ msgstr ""
465
+ "Contingut per al correu electrònic d'administració cada vegada que un "
466
+ "subscriptor nou es registra i es confirma.<br />Paraules clau disponibles: "
467
+ "{{NAME}}, {{EMAIL}}, {{GROUP}}"
468
+
469
  #: ../settings/settings-edit.php:164
470
  msgid "Sent Report Subject"
471
  msgstr "Assumpte del informe enviat"
478
  msgid "Sent Report Content"
479
  msgstr "Contingut del informe enviat"
480
 
481
+ #: ../settings/settings-edit.php:172
482
+ msgid ""
483
+ "Content for the email report which will be sent to admin.<br />Available "
484
+ "Keywords: {{COUNT}}, {{UNIQUE}}, {{STARTTIME}}, {{ENDTIME}}"
485
+ msgstr ""
486
+ "Contingut per a l'informe de correu electrònic que s'enviarà a "
487
+ "l'administrador.<br />Paraules clau disponibles: {{COUNT}}, {{UNIQUE}}, "
488
+ "{{STARTTIME}}, {{ENDTIME}}"
489
+
490
  #: ../settings/settings-edit.php:183
491
  msgid "Double Opt-In Email Subject (Confirmation Email)"
492
  msgstr "Assumpte del email de doble Opt-in (correu electrònic de confirmació)"
505
  "Contingut de correu electrònic pel sistema Double Opt-In (correu de "
506
  "confirmació)"
507
 
508
+ #: ../settings/settings-edit.php:191
509
+ msgid ""
510
+ "Content for the confirmation email to be sent for Double Opt-In whenever a "
511
+ "subscriber signs up.<br />Available Keywords: {{NAME}}, {{LINK}}"
512
+ msgstr ""
513
+ "Contingut del correu electrònic de confirmació que s'enviarà a Double Opt-In "
514
+ "sempre que un subscriptor s'inscrigui.<br />Paraules clau disponibles: "
515
+ "{{NAME}}, {{LINK}}"
516
+
517
  #: ../settings/settings-edit.php:197
518
  msgid "Double Opt-In Confirmation Link"
519
  msgstr "Link de confirmació pel sistema Double Opt-in"
570
  msgid "Email Content for Welcome Email"
571
  msgstr "Contingut del correu electrònic de benvinguda"
572
 
573
+ #: ../settings/settings-edit.php:232
574
+ msgid ""
575
+ "Content for the subscriber welcome email whenever a user's email is either "
576
+ "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
577
+ "<br />Available Keywords: {{NAME}}, {{GROUP}}, {{LINK}}"
578
+ msgstr ""
579
+ "Contingut per al correu electrònic de benvinguda dels subscriptors sempre "
580
+ "que es confirmi el correu electrònic d'un usuari (si és per Double Opt in) / "
581
+ "o es subscrigui (per Opt in sencill) amb èxit.<br />Paraules clau "
582
+ "disponibles: {{NAME}}, {{GROUP}}, {{LINK}}"
583
+
584
  #: ../settings/settings-edit.php:240
585
  msgid "Unsubscribe Link"
586
  msgstr "Enllaç per a donar-se de baixa"
599
  msgid "Unsubscribe Text in Email"
600
  msgstr "Text de donar-se de baixa en el correu electrònic"
601
 
602
+ #: ../settings/settings-edit.php:248
603
+ msgid ""
604
+ "The text for the unsubscribe link. This text is automatically added with "
605
+ "unsubscribe link in the emails.<br />Available Keyword: {{LINK}}"
606
+ msgstr ""
607
+ "Text del enllaç de cancel·lar la subscripció. Aquest text s'afegeix "
608
+ "automàticament amb l'enllaç de baixa al correu electrònic.<br />Paraules "
609
+ "clau disponibles: {{LINK}}"
610
+
611
  #: ../settings/settings-edit.php:254
612
  msgid "Text to display after an email address is unsubscribed"
613
  msgstr "Text a mostrar després que una adreça de correu electrònic és donada de baixa"
673
  msgid "Administrator/Editor/Author/Contributor"
674
  msgstr "Administrador/editor/autor/contribuidor"
675
 
676
+ #: ../settings/settings-edit.php:300
677
+ msgid "Templates Menu"
678
+ msgstr "Menú de plantilles"
679
+
680
  #: ../settings/settings-edit.php:312
681
  msgid "Post Notifications Menu"
682
  msgstr "Menú de notificacionns"
720
  msgid "Cron Report"
721
  msgstr "Informe Cron"
722
 
723
+ #: ../settings/settings-edit.php:375
724
+ msgid ""
725
+ "Email to admin whenever a cron URL is triggered from your server.<br "
726
+ "/>Available Keywords: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
727
+ msgstr ""
728
+ "Envieu un missatge de correu electrònic a l'administrador cada cop que "
729
+ "s'activi una URL cron del vostre servidor.<br />Paraules clau disponibles: "
730
+ "{{DATE}}, {{SUBJECT}}, {{COUNT}}"
731
+
732
  #: ../settings/settings-edit.php:385
733
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
734
  msgstr "El que és Cron (correus electrònics automàtics) i com configurar Cron Job?"
858
  msgstr "Veure informes"
859
 
860
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
861
+ #: classes/es-register.php:890
862
  msgid "Preview"
863
  msgstr "Vista previa"
864
 
1064
  "Per enviar correu electrònic de confirmació, si us plau, canvieu l'opció de "
1065
  "Opt-in a Double Opt In."
1066
 
 
 
 
 
 
1067
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1068
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1069
  #: subscriber-show.php:217
1106
  msgid "Email Address"
1107
  msgstr "Adreça del correu electrònic"
1108
 
1109
+ #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1053 ..
1110
  #: classes/es-loadwidget.php:28
1111
  msgid "Name"
1112
  msgstr "Nom"
1351
  msgid "Unexpected url submit has been detected"
1352
  msgstr "Inesperada URL s'ha detectat al enviar"
1353
 
1354
+ #: ../templates/template-preview.php:31
1355
+ msgid "Template Preview"
1356
+ msgstr "Vista prèvia a la plantilla"
1357
+
1358
+ #: ../templates/template-preview.php:39
1359
+ msgid "This is how your email may look."
1360
+ msgstr "Així és com pot semblar el vostre correu electrònic."
1361
+
1362
+ #: ../templates/template-preview.php:41
1363
+ msgid ""
1364
+ "<br><br>This Post Notification preview has replaced keywords from your last "
1365
+ "published blog post."
1366
+ msgstr ""
1367
+ "<br><br>Aquesta vista prèvia de notificació de correu reemplaça les paraules "
1368
+ "clau de la vostra última publicació publicada al bloc."
1369
+
1370
+ #: ../templates/template-preview.php:43
1371
+ msgid ""
1372
+ "<br><br>Note: Different email services (like gmail, yahoo etc) display email "
1373
+ "content differently. So there could be a slight variation on how your "
1374
+ "customer will view the email content."
1375
+ msgstr ""
1376
+ "<br><br>Nota: els diferents serveis de correu electrònic (com ara Gmail, "
1377
+ "Yahoo, etc.) mostren contingut de correu electrònic de manera diferent. Per "
1378
+ "tant, podria haver-hi una lleugera variació sobre com el vostre client veurà "
1379
+ "el contingut del correu electrònic."
1380
+
1381
  #: ../job/es-unsubscribe.php:54 ../job/es-unsubscribe.php:61 ../job/es-optin.php:
1382
  #: 58 ../job/es-optin.php:68
1383
  msgid ""
1403
  msgid "Get more help and tips..."
1404
  msgstr "Obteniu més ajuda i consells ..."
1405
 
1406
+ #: ../help/help.php:183 ../classes/es-register.php:1063 ../classes/es-loadwidget.
1407
  #: php:38
1408
  msgid "Subscribe"
1409
  msgstr "Subscriure"
1567
  msgid "How to add captcha in Subscribe form of Email Subscribers?"
1568
  msgstr "Com afegir captcha al formulari de subscripció d'Email Subscribers?"
1569
 
1570
+ #: ../help/help.php:308
1571
+ msgid "General Plugin Configuration"
1572
+ msgstr "Configuració general del plugin"
1573
+
1574
  #: ../help/help.php:311
1575
  #, php-format
1576
  msgid "Modify %s"
1604
  msgid "How to add Unsubscribe link in emails?"
1605
  msgstr "Com afegir el link \"Donar-se de baixa\" en els correus electrònics?"
1606
 
1607
+ #: ../help/help.php:326
1608
+ msgid "How to check sent emails?"
1609
+ msgstr "Com es poden consultar els correus electrònics enviats?"
1610
+
1611
+ #: ../help/help.php:338
1612
+ msgid "Create and Send Newsletter Emails"
1613
+ msgstr "Crea i envia correus electrònics de butlletins"
1614
+
1615
+ #: ../help/help.php:341
1616
+ msgid "Keywords in the Newsletters"
1617
+ msgstr "Paraules clau als butlletins informatius"
1618
+
1619
+ #: ../help/help.php:348
1620
+ msgid "Create and Send Post Notification Emails when new posts are published"
1621
+ msgstr ""
1622
+ "Crear i enviar correus electrònics de notificació de publicacions quan s'hi "
1623
+ "publiquin entrades noves"
1624
+
1625
  #: ../help/help.php:351
1626
  msgid "Keywords in the Post Notifications"
1627
  msgstr "Paraules clau a les Notificacions de publicacions"
1636
  msgid "Cron Job Setup"
1637
  msgstr "Configuració del treball Cron"
1638
 
1639
+ #: ../help/help.php:362
1640
+ msgid "What is Cron and how to Schedule Cron Emails?"
1641
+ msgstr "Què és Cron i com programar els correus electrònics de Cron?"
1642
+
1643
  #: ../help/help.php:365
1644
  msgid "Schedule Cron Emails in cPanel"
1645
  msgstr "Programeu els correus electrònics de Cron a cPanel"
1888
  msgstr "Immediatament"
1889
 
1890
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1891
+ #: register.php:802
1892
  msgid "Email Subscribers"
1893
  msgstr "Email Subscribers"
1894
 
1895
+ #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
1896
+ #: register.php:790 ../classes/es-register.php:791 ../classes/es-register.php:796
1897
+ msgid "Templates"
1898
+ msgstr "Plantilles"
1899
+
1900
  #: ../classes/es-register.php:183
1901
  msgid "Help & Info"
1902
  msgstr "Ajuda i informació"
2144
  msgid "There was a problem with the request"
2145
  msgstr "Hi ha un problema amb la sol·licitud"
2146
 
2147
+ #: ../classes/es-register.php:767
 
 
 
 
 
2148
  msgid ""
2149
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2150
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2156
  "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2157
  "</a> qualificació. Un enorme agraiment d'Icegram per endavant!"
2158
 
2159
+ #: ../classes/es-register.php:781
2160
+ #, php-format
2161
+ msgid "Email Subscribers version: <strong>%s</strong>"
2162
+ msgstr "Versió de subscriptors de correu electrònic: <strong>%s</strong>"
2163
+
2164
+ #: ../classes/es-register.php:792 ../classes/es-register.php:793
2165
+ msgid "Add new Template"
2166
+ msgstr "Afegir plantilla nova"
2167
+
2168
+ #: ../classes/es-register.php:794
2169
+ msgid "Edit Templates"
2170
+ msgstr "Editar plantilles"
2171
+
2172
+ #: ../classes/es-register.php:795
2173
+ msgid "New Templates"
2174
+ msgstr "Plantilla nova"
2175
+
2176
+ #: ../classes/es-register.php:797
2177
+ msgid "View Templates"
2178
+ msgstr "Veure les plantilles"
2179
+
2180
+ #: ../classes/es-register.php:798
2181
+ msgid "Search Templates"
2182
+ msgstr "Cercar plantilles"
2183
+
2184
+ #: ../classes/es-register.php:799
2185
+ msgid "No Templates found"
2186
+ msgstr "No s'han trobat plantilles"
2187
+
2188
+ #: ../classes/es-register.php:800
2189
+ msgid "No Templates found in Trash"
2190
+ msgstr "No s'ha trobat cap plantilla a la paperera"
2191
+
2192
+ #: ../classes/es-register.php:803
2193
+ msgid "Thumbnail (For Visual Representation only)"
2194
+ msgstr "Miniatura (només per a la representació visual)"
2195
+
2196
+ #: ../classes/es-register.php:804
2197
+ msgid "Set thumbnail"
2198
+ msgstr "Estableix miniatura"
2199
+
2200
+ #: ../classes/es-register.php:841
2201
+ msgid "Template Type"
2202
+ msgstr "Tipus de plantilla"
2203
+
2204
+ #: ../classes/es-register.php:907
2205
+ msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
2206
+ msgstr "Paraula clau disponible per a la notificació de publicacions: {{POSTTITLE}}"
2207
+
2208
+ #: ../classes/es-register.php:910
2209
+ msgid "Select your Email Template Type"
2210
+ msgstr "Seleccioneu el vostre tipus de plantilla de correu electrònic"
2211
+
2212
+ #: ../classes/es-register.php:912
2213
  msgid "Newsletter"
2214
  msgstr "Butlletí de notícies"
2215
 
2216
+ #: ../classes/es-register.php:913
2217
  msgid "Post Notification"
2218
  msgstr "Notificació de l'entrada"
2219
 
2220
+ #: ../classes/es-register.php:960
2221
+ msgid "Preview Template"
2222
+ msgstr "Vista prèvia de la plantilla"
2223
+
2224
+ #: ../classes/es-register.php:974
2225
+ #, php-format
2226
+ msgid ""
2227
+ "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
2228
+ "{{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, {{POSTLINK-"
2229
+ "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
2230
+ msgstr ""
2231
+ "%s per a la notificació de correus:{{NAME}}, {{EMAIL}}, {{DATE}}, "
2232
+ "{{POSTTITLE}}, {{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, "
2233
+ "{{POSTLINK-WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
2234
+
2235
+ #: ../classes/es-register.php:974
2236
  msgid "Available Keywords"
2237
  msgstr "Paraules clau disponibles"
2238
 
2239
+ #: ../classes/es-register.php:975
2240
+ msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
2241
+ msgstr "<br/><br/>Paraules clau disponibles per butlletins:{{NAME}}, {{EMAIL}}"
2242
+
2243
+ #: ../classes/es-register.php:1058 ../classes/es-loadwidget.php:33
2244
  msgid "Email *"
2245
  msgstr "Email*"
2246
 
2247
+ #: ../classes/es-register.php:1101
2248
  msgid "Widget Title"
2249
  msgstr "Títol del widget"
2250
 
2251
+ #: ../classes/es-register.php:1105
2252
  msgid "Short description about subscription form"
2253
  msgstr "Breu descripció sobre el formulari de subscripció"
2254
 
2255
+ #: ../classes/es-register.php:1109
2256
  msgid "Display Name Field"
2257
  msgstr "Mostra nom del camp"
2258
 
2259
+ #: ../classes/es-register.php:1116
2260
  msgid "Subscriber Group"
2261
  msgstr "Grup de subscriptor"
languages/email-subscribers-cs_CZ.mo CHANGED
Binary file
languages/email-subscribers-cs_CZ.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Email Subscribers & Newsletters 3.4.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Fri Dec 15 2017 12:23:41 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -274,6 +274,11 @@ msgid ""
274
  "a slight variation on how your customer will view the email content."
275
  msgstr ""
276
 
 
 
 
 
 
277
  #: ../subscribers/view-subscriber-show.php:256
278
  msgid "Total Subscribers: "
279
  msgstr ""
@@ -597,7 +602,7 @@ msgid "Email sent successfully. "
597
  msgstr ""
598
 
599
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
600
- #: register.php:805 ../classes/es-register.php:806 ../classes/es-register.php:811
601
  msgid "Templates"
602
  msgstr ""
603
 
@@ -617,84 +622,78 @@ msgctxt "notification-enhanced-select"
617
  msgid "Please select notification mail subject. Use templates menu to create new."
618
  msgstr ""
619
 
620
- #: ../classes/es-register.php:704 ../classes/es-register.php:761
621
- msgctxt "timezone date format"
622
- msgid "Y-m-d"
623
- msgstr ""
624
-
625
- #: ../classes/es-register.php:746
626
  msgid ""
627
- "Compose is now changed to <b>Templates</b> and Keyword structure has been "
628
- "simplified. All your previously created templates and keywords have been "
629
- "automatically updated to the new structure.<br>"
630
  msgstr ""
631
 
632
- #: ../classes/es-register.php:747
633
- msgid "Check all the changes&nbsp;&nbsp;"
634
  msgstr ""
635
 
636
- #: ../classes/es-register.php:747
637
- msgid "No thanks, I know about it already."
638
  msgstr ""
639
 
640
- #: ../classes/es-register.php:796
641
  #, php-format
642
  msgid "Email Subscribers version: <strong>%s</strong>"
643
  msgstr ""
644
 
645
- #: ../classes/es-register.php:807 ../classes/es-register.php:808
646
  msgid "Add new Template"
647
  msgstr ""
648
 
649
- #: ../classes/es-register.php:809
650
  msgid "Edit Templates"
651
  msgstr ""
652
 
653
- #: ../classes/es-register.php:810
654
  msgid "New Templates"
655
  msgstr ""
656
 
657
- #: ../classes/es-register.php:812
658
  msgid "View Templates"
659
  msgstr ""
660
 
661
- #: ../classes/es-register.php:813
662
  msgid "Search Templates"
663
  msgstr ""
664
 
665
- #: ../classes/es-register.php:814
666
  msgid "No Templates found"
667
  msgstr ""
668
 
669
- #: ../classes/es-register.php:815
670
  msgid "No Templates found in Trash"
671
  msgstr ""
672
 
673
- #: ../classes/es-register.php:818
674
  msgid "Thumbnail (For Visual Representation only)"
675
  msgstr ""
676
 
677
- #: ../classes/es-register.php:819
678
  msgid "Set thumbnail"
679
  msgstr ""
680
 
681
- #: ../classes/es-register.php:856
682
  msgid "Template Type"
683
  msgstr ""
684
 
685
- #: ../classes/es-register.php:922
686
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
687
  msgstr ""
688
 
689
- #: ../classes/es-register.php:925
690
  msgid "Select your Email Template Type"
691
  msgstr ""
692
 
693
- #: ../classes/es-register.php:975
694
  msgid "Preview Template"
695
  msgstr ""
696
 
697
- #: ../classes/es-register.php:989
698
  #, php-format
699
  msgid ""
700
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
@@ -702,7 +701,7 @@ msgid ""
702
  "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
703
  msgstr ""
704
 
705
- #: ../classes/es-register.php:990
706
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
707
  msgstr ""
708
 
@@ -970,7 +969,7 @@ msgstr "Plná velikost"
970
  msgid "Medium Size"
971
  msgstr "Střední velikost"
972
 
973
- #: ../settings/settings-edit.php:123 ../classes/es-register.php:857
974
  msgid "Thumbnail"
975
  msgstr "Náhled"
976
 
@@ -995,12 +994,12 @@ msgstr ""
995
  "nastavit na ANO."
996
 
997
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
998
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1126
999
  msgid "YES"
1000
  msgstr "ANO"
1001
 
1002
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
1003
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1127
1004
  msgid "NO"
1005
  msgstr "NE"
1006
 
@@ -1175,7 +1174,7 @@ msgid "View Reports"
1175
  msgstr "Zobrazit hlášení"
1176
 
1177
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1178
- #: classes/es-register.php:905
1179
  msgid "Preview"
1180
  msgstr "Náhled"
1181
 
@@ -1381,11 +1380,6 @@ msgstr ""
1381
  "Chcete-li odeslat potvrzovací email, změňte možnost potvrzení na dvojité "
1382
  "potvrzení."
1383
 
1384
- #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
1385
- #: php:134
1386
- msgid "Confirmation emails Resent Successfully."
1387
- msgstr "Potvrzovací emaily úspěšně odeslány."
1388
-
1389
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1390
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1391
  #: subscriber-show.php:217
@@ -1428,7 +1422,7 @@ msgstr "Aktivní odběratelé: %s"
1428
  msgid "Email Address"
1429
  msgstr "Emailová adresa"
1430
 
1431
- #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1068 ..
1432
  #: classes/es-loadwidget.php:28
1433
  msgid "Name"
1434
  msgstr "Jméno"
@@ -1692,7 +1686,7 @@ msgstr "Vítá vás plugin Email Subscribers!"
1692
  msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1693
  msgstr "Děkujeme vám za instalaci a doufáme, že se vám Email Subscribers bude líbit."
1694
 
1695
- #: ../help/help.php:183 ../classes/es-register.php:1078 ../classes/es-loadwidget.
1696
  #: php:38
1697
  msgid "Subscribe"
1698
  msgstr "Odebírat"
@@ -1839,7 +1833,7 @@ msgid "<span style=\"color:#993399;\">Immediately</span>"
1839
  msgstr "<span style=\"color:#993399;\">Okamžitý email</span>"
1840
 
1841
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1842
- #: register.php:817
1843
  msgid "Email Subscribers"
1844
  msgstr "Email Subscribers"
1845
 
@@ -2080,7 +2074,7 @@ msgctxt "widget-page-enhanced-select"
2080
  msgid "There was a problem with the request"
2081
  msgstr "Došlo k potížím s požadavkem"
2082
 
2083
- #: ../classes/es-register.php:782
2084
  msgid ""
2085
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2086
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
@@ -2092,34 +2086,34 @@ msgstr ""
2092
  "org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">&#9733;"
2093
  "&#9733;&#9733;&#9733;&#9733;</a> hodnocení. Icegram předem mnohokrát děkuje!"
2094
 
2095
- #: ../classes/es-register.php:927
2096
  msgid "Newsletter"
2097
  msgstr "Zpravodaj"
2098
 
2099
- #: ../classes/es-register.php:928
2100
  msgid "Post Notification"
2101
  msgstr "Potvrzení příspěvku"
2102
 
2103
- #: ../classes/es-register.php:989
2104
  msgid "Available Keywords"
2105
  msgstr "Dostupná klíčová slova"
2106
 
2107
- #: ../classes/es-register.php:1073 ../classes/es-loadwidget.php:33
2108
  msgid "Email *"
2109
  msgstr "Email *"
2110
 
2111
- #: ../classes/es-register.php:1116
2112
  msgid "Widget Title"
2113
  msgstr "Nadpis widgetu"
2114
 
2115
- #: ../classes/es-register.php:1120
2116
  msgid "Short description about subscription form"
2117
  msgstr "Krátký popis k vašemu přihlašovacímu formuláři"
2118
 
2119
- #: ../classes/es-register.php:1124
2120
  msgid "Display Name Field"
2121
  msgstr "Zobrazit pole „Jméno“"
2122
 
2123
- #: ../classes/es-register.php:1131
2124
  msgid "Subscriber Group"
2125
  msgstr "Skupina odběratelů"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Email Subscribers & Newsletters 3.4.7\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Tue Jan 16 2018 12:37:16 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
274
  "a slight variation on how your customer will view the email content."
275
  msgstr ""
276
 
277
+ #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
278
+ #: php:134
279
+ msgid "Confirmation emails resent successfully."
280
+ msgstr ""
281
+
282
  #: ../subscribers/view-subscriber-show.php:256
283
  msgid "Total Subscribers: "
284
  msgstr ""
602
  msgstr ""
603
 
604
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
605
+ #: register.php:790 ../classes/es-register.php:791 ../classes/es-register.php:796
606
  msgid "Templates"
607
  msgstr ""
608
 
622
  msgid "Please select notification mail subject. Use templates menu to create new."
623
  msgstr ""
624
 
625
+ #: ../classes/es-register.php:739
 
 
 
 
 
626
  msgid ""
627
+ "<b>Want readymade email templates?</b> Also want to <b>clean your "
628
+ "subscribers list?</b> Come check our Pro plan."
 
629
  msgstr ""
630
 
631
+ #: ../classes/es-register.php:740
632
+ msgid "Check Pro plan&nbsp;&nbsp;"
633
  msgstr ""
634
 
635
+ #: ../classes/es-register.php:740
636
+ msgid "Not interested."
637
  msgstr ""
638
 
639
+ #: ../classes/es-register.php:781
640
  #, php-format
641
  msgid "Email Subscribers version: <strong>%s</strong>"
642
  msgstr ""
643
 
644
+ #: ../classes/es-register.php:792 ../classes/es-register.php:793
645
  msgid "Add new Template"
646
  msgstr ""
647
 
648
+ #: ../classes/es-register.php:794
649
  msgid "Edit Templates"
650
  msgstr ""
651
 
652
+ #: ../classes/es-register.php:795
653
  msgid "New Templates"
654
  msgstr ""
655
 
656
+ #: ../classes/es-register.php:797
657
  msgid "View Templates"
658
  msgstr ""
659
 
660
+ #: ../classes/es-register.php:798
661
  msgid "Search Templates"
662
  msgstr ""
663
 
664
+ #: ../classes/es-register.php:799
665
  msgid "No Templates found"
666
  msgstr ""
667
 
668
+ #: ../classes/es-register.php:800
669
  msgid "No Templates found in Trash"
670
  msgstr ""
671
 
672
+ #: ../classes/es-register.php:803
673
  msgid "Thumbnail (For Visual Representation only)"
674
  msgstr ""
675
 
676
+ #: ../classes/es-register.php:804
677
  msgid "Set thumbnail"
678
  msgstr ""
679
 
680
+ #: ../classes/es-register.php:841
681
  msgid "Template Type"
682
  msgstr ""
683
 
684
+ #: ../classes/es-register.php:907
685
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
686
  msgstr ""
687
 
688
+ #: ../classes/es-register.php:910
689
  msgid "Select your Email Template Type"
690
  msgstr ""
691
 
692
+ #: ../classes/es-register.php:960
693
  msgid "Preview Template"
694
  msgstr ""
695
 
696
+ #: ../classes/es-register.php:974
697
  #, php-format
698
  msgid ""
699
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
701
  "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
702
  msgstr ""
703
 
704
+ #: ../classes/es-register.php:975
705
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
706
  msgstr ""
707
 
969
  msgid "Medium Size"
970
  msgstr "Střední velikost"
971
 
972
+ #: ../settings/settings-edit.php:123 ../classes/es-register.php:842
973
  msgid "Thumbnail"
974
  msgstr "Náhled"
975
 
994
  "nastavit na ANO."
995
 
996
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
997
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1111
998
  msgid "YES"
999
  msgstr "ANO"
1000
 
1001
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
1002
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1112
1003
  msgid "NO"
1004
  msgstr "NE"
1005
 
1174
  msgstr "Zobrazit hlášení"
1175
 
1176
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1177
+ #: classes/es-register.php:890
1178
  msgid "Preview"
1179
  msgstr "Náhled"
1180
 
1380
  "Chcete-li odeslat potvrzovací email, změňte možnost potvrzení na dvojité "
1381
  "potvrzení."
1382
 
 
 
 
 
 
1383
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1384
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1385
  #: subscriber-show.php:217
1422
  msgid "Email Address"
1423
  msgstr "Emailová adresa"
1424
 
1425
+ #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1053 ..
1426
  #: classes/es-loadwidget.php:28
1427
  msgid "Name"
1428
  msgstr "Jméno"
1686
  msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1687
  msgstr "Děkujeme vám za instalaci a doufáme, že se vám Email Subscribers bude líbit."
1688
 
1689
+ #: ../help/help.php:183 ../classes/es-register.php:1063 ../classes/es-loadwidget.
1690
  #: php:38
1691
  msgid "Subscribe"
1692
  msgstr "Odebírat"
1833
  msgstr "<span style=\"color:#993399;\">Okamžitý email</span>"
1834
 
1835
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1836
+ #: register.php:802
1837
  msgid "Email Subscribers"
1838
  msgstr "Email Subscribers"
1839
 
2074
  msgid "There was a problem with the request"
2075
  msgstr "Došlo k potížím s požadavkem"
2076
 
2077
+ #: ../classes/es-register.php:767
2078
  msgid ""
2079
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2080
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2086
  "org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">&#9733;"
2087
  "&#9733;&#9733;&#9733;&#9733;</a> hodnocení. Icegram předem mnohokrát děkuje!"
2088
 
2089
+ #: ../classes/es-register.php:912
2090
  msgid "Newsletter"
2091
  msgstr "Zpravodaj"
2092
 
2093
+ #: ../classes/es-register.php:913
2094
  msgid "Post Notification"
2095
  msgstr "Potvrzení příspěvku"
2096
 
2097
+ #: ../classes/es-register.php:974
2098
  msgid "Available Keywords"
2099
  msgstr "Dostupná klíčová slova"
2100
 
2101
+ #: ../classes/es-register.php:1058 ../classes/es-loadwidget.php:33
2102
  msgid "Email *"
2103
  msgstr "Email *"
2104
 
2105
+ #: ../classes/es-register.php:1101
2106
  msgid "Widget Title"
2107
  msgstr "Nadpis widgetu"
2108
 
2109
+ #: ../classes/es-register.php:1105
2110
  msgid "Short description about subscription form"
2111
  msgstr "Krátký popis k vašemu přihlašovacímu formuláři"
2112
 
2113
+ #: ../classes/es-register.php:1109
2114
  msgid "Display Name Field"
2115
  msgstr "Zobrazit pole „Jméno“"
2116
 
2117
+ #: ../classes/es-register.php:1116
2118
  msgid "Subscriber Group"
2119
  msgstr "Skupina odběratelů"
languages/email-subscribers-de_DE.mo CHANGED
Binary file
languages/email-subscribers-de_DE.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Email Subscribers & Newsletters 3.4.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Fri Dec 15 2017 12:25:08 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -23,214 +23,23 @@ msgstr ""
23
  "X-Loco-Target-Locale: de_DE\n"
24
  "X-Poedit-SearchPath-0: .."
25
 
26
- #: ../notification/notification-add.php:45 ../notification/notification-edit.php:61
27
- msgid "Please select notification mail subject. Use templates menu to create new."
28
- msgstr ""
29
-
30
- #: ../notification/notification-add.php:144 ../notification/notification-edit.php:
31
- #: 164
32
- msgid "(Use templates menu to create new)"
33
- msgstr ""
34
-
35
- #: ../settings/settings-edit.php:117
36
- msgid ""
37
- "Select image size for {{POSTIMAGE}} to be shown in the Post Notification "
38
- "Emails."
39
- msgstr ""
40
-
41
- #: ../settings/settings-edit.php:157
42
- msgid ""
43
- "Content for the admin email whenever a new subscriber signs up and is "
44
- "confirmed.<br />Available Keywords: {{NAME}}, {{EMAIL}}, {{GROUP}}"
45
- msgstr ""
46
-
47
- #: ../settings/settings-edit.php:172
48
- msgid ""
49
- "Content for the email report which will be sent to admin.<br />Available "
50
- "Keywords: {{COUNT}}, {{UNIQUE}}, {{STARTTIME}}, {{ENDTIME}}"
51
- msgstr ""
52
-
53
- #: ../settings/settings-edit.php:191
54
- msgid ""
55
- "Content for the confirmation email to be sent for Double Opt-In whenever a "
56
- "subscriber signs up.<br />Available Keywords: {{NAME}}, {{LINK}}"
57
- msgstr ""
58
-
59
- #: ../settings/settings-edit.php:232
60
- msgid ""
61
- "Content for the subscriber welcome email whenever a user's email is either "
62
- "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
63
- "<br />Available Keywords: {{NAME}}, {{GROUP}}, {{LINK}}"
64
- msgstr ""
65
-
66
- #: ../settings/settings-edit.php:248
67
- msgid ""
68
- "The text for the unsubscribe link. This text is automatically added with "
69
- "unsubscribe link in the emails.<br />Available Keyword: {{LINK}}"
70
- msgstr ""
71
-
72
- #: ../settings/settings-edit.php:300
73
- msgid "Templates Menu"
74
- msgstr ""
75
-
76
- #: ../settings/settings-edit.php:375
77
- msgid ""
78
- "Email to admin whenever a cron URL is triggered from your server.<br "
79
- "/>Available Keywords: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
80
- msgstr ""
81
-
82
- #: ../subscribers/view-subscriber-show.php:256
83
- msgid "Total Subscribers: "
84
- msgstr ""
85
-
86
- #: ../templates/template-preview.php:31
87
- msgid "Template Preview"
88
- msgstr ""
89
-
90
- #: ../templates/template-preview.php:39
91
- msgid "This is how your email may look."
92
- msgstr ""
93
-
94
- #: ../templates/template-preview.php:41
95
- msgid ""
96
- "<br><br>This Post Notification preview has replaced keywords from your last "
97
- "published blog post."
98
- msgstr ""
99
-
100
- #: ../templates/template-preview.php:43
101
- msgid ""
102
- "<br><br>Note: Different email services (like gmail, yahoo etc) display email "
103
- "content differently. So there could be a slight variation on how your "
104
- "customer will view the email content."
105
- msgstr ""
106
-
107
- #: ../help/help.php:267
108
- msgid "Use HTML editor to create newsletters and post notifications."
109
- msgstr ""
110
-
111
- #: ../help/help.php:308
112
- msgid "General Plugin Configuration"
113
- msgstr ""
114
-
115
- #: ../help/help.php:326
116
- msgid "How to check sent emails?"
117
- msgstr ""
118
-
119
- #: ../help/help.php:338
120
- msgid "Create and Send Newsletter Emails"
121
- msgstr ""
122
-
123
- #: ../help/help.php:341
124
- msgid "Keywords in the Newsletters"
125
- msgstr ""
126
-
127
- #: ../help/help.php:348
128
- msgid "Create and Send Post Notification Emails when new posts are published"
129
- msgstr ""
130
-
131
- #: ../help/help.php:362
132
- msgid "What is Cron and how to Schedule Cron Emails?"
133
- msgstr ""
134
-
135
- #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
136
- #: register.php:805 ../classes/es-register.php:806 ../classes/es-register.php:811
137
- msgid "Templates"
138
- msgstr ""
139
-
140
- #: ../classes/es-register.php:201
141
- msgctxt "view-subscriber-enhanced-select"
142
- msgid ""
143
- "Do you want to resend confirmation email? Also please note, this will update "
144
- "subscriber current status to 'Unconfirmed'."
145
- msgstr ""
146
-
147
- #: ../classes/es-register.php:215
148
- msgctxt "notification-enhanced-select"
149
- msgid "Please select notification mail subject. Use templates menu to create new."
150
  msgstr ""
151
 
152
- #: ../classes/es-register.php:746
153
  msgid ""
154
- "Compose is now changed to <b>Templates</b> and Keyword structure has been "
155
- "simplified. All your previously created templates and keywords have been "
156
- "automatically updated to the new structure.<br>"
157
  msgstr ""
158
 
159
- #: ../classes/es-register.php:747
160
- msgid "Check all the changes&nbsp;&nbsp;"
161
  msgstr ""
162
 
163
- #: ../classes/es-register.php:747
164
- msgid "No thanks, I know about it already."
165
- msgstr ""
166
-
167
- #: ../classes/es-register.php:796
168
- #, php-format
169
- msgid "Email Subscribers version: <strong>%s</strong>"
170
- msgstr ""
171
-
172
- #: ../classes/es-register.php:807 ../classes/es-register.php:808
173
- msgid "Add new Template"
174
- msgstr ""
175
-
176
- #: ../classes/es-register.php:809
177
- msgid "Edit Templates"
178
- msgstr ""
179
-
180
- #: ../classes/es-register.php:810
181
- msgid "New Templates"
182
- msgstr ""
183
-
184
- #: ../classes/es-register.php:812
185
- msgid "View Templates"
186
- msgstr ""
187
-
188
- #: ../classes/es-register.php:813
189
- msgid "Search Templates"
190
- msgstr ""
191
-
192
- #: ../classes/es-register.php:814
193
- msgid "No Templates found"
194
- msgstr ""
195
-
196
- #: ../classes/es-register.php:815
197
- msgid "No Templates found in Trash"
198
- msgstr ""
199
-
200
- #: ../classes/es-register.php:818
201
- msgid "Thumbnail (For Visual Representation only)"
202
- msgstr ""
203
-
204
- #: ../classes/es-register.php:819
205
- msgid "Set thumbnail"
206
- msgstr ""
207
-
208
- #: ../classes/es-register.php:856
209
- msgid "Template Type"
210
- msgstr ""
211
-
212
- #: ../classes/es-register.php:922
213
- msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
214
- msgstr ""
215
-
216
- #: ../classes/es-register.php:925
217
- msgid "Select your Email Template Type"
218
- msgstr ""
219
-
220
- #: ../classes/es-register.php:975
221
- msgid "Preview Template"
222
- msgstr ""
223
-
224
- #: ../classes/es-register.php:989
225
- #, php-format
226
- msgid ""
227
- "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
228
- "{{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, {{POSTLINK-"
229
- "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
230
- msgstr ""
231
-
232
- #: ../classes/es-register.php:990
233
- msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
234
  msgstr ""
235
 
236
  #: ../notification/notification-add.php:33
@@ -241,6 +50,12 @@ msgstr "Bitte wähle die Abonnentengruppe."
241
  msgid "Please select notification status."
242
  msgstr "Bitte wähle den Benachrichtigungsstatus."
243
 
 
 
 
 
 
 
244
  #: ../notification/notification-add.php:51 ../notification/notification-edit.php:67
245
  msgid "Please select post categories."
246
  msgstr "Bitte wähle die Kategorie der Beiträge."
@@ -282,6 +97,11 @@ msgstr "Wähle"
282
  msgid "Select Notification Email Subject"
283
  msgstr "Wähle das Subjekt der Benachrichtigungsmail"
284
 
 
 
 
 
 
285
  #: ../notification/notification-add.php:168 ../notification/notification-edit.php:
286
  #: 191
287
  msgid "Select Post Categories"
@@ -545,6 +365,14 @@ msgstr "Einfaches Opt In"
545
  msgid "Image Size"
546
  msgstr "Bildgröße"
547
 
 
 
 
 
 
 
 
 
548
  #: ../settings/settings-edit.php:121
549
  msgid "Full Size"
550
  msgstr "Volle Größe"
@@ -553,7 +381,7 @@ msgstr "Volle Größe"
553
  msgid "Medium Size"
554
  msgstr "Mittlere Größe"
555
 
556
- #: ../settings/settings-edit.php:123 ../classes/es-register.php:857
557
  msgid "Thumbnail"
558
  msgstr "Vorschau"
559
 
@@ -582,12 +410,12 @@ msgstr ""
582
  "dazugekommen ist. Diese Option muss auf JA stehen."
583
 
584
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
585
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1126
586
  msgid "YES"
587
  msgstr "Ja"
588
 
589
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
590
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1127
591
  msgid "NO"
592
  msgstr "Nein"
593
 
@@ -607,6 +435,14 @@ msgstr ""
607
  msgid "Admin Email Content on new subscriber signs up"
608
  msgstr "Inhalt der Nachricht an den Admin wenn ein neuer Abonnent sich anmeldet"
609
 
 
 
 
 
 
 
 
 
610
  #: ../settings/settings-edit.php:164
611
  msgid "Sent Report Subject"
612
  msgstr "Subjekt des Sendeberichts"
@@ -619,6 +455,14 @@ msgstr "Subjekt des Emailberichtes der an den Admin geschickt wird."
619
  msgid "Sent Report Content"
620
  msgstr "Inhalt des Sendeberichts"
621
 
 
 
 
 
 
 
 
 
622
  #: ../settings/settings-edit.php:183
623
  msgid "Double Opt-In Email Subject (Confirmation Email)"
624
  msgstr "Subjekt der Bestätigungsmail (Doppeltes Opt-In)"
@@ -635,6 +479,14 @@ msgstr ""
635
  msgid "Double Opt-In Email Content (Confirmation Email)"
636
  msgstr "Inhalt der Bestätigungsmail bei doppeltem Opt-In"
637
 
 
 
 
 
 
 
 
 
638
  #: ../settings/settings-edit.php:197
639
  msgid "Double Opt-In Confirmation Link"
640
  msgstr "Bestätigungslink bei doppeltem Opt-In"
@@ -689,6 +541,16 @@ msgstr ""
689
  msgid "Email Content for Welcome Email"
690
  msgstr "Inhalt der Willkommensemail"
691
 
 
 
 
 
 
 
 
 
 
 
692
  #: ../settings/settings-edit.php:240
693
  msgid "Unsubscribe Link"
694
  msgstr "Link zum Abmelden"
@@ -707,6 +569,15 @@ msgstr ""
707
  msgid "Unsubscribe Text in Email"
708
  msgstr "Inhalt der Abmeldeemail"
709
 
 
 
 
 
 
 
 
 
 
710
  #: ../settings/settings-edit.php:254
711
  msgid "Text to display after an email address is unsubscribed"
712
  msgstr "Dieser Text wird nach der Abmeldung angezeigt"
@@ -771,6 +642,10 @@ msgstr "Für Administratoren / Editoren"
771
  msgid "Administrator/Editor/Author/Contributor"
772
  msgstr "Für Administratoren / Editoren / Autoren / Mitarbeiter"
773
 
 
 
 
 
774
  #: ../settings/settings-edit.php:312
775
  msgid "Post Notifications Menu"
776
  msgstr "Menü Benachrichtigungen"
@@ -812,6 +687,14 @@ msgstr ""
812
  msgid "Cron Report"
813
  msgstr "Cron Bericht"
814
 
 
 
 
 
 
 
 
 
815
  #: ../settings/settings-edit.php:385
816
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
817
  msgstr "Was ist Cron (Auto-Mailversand) und wie konfiguriere ich einen Cron Job?"
@@ -941,7 +824,7 @@ msgid "View Reports"
941
  msgstr "Berichte anzeigen"
942
 
943
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
944
- #: classes/es-register.php:905
945
  msgid "Preview"
946
  msgstr "Vorschau"
947
 
@@ -1147,11 +1030,6 @@ msgstr ""
1147
  "Um eine Bestätigungsmail zu verschicken muss Opt In in Double Opt In "
1148
  "geändert werden."
1149
 
1150
- #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
1151
- #: php:134
1152
- msgid "Confirmation emails Resent Successfully."
1153
- msgstr "Bestätigungsmail wurde neu verschickt."
1154
-
1155
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1156
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1157
  #: subscriber-show.php:217
@@ -1185,6 +1063,10 @@ msgstr "Bitte wähle den neuen Status aus."
1185
  msgid "Subscribers"
1186
  msgstr "Abonnenten"
1187
 
 
 
 
 
1188
  #: ../subscribers/view-subscriber-show.php:258
1189
  #, php-format
1190
  msgid "Active Subscribers: %s"
@@ -1194,7 +1076,7 @@ msgstr "Abonnenten aktiv: %s"
1194
  msgid "Email Address"
1195
  msgstr "Emailadresse"
1196
 
1197
- #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1068 ..
1198
  #: classes/es-loadwidget.php:28
1199
  msgid "Name"
1200
  msgstr "Name"
@@ -1437,6 +1319,32 @@ msgstr "Wähle die Gruppe zu der neu registrierte Benutzer hinzugefügt werden"
1437
  msgid "Unexpected url submit has been detected"
1438
  msgstr "Eine unerwartete URL wurde übertragen"
1439
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1440
  #: ../job/es-unsubscribe.php:54 ../job/es-unsubscribe.php:61 ../job/es-optin.php:
1441
  #: 58 ../job/es-optin.php:68
1442
  msgid ""
@@ -1464,7 +1372,7 @@ msgstr ""
1464
  msgid "Get more help and tips..."
1465
  msgstr "Mehr Hilfe und Tipps..."
1466
 
1467
- #: ../help/help.php:183 ../classes/es-register.php:1078 ../classes/es-loadwidget.
1468
  #: php:38
1469
  msgid "Subscribe"
1470
  msgstr "Anmelden"
@@ -1556,6 +1464,12 @@ msgstr ""
1556
  "Einfache Migration von Benutzern von anderen Applikationen durch Import & "
1557
  "Export."
1558
 
 
 
 
 
 
 
1559
  #: ../help/help.php:270
1560
  msgid "Send newsletters to different groups."
1561
  msgstr "Versenden von Newslettern an unterschiedliche Gruppen."
@@ -1626,6 +1540,10 @@ msgstr ""
1626
  "Wie kann ich ein Captcha zum Anmeldeformular von Email Subscribers "
1627
  "hinzufügen?"
1628
 
 
 
 
 
1629
  #: ../help/help.php:311
1630
  #, php-format
1631
  msgid "Modify %s"
@@ -1659,6 +1577,24 @@ msgstr "Wie kann ich Texte im Plugin ändern/aktualisieren/übersetzen?"
1659
  msgid "How to add Unsubscribe link in emails?"
1660
  msgstr "Wie füge ich meinen Emails einen Abmeldelink hinzu?"
1661
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1662
  #: ../help/help.php:351
1663
  msgid "Keywords in the Post Notifications"
1664
  msgstr "Schlüsselworte in den Beitragsbenachrichtigungen"
@@ -1671,6 +1607,10 @@ msgstr "Senden einer Testbenachrichtigung an sich selbst oder an eine Testgruppe
1671
  msgid "Cron Job Setup"
1672
  msgstr "Konfiguration Cron Job"
1673
 
 
 
 
 
1674
  #: ../help/help.php:365
1675
  msgid "Schedule Cron Emails in cPanel"
1676
  msgstr "Planen von Cron Emails in cPanel"
@@ -1915,10 +1855,15 @@ msgid "<span style=\"color:#993399;\">Immediately</span>"
1915
  msgstr "<span style=\"color:#993399;\">Sofort</span>"
1916
 
1917
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1918
- #: register.php:817
1919
  msgid "Email Subscribers"
1920
  msgstr "Email Subscribers"
1921
 
 
 
 
 
 
1922
  #: ../classes/es-register.php:183
1923
  msgid "Help & Info"
1924
  msgstr "Hilfe & Info"
@@ -1957,6 +1902,15 @@ msgctxt "view-subscriber-enhanced-select"
1957
  msgid "Are you sure you want to delete selected records?"
1958
  msgstr "Bist Du sicher, dass die selektierten Einträge gelöscht werden sollen?"
1959
 
 
 
 
 
 
 
 
 
 
1960
  #: ../classes/es-register.php:202
1961
  msgctxt "view-subscriber-enhanced-select"
1962
  msgid "Please select new subscriber group."
@@ -1989,6 +1943,13 @@ msgctxt "notification-enhanced-select"
1989
  msgid "Please select subscribers group."
1990
  msgstr "Abonnentengruppe wählen."
1991
 
 
 
 
 
 
 
 
1992
  #: ../classes/es-register.php:216
1993
  msgctxt "notification-enhanced-select"
1994
  msgid "Please select notification status."
@@ -2160,12 +2121,7 @@ msgctxt "widget-page-enhanced-select"
2160
  msgid "There was a problem with the request"
2161
  msgstr "Es gab ein Problem mit der Anforderung"
2162
 
2163
- #: ../classes/es-register.php:704 ../classes/es-register.php:761
2164
- msgctxt "timezone date format"
2165
- msgid "Y-m-d"
2166
- msgstr "J-M-T"
2167
-
2168
- #: ../classes/es-register.php:782
2169
  msgid ""
2170
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2171
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
@@ -2178,34 +2134,106 @@ msgstr ""
2178
  "rated=\"Thanks :)\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> Bewertung. Ein "
2179
  "riesiges Dankeschön von Icegram im Voraus!"
2180
 
2181
- #: ../classes/es-register.php:927
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2182
  msgid "Newsletter"
2183
  msgstr "Newsletter"
2184
 
2185
- #: ../classes/es-register.php:928
2186
  msgid "Post Notification"
2187
  msgstr "Benachrichtigung über Beitrag"
2188
 
2189
- #: ../classes/es-register.php:989
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2190
  msgid "Available Keywords"
2191
  msgstr "Verfügbare Schlüsselworte"
2192
 
2193
- #: ../classes/es-register.php:1073 ../classes/es-loadwidget.php:33
 
 
 
 
2194
  msgid "Email *"
2195
  msgstr "Email *"
2196
 
2197
- #: ../classes/es-register.php:1116
2198
  msgid "Widget Title"
2199
  msgstr "Widget Titel"
2200
 
2201
- #: ../classes/es-register.php:1120
2202
  msgid "Short description about subscription form"
2203
  msgstr "Kurze Beschreibung des Anmeldeformulars"
2204
 
2205
- #: ../classes/es-register.php:1124
2206
  msgid "Display Name Field"
2207
  msgstr "Namensfeld anzeigen"
2208
 
2209
- #: ../classes/es-register.php:1131
2210
  msgid "Subscriber Group"
2211
  msgstr "Abonnentengruppe"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Email Subscribers & Newsletters 3.4.7\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Tue Jan 16 2018 12:38:20 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
23
  "X-Loco-Target-Locale: de_DE\n"
24
  "X-Poedit-SearchPath-0: .."
25
 
26
+ #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
27
+ #: php:134
28
+ msgid "Confirmation emails resent successfully."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  msgstr ""
30
 
31
+ #: ../classes/es-register.php:739
32
  msgid ""
33
+ "<b>Want readymade email templates?</b> Also want to <b>clean your "
34
+ "subscribers list?</b> Come check our Pro plan."
 
35
  msgstr ""
36
 
37
+ #: ../classes/es-register.php:740
38
+ msgid "Check Pro plan&nbsp;&nbsp;"
39
  msgstr ""
40
 
41
+ #: ../classes/es-register.php:740
42
+ msgid "Not interested."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  msgstr ""
44
 
45
  #: ../notification/notification-add.php:33
50
  msgid "Please select notification status."
51
  msgstr "Bitte wähle den Benachrichtigungsstatus."
52
 
53
+ #: ../notification/notification-add.php:45 ../notification/notification-edit.php:61
54
+ msgid "Please select notification mail subject. Use templates menu to create new."
55
+ msgstr ""
56
+ "Bitte wähle das Subjekt für die Benachrichtigung. Verwende das Menü Vorlagen "
57
+ "um ein neues zu erstellen."
58
+
59
  #: ../notification/notification-add.php:51 ../notification/notification-edit.php:67
60
  msgid "Please select post categories."
61
  msgstr "Bitte wähle die Kategorie der Beiträge."
97
  msgid "Select Notification Email Subject"
98
  msgstr "Wähle das Subjekt der Benachrichtigungsmail"
99
 
100
+ #: ../notification/notification-add.php:144 ../notification/notification-edit.php:
101
+ #: 164
102
+ msgid "(Use templates menu to create new)"
103
+ msgstr "(Verwende das Menü Vorlagen um ein neues zu erstellen)"
104
+
105
  #: ../notification/notification-add.php:168 ../notification/notification-edit.php:
106
  #: 191
107
  msgid "Select Post Categories"
365
  msgid "Image Size"
366
  msgstr "Bildgröße"
367
 
368
+ #: ../settings/settings-edit.php:117
369
+ msgid ""
370
+ "Select image size for {{POSTIMAGE}} to be shown in the Post Notification "
371
+ "Emails."
372
+ msgstr ""
373
+ "Wähle die Bildgröße für {{POSTIMAGE}} die in den Benachrichtigungsmails "
374
+ "angezeigt wird."
375
+
376
  #: ../settings/settings-edit.php:121
377
  msgid "Full Size"
378
  msgstr "Volle Größe"
381
  msgid "Medium Size"
382
  msgstr "Mittlere Größe"
383
 
384
+ #: ../settings/settings-edit.php:123 ../classes/es-register.php:842
385
  msgid "Thumbnail"
386
  msgstr "Vorschau"
387
 
410
  "dazugekommen ist. Diese Option muss auf JA stehen."
411
 
412
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
413
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1111
414
  msgid "YES"
415
  msgstr "Ja"
416
 
417
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
418
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1112
419
  msgid "NO"
420
  msgstr "Nein"
421
 
435
  msgid "Admin Email Content on new subscriber signs up"
436
  msgstr "Inhalt der Nachricht an den Admin wenn ein neuer Abonnent sich anmeldet"
437
 
438
+ #: ../settings/settings-edit.php:157
439
+ msgid ""
440
+ "Content for the admin email whenever a new subscriber signs up and is "
441
+ "confirmed.<br />Available Keywords: {{NAME}}, {{EMAIL}}, {{GROUP}}"
442
+ msgstr ""
443
+ "Inhalt der Email an den Admin wenn ein neuer Abonnent angemeldet und "
444
+ "bestätigt ist.<br />Verfügbare Schlüsselworte: {{NAME}}, {{EMAIL}}, {{GROUP}}"
445
+
446
  #: ../settings/settings-edit.php:164
447
  msgid "Sent Report Subject"
448
  msgstr "Subjekt des Sendeberichts"
455
  msgid "Sent Report Content"
456
  msgstr "Inhalt des Sendeberichts"
457
 
458
+ #: ../settings/settings-edit.php:172
459
+ msgid ""
460
+ "Content for the email report which will be sent to admin.<br />Available "
461
+ "Keywords: {{COUNT}}, {{UNIQUE}}, {{STARTTIME}}, {{ENDTIME}}"
462
+ msgstr ""
463
+ "Inhalt des Emailreports der an den Admin geschickt wird.<br />Verfügbare "
464
+ "Schlüsselworte: {{COUNT}}, {{UNIQUE}}, {{STARTTIME}}, {{ENDTIME}}"
465
+
466
  #: ../settings/settings-edit.php:183
467
  msgid "Double Opt-In Email Subject (Confirmation Email)"
468
  msgstr "Subjekt der Bestätigungsmail (Doppeltes Opt-In)"
479
  msgid "Double Opt-In Email Content (Confirmation Email)"
480
  msgstr "Inhalt der Bestätigungsmail bei doppeltem Opt-In"
481
 
482
+ #: ../settings/settings-edit.php:191
483
+ msgid ""
484
+ "Content for the confirmation email to be sent for Double Opt-In whenever a "
485
+ "subscriber signs up.<br />Available Keywords: {{NAME}}, {{LINK}}"
486
+ msgstr ""
487
+ "Inhalt der Bestätigungsmail bei Doppeltem Opt-In wenn ein neuer Benutzer "
488
+ "sich angemeldet hat.<br />Verfügbare Schlüsselworte: {{NAME}}, {{LINK}}"
489
+
490
  #: ../settings/settings-edit.php:197
491
  msgid "Double Opt-In Confirmation Link"
492
  msgstr "Bestätigungslink bei doppeltem Opt-In"
541
  msgid "Email Content for Welcome Email"
542
  msgstr "Inhalt der Willkommensemail"
543
 
544
+ #: ../settings/settings-edit.php:232
545
+ msgid ""
546
+ "Content for the subscriber welcome email whenever a user's email is either "
547
+ "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
548
+ "<br />Available Keywords: {{NAME}}, {{GROUP}}, {{LINK}}"
549
+ msgstr ""
550
+ "Inhalt der Willkommensmail wenn ein Benutzer entweder erfolgreich bestätigt "
551
+ "(bei doppeltem Opt-In) oder eingetragen (bei einfachem Opt-In) wurde.<br "
552
+ "/>Verfügbare Schlüsselworte: {{NAME}}, {{GROUP}}, {{LINK}}"
553
+
554
  #: ../settings/settings-edit.php:240
555
  msgid "Unsubscribe Link"
556
  msgstr "Link zum Abmelden"
569
  msgid "Unsubscribe Text in Email"
570
  msgstr "Inhalt der Abmeldeemail"
571
 
572
+ #: ../settings/settings-edit.php:248
573
+ msgid ""
574
+ "The text for the unsubscribe link. This text is automatically added with "
575
+ "unsubscribe link in the emails.<br />Available Keyword: {{LINK}}"
576
+ msgstr ""
577
+ "Der Text für den Abmeldelink. Dieser Text wird automatisch mit dem "
578
+ "Abmeldelink zu den Emails hinzugefügt.<br />Verfügbare Schlüsselworte: "
579
+ "{{LINK}}"
580
+
581
  #: ../settings/settings-edit.php:254
582
  msgid "Text to display after an email address is unsubscribed"
583
  msgstr "Dieser Text wird nach der Abmeldung angezeigt"
642
  msgid "Administrator/Editor/Author/Contributor"
643
  msgstr "Für Administratoren / Editoren / Autoren / Mitarbeiter"
644
 
645
+ #: ../settings/settings-edit.php:300
646
+ msgid "Templates Menu"
647
+ msgstr "Vorlagen Menü"
648
+
649
  #: ../settings/settings-edit.php:312
650
  msgid "Post Notifications Menu"
651
  msgstr "Menü Benachrichtigungen"
687
  msgid "Cron Report"
688
  msgstr "Cron Bericht"
689
 
690
+ #: ../settings/settings-edit.php:375
691
+ msgid ""
692
+ "Email to admin whenever a cron URL is triggered from your server.<br "
693
+ "/>Available Keywords: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
694
+ msgstr ""
695
+ "Email an den Admin wenn eine CRON-URL auf dem Server ausgelöst wurde.<br "
696
+ "/>Verfügbare Schlüsselworte: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
697
+
698
  #: ../settings/settings-edit.php:385
699
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
700
  msgstr "Was ist Cron (Auto-Mailversand) und wie konfiguriere ich einen Cron Job?"
824
  msgstr "Berichte anzeigen"
825
 
826
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
827
+ #: classes/es-register.php:890
828
  msgid "Preview"
829
  msgstr "Vorschau"
830
 
1030
  "Um eine Bestätigungsmail zu verschicken muss Opt In in Double Opt In "
1031
  "geändert werden."
1032
 
 
 
 
 
 
1033
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1034
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1035
  #: subscriber-show.php:217
1063
  msgid "Subscribers"
1064
  msgstr "Abonnenten"
1065
 
1066
+ #: ../subscribers/view-subscriber-show.php:256
1067
+ msgid "Total Subscribers: "
1068
+ msgstr "Abonnenten gesamt: "
1069
+
1070
  #: ../subscribers/view-subscriber-show.php:258
1071
  #, php-format
1072
  msgid "Active Subscribers: %s"
1076
  msgid "Email Address"
1077
  msgstr "Emailadresse"
1078
 
1079
+ #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1053 ..
1080
  #: classes/es-loadwidget.php:28
1081
  msgid "Name"
1082
  msgstr "Name"
1319
  msgid "Unexpected url submit has been detected"
1320
  msgstr "Eine unerwartete URL wurde übertragen"
1321
 
1322
+ #: ../templates/template-preview.php:31
1323
+ msgid "Template Preview"
1324
+ msgstr "Vorlage Vorschau"
1325
+
1326
+ #: ../templates/template-preview.php:39
1327
+ msgid "This is how your email may look."
1328
+ msgstr "So könnte die Email aussehen."
1329
+
1330
+ #: ../templates/template-preview.php:41
1331
+ msgid ""
1332
+ "<br><br>This Post Notification preview has replaced keywords from your last "
1333
+ "published blog post."
1334
+ msgstr ""
1335
+ "<br><br>Diese Beitragsbenachrichtigung hat mittlerweile ersetzte "
1336
+ "Schlüsselworte deines letzten veröffentlichten Blogbeitrags."
1337
+
1338
+ #: ../templates/template-preview.php:43
1339
+ msgid ""
1340
+ "<br><br>Note: Different email services (like gmail, yahoo etc) display email "
1341
+ "content differently. So there could be a slight variation on how your "
1342
+ "customer will view the email content."
1343
+ msgstr ""
1344
+ "<br><br>Hinweis: Diverse Emailanbieter (wie GMail, Yahoo, usw.) zeigen den "
1345
+ "Inhalt von Emails unterschiedlich an. Von daher kann es zu kleineren "
1346
+ "Abweichungen kommen wie die Abonnenten den Inhalt der Email sehen."
1347
+
1348
  #: ../job/es-unsubscribe.php:54 ../job/es-unsubscribe.php:61 ../job/es-optin.php:
1349
  #: 58 ../job/es-optin.php:68
1350
  msgid ""
1372
  msgid "Get more help and tips..."
1373
  msgstr "Mehr Hilfe und Tipps..."
1374
 
1375
+ #: ../help/help.php:183 ../classes/es-register.php:1063 ../classes/es-loadwidget.
1376
  #: php:38
1377
  msgid "Subscribe"
1378
  msgstr "Anmelden"
1464
  "Einfache Migration von Benutzern von anderen Applikationen durch Import & "
1465
  "Export."
1466
 
1467
+ #: ../help/help.php:267
1468
+ msgid "Use HTML editor to create newsletters and post notifications."
1469
+ msgstr ""
1470
+ "Verwende den HTML Editor um Newsletter und Beitragsbenachrichtigungen zu "
1471
+ "erstellen."
1472
+
1473
  #: ../help/help.php:270
1474
  msgid "Send newsletters to different groups."
1475
  msgstr "Versenden von Newslettern an unterschiedliche Gruppen."
1540
  "Wie kann ich ein Captcha zum Anmeldeformular von Email Subscribers "
1541
  "hinzufügen?"
1542
 
1543
+ #: ../help/help.php:308
1544
+ msgid "General Plugin Configuration"
1545
+ msgstr "Allgemeine Plugin Konfiguration"
1546
+
1547
  #: ../help/help.php:311
1548
  #, php-format
1549
  msgid "Modify %s"
1577
  msgid "How to add Unsubscribe link in emails?"
1578
  msgstr "Wie füge ich meinen Emails einen Abmeldelink hinzu?"
1579
 
1580
+ #: ../help/help.php:326
1581
+ msgid "How to check sent emails?"
1582
+ msgstr "Wie überprüfe ich gesendete Emails?"
1583
+
1584
+ #: ../help/help.php:338
1585
+ msgid "Create and Send Newsletter Emails"
1586
+ msgstr "Erstelle und versende Newsletteremails"
1587
+
1588
+ #: ../help/help.php:341
1589
+ msgid "Keywords in the Newsletters"
1590
+ msgstr "Schlüsselworte in den Newslettern"
1591
+
1592
+ #: ../help/help.php:348
1593
+ msgid "Create and Send Post Notification Emails when new posts are published"
1594
+ msgstr ""
1595
+ "Erstelle und versende Benachrichtigungsemails wenn neue Beiträge "
1596
+ "veröffentlicht werden"
1597
+
1598
  #: ../help/help.php:351
1599
  msgid "Keywords in the Post Notifications"
1600
  msgstr "Schlüsselworte in den Beitragsbenachrichtigungen"
1607
  msgid "Cron Job Setup"
1608
  msgstr "Konfiguration Cron Job"
1609
 
1610
+ #: ../help/help.php:362
1611
+ msgid "What is Cron and how to Schedule Cron Emails?"
1612
+ msgstr "Was ist Cron und wie plane ich Cron Emailversand?"
1613
+
1614
  #: ../help/help.php:365
1615
  msgid "Schedule Cron Emails in cPanel"
1616
  msgstr "Planen von Cron Emails in cPanel"
1855
  msgstr "<span style=\"color:#993399;\">Sofort</span>"
1856
 
1857
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1858
+ #: register.php:802
1859
  msgid "Email Subscribers"
1860
  msgstr "Email Subscribers"
1861
 
1862
+ #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
1863
+ #: register.php:790 ../classes/es-register.php:791 ../classes/es-register.php:796
1864
+ msgid "Templates"
1865
+ msgstr "Vorlagen"
1866
+
1867
  #: ../classes/es-register.php:183
1868
  msgid "Help & Info"
1869
  msgstr "Hilfe & Info"
1902
  msgid "Are you sure you want to delete selected records?"
1903
  msgstr "Bist Du sicher, dass die selektierten Einträge gelöscht werden sollen?"
1904
 
1905
+ #: ../classes/es-register.php:201
1906
+ msgctxt "view-subscriber-enhanced-select"
1907
+ msgid ""
1908
+ "Do you want to resend confirmation email? Also please note, this will update "
1909
+ "subscriber current status to 'Unconfirmed'."
1910
+ msgstr ""
1911
+ "Möchtest Du die Bestätigungsemail erneut versenden? Beachte, dies wird den "
1912
+ "Status des Abonnenten auf 'unbestätigt' setzen."
1913
+
1914
  #: ../classes/es-register.php:202
1915
  msgctxt "view-subscriber-enhanced-select"
1916
  msgid "Please select new subscriber group."
1943
  msgid "Please select subscribers group."
1944
  msgstr "Abonnentengruppe wählen."
1945
 
1946
+ #: ../classes/es-register.php:215
1947
+ msgctxt "notification-enhanced-select"
1948
+ msgid "Please select notification mail subject. Use templates menu to create new."
1949
+ msgstr ""
1950
+ "Bitte wähle das Subjekt für die Benachrichtigung. Verwende das Menü Vorlagen "
1951
+ "um ein neues zu erstellen."
1952
+
1953
  #: ../classes/es-register.php:216
1954
  msgctxt "notification-enhanced-select"
1955
  msgid "Please select notification status."
2121
  msgid "There was a problem with the request"
2122
  msgstr "Es gab ein Problem mit der Anforderung"
2123
 
2124
+ #: ../classes/es-register.php:767
 
 
 
 
 
2125
  msgid ""
2126
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2127
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2134
  "rated=\"Thanks :)\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> Bewertung. Ein "
2135
  "riesiges Dankeschön von Icegram im Voraus!"
2136
 
2137
+ #: ../classes/es-register.php:781
2138
+ #, php-format
2139
+ msgid "Email Subscribers version: <strong>%s</strong>"
2140
+ msgstr "Email Subscribers Version: <strong>%s</strong>"
2141
+
2142
+ #: ../classes/es-register.php:792 ../classes/es-register.php:793
2143
+ msgid "Add new Template"
2144
+ msgstr "Neue Vorlage hinzufügen"
2145
+
2146
+ #: ../classes/es-register.php:794
2147
+ msgid "Edit Templates"
2148
+ msgstr "Vorlagen bearbeiten"
2149
+
2150
+ #: ../classes/es-register.php:795
2151
+ msgid "New Templates"
2152
+ msgstr "Neue Vorlagen"
2153
+
2154
+ #: ../classes/es-register.php:797
2155
+ msgid "View Templates"
2156
+ msgstr "Vorlagen ansehen"
2157
+
2158
+ #: ../classes/es-register.php:798
2159
+ msgid "Search Templates"
2160
+ msgstr "Vorlagen suchen"
2161
+
2162
+ #: ../classes/es-register.php:799
2163
+ msgid "No Templates found"
2164
+ msgstr "Keine Vorlagen gefunden"
2165
+
2166
+ #: ../classes/es-register.php:800
2167
+ msgid "No Templates found in Trash"
2168
+ msgstr "Keine Vorlagen im Papierkorb gefunden"
2169
+
2170
+ #: ../classes/es-register.php:803
2171
+ msgid "Thumbnail (For Visual Representation only)"
2172
+ msgstr "Vorschaubild (nur zur visuellen Darstellung)"
2173
+
2174
+ #: ../classes/es-register.php:804
2175
+ msgid "Set thumbnail"
2176
+ msgstr "Vorschaubild auswählen"
2177
+
2178
+ #: ../classes/es-register.php:841
2179
+ msgid "Template Type"
2180
+ msgstr "Vorlagentyp"
2181
+
2182
+ #: ../classes/es-register.php:907
2183
+ msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
2184
+ msgstr "Verfügbares Schlüsselwort für Beitragsbenachrichtigung: {{POSTTITLE}}"
2185
+
2186
+ #: ../classes/es-register.php:910
2187
+ msgid "Select your Email Template Type"
2188
+ msgstr "Wähle den Typ der Emailvorlage"
2189
+
2190
+ #: ../classes/es-register.php:912
2191
  msgid "Newsletter"
2192
  msgstr "Newsletter"
2193
 
2194
+ #: ../classes/es-register.php:913
2195
  msgid "Post Notification"
2196
  msgstr "Benachrichtigung über Beitrag"
2197
 
2198
+ #: ../classes/es-register.php:960
2199
+ msgid "Preview Template"
2200
+ msgstr "Voransicht Vorlage"
2201
+
2202
+ #: ../classes/es-register.php:974
2203
+ #, php-format
2204
+ msgid ""
2205
+ "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
2206
+ "{{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, {{POSTLINK-"
2207
+ "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
2208
+ msgstr ""
2209
+ "%s für Beitragsbenachrichtigung: {{NAME}}, {{EMAIL}}, {{DATE}}, "
2210
+ "{{POSTTITLE}}, {{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, "
2211
+ "{{POSTLINK-WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
2212
+
2213
+ #: ../classes/es-register.php:974
2214
  msgid "Available Keywords"
2215
  msgstr "Verfügbare Schlüsselworte"
2216
 
2217
+ #: ../classes/es-register.php:975
2218
+ msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
2219
+ msgstr "<br/><br/>Verfügbare Schlüsselworte für den Newsletter: {{NAME}}, {{EMAIL}}"
2220
+
2221
+ #: ../classes/es-register.php:1058 ../classes/es-loadwidget.php:33
2222
  msgid "Email *"
2223
  msgstr "Email *"
2224
 
2225
+ #: ../classes/es-register.php:1101
2226
  msgid "Widget Title"
2227
  msgstr "Widget Titel"
2228
 
2229
+ #: ../classes/es-register.php:1105
2230
  msgid "Short description about subscription form"
2231
  msgstr "Kurze Beschreibung des Anmeldeformulars"
2232
 
2233
+ #: ../classes/es-register.php:1109
2234
  msgid "Display Name Field"
2235
  msgstr "Namensfeld anzeigen"
2236
 
2237
+ #: ../classes/es-register.php:1116
2238
  msgid "Subscriber Group"
2239
  msgstr "Abonnentengruppe"
languages/email-subscribers-es_ES.mo CHANGED
Binary file
languages/email-subscribers-es_ES.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Email Subscribers & Newsletters 3.4.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Fri Dec 15 2017 12:24:08 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -80,6 +80,11 @@ msgid ""
80
  "/>Available Keywords: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
81
  msgstr ""
82
 
 
 
 
 
 
83
  #: ../subscribers/view-subscriber-show.php:256
84
  msgid "Total Subscribers: "
85
  msgstr ""
@@ -134,7 +139,7 @@ msgid "What is Cron and how to Schedule Cron Emails?"
134
  msgstr ""
135
 
136
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
137
- #: register.php:805 ../classes/es-register.php:806 ../classes/es-register.php:811
138
  msgid "Templates"
139
  msgstr ""
140
 
@@ -150,79 +155,78 @@ msgctxt "notification-enhanced-select"
150
  msgid "Please select notification mail subject. Use templates menu to create new."
151
  msgstr ""
152
 
153
- #: ../classes/es-register.php:746
154
  msgid ""
155
- "Compose is now changed to <b>Templates</b> and Keyword structure has been "
156
- "simplified. All your previously created templates and keywords have been "
157
- "automatically updated to the new structure.<br>"
158
  msgstr ""
159
 
160
- #: ../classes/es-register.php:747
161
- msgid "Check all the changes&nbsp;&nbsp;"
162
  msgstr ""
163
 
164
- #: ../classes/es-register.php:747
165
- msgid "No thanks, I know about it already."
166
  msgstr ""
167
 
168
- #: ../classes/es-register.php:796
169
  #, php-format
170
  msgid "Email Subscribers version: <strong>%s</strong>"
171
  msgstr ""
172
 
173
- #: ../classes/es-register.php:807 ../classes/es-register.php:808
174
  msgid "Add new Template"
175
  msgstr ""
176
 
177
- #: ../classes/es-register.php:809
178
  msgid "Edit Templates"
179
  msgstr ""
180
 
181
- #: ../classes/es-register.php:810
182
  msgid "New Templates"
183
  msgstr ""
184
 
185
- #: ../classes/es-register.php:812
186
  msgid "View Templates"
187
  msgstr ""
188
 
189
- #: ../classes/es-register.php:813
190
  msgid "Search Templates"
191
  msgstr ""
192
 
193
- #: ../classes/es-register.php:814
194
  msgid "No Templates found"
195
  msgstr ""
196
 
197
- #: ../classes/es-register.php:815
198
  msgid "No Templates found in Trash"
199
  msgstr ""
200
 
201
- #: ../classes/es-register.php:818
202
  msgid "Thumbnail (For Visual Representation only)"
203
  msgstr ""
204
 
205
- #: ../classes/es-register.php:819
206
  msgid "Set thumbnail"
207
  msgstr ""
208
 
209
- #: ../classes/es-register.php:856
210
  msgid "Template Type"
211
  msgstr ""
212
 
213
- #: ../classes/es-register.php:922
214
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
215
  msgstr ""
216
 
217
- #: ../classes/es-register.php:925
218
  msgid "Select your Email Template Type"
219
  msgstr ""
220
 
221
- #: ../classes/es-register.php:975
222
  msgid "Preview Template"
223
  msgstr ""
224
 
225
- #: ../classes/es-register.php:989
226
  #, php-format
227
  msgid ""
228
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
@@ -230,7 +234,7 @@ msgid ""
230
  "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
231
  msgstr ""
232
 
233
- #: ../classes/es-register.php:990
234
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
235
  msgstr ""
236
 
@@ -555,7 +559,7 @@ msgstr "Grande"
555
  msgid "Medium Size"
556
  msgstr "Mediana"
557
 
558
- #: ../settings/settings-edit.php:123 ../classes/es-register.php:857
559
  msgid "Thumbnail"
560
  msgstr "Pequeña"
561
 
@@ -584,12 +588,12 @@ msgstr ""
584
  "suscripción, esta opción debe estar en SÍ."
585
 
586
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
587
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1126
588
  msgid "YES"
589
  msgstr "SÍ"
590
 
591
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
592
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1127
593
  msgid "NO"
594
  msgstr "NO"
595
 
@@ -951,7 +955,7 @@ msgid "View Reports"
951
  msgstr "Nombre del informe"
952
 
953
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
954
- #: classes/es-register.php:905
955
  msgid "Preview"
956
  msgstr "Vista previa"
957
 
@@ -1157,11 +1161,6 @@ msgstr ""
1157
  "Si quieres enviar un correo de confirmación debes cambiar la opción a doble "
1158
  "verificación."
1159
 
1160
- #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
1161
- #: php:134
1162
- msgid "Confirmation emails Resent Successfully."
1163
- msgstr "Correo de confirmación reenviado con éxito."
1164
-
1165
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1166
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1167
  #: subscriber-show.php:217
@@ -1204,7 +1203,7 @@ msgstr "Suscriptores activos: %s"
1204
  msgid "Email Address"
1205
  msgstr "Dirección de correo"
1206
 
1207
- #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1068 ..
1208
  #: classes/es-loadwidget.php:28
1209
  msgid "Name"
1210
  msgstr "Nombre"
@@ -1474,7 +1473,7 @@ msgstr "Gracias por instalar nuestro plugin.<br />Esperamos que lo disfrutes."
1474
  msgid "Get more help and tips..."
1475
  msgstr "Obtén más ayuda y consejos"
1476
 
1477
- #: ../help/help.php:183 ../classes/es-register.php:1078 ../classes/es-loadwidget.
1478
  #: php:38
1479
  msgid "Subscribe"
1480
  msgstr "Suscribirse"
@@ -1940,7 +1939,7 @@ msgid "<span style=\"color:#993399;\">Immediately</span>"
1940
  msgstr "<span style=\"color:#993399;\">Inmediatamente</span>"
1941
 
1942
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1943
- #: register.php:817
1944
  msgid "Email Subscribers"
1945
  msgstr "Email Subscribers"
1946
 
@@ -2192,12 +2191,7 @@ msgctxt "widget-page-enhanced-select"
2192
  msgid "There was a problem with the request"
2193
  msgstr "Ha habido un problema con la solicitud"
2194
 
2195
- #: ../classes/es-register.php:704 ../classes/es-register.php:761
2196
- msgctxt "timezone date format"
2197
- msgid "Y-m-d"
2198
- msgstr "A-m-d"
2199
-
2200
- #: ../classes/es-register.php:782
2201
  msgid ""
2202
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2203
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
@@ -2210,34 +2204,34 @@ msgstr ""
2210
  "&#9733;&#9733;&#9733;&#9733;</a>. ¡Te lo agradecemos enormemente desde "
2211
  "Icegram!"
2212
 
2213
- #: ../classes/es-register.php:927
2214
  msgid "Newsletter"
2215
  msgstr "Boletín informativo"
2216
 
2217
- #: ../classes/es-register.php:928
2218
  msgid "Post Notification"
2219
  msgstr "Notificación de nueva Entrada"
2220
 
2221
- #: ../classes/es-register.php:989
2222
  msgid "Available Keywords"
2223
  msgstr "Campos disponibles"
2224
 
2225
- #: ../classes/es-register.php:1073 ../classes/es-loadwidget.php:33
2226
  msgid "Email *"
2227
  msgstr "Email *"
2228
 
2229
- #: ../classes/es-register.php:1116
2230
  msgid "Widget Title"
2231
  msgstr "Título Widget"
2232
 
2233
- #: ../classes/es-register.php:1120
2234
  msgid "Short description about subscription form"
2235
  msgstr "Descripción corta sobre el formulario de suscripción"
2236
 
2237
- #: ../classes/es-register.php:1124
2238
  msgid "Display Name Field"
2239
  msgstr "Mostrar el campo Nombre"
2240
 
2241
- #: ../classes/es-register.php:1131
2242
  msgid "Subscriber Group"
2243
  msgstr "Grupos de suscriptores"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Email Subscribers & Newsletters 3.4.7\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Tue Jan 16 2018 12:37:42 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
80
  "/>Available Keywords: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
81
  msgstr ""
82
 
83
+ #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
84
+ #: php:134
85
+ msgid "Confirmation emails resent successfully."
86
+ msgstr ""
87
+
88
  #: ../subscribers/view-subscriber-show.php:256
89
  msgid "Total Subscribers: "
90
  msgstr ""
139
  msgstr ""
140
 
141
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
142
+ #: register.php:790 ../classes/es-register.php:791 ../classes/es-register.php:796
143
  msgid "Templates"
144
  msgstr ""
145
 
155
  msgid "Please select notification mail subject. Use templates menu to create new."
156
  msgstr ""
157
 
158
+ #: ../classes/es-register.php:739
159
  msgid ""
160
+ "<b>Want readymade email templates?</b> Also want to <b>clean your "
161
+ "subscribers list?</b> Come check our Pro plan."
 
162
  msgstr ""
163
 
164
+ #: ../classes/es-register.php:740
165
+ msgid "Check Pro plan&nbsp;&nbsp;"
166
  msgstr ""
167
 
168
+ #: ../classes/es-register.php:740
169
+ msgid "Not interested."
170
  msgstr ""
171
 
172
+ #: ../classes/es-register.php:781
173
  #, php-format
174
  msgid "Email Subscribers version: <strong>%s</strong>"
175
  msgstr ""
176
 
177
+ #: ../classes/es-register.php:792 ../classes/es-register.php:793
178
  msgid "Add new Template"
179
  msgstr ""
180
 
181
+ #: ../classes/es-register.php:794
182
  msgid "Edit Templates"
183
  msgstr ""
184
 
185
+ #: ../classes/es-register.php:795
186
  msgid "New Templates"
187
  msgstr ""
188
 
189
+ #: ../classes/es-register.php:797
190
  msgid "View Templates"
191
  msgstr ""
192
 
193
+ #: ../classes/es-register.php:798
194
  msgid "Search Templates"
195
  msgstr ""
196
 
197
+ #: ../classes/es-register.php:799
198
  msgid "No Templates found"
199
  msgstr ""
200
 
201
+ #: ../classes/es-register.php:800
202
  msgid "No Templates found in Trash"
203
  msgstr ""
204
 
205
+ #: ../classes/es-register.php:803
206
  msgid "Thumbnail (For Visual Representation only)"
207
  msgstr ""
208
 
209
+ #: ../classes/es-register.php:804
210
  msgid "Set thumbnail"
211
  msgstr ""
212
 
213
+ #: ../classes/es-register.php:841
214
  msgid "Template Type"
215
  msgstr ""
216
 
217
+ #: ../classes/es-register.php:907
218
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
219
  msgstr ""
220
 
221
+ #: ../classes/es-register.php:910
222
  msgid "Select your Email Template Type"
223
  msgstr ""
224
 
225
+ #: ../classes/es-register.php:960
226
  msgid "Preview Template"
227
  msgstr ""
228
 
229
+ #: ../classes/es-register.php:974
230
  #, php-format
231
  msgid ""
232
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
234
  "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
235
  msgstr ""
236
 
237
+ #: ../classes/es-register.php:975
238
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
239
  msgstr ""
240
 
559
  msgid "Medium Size"
560
  msgstr "Mediana"
561
 
562
+ #: ../settings/settings-edit.php:123 ../classes/es-register.php:842
563
  msgid "Thumbnail"
564
  msgstr "Pequeña"
565
 
588
  "suscripción, esta opción debe estar en SÍ."
589
 
590
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
591
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1111
592
  msgid "YES"
593
  msgstr "SÍ"
594
 
595
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
596
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1112
597
  msgid "NO"
598
  msgstr "NO"
599
 
955
  msgstr "Nombre del informe"
956
 
957
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
958
+ #: classes/es-register.php:890
959
  msgid "Preview"
960
  msgstr "Vista previa"
961
 
1161
  "Si quieres enviar un correo de confirmación debes cambiar la opción a doble "
1162
  "verificación."
1163
 
 
 
 
 
 
1164
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1165
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1166
  #: subscriber-show.php:217
1203
  msgid "Email Address"
1204
  msgstr "Dirección de correo"
1205
 
1206
+ #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1053 ..
1207
  #: classes/es-loadwidget.php:28
1208
  msgid "Name"
1209
  msgstr "Nombre"
1473
  msgid "Get more help and tips..."
1474
  msgstr "Obtén más ayuda y consejos"
1475
 
1476
+ #: ../help/help.php:183 ../classes/es-register.php:1063 ../classes/es-loadwidget.
1477
  #: php:38
1478
  msgid "Subscribe"
1479
  msgstr "Suscribirse"
1939
  msgstr "<span style=\"color:#993399;\">Inmediatamente</span>"
1940
 
1941
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1942
+ #: register.php:802
1943
  msgid "Email Subscribers"
1944
  msgstr "Email Subscribers"
1945
 
2191
  msgid "There was a problem with the request"
2192
  msgstr "Ha habido un problema con la solicitud"
2193
 
2194
+ #: ../classes/es-register.php:767
 
 
 
 
 
2195
  msgid ""
2196
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2197
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2204
  "&#9733;&#9733;&#9733;&#9733;</a>. ¡Te lo agradecemos enormemente desde "
2205
  "Icegram!"
2206
 
2207
+ #: ../classes/es-register.php:912
2208
  msgid "Newsletter"
2209
  msgstr "Boletín informativo"
2210
 
2211
+ #: ../classes/es-register.php:913
2212
  msgid "Post Notification"
2213
  msgstr "Notificación de nueva Entrada"
2214
 
2215
+ #: ../classes/es-register.php:974
2216
  msgid "Available Keywords"
2217
  msgstr "Campos disponibles"
2218
 
2219
+ #: ../classes/es-register.php:1058 ../classes/es-loadwidget.php:33
2220
  msgid "Email *"
2221
  msgstr "Email *"
2222
 
2223
+ #: ../classes/es-register.php:1101
2224
  msgid "Widget Title"
2225
  msgstr "Título Widget"
2226
 
2227
+ #: ../classes/es-register.php:1105
2228
  msgid "Short description about subscription form"
2229
  msgstr "Descripción corta sobre el formulario de suscripción"
2230
 
2231
+ #: ../classes/es-register.php:1109
2232
  msgid "Display Name Field"
2233
  msgstr "Mostrar el campo Nombre"
2234
 
2235
+ #: ../classes/es-register.php:1116
2236
  msgid "Subscriber Group"
2237
  msgstr "Grupos de suscriptores"
languages/email-subscribers-fr_FR.mo CHANGED
Binary file
languages/email-subscribers-fr_FR.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Email Subscribers & Newsletters 3.4.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Fri Dec 15 2017 12:23:11 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -90,6 +90,11 @@ msgid ""
90
  "a slight variation on how your customer will view the email content."
91
  msgstr ""
92
 
 
 
 
 
 
93
  #: ../subscribers/view-subscriber-show.php:256
94
  msgid "Total Subscribers: "
95
  msgstr ""
@@ -144,7 +149,7 @@ msgid "What is Cron and how to Schedule Cron Emails?"
144
  msgstr ""
145
 
146
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
147
- #: register.php:805 ../classes/es-register.php:806 ../classes/es-register.php:811
148
  msgid "Templates"
149
  msgstr ""
150
 
@@ -160,79 +165,78 @@ msgctxt "notification-enhanced-select"
160
  msgid "Please select notification mail subject. Use templates menu to create new."
161
  msgstr ""
162
 
163
- #: ../classes/es-register.php:746
164
  msgid ""
165
- "Compose is now changed to <b>Templates</b> and Keyword structure has been "
166
- "simplified. All your previously created templates and keywords have been "
167
- "automatically updated to the new structure.<br>"
168
  msgstr ""
169
 
170
- #: ../classes/es-register.php:747
171
- msgid "Check all the changes&nbsp;&nbsp;"
172
  msgstr ""
173
 
174
- #: ../classes/es-register.php:747
175
- msgid "No thanks, I know about it already."
176
  msgstr ""
177
 
178
- #: ../classes/es-register.php:796
179
  #, php-format
180
  msgid "Email Subscribers version: <strong>%s</strong>"
181
  msgstr ""
182
 
183
- #: ../classes/es-register.php:807 ../classes/es-register.php:808
184
  msgid "Add new Template"
185
  msgstr ""
186
 
187
- #: ../classes/es-register.php:809
188
  msgid "Edit Templates"
189
  msgstr ""
190
 
191
- #: ../classes/es-register.php:810
192
  msgid "New Templates"
193
  msgstr ""
194
 
195
- #: ../classes/es-register.php:812
196
  msgid "View Templates"
197
  msgstr ""
198
 
199
- #: ../classes/es-register.php:813
200
  msgid "Search Templates"
201
  msgstr ""
202
 
203
- #: ../classes/es-register.php:814
204
  msgid "No Templates found"
205
  msgstr ""
206
 
207
- #: ../classes/es-register.php:815
208
  msgid "No Templates found in Trash"
209
  msgstr ""
210
 
211
- #: ../classes/es-register.php:818
212
  msgid "Thumbnail (For Visual Representation only)"
213
  msgstr ""
214
 
215
- #: ../classes/es-register.php:819
216
  msgid "Set thumbnail"
217
  msgstr ""
218
 
219
- #: ../classes/es-register.php:856
220
  msgid "Template Type"
221
  msgstr ""
222
 
223
- #: ../classes/es-register.php:922
224
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
225
  msgstr ""
226
 
227
- #: ../classes/es-register.php:925
228
  msgid "Select your Email Template Type"
229
  msgstr ""
230
 
231
- #: ../classes/es-register.php:975
232
  msgid "Preview Template"
233
  msgstr ""
234
 
235
- #: ../classes/es-register.php:989
236
  #, php-format
237
  msgid ""
238
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
@@ -240,7 +244,7 @@ msgid ""
240
  "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
241
  msgstr ""
242
 
243
- #: ../classes/es-register.php:990
244
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
245
  msgstr ""
246
 
@@ -564,7 +568,7 @@ msgstr "Grande taille"
564
  msgid "Medium Size"
565
  msgstr "Taille moyenne"
566
 
567
- #: ../settings/settings-edit.php:123 ../classes/es-register.php:857
568
  msgid "Thumbnail"
569
  msgstr "Miniature"
570
 
@@ -593,12 +597,12 @@ msgstr ""
593
  "inscription, cette option doit être sur OUI."
594
 
595
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
596
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1126
597
  msgid "YES"
598
  msgstr "OUI"
599
 
600
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
601
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1127
602
  msgid "NO"
603
  msgstr "NON"
604
 
@@ -932,7 +936,7 @@ msgid "View Reports"
932
  msgstr "Afficher les rapports"
933
 
934
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
935
- #: classes/es-register.php:905
936
  msgid "Preview"
937
  msgstr "Aperçu"
938
 
@@ -1136,11 +1140,6 @@ msgstr "Enregistrement supprimé."
1136
  msgid "To send confirmation email, please change the Opt-in option to Double Opt In."
1137
  msgstr "Pour envoyer un courriel de confirmation, cochez l'option double validation."
1138
 
1139
- #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
1140
- #: php:134
1141
- msgid "Confirmation emails Resent Successfully."
1142
- msgstr "Courriel(s) de confirmation renvoyé(s)."
1143
-
1144
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1145
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1146
  #: subscriber-show.php:217
@@ -1181,7 +1180,7 @@ msgstr "Abonnés activés : %s"
1181
  msgid "Email Address"
1182
  msgstr "Adresses e-mail"
1183
 
1184
- #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1068 ..
1185
  #: classes/es-loadwidget.php:28
1186
  msgid "Name"
1187
  msgstr "Nom"
@@ -1453,7 +1452,7 @@ msgstr ""
1453
  msgid "Get more help and tips..."
1454
  msgstr "Obtener plus d'aide et d'astuces..."
1455
 
1456
- #: ../help/help.php:183 ../classes/es-register.php:1078 ../classes/es-loadwidget.
1457
  #: php:38
1458
  msgid "Subscribe"
1459
  msgstr "S'abonner"
@@ -1902,7 +1901,7 @@ msgid "<span style=\"color:#993399;\">Immediately</span>"
1902
  msgstr "<span style=\"color:#993399;\">Courriel instantané</span>"
1903
 
1904
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1905
- #: register.php:817
1906
  msgid "Email Subscribers"
1907
  msgstr "Email Subscribers & Newsletters"
1908
 
@@ -2149,12 +2148,7 @@ msgctxt "widget-page-enhanced-select"
2149
  msgid "There was a problem with the request"
2150
  msgstr "Il y a eu un problème avec la requête"
2151
 
2152
- #: ../classes/es-register.php:704 ../classes/es-register.php:761
2153
- msgctxt "timezone date format"
2154
- msgid "Y-m-d"
2155
- msgstr "d-m-Y"
2156
-
2157
- #: ../classes/es-register.php:782
2158
  msgid ""
2159
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2160
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
@@ -2166,34 +2160,34 @@ msgstr ""
2166
  "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2167
  "</a>. Un grand merci d'Icegram d'avance!"
2168
 
2169
- #: ../classes/es-register.php:927
2170
  msgid "Newsletter"
2171
  msgstr "Newsletters"
2172
 
2173
- #: ../classes/es-register.php:928
2174
  msgid "Post Notification"
2175
  msgstr "Notification d'article"
2176
 
2177
- #: ../classes/es-register.php:989
2178
  msgid "Available Keywords"
2179
  msgstr "Mots clés autorisés"
2180
 
2181
- #: ../classes/es-register.php:1073 ../classes/es-loadwidget.php:33
2182
  msgid "Email *"
2183
  msgstr "E-mail *"
2184
 
2185
- #: ../classes/es-register.php:1116
2186
  msgid "Widget Title"
2187
  msgstr "Titre du widget"
2188
 
2189
- #: ../classes/es-register.php:1120
2190
  msgid "Short description about subscription form"
2191
  msgstr "Courte description de votre formulaire d'abonnement"
2192
 
2193
- #: ../classes/es-register.php:1124
2194
  msgid "Display Name Field"
2195
  msgstr "Afficher le champ Nom"
2196
 
2197
- #: ../classes/es-register.php:1131
2198
  msgid "Subscriber Group"
2199
  msgstr "Groupe d'abonnés"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Email Subscribers & Newsletters 3.4.7\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Tue Jan 16 2018 12:36:57 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
90
  "a slight variation on how your customer will view the email content."
91
  msgstr ""
92
 
93
+ #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
94
+ #: php:134
95
+ msgid "Confirmation emails resent successfully."
96
+ msgstr ""
97
+
98
  #: ../subscribers/view-subscriber-show.php:256
99
  msgid "Total Subscribers: "
100
  msgstr ""
149
  msgstr ""
150
 
151
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
152
+ #: register.php:790 ../classes/es-register.php:791 ../classes/es-register.php:796
153
  msgid "Templates"
154
  msgstr ""
155
 
165
  msgid "Please select notification mail subject. Use templates menu to create new."
166
  msgstr ""
167
 
168
+ #: ../classes/es-register.php:739
169
  msgid ""
170
+ "<b>Want readymade email templates?</b> Also want to <b>clean your "
171
+ "subscribers list?</b> Come check our Pro plan."
 
172
  msgstr ""
173
 
174
+ #: ../classes/es-register.php:740
175
+ msgid "Check Pro plan&nbsp;&nbsp;"
176
  msgstr ""
177
 
178
+ #: ../classes/es-register.php:740
179
+ msgid "Not interested."
180
  msgstr ""
181
 
182
+ #: ../classes/es-register.php:781
183
  #, php-format
184
  msgid "Email Subscribers version: <strong>%s</strong>"
185
  msgstr ""
186
 
187
+ #: ../classes/es-register.php:792 ../classes/es-register.php:793
188
  msgid "Add new Template"
189
  msgstr ""
190
 
191
+ #: ../classes/es-register.php:794
192
  msgid "Edit Templates"
193
  msgstr ""
194
 
195
+ #: ../classes/es-register.php:795
196
  msgid "New Templates"
197
  msgstr ""
198
 
199
+ #: ../classes/es-register.php:797
200
  msgid "View Templates"
201
  msgstr ""
202
 
203
+ #: ../classes/es-register.php:798
204
  msgid "Search Templates"
205
  msgstr ""
206
 
207
+ #: ../classes/es-register.php:799
208
  msgid "No Templates found"
209
  msgstr ""
210
 
211
+ #: ../classes/es-register.php:800
212
  msgid "No Templates found in Trash"
213
  msgstr ""
214
 
215
+ #: ../classes/es-register.php:803
216
  msgid "Thumbnail (For Visual Representation only)"
217
  msgstr ""
218
 
219
+ #: ../classes/es-register.php:804
220
  msgid "Set thumbnail"
221
  msgstr ""
222
 
223
+ #: ../classes/es-register.php:841
224
  msgid "Template Type"
225
  msgstr ""
226
 
227
+ #: ../classes/es-register.php:907
228
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
229
  msgstr ""
230
 
231
+ #: ../classes/es-register.php:910
232
  msgid "Select your Email Template Type"
233
  msgstr ""
234
 
235
+ #: ../classes/es-register.php:960
236
  msgid "Preview Template"
237
  msgstr ""
238
 
239
+ #: ../classes/es-register.php:974
240
  #, php-format
241
  msgid ""
242
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
244
  "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
245
  msgstr ""
246
 
247
+ #: ../classes/es-register.php:975
248
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
249
  msgstr ""
250
 
568
  msgid "Medium Size"
569
  msgstr "Taille moyenne"
570
 
571
+ #: ../settings/settings-edit.php:123 ../classes/es-register.php:842
572
  msgid "Thumbnail"
573
  msgstr "Miniature"
574
 
597
  "inscription, cette option doit être sur OUI."
598
 
599
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
600
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1111
601
  msgid "YES"
602
  msgstr "OUI"
603
 
604
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
605
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1112
606
  msgid "NO"
607
  msgstr "NON"
608
 
936
  msgstr "Afficher les rapports"
937
 
938
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
939
+ #: classes/es-register.php:890
940
  msgid "Preview"
941
  msgstr "Aperçu"
942
 
1140
  msgid "To send confirmation email, please change the Opt-in option to Double Opt In."
1141
  msgstr "Pour envoyer un courriel de confirmation, cochez l'option double validation."
1142
 
 
 
 
 
 
1143
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1144
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1145
  #: subscriber-show.php:217
1180
  msgid "Email Address"
1181
  msgstr "Adresses e-mail"
1182
 
1183
+ #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1053 ..
1184
  #: classes/es-loadwidget.php:28
1185
  msgid "Name"
1186
  msgstr "Nom"
1452
  msgid "Get more help and tips..."
1453
  msgstr "Obtener plus d'aide et d'astuces..."
1454
 
1455
+ #: ../help/help.php:183 ../classes/es-register.php:1063 ../classes/es-loadwidget.
1456
  #: php:38
1457
  msgid "Subscribe"
1458
  msgstr "S'abonner"
1901
  msgstr "<span style=\"color:#993399;\">Courriel instantané</span>"
1902
 
1903
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1904
+ #: register.php:802
1905
  msgid "Email Subscribers"
1906
  msgstr "Email Subscribers & Newsletters"
1907
 
2148
  msgid "There was a problem with the request"
2149
  msgstr "Il y a eu un problème avec la requête"
2150
 
2151
+ #: ../classes/es-register.php:767
 
 
 
 
 
2152
  msgid ""
2153
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2154
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2160
  "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2161
  "</a>. Un grand merci d'Icegram d'avance!"
2162
 
2163
+ #: ../classes/es-register.php:912
2164
  msgid "Newsletter"
2165
  msgstr "Newsletters"
2166
 
2167
+ #: ../classes/es-register.php:913
2168
  msgid "Post Notification"
2169
  msgstr "Notification d'article"
2170
 
2171
+ #: ../classes/es-register.php:974
2172
  msgid "Available Keywords"
2173
  msgstr "Mots clés autorisés"
2174
 
2175
+ #: ../classes/es-register.php:1058 ../classes/es-loadwidget.php:33
2176
  msgid "Email *"
2177
  msgstr "E-mail *"
2178
 
2179
+ #: ../classes/es-register.php:1101
2180
  msgid "Widget Title"
2181
  msgstr "Titre du widget"
2182
 
2183
+ #: ../classes/es-register.php:1105
2184
  msgid "Short description about subscription form"
2185
  msgstr "Courte description de votre formulaire d'abonnement"
2186
 
2187
+ #: ../classes/es-register.php:1109
2188
  msgid "Display Name Field"
2189
  msgstr "Afficher le champ Nom"
2190
 
2191
+ #: ../classes/es-register.php:1116
2192
  msgid "Subscriber Group"
2193
  msgstr "Groupe d'abonnés"
languages/email-subscribers-hu_HU.mo CHANGED
Binary file
languages/email-subscribers-hu_HU.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Email Subscribers & Newsletters 3.4.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Fri Dec 15 2017 12:24:45 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -256,6 +256,11 @@ msgid ""
256
  "a slight variation on how your customer will view the email content."
257
  msgstr ""
258
 
 
 
 
 
 
259
  #: ../subscribers/view-subscriber-show.php:256
260
  msgid "Total Subscribers: "
261
  msgstr ""
@@ -568,7 +573,7 @@ msgid "Email sent successfully. "
568
  msgstr ""
569
 
570
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
571
- #: register.php:805 ../classes/es-register.php:806 ../classes/es-register.php:811
572
  msgid "Templates"
573
  msgstr ""
574
 
@@ -588,84 +593,78 @@ msgctxt "notification-enhanced-select"
588
  msgid "Please select notification mail subject. Use templates menu to create new."
589
  msgstr ""
590
 
591
- #: ../classes/es-register.php:704 ../classes/es-register.php:761
592
- msgctxt "timezone date format"
593
- msgid "Y-m-d"
594
- msgstr ""
595
-
596
- #: ../classes/es-register.php:746
597
  msgid ""
598
- "Compose is now changed to <b>Templates</b> and Keyword structure has been "
599
- "simplified. All your previously created templates and keywords have been "
600
- "automatically updated to the new structure.<br>"
601
  msgstr ""
602
 
603
- #: ../classes/es-register.php:747
604
- msgid "Check all the changes&nbsp;&nbsp;"
605
  msgstr ""
606
 
607
- #: ../classes/es-register.php:747
608
- msgid "No thanks, I know about it already."
609
  msgstr ""
610
 
611
- #: ../classes/es-register.php:796
612
  #, php-format
613
  msgid "Email Subscribers version: <strong>%s</strong>"
614
  msgstr ""
615
 
616
- #: ../classes/es-register.php:807 ../classes/es-register.php:808
617
  msgid "Add new Template"
618
  msgstr ""
619
 
620
- #: ../classes/es-register.php:809
621
  msgid "Edit Templates"
622
  msgstr ""
623
 
624
- #: ../classes/es-register.php:810
625
  msgid "New Templates"
626
  msgstr ""
627
 
628
- #: ../classes/es-register.php:812
629
  msgid "View Templates"
630
  msgstr ""
631
 
632
- #: ../classes/es-register.php:813
633
  msgid "Search Templates"
634
  msgstr ""
635
 
636
- #: ../classes/es-register.php:814
637
  msgid "No Templates found"
638
  msgstr ""
639
 
640
- #: ../classes/es-register.php:815
641
  msgid "No Templates found in Trash"
642
  msgstr ""
643
 
644
- #: ../classes/es-register.php:818
645
  msgid "Thumbnail (For Visual Representation only)"
646
  msgstr ""
647
 
648
- #: ../classes/es-register.php:819
649
  msgid "Set thumbnail"
650
  msgstr ""
651
 
652
- #: ../classes/es-register.php:856
653
  msgid "Template Type"
654
  msgstr ""
655
 
656
- #: ../classes/es-register.php:922
657
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
658
  msgstr ""
659
 
660
- #: ../classes/es-register.php:925
661
  msgid "Select your Email Template Type"
662
  msgstr ""
663
 
664
- #: ../classes/es-register.php:975
665
  msgid "Preview Template"
666
  msgstr ""
667
 
668
- #: ../classes/es-register.php:989
669
  #, php-format
670
  msgid ""
671
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
@@ -673,7 +672,7 @@ msgid ""
673
  "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
674
  msgstr ""
675
 
676
- #: ../classes/es-register.php:990
677
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
678
  msgstr ""
679
 
@@ -955,7 +954,7 @@ msgstr "Teljes méretű kép"
955
  msgid "Medium Size"
956
  msgstr "Közepes méretű kép"
957
 
958
- #: ../settings/settings-edit.php:123 ../classes/es-register.php:857
959
  msgid "Thumbnail"
960
  msgstr "Bélyegkép"
961
 
@@ -980,12 +979,12 @@ msgstr ""
980
  "állítsuk \"IGEN\"-re. "
981
 
982
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
983
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1126
984
  msgid "YES"
985
  msgstr "Igen"
986
 
987
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
988
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1127
989
  msgid "NO"
990
  msgstr "Nem"
991
 
@@ -1158,7 +1157,7 @@ msgid "View Reports"
1158
  msgstr "Jelentés megtekintése"
1159
 
1160
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1161
- #: classes/es-register.php:905
1162
  msgid "Preview"
1163
  msgstr "Előnézet"
1164
 
@@ -1362,11 +1361,6 @@ msgstr ""
1362
  "Ha szeretnél visszagiazoló levelet küldeni, a Beállítások menüben az Opt-in "
1363
  "beállítást \"kettős opt-in\" - re kell változtatni."
1364
 
1365
- #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
1366
- #: php:134
1367
- msgid "Confirmation emails Resent Successfully."
1368
- msgstr "A visszaigazolást kérő levelet ismét kiküldtük."
1369
-
1370
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1371
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1372
  #: subscriber-show.php:217
@@ -1407,7 +1401,7 @@ msgstr "Az aktív előfizetők száma: %s"
1407
  msgid "Email Address"
1408
  msgstr "E-mail cím"
1409
 
1410
- #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1068 ..
1411
  #: classes/es-loadwidget.php:28
1412
  msgid "Name"
1413
  msgstr "Név"
@@ -1673,7 +1667,7 @@ msgstr "Üdvözöljük!"
1673
  msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1674
  msgstr "Köszönjük, hogy telepítette a bővítményünket és reméljük elégedett lesz. "
1675
 
1676
- #: ../help/help.php:183 ../classes/es-register.php:1078 ../classes/es-loadwidget.
1677
  #: php:38
1678
  msgid "Subscribe"
1679
  msgstr "Feliratkozás"
@@ -1831,7 +1825,7 @@ msgid "<span style=\"color:#993399;\">Immediately</span>"
1831
  msgstr "<span style=\"color:#993399;\">Azonnal</span>"
1832
 
1833
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1834
- #: register.php:817
1835
  msgid "Email Subscribers"
1836
  msgstr "Email Subscribers"
1837
 
@@ -2076,7 +2070,7 @@ msgctxt "widget-page-enhanced-select"
2076
  msgid "There was a problem with the request"
2077
  msgstr "Valami hiba történt. "
2078
 
2079
- #: ../classes/es-register.php:782
2080
  msgid ""
2081
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2082
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
@@ -2088,34 +2082,34 @@ msgstr ""
2088
  "org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">&#9733;"
2089
  "&#9733;&#9733;&#9733;&#9733;</a> . Köszönjük előre is. "
2090
 
2091
- #: ../classes/es-register.php:927
2092
  msgid "Newsletter"
2093
  msgstr "Hírlevél"
2094
 
2095
- #: ../classes/es-register.php:928
2096
  msgid "Post Notification"
2097
  msgstr "Értesítés az új bejegyzésről"
2098
 
2099
- #: ../classes/es-register.php:989
2100
  msgid "Available Keywords"
2101
  msgstr "Választható kulcsszavak"
2102
 
2103
- #: ../classes/es-register.php:1073 ../classes/es-loadwidget.php:33
2104
  msgid "Email *"
2105
  msgstr "E-mail*"
2106
 
2107
- #: ../classes/es-register.php:1116
2108
  msgid "Widget Title"
2109
  msgstr "Widget Cím"
2110
 
2111
- #: ../classes/es-register.php:1120
2112
  msgid "Short description about subscription form"
2113
  msgstr "A feliratkozó űrlap rövid leírása"
2114
 
2115
- #: ../classes/es-register.php:1124
2116
  msgid "Display Name Field"
2117
  msgstr "Feliratkozásnál kérjük a nevet is? "
2118
 
2119
- #: ../classes/es-register.php:1131
2120
  msgid "Subscriber Group"
2121
  msgstr "Előfizetői csoport"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Email Subscribers & Newsletters 3.4.7\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Tue Jan 16 2018 12:38:14 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
256
  "a slight variation on how your customer will view the email content."
257
  msgstr ""
258
 
259
+ #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
260
+ #: php:134
261
+ msgid "Confirmation emails resent successfully."
262
+ msgstr ""
263
+
264
  #: ../subscribers/view-subscriber-show.php:256
265
  msgid "Total Subscribers: "
266
  msgstr ""
573
  msgstr ""
574
 
575
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
576
+ #: register.php:790 ../classes/es-register.php:791 ../classes/es-register.php:796
577
  msgid "Templates"
578
  msgstr ""
579
 
593
  msgid "Please select notification mail subject. Use templates menu to create new."
594
  msgstr ""
595
 
596
+ #: ../classes/es-register.php:739
 
 
 
 
 
597
  msgid ""
598
+ "<b>Want readymade email templates?</b> Also want to <b>clean your "
599
+ "subscribers list?</b> Come check our Pro plan."
 
600
  msgstr ""
601
 
602
+ #: ../classes/es-register.php:740
603
+ msgid "Check Pro plan&nbsp;&nbsp;"
604
  msgstr ""
605
 
606
+ #: ../classes/es-register.php:740
607
+ msgid "Not interested."
608
  msgstr ""
609
 
610
+ #: ../classes/es-register.php:781
611
  #, php-format
612
  msgid "Email Subscribers version: <strong>%s</strong>"
613
  msgstr ""
614
 
615
+ #: ../classes/es-register.php:792 ../classes/es-register.php:793
616
  msgid "Add new Template"
617
  msgstr ""
618
 
619
+ #: ../classes/es-register.php:794
620
  msgid "Edit Templates"
621
  msgstr ""
622
 
623
+ #: ../classes/es-register.php:795
624
  msgid "New Templates"
625
  msgstr ""
626
 
627
+ #: ../classes/es-register.php:797
628
  msgid "View Templates"
629
  msgstr ""
630
 
631
+ #: ../classes/es-register.php:798
632
  msgid "Search Templates"
633
  msgstr ""
634
 
635
+ #: ../classes/es-register.php:799
636
  msgid "No Templates found"
637
  msgstr ""
638
 
639
+ #: ../classes/es-register.php:800
640
  msgid "No Templates found in Trash"
641
  msgstr ""
642
 
643
+ #: ../classes/es-register.php:803
644
  msgid "Thumbnail (For Visual Representation only)"
645
  msgstr ""
646
 
647
+ #: ../classes/es-register.php:804
648
  msgid "Set thumbnail"
649
  msgstr ""
650
 
651
+ #: ../classes/es-register.php:841
652
  msgid "Template Type"
653
  msgstr ""
654
 
655
+ #: ../classes/es-register.php:907
656
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
657
  msgstr ""
658
 
659
+ #: ../classes/es-register.php:910
660
  msgid "Select your Email Template Type"
661
  msgstr ""
662
 
663
+ #: ../classes/es-register.php:960
664
  msgid "Preview Template"
665
  msgstr ""
666
 
667
+ #: ../classes/es-register.php:974
668
  #, php-format
669
  msgid ""
670
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
672
  "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
673
  msgstr ""
674
 
675
+ #: ../classes/es-register.php:975
676
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
677
  msgstr ""
678
 
954
  msgid "Medium Size"
955
  msgstr "Közepes méretű kép"
956
 
957
+ #: ../settings/settings-edit.php:123 ../classes/es-register.php:842
958
  msgid "Thumbnail"
959
  msgstr "Bélyegkép"
960
 
979
  "állítsuk \"IGEN\"-re. "
980
 
981
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
982
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1111
983
  msgid "YES"
984
  msgstr "Igen"
985
 
986
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
987
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1112
988
  msgid "NO"
989
  msgstr "Nem"
990
 
1157
  msgstr "Jelentés megtekintése"
1158
 
1159
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1160
+ #: classes/es-register.php:890
1161
  msgid "Preview"
1162
  msgstr "Előnézet"
1163
 
1361
  "Ha szeretnél visszagiazoló levelet küldeni, a Beállítások menüben az Opt-in "
1362
  "beállítást \"kettős opt-in\" - re kell változtatni."
1363
 
 
 
 
 
 
1364
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1365
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1366
  #: subscriber-show.php:217
1401
  msgid "Email Address"
1402
  msgstr "E-mail cím"
1403
 
1404
+ #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1053 ..
1405
  #: classes/es-loadwidget.php:28
1406
  msgid "Name"
1407
  msgstr "Név"
1667
  msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1668
  msgstr "Köszönjük, hogy telepítette a bővítményünket és reméljük elégedett lesz. "
1669
 
1670
+ #: ../help/help.php:183 ../classes/es-register.php:1063 ../classes/es-loadwidget.
1671
  #: php:38
1672
  msgid "Subscribe"
1673
  msgstr "Feliratkozás"
1825
  msgstr "<span style=\"color:#993399;\">Azonnal</span>"
1826
 
1827
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1828
+ #: register.php:802
1829
  msgid "Email Subscribers"
1830
  msgstr "Email Subscribers"
1831
 
2070
  msgid "There was a problem with the request"
2071
  msgstr "Valami hiba történt. "
2072
 
2073
+ #: ../classes/es-register.php:767
2074
  msgid ""
2075
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2076
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2082
  "org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">&#9733;"
2083
  "&#9733;&#9733;&#9733;&#9733;</a> . Köszönjük előre is. "
2084
 
2085
+ #: ../classes/es-register.php:912
2086
  msgid "Newsletter"
2087
  msgstr "Hírlevél"
2088
 
2089
+ #: ../classes/es-register.php:913
2090
  msgid "Post Notification"
2091
  msgstr "Értesítés az új bejegyzésről"
2092
 
2093
+ #: ../classes/es-register.php:974
2094
  msgid "Available Keywords"
2095
  msgstr "Választható kulcsszavak"
2096
 
2097
+ #: ../classes/es-register.php:1058 ../classes/es-loadwidget.php:33
2098
  msgid "Email *"
2099
  msgstr "E-mail*"
2100
 
2101
+ #: ../classes/es-register.php:1101
2102
  msgid "Widget Title"
2103
  msgstr "Widget Cím"
2104
 
2105
+ #: ../classes/es-register.php:1105
2106
  msgid "Short description about subscription form"
2107
  msgstr "A feliratkozó űrlap rövid leírása"
2108
 
2109
+ #: ../classes/es-register.php:1109
2110
  msgid "Display Name Field"
2111
  msgstr "Feliratkozásnál kérjük a nevet is? "
2112
 
2113
+ #: ../classes/es-register.php:1116
2114
  msgid "Subscriber Group"
2115
  msgstr "Előfizetői csoport"
languages/email-subscribers-it_IT.mo ADDED
Binary file
languages/email-subscribers-it_IT.po ADDED
@@ -0,0 +1,2227 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Email Subscribers & Newsletters 3.4.7\n"
4
+ "Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
5
+ "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Tue Jan 16 2018 12:37:36 GMT+0530 (IST)\n"
7
+ "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
+ "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
+ "com>\n"
10
+ "Language: Italian\n"
11
+ "Plural-Forms: nplurals=2; plural=n != 1\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-Basepath: .\n"
17
+ "X-Poedit-SearchPath-0: ..\n"
18
+ "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
19
+ "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
20
+ "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
21
+ "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
22
+ "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
23
+ "X-Generator: Loco - https://localise.biz/\n"
24
+ "X-Loco-Target-Locale: it_IT"
25
+
26
+ #: ../sentmail/sentmail-show.php:83 ../sentmail/deliverreport-show.php:47
27
+ msgid " &lt;&lt; "
28
+ msgstr ""
29
+
30
+ #: ../sentmail/sentmail-show.php:84 ../sentmail/deliverreport-show.php:48
31
+ msgid " &gt;&gt; "
32
+ msgstr ""
33
+
34
+ #: ../subscribers/view-subscriber-import.php:97 ../subscribers/view-subscriber-
35
+ #: import.php:126
36
+ msgid " to view details."
37
+ msgstr ""
38
+
39
+ #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
40
+ #: php:134
41
+ msgid "Confirmation emails resent successfully."
42
+ msgstr ""
43
+
44
+ #: ../help/help.php:311
45
+ msgid ""
46
+ " (like Confirmation, Welcome, Admin emails), Cron Settings and Assign User "
47
+ "Roles"
48
+ msgstr ""
49
+
50
+ #: ../classes/es-register.php:739
51
+ msgid ""
52
+ "<b>Want readymade email templates?</b> Also want to <b>clean your "
53
+ "subscribers list?</b> Come check our Pro plan."
54
+ msgstr ""
55
+
56
+ #: ../classes/es-register.php:740
57
+ msgid "Check Pro plan&nbsp;&nbsp;"
58
+ msgstr ""
59
+
60
+ #: ../classes/es-register.php:740
61
+ msgid "Not interested."
62
+ msgstr ""
63
+
64
+ #: ../notification/notification-add.php:33
65
+ msgid "Please select subscribers group."
66
+ msgstr "Per favore seleziona un gruppo di iscritti."
67
+
68
+ #: ../notification/notification-add.php:39
69
+ msgid "Please select notification status."
70
+ msgstr "Per favore seleziona lo status delle notifiche."
71
+
72
+ #: ../notification/notification-add.php:45 ../notification/notification-edit.php:61
73
+ msgid "Please select notification mail subject. Use templates menu to create new."
74
+ msgstr ""
75
+ "Per favore seleziona l'oggetto della mail di notifica. Usa il menu templates "
76
+ "per crearne uno nuovo."
77
+
78
+ #: ../notification/notification-add.php:51 ../notification/notification-edit.php:67
79
+ msgid "Please select post categories."
80
+ msgstr "Per favore seleziona le categorie con gli articoli."
81
+
82
+ #: ../notification/notification-add.php:71
83
+ msgid "Notification successfully created. "
84
+ msgstr "Notifica creata con successo."
85
+
86
+ #: ../notification/notification-add.php:112
87
+ msgid "Add Notification"
88
+ msgstr "Aggiungi notifica"
89
+
90
+ #: ../notification/notification-add.php:113 ../notification/notification-show.php:
91
+ #: 54 ../notification/notification-edit.php:124 ../settings/settings-edit.php:43 .
92
+ #: ./sentmail/sentmail-preview.php:28 ../sentmail/sentmail-show.php:94 ..
93
+ #: sentmail/deliverreport-show.php:58 ../subscribers/view-subscriber-import.php:
94
+ #: 146 ../subscribers/view-subscriber-show.php:247 ../subscribers/view-subscriber-
95
+ #: export.php:38 ../subscribers/view-subscriber-add.php:114 ../subscribers/view-
96
+ #: subscriber-edit.php:113 ../subscribers/view-subscriber-sync.php:92 ..
97
+ #: templates/template-preview.php:32 ../sendmail/sendmail.php:94
98
+ msgid "Help"
99
+ msgstr "Aiuto"
100
+
101
+ #: ../notification/notification-add.php:121
102
+ msgid "Select Subscribers Group"
103
+ msgstr "Seleziona Gruppo Iscritti"
104
+
105
+ #: ../notification/notification-add.php:125 ../notification/notification-add.php:
106
+ #: 149 ../notification/notification-edit.php:136 ../notification/notification-
107
+ #: edit.php:169 ../subscribers/view-subscriber-import.php:190 ../subscribers/view-
108
+ #: subscriber-add.php:162 ../subscribers/view-subscriber-edit.php:162 ..
109
+ #: subscribers/view-subscriber-sync.php:119 ../sendmail/sendmail.php:111 ..
110
+ #: sendmail/sendmail.php:138 ../sendmail/sendmail.php:152
111
+ msgid "Select"
112
+ msgstr "Seleziona"
113
+
114
+ #: ../notification/notification-add.php:143 ../notification/notification-edit.php:
115
+ #: 163
116
+ msgid "Select Notification Email Subject"
117
+ msgstr "Seleziona oggetto della mail di notifica"
118
+
119
+ #: ../notification/notification-add.php:144 ../notification/notification-edit.php:
120
+ #: 164
121
+ msgid "(Use templates menu to create new)"
122
+ msgstr "(Usa il menu templates per crearne uno nuovo)"
123
+
124
+ #: ../notification/notification-add.php:168 ../notification/notification-edit.php:
125
+ #: 191
126
+ msgid "Select Post Categories"
127
+ msgstr "Seleziona le categorie per i post"
128
+
129
+ #: ../notification/notification-add.php:196 ../notification/notification-edit.php:
130
+ #: 226
131
+ msgid "Check All"
132
+ msgstr "Attiva tutti"
133
+
134
+ #: ../notification/notification-add.php:197 ../notification/notification-edit.php:
135
+ #: 227
136
+ msgid "Uncheck All"
137
+ msgstr "Disattiva tutti"
138
+
139
+ #: ../notification/notification-add.php:203 ../notification/notification-edit.php:
140
+ #: 234
141
+ msgid "Select your Custom Post Type"
142
+ msgstr "Seleziona il tuo tipo post personalizzato"
143
+
144
+ #: ../notification/notification-add.php:204 ../notification/notification-edit.php:
145
+ #: 235
146
+ msgid "(Optional)"
147
+ msgstr "(Opzionale)"
148
+
149
+ #: ../notification/notification-add.php:233 ../notification/notification-edit.php:
150
+ #: 269
151
+ msgid "No Custom Post Types Available"
152
+ msgstr "Non ci sono tipi post personalizzati disponibili"
153
+
154
+ #: ../notification/notification-add.php:240 ../notification/notification-edit.php:
155
+ #: 276
156
+ msgid "Select Notification Status when a new post is published"
157
+ msgstr "Seleziona lo stato della notifica quando viene pubblicato un nuovo articolo"
158
+
159
+ #: ../notification/notification-add.php:244 ../notification/notification-show.php:
160
+ #: 130 ../notification/notification-edit.php:280 ../sendmail/sendmail.php:139
161
+ msgid "Send email immediately"
162
+ msgstr "Invia email immediatamente"
163
+
164
+ #: ../notification/notification-add.php:245 ../notification/notification-show.php:
165
+ #: 132 ../notification/notification-edit.php:281
166
+ msgid "Add to cron and send email via cron job"
167
+ msgstr "Aggiungi al cron e invia email via cron job"
168
+
169
+ #: ../notification/notification-add.php:246 ../notification/notification-edit.php:
170
+ #: 282
171
+ msgid "Disable email notification"
172
+ msgstr "Disattiva notifica email"
173
+
174
+ #: ../notification/notification-add.php:254 ../notification/notification-edit.php:
175
+ #: 291 ../subscribers/view-subscriber-edit.php:191
176
+ msgid "Save"
177
+ msgstr "Salva"
178
+
179
+ #: ../notification/notification-show.php:21 ../notification/notification-edit.php:
180
+ #: 20 ../sentmail/sentmail-preview.php:18 ../sentmail/sentmail-show.php:22 ..
181
+ #: subscribers/view-subscriber-edit.php:22
182
+ msgid "Oops, selected details does not exists."
183
+ msgstr "Ooops, i dettagli selezionati non esistono."
184
+
185
+ #: ../notification/notification-show.php:35 ../sentmail/sentmail-show.php:36
186
+ msgid "Selected record deleted."
187
+ msgstr "Record selezionati cancellati."
188
+
189
+ #: ../notification/notification-show.php:52 ../help/help.php:345 ../classes/es-
190
+ #: register.php:171 ../classes/es-register.php:172
191
+ msgid "Post Notifications"
192
+ msgstr "Notifiche Post"
193
+
194
+ #: ../notification/notification-show.php:53 ../notification/notification-edit.php:
195
+ #: 123
196
+ msgid "Add New"
197
+ msgstr "Aggiungi nuovo"
198
+
199
+ #: ../notification/notification-show.php:57
200
+ msgid ""
201
+ "Use this to setup and send notification emails to your subscribers when a "
202
+ "new post is published in your blog."
203
+ msgstr ""
204
+ "Usa questo per programmare e inviare notifiche email ai tuoi iscritti quando "
205
+ "viene pubblicato un nuovo articolo nel tuo blog."
206
+
207
+ #: ../notification/notification-show.php:68 ../notification/notification-show.php:
208
+ #: 76
209
+ msgid "Email Subject"
210
+ msgstr "Oggetto email"
211
+
212
+ #: ../notification/notification-show.php:69 ../notification/notification-show.php:
213
+ #: 77
214
+ msgid "Subscribers Group"
215
+ msgstr "Gruppo iscritti"
216
+
217
+ #: ../notification/notification-show.php:70 ../notification/notification-show.php:
218
+ #: 78
219
+ msgid "Post Categories / Custom Post Types"
220
+ msgstr "Categorie articoli / Tipi articolo personalizzati"
221
+
222
+ #: ../notification/notification-show.php:71 ../notification/notification-show.php:
223
+ #: 79
224
+ msgid "Notification Status"
225
+ msgstr "Status notifica"
226
+
227
+ #: ../notification/notification-show.php:100 ../subscribers/view-subscriber-show.
228
+ #: php:417 ../templates/template-preview.php:35
229
+ msgid "Edit"
230
+ msgstr "Modifica"
231
+
232
+ #: ../notification/notification-show.php:103 ../subscribers/view-subscriber-show.
233
+ #: php:301 ../subscribers/view-subscriber-show.php:422
234
+ msgid "Delete"
235
+ msgstr "Cancella"
236
+
237
+ #: ../notification/notification-show.php:143 ../sentmail/sentmail-show.php:180 ..
238
+ #: sentmail/deliverreport-show.php:124 ../subscribers/view-subscriber-show.php:456
239
+ msgid "No records available."
240
+ msgstr "Nessun record disponibile."
241
+
242
+ #: ../notification/notification-edit.php:49
243
+ msgid "Please select subscribers group"
244
+ msgstr "Per favore seleziona il gruppo iscritti"
245
+
246
+ #: ../notification/notification-edit.php:55
247
+ msgid "Please select notification status"
248
+ msgstr "Per favore seleziona lo status della notifica."
249
+
250
+ #: ../notification/notification-edit.php:89
251
+ msgid "Notification successfully updated. "
252
+ msgstr "Notifica aggiornata con successo."
253
+
254
+ #: ../notification/notification-edit.php:122
255
+ msgid "Edit Notification"
256
+ msgstr "Modifica notifica"
257
+
258
+ #: ../notification/notification-edit.php:132 ../subscribers/view-subscriber-show.
259
+ #: php:303
260
+ msgid "Update Subscribers Group"
261
+ msgstr "Aggiorna gruppo iscritti"
262
+
263
+ #. Plugin Name of the plugin/theme
264
+ msgid "Email Subscribers & Newsletters"
265
+ msgstr "Iscritti email & Newsletter"
266
+
267
+ #. URI of the plugin
268
+ msgid "https://www.icegram.com"
269
+ msgstr "https://www.icegram.com"
270
+
271
+ #. Description of the plugin/theme
272
+ msgid ""
273
+ "Add subscription forms on website, send HTML newsletters & automatically "
274
+ "notify subscribers about new blog posts once it is published."
275
+ msgstr ""
276
+ "Aggiungi un modulo di iscrizione al sito, invia email in HTML e aggiorna "
277
+ "automaticamente gli iscritti quando viene aggiunto un nuovo articolo."
278
+
279
+ #. Author of the plugin/theme
280
+ msgid "Icegram"
281
+ msgstr "Icegram"
282
+
283
+ #: ../email-subscribers.php:95
284
+ msgctxt "timezone date format"
285
+ msgid "Y-m-d H:i:s"
286
+ msgstr "A-m-g O:m:s"
287
+
288
+ #: ../settings/settings-edit.php:23
289
+ msgid "Admin"
290
+ msgstr "Amministratore"
291
+
292
+ #: ../settings/settings-edit.php:24
293
+ msgid "Signup Confirmation"
294
+ msgstr "Conferma iscrizione"
295
+
296
+ #: ../settings/settings-edit.php:25
297
+ msgid "Cron"
298
+ msgstr "Cron"
299
+
300
+ #: ../settings/settings-edit.php:26
301
+ msgid "User Roles"
302
+ msgstr "Ruoli utenti"
303
+
304
+ #: ../settings/settings-edit.php:42 ../classes/es-register.php:177 ../classes/es-
305
+ #: register.php:178
306
+ msgid "Settings"
307
+ msgstr "Configurazione"
308
+
309
+ #: ../settings/settings-edit.php:67
310
+ msgid "Save Settings"
311
+ msgstr "Salva configurazione"
312
+
313
+ #: ../settings/settings-edit.php:78
314
+ msgid "Sender of Notifications"
315
+ msgstr "Mittente delle notifiche"
316
+
317
+ #: ../settings/settings-edit.php:79
318
+ msgid ""
319
+ "Choose a FROM name and FROM email address for all the emails to be sent from "
320
+ "this plugin."
321
+ msgstr ""
322
+ "Scegli un nome e un indirizzo email per il campo FROM per le email spedite "
323
+ "con questo plugin."
324
+
325
+ #: ../settings/settings-edit.php:89
326
+ msgid "Email Type"
327
+ msgstr "Tipo email"
328
+
329
+ #: ../settings/settings-edit.php:90
330
+ msgid ""
331
+ "Option 1 & 2 is to send emails with default Wordpress method wp_mail(). "
332
+ "Option 3 & 4 is to send emails with PHP method mail()."
333
+ msgstr ""
334
+ "Opzioni 1 e 2 sono per spedire le email con il metodo standard di WordPress "
335
+ "wp_mail(). Opzioni 3 e 4 sono per spedire le email con il metodo PHP mail()."
336
+
337
+ #: ../settings/settings-edit.php:94
338
+ msgid "1. WP HTML MAIL"
339
+ msgstr "1. WP HTML MAIL"
340
+
341
+ #: ../settings/settings-edit.php:95
342
+ msgid "2. WP PLAINTEXT MAIL"
343
+ msgstr "2. WP PLAINTEXT MAIL"
344
+
345
+ #: ../settings/settings-edit.php:96
346
+ msgid "3. PHP HTML MAIL"
347
+ msgstr "3. PHP HTML MAIL"
348
+
349
+ #: ../settings/settings-edit.php:97
350
+ msgid "4. PHP PLAINTEXT MAIL"
351
+ msgstr "4. PHP PLAINTEXT MAIL"
352
+
353
+ #: ../settings/settings-edit.php:104
354
+ msgid "Opt-In Type"
355
+ msgstr "Tpo di Opt-in"
356
+
357
+ #: ../settings/settings-edit.php:105
358
+ msgid ""
359
+ "Double Opt-In : In this type, the subscriber is sent an activation link as "
360
+ "soon as they subscribe to your list. They have to confirm their subscription "
361
+ "by clicking on the activation link.<br />Single Opt-In : In this type, the "
362
+ "subscriber is not asked to confirm their email address. They are subscribed "
363
+ "directly in the list."
364
+ msgstr ""
365
+ "Doppio Opt-In: in questo tipo, l'iscritto riceve un link per l'attivazione "
366
+ "quando effettua la richiesta di iscrizione. Deve confermare l'iscrizione "
367
+ "cliccando sul link di attivazione.<br /<: Singolo Opt-In: in questo tipo "
368
+ "all'iscritto non viene rischiesto di confermare l'indirizzo email. Viene "
369
+ "iscritto direttamente."
370
+
371
+ #: ../settings/settings-edit.php:109
372
+ msgid "Double Opt In"
373
+ msgstr "Doppio Opt In"
374
+
375
+ #: ../settings/settings-edit.php:110 ../subscribers/view-subscriber-import.php:
376
+ #: 178 ../subscribers/view-subscriber-show.php:326 ../subscribers/view-subscriber-
377
+ #: show.php:356 ../subscribers/view-subscriber-add.php:151 ../subscribers/view-
378
+ #: subscriber-edit.php:150
379
+ msgid "Single Opt In"
380
+ msgstr "Singolo Opt In"
381
+
382
+ #: ../settings/settings-edit.php:116
383
+ msgid "Image Size"
384
+ msgstr "Dimesioni immagine"
385
+
386
+ #: ../settings/settings-edit.php:117
387
+ msgid ""
388
+ "Select image size for {{POSTIMAGE}} to be shown in the Post Notification "
389
+ "Emails."
390
+ msgstr ""
391
+ "Seleziona la dimensione dell'immagine per {{POSTIMAGE}} che deve essere "
392
+ "visualizzatanelle email di notifica di pubblicazione articoli."
393
+
394
+ #: ../settings/settings-edit.php:121
395
+ msgid "Full Size"
396
+ msgstr "Dimensione intera"
397
+
398
+ #: ../settings/settings-edit.php:122
399
+ msgid "Medium Size"
400
+ msgstr "Dimensione media"
401
+
402
+ #: ../settings/settings-edit.php:123 ../classes/es-register.php:842
403
+ msgid "Thumbnail"
404
+ msgstr "Miniatura"
405
+
406
+ #: ../settings/settings-edit.php:129
407
+ msgid "Admin Email Addresses"
408
+ msgstr "Indirizzo email amministratore"
409
+
410
+ #: ../settings/settings-edit.php:130
411
+ msgid ""
412
+ "Enter the admin email addresses that should receive notifications (separated "
413
+ "by comma)."
414
+ msgstr ""
415
+ "Inserisci gli indirizzi email dell'amministratore che devono ricevere le "
416
+ "notifiche (separati da virgola)"
417
+
418
+ #: ../settings/settings-edit.php:136
419
+ msgid "Notify Admin when a new subscriber signs up"
420
+ msgstr "Informa l'Amministratore quando si iscrive un nuovo utente"
421
+
422
+ #: ../settings/settings-edit.php:137
423
+ msgid ""
424
+ "To send admin email notifications for the new subscriber. This option must "
425
+ "be set to YES."
426
+ msgstr ""
427
+ "Per inviare all'admin la notifica di un nuovo iscritto. Questa opzione deve "
428
+ "essere su SI."
429
+
430
+ #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
431
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1111
432
+ msgid "YES"
433
+ msgstr "SI"
434
+
435
+ #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
436
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1112
437
+ msgid "NO"
438
+ msgstr "NO"
439
+
440
+ #: ../settings/settings-edit.php:149
441
+ msgid "Admin Email Subject on new subscriber sign up"
442
+ msgstr "Oggetto dell'email all'Amministratore quando c'è una nuova iscrizione"
443
+
444
+ #: ../settings/settings-edit.php:150
445
+ msgid ""
446
+ "Subject for the admin email whenever a new subscriber signs up and is "
447
+ "confirmed."
448
+ msgstr ""
449
+ "Oggetto dell'email all'Amministrazione quanso un utente si iscrive e "
450
+ "conferma."
451
+
452
+ #: ../settings/settings-edit.php:156
453
+ msgid "Admin Email Content on new subscriber signs up"
454
+ msgstr "Contenuto della mail all'Amministratore quando si iscrive un utente."
455
+
456
+ #: ../settings/settings-edit.php:157
457
+ msgid ""
458
+ "Content for the admin email whenever a new subscriber signs up and is "
459
+ "confirmed.<br />Available Keywords: {{NAME}}, {{EMAIL}}, {{GROUP}}"
460
+ msgstr ""
461
+ "Contenuto della mail all'Amministratore quando un utente si iscrive e "
462
+ "conferma. <br />Parole chiave disponibili: {{NAME}}, {{EMAIL}}, {{GROUP}}"
463
+
464
+ #: ../settings/settings-edit.php:164
465
+ msgid "Sent Report Subject"
466
+ msgstr "Oggetto del report inviato"
467
+
468
+ #: ../settings/settings-edit.php:165
469
+ msgid "Subject for the email report which will be sent to admin."
470
+ msgstr "Oggetto dell'email di report che viene inviata all'Amministratore."
471
+
472
+ #: ../settings/settings-edit.php:171
473
+ msgid "Sent Report Content"
474
+ msgstr "Contenuto del Report"
475
+
476
+ #: ../settings/settings-edit.php:172
477
+ msgid ""
478
+ "Content for the email report which will be sent to admin.<br />Available "
479
+ "Keywords: {{COUNT}}, {{UNIQUE}}, {{STARTTIME}}, {{ENDTIME}}"
480
+ msgstr ""
481
+ "Contenuto dell'email di Report che viene inviata all'Amministratore.<br "
482
+ "/>Parole chiave disponibili: {{COUNT}}, {{UNIQUE}}, {{STARTTIME}}, "
483
+ "{{ENDTIME}}"
484
+
485
+ #: ../settings/settings-edit.php:183
486
+ msgid "Double Opt-In Email Subject (Confirmation Email)"
487
+ msgstr "Oggetto email per il Doppio Opt-In (email di conferma)"
488
+
489
+ #: ../settings/settings-edit.php:184
490
+ msgid ""
491
+ "Subject for the confirmation email to be sent for Double Opt-In whenever a "
492
+ "subscriber signs up."
493
+ msgstr ""
494
+ "Oggetto dell'email di conferma che viene inviata all'iscritto in caso di "
495
+ "Doppio Opt-In."
496
+
497
+ #: ../settings/settings-edit.php:190
498
+ msgid "Double Opt-In Email Content (Confirmation Email)"
499
+ msgstr "Contenuto dell'email Doppio Opt-In (email di conferma)"
500
+
501
+ #: ../settings/settings-edit.php:191
502
+ msgid ""
503
+ "Content for the confirmation email to be sent for Double Opt-In whenever a "
504
+ "subscriber signs up.<br />Available Keywords: {{NAME}}, {{LINK}}"
505
+ msgstr ""
506
+ "Contenuto dell'email di conferma che viene inviato all'iscritto in caso di "
507
+ "Doppio Opt-In.<br />Parole chiave disponibili: {{NAME}}, {{LINK}}"
508
+
509
+ #: ../settings/settings-edit.php:197
510
+ msgid "Double Opt-In Confirmation Link"
511
+ msgstr "Link di conferma per Doppio Opt-In"
512
+
513
+ #: ../settings/settings-edit.php:198
514
+ msgid "It is a readonly field and you are advised not to modify it."
515
+ msgstr "E' un campo a sola lettura e non lo puoi modificare."
516
+
517
+ #: ../settings/settings-edit.php:204
518
+ msgid ""
519
+ "Text to display after an email address is successfully subscribed from "
520
+ "Double Opt-In (Confirmation) Email"
521
+ msgstr ""
522
+ "Testo da visualizzare dopo che un indirizzo email iscritto con Doppio Opt-In "
523
+ "(Conferma) è stato confermato"
524
+
525
+ #: ../settings/settings-edit.php:205
526
+ msgid ""
527
+ "This text will be displayed once user clicks on email confirmation link from "
528
+ "the Double Opt In (confirmation) Email."
529
+ msgstr ""
530
+ "Questo testo viene visualizzato dopo che l'utente ha clicca sul link della "
531
+ "email ricevuta per il Doppio Opt-In."
532
+
533
+ #: ../settings/settings-edit.php:212
534
+ msgid "Send Welcome Email to New Subscribers after Sign Up?"
535
+ msgstr "Invia messaggio di benvenuto dopo che l'utente si è iscritto ?"
536
+
537
+ #: ../settings/settings-edit.php:213
538
+ msgid ""
539
+ "To send welcome email to subscriber after successful signup. This option "
540
+ "must be set to YES."
541
+ msgstr ""
542
+ "Per inviare una mail di benventuo dopo che l'utente si è iscritto. Questa "
543
+ "opzione deve essere su SI."
544
+
545
+ #: ../settings/settings-edit.php:224
546
+ msgid "Subject for Welcome Email"
547
+ msgstr "Oggetto per l'email di benvenuto"
548
+
549
+ #: ../settings/settings-edit.php:225
550
+ msgid ""
551
+ "Subject for the subscriber welcome email. This will be sent whenever a "
552
+ "user's email is either confirmed (if Double Opt-In) / subscribed (if Single "
553
+ "Opt-In) successfully."
554
+ msgstr ""
555
+ "Oggetto per l'email di benvenuto agli iscritti. Viene inviata quando "
556
+ "l'utente ha confermato l'iscrizione (se Doppio Opt-In) oppure si è iscritto "
557
+ "(Singolo Opt-In)."
558
+
559
+ #: ../settings/settings-edit.php:231
560
+ msgid "Email Content for Welcome Email"
561
+ msgstr "Contenuto dell'email di benvenuto"
562
+
563
+ #: ../settings/settings-edit.php:232
564
+ msgid ""
565
+ "Content for the subscriber welcome email whenever a user's email is either "
566
+ "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
567
+ "<br />Available Keywords: {{NAME}}, {{GROUP}}, {{LINK}}"
568
+ msgstr ""
569
+ "Contenuto dell'email di benvenuto che viene inviata quando lputente ha "
570
+ "confermato l'iscrizione (se Doppio Opt-In) oppure si è iscritto (se Singolo "
571
+ "Opt-In)."
572
+
573
+ #: ../settings/settings-edit.php:240
574
+ msgid "Unsubscribe Link"
575
+ msgstr "Link di cancellazione"
576
+
577
+ #: ../settings/settings-edit.php:241
578
+ msgid ""
579
+ "This unsubscribe link is automatically added to all the emails that are sent "
580
+ "from this plugin. It is a readonly field and you are advised not to modify "
581
+ "it."
582
+ msgstr ""
583
+ "Questo link di cancellazione viene aggiunto automaticamente alle email "
584
+ "inviate con questo plugin. E' un campo a sola lettura e non può essere "
585
+ "modificato."
586
+
587
+ #: ../settings/settings-edit.php:247
588
+ msgid "Unsubscribe Text in Email"
589
+ msgstr "Testo Cancellazione nella mail"
590
+
591
+ #: ../settings/settings-edit.php:248
592
+ msgid ""
593
+ "The text for the unsubscribe link. This text is automatically added with "
594
+ "unsubscribe link in the emails.<br />Available Keyword: {{LINK}}"
595
+ msgstr ""
596
+ "Il testo per il link di cancellazione. Questo testo viene aggiunto "
597
+ "automaticamente alle email.<br />Parole Chiave disponibili: {{LINK}}"
598
+
599
+ #: ../settings/settings-edit.php:254
600
+ msgid "Text to display after an email address is unsubscribed"
601
+ msgstr "Testo da visualizzare dopo che l'indirizzo email è stato disiscritto"
602
+
603
+ #: ../settings/settings-edit.php:255
604
+ msgid ""
605
+ "This text will be displayed once user clicks on unsubscribe link from the "
606
+ "email."
607
+ msgstr ""
608
+ "Questo testo viene visualizzato quando l'utente clicca sul link di "
609
+ "cancellazione."
610
+
611
+ #: ../settings/settings-edit.php:262
612
+ msgid "Error in the Subscribe / Confirmation Link"
613
+ msgstr "Errore nel link di Cancellazione/Conferma"
614
+
615
+ #: ../settings/settings-edit.php:263
616
+ msgid ""
617
+ "Default message to display if there is any issue while clicking on subscribe "
618
+ "/ confirmation link from the Double Opt-In (Confirmation) emails."
619
+ msgstr ""
620
+ "Messaggio standard da visualizzare se si verifica un problema nel link di "
621
+ "Conferma / Cancellazione presente nella email in caso di Doppio Opt-In."
622
+
623
+ #: ../settings/settings-edit.php:269
624
+ msgid "Error in the Unsubscribe Link"
625
+ msgstr "Errore nel link di Cancellazione"
626
+
627
+ #: ../settings/settings-edit.php:270
628
+ msgid ""
629
+ "Default message to display if there is any issue while clicking on "
630
+ "unsubscribe link from the emails."
631
+ msgstr ""
632
+ "Messaggio standard da visualizzare se si verifica un problema nel link di "
633
+ "cancellazione presente nelle email. "
634
+
635
+ #: ../settings/settings-edit.php:282
636
+ msgid "Select user roles who can access following menus. Only Admin can change this."
637
+ msgstr ""
638
+ "Seleziona il ruolo degli utenti che hanno accesso ai menu. Solo "
639
+ "l'Amministratore può modificare questo."
640
+
641
+ #: ../settings/settings-edit.php:288
642
+ msgid "Subscribers Menu"
643
+ msgstr "Menu Iscritti"
644
+
645
+ #: ../settings/settings-edit.php:292 ../settings/settings-edit.php:304 ..
646
+ #: settings/settings-edit.php:316 ../settings/settings-edit.php:328 ..
647
+ #: settings/settings-edit.php:340
648
+ msgid "Administrator Only"
649
+ msgstr "Solo Amministratore"
650
+
651
+ #: ../settings/settings-edit.php:293 ../settings/settings-edit.php:305 ..
652
+ #: settings/settings-edit.php:317 ../settings/settings-edit.php:329 ..
653
+ #: settings/settings-edit.php:341
654
+ msgid "Administrator/Editor"
655
+ msgstr "Amministratore/Editor"
656
+
657
+ #: ../settings/settings-edit.php:294 ../settings/settings-edit.php:306 ..
658
+ #: settings/settings-edit.php:318 ../settings/settings-edit.php:330 ..
659
+ #: settings/settings-edit.php:342
660
+ msgid "Administrator/Editor/Author/Contributor"
661
+ msgstr "Amministratore/Editor/Autore/Contributore"
662
+
663
+ #: ../settings/settings-edit.php:300
664
+ msgid "Templates Menu"
665
+ msgstr "Menu Modelli"
666
+
667
+ #: ../settings/settings-edit.php:312
668
+ msgid "Post Notifications Menu"
669
+ msgstr "Menu Notifiche Post"
670
+
671
+ #: ../settings/settings-edit.php:324 ../help/help.php:335 ../sendmail/sendmail.
672
+ #: php:93 ../classes/es-register.php:174 ../classes/es-register.php:175
673
+ msgid "Newsletters"
674
+ msgstr "Newsletter"
675
+
676
+ #: ../settings/settings-edit.php:336
677
+ msgid "Reports Menu"
678
+ msgstr "Menu Rapporti"
679
+
680
+ #: ../settings/settings-edit.php:353
681
+ msgid "Cron job URL"
682
+ msgstr "URL del Cron Job"
683
+
684
+ #: ../settings/settings-edit.php:354
685
+ msgid ""
686
+ "This is your Cron Job URL. It is a readonly field and you are advised not to "
687
+ "modify it."
688
+ msgstr ""
689
+ "Questo è il tuo URL per il Cron Job. E' un campo a sola lettura e non può "
690
+ "essere modificato."
691
+
692
+ #: ../settings/settings-edit.php:363
693
+ msgid "Email Count"
694
+ msgstr "Numero di Email"
695
+
696
+ #: ../settings/settings-edit.php:364
697
+ msgid "Number of emails that you want to trigger per hour."
698
+ msgstr "Nuomero di email che vuoi spedire all'ora."
699
+
700
+ #: ../settings/settings-edit.php:369
701
+ msgid "(Your web host has limits. We suggest 50 emails per hour to be safe.)"
702
+ msgstr "(Il tuo sito web ha dei limiti. Ti suggerisco 50 email all'ora per sicurezza)"
703
+
704
+ #: ../settings/settings-edit.php:374
705
+ msgid "Cron Report"
706
+ msgstr "Rapporto del Cron"
707
+
708
+ #: ../settings/settings-edit.php:375
709
+ msgid ""
710
+ "Email to admin whenever a cron URL is triggered from your server.<br "
711
+ "/>Available Keywords: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
712
+ msgstr ""
713
+ "Invia email all'Amministratore quando un cron viene gestito dal server<br />."
714
+ " Parole chiave disponibili: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
715
+
716
+ #: ../settings/settings-edit.php:385
717
+ msgid "What is Cron (auto emails) and how to setup Cron Job?"
718
+ msgstr "Che cos'è un Cron (invio email automatico) e come configurare un Cron Job ?"
719
+
720
+ #: ../settings/settings-edit.php:386
721
+ msgid ""
722
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
723
+ "schedule-cron-emails/?"
724
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">What is "
725
+ "Cron?</a>"
726
+ msgstr ""
727
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
728
+ "schedule-cron-emails/?"
729
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Che cos'è "
730
+ "Cron?</a>"
731
+
732
+ #: ../settings/settings-edit.php:387
733
+ msgid ""
734
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
735
+ "schedule-cron-emails-in-cpanel/?"
736
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
737
+ "job in cPanel</a>"
738
+ msgstr ""
739
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
740
+ "schedule-cron-emails-in-cpanel/?"
741
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Configura "
742
+ "un cron job in cPanel</a>"
743
+
744
+ #: ../settings/settings-edit.php:388
745
+ msgid ""
746
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
747
+ "schedule-cron-emails-in-parallels-plesk/?"
748
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Setup cron "
749
+ "job in Plesk</a>"
750
+ msgstr ""
751
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-how-to-"
752
+ "schedule-cron-emails-in-parallels-plesk/?"
753
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Configura "
754
+ "un cron job in Plesk</a>"
755
+
756
+ #: ../settings/settings-edit.php:389
757
+ msgid ""
758
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
759
+ "if-hosting-doesnt-support-cron-jobs/?"
760
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Hosting "
761
+ "does not support cron jobs?</a>"
762
+ msgstr ""
763
+ "<a target=\"_blank\" href=\"https://www.icegram.com/documentation/es-what-to-do-"
764
+ "if-hosting-doesnt-support-cron-jobs/?"
765
+ "utm_source=es&utm_medium=in_app&utm_campaign=view_docs_help_page\">Il tuo "
766
+ "Hosting non supporta i cron job ?</a>"
767
+
768
+ #: ../settings/settings-edit.php:504
769
+ msgid "Please enter sender of notifications from name."
770
+ msgstr "Inserisci il nome del mittente delle notifiche."
771
+
772
+ #: ../settings/settings-edit.php:509
773
+ msgid "Please enter sender of notifications from email."
774
+ msgstr "Inserisci l'email del mittente delle notifiche."
775
+
776
+ #: ../settings/settings-edit.php:553
777
+ msgid "Please enter valid mail count."
778
+ msgstr "Inserisci un numero valido di email."
779
+
780
+ #: ../settings/settings-edit.php:566
781
+ msgid "Settings Saved."
782
+ msgstr "Configurazione salvata."
783
+
784
+ #: ../settings/settings-edit.php:569
785
+ msgid "Oops, unable to update."
786
+ msgstr "Oops, impossibile aggiornare."
787
+
788
+ #: ../settings/setting-sync.php:16
789
+ msgid "Table sync completed successfully."
790
+ msgstr "Sincronizzazione tabella completata con successo."
791
+
792
+ #: ../settings/setting-sync.php:29
793
+ msgid "Sync plugin tables"
794
+ msgstr "Sincronizza le tabelle del plugin"
795
+
796
+ #: ../settings/setting-sync.php:33
797
+ msgid "Click to sync tables"
798
+ msgstr "Clicca per sincronizzare le tabelle"
799
+
800
+ #: ../sentmail/sentmail-preview.php:27
801
+ msgid "Preview Email"
802
+ msgstr "Anteprima email"
803
+
804
+ #: ../sentmail/sentmail-preview.php:31
805
+ msgid ""
806
+ "This is how the email you sent may look. <br>Note: Different email services "
807
+ "(like gmail, yahoo etc) display email content differently. So there could be "
808
+ "a slight variation on how your customer will view the email content."
809
+ msgstr ""
810
+ "Visualizza come verrà vista la tua email.<br>Nota: servizi email diversi "
811
+ "(gmail yahoo, eccetera) potrebbero visualizzarla in modo diverso. Quindi "
812
+ "potrebbe esserci una leggera variazione sul modo in cui il cliente "
813
+ "visualizzerà il contenuto dell'email."
814
+
815
+ #: ../sentmail/sentmail-preview.php:53
816
+ msgid "Back"
817
+ msgstr "Indietro"
818
+
819
+ #: ../sentmail/sentmail-show.php:43
820
+ msgid "Successfully deleted all reports except latest 10."
821
+ msgstr "Rapporti cancellati con successo tranne gli ultimi 10."
822
+
823
+ #: ../sentmail/sentmail-show.php:93 ../classes/es-register.php:180 ../classes/es-
824
+ #: register.php:181
825
+ msgid "Reports"
826
+ msgstr "Rapporti"
827
+
828
+ #: ../sentmail/sentmail-show.php:97
829
+ msgid "It will show reports for all Newsletters & Post Notification emails sent."
830
+ msgstr "Visualizza i rapporti per le Newsletter e le notifiche post."
831
+
832
+ #: ../sentmail/sentmail-show.php:107 ../sentmail/sentmail-show.php:120
833
+ msgid "View Reports"
834
+ msgstr "Visualizza Rapporti"
835
+
836
+ #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
837
+ #: classes/es-register.php:890
838
+ msgid "Preview"
839
+ msgstr "Anteprima"
840
+
841
+ #: ../sentmail/sentmail-show.php:109 ../sentmail/sentmail-show.php:122
842
+ msgid "Type"
843
+ msgstr "Tipo"
844
+
845
+ #: ../sentmail/sentmail-show.php:110 ../sentmail/sentmail-show.php:123 ..
846
+ #: sentmail/deliverreport-show.php:70 ../sentmail/deliverreport-show.php:81 ..
847
+ #: subscribers/view-subscriber-show.php:290
848
+ msgid "Status"
849
+ msgstr "Stato"
850
+
851
+ #: ../sentmail/sentmail-show.php:111 ../sentmail/sentmail-show.php:124 ..
852
+ #: sentmail/deliverreport-show.php:71 ../sentmail/deliverreport-show.php:82
853
+ msgid "Sent"
854
+ msgstr "Inviato"
855
+
856
+ #: ../sentmail/sentmail-show.php:112 ../sentmail/sentmail-show.php:125
857
+ msgid "Start Date"
858
+ msgstr "Data Inizio"
859
+
860
+ #: ../sentmail/sentmail-show.php:113 ../sentmail/sentmail-show.php:126
861
+ msgid "End Date"
862
+ msgstr "Data Fine"
863
+
864
+ #: ../sentmail/sentmail-show.php:114 ../sentmail/sentmail-show.php:127
865
+ msgid "Total"
866
+ msgstr "Totale"
867
+
868
+ #: ../sentmail/sentmail-show.php:115 ../sentmail/sentmail-show.php:128 ..
869
+ #: subscribers/view-subscriber-show.php:293 ../subscribers/view-subscriber-
870
+ #: export.php:48 ../subscribers/view-subscriber-export.php:56
871
+ msgid "Action"
872
+ msgstr "Azione"
873
+
874
+ #: ../sentmail/sentmail-show.php:190
875
+ msgid "Optimize Table & Delete Records"
876
+ msgstr "Ottimizza Tabella e Cancella Record"
877
+
878
+ #: ../sentmail/sentmail-show.php:199
879
+ msgid ""
880
+ "Note: Please click on <strong>Optimize Table & Delete Records</strong> "
881
+ "button to delete all reports except latest 10."
882
+ msgstr ""
883
+ "Nota: Clicca su <strong>Ottimizza Tabella e Cancella Record</strong> per "
884
+ "cancellare tutti i rapporti tranne gli ultimi 10."
885
+
886
+ #: ../sentmail/deliverreport-show.php:14
887
+ msgid "Oops.. Unexpected error occurred. Please try again."
888
+ msgstr "Ooops....si è verificato un errore inatteso. Riprova."
889
+
890
+ #: ../sentmail/deliverreport-show.php:57
891
+ msgid "Delivery Report"
892
+ msgstr "Rapporto di spedizione"
893
+
894
+ #: ../sentmail/deliverreport-show.php:68 ../sentmail/deliverreport-show.php:79 ..
895
+ #: subscribers/view-subscriber-export.php:45 ../subscribers/view-subscriber-
896
+ #: export.php:53
897
+ msgid "Sno"
898
+ msgstr "Sno"
899
+
900
+ #: ../sentmail/deliverreport-show.php:69 ../sentmail/deliverreport-show.php:80
901
+ msgid "Email"
902
+ msgstr "Email"
903
+
904
+ #: ../sentmail/deliverreport-show.php:72 ../sentmail/deliverreport-show.php:83
905
+ msgid "Sent Date"
906
+ msgstr "Data Invio"
907
+
908
+ #: ../sentmail/deliverreport-show.php:73 ../sentmail/deliverreport-show.php:84
909
+ msgid "Viewed Status"
910
+ msgstr "Status Vista"
911
+
912
+ #: ../sentmail/deliverreport-show.php:74 ../sentmail/deliverreport-show.php:85
913
+ msgid "Viewed Date"
914
+ msgstr "Data Vista"
915
+
916
+ #: ../subscribers/view-subscriber-import.php:44
917
+ msgid ""
918
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
919
+ "the Group name."
920
+ msgstr ""
921
+ "Errore: i caratteri speciali (['^$%&*()}{@#~?><>,|=_+\\\"]) non sono "
922
+ "utilizzabili nel nome del Gruppo."
923
+
924
+ #: ../subscribers/view-subscriber-import.php:92
925
+ msgid "email imported."
926
+ msgstr "email importate."
927
+
928
+ #: ../subscribers/view-subscriber-import.php:93
929
+ msgid "email already exists."
930
+ msgstr "email già presenti."
931
+
932
+ #: ../subscribers/view-subscriber-import.php:94
933
+ msgid "email are invalid."
934
+ msgstr "email non valida."
935
+
936
+ #: ../subscribers/view-subscriber-import.php:97 ../subscribers/view-subscriber-
937
+ #: import.php:126
938
+ msgid "Click here"
939
+ msgstr "Clicca qui"
940
+
941
+ #: ../subscribers/view-subscriber-import.php:105
942
+ msgid "File Upload Failed."
943
+ msgstr "Invio file non riuscito."
944
+
945
+ #: ../subscribers/view-subscriber-import.php:142
946
+ msgid "Import Email Addresses"
947
+ msgstr "Importa indirizzi email"
948
+
949
+ #: ../subscribers/view-subscriber-import.php:143 ../subscribers/view-subscriber-
950
+ #: show.php:243 ../subscribers/view-subscriber-export.php:35 ../subscribers/view-
951
+ #: subscriber-add.php:110 ../subscribers/view-subscriber-edit.php:109 ..
952
+ #: subscribers/view-subscriber-sync.php:89
953
+ msgid "Add New Subscriber"
954
+ msgstr "Aggiungi nuovo iscritto"
955
+
956
+ #: ../subscribers/view-subscriber-import.php:144 ../subscribers/view-subscriber-
957
+ #: show.php:245 ../subscribers/view-subscriber-add.php:112 ../subscribers/view-
958
+ #: subscriber-edit.php:111 ../subscribers/view-subscriber-sync.php:91
959
+ msgid "Export"
960
+ msgstr "Esporta"
961
+
962
+ #: ../subscribers/view-subscriber-import.php:145 ../subscribers/view-subscriber-
963
+ #: show.php:246 ../subscribers/view-subscriber-export.php:37 ../subscribers/view-
964
+ #: subscriber-add.php:113 ../subscribers/view-subscriber-edit.php:112 ..
965
+ #: subscribers/view-subscriber-sync.php:143
966
+ msgid "Sync"
967
+ msgstr "Sincronizza"
968
+
969
+ #: ../subscribers/view-subscriber-import.php:155
970
+ msgid "Select CSV file"
971
+ msgstr "Seleziona il file CSV"
972
+
973
+ #: ../subscribers/view-subscriber-import.php:157
974
+ msgid "Check CSV structure "
975
+ msgstr "Controllo struttura CSV"
976
+
977
+ #: ../subscribers/view-subscriber-import.php:158
978
+ msgid "from here"
979
+ msgstr "da qui"
980
+
981
+ #: ../subscribers/view-subscriber-import.php:169
982
+ msgid "Select Subscribers Email Status"
983
+ msgstr "Seleziona lo status degli iscritti"
984
+
985
+ #: ../subscribers/view-subscriber-import.php:175 ../subscribers/view-subscriber-
986
+ #: show.php:323 ../subscribers/view-subscriber-show.php:353 ../subscribers/view-
987
+ #: subscriber-add.php:148 ../subscribers/view-subscriber-edit.php:147
988
+ msgid "Confirmed"
989
+ msgstr "Confermato"
990
+
991
+ #: ../subscribers/view-subscriber-import.php:176 ../subscribers/view-subscriber-
992
+ #: show.php:324 ../subscribers/view-subscriber-show.php:354 ../subscribers/view-
993
+ #: subscriber-add.php:149 ../subscribers/view-subscriber-edit.php:148
994
+ msgid "Unconfirmed"
995
+ msgstr "Non Confermato"
996
+
997
+ #: ../subscribers/view-subscriber-import.php:177 ../subscribers/view-subscriber-
998
+ #: show.php:325 ../subscribers/view-subscriber-show.php:355 ../subscribers/view-
999
+ #: subscriber-add.php:150 ../subscribers/view-subscriber-edit.php:149
1000
+ msgid "Unsubscribed"
1001
+ msgstr "Disiscritto"
1002
+
1003
+ #: ../subscribers/view-subscriber-import.php:185
1004
+ msgid "Select (or) Create Group for Subscribers"
1005
+ msgstr "Seleziona o Crea un gruppo di Iscritti"
1006
+
1007
+ #: ../subscribers/view-subscriber-import.php:202 ../subscribers/view-subscriber-
1008
+ #: add.php:174
1009
+ msgid "(or)"
1010
+ msgstr "(o)"
1011
+
1012
+ #: ../subscribers/view-subscriber-import.php:210 ../subscribers/view-subscriber-
1013
+ #: show.php:244 ../subscribers/view-subscriber-export.php:36 ../subscribers/view-
1014
+ #: subscriber-add.php:111 ../subscribers/view-subscriber-edit.php:110 ..
1015
+ #: subscribers/view-subscriber-sync.php:90
1016
+ msgid "Import"
1017
+ msgstr "Importa"
1018
+
1019
+ #: ../subscribers/view-subscriber-show.php:17 ../sendmail/sendmail.php:18
1020
+ msgid "Click Here"
1021
+ msgstr "Clicca qui"
1022
+
1023
+ #: ../subscribers/view-subscriber-show.php:45
1024
+ msgid "Selected details does not exists."
1025
+ msgstr "I dettagli selezionati non esistono."
1026
+
1027
+ #: ../subscribers/view-subscriber-show.php:56 ../subscribers/view-subscriber-show.
1028
+ #: php:95
1029
+ msgid "Record deleted."
1030
+ msgstr "Record cancellato."
1031
+
1032
+ #: ../subscribers/view-subscriber-show.php:67
1033
+ msgid "To send confirmation email, please change the Opt-in option to Double Opt In."
1034
+ msgstr "Per inviare l'email di conferma, cambiare l'opzione Op-In in Doppio Opt-In."
1035
+
1036
+ #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1037
+ #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1038
+ #: subscriber-show.php:217
1039
+ msgid "No record was selected."
1040
+ msgstr "Nessun record selezionato."
1041
+
1042
+ #: ../subscribers/view-subscriber-show.php:115
1043
+ msgid "To send confirmation mail, please change the Opt-in option to Double Opt In."
1044
+ msgstr "Per inviare l'email di conferma cambiare l'opzione Op-In in Doppio Opt-In."
1045
+
1046
+ #: ../subscribers/view-subscriber-show.php:164
1047
+ msgid "Subscribers Group updated."
1048
+ msgstr "Gruppo Iscritti aggiornato."
1049
+
1050
+ #: ../subscribers/view-subscriber-show.php:169
1051
+ msgid "Please select New group to update."
1052
+ msgstr "Seleziona un gruppo da aggiornare."
1053
+
1054
+ #: ../subscribers/view-subscriber-show.php:203
1055
+ msgid "Subscribers Status updated."
1056
+ msgstr "Stato Iscritti aggiornato."
1057
+
1058
+ #: ../subscribers/view-subscriber-show.php:208
1059
+ msgid "Please select New Status to update."
1060
+ msgstr "Seleziona il nuovo stato."
1061
+
1062
+ #: ../subscribers/view-subscriber-show.php:242 ../classes/es-register.php:165 ..
1063
+ #: classes/es-register.php:166
1064
+ msgid "Subscribers"
1065
+ msgstr "Iscritti"
1066
+
1067
+ #: ../subscribers/view-subscriber-show.php:256
1068
+ msgid "Total Subscribers: "
1069
+ msgstr "Totale Iscritti:"
1070
+
1071
+ #: ../subscribers/view-subscriber-show.php:258
1072
+ #, php-format
1073
+ msgid "Active Subscribers: %s"
1074
+ msgstr "Iscritti attivi: %s"
1075
+
1076
+ #: ../subscribers/view-subscriber-show.php:288
1077
+ msgid "Email Address"
1078
+ msgstr "Indirizzo email"
1079
+
1080
+ #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1053 ..
1081
+ #: classes/es-loadwidget.php:28
1082
+ msgid "Name"
1083
+ msgstr "Nome"
1084
+
1085
+ #: ../subscribers/view-subscriber-show.php:291
1086
+ msgid "Group"
1087
+ msgstr "Gruppo"
1088
+
1089
+ #: ../subscribers/view-subscriber-show.php:292
1090
+ msgid "Signup Date & Time<br>(Y-M-D H:I:S)"
1091
+ msgstr "Data/ora iscrizione (A-M-D O:M:S)"
1092
+
1093
+ #: ../subscribers/view-subscriber-show.php:300
1094
+ msgid "Bulk Actions"
1095
+ msgstr "Azioni massive"
1096
+
1097
+ #: ../subscribers/view-subscriber-show.php:302 ../subscribers/view-subscriber-
1098
+ #: show.php:413
1099
+ msgid "Resend Confirmation"
1100
+ msgstr "Reinvia conferma"
1101
+
1102
+ #: ../subscribers/view-subscriber-show.php:304
1103
+ msgid "Update Subscribers Status"
1104
+ msgstr "Aggiorna status iscritti"
1105
+
1106
+ #: ../subscribers/view-subscriber-show.php:307
1107
+ msgid "Select Group"
1108
+ msgstr "Seleziona gruppo"
1109
+
1110
+ #: ../subscribers/view-subscriber-show.php:322
1111
+ msgid "Select Status"
1112
+ msgstr "Seleziona stato"
1113
+
1114
+ #: ../subscribers/view-subscriber-show.php:328
1115
+ msgid "Apply"
1116
+ msgstr "Applica"
1117
+
1118
+ #: ../subscribers/view-subscriber-show.php:335
1119
+ msgid "All Groups"
1120
+ msgstr "Tutti i gruppi"
1121
+
1122
+ #: ../subscribers/view-subscriber-show.php:352
1123
+ msgid "All Status"
1124
+ msgstr "Tutti gli status"
1125
+
1126
+ #: ../subscribers/view-subscriber-show.php:359
1127
+ msgid "1 to 500 emails"
1128
+ msgstr "1 - 500 email"
1129
+
1130
+ #: ../subscribers/view-subscriber-show.php:360
1131
+ msgid "501 to 1000"
1132
+ msgstr "501 - 1000 email"
1133
+
1134
+ #: ../subscribers/view-subscriber-show.php:361
1135
+ msgid "1001 to 1500"
1136
+ msgstr "1001 - 1500 email"
1137
+
1138
+ #: ../subscribers/view-subscriber-show.php:362
1139
+ msgid "1501 to 2000"
1140
+ msgstr "1501 - 2000 email"
1141
+
1142
+ #: ../subscribers/view-subscriber-show.php:363
1143
+ msgid "2001 to 4000"
1144
+ msgstr "2001 - 4000 email"
1145
+
1146
+ #: ../subscribers/view-subscriber-show.php:364
1147
+ msgid "4001 to 6000"
1148
+ msgstr "4001 - 6000 email"
1149
+
1150
+ #: ../subscribers/view-subscriber-show.php:365
1151
+ msgid "6001 to 10000"
1152
+ msgstr "6001 - 10000 email"
1153
+
1154
+ #: ../subscribers/view-subscriber-show.php:366
1155
+ msgid "Display All"
1156
+ msgstr "Visualizza tutto"
1157
+
1158
+ #: ../subscribers/view-subscriber-export.php:34
1159
+ msgid "Export Email Addresses"
1160
+ msgstr "Esporta indirizzi email"
1161
+
1162
+ #: ../subscribers/view-subscriber-export.php:46 ../subscribers/view-subscriber-
1163
+ #: export.php:54
1164
+ msgid "Type of List to Export"
1165
+ msgstr "Tipo di lista per esportazione"
1166
+
1167
+ #: ../subscribers/view-subscriber-export.php:47 ../subscribers/view-subscriber-
1168
+ #: export.php:55
1169
+ msgid "Total Emails Count"
1170
+ msgstr "Totale email"
1171
+
1172
+ #: ../subscribers/view-subscriber-export.php:61
1173
+ msgid "1"
1174
+ msgstr "1"
1175
+
1176
+ #: ../subscribers/view-subscriber-export.php:62
1177
+ msgid "All Subscribers"
1178
+ msgstr "Tutti gli iscritti"
1179
+
1180
+ #: ../subscribers/view-subscriber-export.php:64 ../subscribers/view-subscriber-
1181
+ #: export.php:70 ../subscribers/view-subscriber-export.php:76 ../subscribers/view-
1182
+ #: subscriber-export.php:82 ../subscribers/view-subscriber-export.php:88
1183
+ msgid "Click to Export in CSV"
1184
+ msgstr "Clicca per esportare in CSV"
1185
+
1186
+ #: ../subscribers/view-subscriber-export.php:67
1187
+ msgid "2"
1188
+ msgstr "2"
1189
+
1190
+ #: ../subscribers/view-subscriber-export.php:68
1191
+ msgid "Active Subscribers (Status: Confirmed & Single Opt In)"
1192
+ msgstr "Iscritti attivi (Stato: Confermato e singolo Opt In)"
1193
+
1194
+ #: ../subscribers/view-subscriber-export.php:73
1195
+ msgid "3"
1196
+ msgstr "3"
1197
+
1198
+ #: ../subscribers/view-subscriber-export.php:74
1199
+ msgid "Inactive Subscribers (Status: Unconfirmed & Unsubscribed)"
1200
+ msgstr "Utenti inattivi (Stato: Non confermato e Disiscritto)"
1201
+
1202
+ #: ../subscribers/view-subscriber-export.php:79
1203
+ msgid "4"
1204
+ msgstr "4"
1205
+
1206
+ #: ../subscribers/view-subscriber-export.php:80
1207
+ msgid "WordPress Registered Users"
1208
+ msgstr "Utenti registrati WordPress"
1209
+
1210
+ #: ../subscribers/view-subscriber-export.php:85
1211
+ msgid "5"
1212
+ msgstr "5"
1213
+
1214
+ #: ../subscribers/view-subscriber-export.php:86
1215
+ msgid "Commented Authors"
1216
+ msgstr "Autori commentati"
1217
+
1218
+ #: ../subscribers/view-subscriber-add.php:36 ../subscribers/view-subscriber-edit.
1219
+ #: php:54
1220
+ msgid "Please enter subscriber email address."
1221
+ msgstr "Inserisci l'indirizzo email dell'iscritto."
1222
+
1223
+ #: ../subscribers/view-subscriber-add.php:49
1224
+ msgid "Please select or create your group for this email."
1225
+ msgstr "Scegli o crea un gruppo per questa email."
1226
+
1227
+ #: ../subscribers/view-subscriber-add.php:56
1228
+ msgid ""
1229
+ "Error: Special characters (['^$%&*()}{@#~?><>,|=_+\\\"]) are not allowed in "
1230
+ "the group name."
1231
+ msgstr ""
1232
+ "Errore: i caratteri speciali (['^$%&*()}{@#~?><>,|=_+\\\"]) non sono "
1233
+ "utilizzabili nel nome del gruppo."
1234
+
1235
+ #: ../subscribers/view-subscriber-add.php:66
1236
+ msgid "Subscriber has been saved."
1237
+ msgstr "L'iscritto è stato registrato."
1238
+
1239
+ #: ../subscribers/view-subscriber-add.php:68
1240
+ msgid "Subscriber already exists."
1241
+ msgstr "L'iscritto esiste già."
1242
+
1243
+ #: ../subscribers/view-subscriber-add.php:71
1244
+ msgid "Invalid Email."
1245
+ msgstr "Email non valida."
1246
+
1247
+ #: ../subscribers/view-subscriber-add.php:123
1248
+ msgid "Enter Subscriber's Full name"
1249
+ msgstr "Inserisci il nome dell'iscritto."
1250
+
1251
+ #: ../subscribers/view-subscriber-add.php:133
1252
+ msgid "Enter Subscriber's Email Address"
1253
+ msgstr "Insrisci l'indirizzo mail dell'iscritto"
1254
+
1255
+ #: ../subscribers/view-subscriber-add.php:143
1256
+ msgid "Select Subscriber's Status"
1257
+ msgstr "Seleziona lo stato degli Iscritti"
1258
+
1259
+ #: ../subscribers/view-subscriber-add.php:158
1260
+ msgid "Select (or) Create Group for Subscriber"
1261
+ msgstr "Seleziona o Crea un Gruppo per l'iscritto"
1262
+
1263
+ #: ../subscribers/view-subscriber-add.php:183
1264
+ msgid "Add Subscriber"
1265
+ msgstr "Aggiungi Iscritto"
1266
+
1267
+ #: ../subscribers/view-subscriber-edit.php:64
1268
+ msgid "Error: Special characters are not allowed in the group name."
1269
+ msgstr "Errore: I caratteri speciali non sono ammessi nel nome del gruppo."
1270
+
1271
+ #: ../subscribers/view-subscriber-edit.php:74
1272
+ msgid "Subscriber details updated."
1273
+ msgstr "Dettagli Iscritto aggiornati."
1274
+
1275
+ #: ../subscribers/view-subscriber-edit.php:76
1276
+ msgid "Subscriber already exists for this group."
1277
+ msgstr "L'iscritto esiste già in questo gruppo."
1278
+
1279
+ #: ../subscribers/view-subscriber-edit.php:108
1280
+ msgid "Edit Subscriber"
1281
+ msgstr "Modifica Iscritto"
1282
+
1283
+ #: ../subscribers/view-subscriber-edit.php:122
1284
+ msgid "Subscriber's Full Name"
1285
+ msgstr "Nome Completo Iscritto"
1286
+
1287
+ #: ../subscribers/view-subscriber-edit.php:132
1288
+ msgid "Subscriber's Email Address"
1289
+ msgstr "Indirizzo Email Iscritto"
1290
+
1291
+ #: ../subscribers/view-subscriber-edit.php:142
1292
+ msgid "Update Subscriber's Status"
1293
+ msgstr "Aggiorna lo Status dell'Iscritto"
1294
+
1295
+ #: ../subscribers/view-subscriber-edit.php:157
1296
+ msgid "Update Subscriber's Group"
1297
+ msgstr "Aggiorna il Gruppo dell'Iscritto"
1298
+
1299
+ #: ../subscribers/view-subscriber-sync.php:36
1300
+ msgid "Please select default group to newly registered user."
1301
+ msgstr "Scegli il gruppo standard per le nuove registrazioni."
1302
+
1303
+ #: ../subscribers/view-subscriber-sync.php:50
1304
+ msgid "Emails Successfully Synced."
1305
+ msgstr "Email sincronizzate con successo."
1306
+
1307
+ #: ../subscribers/view-subscriber-sync.php:88
1308
+ msgid "Sync Email"
1309
+ msgstr "Sincronizza Email"
1310
+
1311
+ #: ../subscribers/view-subscriber-sync.php:101
1312
+ msgid "Sync newly registered users to subscribers list"
1313
+ msgstr "Sincronizza i nuovi iscritti alle liste di iscrizione"
1314
+
1315
+ #: ../subscribers/view-subscriber-sync.php:114
1316
+ msgid "Select group to add newly registered users to"
1317
+ msgstr "Seleziona il gruppo dove aggiungere le nuove iscrizioni"
1318
+
1319
+ #: ../export/export-email-address.php:45 ../export/export-email-address.php:49
1320
+ msgid "Unexpected url submit has been detected"
1321
+ msgstr "È stato rilevato un URL di invio inatteso"
1322
+
1323
+ #: ../templates/template-preview.php:31
1324
+ msgid "Template Preview"
1325
+ msgstr "Anteprima Modello"
1326
+
1327
+ #: ../templates/template-preview.php:39
1328
+ msgid "This is how your email may look."
1329
+ msgstr "Questa è la visualizzazione della tua email."
1330
+
1331
+ #: ../templates/template-preview.php:41
1332
+ msgid ""
1333
+ "<br><br>This Post Notification preview has replaced keywords from your last "
1334
+ "published blog post."
1335
+ msgstr "<br><br>Questa anteprima di notifica post ha parole chiave sostituite."
1336
+
1337
+ #: ../templates/template-preview.php:43
1338
+ msgid ""
1339
+ "<br><br>Note: Different email services (like gmail, yahoo etc) display email "
1340
+ "content differently. So there could be a slight variation on how your "
1341
+ "customer will view the email content."
1342
+ msgstr ""
1343
+ "Nota: servizi email diversi (gmail yahoo, eccetera) potrebbero visualizzarla "
1344
+ "in modo diverso. Quindi potrebbe esserci una leggera variazione sul modo in "
1345
+ "cui il cliente visualizzerà il contenuto dell'email."
1346
+
1347
+ #: ../job/es-unsubscribe.php:54 ../job/es-unsubscribe.php:61 ../job/es-optin.php:
1348
+ #: 58 ../job/es-optin.php:68
1349
+ msgid ""
1350
+ "Oops.. We are getting some technical error. Please try again or contact "
1351
+ "admin."
1352
+ msgstr ""
1353
+ "Oops.. Si è verificato un problema tecnico. Riprova di nuovo o contatta "
1354
+ "l'Amministratore."
1355
+
1356
+ #: ../job/es-optin.php:61
1357
+ msgid "This email address has already been confirmed."
1358
+ msgstr "Questo indirizzo email è già stato confermato."
1359
+
1360
+ #: ../help/help.php:173
1361
+ msgid "Welcome to Email Subscribers!"
1362
+ msgstr "Benvenuto su Email Subscribers !"
1363
+
1364
+ #: ../help/help.php:174
1365
+ msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1366
+ msgstr ""
1367
+ "Grazie per l'installazione e ci auguiamo che ti piacerà utilizzare Email "
1368
+ "Subscribers."
1369
+
1370
+ #: ../help/help.php:178
1371
+ msgid "Get more help and tips..."
1372
+ msgstr "Ricevi ulteriore aiuto e suggerimenti..."
1373
+
1374
+ #: ../help/help.php:183 ../classes/es-register.php:1063 ../classes/es-loadwidget.
1375
+ #: php:38
1376
+ msgid "Subscribe"
1377
+ msgstr "Iscriviti"
1378
+
1379
+ #: ../help/help.php:192
1380
+ #, php-format
1381
+ msgid "Version: %s"
1382
+ msgstr "Versione: %s"
1383
+
1384
+ #: ../help/help.php:195
1385
+ msgid "Questions? Need Help?"
1386
+ msgstr "Domande ? Hai bisogno di aiuto ?"
1387
+
1388
+ #: ../help/help.php:196
1389
+ msgid "Contact Us"
1390
+ msgstr "Contattaci"
1391
+
1392
+ #: ../help/help.php:201
1393
+ #, php-format
1394
+ msgid ""
1395
+ "Like Email Subscribers? If yes, then consider %s to support further "
1396
+ "developments."
1397
+ msgstr ""
1398
+ "Ti piace Email Subscribers ? Se sì, considera %s di supportarci per futuri "
1399
+ "sviluppi."
1400
+
1401
+ #: ../help/help.php:201
1402
+ msgid "donating to us"
1403
+ msgstr "fai una donazione"
1404
+
1405
+ #: ../help/help.php:236
1406
+ msgid "Description"
1407
+ msgstr "Descrizione"
1408
+
1409
+ #: ../help/help.php:238
1410
+ msgid ""
1411
+ "Email Subscribers is a complete newsletter plugin which lets you collect "
1412
+ "leads, send automated new blog post notification emails, create & send "
1413
+ "newsletters and manage all this in one single place."
1414
+ msgstr ""
1415
+ "Email Subscribers è un plugin per Newsletter che ti permette di raccogliere "
1416
+ "lead, inviare automaticamente notifiche per i nuovi post pubblicati, creare "
1417
+ "e inviare newsletter e tutto in un solo posto."
1418
+
1419
+ #: ../help/help.php:240
1420
+ msgid "Feature Overview"
1421
+ msgstr "Panoramica delle funzionalità"
1422
+
1423
+ #: ../help/help.php:243
1424
+ msgid ""
1425
+ "Collect customer emails by adding a subscription box (Widget/Shortcode/PHP "
1426
+ "Code)."
1427
+ msgstr ""
1428
+ "Raccogli le email dei clienti aggiungendo un box di iscrizione "
1429
+ "(Widget/Shortcode/Codice PHP)."
1430
+
1431
+ #: ../help/help.php:246
1432
+ msgid "Configure double Opt-In and Single Opt-In facility for subscribers."
1433
+ msgstr "Configura iscrizione tramite Doppio Opt-In o singolo Opt-In."
1434
+
1435
+ #: ../help/help.php:249
1436
+ msgid "Send automatic welcome email to subscribers."
1437
+ msgstr "Invia automaticamente una email di benventuo agli iscritti."
1438
+
1439
+ #: ../help/help.php:252
1440
+ msgid ""
1441
+ "Send new post notification emails to subscribers when new posts are "
1442
+ "published on your website."
1443
+ msgstr ""
1444
+ "Invia email di notifica quando viene pubblicato un nuovo articolo sul tuo "
1445
+ "sito web."
1446
+
1447
+ #: ../help/help.php:255
1448
+ msgid "Schedule email (Cron job) or send them manually."
1449
+ msgstr "Programma le email (Cron job) o inviale manualmente."
1450
+
1451
+ #: ../help/help.php:258
1452
+ msgid "Send email notification to admin when a new user signs up."
1453
+ msgstr ""
1454
+ "Invia una email di notifica all'Amministrazione quando si iscrive un nuovo "
1455
+ "utente."
1456
+
1457
+ #: ../help/help.php:261
1458
+ msgid "Automatically add Unsubscribe link in the email."
1459
+ msgstr "Aggiungi automaticamente alle email il link di cancellazione."
1460
+
1461
+ #: ../help/help.php:264
1462
+ msgid "Easily migrate subscribers from another app using Import & Export."
1463
+ msgstr ""
1464
+ "Sposta facilmente gli iscritti da un'altra applicazione utilizzando Importa "
1465
+ "e Esporta."
1466
+
1467
+ #: ../help/help.php:267
1468
+ msgid "Use HTML editor to create newsletters and post notifications."
1469
+ msgstr ""
1470
+ "Utilizza un editor HTML per creare newsletter e email di notifica "
1471
+ "pubblicazione."
1472
+
1473
+ #: ../help/help.php:270
1474
+ msgid "Send newsletters to different groups."
1475
+ msgstr "Invia newsletter a gruppi diversi."
1476
+
1477
+ #: ../help/help.php:273
1478
+ msgid "Get detailed sent email reports."
1479
+ msgstr "Ricevi report dettagliati sulle email spedite."
1480
+
1481
+ #: ../help/help.php:276
1482
+ msgid "Control user access (User Roles and Capabilities)."
1483
+ msgstr "Controllo accesso utenti (Ruoli e Funzionalità degli Utenti)"
1484
+
1485
+ #: ../help/help.php:279
1486
+ msgid "Supports localization and internationalization."
1487
+ msgstr "Supporta localizzazione e internazionalizzazione."
1488
+
1489
+ #: ../help/help.php:286
1490
+ msgid "Add Subscribe form"
1491
+ msgstr "Aggiungi modulo di iscrizione"
1492
+
1493
+ #: ../help/help.php:288 ../help/help.php:299 ../help/help.php:302 ../help/help.
1494
+ #: php:314 ../help/help.php:317 ../help/help.php:320 ../help/help.php:323 ..
1495
+ #: help/help.php:326 ../help/help.php:338 ../help/help.php:341 ../help/help.php:
1496
+ #: 348 ../help/help.php:351 ../help/help.php:354 ../help/help.php:362 ..
1497
+ #: help/help.php:365 ../help/help.php:368 ../help/help.php:371 ../help/help.php:
1498
+ #: 377 ../help/help.php:380 ../help/help.php:382
1499
+ #, php-format
1500
+ msgid "%s"
1501
+ msgstr "%s"
1502
+
1503
+ #: ../help/help.php:288
1504
+ msgid "How to Add Subscription box to website?"
1505
+ msgstr "Come aggiungere un box di iscrizione al sito web ?"
1506
+
1507
+ #: ../help/help.php:291
1508
+ #, php-format
1509
+ msgid ""
1510
+ "Use any of the following 3 methods :<br>\n"
1511
+ " a) Shortcode in any page/post : <strong>[email-subscribers "
1512
+ "namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>Or</i><br>\n"
1513
+ " b) Go to Appearance -> Widgets. Click on widget Email subscribers "
1514
+ "and drag it to the sidebar on the right <i>Or</i><br>\n"
1515
+ " c) Copy and past this php code to your desired template location : "
1516
+ "<strong>%s</strong>"
1517
+ msgstr ""
1518
+ "Utilizza uno dei seguenti 3 metodi:<br>\n"
1519
+ "\n"
1520
+ " a) Shortcode in una pagina/post : <strong>[email-subscribers "
1521
+ "namefield=\"YES\" desc=\"\" group=\"Public\"]</strong> <i>Oppure</i><br>\n"
1522
+ " b) Vai in Aspetto -> Widgets. Clicca sul widget Email subscribers e "
1523
+ "trascinalo nella sidebar a destra <i>Oppure</i><br>\n"
1524
+ " c) Copia e incolla il codice php nel tuo template: "
1525
+ "<strong>%s</strong>"
1526
+
1527
+ #: ../help/help.php:296
1528
+ msgid "Additional form settings"
1529
+ msgstr "Configurazioni addizionali del modulo"
1530
+
1531
+ #: ../help/help.php:299
1532
+ msgid "How to Redirect Subscribers to a new page/url after successful sign up?"
1533
+ msgstr ""
1534
+ "Come redirezionare gli iscritti a una nuova pagina/url dopo la registrazione "
1535
+ "?"
1536
+
1537
+ #: ../help/help.php:302
1538
+ msgid "How to add captcha in Subscribe form of Email Subscribers?"
1539
+ msgstr "Come aggiungere un captcha nel modulo di Iscrizione di Email Subscribers ?"
1540
+
1541
+ #: ../help/help.php:308
1542
+ msgid "General Plugin Configuration"
1543
+ msgstr "Configurazione generale del Plugin"
1544
+
1545
+ #: ../help/help.php:311
1546
+ #, php-format
1547
+ msgid "Modify %s"
1548
+ msgstr "Modifica %s"
1549
+
1550
+ #: ../help/help.php:311
1551
+ msgid "default text, email contents"
1552
+ msgstr "testo standard, contenuto email"
1553
+
1554
+ #: ../help/help.php:314
1555
+ msgid "How to Import or Export Email Addresses?"
1556
+ msgstr "Come Importare o Esportare indirizzi Email ?"
1557
+
1558
+ #: ../help/help.php:317
1559
+ msgid "How to Add/Update Existing Subscribers Group & Status?"
1560
+ msgstr "Come Aggiungere/Modificare Gruppi esistenti di Iscritti e il loro Status ?"
1561
+
1562
+ #: ../help/help.php:320
1563
+ msgid "How to change/update/translate any texts from the plugin?"
1564
+ msgstr "Come modificare/tradurre una frase del plugin ?"
1565
+
1566
+ #: ../help/help.php:323
1567
+ msgid "How to add Unsubscribe link in emails?"
1568
+ msgstr "Come aggiungere il link di cancellazione nelle email ?"
1569
+
1570
+ #: ../help/help.php:326
1571
+ msgid "How to check sent emails?"
1572
+ msgstr "Come controllare le email spedite ?"
1573
+
1574
+ #: ../help/help.php:338
1575
+ msgid "Create and Send Newsletter Emails"
1576
+ msgstr "Creare e inviare una Newsletter"
1577
+
1578
+ #: ../help/help.php:341
1579
+ msgid "Keywords in the Newsletters"
1580
+ msgstr "Parole chiave nella Newsletter"
1581
+
1582
+ #: ../help/help.php:348
1583
+ msgid "Create and Send Post Notification Emails when new posts are published"
1584
+ msgstr ""
1585
+ "Creare e inviare una notifica di post quando viene pubblicato un nuovo "
1586
+ "articolo"
1587
+
1588
+ #: ../help/help.php:351
1589
+ msgid "Keywords in the Post Notifications"
1590
+ msgstr "Parole chiave nella notifica post"
1591
+
1592
+ #: ../help/help.php:354
1593
+ msgid "Send a test post notification email to myself/testgroup"
1594
+ msgstr "Inviare una notifica post di test a me/gurppo di test"
1595
+
1596
+ #: ../help/help.php:359
1597
+ msgid "Cron Job Setup"
1598
+ msgstr "Configurazione Cron Job"
1599
+
1600
+ #: ../help/help.php:362
1601
+ msgid "What is Cron and how to Schedule Cron Emails?"
1602
+ msgstr "Che cos'è Cron e come programmare un Cron per le email ?"
1603
+
1604
+ #: ../help/help.php:365
1605
+ msgid "Schedule Cron Emails in cPanel"
1606
+ msgstr "Configurare un Cron per le email in cPanel"
1607
+
1608
+ #: ../help/help.php:368
1609
+ msgid "Schedule Cron Emails in Parallels Plesk"
1610
+ msgstr "Configurare un Cron per le email in Parallels Plesk"
1611
+
1612
+ #: ../help/help.php:371
1613
+ msgid "Hosting doesn’t support Cron Jobs?"
1614
+ msgstr "Il tuo Hosting non supporta i Cron Jobs ?"
1615
+
1616
+ #: ../help/help.php:374
1617
+ msgid "Troubleshooting Steps"
1618
+ msgstr "Risoluzione dei problemi"
1619
+
1620
+ #: ../help/help.php:377
1621
+ msgid "Subscribers are not receiving Emails?"
1622
+ msgstr "Gli iscritti non ricevono le email ?"
1623
+
1624
+ #: ../help/help.php:380
1625
+ msgid "CSS Help"
1626
+ msgstr "Aiuto per i CSS"
1627
+
1628
+ #: ../help/help.php:382
1629
+ msgid "FAQ's"
1630
+ msgstr "FAQ"
1631
+
1632
+ #: ../help/help.php:388
1633
+ msgid "Want to do more? Here's how.."
1634
+ msgstr "Desideri di più? Ecco come..."
1635
+
1636
+ #: ../help/help.php:391
1637
+ msgid "Allow Subscribers to get subscribed to any group"
1638
+ msgstr "Permetti agli iscritti di iscriversi a qualsiasi gruppo"
1639
+
1640
+ #: ../help/help.php:396
1641
+ msgid "Using our free "
1642
+ msgstr "Utilizza il nostro gratuito "
1643
+
1644
+ #: ../help/help.php:397
1645
+ msgid "Group Selector"
1646
+ msgstr "Selettore di Gruppo"
1647
+
1648
+ #: ../help/help.php:398
1649
+ msgid ""
1650
+ "plugin, you can extend Email Subscribers Form functionality by providing an "
1651
+ "grouping option right next to the form."
1652
+ msgstr ""
1653
+ "plugin, puoi estendere le funzionalità del modulo di iscrizione fornedno "
1654
+ "delle opzioni aggiuntive nel modulo."
1655
+
1656
+ #: ../help/help.php:401
1657
+ msgid "The user can then subscribe to whichever group most appeals to them."
1658
+ msgstr "L'utente può così iscriversi a qualsiasi gruppo sia interessato."
1659
+
1660
+ #: ../help/help.php:404
1661
+ msgid "For example: Subscribe either to Updates or to Offers."
1662
+ msgstr "Per esempio: iscriversi a Aggiornamenti e a Offerte."
1663
+
1664
+ #: ../help/help.php:408
1665
+ msgid "Show your subscribe form inside attractive popups"
1666
+ msgstr "Visualizza il tuo modulo di iscrizione tramite popup attrattivi"
1667
+
1668
+ #: ../help/help.php:413
1669
+ msgid ""
1670
+ "Don't limit your subscriber form to a widget. Embed it within popups, hello "
1671
+ "bars, slide-ins, sidebars, full screen popups etc."
1672
+ msgstr ""
1673
+ "Non limitare l'iscrizione a un modulo. Includilo in popup, barre di "
1674
+ "benventuo, popup a schermo intero, eccetera."
1675
+
1676
+ #: ../help/help.php:416
1677
+ msgid "Using Email Subscribers you can achieve this easily with our free plugin "
1678
+ msgstr ""
1679
+ "Utilizzando Email Subscribers puoi fare tutto questo facilmente con questo "
1680
+ "plugin"
1681
+
1682
+ #: ../help/help.php:420
1683
+ msgid ""
1684
+ "Icegram's beautiful designs instantly capture user attention and help "
1685
+ "increase sign-ups to your WordPress website."
1686
+ msgstr ""
1687
+ "L'ottimo design cattura immediatamente l'attenzione e aiuta a incrementare "
1688
+ "il tasso di iscrizione al tuo sito WordPress."
1689
+
1690
+ #: ../help/help.php:423 ../help/help.php:443
1691
+ #, php-format
1692
+ msgid "How to %s"
1693
+ msgstr "Come fare per %s"
1694
+
1695
+ #: ../help/help.php:423
1696
+ msgid "show subscribe form inside a popup"
1697
+ msgstr "visualizzare il modulo di iscrizione in un pop up"
1698
+
1699
+ #: ../help/help.php:427
1700
+ msgid "Get beautiful and elegant form styles"
1701
+ msgstr "usare belli ed eleganti stili nel modulo"
1702
+
1703
+ #: ../help/help.php:433
1704
+ msgid "Email subscribers easily integrates with another free plugin "
1705
+ msgstr "Email subscribers si integra facilmente con altri plugin"
1706
+
1707
+ #: ../help/help.php:434
1708
+ msgid "Rainmaker"
1709
+ msgstr "Rainmaker"
1710
+
1711
+ #: ../help/help.php:437
1712
+ msgid ""
1713
+ "Rainmaker extends the core features of Email Subscribers and provides "
1714
+ "elegant form styles."
1715
+ msgstr ""
1716
+ "Rainmaker estende le funzionalità di base di Email Subscribers e fornisce "
1717
+ "eleganti stili per i moduli."
1718
+
1719
+ #: ../help/help.php:440
1720
+ msgid ""
1721
+ "These styles are well designed and beautify your subscription form making it "
1722
+ "more appealing."
1723
+ msgstr ""
1724
+ "Questi stili sono ben disegnati e permettono di dare ulteriore appeal ai "
1725
+ "moduli di iscrizione."
1726
+
1727
+ #: ../help/help.php:443
1728
+ msgid "add Rainmaker’s form in Email Subscribers"
1729
+ msgstr "aggiungi modulo Rainmaker a Email Subscribers"
1730
+
1731
+ #: ../sendmail/sendmail.php:40
1732
+ msgid "Please select your mail subject."
1733
+ msgstr "Scegli l'oggetto della mail"
1734
+
1735
+ #: ../sendmail/sendmail.php:46
1736
+ msgid "Please select your mail type."
1737
+ msgstr "Scegli il tipo di mail"
1738
+
1739
+ #: ../sendmail/sendmail.php:52
1740
+ msgid "Please select your group."
1741
+ msgstr "Scegli il gruppo"
1742
+
1743
+ #: ../sendmail/sendmail.php:59
1744
+ msgid "Email sent successfully. "
1745
+ msgstr "Email inviata con successo."
1746
+
1747
+ #: ../sendmail/sendmail.php:63
1748
+ msgid "Click here to check Statistics"
1749
+ msgstr "Clicca qui per controllare le statistiche"
1750
+
1751
+ #: ../sendmail/sendmail.php:69
1752
+ msgid "Oops.. We are getting some error. mail not sending."
1753
+ msgstr "Oops.. Si è verificato un errore. Mail non spedita."
1754
+
1755
+ #: ../sendmail/sendmail.php:97
1756
+ msgid "Use this to send newsletter emails to your subscribers."
1757
+ msgstr "Utilizza questo per inviare newsletter ai tuoi iscritti."
1758
+
1759
+ #: ../sendmail/sendmail.php:106
1760
+ msgid "Select Email Subject from available list"
1761
+ msgstr "Seleziona l'oggetto email dalla lista di quelle disponibili."
1762
+
1763
+ #: ../sendmail/sendmail.php:133
1764
+ msgid "Select Email Type"
1765
+ msgstr "Seleziona tipo email"
1766
+
1767
+ #: ../sendmail/sendmail.php:140
1768
+ msgid "Send email via cron job"
1769
+ msgstr "Invia email via cron job"
1770
+
1771
+ #: ../sendmail/sendmail.php:147
1772
+ msgid "Select Subscribers group to Send Email"
1773
+ msgstr "Seleziona il Gruppo iscritti a cui inviare l'email"
1774
+
1775
+ #: ../sendmail/sendmail.php:179
1776
+ msgid "Recipients : 0 "
1777
+ msgstr "Destinatari: 0"
1778
+
1779
+ #: ../sendmail/sendmail.php:181
1780
+ #, php-format
1781
+ msgid "Recipients : %s"
1782
+ msgstr "Destinatari: %s"
1783
+
1784
+ #: ../sendmail/sendmail.php:184
1785
+ msgid ""
1786
+ "<br><br><strong>Your Recipients count is above 100.<br>We strongly recommend "
1787
+ "that you change above Mail Type to Cron and Send Mail via Cron Job."
1788
+ "</strong><br>Click on Help for more information."
1789
+ msgstr ""
1790
+ "<br><br><strong>I tuoi destinatari sono più di 100.<br>Ti consiglio "
1791
+ "vivamente di modificare il tipo di email a Cron e Invia mail via Cron Job."
1792
+ "</strong><br>Clicca su Aiuto per maggiori informazioni."
1793
+
1794
+ #: ../sendmail/sendmail.php:195 ../sendmail/sendmail.php:197
1795
+ msgid "Send Email"
1796
+ msgstr "Invia email"
1797
+
1798
+ #: ../sendmail/sendmail.php:200
1799
+ msgid "Reset"
1800
+ msgstr "Resetta"
1801
+
1802
+ #: ../classes/es-common.php:13
1803
+ msgid "<span style=\"color:#006600;font-weight:bold;\">Confirmed</span>"
1804
+ msgstr "<span style=\"color:#006600;font-weight:bold;\">Confermato</span>"
1805
+
1806
+ #: ../classes/es-common.php:16
1807
+ msgid "<span style=\"color:#FF0000\">Unconfirmed</span>"
1808
+ msgstr "<span style=\"color:#FF0000\">Non Confermato</span>"
1809
+
1810
+ #: ../classes/es-common.php:19
1811
+ msgid "<span style=\"color:#999900\">Unsubscribed</span>"
1812
+ msgstr "<span style=\"color:#999900\">Disiscritto</span>"
1813
+
1814
+ #: ../classes/es-common.php:22
1815
+ msgid "<span style=\"color:#0000FF\">Single Opt In</span>"
1816
+ msgstr "<span style=\"color:#0000FF\">Singolo Opt In</span>"
1817
+
1818
+ #: ../classes/es-common.php:25
1819
+ msgid "<span style=\"color:#00CC00;font-weight:bold;\">Viewed</span>"
1820
+ msgstr "<span style=\"color:#00CC00;font-weight:bold;\">Visto</span>"
1821
+
1822
+ #: ../classes/es-common.php:28
1823
+ msgid "<span style=\"color:#999900;\">Nodata</span>"
1824
+ msgstr "<span style=\"color:#999900;\">Nessun dato</span>"
1825
+
1826
+ #: ../classes/es-common.php:31
1827
+ msgid "<span style=\"color:#FF0000\">Disabled</span>"
1828
+ msgstr "<span style=\"color:#FF0000\">Disattivato</span>"
1829
+
1830
+ #: ../classes/es-common.php:34
1831
+ msgid "<span style=\"color:#FF0000\">In Queue</span>"
1832
+ msgstr "<span style=\"color:#FF0000\">In Coda</span>"
1833
+
1834
+ #: ../classes/es-common.php:37
1835
+ msgid "<span style=\"color:#00FF00;font-weight:bold;\">Sent</span>"
1836
+ msgstr "<span style=\"color:#00FF00;font-weight:bold;\">Spedito</span>"
1837
+
1838
+ #: ../classes/es-common.php:40
1839
+ msgid "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron</span>"
1840
+ msgstr "<span style=\"color:#20b2aa;font-weight:bold;\">via Cron</span>"
1841
+
1842
+ #: ../classes/es-common.php:43
1843
+ msgid "<span style=\"color:#993399;\">Immediately</span>"
1844
+ msgstr "<span style=\"color:#993399;\">Immediatamente</span>"
1845
+
1846
+ #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1847
+ #: register.php:802
1848
+ msgid "Email Subscribers"
1849
+ msgstr "Email Iscritti"
1850
+
1851
+ #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
1852
+ #: register.php:790 ../classes/es-register.php:791 ../classes/es-register.php:796
1853
+ msgid "Templates"
1854
+ msgstr "Modelli"
1855
+
1856
+ #: ../classes/es-register.php:183
1857
+ msgid "Help & Info"
1858
+ msgstr "Aiuto e Informazioni"
1859
+
1860
+ #: ../classes/es-register.php:184
1861
+ msgid "<span style=\"color:#f18500;font-weight:bolder;\">Help & Info</span>"
1862
+ msgstr "<span style=\"color:#f18500;font-weight:bolder;\">Aiuto e Informazioni</span>"
1863
+
1864
+ #: ../classes/es-register.php:195
1865
+ msgctxt "view-subscriber-enhanced-select"
1866
+ msgid "Please enter subscriber email address."
1867
+ msgstr "Inserisci l'indirizzo email dell'iscritto."
1868
+
1869
+ #: ../classes/es-register.php:196
1870
+ msgctxt "view-subscriber-enhanced-select"
1871
+ msgid "Please select subscriber email status."
1872
+ msgstr "Seleziona lo statu dell'iscritto"
1873
+
1874
+ #: ../classes/es-register.php:197
1875
+ msgctxt "view-subscriber-enhanced-select"
1876
+ msgid "Please select or create group for this subscriber."
1877
+ msgstr "Seleziona o crea un gruppo per questo iscritto."
1878
+
1879
+ #: ../classes/es-register.php:198
1880
+ msgctxt "view-subscriber-enhanced-select"
1881
+ msgid "Do you want to delete this record?"
1882
+ msgstr "Vuoi cancellare questo record ?"
1883
+
1884
+ #: ../classes/es-register.php:199
1885
+ msgctxt "view-subscriber-enhanced-select"
1886
+ msgid "Please select the bulk action."
1887
+ msgstr "Seleziona una azione di gruppo."
1888
+
1889
+ #: ../classes/es-register.php:200
1890
+ msgctxt "view-subscriber-enhanced-select"
1891
+ msgid "Are you sure you want to delete selected records?"
1892
+ msgstr "Sei sicuro di voler cancellare i record selezionati ?"
1893
+
1894
+ #: ../classes/es-register.php:201
1895
+ msgctxt "view-subscriber-enhanced-select"
1896
+ msgid ""
1897
+ "Do you want to resend confirmation email? Also please note, this will update "
1898
+ "subscriber current status to 'Unconfirmed'."
1899
+ msgstr ""
1900
+ "Vuoi reinviare l'email di conferma ? Tieni presente che questa azione mette "
1901
+ "l'iscritto nello status 'Non Confermato'."
1902
+
1903
+ #: ../classes/es-register.php:202
1904
+ msgctxt "view-subscriber-enhanced-select"
1905
+ msgid "Please select new subscriber group."
1906
+ msgstr "Seleziona un nuovo gruppo."
1907
+
1908
+ #: ../classes/es-register.php:203
1909
+ msgctxt "view-subscriber-enhanced-select"
1910
+ msgid "Please select new status for subscribers"
1911
+ msgstr "Seleziona il nuovo status degli iscritti"
1912
+
1913
+ #: ../classes/es-register.php:204
1914
+ msgctxt "view-subscriber-enhanced-select"
1915
+ msgid "Do you want to update subscribers group?"
1916
+ msgstr "Vuoi aggiornare il gruppo degli iscritti ?"
1917
+
1918
+ #: ../classes/es-register.php:205
1919
+ msgctxt "view-subscriber-enhanced-select"
1920
+ msgid "Do you want to update subscribers status?"
1921
+ msgstr "Vuoi aggiornare lo status degli iscritti ?"
1922
+
1923
+ #: ../classes/es-register.php:206
1924
+ msgctxt "view-subscriber-enhanced-select"
1925
+ msgid ""
1926
+ "Please select only csv file. Please check official website for csv structure."
1927
+ "."
1928
+ msgstr ""
1929
+ "Utilizzare solo file csv. Controllare il sito ufficiale per la struttura del "
1930
+ "file csv."
1931
+
1932
+ #: ../classes/es-register.php:214
1933
+ msgctxt "notification-enhanced-select"
1934
+ msgid "Please select subscribers group."
1935
+ msgstr "Seleziona il gruppo degli iscritti."
1936
+
1937
+ #: ../classes/es-register.php:215
1938
+ msgctxt "notification-enhanced-select"
1939
+ msgid "Please select notification mail subject. Use templates menu to create new."
1940
+ msgstr ""
1941
+ "Seleziona l'oggetto della mail di notifica. Utilizza il menu Modelli per "
1942
+ "crearne uno nuovo."
1943
+
1944
+ #: ../classes/es-register.php:216
1945
+ msgctxt "notification-enhanced-select"
1946
+ msgid "Please select notification status."
1947
+ msgstr "Seleziona lo status della notifica."
1948
+
1949
+ #: ../classes/es-register.php:217
1950
+ msgctxt "notification-enhanced-select"
1951
+ msgid "Do you want to delete this record?"
1952
+ msgstr "Vuoi cancellare questo record ?"
1953
+
1954
+ #: ../classes/es-register.php:225
1955
+ msgctxt "sendmail-enhanced-select"
1956
+ msgid "Please select your mail subject."
1957
+ msgstr "Scegli l'oggetto della mail."
1958
+
1959
+ #: ../classes/es-register.php:226
1960
+ msgctxt "sendmail-enhanced-select"
1961
+ msgid "Please select your mail type."
1962
+ msgstr "Seleziona il tipo di email."
1963
+
1964
+ #: ../classes/es-register.php:227
1965
+ msgctxt "sendmail-enhanced-select"
1966
+ msgid ""
1967
+ "Have you double checked your selected group? If so, let's go ahead and send "
1968
+ "this."
1969
+ msgstr "Hai controllato due volte il gruppo ? Se sì, inviala."
1970
+
1971
+ #: ../classes/es-register.php:235
1972
+ msgctxt "sentmail-enhanced-select"
1973
+ msgid "Do you want to delete this record?"
1974
+ msgstr "Vuoi cancellare questo record ?"
1975
+
1976
+ #: ../classes/es-register.php:236
1977
+ msgctxt "sentmail-enhanced-select"
1978
+ msgid "Do you want to delete all records except latest 10?"
1979
+ msgstr "vuoi cancellare tutti i record tranne gli ultimi 10 ?"
1980
+
1981
+ #: ../classes/es-register.php:244
1982
+ msgctxt "cron-enhanced-select"
1983
+ msgid "Please select enter number of mails you want to send per hour/trigger."
1984
+ msgstr "Seleziona il numero di email che vuoi spedire per ogni ora."
1985
+
1986
+ #: ../classes/es-register.php:245
1987
+ msgctxt "cron-enhanced-select"
1988
+ msgid "Please enter the mail count, only number."
1989
+ msgstr "Inserisci il numero di email, solo numeri."
1990
+
1991
+ #: ../classes/es-register.php:258
1992
+ msgctxt "widget-enhanced-select"
1993
+ msgid "Please enter email address"
1994
+ msgstr "Inserisci l'indirizzo email"
1995
+
1996
+ #: ../classes/es-register.php:259
1997
+ msgctxt "widget-enhanced-select"
1998
+ msgid "Please provide a valid email address"
1999
+ msgstr "Inserisci un indirizzo email valido"
2000
+
2001
+ #: ../classes/es-register.php:260
2002
+ msgctxt "widget-enhanced-select"
2003
+ msgid "loading..."
2004
+ msgstr "caricamento.."
2005
+
2006
+ #: ../classes/es-register.php:261
2007
+ msgctxt "widget-enhanced-select"
2008
+ msgid "Cannot create XMLHTTP instance"
2009
+ msgstr "Non posso creare un'istanza XMLHTTP"
2010
+
2011
+ #: ../classes/es-register.php:262
2012
+ msgctxt "widget-enhanced-select"
2013
+ msgid "Successfully Subscribed."
2014
+ msgstr "Iscritto con successo"
2015
+
2016
+ #: ../classes/es-register.php:263
2017
+ msgctxt "widget-enhanced-select"
2018
+ msgid ""
2019
+ "Your subscription was successful! Within a few minutes, kindly check the "
2020
+ "mail in your mailbox and confirm your subscription. If you can't see the "
2021
+ "mail in your mailbox, please check your spam folder."
2022
+ msgstr ""
2023
+ "Iscrizione avvenuta con successo ! Tra qualche minuto controlla la tua email "
2024
+ "e conferma la tua iscrizione. Se non trovi la mail, controlla nella cartella "
2025
+ "dello spam."
2026
+
2027
+ #: ../classes/es-register.php:264
2028
+ msgctxt "widget-enhanced-select"
2029
+ msgid "Email Address already exists!"
2030
+ msgstr "Questo indirizzo email è già presente !"
2031
+
2032
+ #: ../classes/es-register.php:265
2033
+ msgctxt "widget-enhanced-select"
2034
+ msgid "Oops.. Unexpected error occurred."
2035
+ msgstr "Oops... Si è verificato un errore inatteso."
2036
+
2037
+ #: ../classes/es-register.php:266
2038
+ msgctxt "widget-enhanced-select"
2039
+ msgid "Invalid email address"
2040
+ msgstr "Indirizzo email non valido"
2041
+
2042
+ #: ../classes/es-register.php:267
2043
+ msgctxt "widget-enhanced-select"
2044
+ msgid "Please try after some time"
2045
+ msgstr "Per favore riprova tra qualche minuto"
2046
+
2047
+ #: ../classes/es-register.php:268
2048
+ msgctxt "widget-enhanced-select"
2049
+ msgid "There was a problem with the request"
2050
+ msgstr "C'è un problema con questa richiesta"
2051
+
2052
+ #: ../classes/es-register.php:275
2053
+ msgctxt "widget-page-enhanced-select"
2054
+ msgid "Please enter email address"
2055
+ msgstr "Inserisci l'indirizzo email"
2056
+
2057
+ #: ../classes/es-register.php:276
2058
+ msgctxt "widget-page-enhanced-select"
2059
+ msgid "Please provide a valid email address"
2060
+ msgstr "Inserisci un indirizzo email valido"
2061
+
2062
+ #: ../classes/es-register.php:277
2063
+ msgctxt "widget-page-enhanced-select"
2064
+ msgid "loading..."
2065
+ msgstr "caricamento...."
2066
+
2067
+ #: ../classes/es-register.php:278
2068
+ msgctxt "widget-page-enhanced-select"
2069
+ msgid "Cannot create XMLHTTP instance"
2070
+ msgstr "Non posso creare un'istanza XMLHTTP"
2071
+
2072
+ #: ../classes/es-register.php:279
2073
+ msgctxt "widget-page-enhanced-select"
2074
+ msgid "Successfully Subscribed."
2075
+ msgstr "Iscritto con successo."
2076
+
2077
+ #: ../classes/es-register.php:280
2078
+ msgctxt "widget-page-enhanced-select"
2079
+ msgid ""
2080
+ "Your subscription was successful! Within a few minutes, kindly check the "
2081
+ "mail in your mailbox and confirm your subscription. If you can't see the "
2082
+ "mail in your mailbox, please check your spam folder."
2083
+ msgstr ""
2084
+ "Iscrizione avvenuta con successo ! Tra qualche minuto controlla la tua email "
2085
+ "e conferma la tua iscrizione. Se non trovi la mail, controlla nella cartella "
2086
+ "dello spam."
2087
+
2088
+ #: ../classes/es-register.php:281
2089
+ msgctxt "widget-page-enhanced-select"
2090
+ msgid "Email Address already exists!"
2091
+ msgstr "Questo indirizzo email è già presente !"
2092
+
2093
+ #: ../classes/es-register.php:282
2094
+ msgctxt "widget-page-enhanced-select"
2095
+ msgid "Oops.. Unexpected error occurred."
2096
+ msgstr "Oops... Si è verificato un errore inatteso."
2097
+
2098
+ #: ../classes/es-register.php:283
2099
+ msgctxt "widget-page-enhanced-select"
2100
+ msgid "Invalid email address"
2101
+ msgstr "Indirizzo email non valido"
2102
+
2103
+ #: ../classes/es-register.php:284
2104
+ msgctxt "widget-page-enhanced-select"
2105
+ msgid "Please try after some time"
2106
+ msgstr "Per favore riprova tra qualche minuto"
2107
+
2108
+ #: ../classes/es-register.php:285
2109
+ msgctxt "widget-page-enhanced-select"
2110
+ msgid "There was a problem with the request"
2111
+ msgstr "C'è un problema con questa richiesta"
2112
+
2113
+ #: ../classes/es-register.php:767
2114
+ msgid ""
2115
+ "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2116
+ "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2117
+ "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2118
+ "</a> rating. A huge thank you from Icegram in advance!"
2119
+ msgstr ""
2120
+ "Se ti piace <strong>Email Subscribers</strong>, per favore considera di "
2121
+ "lasciare un giudizio <a target=\"_blank\" href=\"https://wordpress."
2122
+ "org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">&#9733;"
2123
+ "&#9733;&#9733;&#9733;&#9733;</a>. Molte grazie in anticipo da Icegram !"
2124
+
2125
+ #: ../classes/es-register.php:781
2126
+ #, php-format
2127
+ msgid "Email Subscribers version: <strong>%s</strong>"
2128
+ msgstr "Email Subscribers versione: <strong>%s</strong>"
2129
+
2130
+ #: ../classes/es-register.php:792 ../classes/es-register.php:793
2131
+ msgid "Add new Template"
2132
+ msgstr "Aggiungi nuovo Modello"
2133
+
2134
+ #: ../classes/es-register.php:794
2135
+ msgid "Edit Templates"
2136
+ msgstr "Modifica Modello"
2137
+
2138
+ #: ../classes/es-register.php:795
2139
+ msgid "New Templates"
2140
+ msgstr "Nuovo Modello"
2141
+
2142
+ #: ../classes/es-register.php:797
2143
+ msgid "View Templates"
2144
+ msgstr "Visualizza Modelli"
2145
+
2146
+ #: ../classes/es-register.php:798
2147
+ msgid "Search Templates"
2148
+ msgstr "Ricerca Modelli"
2149
+
2150
+ #: ../classes/es-register.php:799
2151
+ msgid "No Templates found"
2152
+ msgstr "Nessun Modello trovato"
2153
+
2154
+ #: ../classes/es-register.php:800
2155
+ msgid "No Templates found in Trash"
2156
+ msgstr "Nessun Modello trovato nel Cestino"
2157
+
2158
+ #: ../classes/es-register.php:803
2159
+ msgid "Thumbnail (For Visual Representation only)"
2160
+ msgstr "Miniature (solo per rappresentazione visuale)"
2161
+
2162
+ #: ../classes/es-register.php:804
2163
+ msgid "Set thumbnail"
2164
+ msgstr "Configura minuature"
2165
+
2166
+ #: ../classes/es-register.php:841
2167
+ msgid "Template Type"
2168
+ msgstr "Tipo Modello"
2169
+
2170
+ #: ../classes/es-register.php:907
2171
+ msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
2172
+ msgstr "Parole Chiave disponibili per la Notifica dei Post: {{POSTTITLE}}"
2173
+
2174
+ #: ../classes/es-register.php:910
2175
+ msgid "Select your Email Template Type"
2176
+ msgstr "Seleziona il tipo di Modello Email"
2177
+
2178
+ #: ../classes/es-register.php:912
2179
+ msgid "Newsletter"
2180
+ msgstr "Newsletter"
2181
+
2182
+ #: ../classes/es-register.php:913
2183
+ msgid "Post Notification"
2184
+ msgstr "Notifica Post"
2185
+
2186
+ #: ../classes/es-register.php:960
2187
+ msgid "Preview Template"
2188
+ msgstr "Anteprima Modello"
2189
+
2190
+ #: ../classes/es-register.php:974
2191
+ #, php-format
2192
+ msgid ""
2193
+ "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
2194
+ "{{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, {{POSTLINK-"
2195
+ "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
2196
+ msgstr ""
2197
+ "%s per Notifiche Post: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
2198
+ "{{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, {{POSTLINK-"
2199
+ "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
2200
+
2201
+ #: ../classes/es-register.php:974
2202
+ msgid "Available Keywords"
2203
+ msgstr "Parole Chiave disponibili"
2204
+
2205
+ #: ../classes/es-register.php:975
2206
+ msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
2207
+ msgstr "<br/><br/>Parole Chiave disponibili per la Newsletter: {{NAME}}, {{EMAIL}}"
2208
+
2209
+ #: ../classes/es-register.php:1058 ../classes/es-loadwidget.php:33
2210
+ msgid "Email *"
2211
+ msgstr "Email *"
2212
+
2213
+ #: ../classes/es-register.php:1101
2214
+ msgid "Widget Title"
2215
+ msgstr "Titolo del Widget"
2216
+
2217
+ #: ../classes/es-register.php:1105
2218
+ msgid "Short description about subscription form"
2219
+ msgstr "Breve descrizione per il modulo di iscrizione"
2220
+
2221
+ #: ../classes/es-register.php:1109
2222
+ msgid "Display Name Field"
2223
+ msgstr "Campo Visualizza Nome"
2224
+
2225
+ #: ../classes/es-register.php:1116
2226
+ msgid "Subscriber Group"
2227
+ msgstr "Gruppo Iscritti"
languages/email-subscribers-lt_LT.mo CHANGED
Binary file
languages/email-subscribers-lt_LT.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Email Subscribers & Newsletters 3.4.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Fri Dec 15 2017 12:23:33 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -259,6 +259,11 @@ msgid ""
259
  "a slight variation on how your customer will view the email content."
260
  msgstr ""
261
 
 
 
 
 
 
262
  #: ../subscribers/view-subscriber-show.php:256
263
  msgid "Total Subscribers: "
264
  msgstr ""
@@ -559,7 +564,7 @@ msgid "Email sent successfully. "
559
  msgstr ""
560
 
561
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
562
- #: register.php:805 ../classes/es-register.php:806 ../classes/es-register.php:811
563
  msgid "Templates"
564
  msgstr ""
565
 
@@ -579,84 +584,78 @@ msgctxt "notification-enhanced-select"
579
  msgid "Please select notification mail subject. Use templates menu to create new."
580
  msgstr ""
581
 
582
- #: ../classes/es-register.php:704 ../classes/es-register.php:761
583
- msgctxt "timezone date format"
584
- msgid "Y-m-d"
585
- msgstr ""
586
-
587
- #: ../classes/es-register.php:746
588
  msgid ""
589
- "Compose is now changed to <b>Templates</b> and Keyword structure has been "
590
- "simplified. All your previously created templates and keywords have been "
591
- "automatically updated to the new structure.<br>"
592
  msgstr ""
593
 
594
- #: ../classes/es-register.php:747
595
- msgid "Check all the changes&nbsp;&nbsp;"
596
  msgstr ""
597
 
598
- #: ../classes/es-register.php:747
599
- msgid "No thanks, I know about it already."
600
  msgstr ""
601
 
602
- #: ../classes/es-register.php:796
603
  #, php-format
604
  msgid "Email Subscribers version: <strong>%s</strong>"
605
  msgstr ""
606
 
607
- #: ../classes/es-register.php:807 ../classes/es-register.php:808
608
  msgid "Add new Template"
609
  msgstr ""
610
 
611
- #: ../classes/es-register.php:809
612
  msgid "Edit Templates"
613
  msgstr ""
614
 
615
- #: ../classes/es-register.php:810
616
  msgid "New Templates"
617
  msgstr ""
618
 
619
- #: ../classes/es-register.php:812
620
  msgid "View Templates"
621
  msgstr ""
622
 
623
- #: ../classes/es-register.php:813
624
  msgid "Search Templates"
625
  msgstr ""
626
 
627
- #: ../classes/es-register.php:814
628
  msgid "No Templates found"
629
  msgstr ""
630
 
631
- #: ../classes/es-register.php:815
632
  msgid "No Templates found in Trash"
633
  msgstr ""
634
 
635
- #: ../classes/es-register.php:818
636
  msgid "Thumbnail (For Visual Representation only)"
637
  msgstr ""
638
 
639
- #: ../classes/es-register.php:819
640
  msgid "Set thumbnail"
641
  msgstr ""
642
 
643
- #: ../classes/es-register.php:856
644
  msgid "Template Type"
645
  msgstr ""
646
 
647
- #: ../classes/es-register.php:922
648
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
649
  msgstr ""
650
 
651
- #: ../classes/es-register.php:925
652
  msgid "Select your Email Template Type"
653
  msgstr ""
654
 
655
- #: ../classes/es-register.php:975
656
  msgid "Preview Template"
657
  msgstr ""
658
 
659
- #: ../classes/es-register.php:989
660
  #, php-format
661
  msgid ""
662
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
@@ -664,7 +663,7 @@ msgid ""
664
  "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
665
  msgstr ""
666
 
667
- #: ../classes/es-register.php:990
668
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
669
  msgstr ""
670
 
@@ -951,7 +950,7 @@ msgstr "Visas dydis"
951
  msgid "Medium Size"
952
  msgstr "Vidutinis dydis"
953
 
954
- #: ../settings/settings-edit.php:123 ../classes/es-register.php:857
955
  msgid "Thumbnail"
956
  msgstr "Miniatiūra"
957
 
@@ -976,12 +975,12 @@ msgstr ""
976
  "turite nustatyti TAIP."
977
 
978
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
979
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1126
980
  msgid "YES"
981
  msgstr "Taip"
982
 
983
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
984
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1127
985
  msgid "NO"
986
  msgstr "Ne"
987
 
@@ -1160,7 +1159,7 @@ msgid "View Reports"
1160
  msgstr "Peržiūrėti ataskaitas"
1161
 
1162
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1163
- #: classes/es-register.php:905
1164
  msgid "Preview"
1165
  msgstr "Peržiūra"
1166
 
@@ -1366,11 +1365,6 @@ msgstr ""
1366
  "Norėdami siųsti patvirtinimo laišką, prašome pakeisti prenumeratos "
1367
  "patvirtinimo nustatymą į Dvigubas patvirtinimas."
1368
 
1369
- #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
1370
- #: php:134
1371
- msgid "Confirmation emails Resent Successfully."
1372
- msgstr "Patvirtinimo laiškai pakartotinai išsiųsti sėkmingai."
1373
-
1374
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1375
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1376
  #: subscriber-show.php:217
@@ -1413,7 +1407,7 @@ msgstr "Aktyvių prenumeratorių: %s"
1413
  msgid "Email Address"
1414
  msgstr "El. pašto adresas"
1415
 
1416
- #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1068 ..
1417
  #: classes/es-loadwidget.php:28
1418
  msgid "Name"
1419
  msgstr "Vardas"
@@ -1679,7 +1673,7 @@ msgstr ""
1679
  "Ačiū, kad įdiegėte ir tikimės, kad jums patiks naudoti El. pašto "
1680
  "prenumeratorius."
1681
 
1682
- #: ../help/help.php:183 ../classes/es-register.php:1078 ../classes/es-loadwidget.
1683
  #: php:38
1684
  msgid "Subscribe"
1685
  msgstr "Prenumeruoti"
@@ -1855,7 +1849,7 @@ msgstr "<span style=\"color:#993399;\">Nedelsiant</span>"
1855
 
1856
  #. Name of the plugin
1857
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1858
- #: register.php:817
1859
  msgid "Email Subscribers"
1860
  msgstr "Email Subscribers"
1861
 
@@ -2098,7 +2092,7 @@ msgctxt "widget-page-enhanced-select"
2098
  msgid "There was a problem with the request"
2099
  msgstr "Iškilo problema dėl užklausos"
2100
 
2101
- #: ../classes/es-register.php:782
2102
  msgid ""
2103
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2104
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
@@ -2110,34 +2104,34 @@ msgstr ""
2110
  "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2111
  "</a> reitingu. Icegram dėkoja iš anksto!"
2112
 
2113
- #: ../classes/es-register.php:927
2114
  msgid "Newsletter"
2115
  msgstr "Naujienlaiškis"
2116
 
2117
- #: ../classes/es-register.php:928
2118
  msgid "Post Notification"
2119
  msgstr "Pranešimas apie įrašą"
2120
 
2121
- #: ../classes/es-register.php:989
2122
  msgid "Available Keywords"
2123
  msgstr "Galimi raktažodžiai"
2124
 
2125
- #: ../classes/es-register.php:1073 ../classes/es-loadwidget.php:33
2126
  msgid "Email *"
2127
  msgstr "El. paštas *"
2128
 
2129
- #: ../classes/es-register.php:1116
2130
  msgid "Widget Title"
2131
  msgstr "Valdiklio pavadinimas"
2132
 
2133
- #: ../classes/es-register.php:1120
2134
  msgid "Short description about subscription form"
2135
  msgstr "Trumpas prenumeratos formos aprašymas"
2136
 
2137
- #: ../classes/es-register.php:1124
2138
  msgid "Display Name Field"
2139
  msgstr "Rodyti vardo lauką"
2140
 
2141
- #: ../classes/es-register.php:1131
2142
  msgid "Subscriber Group"
2143
  msgstr "Prenumeratoriaus grupė"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Email Subscribers & Newsletters 3.4.7\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Tue Jan 16 2018 12:37:05 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
259
  "a slight variation on how your customer will view the email content."
260
  msgstr ""
261
 
262
+ #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
263
+ #: php:134
264
+ msgid "Confirmation emails resent successfully."
265
+ msgstr ""
266
+
267
  #: ../subscribers/view-subscriber-show.php:256
268
  msgid "Total Subscribers: "
269
  msgstr ""
564
  msgstr ""
565
 
566
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
567
+ #: register.php:790 ../classes/es-register.php:791 ../classes/es-register.php:796
568
  msgid "Templates"
569
  msgstr ""
570
 
584
  msgid "Please select notification mail subject. Use templates menu to create new."
585
  msgstr ""
586
 
587
+ #: ../classes/es-register.php:739
 
 
 
 
 
588
  msgid ""
589
+ "<b>Want readymade email templates?</b> Also want to <b>clean your "
590
+ "subscribers list?</b> Come check our Pro plan."
 
591
  msgstr ""
592
 
593
+ #: ../classes/es-register.php:740
594
+ msgid "Check Pro plan&nbsp;&nbsp;"
595
  msgstr ""
596
 
597
+ #: ../classes/es-register.php:740
598
+ msgid "Not interested."
599
  msgstr ""
600
 
601
+ #: ../classes/es-register.php:781
602
  #, php-format
603
  msgid "Email Subscribers version: <strong>%s</strong>"
604
  msgstr ""
605
 
606
+ #: ../classes/es-register.php:792 ../classes/es-register.php:793
607
  msgid "Add new Template"
608
  msgstr ""
609
 
610
+ #: ../classes/es-register.php:794
611
  msgid "Edit Templates"
612
  msgstr ""
613
 
614
+ #: ../classes/es-register.php:795
615
  msgid "New Templates"
616
  msgstr ""
617
 
618
+ #: ../classes/es-register.php:797
619
  msgid "View Templates"
620
  msgstr ""
621
 
622
+ #: ../classes/es-register.php:798
623
  msgid "Search Templates"
624
  msgstr ""
625
 
626
+ #: ../classes/es-register.php:799
627
  msgid "No Templates found"
628
  msgstr ""
629
 
630
+ #: ../classes/es-register.php:800
631
  msgid "No Templates found in Trash"
632
  msgstr ""
633
 
634
+ #: ../classes/es-register.php:803
635
  msgid "Thumbnail (For Visual Representation only)"
636
  msgstr ""
637
 
638
+ #: ../classes/es-register.php:804
639
  msgid "Set thumbnail"
640
  msgstr ""
641
 
642
+ #: ../classes/es-register.php:841
643
  msgid "Template Type"
644
  msgstr ""
645
 
646
+ #: ../classes/es-register.php:907
647
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
648
  msgstr ""
649
 
650
+ #: ../classes/es-register.php:910
651
  msgid "Select your Email Template Type"
652
  msgstr ""
653
 
654
+ #: ../classes/es-register.php:960
655
  msgid "Preview Template"
656
  msgstr ""
657
 
658
+ #: ../classes/es-register.php:974
659
  #, php-format
660
  msgid ""
661
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
663
  "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
664
  msgstr ""
665
 
666
+ #: ../classes/es-register.php:975
667
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
668
  msgstr ""
669
 
950
  msgid "Medium Size"
951
  msgstr "Vidutinis dydis"
952
 
953
+ #: ../settings/settings-edit.php:123 ../classes/es-register.php:842
954
  msgid "Thumbnail"
955
  msgstr "Miniatiūra"
956
 
975
  "turite nustatyti TAIP."
976
 
977
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
978
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1111
979
  msgid "YES"
980
  msgstr "Taip"
981
 
982
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
983
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1112
984
  msgid "NO"
985
  msgstr "Ne"
986
 
1159
  msgstr "Peržiūrėti ataskaitas"
1160
 
1161
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1162
+ #: classes/es-register.php:890
1163
  msgid "Preview"
1164
  msgstr "Peržiūra"
1165
 
1365
  "Norėdami siųsti patvirtinimo laišką, prašome pakeisti prenumeratos "
1366
  "patvirtinimo nustatymą į Dvigubas patvirtinimas."
1367
 
 
 
 
 
 
1368
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1369
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1370
  #: subscriber-show.php:217
1407
  msgid "Email Address"
1408
  msgstr "El. pašto adresas"
1409
 
1410
+ #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1053 ..
1411
  #: classes/es-loadwidget.php:28
1412
  msgid "Name"
1413
  msgstr "Vardas"
1673
  "Ačiū, kad įdiegėte ir tikimės, kad jums patiks naudoti El. pašto "
1674
  "prenumeratorius."
1675
 
1676
+ #: ../help/help.php:183 ../classes/es-register.php:1063 ../classes/es-loadwidget.
1677
  #: php:38
1678
  msgid "Subscribe"
1679
  msgstr "Prenumeruoti"
1849
 
1850
  #. Name of the plugin
1851
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1852
+ #: register.php:802
1853
  msgid "Email Subscribers"
1854
  msgstr "Email Subscribers"
1855
 
2092
  msgid "There was a problem with the request"
2093
  msgstr "Iškilo problema dėl užklausos"
2094
 
2095
+ #: ../classes/es-register.php:767
2096
  msgid ""
2097
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2098
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2104
  "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2105
  "</a> reitingu. Icegram dėkoja iš anksto!"
2106
 
2107
+ #: ../classes/es-register.php:912
2108
  msgid "Newsletter"
2109
  msgstr "Naujienlaiškis"
2110
 
2111
+ #: ../classes/es-register.php:913
2112
  msgid "Post Notification"
2113
  msgstr "Pranešimas apie įrašą"
2114
 
2115
+ #: ../classes/es-register.php:974
2116
  msgid "Available Keywords"
2117
  msgstr "Galimi raktažodžiai"
2118
 
2119
+ #: ../classes/es-register.php:1058 ../classes/es-loadwidget.php:33
2120
  msgid "Email *"
2121
  msgstr "El. paštas *"
2122
 
2123
+ #: ../classes/es-register.php:1101
2124
  msgid "Widget Title"
2125
  msgstr "Valdiklio pavadinimas"
2126
 
2127
+ #: ../classes/es-register.php:1105
2128
  msgid "Short description about subscription form"
2129
  msgstr "Trumpas prenumeratos formos aprašymas"
2130
 
2131
+ #: ../classes/es-register.php:1109
2132
  msgid "Display Name Field"
2133
  msgstr "Rodyti vardo lauką"
2134
 
2135
+ #: ../classes/es-register.php:1116
2136
  msgid "Subscriber Group"
2137
  msgstr "Prenumeratoriaus grupė"
languages/email-subscribers-nb_NO.mo CHANGED
Binary file
languages/email-subscribers-nb_NO.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Email Subscribers & Newsletters 3.4.5\n"
4
  "Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Fri Dec 15 2017 12:24:14 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -90,6 +90,11 @@ msgid ""
90
  "a slight variation on how your customer will view the email content."
91
  msgstr ""
92
 
 
 
 
 
 
93
  #: ../subscribers/view-subscriber-show.php:256
94
  msgid "Total Subscribers: "
95
  msgstr ""
@@ -144,7 +149,7 @@ msgid "What is Cron and how to Schedule Cron Emails?"
144
  msgstr ""
145
 
146
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
147
- #: register.php:805 ../classes/es-register.php:806 ../classes/es-register.php:811
148
  msgid "Templates"
149
  msgstr ""
150
 
@@ -160,79 +165,78 @@ msgctxt "notification-enhanced-select"
160
  msgid "Please select notification mail subject. Use templates menu to create new."
161
  msgstr ""
162
 
163
- #: ../classes/es-register.php:746
164
  msgid ""
165
- "Compose is now changed to <b>Templates</b> and Keyword structure has been "
166
- "simplified. All your previously created templates and keywords have been "
167
- "automatically updated to the new structure.<br>"
168
  msgstr ""
169
 
170
- #: ../classes/es-register.php:747
171
- msgid "Check all the changes&nbsp;&nbsp;"
172
  msgstr ""
173
 
174
- #: ../classes/es-register.php:747
175
- msgid "No thanks, I know about it already."
176
  msgstr ""
177
 
178
- #: ../classes/es-register.php:796
179
  #, php-format
180
  msgid "Email Subscribers version: <strong>%s</strong>"
181
  msgstr ""
182
 
183
- #: ../classes/es-register.php:807 ../classes/es-register.php:808
184
  msgid "Add new Template"
185
  msgstr ""
186
 
187
- #: ../classes/es-register.php:809
188
  msgid "Edit Templates"
189
  msgstr ""
190
 
191
- #: ../classes/es-register.php:810
192
  msgid "New Templates"
193
  msgstr ""
194
 
195
- #: ../classes/es-register.php:812
196
  msgid "View Templates"
197
  msgstr ""
198
 
199
- #: ../classes/es-register.php:813
200
  msgid "Search Templates"
201
  msgstr ""
202
 
203
- #: ../classes/es-register.php:814
204
  msgid "No Templates found"
205
  msgstr ""
206
 
207
- #: ../classes/es-register.php:815
208
  msgid "No Templates found in Trash"
209
  msgstr ""
210
 
211
- #: ../classes/es-register.php:818
212
  msgid "Thumbnail (For Visual Representation only)"
213
  msgstr ""
214
 
215
- #: ../classes/es-register.php:819
216
  msgid "Set thumbnail"
217
  msgstr ""
218
 
219
- #: ../classes/es-register.php:856
220
  msgid "Template Type"
221
  msgstr ""
222
 
223
- #: ../classes/es-register.php:922
224
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
225
  msgstr ""
226
 
227
- #: ../classes/es-register.php:925
228
  msgid "Select your Email Template Type"
229
  msgstr ""
230
 
231
- #: ../classes/es-register.php:975
232
  msgid "Preview Template"
233
  msgstr ""
234
 
235
- #: ../classes/es-register.php:989
236
  #, php-format
237
  msgid ""
238
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
@@ -240,7 +244,7 @@ msgid ""
240
  "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
241
  msgstr ""
242
 
243
- #: ../classes/es-register.php:990
244
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
245
  msgstr ""
246
 
@@ -560,7 +564,7 @@ msgstr "Full størrelse"
560
  msgid "Medium Size"
561
  msgstr "Middel størrelse"
562
 
563
- #: ../settings/settings-edit.php:123 ../classes/es-register.php:857
564
  msgid "Thumbnail"
565
  msgstr "Miniatyrbilde"
566
 
@@ -587,12 +591,12 @@ msgstr ""
587
  "til JA."
588
 
589
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
590
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1126
591
  msgid "YES"
592
  msgstr "JA"
593
 
594
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
595
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1127
596
  msgid "NO"
597
  msgstr "NEI"
598
 
@@ -925,7 +929,7 @@ msgid "View Reports"
925
  msgstr "Vis Rapporter"
926
 
927
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
928
- #: classes/es-register.php:905
929
  msgid "Preview"
930
  msgstr "Forhåndsvis"
931
 
@@ -1131,11 +1135,6 @@ msgstr ""
1131
  "For å sende e-post bekreftelse, må du endre den Opt-in mulighet til dobbel "
1132
  "melde deg på."
1133
 
1134
- #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
1135
- #: php:134
1136
- msgid "Confirmation emails Resent Successfully."
1137
- msgstr "Bekreftelse e-mails sendt en gang til."
1138
-
1139
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1140
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1141
  #: subscriber-show.php:217
@@ -1178,7 +1177,7 @@ msgstr "Aktive abonnenter: %s"
1178
  msgid "Email Address"
1179
  msgstr "E-post adresse"
1180
 
1181
- #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1068 ..
1182
  #: classes/es-loadwidget.php:28
1183
  msgid "Name"
1184
  msgstr "Navn"
@@ -1446,7 +1445,7 @@ msgstr "Takk for installasjon og vi håper du vil like å bruke Email Subscriber
1446
  msgid "Get more help and tips..."
1447
  msgstr "Få mer hjelp og tips ..."
1448
 
1449
- #: ../help/help.php:183 ../classes/es-register.php:1078 ../classes/es-loadwidget.
1450
  #: php:38
1451
  msgid "Subscribe"
1452
  msgstr "Abonner"
@@ -1890,7 +1889,7 @@ msgid "<span style=\"color:#993399;\">Immediately</span>"
1890
  msgstr "<span style=\"color:#993399;\">Umiddelbart</span>"
1891
 
1892
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1893
- #: register.php:817
1894
  msgid "Email Subscribers"
1895
  msgstr "Email Subscribers"
1896
 
@@ -2135,12 +2134,7 @@ msgctxt "widget-page-enhanced-select"
2135
  msgid "There was a problem with the request"
2136
  msgstr "Det oppstod et problem med forespørselen"
2137
 
2138
- #: ../classes/es-register.php:704 ../classes/es-register.php:761
2139
- msgctxt "timezone date format"
2140
- msgid "Y-m-d"
2141
- msgstr "Å-m-d"
2142
-
2143
- #: ../classes/es-register.php:782
2144
  msgid ""
2145
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2146
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
@@ -2152,34 +2146,34 @@ msgstr ""
2152
  "subscribers/reviews/?filter=5#new-post\">★★★★★</a> en vurdering. En stor takk "
2153
  "fra Icegram!"
2154
 
2155
- #: ../classes/es-register.php:927
2156
  msgid "Newsletter"
2157
  msgstr "Nyhetsbrev"
2158
 
2159
- #: ../classes/es-register.php:928
2160
  msgid "Post Notification"
2161
  msgstr "Varsel"
2162
 
2163
- #: ../classes/es-register.php:989
2164
  msgid "Available Keywords"
2165
  msgstr "Tilgjengelige søkeord"
2166
 
2167
- #: ../classes/es-register.php:1073 ../classes/es-loadwidget.php:33
2168
  msgid "Email *"
2169
  msgstr "E-post *"
2170
 
2171
- #: ../classes/es-register.php:1116
2172
  msgid "Widget Title"
2173
  msgstr "Widget tittel"
2174
 
2175
- #: ../classes/es-register.php:1120
2176
  msgid "Short description about subscription form"
2177
  msgstr "Kort beskrivelse av ditt abonnement skjema"
2178
 
2179
- #: ../classes/es-register.php:1124
2180
  msgid "Display Name Field"
2181
  msgstr "Vis Navnefelt"
2182
 
2183
- #: ../classes/es-register.php:1131
2184
  msgid "Subscriber Group"
2185
  msgstr "Abonnent gruppe"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Email Subscribers & Newsletters 3.4.7\n"
4
  "Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Tue Jan 16 2018 12:37:49 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
90
  "a slight variation on how your customer will view the email content."
91
  msgstr ""
92
 
93
+ #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
94
+ #: php:134
95
+ msgid "Confirmation emails resent successfully."
96
+ msgstr ""
97
+
98
  #: ../subscribers/view-subscriber-show.php:256
99
  msgid "Total Subscribers: "
100
  msgstr ""
149
  msgstr ""
150
 
151
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
152
+ #: register.php:790 ../classes/es-register.php:791 ../classes/es-register.php:796
153
  msgid "Templates"
154
  msgstr ""
155
 
165
  msgid "Please select notification mail subject. Use templates menu to create new."
166
  msgstr ""
167
 
168
+ #: ../classes/es-register.php:739
169
  msgid ""
170
+ "<b>Want readymade email templates?</b> Also want to <b>clean your "
171
+ "subscribers list?</b> Come check our Pro plan."
 
172
  msgstr ""
173
 
174
+ #: ../classes/es-register.php:740
175
+ msgid "Check Pro plan&nbsp;&nbsp;"
176
  msgstr ""
177
 
178
+ #: ../classes/es-register.php:740
179
+ msgid "Not interested."
180
  msgstr ""
181
 
182
+ #: ../classes/es-register.php:781
183
  #, php-format
184
  msgid "Email Subscribers version: <strong>%s</strong>"
185
  msgstr ""
186
 
187
+ #: ../classes/es-register.php:792 ../classes/es-register.php:793
188
  msgid "Add new Template"
189
  msgstr ""
190
 
191
+ #: ../classes/es-register.php:794
192
  msgid "Edit Templates"
193
  msgstr ""
194
 
195
+ #: ../classes/es-register.php:795
196
  msgid "New Templates"
197
  msgstr ""
198
 
199
+ #: ../classes/es-register.php:797
200
  msgid "View Templates"
201
  msgstr ""
202
 
203
+ #: ../classes/es-register.php:798
204
  msgid "Search Templates"
205
  msgstr ""
206
 
207
+ #: ../classes/es-register.php:799
208
  msgid "No Templates found"
209
  msgstr ""
210
 
211
+ #: ../classes/es-register.php:800
212
  msgid "No Templates found in Trash"
213
  msgstr ""
214
 
215
+ #: ../classes/es-register.php:803
216
  msgid "Thumbnail (For Visual Representation only)"
217
  msgstr ""
218
 
219
+ #: ../classes/es-register.php:804
220
  msgid "Set thumbnail"
221
  msgstr ""
222
 
223
+ #: ../classes/es-register.php:841
224
  msgid "Template Type"
225
  msgstr ""
226
 
227
+ #: ../classes/es-register.php:907
228
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
229
  msgstr ""
230
 
231
+ #: ../classes/es-register.php:910
232
  msgid "Select your Email Template Type"
233
  msgstr ""
234
 
235
+ #: ../classes/es-register.php:960
236
  msgid "Preview Template"
237
  msgstr ""
238
 
239
+ #: ../classes/es-register.php:974
240
  #, php-format
241
  msgid ""
242
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
244
  "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
245
  msgstr ""
246
 
247
+ #: ../classes/es-register.php:975
248
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
249
  msgstr ""
250
 
564
  msgid "Medium Size"
565
  msgstr "Middel størrelse"
566
 
567
+ #: ../settings/settings-edit.php:123 ../classes/es-register.php:842
568
  msgid "Thumbnail"
569
  msgstr "Miniatyrbilde"
570
 
591
  "til JA."
592
 
593
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
594
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1111
595
  msgid "YES"
596
  msgstr "JA"
597
 
598
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
599
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1112
600
  msgid "NO"
601
  msgstr "NEI"
602
 
929
  msgstr "Vis Rapporter"
930
 
931
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
932
+ #: classes/es-register.php:890
933
  msgid "Preview"
934
  msgstr "Forhåndsvis"
935
 
1135
  "For å sende e-post bekreftelse, må du endre den Opt-in mulighet til dobbel "
1136
  "melde deg på."
1137
 
 
 
 
 
 
1138
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1139
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1140
  #: subscriber-show.php:217
1177
  msgid "Email Address"
1178
  msgstr "E-post adresse"
1179
 
1180
+ #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1053 ..
1181
  #: classes/es-loadwidget.php:28
1182
  msgid "Name"
1183
  msgstr "Navn"
1445
  msgid "Get more help and tips..."
1446
  msgstr "Få mer hjelp og tips ..."
1447
 
1448
+ #: ../help/help.php:183 ../classes/es-register.php:1063 ../classes/es-loadwidget.
1449
  #: php:38
1450
  msgid "Subscribe"
1451
  msgstr "Abonner"
1889
  msgstr "<span style=\"color:#993399;\">Umiddelbart</span>"
1890
 
1891
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1892
+ #: register.php:802
1893
  msgid "Email Subscribers"
1894
  msgstr "Email Subscribers"
1895
 
2134
  msgid "There was a problem with the request"
2135
  msgstr "Det oppstod et problem med forespørselen"
2136
 
2137
+ #: ../classes/es-register.php:767
 
 
 
 
 
2138
  msgid ""
2139
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2140
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2146
  "subscribers/reviews/?filter=5#new-post\">★★★★★</a> en vurdering. En stor takk "
2147
  "fra Icegram!"
2148
 
2149
+ #: ../classes/es-register.php:912
2150
  msgid "Newsletter"
2151
  msgstr "Nyhetsbrev"
2152
 
2153
+ #: ../classes/es-register.php:913
2154
  msgid "Post Notification"
2155
  msgstr "Varsel"
2156
 
2157
+ #: ../classes/es-register.php:974
2158
  msgid "Available Keywords"
2159
  msgstr "Tilgjengelige søkeord"
2160
 
2161
+ #: ../classes/es-register.php:1058 ../classes/es-loadwidget.php:33
2162
  msgid "Email *"
2163
  msgstr "E-post *"
2164
 
2165
+ #: ../classes/es-register.php:1101
2166
  msgid "Widget Title"
2167
  msgstr "Widget tittel"
2168
 
2169
+ #: ../classes/es-register.php:1105
2170
  msgid "Short description about subscription form"
2171
  msgstr "Kort beskrivelse av ditt abonnement skjema"
2172
 
2173
+ #: ../classes/es-register.php:1109
2174
  msgid "Display Name Field"
2175
  msgstr "Vis Navnefelt"
2176
 
2177
+ #: ../classes/es-register.php:1116
2178
  msgid "Subscriber Group"
2179
  msgstr "Abonnent gruppe"
languages/email-subscribers-pl_PL.mo CHANGED
Binary file
languages/email-subscribers-pl_PL.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Email Subscribers & Newsletters 3.4.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Fri Dec 15 2017 12:24:35 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -24,238 +24,23 @@ msgstr ""
24
  "X-Loco-Target-Locale: pl_PL\n"
25
  "X-Poedit-SearchPath-0: .."
26
 
27
- #: ../notification/notification-add.php:45 ../notification/notification-edit.php:61
28
- msgid "Please select notification mail subject. Use templates menu to create new."
29
- msgstr ""
30
-
31
- #: ../notification/notification-add.php:144 ../notification/notification-edit.php:
32
- #: 164
33
- msgid "(Use templates menu to create new)"
34
- msgstr ""
35
-
36
- #: ../settings/settings-edit.php:117
37
- msgid ""
38
- "Select image size for {{POSTIMAGE}} to be shown in the Post Notification "
39
- "Emails."
40
- msgstr ""
41
-
42
- #: ../settings/settings-edit.php:157
43
- msgid ""
44
- "Content for the admin email whenever a new subscriber signs up and is "
45
- "confirmed.<br />Available Keywords: {{NAME}}, {{EMAIL}}, {{GROUP}}"
46
- msgstr ""
47
-
48
- #: ../settings/settings-edit.php:172
49
- msgid ""
50
- "Content for the email report which will be sent to admin.<br />Available "
51
- "Keywords: {{COUNT}}, {{UNIQUE}}, {{STARTTIME}}, {{ENDTIME}}"
52
- msgstr ""
53
-
54
- #: ../settings/settings-edit.php:191
55
- msgid ""
56
- "Content for the confirmation email to be sent for Double Opt-In whenever a "
57
- "subscriber signs up.<br />Available Keywords: {{NAME}}, {{LINK}}"
58
- msgstr ""
59
-
60
- #: ../settings/settings-edit.php:232
61
- msgid ""
62
- "Content for the subscriber welcome email whenever a user's email is either "
63
- "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
64
- "<br />Available Keywords: {{NAME}}, {{GROUP}}, {{LINK}}"
65
- msgstr ""
66
-
67
- #: ../settings/settings-edit.php:248
68
- msgid ""
69
- "The text for the unsubscribe link. This text is automatically added with "
70
- "unsubscribe link in the emails.<br />Available Keyword: {{LINK}}"
71
- msgstr ""
72
-
73
- #: ../settings/settings-edit.php:300
74
- msgid "Templates Menu"
75
- msgstr ""
76
-
77
- #: ../settings/settings-edit.php:375
78
- msgid ""
79
- "Email to admin whenever a cron URL is triggered from your server.<br "
80
- "/>Available Keywords: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
81
- msgstr ""
82
-
83
- #: ../sentmail/sentmail-preview.php:27
84
- msgid "Preview Email"
85
- msgstr ""
86
-
87
- #: ../sentmail/sentmail-preview.php:31
88
- msgid ""
89
- "This is how the email you sent may look. <br>Note: Different email services "
90
- "(like gmail, yahoo etc) display email content differently. So there could be "
91
- "a slight variation on how your customer will view the email content."
92
- msgstr ""
93
-
94
- #: ../subscribers/view-subscriber-show.php:256
95
- msgid "Total Subscribers: "
96
- msgstr ""
97
-
98
- #: ../templates/template-preview.php:31
99
- msgid "Template Preview"
100
- msgstr ""
101
-
102
- #: ../templates/template-preview.php:39
103
- msgid "This is how your email may look."
104
- msgstr ""
105
-
106
- #: ../templates/template-preview.php:41
107
- msgid ""
108
- "<br><br>This Post Notification preview has replaced keywords from your last "
109
- "published blog post."
110
- msgstr ""
111
-
112
- #: ../templates/template-preview.php:43
113
- msgid ""
114
- "<br><br>Note: Different email services (like gmail, yahoo etc) display email "
115
- "content differently. So there could be a slight variation on how your "
116
- "customer will view the email content."
117
- msgstr ""
118
-
119
- #: ../help/help.php:267
120
- msgid "Use HTML editor to create newsletters and post notifications."
121
- msgstr ""
122
-
123
- #: ../help/help.php:308
124
- msgid "General Plugin Configuration"
125
- msgstr ""
126
-
127
- #: ../help/help.php:326
128
- msgid "How to check sent emails?"
129
- msgstr ""
130
-
131
- #: ../help/help.php:338
132
- msgid "Create and Send Newsletter Emails"
133
- msgstr ""
134
-
135
- #: ../help/help.php:341
136
- msgid "Keywords in the Newsletters"
137
- msgstr ""
138
-
139
- #: ../help/help.php:348
140
- msgid "Create and Send Post Notification Emails when new posts are published"
141
- msgstr ""
142
-
143
- #: ../help/help.php:362
144
- msgid "What is Cron and how to Schedule Cron Emails?"
145
- msgstr ""
146
-
147
- #: ../help/help.php:401
148
- msgid "The user can then subscribe to whichever group most appeals to them."
149
- msgstr ""
150
-
151
- #: ../help/help.php:434
152
- msgid "Rainmaker"
153
- msgstr ""
154
-
155
- #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
156
- #: register.php:805 ../classes/es-register.php:806 ../classes/es-register.php:811
157
- msgid "Templates"
158
- msgstr ""
159
-
160
- #: ../classes/es-register.php:201
161
- msgctxt "view-subscriber-enhanced-select"
162
- msgid ""
163
- "Do you want to resend confirmation email? Also please note, this will update "
164
- "subscriber current status to 'Unconfirmed'."
165
- msgstr ""
166
-
167
- #: ../classes/es-register.php:215
168
- msgctxt "notification-enhanced-select"
169
- msgid "Please select notification mail subject. Use templates menu to create new."
170
- msgstr ""
171
-
172
- #: ../classes/es-register.php:704 ../classes/es-register.php:761
173
- msgctxt "timezone date format"
174
- msgid "Y-m-d"
175
  msgstr ""
176
 
177
- #: ../classes/es-register.php:746
178
  msgid ""
179
- "Compose is now changed to <b>Templates</b> and Keyword structure has been "
180
- "simplified. All your previously created templates and keywords have been "
181
- "automatically updated to the new structure.<br>"
182
  msgstr ""
183
 
184
- #: ../classes/es-register.php:747
185
- msgid "Check all the changes&nbsp;&nbsp;"
186
  msgstr ""
187
 
188
- #: ../classes/es-register.php:747
189
- msgid "No thanks, I know about it already."
190
- msgstr ""
191
-
192
- #: ../classes/es-register.php:796
193
- #, php-format
194
- msgid "Email Subscribers version: <strong>%s</strong>"
195
- msgstr ""
196
-
197
- #: ../classes/es-register.php:807 ../classes/es-register.php:808
198
- msgid "Add new Template"
199
- msgstr ""
200
-
201
- #: ../classes/es-register.php:809
202
- msgid "Edit Templates"
203
- msgstr ""
204
-
205
- #: ../classes/es-register.php:810
206
- msgid "New Templates"
207
- msgstr ""
208
-
209
- #: ../classes/es-register.php:812
210
- msgid "View Templates"
211
- msgstr ""
212
-
213
- #: ../classes/es-register.php:813
214
- msgid "Search Templates"
215
- msgstr ""
216
-
217
- #: ../classes/es-register.php:814
218
- msgid "No Templates found"
219
- msgstr ""
220
-
221
- #: ../classes/es-register.php:815
222
- msgid "No Templates found in Trash"
223
- msgstr ""
224
-
225
- #: ../classes/es-register.php:818
226
- msgid "Thumbnail (For Visual Representation only)"
227
- msgstr ""
228
-
229
- #: ../classes/es-register.php:819
230
- msgid "Set thumbnail"
231
- msgstr ""
232
-
233
- #: ../classes/es-register.php:856
234
- msgid "Template Type"
235
- msgstr ""
236
-
237
- #: ../classes/es-register.php:922
238
- msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
239
- msgstr ""
240
-
241
- #: ../classes/es-register.php:925
242
- msgid "Select your Email Template Type"
243
- msgstr ""
244
-
245
- #: ../classes/es-register.php:975
246
- msgid "Preview Template"
247
- msgstr ""
248
-
249
- #: ../classes/es-register.php:989
250
- #, php-format
251
- msgid ""
252
- "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
253
- "{{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, {{POSTLINK-"
254
- "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
255
- msgstr ""
256
-
257
- #: ../classes/es-register.php:990
258
- msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
259
  msgstr ""
260
 
261
  #: ../subscribers/view-subscriber-import.php:145 ../subscribers/view-subscriber-
@@ -266,32 +51,6 @@ msgstr ""
266
  msgid "Sync"
267
  msgstr "Synchronizuj"
268
 
269
- #: ../help/help.php:391
270
- #, fuzzy
271
- msgid "Allow Subscribers to get subscribed to any group"
272
- msgstr "Zezwalaj subskrybentom na subskrybowanie jakiejkolwiek grupy"
273
-
274
- #: ../help/help.php:396
275
- #, fuzzy
276
- msgid "Using our free "
277
- msgstr "Korzystając z naszej bezpłatnej "
278
-
279
- #: ../help/help.php:398
280
- #, fuzzy
281
- msgid ""
282
- "plugin, you can extend Email Subscribers Form functionality by providing an "
283
- "grouping option right next to the form."
284
- msgstr ""
285
- "wtyczki, możesz rozszerzyć funkcjonalność formularza Email Subscribers "
286
- "poprzez udostępnienie opcji grupowania tuż obok formularza."
287
-
288
- #: ../help/help.php:416
289
- #, fuzzy
290
- msgid "Using Email Subscribers you can achieve this easily with our free plugin "
291
- msgstr ""
292
- "Możesz to łatwo osiągnąć za pomocą naszej bezpłatnej wtyczki Email "
293
- "Subscribers "
294
-
295
  #: ../notification/notification-add.php:33
296
  msgid "Please select subscribers group."
297
  msgstr "Proszę wybrać grupę subskrybentów."
@@ -300,6 +59,12 @@ msgstr "Proszę wybrać grupę subskrybentów."
300
  msgid "Please select notification status."
301
  msgstr "Wybierz status powiadamiania."
302
 
 
 
 
 
 
 
303
  #: ../notification/notification-add.php:51 ../notification/notification-edit.php:67
304
  msgid "Please select post categories."
305
  msgstr "Proszę wybrać kategorię wysyłki."
@@ -341,6 +106,11 @@ msgstr "Wybierz"
341
  msgid "Select Notification Email Subject"
342
  msgstr "Wybierz Temat e-maila powiadomienia"
343
 
 
 
 
 
 
344
  #: ../notification/notification-add.php:168 ../notification/notification-edit.php:
345
  #: 191
346
  msgid "Select Post Categories"
@@ -604,6 +374,14 @@ msgstr "Pojedyncze Ot-In"
604
  msgid "Image Size"
605
  msgstr "Rozmiar obrazu"
606
 
 
 
 
 
 
 
 
 
607
  #: ../settings/settings-edit.php:121
608
  msgid "Full Size"
609
  msgstr "Pełny rozmiar"
@@ -612,7 +390,7 @@ msgstr "Pełny rozmiar"
612
  msgid "Medium Size"
613
  msgstr "Średni rozmiar"
614
 
615
- #: ../settings/settings-edit.php:123 ../classes/es-register.php:857
616
  msgid "Thumbnail"
617
  msgstr "Miniatura"
618
 
@@ -641,12 +419,12 @@ msgstr ""
641
  "opcja musi być ustawiona na YES (TAK)."
642
 
643
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
644
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1126
645
  msgid "YES"
646
  msgstr "TAK"
647
 
648
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
649
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1127
650
  msgid "NO"
651
  msgstr "NIE"
652
 
@@ -666,6 +444,15 @@ msgstr ""
666
  msgid "Admin Email Content on new subscriber signs up"
667
  msgstr "Treść wiadomości e-mail administratora o zarejestrowaniu nowego subskrybenta"
668
 
 
 
 
 
 
 
 
 
 
669
  #: ../settings/settings-edit.php:164
670
  msgid "Sent Report Subject"
671
  msgstr "Temat wysłanego raportu"
@@ -678,6 +465,14 @@ msgstr "Temat raportu e-mail, wysyłanego do administratora."
678
  msgid "Sent Report Content"
679
  msgstr "Treść wysłanego raportu"
680
 
 
 
 
 
 
 
 
 
681
  #: ../settings/settings-edit.php:183
682
  msgid "Double Opt-In Email Subject (Confirmation Email)"
683
  msgstr "Temat e-maila Podwójnego Opt-In (E-mail potwierdzający)"
@@ -694,6 +489,15 @@ msgstr ""
694
  msgid "Double Opt-In Email Content (Confirmation Email)"
695
  msgstr "Treść e-maila Podwójnego Opt-In (E-mail potwierdzający)"
696
 
 
 
 
 
 
 
 
 
 
697
  #: ../settings/settings-edit.php:197
698
  msgid "Double Opt-In Confirmation Link"
699
  msgstr "Link potwierdzający podwójnego Opt-In"
@@ -748,6 +552,17 @@ msgstr ""
748
  msgid "Email Content for Welcome Email"
749
  msgstr "Treść e-maila powitalnego"
750
 
 
 
 
 
 
 
 
 
 
 
 
751
  #: ../settings/settings-edit.php:240
752
  msgid "Unsubscribe Link"
753
  msgstr "Link anulujący subskrypcję"
@@ -766,6 +581,15 @@ msgstr ""
766
  msgid "Unsubscribe Text in Email"
767
  msgstr "Tekst anulujący subskrypcję w Email Subscribers"
768
 
 
 
 
 
 
 
 
 
 
769
  #: ../settings/settings-edit.php:254
770
  msgid "Text to display after an email address is unsubscribed"
771
  msgstr "Tekst do wyświetlenia po wyrejestrowaniu adresu e-mail"
@@ -832,6 +656,10 @@ msgstr "Administrator/Edytor"
832
  msgid "Administrator/Editor/Author/Contributor"
833
  msgstr "Administrator/Edytor/Autor/Specjalista"
834
 
 
 
 
 
835
  #: ../settings/settings-edit.php:312
836
  msgid "Post Notifications Menu"
837
  msgstr "Menu Powiadomień"
@@ -875,6 +703,15 @@ msgstr ""
875
  msgid "Cron Report"
876
  msgstr "Raport Crona"
877
 
 
 
 
 
 
 
 
 
 
878
  #: ../settings/settings-edit.php:385
879
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
880
  msgstr "Czym jest Cron (automatyczne e-maile) i w jak skonfigurować procedurę Cron?"
@@ -959,6 +796,20 @@ msgstr "Synchronizacja tabeli wtyczek"
959
  msgid "Click to sync tables"
960
  msgstr "Kliknij by synchronizować tabele"
961
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
962
  #: ../sentmail/sentmail-preview.php:53
963
  msgid "Back"
964
  msgstr "Cofnij"
@@ -989,7 +840,7 @@ msgid "View Reports"
989
  msgstr "Pokaż raporty"
990
 
991
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
992
- #: classes/es-register.php:905
993
  msgid "Preview"
994
  msgstr "Podgląd"
995
 
@@ -1186,11 +1037,6 @@ msgstr "Rekord usunięty."
1186
  msgid "To send confirmation email, please change the Opt-in option to Double Opt In."
1187
  msgstr "By wysłać e-mail potwierdzający, zmień opcję Opt-in na Podwójne Opt In."
1188
 
1189
- #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
1190
- #: php:134
1191
- msgid "Confirmation emails Resent Successfully."
1192
- msgstr "Poprawnie wysłano e-maile potwierdzające."
1193
-
1194
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1195
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1196
  #: subscriber-show.php:217
@@ -1222,6 +1068,10 @@ msgstr "Proszę wybrać Nowy Status do aktualizacji."
1222
  msgid "Subscribers"
1223
  msgstr "Subskrybujący"
1224
 
 
 
 
 
1225
  #: ../subscribers/view-subscriber-show.php:258
1226
  #, php-format
1227
  msgid "Active Subscribers: %s"
@@ -1231,7 +1081,7 @@ msgstr "Subskrybenci aktywni: %s"
1231
  msgid "Email Address"
1232
  msgstr "Adres E-mail"
1233
 
1234
- #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1068 ..
1235
  #: classes/es-loadwidget.php:28
1236
  msgid "Name"
1237
  msgstr "Nazwa"
@@ -1474,6 +1324,32 @@ msgstr "Wybierz grupę, do której przypisani zostaną nowo rejestrowani użytko
1474
  msgid "Unexpected url submit has been detected"
1475
  msgstr "Zostało wykryte niespodziewane zgłoszenie URL"
1476
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1477
  #: ../job/es-unsubscribe.php:54 ../job/es-unsubscribe.php:61 ../job/es-optin.php:
1478
  #: 58 ../job/es-optin.php:68
1479
  msgid ""
@@ -1501,7 +1377,7 @@ msgstr ""
1501
  msgid "Get more help and tips..."
1502
  msgstr "Więcej pomocy i wskazówek..."
1503
 
1504
- #: ../help/help.php:183 ../classes/es-register.php:1078 ../classes/es-loadwidget.
1505
  #: php:38
1506
  msgid "Subscribe"
1507
  msgstr "Subskrypcja"
@@ -1595,6 +1471,10 @@ msgstr ""
1595
  "Łatwe przenoszenie subskrybentów z innej aplikacji przy użyciu opcji Import "
1596
  "i Eksport."
1597
 
 
 
 
 
1598
  #: ../help/help.php:270
1599
  msgid "Send newsletters to different groups."
1600
  msgstr "Wyślij biuletyny do różnych grup."
@@ -1662,6 +1542,10 @@ msgstr ""
1662
  msgid "How to add captcha in Subscribe form of Email Subscribers?"
1663
  msgstr "Jak dodać captcha do formularza Email Subscribers?"
1664
 
 
 
 
 
1665
  #: ../help/help.php:311
1666
  #, php-format
1667
  msgid "Modify %s"
@@ -1695,6 +1579,22 @@ msgstr "Jak zmienić/zaktualizować/przetłumaczyć dowolne teksty z wtyczki?"
1695
  msgid "How to add Unsubscribe link in emails?"
1696
  msgstr "Jak dodać do maila link rezygnacji z subskrypcji?"
1697
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1698
  #: ../help/help.php:351
1699
  msgid "Keywords in the Post Notifications"
1700
  msgstr "Słowa kluczowe w e-mailu powiadamiającym"
@@ -1707,6 +1607,10 @@ msgstr "Wyślij testowy e-mail do mnie/grupy testowej"
1707
  msgid "Cron Job Setup"
1708
  msgstr "Ustawienie zadań Cron"
1709
 
 
 
 
 
1710
  #: ../help/help.php:365
1711
  msgid "Schedule Cron Emails in cPanel"
1712
  msgstr "Zaplanuj zadania Cron w cPanel"
@@ -1739,10 +1643,32 @@ msgstr "FAQ"
1739
  msgid "Want to do more? Here's how.."
1740
  msgstr "Chcesz zrobić coś więcej? Oto jak.."
1741
 
 
 
 
 
 
 
 
 
1742
  #: ../help/help.php:397
1743
  msgid "Group Selector"
1744
  msgstr "Selektor grup"
1745
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1746
  #: ../help/help.php:404
1747
  msgid "For example: Subscribe either to Updates or to Offers."
1748
  msgstr "Na przykład: Subskrypcje albo do Aktualizacji albo do Ofert."
@@ -1759,6 +1685,12 @@ msgstr ""
1759
  "Nie ograniczaj formy abonenta do widgetu. Umieść ją w wyskakujących "
1760
  "okienkach, w paskach, slajdach, paskach bocznych, na pełnym ekranie itd."
1761
 
 
 
 
 
 
 
1762
  #: ../help/help.php:420
1763
  msgid ""
1764
  "Icegram's beautiful designs instantly capture user attention and help "
@@ -1784,6 +1716,10 @@ msgstr "Zdobądź piękne i eleganckie style formularzy"
1784
  msgid "Email subscribers easily integrates with another free plugin "
1785
  msgstr "Email Subscribers łatwo integruje się z inną bezpłatną wtyczką "
1786
 
 
 
 
 
1787
  #: ../help/help.php:437
1788
  msgid ""
1789
  "Rainmaker extends the core features of Email Subscribers and provides "
@@ -1921,10 +1857,15 @@ msgstr "<span style=\"color:#993399;\">Natychmiast</span>"
1921
 
1922
  #. Name of the plugin
1923
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1924
- #: register.php:817
1925
  msgid "Email Subscribers"
1926
  msgstr "Email Subscribers"
1927
 
 
 
 
 
 
1928
  #: ../classes/es-register.php:183
1929
  msgid "Help & Info"
1930
  msgstr "Pomoc i Informacje"
@@ -1963,6 +1904,15 @@ msgctxt "view-subscriber-enhanced-select"
1963
  msgid "Are you sure you want to delete selected records?"
1964
  msgstr "Jesteś pewien, że chcesz usunąć zaznaczone rekordy?"
1965
 
 
 
 
 
 
 
 
 
 
1966
  #: ../classes/es-register.php:202
1967
  msgctxt "view-subscriber-enhanced-select"
1968
  msgid "Please select new subscriber group."
@@ -1997,6 +1947,13 @@ msgctxt "notification-enhanced-select"
1997
  msgid "Please select subscribers group."
1998
  msgstr "Proszę wybrać grupę subskrybentów."
1999
 
 
 
 
 
 
 
 
2000
  #: ../classes/es-register.php:216
2001
  msgctxt "notification-enhanced-select"
2002
  msgid "Please select notification status."
@@ -2166,7 +2123,7 @@ msgctxt "widget-page-enhanced-select"
2166
  msgid "There was a problem with the request"
2167
  msgstr "Wystąpił problem z żądaniem"
2168
 
2169
- #: ../classes/es-register.php:782
2170
  msgid ""
2171
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2172
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
@@ -2178,34 +2135,106 @@ msgstr ""
2178
  "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2179
  "</a>. Z góry dziękujemy, Icegram!"
2180
 
2181
- #: ../classes/es-register.php:927
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2182
  msgid "Newsletter"
2183
  msgstr "Biuletyn"
2184
 
2185
- #: ../classes/es-register.php:928
2186
  msgid "Post Notification"
2187
  msgstr "Wpis"
2188
 
2189
- #: ../classes/es-register.php:989
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2190
  msgid "Available Keywords"
2191
  msgstr "Dostępne słowa kluczowe"
2192
 
2193
- #: ../classes/es-register.php:1073 ../classes/es-loadwidget.php:33
 
 
 
 
2194
  msgid "Email *"
2195
  msgstr "E-mail *"
2196
 
2197
- #: ../classes/es-register.php:1116
2198
  msgid "Widget Title"
2199
  msgstr "Tytuł wtyczki"
2200
 
2201
- #: ../classes/es-register.php:1120
2202
  msgid "Short description about subscription form"
2203
  msgstr "Krótki opis formularza subskrypcji"
2204
 
2205
- #: ../classes/es-register.php:1124
2206
  msgid "Display Name Field"
2207
  msgstr "Wyświetl nazwę pola"
2208
 
2209
- #: ../classes/es-register.php:1131
2210
  msgid "Subscriber Group"
2211
  msgstr "Grupa subskrybenta"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Email Subscribers & Newsletters 3.4.7\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Tue Jan 16 2018 12:38:01 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
24
  "X-Loco-Target-Locale: pl_PL\n"
25
  "X-Poedit-SearchPath-0: .."
26
 
27
+ #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
28
+ #: php:134
29
+ msgid "Confirmation emails resent successfully."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  msgstr ""
31
 
32
+ #: ../classes/es-register.php:739
33
  msgid ""
34
+ "<b>Want readymade email templates?</b> Also want to <b>clean your "
35
+ "subscribers list?</b> Come check our Pro plan."
 
36
  msgstr ""
37
 
38
+ #: ../classes/es-register.php:740
39
+ msgid "Check Pro plan&nbsp;&nbsp;"
40
  msgstr ""
41
 
42
+ #: ../classes/es-register.php:740
43
+ msgid "Not interested."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  msgstr ""
45
 
46
  #: ../subscribers/view-subscriber-import.php:145 ../subscribers/view-subscriber-
51
  msgid "Sync"
52
  msgstr "Synchronizuj"
53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  #: ../notification/notification-add.php:33
55
  msgid "Please select subscribers group."
56
  msgstr "Proszę wybrać grupę subskrybentów."
59
  msgid "Please select notification status."
60
  msgstr "Wybierz status powiadamiania."
61
 
62
+ #: ../notification/notification-add.php:45 ../notification/notification-edit.php:61
63
+ msgid "Please select notification mail subject. Use templates menu to create new."
64
+ msgstr ""
65
+ "Wybierz temat wiadomości z powiadomieniem. Użyj menu szablonów, aby utworzyć "
66
+ "nowe."
67
+
68
  #: ../notification/notification-add.php:51 ../notification/notification-edit.php:67
69
  msgid "Please select post categories."
70
  msgstr "Proszę wybrać kategorię wysyłki."
106
  msgid "Select Notification Email Subject"
107
  msgstr "Wybierz Temat e-maila powiadomienia"
108
 
109
+ #: ../notification/notification-add.php:144 ../notification/notification-edit.php:
110
+ #: 164
111
+ msgid "(Use templates menu to create new)"
112
+ msgstr "(Użyj menu szablonów, aby utworzyć nowe)"
113
+
114
  #: ../notification/notification-add.php:168 ../notification/notification-edit.php:
115
  #: 191
116
  msgid "Select Post Categories"
374
  msgid "Image Size"
375
  msgstr "Rozmiar obrazu"
376
 
377
+ #: ../settings/settings-edit.php:117
378
+ msgid ""
379
+ "Select image size for {{POSTIMAGE}} to be shown in the Post Notification "
380
+ "Emails."
381
+ msgstr ""
382
+ "Wybierz rozmiar obrazu dla {{POSTIMAGE}}, który ma być wyświetlany w E-mailu "
383
+ "Powiadamiającym."
384
+
385
  #: ../settings/settings-edit.php:121
386
  msgid "Full Size"
387
  msgstr "Pełny rozmiar"
390
  msgid "Medium Size"
391
  msgstr "Średni rozmiar"
392
 
393
+ #: ../settings/settings-edit.php:123 ../classes/es-register.php:842
394
  msgid "Thumbnail"
395
  msgstr "Miniatura"
396
 
419
  "opcja musi być ustawiona na YES (TAK)."
420
 
421
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
422
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1111
423
  msgid "YES"
424
  msgstr "TAK"
425
 
426
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
427
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1112
428
  msgid "NO"
429
  msgstr "NIE"
430
 
444
  msgid "Admin Email Content on new subscriber signs up"
445
  msgstr "Treść wiadomości e-mail administratora o zarejestrowaniu nowego subskrybenta"
446
 
447
+ #: ../settings/settings-edit.php:157
448
+ msgid ""
449
+ "Content for the admin email whenever a new subscriber signs up and is "
450
+ "confirmed.<br />Available Keywords: {{NAME}}, {{EMAIL}}, {{GROUP}}"
451
+ msgstr ""
452
+ "Treść wiadomości e-mail administratora, gdy nowy subskrybent zarejestruje "
453
+ "się i zostanie potwierdzony.<br />Dostępne słowa kluczowe: {{NAME}}, "
454
+ "{{EMAIL}}, {{GROUP}}"
455
+
456
  #: ../settings/settings-edit.php:164
457
  msgid "Sent Report Subject"
458
  msgstr "Temat wysłanego raportu"
465
  msgid "Sent Report Content"
466
  msgstr "Treść wysłanego raportu"
467
 
468
+ #: ../settings/settings-edit.php:172
469
+ msgid ""
470
+ "Content for the email report which will be sent to admin.<br />Available "
471
+ "Keywords: {{COUNT}}, {{UNIQUE}}, {{STARTTIME}}, {{ENDTIME}}"
472
+ msgstr ""
473
+ "Treść raportu e-mailowego, który zostanie wysłany do administratora.<br "
474
+ "/>Dostępne słowa kluczowe: {{COUNT}}, {{UNIQUE}}, {{STARTTIME}}, {{ENDTIME}}"
475
+
476
  #: ../settings/settings-edit.php:183
477
  msgid "Double Opt-In Email Subject (Confirmation Email)"
478
  msgstr "Temat e-maila Podwójnego Opt-In (E-mail potwierdzający)"
489
  msgid "Double Opt-In Email Content (Confirmation Email)"
490
  msgstr "Treść e-maila Podwójnego Opt-In (E-mail potwierdzający)"
491
 
492
+ #: ../settings/settings-edit.php:191
493
+ msgid ""
494
+ "Content for the confirmation email to be sent for Double Opt-In whenever a "
495
+ "subscriber signs up.<br />Available Keywords: {{NAME}}, {{LINK}}"
496
+ msgstr ""
497
+ "Treść e-maila potwierdzającego wysyłana przy opcji podwójnego potwierdzenia "
498
+ "gdy subskrybent się zarejestruje.<br />Dostępne słowa kluczowe: {{NAME}}, "
499
+ "{{GROUP}}, {{LINK}}"
500
+
501
  #: ../settings/settings-edit.php:197
502
  msgid "Double Opt-In Confirmation Link"
503
  msgstr "Link potwierdzający podwójnego Opt-In"
552
  msgid "Email Content for Welcome Email"
553
  msgstr "Treść e-maila powitalnego"
554
 
555
+ #: ../settings/settings-edit.php:232
556
+ msgid ""
557
+ "Content for the subscriber welcome email whenever a user's email is either "
558
+ "confirmed (if Double Opt In) / subscribed (if Single Opt In) successfully."
559
+ "<br />Available Keywords: {{NAME}}, {{GROUP}}, {{LINK}}"
560
+ msgstr ""
561
+ "Treść e-maila powitalnego dla subskrybenta za każdym razem, gdy wiadomość e-"
562
+ "mail użytkownika zostanie potwierdzona (przy opcji podwójnego potwierdzenia) "
563
+ "/ zasubskrybowania pomyślnie (przy opcji pojedynczego potwierdzenia).<br "
564
+ "/>Dostępne słowa kluczowe: {{NAME}}, {{GROUP}}, {{LINK}}"
565
+
566
  #: ../settings/settings-edit.php:240
567
  msgid "Unsubscribe Link"
568
  msgstr "Link anulujący subskrypcję"
581
  msgid "Unsubscribe Text in Email"
582
  msgstr "Tekst anulujący subskrypcję w Email Subscribers"
583
 
584
+ #: ../settings/settings-edit.php:248
585
+ msgid ""
586
+ "The text for the unsubscribe link. This text is automatically added with "
587
+ "unsubscribe link in the emails.<br />Available Keyword: {{LINK}}"
588
+ msgstr ""
589
+ "Tekst linku do rezygnacji z subskrypcji. Ten tekst jest automatycznie "
590
+ "dodawany do linku do anulowania subskrypcji w e-mailu.<br />Dostępne słowo "
591
+ "kluczowe: {{LINK}}"
592
+
593
  #: ../settings/settings-edit.php:254
594
  msgid "Text to display after an email address is unsubscribed"
595
  msgstr "Tekst do wyświetlenia po wyrejestrowaniu adresu e-mail"
656
  msgid "Administrator/Editor/Author/Contributor"
657
  msgstr "Administrator/Edytor/Autor/Specjalista"
658
 
659
+ #: ../settings/settings-edit.php:300
660
+ msgid "Templates Menu"
661
+ msgstr "Szablony Menu"
662
+
663
  #: ../settings/settings-edit.php:312
664
  msgid "Post Notifications Menu"
665
  msgstr "Menu Powiadomień"
703
  msgid "Cron Report"
704
  msgstr "Raport Crona"
705
 
706
+ #: ../settings/settings-edit.php:375
707
+ msgid ""
708
+ "Email to admin whenever a cron URL is triggered from your server.<br "
709
+ "/>Available Keywords: {{DATE}}, {{SUBJECT}}, {{COUNT}}"
710
+ msgstr ""
711
+ "Wyślij e-mail do administratora, gdy tylko cron URL zostanie uruchomiony z "
712
+ "twojego serwera.<br />Możliwe słowa kluczowe: {{DATE}}, {{SUBJECT}}, "
713
+ "{{COUNT}}"
714
+
715
  #: ../settings/settings-edit.php:385
716
  msgid "What is Cron (auto emails) and how to setup Cron Job?"
717
  msgstr "Czym jest Cron (automatyczne e-maile) i w jak skonfigurować procedurę Cron?"
796
  msgid "Click to sync tables"
797
  msgstr "Kliknij by synchronizować tabele"
798
 
799
+ #: ../sentmail/sentmail-preview.php:27
800
+ msgid "Preview Email"
801
+ msgstr "Podgląd e-maila"
802
+
803
+ #: ../sentmail/sentmail-preview.php:31
804
+ msgid ""
805
+ "This is how the email you sent may look. <br>Note: Different email services "
806
+ "(like gmail, yahoo etc) display email content differently. So there could be "
807
+ "a slight variation on how your customer will view the email content."
808
+ msgstr ""
809
+ "Tak może wyglądać twój e-mail.<br>Uwaga: różne serwisy pocztowe (takie jak "
810
+ "Gmail, Yahoo itp.) wyświetlają treść wiadomości e-mail w różny sposób. Może "
811
+ "więc występować niewielka różnica w sposobie wyświetlania treści wiadomości."
812
+
813
  #: ../sentmail/sentmail-preview.php:53
814
  msgid "Back"
815
  msgstr "Cofnij"
840
  msgstr "Pokaż raporty"
841
 
842
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
843
+ #: classes/es-register.php:890
844
  msgid "Preview"
845
  msgstr "Podgląd"
846
 
1037
  msgid "To send confirmation email, please change the Opt-in option to Double Opt In."
1038
  msgstr "By wysłać e-mail potwierdzający, zmień opcję Opt-in na Podwójne Opt In."
1039
 
 
 
 
 
 
1040
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1041
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1042
  #: subscriber-show.php:217
1068
  msgid "Subscribers"
1069
  msgstr "Subskrybujący"
1070
 
1071
+ #: ../subscribers/view-subscriber-show.php:256
1072
+ msgid "Total Subscribers: "
1073
+ msgstr "Łączna ilość subskrybentów:"
1074
+
1075
  #: ../subscribers/view-subscriber-show.php:258
1076
  #, php-format
1077
  msgid "Active Subscribers: %s"
1081
  msgid "Email Address"
1082
  msgstr "Adres E-mail"
1083
 
1084
+ #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1053 ..
1085
  #: classes/es-loadwidget.php:28
1086
  msgid "Name"
1087
  msgstr "Nazwa"
1324
  msgid "Unexpected url submit has been detected"
1325
  msgstr "Zostało wykryte niespodziewane zgłoszenie URL"
1326
 
1327
+ #: ../templates/template-preview.php:31
1328
+ msgid "Template Preview"
1329
+ msgstr "Podgląd szablonu"
1330
+
1331
+ #: ../templates/template-preview.php:39
1332
+ msgid "This is how your email may look."
1333
+ msgstr "Tak może wyglądać twój e-mail."
1334
+
1335
+ #: ../templates/template-preview.php:41
1336
+ msgid ""
1337
+ "<br><br>This Post Notification preview has replaced keywords from your last "
1338
+ "published blog post."
1339
+ msgstr ""
1340
+ "<br><br>Ten podgląd e-maila powiadamiającego zastąpił słowa kluczowe z "
1341
+ "Twojego ostatniego opublikowanego wpisu na blogu."
1342
+
1343
+ #: ../templates/template-preview.php:43
1344
+ msgid ""
1345
+ "<br><br>Note: Different email services (like gmail, yahoo etc) display email "
1346
+ "content differently. So there could be a slight variation on how your "
1347
+ "customer will view the email content."
1348
+ msgstr ""
1349
+ "<br><br>Uwaga: różne serwisy pocztowe (takie jak Gmail, Yahoo itp.) "
1350
+ "wyświetlają treść wiadomości e-mail w różny sposób. Może więc występować "
1351
+ "niewielka różnica w sposobie wyświetlania treści wiadomości."
1352
+
1353
  #: ../job/es-unsubscribe.php:54 ../job/es-unsubscribe.php:61 ../job/es-optin.php:
1354
  #: 58 ../job/es-optin.php:68
1355
  msgid ""
1377
  msgid "Get more help and tips..."
1378
  msgstr "Więcej pomocy i wskazówek..."
1379
 
1380
+ #: ../help/help.php:183 ../classes/es-register.php:1063 ../classes/es-loadwidget.
1381
  #: php:38
1382
  msgid "Subscribe"
1383
  msgstr "Subskrypcja"
1471
  "Łatwe przenoszenie subskrybentów z innej aplikacji przy użyciu opcji Import "
1472
  "i Eksport."
1473
 
1474
+ #: ../help/help.php:267
1475
+ msgid "Use HTML editor to create newsletters and post notifications."
1476
+ msgstr "Użyj edytora HTML do stworzenia biuletynów i e-maili powiadamiających."
1477
+
1478
  #: ../help/help.php:270
1479
  msgid "Send newsletters to different groups."
1480
  msgstr "Wyślij biuletyny do różnych grup."
1542
  msgid "How to add captcha in Subscribe form of Email Subscribers?"
1543
  msgstr "Jak dodać captcha do formularza Email Subscribers?"
1544
 
1545
+ #: ../help/help.php:308
1546
+ msgid "General Plugin Configuration"
1547
+ msgstr "Ogólna konfiguracja wtyczki"
1548
+
1549
  #: ../help/help.php:311
1550
  #, php-format
1551
  msgid "Modify %s"
1579
  msgid "How to add Unsubscribe link in emails?"
1580
  msgstr "Jak dodać do maila link rezygnacji z subskrypcji?"
1581
 
1582
+ #: ../help/help.php:326
1583
+ msgid "How to check sent emails?"
1584
+ msgstr "Jak sprawdzić wysłane e-maile?"
1585
+
1586
+ #: ../help/help.php:338
1587
+ msgid "Create and Send Newsletter Emails"
1588
+ msgstr "Stwórz i wyślij e-maile biuletynu"
1589
+
1590
+ #: ../help/help.php:341
1591
+ msgid "Keywords in the Newsletters"
1592
+ msgstr "Słowa kluczowe w biuletynie"
1593
+
1594
+ #: ../help/help.php:348
1595
+ msgid "Create and Send Post Notification Emails when new posts are published"
1596
+ msgstr "Stwórz i wyślij e-maile powiadamiające po opublikowaniu nowych postów"
1597
+
1598
  #: ../help/help.php:351
1599
  msgid "Keywords in the Post Notifications"
1600
  msgstr "Słowa kluczowe w e-mailu powiadamiającym"
1607
  msgid "Cron Job Setup"
1608
  msgstr "Ustawienie zadań Cron"
1609
 
1610
+ #: ../help/help.php:362
1611
+ msgid "What is Cron and how to Schedule Cron Emails?"
1612
+ msgstr "Co to jest Cron i jak zapanować harmonogram wysyłki e-malii przez Cron?"
1613
+
1614
  #: ../help/help.php:365
1615
  msgid "Schedule Cron Emails in cPanel"
1616
  msgstr "Zaplanuj zadania Cron w cPanel"
1643
  msgid "Want to do more? Here's how.."
1644
  msgstr "Chcesz zrobić coś więcej? Oto jak.."
1645
 
1646
+ #: ../help/help.php:391
1647
+ msgid "Allow Subscribers to get subscribed to any group"
1648
+ msgstr "Zezwalaj subskrybentom na subskrybowanie dowolnej grupy"
1649
+
1650
+ #: ../help/help.php:396
1651
+ msgid "Using our free "
1652
+ msgstr "Korzystając z naszej bezpłatnej "
1653
+
1654
  #: ../help/help.php:397
1655
  msgid "Group Selector"
1656
  msgstr "Selektor grup"
1657
 
1658
+ #: ../help/help.php:398
1659
+ msgid ""
1660
+ "plugin, you can extend Email Subscribers Form functionality by providing an "
1661
+ "grouping option right next to the form."
1662
+ msgstr ""
1663
+ "wtyczki, możesz rozszerzyć funkcjonalność formularza Email Subscribers "
1664
+ "poprzez udostępnienie opcji grupowania tuż obok formularza."
1665
+
1666
+ #: ../help/help.php:401
1667
+ msgid "The user can then subscribe to whichever group most appeals to them."
1668
+ msgstr ""
1669
+ "Użytkownik może następnie zasubskrybować tę grupę, która najbardziej do "
1670
+ "niego pasuje."
1671
+
1672
  #: ../help/help.php:404
1673
  msgid "For example: Subscribe either to Updates or to Offers."
1674
  msgstr "Na przykład: Subskrypcje albo do Aktualizacji albo do Ofert."
1685
  "Nie ograniczaj formy abonenta do widgetu. Umieść ją w wyskakujących "
1686
  "okienkach, w paskach, slajdach, paskach bocznych, na pełnym ekranie itd."
1687
 
1688
+ #: ../help/help.php:416
1689
+ msgid "Using Email Subscribers you can achieve this easily with our free plugin "
1690
+ msgstr ""
1691
+ "Możesz to łatwo osiągnąć za pomocą naszej bezpłatnej wtyczki Email "
1692
+ "Subscribers "
1693
+
1694
  #: ../help/help.php:420
1695
  msgid ""
1696
  "Icegram's beautiful designs instantly capture user attention and help "
1716
  msgid "Email subscribers easily integrates with another free plugin "
1717
  msgstr "Email Subscribers łatwo integruje się z inną bezpłatną wtyczką "
1718
 
1719
+ #: ../help/help.php:434
1720
+ msgid "Rainmaker"
1721
+ msgstr "Rainmaker"
1722
+
1723
  #: ../help/help.php:437
1724
  msgid ""
1725
  "Rainmaker extends the core features of Email Subscribers and provides "
1857
 
1858
  #. Name of the plugin
1859
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1860
+ #: register.php:802
1861
  msgid "Email Subscribers"
1862
  msgstr "Email Subscribers"
1863
 
1864
+ #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
1865
+ #: register.php:790 ../classes/es-register.php:791 ../classes/es-register.php:796
1866
+ msgid "Templates"
1867
+ msgstr "Szablony"
1868
+
1869
  #: ../classes/es-register.php:183
1870
  msgid "Help & Info"
1871
  msgstr "Pomoc i Informacje"
1904
  msgid "Are you sure you want to delete selected records?"
1905
  msgstr "Jesteś pewien, że chcesz usunąć zaznaczone rekordy?"
1906
 
1907
+ #: ../classes/es-register.php:201
1908
+ msgctxt "view-subscriber-enhanced-select"
1909
+ msgid ""
1910
+ "Do you want to resend confirmation email? Also please note, this will update "
1911
+ "subscriber current status to 'Unconfirmed'."
1912
+ msgstr ""
1913
+ "Chcesz powtórnie wysłać mail potwierdzający? Zwróć też uwagę, że "
1914
+ "zaktualizuje to aktualny status subskrybenta do \"Niepotwierdzony\"."
1915
+
1916
  #: ../classes/es-register.php:202
1917
  msgctxt "view-subscriber-enhanced-select"
1918
  msgid "Please select new subscriber group."
1947
  msgid "Please select subscribers group."
1948
  msgstr "Proszę wybrać grupę subskrybentów."
1949
 
1950
+ #: ../classes/es-register.php:215
1951
+ msgctxt "notification-enhanced-select"
1952
+ msgid "Please select notification mail subject. Use templates menu to create new."
1953
+ msgstr ""
1954
+ "Wybierz temat wiadomości z powiadomieniem. Użyj menu szablonów, aby utworzyć "
1955
+ "nowe."
1956
+
1957
  #: ../classes/es-register.php:216
1958
  msgctxt "notification-enhanced-select"
1959
  msgid "Please select notification status."
2123
  msgid "There was a problem with the request"
2124
  msgstr "Wystąpił problem z żądaniem"
2125
 
2126
+ #: ../classes/es-register.php:767
2127
  msgid ""
2128
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2129
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2135
  "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2136
  "</a>. Z góry dziękujemy, Icegram!"
2137
 
2138
+ #: ../classes/es-register.php:781
2139
+ #, php-format
2140
+ msgid "Email Subscribers version: <strong>%s</strong>"
2141
+ msgstr "Wersja Email Subscribers: <strong>%s</strong>"
2142
+
2143
+ #: ../classes/es-register.php:792 ../classes/es-register.php:793
2144
+ msgid "Add new Template"
2145
+ msgstr "Dodaj nowy szablon"
2146
+
2147
+ #: ../classes/es-register.php:794
2148
+ msgid "Edit Templates"
2149
+ msgstr "Edytuj szablony"
2150
+
2151
+ #: ../classes/es-register.php:795
2152
+ msgid "New Templates"
2153
+ msgstr "Nowe szablony"
2154
+
2155
+ #: ../classes/es-register.php:797
2156
+ msgid "View Templates"
2157
+ msgstr "Pokaż szablony"
2158
+
2159
+ #: ../classes/es-register.php:798
2160
+ msgid "Search Templates"
2161
+ msgstr "Szukaj szablonów"
2162
+
2163
+ #: ../classes/es-register.php:799
2164
+ msgid "No Templates found"
2165
+ msgstr "Brak szablonów"
2166
+
2167
+ #: ../classes/es-register.php:800
2168
+ msgid "No Templates found in Trash"
2169
+ msgstr "Brak szablonów w koszu"
2170
+
2171
+ #: ../classes/es-register.php:803
2172
+ msgid "Thumbnail (For Visual Representation only)"
2173
+ msgstr "Miniatura (jedynie dla wizualizacji)"
2174
+
2175
+ #: ../classes/es-register.php:804
2176
+ msgid "Set thumbnail"
2177
+ msgstr "Ustaw miniaturę"
2178
+
2179
+ #: ../classes/es-register.php:841
2180
+ msgid "Template Type"
2181
+ msgstr "Typ szablonu"
2182
+
2183
+ #: ../classes/es-register.php:907
2184
+ msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
2185
+ msgstr "Słowa kluczowe możliwe dla powiadomienia pocztowego: {{POSTTITLE}}"
2186
+
2187
+ #: ../classes/es-register.php:910
2188
+ msgid "Select your Email Template Type"
2189
+ msgstr "Wybierz typ szablonu e-maila"
2190
+
2191
+ #: ../classes/es-register.php:912
2192
  msgid "Newsletter"
2193
  msgstr "Biuletyn"
2194
 
2195
+ #: ../classes/es-register.php:913
2196
  msgid "Post Notification"
2197
  msgstr "Wpis"
2198
 
2199
+ #: ../classes/es-register.php:960
2200
+ msgid "Preview Template"
2201
+ msgstr "Podgląd szablonu"
2202
+
2203
+ #: ../classes/es-register.php:974
2204
+ #, php-format
2205
+ msgid ""
2206
+ "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
2207
+ "{{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, {{POSTLINK-"
2208
+ "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
2209
+ msgstr ""
2210
+ "%s dla powiadomienia pocztowego: {{NAME}}, {{EMAIL}}, {{DATE}}, "
2211
+ "{{POSTTITLE}}, {{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, "
2212
+ "{{POSTLINK-WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
2213
+
2214
+ #: ../classes/es-register.php:974
2215
  msgid "Available Keywords"
2216
  msgstr "Dostępne słowa kluczowe"
2217
 
2218
+ #: ../classes/es-register.php:975
2219
+ msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
2220
+ msgstr "<br/><br/>Słowa kluczowe możliwe dla biuletynu: {{NAME}}, {{EMAIL}}"
2221
+
2222
+ #: ../classes/es-register.php:1058 ../classes/es-loadwidget.php:33
2223
  msgid "Email *"
2224
  msgstr "E-mail *"
2225
 
2226
+ #: ../classes/es-register.php:1101
2227
  msgid "Widget Title"
2228
  msgstr "Tytuł wtyczki"
2229
 
2230
+ #: ../classes/es-register.php:1105
2231
  msgid "Short description about subscription form"
2232
  msgstr "Krótki opis formularza subskrypcji"
2233
 
2234
+ #: ../classes/es-register.php:1109
2235
  msgid "Display Name Field"
2236
  msgstr "Wyświetl nazwę pola"
2237
 
2238
+ #: ../classes/es-register.php:1116
2239
  msgid "Subscriber Group"
2240
  msgstr "Grupa subskrybenta"
languages/email-subscribers-pt_BR.mo CHANGED
Binary file
languages/email-subscribers-pt_BR.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Email Subscribers & Newsletters 3.4.5\n"
4
  "Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Fri Dec 15 2017 12:24:30 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -32,6 +32,11 @@ msgstr ""
32
  msgid "(Use templates menu to create new)"
33
  msgstr ""
34
 
 
 
 
 
 
35
  #: ../subscribers/view-subscriber-show.php:256
36
  msgid "Total Subscribers: "
37
  msgstr ""
@@ -76,19 +81,18 @@ msgctxt "notification-enhanced-select"
76
  msgid "Please select notification mail subject. Use templates menu to create new."
77
  msgstr ""
78
 
79
- #: ../classes/es-register.php:746
80
  msgid ""
81
- "Compose is now changed to <b>Templates</b> and Keyword structure has been "
82
- "simplified. All your previously created templates and keywords have been "
83
- "automatically updated to the new structure.<br>"
84
  msgstr ""
85
 
86
- #: ../classes/es-register.php:747
87
- msgid "Check all the changes&nbsp;&nbsp;"
88
  msgstr ""
89
 
90
- #: ../classes/es-register.php:747
91
- msgid "No thanks, I know about it already."
92
  msgstr ""
93
 
94
  #: ../notification/notification-add.php:33
@@ -419,7 +423,7 @@ msgstr "Tamanho Completo"
419
  msgid "Medium Size"
420
  msgstr "Tamanho Médio"
421
 
422
- #: ../settings/settings-edit.php:123 ../classes/es-register.php:857
423
  msgid "Thumbnail"
424
  msgstr "Miniatura"
425
 
@@ -448,12 +452,12 @@ msgstr ""
448
  "Esta opção deve ser definida como SIM."
449
 
450
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
451
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1126
452
  msgid "YES"
453
  msgstr "SIM"
454
 
455
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
456
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1127
457
  msgid "NO"
458
  msgstr "NÃO"
459
 
@@ -866,7 +870,7 @@ msgid "View Reports"
866
  msgstr "Exibir Relatórios"
867
 
868
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
869
- #: classes/es-register.php:905
870
  msgid "Preview"
871
  msgstr "Visualizar"
872
 
@@ -1070,11 +1074,6 @@ msgstr "Registro excluído."
1070
  msgid "To send confirmation email, please change the Opt-in option to Double Opt In."
1071
  msgstr "Para enviar e-mail de confirmação, altere a opção Opt-In para Opt-In Duplo."
1072
 
1073
- #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
1074
- #: php:134
1075
- msgid "Confirmation emails Resent Successfully."
1076
- msgstr "E-mail de Confirmação Reenviado com Sucesso."
1077
-
1078
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1079
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1080
  #: subscriber-show.php:217
@@ -1115,7 +1114,7 @@ msgstr "Assinantes Ativos: %s"
1115
  msgid "Email Address"
1116
  msgstr "Endereço de e-mail"
1117
 
1118
- #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1068 ..
1119
  #: classes/es-loadwidget.php:28
1120
  msgid "Name"
1121
  msgstr "Nome"
@@ -1409,7 +1408,7 @@ msgstr "Obrigado pela instalação e esperamos que você aproveite o Email Subsc
1409
  msgid "Get more help and tips..."
1410
  msgstr "Obtenha mais ajuda e dicas..."
1411
 
1412
- #: ../help/help.php:183 ../classes/es-register.php:1078 ../classes/es-loadwidget.
1413
  #: php:38
1414
  msgid "Subscribe"
1415
  msgstr "Inscrever"
@@ -1858,12 +1857,12 @@ msgid "<span style=\"color:#993399;\">Immediately</span>"
1858
  msgstr "<span style=\"color:#993399;\">Imediatamente</span>"
1859
 
1860
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1861
- #: register.php:817
1862
  msgid "Email Subscribers"
1863
  msgstr "Email Subscribers"
1864
 
1865
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
1866
- #: register.php:805 ../classes/es-register.php:806 ../classes/es-register.php:811
1867
  msgid "Templates"
1868
  msgstr "Modelos"
1869
 
@@ -2110,12 +2109,7 @@ msgctxt "widget-page-enhanced-select"
2110
  msgid "There was a problem with the request"
2111
  msgstr "Houve um problema com o pedido"
2112
 
2113
- #: ../classes/es-register.php:704 ../classes/es-register.php:761
2114
- msgctxt "timezone date format"
2115
- msgid "Y-m-d"
2116
- msgstr "Y-m-d"
2117
-
2118
- #: ../classes/es-register.php:782
2119
  msgid ""
2120
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2121
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
@@ -2127,72 +2121,72 @@ msgstr ""
2127
  "org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">&#9733;"
2128
  "&#9733;&#9733;&#9733;&#9733;</a> avaliação. Um enorme obrigado do Icegram!"
2129
 
2130
- #: ../classes/es-register.php:796
2131
  #, php-format
2132
  msgid "Email Subscribers version: <strong>%s</strong>"
2133
  msgstr "Email Subscribers versão: <strong>%s</strong>"
2134
 
2135
- #: ../classes/es-register.php:807 ../classes/es-register.php:808
2136
  msgid "Add new Template"
2137
  msgstr "Adicionar Novo Modelo"
2138
 
2139
- #: ../classes/es-register.php:809
2140
  msgid "Edit Templates"
2141
  msgstr "Editar Modelos"
2142
 
2143
- #: ../classes/es-register.php:810
2144
  msgid "New Templates"
2145
  msgstr "Novos Modelos"
2146
 
2147
- #: ../classes/es-register.php:812
2148
  msgid "View Templates"
2149
  msgstr "Exibir Modelos"
2150
 
2151
- #: ../classes/es-register.php:813
2152
  msgid "Search Templates"
2153
  msgstr "Procurar Modelos"
2154
 
2155
- #: ../classes/es-register.php:814
2156
  msgid "No Templates found"
2157
  msgstr "Nenhum Modelo encontrado"
2158
 
2159
- #: ../classes/es-register.php:815
2160
  msgid "No Templates found in Trash"
2161
  msgstr "Nenhum Modelo encontrado na Lixeira"
2162
 
2163
- #: ../classes/es-register.php:818
2164
  msgid "Thumbnail (For Visual Representation only)"
2165
  msgstr "Miniaturas (Para Representação Visual apenas)"
2166
 
2167
- #: ../classes/es-register.php:819
2168
  msgid "Set thumbnail"
2169
  msgstr "Definir miniatura"
2170
 
2171
- #: ../classes/es-register.php:856
2172
  msgid "Template Type"
2173
  msgstr "Tipo de Modelo"
2174
 
2175
- #: ../classes/es-register.php:922
2176
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
2177
  msgstr "Palavra-chave disponível para Notificação de Postagem: {{POSTTITLE}}"
2178
 
2179
- #: ../classes/es-register.php:925
2180
  msgid "Select your Email Template Type"
2181
  msgstr "Selecione o seu Tipo de Modelo de E-mail"
2182
 
2183
- #: ../classes/es-register.php:927
2184
  msgid "Newsletter"
2185
  msgstr "Newsletter"
2186
 
2187
- #: ../classes/es-register.php:928
2188
  msgid "Post Notification"
2189
  msgstr "Notificação de Postagem"
2190
 
2191
- #: ../classes/es-register.php:975
2192
  msgid "Preview Template"
2193
  msgstr "Visualização do Modelo"
2194
 
2195
- #: ../classes/es-register.php:989
2196
  #, php-format
2197
  msgid ""
2198
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
@@ -2203,30 +2197,30 @@ msgstr ""
2203
  "{{POSTTITLE}}, {{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, "
2204
  "{{POSTLINK-WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
2205
 
2206
- #: ../classes/es-register.php:989
2207
  msgid "Available Keywords"
2208
  msgstr "Palavras-chave disponíveis"
2209
 
2210
- #: ../classes/es-register.php:990
2211
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
2212
  msgstr "<br/><br/>Palavras-chave disponíveis para Newsletter: {{NAME}}, {{EMAIL}}"
2213
 
2214
- #: ../classes/es-register.php:1073 ../classes/es-loadwidget.php:33
2215
  msgid "Email *"
2216
  msgstr "E-mail *"
2217
 
2218
- #: ../classes/es-register.php:1116
2219
  msgid "Widget Title"
2220
  msgstr "Título do Widget"
2221
 
2222
- #: ../classes/es-register.php:1120
2223
  msgid "Short description about subscription form"
2224
  msgstr "Breve descrição sobre o formulário de inscrição"
2225
 
2226
- #: ../classes/es-register.php:1124
2227
  msgid "Display Name Field"
2228
  msgstr "Exibir Campo do Nome"
2229
 
2230
- #: ../classes/es-register.php:1131
2231
  msgid "Subscriber Group"
2232
  msgstr "Grupo do Assinante"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Email Subscribers & Newsletters 3.4.7\n"
4
  "Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Tue Jan 16 2018 12:37:55 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
32
  msgid "(Use templates menu to create new)"
33
  msgstr ""
34
 
35
+ #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
36
+ #: php:134
37
+ msgid "Confirmation emails resent successfully."
38
+ msgstr ""
39
+
40
  #: ../subscribers/view-subscriber-show.php:256
41
  msgid "Total Subscribers: "
42
  msgstr ""
81
  msgid "Please select notification mail subject. Use templates menu to create new."
82
  msgstr ""
83
 
84
+ #: ../classes/es-register.php:739
85
  msgid ""
86
+ "<b>Want readymade email templates?</b> Also want to <b>clean your "
87
+ "subscribers list?</b> Come check our Pro plan."
 
88
  msgstr ""
89
 
90
+ #: ../classes/es-register.php:740
91
+ msgid "Check Pro plan&nbsp;&nbsp;"
92
  msgstr ""
93
 
94
+ #: ../classes/es-register.php:740
95
+ msgid "Not interested."
96
  msgstr ""
97
 
98
  #: ../notification/notification-add.php:33
423
  msgid "Medium Size"
424
  msgstr "Tamanho Médio"
425
 
426
+ #: ../settings/settings-edit.php:123 ../classes/es-register.php:842
427
  msgid "Thumbnail"
428
  msgstr "Miniatura"
429
 
452
  "Esta opção deve ser definida como SIM."
453
 
454
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
455
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1111
456
  msgid "YES"
457
  msgstr "SIM"
458
 
459
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
460
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1112
461
  msgid "NO"
462
  msgstr "NÃO"
463
 
870
  msgstr "Exibir Relatórios"
871
 
872
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
873
+ #: classes/es-register.php:890
874
  msgid "Preview"
875
  msgstr "Visualizar"
876
 
1074
  msgid "To send confirmation email, please change the Opt-in option to Double Opt In."
1075
  msgstr "Para enviar e-mail de confirmação, altere a opção Opt-In para Opt-In Duplo."
1076
 
 
 
 
 
 
1077
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1078
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1079
  #: subscriber-show.php:217
1114
  msgid "Email Address"
1115
  msgstr "Endereço de e-mail"
1116
 
1117
+ #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1053 ..
1118
  #: classes/es-loadwidget.php:28
1119
  msgid "Name"
1120
  msgstr "Nome"
1408
  msgid "Get more help and tips..."
1409
  msgstr "Obtenha mais ajuda e dicas..."
1410
 
1411
+ #: ../help/help.php:183 ../classes/es-register.php:1063 ../classes/es-loadwidget.
1412
  #: php:38
1413
  msgid "Subscribe"
1414
  msgstr "Inscrever"
1857
  msgstr "<span style=\"color:#993399;\">Imediatamente</span>"
1858
 
1859
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1860
+ #: register.php:802
1861
  msgid "Email Subscribers"
1862
  msgstr "Email Subscribers"
1863
 
1864
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
1865
+ #: register.php:790 ../classes/es-register.php:791 ../classes/es-register.php:796
1866
  msgid "Templates"
1867
  msgstr "Modelos"
1868
 
2109
  msgid "There was a problem with the request"
2110
  msgstr "Houve um problema com o pedido"
2111
 
2112
+ #: ../classes/es-register.php:767
 
 
 
 
 
2113
  msgid ""
2114
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2115
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2121
  "org/support/plugin/email-subscribers/reviews/?filter=5#new-post\">&#9733;"
2122
  "&#9733;&#9733;&#9733;&#9733;</a> avaliação. Um enorme obrigado do Icegram!"
2123
 
2124
+ #: ../classes/es-register.php:781
2125
  #, php-format
2126
  msgid "Email Subscribers version: <strong>%s</strong>"
2127
  msgstr "Email Subscribers versão: <strong>%s</strong>"
2128
 
2129
+ #: ../classes/es-register.php:792 ../classes/es-register.php:793
2130
  msgid "Add new Template"
2131
  msgstr "Adicionar Novo Modelo"
2132
 
2133
+ #: ../classes/es-register.php:794
2134
  msgid "Edit Templates"
2135
  msgstr "Editar Modelos"
2136
 
2137
+ #: ../classes/es-register.php:795
2138
  msgid "New Templates"
2139
  msgstr "Novos Modelos"
2140
 
2141
+ #: ../classes/es-register.php:797
2142
  msgid "View Templates"
2143
  msgstr "Exibir Modelos"
2144
 
2145
+ #: ../classes/es-register.php:798
2146
  msgid "Search Templates"
2147
  msgstr "Procurar Modelos"
2148
 
2149
+ #: ../classes/es-register.php:799
2150
  msgid "No Templates found"
2151
  msgstr "Nenhum Modelo encontrado"
2152
 
2153
+ #: ../classes/es-register.php:800
2154
  msgid "No Templates found in Trash"
2155
  msgstr "Nenhum Modelo encontrado na Lixeira"
2156
 
2157
+ #: ../classes/es-register.php:803
2158
  msgid "Thumbnail (For Visual Representation only)"
2159
  msgstr "Miniaturas (Para Representação Visual apenas)"
2160
 
2161
+ #: ../classes/es-register.php:804
2162
  msgid "Set thumbnail"
2163
  msgstr "Definir miniatura"
2164
 
2165
+ #: ../classes/es-register.php:841
2166
  msgid "Template Type"
2167
  msgstr "Tipo de Modelo"
2168
 
2169
+ #: ../classes/es-register.php:907
2170
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
2171
  msgstr "Palavra-chave disponível para Notificação de Postagem: {{POSTTITLE}}"
2172
 
2173
+ #: ../classes/es-register.php:910
2174
  msgid "Select your Email Template Type"
2175
  msgstr "Selecione o seu Tipo de Modelo de E-mail"
2176
 
2177
+ #: ../classes/es-register.php:912
2178
  msgid "Newsletter"
2179
  msgstr "Newsletter"
2180
 
2181
+ #: ../classes/es-register.php:913
2182
  msgid "Post Notification"
2183
  msgstr "Notificação de Postagem"
2184
 
2185
+ #: ../classes/es-register.php:960
2186
  msgid "Preview Template"
2187
  msgstr "Visualização do Modelo"
2188
 
2189
+ #: ../classes/es-register.php:974
2190
  #, php-format
2191
  msgid ""
2192
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
2197
  "{{POSTTITLE}}, {{POSTLINK}}, {{POSTIMAGE}}, {{POSTDESC}}, {{POSTAUTHOR}}, "
2198
  "{{POSTLINK-WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
2199
 
2200
+ #: ../classes/es-register.php:974
2201
  msgid "Available Keywords"
2202
  msgstr "Palavras-chave disponíveis"
2203
 
2204
+ #: ../classes/es-register.php:975
2205
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
2206
  msgstr "<br/><br/>Palavras-chave disponíveis para Newsletter: {{NAME}}, {{EMAIL}}"
2207
 
2208
+ #: ../classes/es-register.php:1058 ../classes/es-loadwidget.php:33
2209
  msgid "Email *"
2210
  msgstr "E-mail *"
2211
 
2212
+ #: ../classes/es-register.php:1101
2213
  msgid "Widget Title"
2214
  msgstr "Título do Widget"
2215
 
2216
+ #: ../classes/es-register.php:1105
2217
  msgid "Short description about subscription form"
2218
  msgstr "Breve descrição sobre o formulário de inscrição"
2219
 
2220
+ #: ../classes/es-register.php:1109
2221
  msgid "Display Name Field"
2222
  msgstr "Exibir Campo do Nome"
2223
 
2224
+ #: ../classes/es-register.php:1116
2225
  msgid "Subscriber Group"
2226
  msgstr "Grupo do Assinante"
languages/email-subscribers-sv_SE.mo CHANGED
Binary file
languages/email-subscribers-sv_SE.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Email Subscribers & Newsletters 3.4.5\n"
4
  "Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Fri Dec 15 2017 12:24:41 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -256,6 +256,11 @@ msgid ""
256
  "a slight variation on how your customer will view the email content."
257
  msgstr ""
258
 
 
 
 
 
 
259
  #: ../subscribers/view-subscriber-show.php:256
260
  msgid "Total Subscribers: "
261
  msgstr ""
@@ -556,7 +561,7 @@ msgid "Email sent successfully. "
556
  msgstr ""
557
 
558
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
559
- #: register.php:805 ../classes/es-register.php:806 ../classes/es-register.php:811
560
  msgid "Templates"
561
  msgstr ""
562
 
@@ -576,84 +581,78 @@ msgctxt "notification-enhanced-select"
576
  msgid "Please select notification mail subject. Use templates menu to create new."
577
  msgstr ""
578
 
579
- #: ../classes/es-register.php:704 ../classes/es-register.php:761
580
- msgctxt "timezone date format"
581
- msgid "Y-m-d"
582
- msgstr ""
583
-
584
- #: ../classes/es-register.php:746
585
  msgid ""
586
- "Compose is now changed to <b>Templates</b> and Keyword structure has been "
587
- "simplified. All your previously created templates and keywords have been "
588
- "automatically updated to the new structure.<br>"
589
  msgstr ""
590
 
591
- #: ../classes/es-register.php:747
592
- msgid "Check all the changes&nbsp;&nbsp;"
593
  msgstr ""
594
 
595
- #: ../classes/es-register.php:747
596
- msgid "No thanks, I know about it already."
597
  msgstr ""
598
 
599
- #: ../classes/es-register.php:796
600
  #, php-format
601
  msgid "Email Subscribers version: <strong>%s</strong>"
602
  msgstr ""
603
 
604
- #: ../classes/es-register.php:807 ../classes/es-register.php:808
605
  msgid "Add new Template"
606
  msgstr ""
607
 
608
- #: ../classes/es-register.php:809
609
  msgid "Edit Templates"
610
  msgstr ""
611
 
612
- #: ../classes/es-register.php:810
613
  msgid "New Templates"
614
  msgstr ""
615
 
616
- #: ../classes/es-register.php:812
617
  msgid "View Templates"
618
  msgstr ""
619
 
620
- #: ../classes/es-register.php:813
621
  msgid "Search Templates"
622
  msgstr ""
623
 
624
- #: ../classes/es-register.php:814
625
  msgid "No Templates found"
626
  msgstr ""
627
 
628
- #: ../classes/es-register.php:815
629
  msgid "No Templates found in Trash"
630
  msgstr ""
631
 
632
- #: ../classes/es-register.php:818
633
  msgid "Thumbnail (For Visual Representation only)"
634
  msgstr ""
635
 
636
- #: ../classes/es-register.php:819
637
  msgid "Set thumbnail"
638
  msgstr ""
639
 
640
- #: ../classes/es-register.php:856
641
  msgid "Template Type"
642
  msgstr ""
643
 
644
- #: ../classes/es-register.php:922
645
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
646
  msgstr ""
647
 
648
- #: ../classes/es-register.php:925
649
  msgid "Select your Email Template Type"
650
  msgstr ""
651
 
652
- #: ../classes/es-register.php:975
653
  msgid "Preview Template"
654
  msgstr ""
655
 
656
- #: ../classes/es-register.php:989
657
  #, php-format
658
  msgid ""
659
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
@@ -661,7 +660,7 @@ msgid ""
661
  "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
662
  msgstr ""
663
 
664
- #: ../classes/es-register.php:990
665
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
666
  msgstr ""
667
 
@@ -946,7 +945,7 @@ msgstr "Full storlek"
946
  msgid "Medium Size"
947
  msgstr "Mediumstorlek"
948
 
949
- #: ../settings/settings-edit.php:123 ../classes/es-register.php:857
950
  msgid "Thumbnail"
951
  msgstr "Thumbnail"
952
 
@@ -969,12 +968,12 @@ msgid ""
969
  msgstr "För att få notifieringar vid nya prenumeranter måste denna sättas till JA"
970
 
971
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
972
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1126
973
  msgid "YES"
974
  msgstr "JA"
975
 
976
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
977
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1127
978
  msgid "NO"
979
  msgstr "NEJ"
980
 
@@ -1147,7 +1146,7 @@ msgid "View Reports"
1147
  msgstr "Läs rapporter"
1148
 
1149
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1150
- #: classes/es-register.php:905
1151
  msgid "Preview"
1152
  msgstr "Granska"
1153
 
@@ -1349,11 +1348,6 @@ msgstr "Post raderad"
1349
  msgid "To send confirmation email, please change the Opt-in option to Double Opt In."
1350
  msgstr "För att sända bekräftelsemail, ändra Opt-In till Double Opt In."
1351
 
1352
- #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
1353
- #: php:134
1354
- msgid "Confirmation emails Resent Successfully."
1355
- msgstr "Bekräftelsemail har just sänts"
1356
-
1357
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1358
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1359
  #: subscriber-show.php:217
@@ -1394,7 +1388,7 @@ msgstr "Aktiva prenumeranter: %s"
1394
  msgid "Email Address"
1395
  msgstr "E-postadress"
1396
 
1397
- #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1068 ..
1398
  #: classes/es-loadwidget.php:28
1399
  msgid "Name"
1400
  msgstr "Namn"
@@ -1654,7 +1648,7 @@ msgstr "Välkommen till Email Subscribers!"
1654
  msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1655
  msgstr "Tack för att du installerar och vi hoppas du ska uppskatta Email Subscribers"
1656
 
1657
- #: ../help/help.php:183 ../classes/es-register.php:1078 ../classes/es-loadwidget.
1658
  #: php:38
1659
  msgid "Subscribe"
1660
  msgstr "Prenumerera"
@@ -1826,7 +1820,7 @@ msgid "<span style=\"color:#993399;\">Immediately</span>"
1826
  msgstr "<span style=\"color:#993399;\">Omgående</span>"
1827
 
1828
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1829
- #: register.php:817
1830
  msgid "Email Subscribers"
1831
  msgstr "Email Subscribers"
1832
 
@@ -2067,7 +2061,7 @@ msgctxt "widget-page-enhanced-select"
2067
  msgid "There was a problem with the request"
2068
  msgstr "Din beställning stötte på ett oväntat problem."
2069
 
2070
- #: ../classes/es-register.php:782
2071
  msgid ""
2072
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2073
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
@@ -2079,34 +2073,34 @@ msgstr ""
2079
  "subscribers/reviews/?filter=5#new-post\">★★★★★</a> betyg. Ett stort tack från "
2080
  "Icegram i förväg!"
2081
 
2082
- #: ../classes/es-register.php:927
2083
  msgid "Newsletter"
2084
  msgstr "Nyhetsbrev"
2085
 
2086
- #: ../classes/es-register.php:928
2087
  msgid "Post Notification"
2088
  msgstr "Post notiifiering"
2089
 
2090
- #: ../classes/es-register.php:989
2091
  msgid "Available Keywords"
2092
  msgstr "Tillgängliga nyckelord"
2093
 
2094
- #: ../classes/es-register.php:1073 ../classes/es-loadwidget.php:33
2095
  msgid "Email *"
2096
  msgstr "E-post *"
2097
 
2098
- #: ../classes/es-register.php:1116
2099
  msgid "Widget Title"
2100
  msgstr "Widget titel"
2101
 
2102
- #: ../classes/es-register.php:1120
2103
  msgid "Short description about subscription form"
2104
  msgstr "Kort beskrivning av prenumerationsformulär"
2105
 
2106
- #: ../classes/es-register.php:1124
2107
  msgid "Display Name Field"
2108
  msgstr "Visa Namnfältet"
2109
 
2110
- #: ../classes/es-register.php:1131
2111
  msgid "Subscriber Group"
2112
  msgstr "Prenumerantgrupp"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Email Subscribers & Newsletters 3.4.7\n"
4
  "Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Tue Jan 16 2018 12:38:07 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
256
  "a slight variation on how your customer will view the email content."
257
  msgstr ""
258
 
259
+ #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
260
+ #: php:134
261
+ msgid "Confirmation emails resent successfully."
262
+ msgstr ""
263
+
264
  #: ../subscribers/view-subscriber-show.php:256
265
  msgid "Total Subscribers: "
266
  msgstr ""
561
  msgstr ""
562
 
563
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
564
+ #: register.php:790 ../classes/es-register.php:791 ../classes/es-register.php:796
565
  msgid "Templates"
566
  msgstr ""
567
 
581
  msgid "Please select notification mail subject. Use templates menu to create new."
582
  msgstr ""
583
 
584
+ #: ../classes/es-register.php:739
 
 
 
 
 
585
  msgid ""
586
+ "<b>Want readymade email templates?</b> Also want to <b>clean your "
587
+ "subscribers list?</b> Come check our Pro plan."
 
588
  msgstr ""
589
 
590
+ #: ../classes/es-register.php:740
591
+ msgid "Check Pro plan&nbsp;&nbsp;"
592
  msgstr ""
593
 
594
+ #: ../classes/es-register.php:740
595
+ msgid "Not interested."
596
  msgstr ""
597
 
598
+ #: ../classes/es-register.php:781
599
  #, php-format
600
  msgid "Email Subscribers version: <strong>%s</strong>"
601
  msgstr ""
602
 
603
+ #: ../classes/es-register.php:792 ../classes/es-register.php:793
604
  msgid "Add new Template"
605
  msgstr ""
606
 
607
+ #: ../classes/es-register.php:794
608
  msgid "Edit Templates"
609
  msgstr ""
610
 
611
+ #: ../classes/es-register.php:795
612
  msgid "New Templates"
613
  msgstr ""
614
 
615
+ #: ../classes/es-register.php:797
616
  msgid "View Templates"
617
  msgstr ""
618
 
619
+ #: ../classes/es-register.php:798
620
  msgid "Search Templates"
621
  msgstr ""
622
 
623
+ #: ../classes/es-register.php:799
624
  msgid "No Templates found"
625
  msgstr ""
626
 
627
+ #: ../classes/es-register.php:800
628
  msgid "No Templates found in Trash"
629
  msgstr ""
630
 
631
+ #: ../classes/es-register.php:803
632
  msgid "Thumbnail (For Visual Representation only)"
633
  msgstr ""
634
 
635
+ #: ../classes/es-register.php:804
636
  msgid "Set thumbnail"
637
  msgstr ""
638
 
639
+ #: ../classes/es-register.php:841
640
  msgid "Template Type"
641
  msgstr ""
642
 
643
+ #: ../classes/es-register.php:907
644
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
645
  msgstr ""
646
 
647
+ #: ../classes/es-register.php:910
648
  msgid "Select your Email Template Type"
649
  msgstr ""
650
 
651
+ #: ../classes/es-register.php:960
652
  msgid "Preview Template"
653
  msgstr ""
654
 
655
+ #: ../classes/es-register.php:974
656
  #, php-format
657
  msgid ""
658
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
660
  "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
661
  msgstr ""
662
 
663
+ #: ../classes/es-register.php:975
664
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
665
  msgstr ""
666
 
945
  msgid "Medium Size"
946
  msgstr "Mediumstorlek"
947
 
948
+ #: ../settings/settings-edit.php:123 ../classes/es-register.php:842
949
  msgid "Thumbnail"
950
  msgstr "Thumbnail"
951
 
968
  msgstr "För att få notifieringar vid nya prenumeranter måste denna sättas till JA"
969
 
970
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
971
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1111
972
  msgid "YES"
973
  msgstr "JA"
974
 
975
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
976
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1112
977
  msgid "NO"
978
  msgstr "NEJ"
979
 
1146
  msgstr "Läs rapporter"
1147
 
1148
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1149
+ #: classes/es-register.php:890
1150
  msgid "Preview"
1151
  msgstr "Granska"
1152
 
1348
  msgid "To send confirmation email, please change the Opt-in option to Double Opt In."
1349
  msgstr "För att sända bekräftelsemail, ändra Opt-In till Double Opt In."
1350
 
 
 
 
 
 
1351
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1352
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1353
  #: subscriber-show.php:217
1388
  msgid "Email Address"
1389
  msgstr "E-postadress"
1390
 
1391
+ #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1053 ..
1392
  #: classes/es-loadwidget.php:28
1393
  msgid "Name"
1394
  msgstr "Namn"
1648
  msgid "Thanks for installing and we hope you will enjoy using Email Subscribers."
1649
  msgstr "Tack för att du installerar och vi hoppas du ska uppskatta Email Subscribers"
1650
 
1651
+ #: ../help/help.php:183 ../classes/es-register.php:1063 ../classes/es-loadwidget.
1652
  #: php:38
1653
  msgid "Subscribe"
1654
  msgstr "Prenumerera"
1820
  msgstr "<span style=\"color:#993399;\">Omgående</span>"
1821
 
1822
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1823
+ #: register.php:802
1824
  msgid "Email Subscribers"
1825
  msgstr "Email Subscribers"
1826
 
2061
  msgid "There was a problem with the request"
2062
  msgstr "Din beställning stötte på ett oväntat problem."
2063
 
2064
+ #: ../classes/es-register.php:767
2065
  msgid ""
2066
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2067
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2073
  "subscribers/reviews/?filter=5#new-post\">★★★★★</a> betyg. Ett stort tack från "
2074
  "Icegram i förväg!"
2075
 
2076
+ #: ../classes/es-register.php:912
2077
  msgid "Newsletter"
2078
  msgstr "Nyhetsbrev"
2079
 
2080
+ #: ../classes/es-register.php:913
2081
  msgid "Post Notification"
2082
  msgstr "Post notiifiering"
2083
 
2084
+ #: ../classes/es-register.php:974
2085
  msgid "Available Keywords"
2086
  msgstr "Tillgängliga nyckelord"
2087
 
2088
+ #: ../classes/es-register.php:1058 ../classes/es-loadwidget.php:33
2089
  msgid "Email *"
2090
  msgstr "E-post *"
2091
 
2092
+ #: ../classes/es-register.php:1101
2093
  msgid "Widget Title"
2094
  msgstr "Widget titel"
2095
 
2096
+ #: ../classes/es-register.php:1105
2097
  msgid "Short description about subscription form"
2098
  msgstr "Kort beskrivning av prenumerationsformulär"
2099
 
2100
+ #: ../classes/es-register.php:1109
2101
  msgid "Display Name Field"
2102
  msgstr "Visa Namnfältet"
2103
 
2104
+ #: ../classes/es-register.php:1116
2105
  msgid "Subscriber Group"
2106
  msgstr "Prenumerantgrupp"
languages/email-subscribers-tr_TR.mo CHANGED
Binary file
languages/email-subscribers-tr_TR.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Email Subscribers & Newsletters 3.4.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
- "PO-Revision-Date: Fri Dec 15 2017 12:23:54 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
@@ -256,6 +256,11 @@ msgid ""
256
  "a slight variation on how your customer will view the email content."
257
  msgstr ""
258
 
 
 
 
 
 
259
  #: ../subscribers/view-subscriber-show.php:256
260
  msgid "Total Subscribers: "
261
  msgstr ""
@@ -556,7 +561,7 @@ msgid "Email sent successfully. "
556
  msgstr ""
557
 
558
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
559
- #: register.php:805 ../classes/es-register.php:806 ../classes/es-register.php:811
560
  msgid "Templates"
561
  msgstr ""
562
 
@@ -576,84 +581,78 @@ msgctxt "notification-enhanced-select"
576
  msgid "Please select notification mail subject. Use templates menu to create new."
577
  msgstr ""
578
 
579
- #: ../classes/es-register.php:704 ../classes/es-register.php:761
580
- msgctxt "timezone date format"
581
- msgid "Y-m-d"
582
- msgstr ""
583
-
584
- #: ../classes/es-register.php:746
585
  msgid ""
586
- "Compose is now changed to <b>Templates</b> and Keyword structure has been "
587
- "simplified. All your previously created templates and keywords have been "
588
- "automatically updated to the new structure.<br>"
589
  msgstr ""
590
 
591
- #: ../classes/es-register.php:747
592
- msgid "Check all the changes&nbsp;&nbsp;"
593
  msgstr ""
594
 
595
- #: ../classes/es-register.php:747
596
- msgid "No thanks, I know about it already."
597
  msgstr ""
598
 
599
- #: ../classes/es-register.php:796
600
  #, php-format
601
  msgid "Email Subscribers version: <strong>%s</strong>"
602
  msgstr ""
603
 
604
- #: ../classes/es-register.php:807 ../classes/es-register.php:808
605
  msgid "Add new Template"
606
  msgstr ""
607
 
608
- #: ../classes/es-register.php:809
609
  msgid "Edit Templates"
610
  msgstr ""
611
 
612
- #: ../classes/es-register.php:810
613
  msgid "New Templates"
614
  msgstr ""
615
 
616
- #: ../classes/es-register.php:812
617
  msgid "View Templates"
618
  msgstr ""
619
 
620
- #: ../classes/es-register.php:813
621
  msgid "Search Templates"
622
  msgstr ""
623
 
624
- #: ../classes/es-register.php:814
625
  msgid "No Templates found"
626
  msgstr ""
627
 
628
- #: ../classes/es-register.php:815
629
  msgid "No Templates found in Trash"
630
  msgstr ""
631
 
632
- #: ../classes/es-register.php:818
633
  msgid "Thumbnail (For Visual Representation only)"
634
  msgstr ""
635
 
636
- #: ../classes/es-register.php:819
637
  msgid "Set thumbnail"
638
  msgstr ""
639
 
640
- #: ../classes/es-register.php:856
641
  msgid "Template Type"
642
  msgstr ""
643
 
644
- #: ../classes/es-register.php:922
645
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
646
  msgstr ""
647
 
648
- #: ../classes/es-register.php:925
649
  msgid "Select your Email Template Type"
650
  msgstr ""
651
 
652
- #: ../classes/es-register.php:975
653
  msgid "Preview Template"
654
  msgstr ""
655
 
656
- #: ../classes/es-register.php:989
657
  #, php-format
658
  msgid ""
659
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
@@ -661,7 +660,7 @@ msgid ""
661
  "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
662
  msgstr ""
663
 
664
- #: ../classes/es-register.php:990
665
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
666
  msgstr ""
667
 
@@ -945,7 +944,7 @@ msgstr "Tam Boy"
945
  msgid "Medium Size"
946
  msgstr "Orta Boy"
947
 
948
- #: ../settings/settings-edit.php:123 ../classes/es-register.php:857
949
  msgid "Thumbnail"
950
  msgstr "Küçük Boy"
951
 
@@ -968,12 +967,12 @@ msgstr ""
968
  "EVET olarak ayarlanmalı."
969
 
970
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
971
- #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1126
972
  msgid "YES"
973
  msgstr "EVET"
974
 
975
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
976
- #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1127
977
  msgid "NO"
978
  msgstr "HAYIR"
979
 
@@ -1146,7 +1145,7 @@ msgid "View Reports"
1146
  msgstr "Raporlara Gözat"
1147
 
1148
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1149
- #: classes/es-register.php:905
1150
  msgid "Preview"
1151
  msgstr "Önizleme"
1152
 
@@ -1352,11 +1351,6 @@ msgstr ""
1352
  "Onay e-postası göndermek için lütfen onay gönderim seçeneğini Çift Onay "
1353
  "olarak değiştirin."
1354
 
1355
- #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
1356
- #: php:134
1357
- msgid "Confirmation emails Resent Successfully."
1358
- msgstr "Onay e-postası başarılı bir şekilde tekrar gönderildi."
1359
-
1360
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1361
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1362
  #: subscriber-show.php:217
@@ -1399,7 +1393,7 @@ msgstr "Aktif Aboneler: %s"
1399
  msgid "Email Address"
1400
  msgstr "E-posta Adresi"
1401
 
1402
- #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1068 ..
1403
  #: classes/es-loadwidget.php:28
1404
  msgid "Name"
1405
  msgstr "Adınız"
@@ -1665,7 +1659,7 @@ msgstr ""
1665
  "Email Subscribers yüklediğiniz için teşekkür ederiz ve iyi vakit geçirmenizi "
1666
  "temenni ederiz."
1667
 
1668
- #: ../help/help.php:183 ../classes/es-register.php:1078 ../classes/es-loadwidget.
1669
  #: php:38
1670
  msgid "Subscribe"
1671
  msgstr "Üye Ol"
@@ -1841,7 +1835,7 @@ msgstr "<span style=\"color:#993399;\">Acilen</span>"
1841
 
1842
  #. Name of the plugin
1843
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1844
- #: register.php:817
1845
  msgid "Email Subscribers"
1846
  msgstr "Email Subscribers"
1847
 
@@ -2084,7 +2078,7 @@ msgctxt "widget-page-enhanced-select"
2084
  msgid "There was a problem with the request"
2085
  msgstr "İstekle ilgili bir problem vardı"
2086
 
2087
- #: ../classes/es-register.php:782
2088
  msgid ""
2089
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2090
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
@@ -2096,34 +2090,34 @@ msgstr ""
2096
  "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2097
  "</a> ile puanlarınızı bildiriniz. Icegram'dan şimdiden kocaman teşekkürler..."
2098
 
2099
- #: ../classes/es-register.php:927
2100
  msgid "Newsletter"
2101
  msgstr "Bülten"
2102
 
2103
- #: ../classes/es-register.php:928
2104
  msgid "Post Notification"
2105
  msgstr "Gönderi Bildirimi"
2106
 
2107
- #: ../classes/es-register.php:989
2108
  msgid "Available Keywords"
2109
  msgstr "Mevcut Anahtar Kelimeler"
2110
 
2111
- #: ../classes/es-register.php:1073 ../classes/es-loadwidget.php:33
2112
  msgid "Email *"
2113
  msgstr "E-posta Adresiniz*"
2114
 
2115
- #: ../classes/es-register.php:1116
2116
  msgid "Widget Title"
2117
  msgstr "Bileşen Adı"
2118
 
2119
- #: ../classes/es-register.php:1120
2120
  msgid "Short description about subscription form"
2121
  msgstr "Abone formu hakkında kısa açıklama"
2122
 
2123
- #: ../classes/es-register.php:1124
2124
  msgid "Display Name Field"
2125
  msgstr "İsim Alanını Göster"
2126
 
2127
- #: ../classes/es-register.php:1131
2128
  msgid "Subscriber Group"
2129
  msgstr "Abone Grubu"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Email Subscribers & Newsletters 3.4.7\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
6
+ "PO-Revision-Date: Tue Jan 16 2018 12:37:23 GMT+0530 (IST)\n"
7
  "Last-Translator: admin <mansi.shah@appsmagnet.com>\n"
8
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
9
  "com>\n"
256
  "a slight variation on how your customer will view the email content."
257
  msgstr ""
258
 
259
+ #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
260
+ #: php:134
261
+ msgid "Confirmation emails resent successfully."
262
+ msgstr ""
263
+
264
  #: ../subscribers/view-subscriber-show.php:256
265
  msgid "Total Subscribers: "
266
  msgstr ""
561
  msgstr ""
562
 
563
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
564
+ #: register.php:790 ../classes/es-register.php:791 ../classes/es-register.php:796
565
  msgid "Templates"
566
  msgstr ""
567
 
581
  msgid "Please select notification mail subject. Use templates menu to create new."
582
  msgstr ""
583
 
584
+ #: ../classes/es-register.php:739
 
 
 
 
 
585
  msgid ""
586
+ "<b>Want readymade email templates?</b> Also want to <b>clean your "
587
+ "subscribers list?</b> Come check our Pro plan."
 
588
  msgstr ""
589
 
590
+ #: ../classes/es-register.php:740
591
+ msgid "Check Pro plan&nbsp;&nbsp;"
592
  msgstr ""
593
 
594
+ #: ../classes/es-register.php:740
595
+ msgid "Not interested."
596
  msgstr ""
597
 
598
+ #: ../classes/es-register.php:781
599
  #, php-format
600
  msgid "Email Subscribers version: <strong>%s</strong>"
601
  msgstr ""
602
 
603
+ #: ../classes/es-register.php:792 ../classes/es-register.php:793
604
  msgid "Add new Template"
605
  msgstr ""
606
 
607
+ #: ../classes/es-register.php:794
608
  msgid "Edit Templates"
609
  msgstr ""
610
 
611
+ #: ../classes/es-register.php:795
612
  msgid "New Templates"
613
  msgstr ""
614
 
615
+ #: ../classes/es-register.php:797
616
  msgid "View Templates"
617
  msgstr ""
618
 
619
+ #: ../classes/es-register.php:798
620
  msgid "Search Templates"
621
  msgstr ""
622
 
623
+ #: ../classes/es-register.php:799
624
  msgid "No Templates found"
625
  msgstr ""
626
 
627
+ #: ../classes/es-register.php:800
628
  msgid "No Templates found in Trash"
629
  msgstr ""
630
 
631
+ #: ../classes/es-register.php:803
632
  msgid "Thumbnail (For Visual Representation only)"
633
  msgstr ""
634
 
635
+ #: ../classes/es-register.php:804
636
  msgid "Set thumbnail"
637
  msgstr ""
638
 
639
+ #: ../classes/es-register.php:841
640
  msgid "Template Type"
641
  msgstr ""
642
 
643
+ #: ../classes/es-register.php:907
644
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
645
  msgstr ""
646
 
647
+ #: ../classes/es-register.php:910
648
  msgid "Select your Email Template Type"
649
  msgstr ""
650
 
651
+ #: ../classes/es-register.php:960
652
  msgid "Preview Template"
653
  msgstr ""
654
 
655
+ #: ../classes/es-register.php:974
656
  #, php-format
657
  msgid ""
658
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
660
  "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
661
  msgstr ""
662
 
663
+ #: ../classes/es-register.php:975
664
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
665
  msgstr ""
666
 
944
  msgid "Medium Size"
945
  msgstr "Orta Boy"
946
 
947
+ #: ../settings/settings-edit.php:123 ../classes/es-register.php:842
948
  msgid "Thumbnail"
949
  msgstr "Küçük Boy"
950
 
967
  "EVET olarak ayarlanmalı."
968
 
969
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
970
+ #: subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1111
971
  msgid "YES"
972
  msgstr "EVET"
973
 
974
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
975
+ #: subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1112
976
  msgid "NO"
977
  msgstr "HAYIR"
978
 
1145
  msgstr "Raporlara Gözat"
1146
 
1147
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
1148
+ #: classes/es-register.php:890
1149
  msgid "Preview"
1150
  msgstr "Önizleme"
1151
 
1351
  "Onay e-postası göndermek için lütfen onay gönderim seçeneğini Çift Onay "
1352
  "olarak değiştirin."
1353
 
 
 
 
 
 
1354
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
1355
  #: show.php:139 ../subscribers/view-subscriber-show.php:178 ../subscribers/view-
1356
  #: subscriber-show.php:217
1393
  msgid "Email Address"
1394
  msgstr "E-posta Adresi"
1395
 
1396
+ #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1053 ..
1397
  #: classes/es-loadwidget.php:28
1398
  msgid "Name"
1399
  msgstr "Adınız"
1659
  "Email Subscribers yüklediğiniz için teşekkür ederiz ve iyi vakit geçirmenizi "
1660
  "temenni ederiz."
1661
 
1662
+ #: ../help/help.php:183 ../classes/es-register.php:1063 ../classes/es-loadwidget.
1663
  #: php:38
1664
  msgid "Subscribe"
1665
  msgstr "Üye Ol"
1835
 
1836
  #. Name of the plugin
1837
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1838
+ #: register.php:802
1839
  msgid "Email Subscribers"
1840
  msgstr "Email Subscribers"
1841
 
2078
  msgid "There was a problem with the request"
2079
  msgstr "İstekle ilgili bir problem vardı"
2080
 
2081
+ #: ../classes/es-register.php:767
2082
  msgid ""
2083
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
2084
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
2090
  "subscribers/reviews/?filter=5#new-post\">&#9733;&#9733;&#9733;&#9733;&#9733;"
2091
  "</a> ile puanlarınızı bildiriniz. Icegram'dan şimdiden kocaman teşekkürler..."
2092
 
2093
+ #: ../classes/es-register.php:912
2094
  msgid "Newsletter"
2095
  msgstr "Bülten"
2096
 
2097
+ #: ../classes/es-register.php:913
2098
  msgid "Post Notification"
2099
  msgstr "Gönderi Bildirimi"
2100
 
2101
+ #: ../classes/es-register.php:974
2102
  msgid "Available Keywords"
2103
  msgstr "Mevcut Anahtar Kelimeler"
2104
 
2105
+ #: ../classes/es-register.php:1058 ../classes/es-loadwidget.php:33
2106
  msgid "Email *"
2107
  msgstr "E-posta Adresiniz*"
2108
 
2109
+ #: ../classes/es-register.php:1101
2110
  msgid "Widget Title"
2111
  msgstr "Bileşen Adı"
2112
 
2113
+ #: ../classes/es-register.php:1105
2114
  msgid "Short description about subscription form"
2115
  msgstr "Abone formu hakkında kısa açıklama"
2116
 
2117
+ #: ../classes/es-register.php:1109
2118
  msgid "Display Name Field"
2119
  msgstr "İsim Alanını Göster"
2120
 
2121
+ #: ../classes/es-register.php:1116
2122
  msgid "Subscriber Group"
2123
  msgstr "Abone Grubu"
languages/email-subscribers.pot CHANGED
@@ -2,10 +2,10 @@
2
  #, fuzzy
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Email Subscribers & Newsletters 3.4.5\n"
6
  "Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
7
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
8
- "POT-Revision-Date: Fri Dec 15 2017 12:19:05 GMT+0530 (IST)\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
  "Last-Translator: Ratnakar Dubey <ratnakar.dubey@storeapps.org>\n"
11
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
@@ -346,7 +346,7 @@ msgstr ""
346
  msgid "Medium Size"
347
  msgstr ""
348
 
349
- #: ../settings/settings-edit.php:123 ../classes/es-register.php:857
350
  msgid "Thumbnail"
351
  msgstr ""
352
 
@@ -371,12 +371,12 @@ msgid ""
371
  msgstr ""
372
 
373
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
374
- #: /subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1126
375
  msgid "YES"
376
  msgstr ""
377
 
378
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
379
- #: /subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1127
380
  msgid "NO"
381
  msgstr ""
382
 
@@ -725,7 +725,7 @@ msgid "View Reports"
725
  msgstr ""
726
 
727
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
728
- #: /classes/es-register.php:905
729
  msgid "Preview"
730
  msgstr ""
731
 
@@ -927,7 +927,7 @@ msgstr ""
927
 
928
  #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
929
  #: php:134
930
- msgid "Confirmation emails Resent Successfully."
931
  msgstr ""
932
 
933
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
@@ -974,7 +974,7 @@ msgstr ""
974
  msgid "Email Address"
975
  msgstr ""
976
 
977
- #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1068 ..
978
  #: /classes/es-loadwidget.php:28
979
  msgid "Name"
980
  msgstr ""
@@ -1259,7 +1259,7 @@ msgstr ""
1259
  msgid "Get more help and tips..."
1260
  msgstr ""
1261
 
1262
- #: ../help/help.php:183 ../classes/es-register.php:1078 ../classes/es-loadwidget.
1263
  #: php:38
1264
  msgid "Subscribe"
1265
  msgstr ""
@@ -1696,12 +1696,12 @@ msgid "<span style=\"color:#993399;\">Immediately</span>"
1696
  msgstr ""
1697
 
1698
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1699
- #: register.php:817
1700
  msgid "Email Subscribers"
1701
  msgstr ""
1702
 
1703
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
1704
- #: register.php:805 ../classes/es-register.php:806 ../classes/es-register.php:811
1705
  msgid "Templates"
1706
  msgstr ""
1707
 
@@ -1950,27 +1950,21 @@ msgctxt "widget-page-enhanced-select"
1950
  msgid "There was a problem with the request"
1951
  msgstr ""
1952
 
1953
- #: ../classes/es-register.php:704 ../classes/es-register.php:761
1954
- msgctxt "timezone date format"
1955
- msgid "Y-m-d"
1956
- msgstr ""
1957
-
1958
- #: ../classes/es-register.php:746
1959
  msgid ""
1960
- "Compose is now changed to <b>Templates</b> and Keyword structure has been "
1961
- "simplified. All your previously created templates and keywords have been "
1962
- "automatically updated to the new structure.<br>"
1963
  msgstr ""
1964
 
1965
- #: ../classes/es-register.php:747
1966
- msgid "Check all the changes&nbsp;&nbsp;"
1967
  msgstr ""
1968
 
1969
- #: ../classes/es-register.php:747
1970
- msgid "No thanks, I know about it already."
1971
  msgstr ""
1972
 
1973
- #: ../classes/es-register.php:782
1974
  msgid ""
1975
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
1976
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
@@ -1978,72 +1972,72 @@ msgid ""
1978
  "</a> rating. A huge thank you from Icegram in advance!"
1979
  msgstr ""
1980
 
1981
- #: ../classes/es-register.php:796
1982
  #, php-format
1983
  msgid "Email Subscribers version: <strong>%s</strong>"
1984
  msgstr ""
1985
 
1986
- #: ../classes/es-register.php:807 ../classes/es-register.php:808
1987
  msgid "Add new Template"
1988
  msgstr ""
1989
 
1990
- #: ../classes/es-register.php:809
1991
  msgid "Edit Templates"
1992
  msgstr ""
1993
 
1994
- #: ../classes/es-register.php:810
1995
  msgid "New Templates"
1996
  msgstr ""
1997
 
1998
- #: ../classes/es-register.php:812
1999
  msgid "View Templates"
2000
  msgstr ""
2001
 
2002
- #: ../classes/es-register.php:813
2003
  msgid "Search Templates"
2004
  msgstr ""
2005
 
2006
- #: ../classes/es-register.php:814
2007
  msgid "No Templates found"
2008
  msgstr ""
2009
 
2010
- #: ../classes/es-register.php:815
2011
  msgid "No Templates found in Trash"
2012
  msgstr ""
2013
 
2014
- #: ../classes/es-register.php:818
2015
  msgid "Thumbnail (For Visual Representation only)"
2016
  msgstr ""
2017
 
2018
- #: ../classes/es-register.php:819
2019
  msgid "Set thumbnail"
2020
  msgstr ""
2021
 
2022
- #: ../classes/es-register.php:856
2023
  msgid "Template Type"
2024
  msgstr ""
2025
 
2026
- #: ../classes/es-register.php:922
2027
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
2028
  msgstr ""
2029
 
2030
- #: ../classes/es-register.php:925
2031
  msgid "Select your Email Template Type"
2032
  msgstr ""
2033
 
2034
- #: ../classes/es-register.php:927
2035
  msgid "Newsletter"
2036
  msgstr ""
2037
 
2038
- #: ../classes/es-register.php:928
2039
  msgid "Post Notification"
2040
  msgstr ""
2041
 
2042
- #: ../classes/es-register.php:975
2043
  msgid "Preview Template"
2044
  msgstr ""
2045
 
2046
- #: ../classes/es-register.php:989
2047
  #, php-format
2048
  msgid ""
2049
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
@@ -2051,30 +2045,30 @@ msgid ""
2051
  "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
2052
  msgstr ""
2053
 
2054
- #: ../classes/es-register.php:989
2055
  msgid "Available Keywords"
2056
  msgstr ""
2057
 
2058
- #: ../classes/es-register.php:990
2059
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
2060
  msgstr ""
2061
 
2062
- #: ../classes/es-register.php:1073 ../classes/es-loadwidget.php:33
2063
  msgid "Email *"
2064
  msgstr ""
2065
 
2066
- #: ../classes/es-register.php:1116
2067
  msgid "Widget Title"
2068
  msgstr ""
2069
 
2070
- #: ../classes/es-register.php:1120
2071
  msgid "Short description about subscription form"
2072
  msgstr ""
2073
 
2074
- #: ../classes/es-register.php:1124
2075
  msgid "Display Name Field"
2076
  msgstr ""
2077
 
2078
- #: ../classes/es-register.php:1131
2079
  msgid "Subscriber Group"
2080
  msgstr ""
2
  #, fuzzy
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Email Subscribers & Newsletters 3.4.7\n"
6
  "Report-Msgid-Bugs-To: https://www.icegram.com/contact/\n"
7
  "POT-Creation-Date: 2017-07-26 12:00:36+00:00\n"
8
+ "POT-Revision-Date: Tue Jan 16 2018 12:36:49 GMT+0530 (IST)\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
  "Last-Translator: Ratnakar Dubey <ratnakar.dubey@storeapps.org>\n"
11
  "Language-Team: StoreApps <support@storeapps.org>, Icegram <hello@icegram."
346
  msgid "Medium Size"
347
  msgstr ""
348
 
349
+ #: ../settings/settings-edit.php:123 ../classes/es-register.php:842
350
  msgid "Thumbnail"
351
  msgstr ""
352
 
371
  msgstr ""
372
 
373
  #: ../settings/settings-edit.php:142 ../settings/settings-edit.php:217 ..
374
+ #: /subscribers/view-subscriber-sync.php:107 ../classes/es-register.php:1111
375
  msgid "YES"
376
  msgstr ""
377
 
378
  #: ../settings/settings-edit.php:143 ../settings/settings-edit.php:218 ..
379
+ #: /subscribers/view-subscriber-sync.php:106 ../classes/es-register.php:1112
380
  msgid "NO"
381
  msgstr ""
382
 
725
  msgstr ""
726
 
727
  #: ../sentmail/sentmail-show.php:108 ../sentmail/sentmail-show.php:121 ..
728
+ #: /classes/es-register.php:890
729
  msgid "Preview"
730
  msgstr ""
731
 
927
 
928
  #: ../subscribers/view-subscriber-show.php:75 ../subscribers/view-subscriber-show.
929
  #: php:134
930
+ msgid "Confirmation emails resent successfully."
931
  msgstr ""
932
 
933
  #: ../subscribers/view-subscriber-show.php:100 ../subscribers/view-subscriber-
974
  msgid "Email Address"
975
  msgstr ""
976
 
977
+ #: ../subscribers/view-subscriber-show.php:289 ../classes/es-register.php:1053 ..
978
  #: /classes/es-loadwidget.php:28
979
  msgid "Name"
980
  msgstr ""
1259
  msgid "Get more help and tips..."
1260
  msgstr ""
1261
 
1262
+ #: ../help/help.php:183 ../classes/es-register.php:1063 ../classes/es-loadwidget.
1263
  #: php:38
1264
  msgid "Subscribe"
1265
  msgstr ""
1696
  msgstr ""
1697
 
1698
  #: ../classes/es-register.php:162 ../classes/es-register.php:163 ../classes/es-
1699
+ #: register.php:802
1700
  msgid "Email Subscribers"
1701
  msgstr ""
1702
 
1703
  #: ../classes/es-register.php:168 ../classes/es-register.php:169 ../classes/es-
1704
+ #: register.php:790 ../classes/es-register.php:791 ../classes/es-register.php:796
1705
  msgid "Templates"
1706
  msgstr ""
1707
 
1950
  msgid "There was a problem with the request"
1951
  msgstr ""
1952
 
1953
+ #: ../classes/es-register.php:739
 
 
 
 
 
1954
  msgid ""
1955
+ "<b>Want readymade email templates?</b> Also want to <b>clean your "
1956
+ "subscribers list?</b> Come check our Pro plan."
 
1957
  msgstr ""
1958
 
1959
+ #: ../classes/es-register.php:740
1960
+ msgid "Check Pro plan&nbsp;&nbsp;"
1961
  msgstr ""
1962
 
1963
+ #: ../classes/es-register.php:740
1964
+ msgid "Not interested."
1965
  msgstr ""
1966
 
1967
+ #: ../classes/es-register.php:767
1968
  msgid ""
1969
  "If you like <strong>Email Subscribers</strong>, please consider leaving us a "
1970
  "<a target=\"_blank\" href=\"https://wordpress.org/support/plugin/email-"
1972
  "</a> rating. A huge thank you from Icegram in advance!"
1973
  msgstr ""
1974
 
1975
+ #: ../classes/es-register.php:781
1976
  #, php-format
1977
  msgid "Email Subscribers version: <strong>%s</strong>"
1978
  msgstr ""
1979
 
1980
+ #: ../classes/es-register.php:792 ../classes/es-register.php:793
1981
  msgid "Add new Template"
1982
  msgstr ""
1983
 
1984
+ #: ../classes/es-register.php:794
1985
  msgid "Edit Templates"
1986
  msgstr ""
1987
 
1988
+ #: ../classes/es-register.php:795
1989
  msgid "New Templates"
1990
  msgstr ""
1991
 
1992
+ #: ../classes/es-register.php:797
1993
  msgid "View Templates"
1994
  msgstr ""
1995
 
1996
+ #: ../classes/es-register.php:798
1997
  msgid "Search Templates"
1998
  msgstr ""
1999
 
2000
+ #: ../classes/es-register.php:799
2001
  msgid "No Templates found"
2002
  msgstr ""
2003
 
2004
+ #: ../classes/es-register.php:800
2005
  msgid "No Templates found in Trash"
2006
  msgstr ""
2007
 
2008
+ #: ../classes/es-register.php:803
2009
  msgid "Thumbnail (For Visual Representation only)"
2010
  msgstr ""
2011
 
2012
+ #: ../classes/es-register.php:804
2013
  msgid "Set thumbnail"
2014
  msgstr ""
2015
 
2016
+ #: ../classes/es-register.php:841
2017
  msgid "Template Type"
2018
  msgstr ""
2019
 
2020
+ #: ../classes/es-register.php:907
2021
  msgid "Available Keyword for Post Notification: {{POSTTITLE}}"
2022
  msgstr ""
2023
 
2024
+ #: ../classes/es-register.php:910
2025
  msgid "Select your Email Template Type"
2026
  msgstr ""
2027
 
2028
+ #: ../classes/es-register.php:912
2029
  msgid "Newsletter"
2030
  msgstr ""
2031
 
2032
+ #: ../classes/es-register.php:913
2033
  msgid "Post Notification"
2034
  msgstr ""
2035
 
2036
+ #: ../classes/es-register.php:960
2037
  msgid "Preview Template"
2038
  msgstr ""
2039
 
2040
+ #: ../classes/es-register.php:974
2041
  #, php-format
2042
  msgid ""
2043
  "%s for Post Notification: {{NAME}}, {{EMAIL}}, {{DATE}}, {{POSTTITLE}}, "
2045
  "WITHTITLE}}, {{POSTLINK-ONLY}}, {{POSTFULL}}"
2046
  msgstr ""
2047
 
2048
+ #: ../classes/es-register.php:974
2049
  msgid "Available Keywords"
2050
  msgstr ""
2051
 
2052
+ #: ../classes/es-register.php:975
2053
  msgid "<br/><br/>Available Keywords for Newsletter: {{NAME}}, {{EMAIL}}"
2054
  msgstr ""
2055
 
2056
+ #: ../classes/es-register.php:1058 ../classes/es-loadwidget.php:33
2057
  msgid "Email *"
2058
  msgstr ""
2059
 
2060
+ #: ../classes/es-register.php:1101
2061
  msgid "Widget Title"
2062
  msgstr ""
2063
 
2064
+ #: ../classes/es-register.php:1105
2065
  msgid "Short description about subscription form"
2066
  msgstr ""
2067
 
2068
+ #: ../classes/es-register.php:1109
2069
  msgid "Display Name Field"
2070
  msgstr ""
2071
 
2072
+ #: ../classes/es-register.php:1116
2073
  msgid "Subscriber Group"
2074
  msgstr ""
query/db_subscriber.php CHANGED
@@ -83,33 +83,34 @@ class es_cls_dbquery {
83
  return "invalid";
84
  }
85
 
86
- $data["es_email_mail"] = apply_filters('es_validate_subscribers_email', $data["es_email_mail"]);
87
 
88
  if($data["es_email_mail"] === 'invalid'){
89
  return "invalid";
90
  }
91
 
92
- $es_subscriber_name = sanitize_text_field(esc_attr($data["es_email_name"]));
93
- $es_subscriber_status = sanitize_text_field(esc_attr($data["es_email_status"]));
94
- $es_subscriber_group = sanitize_text_field(esc_attr($data["es_email_group"]));
95
- $es_subscriber_email = sanitize_email(esc_attr($data["es_email_mail"]));
96
 
97
  // santize_email sometimes discards invalid emails. Hence returning 'invalid' for the same.
98
- if ( empty( $es_subscriber_email ) ) {
99
  return "invalid";
100
  } else {
101
  $CurrentDate = date('Y-m-d G:i:s');
102
- if($action == "insert") {
103
- $sSql = "SELECT * FROM `".$wpdb->prefix."es_emaillist` where es_email_mail='".$es_subscriber_email."' and es_email_group='".trim($es_subscriber_group)."'";
104
  $result = $wpdb->get_var($sSql);
105
- if ( $result > 0) {
106
  return "ext";
107
  } else {
108
- $guid = es_cls_common::es_generate_guid(60);
109
  $sql = $wpdb->prepare("INSERT INTO `".$wpdb->prefix."es_emaillist`
110
  (`es_email_name`,`es_email_mail`, `es_email_status`, `es_email_created`, `es_email_viewcount`, `es_email_group`, `es_email_guid`)
111
- VALUES(%s, %s, %s, %s, %d, %s, %s)", array(trim($es_subscriber_name), trim($es_subscriber_email),
112
- trim($es_subscriber_status), $CurrentDate, 0, trim($es_subscriber_group), $guid));
 
113
  $wpdb->query($sql);
114
 
115
  /* Added from ES v3.1.5 - If subscribing via Rainmaker
@@ -125,7 +126,7 @@ class es_cls_dbquery {
125
 
126
  $es_c_optinoption = get_option( 'ig_es_optintype' );
127
  $subscribers = array();
128
- $subscribers = self::es_view_subscriber_one($es_subscriber_email,$es_subscriber_group);
129
 
130
  if( did_action( 'rainmaker_post_lead' ) >= 1 ) {
131
  if ( (!empty($es_c_optinoption)) && ($es_c_optinoption == 'Double Opt In') ) {
@@ -137,16 +138,16 @@ class es_cls_dbquery {
137
  }
138
  return "sus";
139
  }
140
- } elseif($action == "update") {
141
- $sSql = "SELECT * FROM `".$wpdb->prefix."es_emaillist` where es_email_mail='".$es_subscriber_email."'";
142
- $sSql = $sSql . " and es_email_group='".trim($es_subscriber_group)."' and es_email_id != ".$data["es_email_id"];
143
  $result = $wpdb->get_var($sSql);
144
- if ( $result > 0) {
145
  return "ext";
146
  } else {
147
  $sSql = $wpdb->prepare("UPDATE `".$wpdb->prefix."es_emaillist` SET `es_email_name` = %s, `es_email_mail` = %s,
148
- `es_email_status` = %s, `es_email_group` = %s WHERE es_email_id = %d LIMIT 1", array($es_subscriber_name, $es_subscriber_email,
149
- $es_subscriber_status, $es_subscriber_group, $data["es_email_id"]));
150
  $wpdb->query($sSql);
151
  return "sus";
152
  }
83
  return "invalid";
84
  }
85
 
86
+ $data = apply_filters('es_validate_subscribers_email', $data);
87
 
88
  if($data["es_email_mail"] === 'invalid'){
89
  return "invalid";
90
  }
91
 
92
+ $data["es_email_name"] = sanitize_text_field(esc_attr($data["es_email_name"]));
93
+ $data["es_email_status"] = sanitize_text_field(esc_attr($data["es_email_status"]));
94
+ $data["es_email_group"] = sanitize_text_field(esc_attr($data["es_email_group"]));
95
+ $data["es_email_mail"] = sanitize_email(esc_attr($data["es_email_mail"]));
96
 
97
  // santize_email sometimes discards invalid emails. Hence returning 'invalid' for the same.
98
+ if ( empty( $data["es_email_mail"] ) ) {
99
  return "invalid";
100
  } else {
101
  $CurrentDate = date('Y-m-d G:i:s');
102
+ if( $action == "insert" ) {
103
+ $sSql = "SELECT * FROM `".$wpdb->prefix."es_emaillist` where es_email_mail='".$data["es_email_mail"]."' and es_email_group='".trim($data["es_email_group"])."'";
104
  $result = $wpdb->get_var($sSql);
105
+ if ( $result > 0 ) {
106
  return "ext";
107
  } else {
108
+ $data['guid'] = es_cls_common::es_generate_guid(60);
109
  $sql = $wpdb->prepare("INSERT INTO `".$wpdb->prefix."es_emaillist`
110
  (`es_email_name`,`es_email_mail`, `es_email_status`, `es_email_created`, `es_email_viewcount`, `es_email_group`, `es_email_guid`)
111
+ VALUES(%s, %s, %s, %s, %d, %s, %s)", array(trim($data["es_email_name"]), trim($data["es_email_mail"]),
112
+ trim($data["es_email_status"]), $CurrentDate, 0, trim($data["es_email_group"]), $data['guid']));
113
+ $sql = apply_filters( 'es_insert_subscribers_sql', $sql, $data );
114
  $wpdb->query($sql);
115
 
116
  /* Added from ES v3.1.5 - If subscribing via Rainmaker
126
 
127
  $es_c_optinoption = get_option( 'ig_es_optintype' );
128
  $subscribers = array();
129
+ $subscribers = self::es_view_subscriber_one($data["es_email_mail"],$data["es_email_group"]);
130
 
131
  if( did_action( 'rainmaker_post_lead' ) >= 1 ) {
132
  if ( (!empty($es_c_optinoption)) && ($es_c_optinoption == 'Double Opt In') ) {
138
  }
139
  return "sus";
140
  }
141
+ } elseif( $action == "update" ) {
142
+ $sSql = "SELECT * FROM `".$wpdb->prefix."es_emaillist` where es_email_mail='".$data["es_email_mail"]."'";
143
+ $sSql = $sSql . " and es_email_group='".trim($data["es_email_group"])."' and es_email_id != ".$data["es_email_id"];
144
  $result = $wpdb->get_var($sSql);
145
+ if ( $result > 0 ) {
146
  return "ext";
147
  } else {
148
  $sSql = $wpdb->prepare("UPDATE `".$wpdb->prefix."es_emaillist` SET `es_email_name` = %s, `es_email_mail` = %s,
149
+ `es_email_status` = %s, `es_email_group` = %s WHERE es_email_id = %d LIMIT 1", array($data["es_email_name"], $data["es_email_mail"],
150
+ $data["es_email_status"], $data["es_email_group"], $data["es_email_id"]));
151
  $wpdb->query($sSql);
152
  return "sus";
153
  }
readme.txt CHANGED
@@ -5,7 +5,7 @@ Author URI: https://www.icegram.com/
5
  Tags: email marketing, email newsletter form, email signup, email widget, newsletter, newsletter signup, subscribe, subscription form, bulk emails, signup form, list builder, lead generation
6
  Requires at least: 3.4
7
  Tested up to: 4.9.1
8
- Stable tag: 3.4.6
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses
11
 
@@ -316,6 +316,18 @@ Use our free plugin [Email Subscribers - Group Selector](https://wordpress.org/p
316
 
317
  == Changelog ==
318
 
 
 
 
 
 
 
 
 
 
 
 
 
319
  = 3.4.6 (19.12.2017) =
320
 
321
  * Fix: Fatal error while accessing subscribers export screen
@@ -701,6 +713,18 @@ For the changelog of earlier versions, please refer to the separate [changelog.t
701
 
702
  == Upgrade Notice ==
703
 
 
 
 
 
 
 
 
 
 
 
 
 
704
  = 3.4.6 (19.12.2017) =
705
 
706
  * Fix: Fatal error while accessing subscribers export screen
5
  Tags: email marketing, email newsletter form, email signup, email widget, newsletter, newsletter signup, subscribe, subscription form, bulk emails, signup form, list builder, lead generation
6
  Requires at least: 3.4
7
  Tested up to: 4.9.1
8
+ Stable tag: 3.4.7
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses
11
 
316
 
317
  == Changelog ==
318
 
319
+ = 3.4.7 (16.01.2018) =
320
+
321
+ * Fix: Empty email with only unsubscribe links sent to subscribers
322
+ * Fix: Remove usage of rawurlencode() to prevent broken subscribe & unsubscribe links
323
+ * Update: Removed the functionality to subscribe emails with special characters
324
+ * Update: Change in logic for updating subscribers information in subscribers dashboard
325
+ * Update: POT file
326
+ * Localization: Translation for Italian (it_IT) language added (Thanks to Roberto Pavesi)
327
+ * Localization: Translation for German (de_DE) language updated (Thanks to Markus Buschmann)
328
+ * Localization: Translation for Polish (pl_PL) language updated (Thanks to Witold)
329
+ * Localization: Made all other translation files up-to-date with latest POT file
330
+
331
  = 3.4.6 (19.12.2017) =
332
 
333
  * Fix: Fatal error while accessing subscribers export screen
713
 
714
  == Upgrade Notice ==
715
 
716
+ = 3.4.7 (16.01.2018) =
717
+
718
+ * Fix: Empty email with only unsubscribe links sent to subscribers
719
+ * Fix: Remove usage of rawurlencode() to prevent broken subscribe & unsubscribe links
720
+ * Update: Removed the functionality to subscribe emails with special characters
721
+ * Update: Change in logic for updating subscribers information in subscribers dashboard
722
+ * Update: POT file
723
+ * Localization: Translation for Italian (it_IT) language added (Thanks to Roberto Pavesi)
724
+ * Localization: Translation for German (de_DE) language updated (Thanks to Markus Buschmann)
725
+ * Localization: Translation for Polish (pl_PL) language updated (Thanks to Witold)
726
+ * Localization: Made all other translation files up-to-date with latest POT file
727
+
728
  = 3.4.6 (19.12.2017) =
729
 
730
  * Fix: Fatal error while accessing subscribers export screen
subscribers/view-subscriber-show.php CHANGED
@@ -72,7 +72,7 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
72
  es_cls_sendmail::es_prepare_optin("single", $did, $idlist = "");
73
  es_cls_dbquery::es_view_subscriber_upd_status("Unconfirmed", $did);
74
  $es_success_msg = TRUE;
75
- $es_success = __( 'Confirmation emails Resent Successfully.', ES_TDOMAIN );
76
  }
77
  }
78
  }
@@ -131,7 +131,7 @@ if (isset($_POST['frm_es_display']) && $_POST['frm_es_display'] == 'yes') {
131
  es_cls_sendmail::es_prepare_optin("group", 0, $idlist);
132
  es_cls_dbquery::es_view_subscriber_upd_status("Unconfirmed", $idlist);
133
  $es_success_msg = TRUE;
134
- $es_success = __( 'Confirmation emails Resent Successfully.', ES_TDOMAIN );
135
  } else {
136
  ?>
137
  <div class="error fade">
72
  es_cls_sendmail::es_prepare_optin("single", $did, $idlist = "");
73
  es_cls_dbquery::es_view_subscriber_upd_status("Unconfirmed", $did);
74
  $es_success_msg = TRUE;
75
+ $es_success = __( 'Confirmation emails resent successfully.', ES_TDOMAIN );
76
  }
77
  }
78
  }
131
  es_cls_sendmail::es_prepare_optin("group", 0, $idlist);
132
  es_cls_dbquery::es_view_subscriber_upd_status("Unconfirmed", $idlist);
133
  $es_success_msg = TRUE;
134
+ $es_success = __( 'Confirmation emails resent successfully.', ES_TDOMAIN );
135
  } else {
136
  ?>
137
  <div class="error fade">